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

/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c38 const char *off, *ok_off; local
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);
H A Dt_strchrnul.c37 const char *off, *ok_off; local
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 135 milliseconds