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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getc.c 38 * A subroutine version of the macro getc_unlocked.
40 #undef getc_unlocked macro
43 getc_unlocked(FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio.h 64 getc_unlocked (FILE *__fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 64 getc_unlocked (FILE *__fp) function
  /external/bison/lib/
unlocked-io.h 101 # define getc(x) getc_unlocked (x)
103 # 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
  /development/ndk/platforms/android-3/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 303 int getc_unlocked(FILE *);
403 #define getc_unlocked(fp) __sgetc(fp) macro
418 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/4/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/4/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/4/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/4/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/4/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/4/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)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/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/ndk/5/platforms/android-8/arch-arm/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/ndk/6/platforms/android-3/arch-arm/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/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 324 int getc_unlocked(FILE *);
424 #define getc_unlocked(fp) __sgetc(fp) macro
439 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 557 milliseconds

1 2 3 4