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

1234567

/macosx-10.10/ksh-23/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.10/Libc-1044.1.2/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.10/OpenSSL098-52/src/crypto/bio/
H A Dbio_lcl.h13 #define UP_feof feof
/macosx-10.10/llvmCore-3425.0.34/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h20 # undef feof macro
21 # define feof(x) feof_unlocked (x) macro
/macosx-10.10/gpatch-3/patch/
H A Dunlocked-io.h20 # undef feof macro
21 # define feof(x) feof_unlocked (x) macro
/macosx-10.10/gnutar-453/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.10/libiconv-42/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.10/text_cmds-88/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.10/ntp-92/sntp/
H A Dcrypto.c73 if (feof(keyf)) {
81 while (!feof(keyf)) {
/macosx-10.10/expat-12/expat/examples/
H A Doutline.c92 done = feof(stdin);
/macosx-10.10/sudo-73/src/
H A Dgetline.c93 if (!len || buf[len - 1] == '\n' || feof(fp))
/macosx-10.10/text_cmds-88/colrm/
H A Dcolrm.c134 if (feof(stream))
/macosx-10.10/libiconv-42/libiconv/tests/
H A Duniq-u.c94 if (feof (stream) || ferror (stream))
210 while (!feof (istream))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dpassfile.c103 } while ( !feof(f) );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dresult.c59 while ( !feof(fp) ) {
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dapplink.c35 static int app_feof(FILE *fp) { return feof(fp); }
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DFormDataStreamCurl.cpp87 if (feof(m_file)) {
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dstdio.c71 if (feof(f))
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dmain.c224 if (feof(stdin))
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dstdio.c70 if (feof(f))
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dstdio.c70 if (feof(f))
/macosx-10.10/remote_cmds-47/stdhosts.tproj/
H A Dstdhosts.c99 } while (size > 0 && !feof(fp));

Completed in 232 milliseconds

1234567