Searched defs:getc (Results 1 - 9 of 9) sorted by relevance
/external/bison/lib/ |
H A D | localcharset.c | 98 # undef getc macro 99 # define getc getc_unlocked macro 195 c = getc (fp); 204 c = getc (fp);
|
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | stdio.h | 918 # 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 D | stdio.h | 918 # 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/elfutils/src/src/ |
H A D | ldlex.c | 246 * if we're using stdio for input, then we want to use getc() 1115 #undef getc macro 1116 #define getc(s) getc_unlocked (s) macro 1252 (c = getc( ldin )) != EOF && c != '\n'; ++n ) \
|
/external/libpcap/ |
H A D | scanner.c | 241 * 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/robolectric/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
Completed in 3241 milliseconds