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

1 2 3 4 5

  /bionic/libc/stdio/
feof.c 1 /* $OpenBSD: feof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
37 * A subroutine version of the macro feof.
39 #undef feof macro
42 feof(FILE *fp) function
  /sdk/emulator/qtools/
decoder.h 15 bool IsEOF() { return (end_ == next_) && feof(fstream_); }
  /build/tools/bin2asm/
data 37 while (! feof(stdin)) {
icudata.c 48 while (! feof(stdin)) {
  /external/bison/lib/
unlocked-io.h 45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
  /external/openssl/crypto/bio/
bio_lcl.h 13 #define UP_feof feof
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.c 84 if (feof(pStream))
94 if (feof(pStream)) {
  /external/skia/src/ports/
SkOSFile_stdio.cpp 69 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
75 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
76 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
  /bionic/libstdc++/include/
cstdio 47 using ::feof;
  /external/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /ndk/sources/cxx-stl/system/include/
cstdio 47 using ::feof;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 45 using ::feof;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 45 using ::feof;
  /external/expat/examples/
outline.c 92 done = feof(stdin);
  /external/fsck_msdos/
main.c 158 if (feof(stdin))
  /external/iproute2/netem/
stats.c 37 if (feof(fp))
  /external/webkit/WebCore/platform/network/curl/
FormDataStreamCurl.cpp 84 if (feof(m_file)) {
  /external/e2fsprogs/ext2ed/
init.c 118 while (!feof (fp)) {
120 if (feof (fp)) break;
128 if (feof (fp)) break;
130 if (feof (fp)) break;
602 if (feof (fp)) return (0);
604 if (feof (fp)) return (0);
627 while (!feof (fp)) {
629 if (feof (fp)) break;
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 350 while (!feof(fpInputSamples))
354 if (feof(fpInputSamples) || (nSampleRead != nSampleGet))
  /external/e2fsprogs/e2fsck/
argv_parse.c 147 while (!feof(stdin)) {
  /external/e2fsprogs/lib/ext2fs/
read_bb_file.c 54 while (!feof (f)) {
  /external/e2fsprogs/lib/ss/
test_ss.c 54 while (!feof(f)) {
  /external/e2fsprogs/resize/
test_extent.c 29 while (!feof(in)) {
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 107 using std::feof;

Completed in 849 milliseconds

1 2 3 4 5