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

1 2

  /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/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 809 c = int32(getc())
816 c = int32(getc())
894 c := getc()
929 c = getc()
947 c = getc()
951 c = getc()
984 c = getc()
1014 c1 = getc()
1024 c1 = getc()
1105 c1 = getc()
1895 func getc() int { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 806 c = int32(getc())
813 c = int32(getc())
891 c := getc()
926 c = getc()
944 c = getc()
948 c = getc()
981 c = getc()
1011 c1 = getc()
1021 c1 = getc()
1102 c1 = getc()
1892 func getc() int { func
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 512 b, ok := d.getc()
836 b, ok := d.getc()
853 func (d *Decoder) getc() (b byte, ok bool) { func
898 if b, ok = d.getc(); !ok {
933 b, ok := d.getc()
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 809 c = int32(getc())
816 c = int32(getc())
894 c := getc()
929 c = getc()
947 c = getc()
951 c = getc()
984 c = getc()
1014 c1 = getc()
1024 c1 = getc()
1105 c1 = getc()
1895 func getc() int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 806 c = int32(getc())
813 c = int32(getc())
891 c := getc()
926 c = getc()
944 c = getc()
948 c = getc()
981 c = getc()
1011 c1 = getc()
1021 c1 = getc()
1102 c1 = getc()
1892 func getc() int { func
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 512 b, ok := d.getc()
836 b, ok := d.getc()
853 func (d *Decoder) getc() (b byte, ok bool) { func
898 if b, ok = d.getc(); !ok {
933 b, ok := d.getc()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
109 int _r; /* read space left for getc() */
131 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
233 int getc(FILE *);
410 #define getc(fp) __sgetc(fp) macro
425 #define getchar() getc(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 90 * This ensures that the getc and putc macros (or inline functions) never
109 int _r; /* read space left for getc() */
131 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
233 int getc(FILE *);
410 #define getc(fp) __sgetc(fp) macro
425 #define getchar() getc(stdin)
  /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 

Completed in 2790 milliseconds

1 2