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

12345678910

/freebsd-current/lib/libc/stdio/
H A Dfeof.c40 #undef feof macro
44 feof(FILE *fp) function
/freebsd-current/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c48 while (!feof(fp)) {
51 if (feof(fp))
/freebsd-current/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c48 while (!feof(fp)) {
51 if (feof(fp))
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdio.h96 int feof(FILE* stream);
116 # undef feof macro
/freebsd-current/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-current/usr.bin/cmp/
H A Dspecial.c111 if (feof(fp1)) {
112 if (!feof(fp2))
115 if (feof(fp2))
/freebsd-current/stand/liblua/
H A Dlstd.h64 #define feof lua_loader_feof macro
76 int feof(FILE *stream);
/freebsd-current/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-current/contrib/mandoc/
H A Dcompat_getline.c52 return pos > 0 && feof(fp) ? (ssize_t)pos : -1;
/freebsd-current/bin/setfacl/
H A Dfile.c65 } else if (feof(file) == 0) {
/freebsd-current/lib/libc/tests/stdio/
H A Dgetdelim_test.c109 ATF_REQUIRE(feof(fp));
161 while (!feof(fp)) /* advance to EOF; can't fseek this stream */
170 printf("feof\n");
171 ATF_REQUIRE(feof(fp));
353 ATF_REQUIRE(!feof(fp));
371 ATF_REQUIRE(!feof(fp));
379 ATF_REQUIRE(!feof(fp));
387 ATF_REQUIRE(!feof(fp));
394 ATF_REQUIRE(!feof(fp));
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc17 using ::feof;
/freebsd-current/contrib/byacc/test/
H A Derr_syntax27.y88 while(!feof(stdin)) {
H A Dquote_calc4.y78 while(!feof(stdin)) {
H A Dcalc_code_imports.y74 while(!feof(stdin)) {
H A Dcalc3.y88 while(!feof(stdin)) {
H A Dcalc2.y85 while(!feof(stdin)) {
H A Dcalc_code_all.y78 while(!feof(stdin)) {
H A Dcalc_code_default.y74 while(!feof(stdin)) {
H A Dcalc.y71 while(!feof(stdin)) {
H A Dcalc_code_top.y74 while(!feof(stdin)) {
H A Dcode_calc.y79 while(!feof(stdin)) {
H A Dcalc_code_provides.y74 while(!feof(stdin)) {
H A Dcalc_code_requires.y74 while(!feof(stdin)) {
H A Dquote_calc3.y78 while(!feof(stdin)) {

Completed in 273 milliseconds

12345678910