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

1 2

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getchar.c 1 /* $OpenBSD: getchar.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
49 * A subroutine version of the macro getchar.
52 #undef getchar macro
55 getchar(void) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 45 getchar (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 45 getchar (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 45 getchar (void) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /external/bison/lib/
unlocked-io.h 107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
  /development/ndk/platforms/android-3/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /development/ndk/platforms/android-8/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /external/bison/darwin-lib/
stdio.h 940 _GL_CXXALIASWARN (getchar); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 940 _GL_CXXALIASWARN (getchar); variable
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 24 #ifdef getchar
25 // This file should not use getchar as a template parameter name.
26 #undef getchar macro
1102 get_char getchar; member in struct:boost::detail::offset_char_lessthan
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdio.h 233 int getchar(void);
378 #define getchar() getc(stdin) macro

Completed in 653 milliseconds

1 2