Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 207) sorted by relevance

123456789

/openbsd/lib/libc/stdio/
H A Dfeof.c40 #undef feof
43 feof(FILE *fp) in feof() function
52 DEF_STRONG(feof);
/openbsd/usr.bin/cmp/
H A Dspecial.c85 if (feof(fp1)) { in c_special()
86 if (!feof(fp2)) in c_special()
89 if (feof(fp2)) in c_special()
/openbsd/regress/lib/libedit/chared/
H A Dtest_gets.c50 return (*cp = getwchar()) != WEOF ? 1 : feof(stdin) ? 0 : -1; in el_wgetc()
71 while (feof(stdin) == 0) { in main()
74 if (feof(stdin)) in main()
/openbsd/games/sail/
H A Dpl_main.c76 while (getchar() != '\n' && !feof(stdin)) in initialize()
140 while (getchar() != '\n' && !feof(stdin)) in initialize()
142 if (feof(stdin)) { in initialize()
149 while (getchar() != '\n' && !feof(stdin)) in initialize()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dpc.c42 if(!feof(stdin))
57 } while (!feof(in));
/openbsd/usr.sbin/unbound/testcode/
H A Dunitauth.c697 while(!feof(i1) && !feof(i2)) { in checkfile()
702 if((!cp1 && !feof(i1)) || (!cp2 && !feof(i2))) in checkfile()
716 unit_assert(feof(i1) && feof(i2)); in checkfile()
/openbsd/gnu/gcc/intl/
H A Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c103 # undef feof
104 # define feof(s) feof_unlocked (s) macro
220 while (!feof (fp))
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h57 #undef feof
104 using ::feof;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h58 #undef feof
105 using ::feof;
/openbsd/gnu/gcc/fixincludes/
H A Dsystem.h90 # undef feof
91 # define feof(Stream) feof_unlocked (Stream) macro
H A Dfixlib.c57 if (feof (fp)) in load_file_data()
73 } while (! feof (fp)); in load_file_data()
/openbsd/include/
H A Dstdio.h212 int feof(FILE *);
405 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.c58 if (feof (fp))
74 } while (! feof (fp));
/openbsd/gnu/usr.bin/perl/
H A Dnostdio.h35 #undef feof
108 #define feof(f) _CANNOT _feof_ macro
H A Dfakesdio.h20 #undef feof
98 #define feof(f) PerlIO_eof(f) macro
/openbsd/usr.bin/sendbug/
H A Dsendbug.c142 while (!feof(frfp)) { in main()
218 while (offset != -1 && !feof(dfp)) { in dmesg()
237 while (!feof(ifp)) { in usbdevs()
623 while (!feof(ifp)) { in hwdump()
/openbsd/sbin/pfctl/
H A Dpfctl_radix.c535 while (isspace((unsigned char)next_ch) && !feof(fp)) in pfr_next_token()
539 while (!feof(fp)) { in pfr_next_token()
547 if (feof(fp)) { in pfr_next_token()
555 } while (!feof(fp) && !isspace((unsigned char)next_ch)); in pfr_next_token()
/openbsd/gnu/llvm/libcxx/include/
H A Dstdio.h116 #undef feof
/openbsd/gnu/llvm/llvm/utils/count/
H A Dcount.c38 if (!feof(stdin)) { in main()
/openbsd/regress/lib/libc/stdio_threading/fputs/
H A Dfputs_test.c28 if (feof(file)) in fputs_thread()
/openbsd/regress/lib/libc/stdio_threading/fwrite/
H A Dfwrite_test.c28 if (feof(file)) in fwrite_thread()
/openbsd/regress/lib/libc/stdio_threading/fgetln/
H A Dfgetln_test.c30 if (feof(file)) in fgetln_thread()
/openbsd/regress/lib/libc/stdio_threading/fgets/
H A Dfgets_test.c29 if (feof(file)) in fgets_thread()

123456789