HomeSort by: relevance | last modified time | path
    Searched defs:slow_strchr (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/string/
t_strchr.c 15 static char *slow_strchr(char *, int);
21 slow_strchr(char *buf, int ch) function in typeref:typename:char *
41 ok_off = slow_strchr(buf, ch);
276 while ((off = slow_strchr(buf + a, '/')) != NULL)

Completed in 12 milliseconds