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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getchar.c 44 return (getc_unlocked(stdin));
getc.c 38 * A subroutine version of the macro getc_unlocked.
40 #undef getc_unlocked macro
43 getc_unlocked(FILE *fp) function
  /external/compiler-rt/test/msan/
getc_unlocked.c 24 c = getc_unlocked (stream);
  /external/bison/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)
  /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/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)
  /development/ndk/platforms/android-3/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 1327 milliseconds

1 2 3 4