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

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_fread.c 27 ch = fgetc(stream);
30 ch = fgetc(stream);
54 ch = fgetc(stream);
  /external/dropbear/libtommath/mtest/
mtest.c 49 size = 1 + ((fgetc(rng)<<8) + fgetc(rng)) % 101;
50 buf[0] = (fgetc(rng)&1)?1:0;
52 while (buf[1] == 0) buf[1] = fgetc(rng);
61 size = 10 + ((fgetc(rng)<<8) + fgetc(rng)) % 101;
62 buf[0] = (fgetc(rng)&1)?1:0;
64 while (buf[1] == 0) buf[1] = fgetc(rng);
118 n = fgetc(rng) % 15;
183 n = fgetc(rng) & 63
    [all...]
  /bionic/libc/stdio/
fgetc.c 1 /* $OpenBSD: fgetc.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
37 fgetc(FILE *fp) function
  /external/llvm/test/CodeGen/Thumb2/
cross-rc-coalescing-1.ll 7 declare i32 @fgetc(%struct.FILE* nocapture) nounwind
23 %0 = call i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /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/icu4c/tools/toolutil/
filestrm.c 131 int c = fgetc((FILE*)fileStream);
146 int32_t c = fgetc((FILE*)fileStream);
  /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/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 49 while ((ch = fgetc(bfile)) != EOF)
  /external/lzma/CPP/Common/
StdInStream.cpp 101 int c = fgetc(_stream); // getc() doesn't work in BeOS?
  /external/srec/portable/include/
PFile.h 211 * fgetc() implementation for PFile.
216 * @return see fgetc()
218 ESR_ReturnCode(*fgetc)(struct PFile_t* self, LINT* result); member in struct:PFile_t
385 * fgetc() implementation for PFile.
389 * @return see fgetc()
537 * Backwards compatible fgetc().
  /bionic/libstdc++/include/
cstdio 50 using ::fgetc;
  /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/icu4c/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);
  /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;

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>