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

123456789

/freebsd-11.0-release/lib/libc/stdio/
H A Dfeof.c34 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: releng/11.0/lib/libc/stdio/feof.c 249808 2013-04-23 13:33:13Z emaste $");
44 #undef feof macro
48 feof(FILE *fp) function
/freebsd-11.0-release/contrib/libc++/include/
H A Dstdio.h97 int feof(FILE* stream);
122 #undef feof macro
/freebsd-11.0-release/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-11.0-release/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_clearerr.c52 while (feof(fp) == 0)
55 ATF_REQUIRE(feof(fp) != 0);
61 ATF_REQUIRE(feof(fp) == 0);
/freebsd-11.0-release/usr.bin/cmp/
H A Dspecial.c96 if (feof(fp1)) {
97 if (!feof(fp2))
100 if (feof(fp2))
/freebsd-11.0-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-11.0-release/contrib/mdocml/
H A Dcompat_getline.c59 return pos > 0 && feof(fp) ? (ssize_t)pos : -1;
/freebsd-11.0-release/bin/setfacl/
H A Dfile.c68 } else if (feof(file) == 0) {
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.h13 # define UP_feof feof
/freebsd-11.0-release/contrib/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/freebsd-11.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/freebsd-11.0-release/contrib/byacc/test/
H A Dcalc.y71 while(!feof(stdin)) {
H A Dcalc2.y85 while(!feof(stdin)) {
H A Dcalc3.y88 while(!feof(stdin)) {
H A Dcode_calc.y77 while(!feof(stdin)) {
H A Derr_syntax27.y88 while(!feof(stdin)) {
H A Dpure_calc.y81 while(!feof(stdin)) {
H A Dquote_calc.y78 while(!feof(stdin)) {
H A Dquote_calc2.y78 while(!feof(stdin)) {
H A Dquote_calc3.y78 while(!feof(stdin)) {
H A Dquote_calc4.y78 while(!feof(stdin)) {
/freebsd-11.0-release/contrib/expat/examples/
H A Doutline.c99 done = feof(stdin);
/freebsd-11.0-release/contrib/file/src/
H A Dgetline.c55 if (feof(fp)) {
/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Dmain.c151 if (feof(stdin))

Completed in 140 milliseconds

123456789