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

1 2 3 4 5 6 7 8

  /bionic/libc/stdio/
fgetc.c 39 return (getc(fp));
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
getc.c 34 static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93";
45 #undef getc macro
49 getc(FILE *fp) function
  /external/chromium_org/third_party/angle_dx11/src/compiler/
MMap.h 23 char c = getc(fp);
27 c = getc(fp);
34 c = getc(fp);
37 c = getc(fp);
  /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/base/libs/androidfw/
ZipUtils.cpp 284 ic = getc(fp);
285 if (ic != 0x1f || getc(fp) != 0x8b)
287 method = getc(fp);
288 flags = getc(fp);
298 (void) getc(fp);
303 len = getc(fp);
304 len |= getc(fp) << 8;
305 while (len-- && getc(fp) != EOF)
311 ic = getc(fp);
317 ic = getc(fp)
    [all...]
  /external/bison/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)
  /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)
  /bionic/tests/
stdio_test.cpp 197 TEST(stdio, getc) {
200 ASSERT_EQ('L', getc(fp));
201 ASSERT_EQ('i', getc(fp));
202 ASSERT_EQ('n', getc(fp));
203 ASSERT_EQ('u', getc(fp));
204 ASSERT_EQ('x', getc(fp));
  /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;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;

Completed in 439 milliseconds

1 2 3 4 5 6 7 8