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

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c16 static void verify_strchr(char *, int, unsigned int, unsigned int);
36 verify_strchr(char *buf, int ch, unsigned int t, unsigned int a) function
267 verify_strchr(buf + a, 0, t, a);
270 verify_strchr(buf + a, '/', t, a);
273 verify_strchr(buf + a, 0xffffff00 | '/', t, a);
282 verify_strchr(buf + a, 0xff, t, a);

Completed in 51 milliseconds