Searched refs:feof (Results 51 - 75 of 218) sorted by relevance

123456789

/freebsd-11-stable/include/
H A Dstdio.h251 int feof(FILE *);
531 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c129 while (!feof (in) && !ferror (in)) {
H A Ducl-tool.c109 while(!feof(in) && !ferror(in)) {
/freebsd-11-stable/contrib/byacc/test/
H A Dbtyacc_calc1.y179 while(!feof(stdin)) {
/freebsd-11-stable/contrib/dma/
H A Dlocal.c207 while (!feof(it->mailf)) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c204 while (!feof(infile))
/freebsd-11-stable/contrib/opie/
H A Dpermsfile.c157 if (feof(fh))
H A Dopiepasswd.c387 if (!passwd[0] || feof(stdin)) {
401 if (feof(stdin)) {
/freebsd-11-stable/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-11-stable/contrib/nvi/ex/
H A Dex_util.c70 if ((ch = getc(fp)) == EOF && !feof(fp)) {
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_file.c84 } while (size > 0 && !feof(fp) && !ferror(fp));
/freebsd-11-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c44 ASSERT_INT_NE(feof(out), 0);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c283 if (feof (Gbl_Files[FileId].Handle))
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-file.c133 if (feof(file)) break;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_radix.c547 while (isspace(next_ch) && !feof(fp))
551 while (!feof(fp)) {
559 if (feof(fp)) {
567 } while (!feof(fp) && !isspace(next_ch));
/freebsd-11-stable/usr.sbin/fstyp/
H A Dfstyp.c94 if (feof(fp) == 0)
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c183 (ferror(file) || !feof(file))) {
/freebsd-11-stable/usr.bin/iconv/
H A Diconv.c113 if (feof(fp))
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c127 if (feof(config))
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.c154 if (feof(lr->f)) {
/freebsd-11-stable/contrib/tcp_wrappers/
H A Drfc931.c206 && ferror(fp) == 0 && feof(fp) == 0
/freebsd-11-stable/stand/liblua/
H A Dlstd.c141 feof(FILE *stream) function
/freebsd-11-stable/lib/libc/stdio/
H A DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
49 ferror.3 feof.3 ferror.3 feof_unlocked.3 \
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmain.c94 if (feof(args->files_file)) {
/freebsd-11-stable/contrib/dialog/
H A Dguage.c93 if (feof(fp)) {
223 if (feof(dialog_state.pipe_input) ||

Completed in 604 milliseconds

123456789