Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 152) sorted by path

1234567

/illumos-gate/usr/src/boot/include/
H A Dstdio.h239 int feof(FILE *);
493 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslfileio.c283 if (feof (Gbl_Files[FileId].Handle)) in FlReadFile()
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c799 while (!feof(ptr)) { in mk_revoke()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs406 stdio/feof.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c661 if (feof(smf)) in setdirmodes()
H A Dinteractive.c359 } while (!feof(terminal) && input[0] == '\n'); in getcmd()
360 if (feof(terminal)) { in getcmd()
H A Dtape.c506 } while (!feof(terminal) && tbf[0] == '\n'); in getvol()
507 if (feof(terminal)) in getvol()
542 if (feof(terminal)) in getvol()
H A Dutilities.c470 if (feof(terminal)) in reply()
/illumos-gate/usr/src/cmd/bart/
H A Drules.c436 while (!feof(file)) { in read_rules()
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c240 } while (!feof(fp1) && !ferror(fp1));
H A Duux.c463 while (!feof(stdin)) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c324 if (!feof(fp)) in menu_read()
374 } while (feof(fp) == 0); in menu_read()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c82 while (fgetc(stdin) != '\n' && !ferror(stdin) && !feof(stdin)) in prompt_for_arg()
H A Dmain.c432 if (feof(stdin) || ferror(stdin)) in cmdscanner()
440 while (fgetc(stdin) != '\n' && !feof(stdin) && in cmdscanner()
H A Druserpass.c264 if (feof(cfile)) in token()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1454 if (!feof(stdin)) { in setescape()
2961 if (!feof(stdin)) { in tn()
3464 if (!feof(stdin)) in command()
3586 if (!feof(rcfile)) { in cmdrc()
H A Dutilities.c1172 } else if (feof(st) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4777 } else if (feof(fp)) { in readtoken()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c1016 while (!feof(yyin)) { in read_input()
1034 if (time_to_exit || (!yyin_is_a_tty && feof(yyin))) in read_input()
4221 while (!feof(yyin)) { in one_command_at_a_time()
H A Dnwamcfg_lex.l277 if (!feof(yyin)) {
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1416 if (feof(inp)) { in getcode()

1234567