HomeSort by relevance Sort by last modified time
    Searched full:getc_unlocked (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /ndk/sources/host-tools/sed-4.2.1/m4/
localcharset.m4 11 AC_CHECK_DECLS_ONCE([getc_unlocked])
getdelim.m4 34 AC_CHECK_DECLS([getc_unlocked])
unlocked-io.m4 37 AC_CHECK_DECLS_ONCE([getc_unlocked])
  /bionic/libc/stdio/
getc.c 38 * A subroutine version of the macro getc_unlocked.
40 #undef getc_unlocked macro
43 getc_unlocked(FILE *fp) function
getchar.c 44 return (getc_unlocked(stdin));
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 50 #if !defined getc_unlocked && !defined HAVE_GETC_UNLOCKED
51 # define getc_unlocked(fp) getc (fp) macro
176 c = getc_unlocked (magic_file);
211 c = getc_unlocked (magic_file);
255 c = getc_unlocked (magic_file);
267 c = getc_unlocked (magic_file);
300 c = getc_unlocked (magic_file);
325 c = getc_unlocked (magic_file);
346 c = getc_unlocked (magic_file);
367 c = getc_unlocked (magic_file)
    [all...]
  /external/bison/m4/
unlocked-io.m4 40 AC_CHECK_DECLS_ONCE([getc_unlocked])
  /external/bison/lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 101 # define getc(x) getc_unlocked (x)
103 # define getc_unlocked(x) getc (x) macro
getdelim.c 47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
  /bionic/libc/include/
stdio.h 325 int getc_unlocked(FILE *);
432 #define getc_unlocked(fp) __sgetc(fp) macro
445 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-3/include/
stdio.h 324 int getc_unlocked(FILE *);
424 #define getc_unlocked(fp) __sgetc(fp) macro
439 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 324 int getc_unlocked(FILE *);
424 #define getc_unlocked(fp) __sgetc(fp) macro
439 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 333 int getc_unlocked(FILE *);
433 #define getc_unlocked(fp) __sgetc(fp) macro
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 324 int getc_unlocked(FILE *);
424 #define getc_unlocked(fp) __sgetc(fp) macro
439 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 333 int getc_unlocked(FILE *);
433 #define getc_unlocked(fp) __sgetc(fp) macro
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 333 int getc_unlocked(FILE *);
433 #define getc_unlocked(fp) __sgetc(fp) macro
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 324 int getc_unlocked(FILE *);
424 #define getc_unlocked(fp) __sgetc(fp) macro
439 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 333 int getc_unlocked(FILE *);
433 #define getc_unlocked(fp) __sgetc(fp) macro
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 322 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
437 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 1019 milliseconds

1 2 3 4 5 6 7