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

  /bionic/libc/stdio/
getc.c 37 * A subroutine version of the macro getc_unlocked.
39 #undef getc_unlocked macro
42 getc_unlocked(FILE *fp) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 64 getc_unlocked (FILE *__fp) function
  /external/bison/lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /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...]
  /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)

Completed in 1242 milliseconds