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

123456789

/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h330 extern int feof(FILE *);
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1362 while (!feof(fd)) {
1364 while (((ch = getc(fd)) != '\n') && !feof(fd))
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c623 while (!feof (fp))
826 while (!feof (fp))
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y2036 if (feof(fp))
2043 if (feof(fp))
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2093 if (feof(instr)) /* EOF */
2306 if (feof(instr)) /* EOF */
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c415 if (feof(source)) {
/freebsd-11-stable/sbin/restore/
H A Dtape.c338 if (yflag || ferror(terminal) || feof(terminal))
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c1549 while (!feof (fp)
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dquote_calc4-s.tab.c491 while(!feof(stdin)) {
H A Dquote_calc4.tab.c491 while(!feof(stdin)) {
H A Dquote_calc3-s.tab.c491 while(!feof(stdin)) {
H A Dquote_calc3.tab.c491 while(!feof(stdin)) {
H A Dcalc2.tab.c480 while(!feof(stdin)) {
H A Dcalc.tab.c471 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 Dquote_calc2.tab.c496 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_calc-s.tab.c490 while(!feof(stdin)) {
H A Dpure_calc.tab.c435 while(!feof(stdin)) {
H A Dbtyacc_calc1.tab.c472 while(!feof(stdin)) {
/freebsd-11-stable/usr.bin/sort/
H A Dfile.c739 if (feof(fr->file))
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c444 while(!feof(in)) {

Completed in 216 milliseconds

123456789