Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h100 # undef getc
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
Dlocalcharset.c94 # undef getc
95 # define getc getc_unlocked macro
165 c = getc (fp); in get_charset_aliases()
174 c = getc (fp); in get_charset_aliases()
Dgetdelim.c39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h59 # undef getc
90 using _STLP_VENDOR_CSTD::getc;
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp161 int c = getc(_M_file); in underflow()
175 int c = getc(_M_file); in uflow()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dunlocked-io.m420 [Define to 1 if you want getc etc. to use unlocked I/O if available.
/ndk/sources/host-tools/nawk-20071023/
Dmain.c177 if ((c = getc(yyin)) != EOF) in pgetc()
Dlib.c193 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */ in readrec()
199 for (; (c=getc(inf)) != sep && c != EOF; ) { in readrec()
207 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */ in readrec()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio64 using ::getc;
/ndk/sources/cxx-stl/system/include/
Dcstdio64 using ::getc;
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c914 if ((ch = getc(input->fp)) != EOF)
937 if ((ch = getc(input->fp)) == EOF)
Dcompile.c237 ch = getc(prog.file); in inchar()
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in629 /* Define to 1 if you want getc etc. to use unlocked I/O if available.