Home
last modified time | relevance | path

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

12345678

/freebsd-9-stable/usr.bin/cmp/
Dspecial.c96 if (feof(fp1)) { in c_special()
97 if (!feof(fp2)) in c_special()
100 if (feof(fp2)) in c_special()
/freebsd-9-stable/lib/libc/stdio/
Dfeof.c44 #undef feof
48 feof(FILE *fp) in feof() function
DMakefile.inc9 feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fgetwc.c \
48 ferror.3 feof.3 ferror.3 feof_unlocked.3 \
/freebsd-9-stable/contrib/diff/lib/
Dunlocked-io.h50 # undef feof
51 # define feof(x) feof_unlocked (x) macro
53 # define feof_unlocked(x) feof (x)
/freebsd-9-stable/gnu/usr.bin/rcs/ident/
Dident.c196 while (c != EOF || ! (feof(file)|ferror(file))) {
233 if (c == EOF && feof(fp) | ferror(fp))
252 if (c == EOF && feof(fp) | ferror(fp))
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Drcsgen.c305 if (feof(in) && ttystdin()) in getcstdin()
310 if (feof(in) && ttystdin()) in getcstdin()
334 while (c!='\n' && !feof(stdin))
401 if (feof(txt))
436 } else if (feof(stdin))
443 c = getcstdin(), !feof(stdin);
/freebsd-9-stable/tools/tools/ath/ath_ee_v4k_print/
Deeprom.c50 while (!feof(fp)) { in load_eeprom_dump()
53 if (feof(fp)) in load_eeprom_dump()
/freebsd-9-stable/tools/tools/ath/ath_ee_9287_print/
Deeprom.c50 while (!feof(fp)) { in load_eeprom_dump()
53 if (feof(fp)) in load_eeprom_dump()
/freebsd-9-stable/contrib/xz/src/xzdec/
Dxzdec.c190 if (feof(file)) in uncompress()
224 || !feof(file)) in uncompress()
233 assert(feof(file)); in uncompress()
/freebsd-9-stable/tools/regression/lib/libc/stdio/
Dtest-getdelim.c107 assert(feof(fp)); in main()
138 while (!feof(fp)) /* advance to EOF; can't fseek this stream */ in main()
147 assert(feof(fp)); in main()
/freebsd-9-stable/crypto/openssl/crypto/des/
Ddes.c457 if (feof(DES_IN)) { in doencryption()
469 if (feof(DES_IN)) in doencryption()
516 if (feof(DES_IN)) { in doencryption()
567 if (feof(DES_IN) && (ll == 0)) { in doencryption()
592 if ((l == 0) && feof(DES_IN)) in doencryption()
727 while (!feof(fp)) { in uufread()
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cstdio.h58 #undef feof
105 using ::feof;
/freebsd-9-stable/contrib/ntp/sntp/
Dcrypto.c117 if (feof(keyf)) { in auth_init()
124 while (!feof(keyf)) { in auth_init()
Dkod_management.c212 while (!feof(db_s) && NULL != fgets(fbuf, sizeof(fbuf), db_s)) { in kod_init_kod_db()
253 !feof(db_s) && !ferror(db_s) && b < kod_db_cnt; in kod_init_kod_db()
/freebsd-9-stable/include/
Dstdio.h236 int feof(FILE *);
490 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/freebsd-9-stable/contrib/dialog/
Dtailbox.c52 if (((ch = getc(fp)) == EOF) && !feof(fp)) in get_line()
54 else if (!feof(fp) && (ch != '\n')) { in get_line()
71 } while (!feof(fp) && (ch != '\n')); in get_line()
/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl_radix.c545 while (isspace(next_ch) && !feof(fp)) in pfr_next_token()
549 while (!feof(fp)) { in pfr_next_token()
557 if (feof(fp)) { in pfr_next_token()
565 } while (!feof(fp) && !isspace(next_ch)); in pfr_next_token()
/freebsd-9-stable/contrib/binutils/opcodes/
Di386-gen.c113 while (!feof (fp)) in process_i386_opcodes()
264 while (!feof (fp)) in process_i386_registers()
/freebsd-9-stable/crypto/openssl/crypto/bio/
Dbio_lcl.h13 # define UP_feof feof
/freebsd-9-stable/bin/setfacl/
Dfile.c68 } else if (feof(file) == 0) { in get_acl_from_file()
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dsystem.h90 # undef feof
91 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-9-stable/contrib/pf/authpf/
Dauthpf.c388 if (buf[len - 1] != '\n' && !feof(f)) { in read_config()
423 } while (!feof(f) && !ferror(f)); in read_config()
454 } while (fputs(buf, stdout) != EOF && !feof(f)); in print_message()
627 while (fputs(tmp, stdout) != EOF && !feof(f)) { in check_luser()
/freebsd-9-stable/contrib/expat/examples/
Doutline.c99 done = feof(stdin); in main()
/freebsd-9-stable/contrib/libstdc++/include/c/
Dstd_cstdio.h44 #undef feof
/freebsd-9-stable/sbin/fsck_msdosfs/
Dmain.c150 if (feof(stdin)) in ask()

12345678