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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getchar.c 37 * A subroutine version of the macro getchar_unlocked.
39 #undef getchar_unlocked macro
42 getchar_unlocked(void) function
gets.c 47 for (s = buf; (c = getchar_unlocked()) != '\n';)
  /external/compiler-rt/test/msan/
getc_unlocked.c 22 c = getchar_unlocked();
  /external/bison/lib/
unlocked-io.h 108 # define getchar() getchar_unlocked ()
110 # define getchar_unlocked() getchar () macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 108 # define getchar() getchar_unlocked ()
110 # define getchar_unlocked() getchar () macro
  /development/ndk/platforms/android-3/include/
stdio.h 304 int getchar_unlocked(void);
418 #define getchar_unlocked() getc_unlocked(stdin) macro
  /development/ndk/platforms/android-8/include/
stdio.h 304 int getchar_unlocked(void);
418 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 313 int getchar_unlocked(void);
427 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 639 milliseconds

1 2 3 4