Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 163) sorted by relevance

1234567

/dflybsd-src/usr.bin/cmp/
H A Dspecial.c93 if (feof(fp1)) { in c_special()
94 if (!feof(fp2)) in c_special()
97 if (feof(fp2)) in c_special()
/dflybsd-src/lib/libc/stdio/
H A Dfeof.c42 #undef feof
46 feof(FILE *fp) in feof() function
/dflybsd-src/contrib/grep/lib/
H A Dunlocked-io.h44 # undef feof
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dunlocked-io.h45 # undef feof
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/dflybsd-src/gnu/usr.bin/rcs/ident/
H A Dident.c200 while (c != EOF || ! (feof(file)|ferror(file))) {
237 if (c == EOF && feof(fp) | ferror(fp))
256 if (c == EOF && feof(fp) | ferror(fp))
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsgen.c308 if (feof(in) && ttystdin()) in getcstdin()
313 if (feof(in) && ttystdin()) in getcstdin()
337 while (c!='\n' && !feof(stdin))
404 if (feof(txt))
439 } else if (feof(stdin))
446 c = getcstdin(), !feof(stdin);
/dflybsd-src/contrib/xz/src/xzdec/
H A Dxzdec.c190 if (feof(file)) in uncompress()
224 || !feof(file)) in uncompress()
233 assert(feof(file)); in uncompress()
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dinput-file.c159 if (feof (f_in)) in input_file_open()
219 if (feof (f_in)) in input_file_get()
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dinput-file.c159 if (feof (f_in)) in input_file_open()
219 if (feof (f_in)) in input_file_get()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_radix.c543 while (isspace(next_ch) && !feof(fp)) in pfr_next_token()
547 while (!feof(fp)) { in pfr_next_token()
555 if (feof(fp)) { in pfr_next_token()
563 } while (!feof(fp) && !isspace(next_ch)); in pfr_next_token()
/dflybsd-src/usr.sbin/installer/libaura/
H A Dpopen.c255 if (feof(p)) { in aura_pgets()
275 if (feof(p)) { in aura_pgets()
H A Dtest.c56 while (!feof(stdin)) { in main()
/dflybsd-src/games/monop/
H A Dmisc.c101 if (feof(stdin)) in get_int()
287 if (feof(stdin)) in quit()
/dflybsd-src/include/
H A Dstdio.h216 int feof(FILE *);
469 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/dflybsd-src/contrib/dialog/
H A Dtailbox.c51 if (((ch = getc(fp)) == EOF) && !feof(fp)) in get_line()
53 else if (!feof(fp) && (ch != '\n')) { in get_line()
70 } while (!feof(fp) && (ch != '\n')); in get_line()
/dflybsd-src/libexec/dma/
H A Dconf.c108 while (!feof(a)) { in parse_authfile()
166 while (!feof(conf)) { in parse_conf()
H A Dmail.c118 while (!feof(it->mailf)) { in bounce()
407 while (!feof(stdin)) { in readmail()
/dflybsd-src/usr.sbin/authpf/
H A Dauthpf.c357 if (buf[len - 1] != '\n' && !feof(f)) { in read_config()
392 } while (!feof(f) && !ferror(f)); in read_config()
423 } while (fputs(buf, stdout) != EOF && !feof(f)); in print_message()
555 while (fputs(tmp, stdout) != EOF && !feof(f)) { in check_luser()
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c174 while (!feof (f)) in commandline_from_pid()
983 while (!feof (fp)); in print_sockets()
1171 while (!feof (fp)); in linux_xfer_osdata_shm()
1283 while (!feof (fp)); in linux_xfer_osdata_sem()
1409 while (!feof (fp)); in linux_xfer_osdata_msg()
1496 while (!feof (fp)); in linux_xfer_osdata_modules()
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dsystem.h107 # undef feof
108 # define feof(Stream) feof_unlocked (Stream) macro
/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dcorefile.c96 while (!feof (file)) in read_function_mappings()
129 while (!feof (file)) in read_function_mappings()
496 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in num_of_syms_in()
553 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in core_create_syms_from()
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dcorefile.c92 while (!feof (file)) in read_function_mappings()
125 while (!feof (file)) in read_function_mappings()
495 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in num_of_syms_in()
550 while (!feof (f) && fgets (buf, BUFSIZE - 1, f)) in core_create_syms_from()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dsystem.h106 # undef feof
107 # define feof(Stream) feof_unlocked (Stream) macro
/dflybsd-src/usr.bin/sort/
H A Dbwstring.c485 if (!feof(f)) in bwsfgetln()
501 if (!feof(f)) in bwsfgetln()
514 if (feof(f)) in bwsfgetln()
525 while (!feof(f)) { in bwsfgetln()
548 while (!feof(f)) { in bwsfgetln()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dlogin.c327 if (line_length < 0 && !feof (fp)) in password_entry_operation()
415 if (line_length < 0 && !feof (fp)) in password_entry_operation()

1234567