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

1234567891011>>

/netbsd-current/lib/libc/stdio/
H A Dfeof.c1 /* $NetBSD: feof.c,v 1.11 2003/08/07 16:43:22 agc Exp $ */
38 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: feof.c,v 1.11 2003/08/07 16:43:22 agc Exp $");
50 * A subroutine version of the macro feof.
52 #undef feof macro
55 feof(FILE *fp) function
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dstdio.h96 int feof(FILE* stream);
114 #undef feof macro
/netbsd-current/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);
/netbsd-current/usr.bin/cmp/
H A Dspecial.c101 if (feof(fp1)) {
102 if (!feof(fp2))
105 if (feof(fp2))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dmsvc.c120 #ifdef feof
121 #undef feof macro
124 feof (FILE *fp) function
129 #endif /* feof */
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dfdopen2.c42 || feof (f) == 0
/netbsd-current/external/apache2/llvm/dist/llvm/utils/count/
H A Dcount.c38 if (!feof(stdin)) {
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dfdopen2.c42 || feof (f) == 0
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h22 # undef feof macro
23 # define feof(x) feof_unlocked (x) macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_getline.c59 return pos > 0 && feof(fp) ? (ssize_t)pos : -1;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dfile-list.c61 while (!feof (fp))
/netbsd-current/bin/setfacl/
H A Dfile.c74 } else if (feof(file) == 0) {
/netbsd-current/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c190 if (feof(file))
224 || !feof(file))
233 assert(feof(file));
/netbsd-current/external/public-domain/xz/dist/doc/examples/
H A D01_compress_easy.c139 if (strm->avail_in == 0 && !feof(infile)) {
154 if (feof(infile))
H A D03_compress_custom.c118 if (strm->avail_in == 0 && !feof(infile)) {
129 if (feof(infile))
H A D04_compress_easy_mt.c131 if (strm->avail_in == 0 && !feof(infile)) {
142 if (feof(infile))
H A D02_decompress.c127 if (strm->avail_in == 0 && !feof(infile)) {
143 if (feof(infile))
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dident.c199 while (c != EOF || ! (feof(file)|ferror(file))) {
236 if (c == EOF && feof(fp) | ferror(fp))
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dinput-file.c161 if (feof (f_in))
221 if (feof (f_in))
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dinput-file.c161 if (feof (f_in))
221 if (feof (f_in))
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dinput-file.c161 if (feof (f_in))
221 if (feof (f_in))

Completed in 276 milliseconds

1234567891011>>