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

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

Completed in 155 milliseconds