Searched refs:slow_strchr (Results 1 – 1 of 1) sorted by relevance
15 static char *slow_strchr(char *, int);21 slow_strchr(char *buf, int ch) in slow_strchr() function41 ok_off = slow_strchr(buf, ch); in verify_strchr()276 while ((off = slow_strchr(buf + a, '/')) != NULL) in ATF_TC_BODY()