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

1 2 3 4 5 6 7

  /bionic/libc/stdio/
fgetc.c 39 return (getc(fp));
getchar.c 57 return (getc(stdin));
getc.c 1 /* $OpenBSD: getc.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
49 * A subroutine version of the macro getc.
51 #undef getc macro
54 getc(FILE *fp) function
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
MMap.h 23 char c = getc(fp);
27 c = getc(fp);
34 c = getc(fp);
37 c = getc(fp);
  /external/webkit/Tools/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...]
  /external/qemu/distrib/jpeg-6b/
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/native/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)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
getdelim.c 39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
  /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 64 using ::getc;
  /external/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 64 using ::getc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/sources/cxx-stl/system/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 62 using ::getc;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 62 using ::getc;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 64 using ::getc;

Completed in 463 milliseconds

1 2 3 4 5 6 7