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

123456789

/freebsd-12-stable/usr.bin/sort/
H A Dsort.c922 while (!feof(fseed)) {
/freebsd-12-stable/usr.bin/tftp/
H A Dmain.c757 if (feof(stdin)) {
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h330 extern int feof(FILE *);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y2036 if (feof(fp))
2043 if (feof(fp))
/freebsd-12-stable/contrib/dialog/
H A Dutil.c1362 while (!feof(fd)) {
1364 while (((ch = getc(fd)) != '\n') && !feof(fd))
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dia64-gen.c623 while (!feof (fp))
826 while (!feof (fp))
/freebsd-12-stable/libexec/ftpd/
H A Dftpd.c2110 if (feof(instr)) /* EOF */
2323 if (feof(instr)) /* EOF */
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtic.c415 if (feof(source)) {
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_anchor.c444 while(!feof(in)) {
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dquote_calc3.tab.c491 while(!feof(stdin)) {
H A Dquote_calc4-s.tab.c491 while(!feof(stdin)) {
H A Dquote_calc4.tab.c491 while(!feof(stdin)) {
H A Dcalc.tab.c471 while(!feof(stdin)) {
H A Dcalc2.tab.c480 while(!feof(stdin)) {
H A Dcalc3.tab.c435 while(!feof(stdin)) {
H A Dcode_calc.code.c344 while(!feof(stdin)) {
H A Dok_syntax1.tab.c458 while(!feof(stdin)) {
H A Dpure_calc.tab.c435 while(!feof(stdin)) {
H A Dquote_calc-s.tab.c490 while(!feof(stdin)) {
H A Dquote_calc.tab.c496 while(!feof(stdin)) {
H A Dquote_calc2-s.tab.c490 while(!feof(stdin)) {
H A Dquote_calc2.tab.c496 while(!feof(stdin)) {
H A Dquote_calc3-s.tab.c491 while(!feof(stdin)) {
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dgrep.c1549 while (!feof (fp)
/freebsd-12-stable/sbin/restore/
H A Dtape.c340 if (yflag || ferror(terminal) || feof(terminal))

Completed in 362 milliseconds

123456789