/external/e2fsprogs/ext2ed/ |
D | init.c | 118 while (!feof (fp)) { in set_struct_descriptors() 120 if (feof (fp)) break; in set_struct_descriptors() 128 if (feof (fp)) break; in set_struct_descriptors() 130 if (feof (fp)) break; in set_struct_descriptors() 602 if (feof (fp)) return (0); in get_next_option() 604 if (feof (fp)) return (0); in get_next_option() 627 while (!feof (fp)) { in check_mounted() 629 if (feof (fp)) break; in check_mounted()
|
/external/bison/lib/ |
D | unlocked-io.h | 45 # undef feof 46 # define feof(x) feof_unlocked (x) macro 48 # define feof_unlocked(x) feof (x)
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 327 while((!feof(f)) && in convsample_05() 341 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_05() 445 while((!feof(f)) && in convsample_06() 915 while((!feof(f)) && in convsample_40() 931 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_40() 1021 while((!feof(f)) && in convsample_46() 1037 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_46()
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 69 …SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)… in sk_fread() 76 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
|
/external/e2fsprogs/intl/ |
D | localealias.c | 100 # define FEOF(fp) feof (fp) 118 # undef feof 119 # define feof(s) feof_unlocked (s) macro
|
/external/openssl/crypto/des/ |
D | des.c | 485 if (feof(DES_IN)) in doencryption() 502 if (feof(DES_IN)) break; in doencryption() 558 if (feof(DES_IN)) in doencryption() 620 if (feof(DES_IN) && (ll == 0)) in doencryption() 649 if ((l == 0) && feof(DES_IN)) break; in doencryption() 794 while (!feof(fp)) in uufread()
|
D | read_pwd.c | 366 if (feof(tty)) goto error; in des_read_pw() 377 if (feof(tty)) goto error; in des_read_pw()
|
/external/stlport/stlport/stl/ |
D | _cstdio.h | 62 # undef feof 68 using _STLP_VENDOR_CSTD::feof;
|
/external/srec/audio/AudioIn/UNIX/src/ |
D | filter.c | 350 while (!feof(fpInputSamples)) 354 if (feof(fpInputSamples) || (nSampleRead != nSampleGet))
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiff_main.cc | 424 } while (!feof(input_file_)); in Encode() 484 } while (!feof(input_file_)); in Decode() 548 } while (!feof(input_file_)); in DecodeAndCompare()
|
/external/openssl/crypto/bio/ |
D | bio_lcl.h | 13 #define UP_feof feof
|
/external/fsck_msdos/ |
D | main.c | 158 if (feof(stdin)) in ask()
|
/external/expat/examples/ |
D | outline.c | 92 done = feof(stdin); in main()
|
/external/quake/quake/src/WinQuake/ |
D | snd_gus.cpp | 383 if (feof(f)) in ini_fgets() 396 if (feof(f)) in ini_fgets() 420 if (feof(f)) in ini_fgets() 437 if (feof(f) || is_section(ts,"*")) in ini_fgets()
|
/external/iproute2/netem/ |
D | stats.c | 37 if (feof(fp)) in stats()
|
/external/e2fsprogs/util/ |
D | subst.c | 216 while (!feof(f)) { in parse_config_file() 369 while (!feof(in)) { in main()
|
/external/chromium/third_party/zlib/contrib/minizip/ |
D | minizip.c | 166 if (feof(fin)==0) in getFileCrc() 377 if (feof(fin)==0)
|
/external/e2fsprogs/lib/ext2fs/ |
D | read_bb_file.c | 54 while (!feof (f)) { in ext2fs_read_bb_FILE2()
|
/external/zlib/contrib/minizip/ |
D | minizip.c | 190 if (feof(fin)==0) in getFileCrc() 464 if (feof(fin)==0)
|
/external/webkit/WebCore/platform/network/curl/ |
D | FormDataStreamCurl.cpp | 84 if (feof(m_file)) { in read()
|
/external/e2fsprogs/resize/ |
D | test_extent.c | 29 while (!feof(in)) { in do_test()
|
/external/e2fsprogs/e2fsck/ |
D | argv_parse.c | 147 while (!feof(stdin)) { in main()
|
/external/e2fsprogs/lib/ss/ |
D | test_ss.c | 54 while (!feof(f)) { in source_file()
|
/external/webkit/JavaScriptCore/API/tests/ |
D | minidom.c | 112 while (!feof(f) && !ferror(f)) { in createStringWithContentsOfFile()
|
/external/icu4c/tools/toolutil/ |
D | filestrm.c | 179 return feof((FILE*)fileStream); in T_FileStream_eof()
|