Searched refs:feof (Results 1 - 25 of 164) sorted by relevance

1234567

/freebsd-9.3-release/lib/libc/stdio/
H A Dfeof.c34 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
44 #undef feof macro
48 feof(FILE *fp) function
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
48 ferror.3 feof.3 ferror.3 feof_unlocked.3 \
/freebsd-9.3-release/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-9.3-release/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-9.3-release/usr.bin/cmp/
H A Dspecial.c96 if (feof(fp1)) {
97 if (!feof(fp2))
100 if (feof(fp2))
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h13 # define UP_feof feof
/freebsd-9.3-release/contrib/diff/lib/
H A Dunlocked-io.h50 # undef feof macro
51 # define feof(x) feof_unlocked (x) macro
53 # define feof_unlocked(x) feof (x)
/freebsd-9.3-release/gnu/usr.bin/rcs/ident/
H A Dident.c196 while (c != EOF || ! (feof(file)|ferror(file))) {
233 if (c == EOF && feof(fp) | ferror(fp))
252 if (c == EOF && feof(fp) | ferror(fp))
/freebsd-9.3-release/bin/setfacl/
H A Dfile.c68 } else if (feof(file) == 0) {
/freebsd-9.3-release/contrib/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-getdelim.c107 assert(feof(fp));
138 while (!feof(fp)) /* advance to EOF; can't fseek this stream */
147 assert(feof(fp));
/freebsd-9.3-release/contrib/expat/examples/
H A Doutline.c92 done = feof(stdin);
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dmain.c150 if (feof(stdin))
/freebsd-9.3-release/usr.bin/colrm/
H A Dcolrm.c130 if (feof(stream))
/freebsd-9.3-release/contrib/file/src/
H A Dgetline.c55 if (feof(fp)) {
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c305 if (feof(in) && ttystdin())
310 if (feof(in) && ttystdin())
334 while (c!='\n' && !feof(stdin))
401 if (feof(txt))
436 } else if (feof(stdin))
443 c = getcstdin(), !feof(stdin);
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h58 #undef feof macro
105 using ::feof;
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dcrypto.c117 if (feof(keyf)) {
124 while (!feof(keyf)) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsrc.c113 if (line_length < 0 && !feof (cvsrcfile))
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h81 using std::feof;
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_file.c128 return (feof(tf->file));
/freebsd-9.3-release/usr.bin/tset/
H A Dterm.c130 if (feof(stdin) || ferror(stdin)) {
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dstdio.c71 if (feof(f))
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dstdio.c70 if (feof(f))

Completed in 161 milliseconds

1234567