Searched defs:u_char (Results 1 - 4 of 4) sorted by relevancy

/OpenBSD/lib/libc/string/
strcasecmp.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...]
/OpenBSD/lib/libc/stdio/
vfscanf.c91 #define u_char unsigned char macro
94 static u_char *__sccl(char *, u_char *);
102 u_char *fmt = (u_char *)fmt0;
721 (void) ungetc(*(u_char *)--p, fp);
724 c = ((u_char *)p)[-1];
827 ungetc(*(u_char *)--p, fp);
831 c = *(u_char *)--p;
834 c = *(u_char *)
[all...]
vfwscanf.c92 #define u_char unsigned char macro
/OpenBSD/sys/sys/
types.h51 typedef unsigned char u_char; typedef

Completed in 15 milliseconds