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

1 2

  /bionic/libc/stdio/
getc.c 1 /* $OpenBSD: getc.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
49 * A subroutine version of the macro getc.
51 #undef getc macro
54 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;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /external/bison/lib/
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # 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)
  /prebuilt/linux-x86/toolchain/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
  /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...]
  /bionic/libc/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
246 int getc(FILE *);
420 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro
443 #define getchar() getc(stdin)
  /development/ndk/platforms/android-3/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/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)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 77 # undef getc macro
78 # define getc(Stream) getc_unlocked (Stream) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 77 # undef getc macro
78 # define getc(Stream) getc_unlocked (Stream) macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 77 # undef getc macro
78 # define getc(Stream) getc_unlocked (Stream) macro
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)

Completed in 502 milliseconds

1 2