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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getc.c 1 /* $OpenBSD: getc.c,v 1.9 2009/11/09 00:18:27 kurt Exp $ */
49 * A subroutine version of the macro getc.
51 #undef getc macro
54 getc(FILE *fp) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/current/sources/cxx-stl/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 514 extern int getc (FILE *__stream);
525 #define getc(_fp) _IO_getc (_fp) macro
  /toolchain/binutils/binutils-2.25/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 538 extern int getc (FILE *__stream);
549 #define getc(_fp) _IO_getc (_fp) macro
  /external/bison/darwin-lib/
stdio.h 926 _GL_CXXALIASWARN (getc); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 926 _GL_CXXALIASWARN (getc); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 84 # undef getc macro
85 # define getc(Stream) getc_unlocked (Stream) macro
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 3633 def getc(): function in function:read_pnm_header
    [all...]
  /external/libpcap/
scanner.c 245 * if we're using stdio for input, then we want to use getc()
2786 #undef getc macro
2787 #define getc macro
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 499 milliseconds