Searched refs:feof (Results 101 - 125 of 218) sorted by relevance

123456789

/freebsd-11-stable/lib/libc/tests/nss/
H A Dtestutil.h268 while (!feof(fi)) { \
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c103 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c198 if (!feof(infile)) {
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c452 while (!feof(rf)) {
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c300 * feof(f) is false, errno is non-zero), the file ended with an
302 * feof(f) is true, errno is non-zero), or the end of the file was
303 * reached without error (ferror(f) is false, feof(f) is true,
308 if (!feof(f))
/freebsd-11-stable/sbin/recoverdisk/
H A Drecoverdisk.c117 if (!feof(file))
/freebsd-11-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c198 if (feof(f))
/freebsd-11-stable/contrib/dtc/
H A Dflattree.c841 if (feof(f))
855 if (feof(f))
875 if (feof(f))
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c1650 else if (feof (infile))
1705 else if (feof (infile))
1714 while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c288 return ((yyin ? feof(yyin) : (bufptr && *bufptr == '\0'))
/freebsd-11-stable/contrib/dma/
H A Dnet.c452 while (!feof(it->mailf)) {
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dcalc3.tab.c324 while(!feof(stdin)) {
H A Dcalc2.tab.c326 while(!feof(stdin)) {
H A Dcalc.tab.c317 while(!feof(stdin)) {
H A Dcode_calc.code.c226 while(!feof(stdin)) {
H A Dquote_calc2.tab.c339 while(!feof(stdin)) {
H A Dquote_calc4-s.tab.c334 while(!feof(stdin)) {
H A Dquote_calc4.tab.c334 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_calc2-s.tab.c333 while(!feof(stdin)) {
H A Dok_syntax1.tab.c348 while(!feof(stdin)) {
H A Dquote_calc.tab.c339 while(!feof(stdin)) {
H A Dquote_calc-s.tab.c333 while(!feof(stdin)) {
H A Dpure_calc.tab.c324 while(!feof(stdin)) {

Completed in 138 milliseconds

123456789