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

  /bionic/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...]
  /external/grub/stage2/
defs.h 49 typedef unsigned char u_char; /* unsigned char */ typedef
  /bionic/libc/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /bionic/libc/stdio/
vfscanf.c 88 #define u_char unsigned char macro
91 static u_char *__sccl(char *, u_char *);
103 u_char *fmt = (u_char *)fmt0;
556 (void) ungetc(*(u_char *)--p, fp);
559 c = ((u_char *)p)[-1];
662 ungetc(*(u_char *)--p, fp);
666 c = *(u_char *)--p;
669 c = *(u_char *)--p
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
types.h 114 typedef unsigned char u_char; typedef
  /external/kernel-headers/original/linux/
types.h 94 typedef unsigned char u_char; typedef
  /external/quake/quake/src/WinQuake/
mpdosock.h 22 typedef unsigned char u_char; typedef
259 struct { u_char s_b1,s_b2,s_b3,s_b4; } S_un_b;

Completed in 290 milliseconds