Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c15 static char *slow_strchr(char *, int);
21 slow_strchr(char *buf, int ch) in slow_strchr() function
41 ok_off = slow_strchr(buf, ch); in verify_strchr()
276 while ((off = slow_strchr(buf + a, '/')) != NULL) in ATF_TC_BODY()