Searched refs:count (Results 1 – 3 of 3) sorted by relevance
/stdio-common/ |
A D | tst-cookie.c | 16 cookieread (void *cookie, char *buf, size_t count) in cookieread() argument 29 cookiewrite (void *cookie, const char *buf, size_t count) in cookiewrite() argument
|
A D | tstscanf.c | 140 int count; in main() member 156 int count; in main() local 166 count = fscanf (in, "%f%20s of %20s", &quant, units, item); in main() 169 count, quant, item, units); in main() 170 if (count != ok[rounds-1].count || quant != ok[rounds-1].quant in main()
|
A D | vfscanf-internal.c | 153 || ptrs_to_free->count == (sizeof (ptrs_to_free->ptrs) \ 157 new_ptrs->count = 0; \ 161 ptrs_to_free->ptrs[ptrs_to_free->count++] = (ptr); \ 189 size_t count; member 3036 for (size_t cnt = 0; cnt < p->count; ++cnt) in __vfwscanf_internal()
|
Completed in 7 milliseconds