HomeSort by relevance Sort by last modified time
    Searched refs:getc_unlocked (Results 1 - 21 of 21) sorted by null

  /bionic/libc/stdio/
getchar.c 44 return (getc_unlocked(stdin));
getc.c 37 * A subroutine version of the macro getc_unlocked.
39 #undef getc_unlocked macro
42 getc_unlocked(FILE *fp) function
  /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/chromium/base/third_party/xdg_mime/
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/lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /bionic/libc/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-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)
  /prebuilt/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)
  /prebuilt/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)
  /prebuilt/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)
  /prebuilt/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)
  /prebuilt/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)
  /prebuilt/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)
  /external/elfutils/src/
ldlex.l 36 #define getc(s) getc_unlocked (s)
ldlex.c     [all...]
  /external/e2fsprogs/intl/
localcharset.c 91 # define getc getc_unlocked
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 78 # define getc(Stream) getc_unlocked (Stream)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 78 # define getc(Stream) getc_unlocked (Stream)
  /external/bison/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 483 milliseconds