Searched refs:slow_strchrnul (Results 1 – 1 of 1) sorted by relevance
15 static char *slow_strchrnul(char *, int);21 slow_strchrnul(char *buf, int ch) in slow_strchrnul() function40 ok_off = slow_strchrnul(buf, ch); in verify_strchrnul()275 while (*(off = slow_strchrnul(buf + a, '/')) != '\0') in ATF_TC_BODY()