Home
last modified time | relevance | path

Searched refs:count (Results 1 – 3 of 3) sorted by relevance

/stdio-common/
A Dtst-cookie.c16 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 Dtstscanf.c140 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 Dvfscanf-internal.c153 || 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