Searched defs:getc (Results 1 - 12 of 12) sorted by relevance

/external/stlport/stlport/stl/
H A D_cstdio.h59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
/external/bison/lib/
H A Dlocalcharset.c98 # undef getc macro
99 # define getc getc_unlocked macro
195 c = getc (fp);
204 c = getc (fp);
H A Dunlocked-io.h100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
/external/e2fsprogs/intl/
H A Dlocalcharset.c90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
/external/javassist/src/main/javassist/compiler/
H A DLex.java124 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/
H A Dstdio.h918 # undef getc
919 # define getc rpl_fgetc
922 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
924 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
926 _GL_CXXALIASWARN (getc); variable
/external/bison/linux-lib/
H A Dstdio.h918 # undef getc
919 # define getc rpl_fgetc
922 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
924 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
926 _GL_CXXALIASWARN (getc); variable
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py3633 def getc(): function in function:read_pnm_header
3639 c = getc()
3643 c = getc()
3647 c = getc()
3658 c = getc()
3667 c = getc()
/external/elfutils/0.153/src/
H A Dldlex.c245 * if we're using stdio for input, then we want to use getc()
1122 #undef getc macro
1123 #define getc(s) getc_unlocked (s) macro
1259 (c = getc( ldin )) != EOF && c != '\n'; ++n ) \
/external/libpcap/
H A Dscanner.c241 * if we're using stdio for input, then we want to use getc()
2784 #undef getc macro
2785 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++) macro
2880 (c = getc( pcap_in )) != EOF && c != '\n'; ++n ) \
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h334 /// int getc(FILE *stream);
335 getc, enumerator in enum:llvm::LibFunc::Func
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 575 milliseconds