Searched refs:count (Results 1 – 6 of 6) sorted by relevance
21 int count = 0; in do_test() local24 while (count < MAX_STRINGS && fgets (line, MAX_LINE_SIZE, stdin) != NULL) in do_test()31 str[count] = strdup (line); in do_test()33 if (str[count] == NULL) in do_test()36 ++count; in do_test()39 qsort (str, count, sizeof (char *), compare); in do_test()41 for (i = 0; i < count; ++i) in do_test()
26 size_t count = 0; in __argz_count() local32 count++; in __argz_count()34 return count; in __argz_count()
73 size_t count = s - (unsigned char *) str; in STRSPN() local74 return (c0 & c1) == 0 ? count + c0 : count + c2 + 2; in STRSPN()
69 size_t count = s - (unsigned char *) str; in STRCSPN() local70 return (c0 | c1) != 0 ? count - c0 + 1 : count - c2 + 3; in STRCSPN()
138 int count; \173 for (count = 0; count < impl_count; ++count, ++impl) \
42 $(addprefix argz-,append count create ctsep next \
Completed in 10 milliseconds