Searched refs:feof (Results 126 - 150 of 218) sorted by relevance

123456789

/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c445 if (feof(tty_in))
/freebsd-11-stable/sbin/iscontrol/
H A Dconfig.c237 } while (feof(fd) == 0);
/freebsd-11-stable/stand/ficl/
H A Dfileaccess.c299 if (feof(ff->f))
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c261 if (feof(fp))
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c304 ret = (long)feof(fp);
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c323 while(!feof(f)) {
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.c416 if (feof(pfile))
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y561 while (!feof(fp))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_tx.c159 if (feof(tfp))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.c798 while (instream && !feof (instream))
866 while (instream && !feof (instream))
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c254 if (!feof(filep)) {
338 if (!feof(filep)) {
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c704 if (buf[strlen(buf) - 1] == '\n' || feof(f)) {
710 while (fgetc(f) != '\n' && !feof(f))
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c266 if (feof(fd))
289 if (!feof(fd))
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c649 if (! cpp_pipe || feof (cpp_pipe)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c4299 while (!feof (stdin))
4306 while (!feof (stdin) && is_mangled_char (c))
4309 if (feof (stdin))
4339 if (!feof (stdin))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c4431 while (!feof (stdin))
4438 while (!feof (stdin) && is_mangled_char (c))
4441 if (feof (stdin))
4471 if (!feof (stdin))
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c441 while (!feof(fp)) {
/freebsd-11-stable/sbin/restore/
H A Ddirs.c595 if (feof(mf))
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h297 # define Igeteof_(f,c,s) {if(((c)=getc(f))==EOF){testIerror(f);if(feof(f))s}}
H A Drcsfnms.c1014 if (feof(fp))
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c377 if (feof(stdin) || ferror(stdin))
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c486 if (feof(passwd_fp))
/freebsd-11-stable/bin/pkill/
H A Dpkill.c834 if (feof(fh)) {
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c174 if (feof(fp))
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c238 } while (!feof(stdin));

Completed in 202 milliseconds

123456789