Searched refs:feof (Results 26 - 50 of 164) sorted by relevance

1234567

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes.c457 if (feof(DES_IN)) {
469 if (feof(DES_IN))
516 if (feof(DES_IN)) {
567 if (feof(DES_IN) && (ll == 0)) {
592 if ((l == 0) && feof(DES_IN))
727 while (!feof(fp)) {
/freebsd-9.3-release/contrib/dialog/
H A Dtailbox.c52 if (((ch = getc(fp)) == EOF) && !feof(fp))
54 else if (!feof(fp) && (ch != '\n')) {
71 } while (!feof(fp) && (ch != '\n'));
/freebsd-9.3-release/include/
H A Dstdio.h236 int feof(FILE *);
489 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dstdio.c86 if (feof(f))
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dipft_hx.c127 if (feof(tfp))
/freebsd-9.3-release/contrib/libucl/tests/
H A Dtest_basic.c81 while (!feof (in)) {
/freebsd-9.3-release/contrib/opie/libopie/
H A Daccessfile.c97 while (fgets(buf, sizeof(buf), fp), !feof(fp)) {
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dmain.c94 if (feof(args->files_file)) {
/freebsd-9.3-release/lib/libsm/
H A DMakefile25 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c183 while (!feof(infile))
/freebsd-9.3-release/usr.sbin/mailwrapper/
H A Dmailwrapper.c114 if (feof(config))
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Di386-gen.c113 while (!feof (fp))
264 while (!feof (fp))
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-9.3-release/lib/libc/stdio/
H A DSymbol.map14 feof;
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dkod_management.c212 while (!feof(db_s) && NULL != fgets(fbuf, sizeof(fbuf), db_s)) {
253 !feof(db_s) && !ferror(db_s) && b < kod_db_cnt;
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_file.c88 } while (size > 0 && !feof(fp) && !ferror(fp));
/freebsd-9.3-release/contrib/cvs/src/
H A Drelease.c215 if (line_length < 0 && !feof (fp))
/freebsd-9.3-release/contrib/libarchive/libarchive_fe/
H A Dline_reader.c157 if (feof(lr->f)) {
/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c120 while (!feof (in) && r < (int)sizeof (inbuf)) {
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_util.c99 if ((ch = getc(fp)) == EOF && !feof(fp)) {
/freebsd-9.3-release/contrib/opie/
H A Dpermsfile.c157 if (feof(fh))
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c388 if (buf[len - 1] != '\n' && !feof(f)) {
423 } while (!feof(f) && !ferror(f));
454 } while (fputs(buf, stdout) != EOF && !feof(f));
627 while (fputs(tmp, stdout) != EOF && !feof(f)) {
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_radix.c545 while (isspace(next_ch) && !feof(fp))
549 while (!feof(fp)) {
557 if (feof(fp)) {
565 } while (!feof(fp) && !isspace(next_ch));
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Drfc931.c206 && ferror(fp) == 0 && feof(fp) == 0
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-file.c131 if (feof(file)) break;

Completed in 241 milliseconds

1234567