Searched refs:ns (Results 1 – 3 of 3) sorted by relevance
68 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRCSPN() local71 for (i = 0; i < ns; ++i) in STUPID_STRCSPN()
78 size_t ns = STRLEN (s), nacc = STRLEN (acc); in STUPID_STRSPN() local81 for (i = 0; i < ns; ++i) in STUPID_STRSPN()
82 size_t ns = STRLEN (s), nrej = STRLEN (rej); in STUPID_STRPBRK() local85 for (i = 0; i < ns; ++i) in STUPID_STRPBRK()
Completed in 6 milliseconds