Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 71) sorted by relevance

123

/external/e2fsprogs/ext2ed/
Dinit.c118 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/
Dunlocked-io.h45 # undef feof
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/external/icu4c/samples/ucnv/
Dconvsamp.cpp327 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/
DSkOSFile_stdio.cpp69 …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/
Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/external/openssl/crypto/des/
Ddes.c485 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()
Dread_pwd.c366 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.h62 # undef feof
68 using _STLP_VENDOR_CSTD::feof;
/external/srec/audio/AudioIn/UNIX/src/
Dfilter.c350 while (!feof(fpInputSamples))
354 if (feof(fpInputSamples) || (nSampleRead != nSampleGet))
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc424 } while (!feof(input_file_)); in Encode()
484 } while (!feof(input_file_)); in Decode()
548 } while (!feof(input_file_)); in DecodeAndCompare()
/external/openssl/crypto/bio/
Dbio_lcl.h13 #define UP_feof feof
/external/fsck_msdos/
Dmain.c158 if (feof(stdin)) in ask()
/external/expat/examples/
Doutline.c92 done = feof(stdin); in main()
/external/quake/quake/src/WinQuake/
Dsnd_gus.cpp383 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/
Dstats.c37 if (feof(fp)) in stats()
/external/e2fsprogs/util/
Dsubst.c216 while (!feof(f)) { in parse_config_file()
369 while (!feof(in)) { in main()
/external/chromium/third_party/zlib/contrib/minizip/
Dminizip.c166 if (feof(fin)==0) in getFileCrc()
377 if (feof(fin)==0)
/external/e2fsprogs/lib/ext2fs/
Dread_bb_file.c54 while (!feof (f)) { in ext2fs_read_bb_FILE2()
/external/zlib/contrib/minizip/
Dminizip.c190 if (feof(fin)==0) in getFileCrc()
464 if (feof(fin)==0)
/external/webkit/WebCore/platform/network/curl/
DFormDataStreamCurl.cpp84 if (feof(m_file)) { in read()
/external/e2fsprogs/resize/
Dtest_extent.c29 while (!feof(in)) { in do_test()
/external/e2fsprogs/e2fsck/
Dargv_parse.c147 while (!feof(stdin)) { in main()
/external/e2fsprogs/lib/ss/
Dtest_ss.c54 while (!feof(f)) { in source_file()
/external/webkit/JavaScriptCore/API/tests/
Dminidom.c112 while (!feof(f) && !ferror(f)) { in createStringWithContentsOfFile()
/external/icu4c/tools/toolutil/
Dfilestrm.c179 return feof((FILE*)fileStream); in T_FileStream_eof()

123