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

/bionic/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;
93 const u_char *cm = charmap;
94 const u_char *us1 = (const u_char *)s
[all...]
/bionic/libc/include/sys/
H A Dtypes.h116 typedef unsigned char u_char; typedef
/bionic/libc/stdio/
H A Dvfscanf.c88 #define u_char unsigned char macro
91 static u_char *__sccl(char *, u_char *);
103 u_char *fmt = (u_char *)fmt0;
566 (void) ungetc(*(u_char *)--p, fp);
569 c = ((u_char *)p)[-1];
672 ungetc(*(u_char *)--p, fp);
676 c = *(u_char *)--p;
679 c = *(u_char *)
[all...]

Completed in 149 milliseconds