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

1 2 3

  /bionic/libc/stdio/
getchar.c 57 return (getc(stdin));
getc.c 1 /* $OpenBSD: getc.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
48 * A subroutine version of the macro getc.
50 #undef getc macro
53 getc(FILE *fp) function
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 11 while ((c = getc(f)) != EOF) {
16 c = getc(f);
  /external/libpcap/
etherent.c 70 c = getc(f);
83 c = getc(f);
113 c = getc(fp);
117 c = getc(fp);
122 c = getc(fp);
149 c = getc(fp);
  /external/jpeg/
rdcolmap.c 88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infile)
    [all...]
  /frameworks/base/libs/utils/
ZipUtils.cpp 282 ic = getc(fp);
283 if (ic != 0x1f || getc(fp) != 0x8b)
285 method = getc(fp);
286 flags = getc(fp);
296 (void) getc(fp);
301 len = getc(fp);
302 len |= getc(fp) << 8;
303 while (len-- && getc(fp) != EOF)
309 ic = getc(fp);
315 ic = getc(fp)
    [all...]
  /external/bison/lib/
unlocked-io.h 101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
  /external/quake/quake/src/QW/client/
gl_warp.c 536 blue = getc(fin);
537 green = getc(fin);
538 red = getc(fin);
545 blue = getc(fin);
546 green = getc(fin);
547 red = getc(fin);
548 alphabyte = getc(fin);
563 packetHeader=getc(fin);
568 blue = getc(fin);
569 green = getc(fin)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 585 blue = getc(fin);
586 green = getc(fin);
587 red = getc(fin);
594 blue = getc(fin);
595 green = getc(fin);
596 red = getc(fin);
597 alphabyte = getc(fin);
612 packetHeader=getc(fin);
617 blue = getc(fin);
618 green = getc(fin)
    [all...]
  /bionic/libstdc++/include/
cstdio 62 using ::getc;
  /external/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
cstdio 62 using ::getc;
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /ndk/build/platforms/android-8/arch-x86/usr/include/
cstdio 62 using ::getc;
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /external/dropbear/
netbsd_getpass.c 101 for (p = buf; (ch = getc(fp)) != EOF && ch != '\n';)
  /external/e2fsprogs/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /external/stlport/src/
stdio_streambuf.cpp 161 int c = getc(_M_file);
175 int c = getc(_M_file);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 124 using std::getc;
  /bionic/libc/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
420 #define getc(fp) __sgetc(fp) macro
435 #define getchar() getc(stdin)
  /external/elfutils/src/
ldlex.l 35 #undef getc
36 #define getc(s) getc_unlocked (s)

Completed in 858 milliseconds

1 2 3