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

123456789

/freebsd-12-stable/release/picobsd/tinyware/oinit/
H A Doinit.c385 while(!feof(fd)) {
531 while(!feof(stdin)) {
/freebsd-12-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c438 while (!feof(fp)) {
441 if (feof(fp))
/freebsd-12-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c299 while (!feof(fp) && !ferror(fp)) {
/freebsd-12-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-12-stable/contrib/dma/
H A Dspool.c171 while (!feof(queuef)) {
/freebsd-12-stable/bin/ed/
H A Dio.c122 while (((c = des ? get_des_char(fp) : getc(fp)) != EOF || (!feof(fp) &&
/freebsd-12-stable/lib/libc/tests/nss/
H A Dtestutil.h268 while (!feof(fi)) { \
/freebsd-12-stable/lib/libcompat/4.3/
H A Drexec.c103 if (feof(cfile) || ferror(cfile))
/freebsd-12-stable/sbin/recoverdisk/
H A Drecoverdisk.c119 if (!feof(file))
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c198 ret = (long)feof(fp);
/freebsd-12-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c198 if (feof(f))
/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c198 if (!feof(infile)) {
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c449 while (!feof(rf)) {
/freebsd-12-stable/contrib/dtc/
H A Dflattree.c841 if (feof(f))
855 if (feof(f))
875 if (feof(f))
/freebsd-12-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-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c288 return ((yyin ? feof(yyin) : (bufptr && *bufptr == '\0'))
/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_hints.c323 while(!feof(f)) {
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dipft_tx.c159 if (feof(tfp))
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y561 while (!feof(fp))
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dcalc.tab.c317 while(!feof(stdin)) {
H A Dcalc2.tab.c326 while(!feof(stdin)) {
H A Dcalc3.tab.c324 while(!feof(stdin)) {
H A Dcode_calc.code.c226 while(!feof(stdin)) {
H A Dok_syntax1.tab.c348 while(!feof(stdin)) {
H A Dpure_calc.tab.c324 while(!feof(stdin)) {

Completed in 297 milliseconds

123456789