| /freebsd-9-stable/usr.bin/cmp/ |
| D | special.c | 96 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/ |
| D | feof.c | 44 #undef feof 48 feof(FILE *fp) in feof() function
|
| D | Makefile.inc | 9 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/ |
| D | unlocked-io.h | 50 # 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/ |
| D | ident.c | 196 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/ |
| D | rcsgen.c | 305 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/ |
| D | eeprom.c | 50 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/ |
| D | eeprom.c | 50 while (!feof(fp)) { in load_eeprom_dump() 53 if (feof(fp)) in load_eeprom_dump()
|
| /freebsd-9-stable/contrib/xz/src/xzdec/ |
| D | xzdec.c | 190 if (feof(file)) in uncompress() 224 || !feof(file)) in uncompress() 233 assert(feof(file)); in uncompress()
|
| /freebsd-9-stable/tools/regression/lib/libc/stdio/ |
| D | test-getdelim.c | 107 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/ |
| D | des.c | 457 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/ |
| D | std_cstdio.h | 58 #undef feof 105 using ::feof;
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | crypto.c | 117 if (feof(keyf)) { in auth_init() 124 while (!feof(keyf)) { in auth_init()
|
| D | kod_management.c | 212 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/ |
| D | stdio.h | 236 int feof(FILE *); 490 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
|
| /freebsd-9-stable/contrib/dialog/ |
| D | tailbox.c | 52 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/ |
| D | pfctl_radix.c | 545 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/ |
| D | i386-gen.c | 113 while (!feof (fp)) in process_i386_opcodes() 264 while (!feof (fp)) in process_i386_registers()
|
| /freebsd-9-stable/crypto/openssl/crypto/bio/ |
| D | bio_lcl.h | 13 # define UP_feof feof
|
| /freebsd-9-stable/bin/setfacl/ |
| D | file.c | 68 } else if (feof(file) == 0) { in get_acl_from_file()
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | system.h | 90 # undef feof 91 # define feof(Stream) feof_unlocked (Stream) macro
|
| /freebsd-9-stable/contrib/pf/authpf/ |
| D | authpf.c | 388 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/ |
| D | outline.c | 99 done = feof(stdin); in main()
|
| /freebsd-9-stable/contrib/libstdc++/include/c/ |
| D | std_cstdio.h | 44 #undef feof
|
| /freebsd-9-stable/sbin/fsck_msdosfs/ |
| D | main.c | 150 if (feof(stdin)) in ask()
|