Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c38 const char *off, *ok_off; in verify_strchr() local
41 ok_off = slow_strchr(buf, ch); in verify_strchr()
42 if (off == ok_off) in verify_strchr()
47 buf, ch, off ? off - buf : -1, ok_off ? ok_off - buf : -1, t, a); in verify_strchr()
H A Dt_strchrnul.c37 const char *off, *ok_off; in verify_strchrnul() local
40 ok_off = slow_strchrnul(buf, ch); in verify_strchrnul()
41 if (off == ok_off) in verify_strchrnul()
46 buf, ch, off ? off - buf : -1, ok_off ? ok_off - buf : -1, t, a); in verify_strchrnul()