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

1 2 3 4 5 6 7 8

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetc.c 1 /* $OpenBSD: fgetc.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
37 fgetc(FILE *fp) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 49 while ((ch = fgetc(bfile)) != EOF)
  /external/libpcap/msdos/
bin2c.c 34 while ((ch = fgetc(inFile)) != EOF)
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /ndk/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 48 using ::fgetc;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 48 using ::fgetc;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /external/chromium_org/third_party/mach_override/libudis86/
input.c 65 return fgetc(u->inp_file);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c 305 ch = fgetc(pp->f_deps);
307 fgetc(pp->f_deps); /* Discard space after colon. */
310 ch = fgetc(pp->f_deps);
317 ch = fgetc(pp->f_deps);
  /external/libpng/contrib/arm-neon/
linux.c 45 int ch = fgetc(f);
  /external/lzma/CPP/Common/
StdInStream.cpp 101 int c = fgetc(_stream); // getc() doesn't work in BeOS?
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 514 BOMC1 = fgetc(fFile);
515 BOMC2 = fgetc(fFile);
521 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
545 cL = fgetc(fFile);
546 cH = fgetc(fFile);
557 cH = fgetc(fFile);
558 cL = fgetc(fFile);
574 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
603 bytes[i] = fgetc(fFile);
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 514 BOMC1 = fgetc(fFile);
515 BOMC2 = fgetc(fFile);
521 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
545 cL = fgetc(fFile);
546 cH = fgetc(fFile);
557 cH = fgetc(fFile);
558 cL = fgetc(fFile);
574 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
603 bytes[i] = fgetc(fFile);
  /bionic/libstdc++/include/
cstdio 50 using ::fgetc;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
filestrm.c 131 int c = fgetc((FILE*)fileStream);
146 int32_t c = fgetc((FILE*)fileStream);
  /external/icu/icu4c/source/tools/toolutil/
filestrm.c 131 int c = fgetc((FILE*)fileStream);
146 int32_t c = fgetc((FILE*)fileStream);

Completed in 900 milliseconds

1 2 3 4 5 6 7 8