Home
last modified time | relevance | path

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

/string/
A Dtest-strcspn.c68 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRCSPN() local
71 for (i = 0; i < ns; ++i) in STUPID_STRCSPN()
A Dtest-strspn.c78 size_t ns = STRLEN (s), nacc = STRLEN (acc); in STUPID_STRSPN() local
81 for (i = 0; i < ns; ++i) in STUPID_STRSPN()
A Dtest-strpbrk.c82 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRPBRK() local
85 for (i = 0; i < ns; ++i) in STUPID_STRPBRK()

Completed in 6 milliseconds