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

1 2 3 4

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
getc.c 34 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
45 #undef getc macro
49 getc(FILE *fp) function
  /external/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /external/bison/lib/
localcharset.c 98 # undef getc macro
99 # define getc getc_unlocked macro
195 c = getc (fp);
204 c = getc (fp);
unlocked-io.h 100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
  /external/e2fsprogs/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 94 # undef getc macro
95 # define getc getc_unlocked macro
165 c = getc (fp);
174 c = getc (fp);
unlocked-io.h 100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 510 extern int getc (FILE *__stream);
521 #define getc(_fp) _IO_getc (_fp) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 510 extern int getc (FILE *__stream);
521 #define getc(_fp) _IO_getc (_fp) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 510 extern int getc (FILE *__stream);
521 #define getc(_fp) _IO_getc (_fp) macro
  /external/javassist/src/main/javassist/compiler/
Lex.java 124 c = getc();
145 c = getc();
147 c = getc();
150 c = getc();
154 c = getc();
158 if ((c = getc()) == '/') {
177 while ((c = getc()) != '\'')
194 int c = getc();
214 while ((c = getc()) != '"') {
226 c = getc();
538 private int getc() { method in class:Lex
    [all...]
  /external/bison/darwin-lib/
stdio.h 926 _GL_CXXALIASWARN (getc); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 926 _GL_CXXALIASWARN (getc); variable
    [all...]
  /bionic/libc/include/
stdio.h 76 * This ensures that the getc and putc macros (or inline functions) never
95 int _r; /* read space left for getc() */
117 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
220 int getc(FILE *);
410 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro
433 #define getchar() getc(stdin)
  /development/ndk/platforms/android-3/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
100 int _r; /* read space left for getc() */
122 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
224 int getc(FILE *);
401 #define getc(fp) __sgetc(fp) macro
416 #define getchar() getc(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 81 * This ensures that the getc and putc macros (or inline functions) never
100 int _r; /* read space left for getc() */
122 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
224 int getc(FILE *);
401 #define getc(fp) __sgetc(fp) macro
416 #define getchar() getc(stdin)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
130 int _r; /* read space left for getc() */
152 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
254 int getc(FILE *);
431 #define getc(fp) __sgetc(fp) macro
446 #define getchar() getc(stdin)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
109 int _r; /* read space left for getc() */
131 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
233 int getc(FILE *);
410 #define getc(fp) __sgetc(fp) macro
425 #define getchar() getc(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 111 * This ensures that the getc and putc macros (or inline functions) never
130 int _r; /* read space left for getc() */
152 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
254 int getc(FILE *);
431 #define getc(fp) __sgetc(fp) macro
446 #define getchar() getc(stdin)

Completed in 900 milliseconds

1 2 3 4