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

  /src/tests/lib/libc/string/
t_strchr.c 38 const char *off, *ok_off; local in function:verify_strchr
41 ok_off = slow_strchr(buf, ch);
42 if (off == ok_off)
47 buf, ch, off ? off - buf : -1, ok_off ? ok_off - buf : -1, t, a);
t_strchrnul.c 37 const char *off, *ok_off; local in function:verify_strchrnul
40 ok_off = slow_strchrnul(buf, ch);
41 if (off == ok_off)
46 buf, ch, off ? off - buf : -1, ok_off ? ok_off - buf : -1, t, a);

Completed in 61 milliseconds