Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchrnul.c15 static char *slow_strchrnul(char *, int);
21 slow_strchrnul(char *buf, int ch) in slow_strchrnul() function
40 ok_off = slow_strchrnul(buf, ch); in verify_strchrnul()
275 while (*(off = slow_strchrnul(buf + a, '/')) != '\0') in ATF_TC_BODY()