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

123456789

/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dquote_calc-s.tab.c333 while(!feof(stdin)) {
H A Dquote_calc.tab.c339 while(!feof(stdin)) {
H A Dquote_calc2-s.tab.c333 while(!feof(stdin)) {
H A Dquote_calc2.tab.c339 while(!feof(stdin)) {
H A Dquote_calc3-s.tab.c334 while(!feof(stdin)) {
H A Dquote_calc3.tab.c334 while(!feof(stdin)) {
H A Dquote_calc4-s.tab.c334 while(!feof(stdin)) {
H A Dquote_calc4.tab.c334 while(!feof(stdin)) {
/freebsd-12-stable/contrib/dma/
H A Dnet.c453 while (!feof(it->mailf)) {
/freebsd-12-stable/stand/ficl/
H A Dfileaccess.c306 if (feof(ff->f))
/freebsd-12-stable/sbin/iscontrol/
H A Dconfig.c237 } while (feof(fd) == 0);
/freebsd-12-stable/usr.bin/gprof/
H A Dgprof.c421 if (feof(pfile))
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c291 if (feof(image->pi_addr2line) || ferror(image->pi_addr2line)) {
/freebsd-12-stable/usr.sbin/setfmac/
H A Dsetfmac.c261 if (feof(fp))
/freebsd-12-stable/contrib/gdb/gdb/
H A Dtop.c797 while (instream && !feof (instream))
865 while (instream && !feof (instream))
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c254 if (!feof(filep)) {
338 if (!feof(filep)) {
/freebsd-12-stable/sbin/ggate/ggated/
H A Dggated.c267 if (feof(fd))
290 if (!feof(fd))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp386 if (feof(in))
/freebsd-12-stable/contrib/pf/pflogd/
H A Dpflogd.c441 while (!feof(fp)) {
/freebsd-12-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-12-stable/contrib/libpcap/
H A Dsf-pcap.c957 } else if (feof(f) && amt_read > 0) {
/freebsd-12-stable/contrib/binutils/binutils/
H A Drclex.c649 if (! cpp_pipe || feof (cpp_pipe)
/freebsd-12-stable/bin/pkill/
H A Dpkill.c834 if (feof(fh)) {
/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhomedir.c486 if (feof(passwd_fp))
/freebsd-12-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))

Completed in 527 milliseconds

123456789