Searched defs:u_char (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrcasecmp.c34 typedef unsigned char u_char; typedef
41 static const u_char charmap[] = {
79 const u_char *cm = charmap;
80 const u_char *us1 = (const u_char *)s1;
81 const u_char *us2 = (const u_char *)s2;
94 const u_char *cm = charmap;
95 const u_char *us1 = (const u_char *)s
[all...]
/bionic/libc/include/sys/
H A Dtypes.h135 typedef unsigned char u_char; typedef
/bionic/tools/versioner/current/sys/
H A Dtypes.h135 typedef unsigned char u_char; typedef

Completed in 324 milliseconds