Searched defs:getc (Results 1 - 6 of 6) 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 Dunlocked-io.h101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # 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/elfutils/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.c204 * if we're using stdio for input, then we want to use getc()
2490 #undef getc macro
2491 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++) macro
2568 (c = getc( pcap_in )) != EOF && c != '\n'; ++n ) \

Completed in 160 milliseconds