HomeSort by relevance Sort by last modified time
    Searched defs:u_char (Results 1 - 10 of 10) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcasecmp.c 34 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 *)s1
    [all...]
  /bionic/libc/include/sys/
types.h 148 typedef unsigned char u_char; typedef
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 90 #define u_char unsigned char macro
93 static u_char *__sccl(char *, u_char *);
101 u_char *fmt = (u_char *)fmt0;
720 (void) ungetc(*(u_char *)--p, fp);
723 c = ((u_char *)p)[-1];
826 ungetc(*(u_char *)--p, fp);
830 c = *(u_char *)--p;
833 c = *(u_char *)--p
    [all...]
vfwscanf.c 91 #define u_char unsigned char macro
  /development/ndk/platforms/android-3/include/sys/
types.h 110 typedef unsigned char u_char; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 148 typedef unsigned char u_char; typedef
  /external/chromium_org/third_party/libevent/
event.h 181 typedef unsigned char u_char; typedef
727 u_char *buffer;
728 u_char *orig_buffer;
    [all...]
evdns.c 134 typedef ev_uint8_t u_char; typedef
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 176 typedef unsigned char u_char; typedef
180 u_char arr1[6];
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 100 #define u_char unsigned char macro
365 u_char ip_hl:4, ip_v:4;
366 u_char ip_tos;
374 u_char ip_ttl;
375 u_char ip_p;
    [all...]

Completed in 393 milliseconds