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

123456789

/freebsd-11-stable/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
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstdio.h96 int feof(FILE* stream);
114 #undef feof macro
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-11-stable/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-stable/usr.bin/cmp/
H A Dspecial.c96 if (feof(fp1)) {
97 if (!feof(fp2))
100 if (feof(fp2))
/freebsd-11-stable/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-stable/contrib/mdocml/
H A Dcompat_getline.c59 return pos > 0 && feof(fp) ? (ssize_t)pos : -1;
/freebsd-11-stable/bin/setfacl/
H A Dfile.c68 } else if (feof(file) == 0) {
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lcl.h13 # define UP_feof feof
/freebsd-11-stable/contrib/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/freebsd-11-stable/contrib/file/src/
H A Dgetline.c55 if (feof(fp)) {
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/freebsd-11-stable/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 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)) {
H A Dcode_calc.y79 while(!feof(stdin)) {
/freebsd-11-stable/usr.bin/colrm/
H A Dcolrm.c130 if (feof(stream))
/freebsd-11-stable/stand/liblua/
H A Dlstd.h57 int feof(FILE *stream);

Completed in 296 milliseconds

123456789