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

1234567

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dfeof.c28 NoN(feof)
32 #undef feof
35 feof(Sfio_t* f)
37 STDIO_INT(f, "feof", int, (Sfio_t*), (f))
H A Dstdio_c99.c39 return feof(sp);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfeof.c34 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/feof.c,v 1.12 2008/05/05 16:03:52 jhb Exp $");
44 #undef feof macro
48 feof(FILE *fp) function
/macosx-10.9.5/llvmCore-3425.0.33/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h20 # undef feof macro
21 # define feof(x) feof_unlocked (x) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dunlocked-io.h20 # undef feof macro
21 # define feof(x) feof_unlocked (x) macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/macosx-10.9.5/text_cmds-87/sort/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/macosx-10.9.5/ntp-88/sntp/
H A Dcrypto.c73 if (feof(keyf)) {
81 while (!feof(keyf)) {
/macosx-10.9.5/expat-12/expat/examples/
H A Doutline.c92 done = feof(stdin);
/macosx-10.9.5/sudo-72/src/
H A Dgetline.c93 if (!len || buf[len - 1] == '\n' || feof(fp))
/macosx-10.9.5/text_cmds-87/colrm/
H A Dcolrm.c134 if (feof(stream))
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Duniq-u.c94 if (feof (stream) || ferror (stream))
210 while (!feof (istream))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dpassfile.c103 } while ( !feof(f) );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dresult.c59 while ( !feof(fp) ) {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DFormDataStreamCurl.cpp84 if (feof(m_file)) {
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dstdio.c71 if (feof(f))
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Dmain.c221 if (feof(stdin))
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dstdio.c70 if (feof(f))
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/macosx-10.9.5/remote_cmds-41.90.1/stdhosts.tproj/
H A Dstdhosts.c99 } while (size > 0 && !feof(fp));
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dfileio.c46 isEOF = feof( fin->fp ) != 0;
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
354 will exit at the `feof' test. */

Completed in 384 milliseconds

1234567