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

123456789

/freebsd-12-stable/lib/libc/stdio/
H A Dfeof.c36 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
46 #undef feof macro
50 feof(FILE *fp) function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dstdio.h96 int feof(FILE* stream);
114 #undef feof macro
/freebsd-12-stable/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-12-stable/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c50 while (!feof(fp)) {
53 if (feof(fp))
/freebsd-12-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-12-stable/usr.bin/cmp/
H A Dspecial.c106 if (feof(fp1)) {
107 if (!feof(fp2))
110 if (feof(fp2))
/freebsd-12-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-12-stable/contrib/mandoc/
H A Dcompat_getline.c59 return pos > 0 && feof(fp) ? (ssize_t)pos : -1;
/freebsd-12-stable/bin/setfacl/
H A Dfile.c68 } else if (feof(file) == 0) {
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/
H A DRoundTrip.h51 if (!std::feof(sFd) || !std::feof(dFd)) {
/freebsd-12-stable/contrib/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/freebsd-12-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/freebsd-12-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 Dcode_calc.y79 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-12-stable/contrib/expat/examples/
H A Doutline.c104 done = feof(stdin);
/freebsd-12-stable/contrib/file/src/
H A Dgetline.c55 if (feof(fp)) {
/freebsd-12-stable/stand/liblua/
H A Dlstd.h57 int feof(FILE *stream);

Completed in 116 milliseconds

123456789