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

123456789

/freebsd-12-stable/usr.bin/sort/
H A Dfile.c738 if (feof(fr->file))
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2398 if (feof(stdin) || ferror(stdin)) {
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c2641 if (feof(stdin) || ferror(stdin)) {
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c420 if (expecteof && feof(cin)) {
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c400 while(!feof(in)) {
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1788 while (!feof(fp))
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.c472 while(!feof(stdin)) {
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias.c1668 if (feof(fd))
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2043 while (!feof(f)) {
2120 while (!feof(f)) {
/freebsd-12-stable/crypto/openssl/apps/
H A Dapps.c2736 if (!feof(stdin)) {
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c2290 if (feof(f) && enforcepid == 0) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1259 if (feof(m_in) || ferror(m_in)) {
/freebsd-12-stable/contrib/gcc/
H A Dmips-tfile.c4371 else if (sys_read == 0 && feof (obj_in_stream))
/freebsd-12-stable/crypto/openssh/
H A Dsshkey.c1439 if (feof(f))
/freebsd-12-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c3445 if (!feof(fp)) {
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c5454 if (feof(stdin))
/freebsd-12-stable/contrib/unbound/services/
H A Dauthzone.c1479 while(!feof(in)) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dconfigure16071 if (!feof(fpC))
/freebsd-12-stable/contrib/libevent/
H A Dconfigure16195 if (!feof(fpC))
/freebsd-12-stable/contrib/ntp/
H A Dconfigure5718 if (!feof(fpC))
/freebsd-12-stable/contrib/ntp/sntp/
H A Dconfigure5485 if (!feof(fpC))

Completed in 711 milliseconds

123456789