Searched refs:ok_off (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/string/ |
H A D | t_strchr.c | 38 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 D | t_strchrnul.c | 37 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()
|