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

  /src/tests/lib/libc/string/
t_strchr.c 16 static void verify_strchr(char *, int, unsigned int, unsigned int);
36 verify_strchr(char *buf, int ch, unsigned int t, unsigned int a) function in typeref:typename:void
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);
t_strchr.c 16 static void verify_strchr(char *, int, unsigned int, unsigned int);
36 verify_strchr(char *buf, int ch, unsigned int t, unsigned int a) function in typeref:typename:void
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 112 milliseconds