Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 152) sorted by last modified time

1234567

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc366 link path=usr/share/man/man3c/feof.3c target=ferror.3c
/illumos-gate/usr/src/man/man3c/
H A DMakefile808 feof.3c \
1780 feof.3c := LINKSRC = ferror.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2610 feof;
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com671 feof.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com727 feof.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com700 feof.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile653 feof.o \
/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()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c1007 if (!feof(fp)) { in list_svcs()
1054 if (!feof(fp)) { in find_svc()
1322 if (!feof(fp)) {
/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()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dmemstream.c292 if (feof(f) != 0) { in fmemopen_fill_putc()
336 if (feof(f) != 0) { in fmemopen_fill_fwrite()
381 if (feof(f) != 0) { in fmemopen_fill_alt_fwrite()
429 if (feof(f) != 0) { in fmemopen_fill_fputs()
919 if (feof(f) == 0) { in fmemopen_read_eof_fgetc()
948 if (feof(f) == 0) { in fmemopen_read_eof_fgets()
977 if (feof(f) == 0) { in fmemopen_read_eof_fread()
1006 if (feof(f) == 0) { in fmemopen_read_eof_fread2()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1160 if (feof(Rtty_p)) in ckname()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c245 if (feof(data_file)) { in sup_get_token()
265 if (feof(data_file)) { in sup_get_token()
279 if (feof(data_file)) { in sup_get_token()
348 while ((c = sup_inputchar()) != '\n' && !feof(data_file)) in sup_get_token()
350 if (feof(data_file)) in sup_get_token()
/illumos-gate/usr/src/cmd/sort/
H A Dutility.c473 if (feof(f)) in trip_eof()
H A Dstreams_wide.c95 if (!feof(BF->s_fp)) in stream_wide_prime()
150 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch()
170 if (!feof(str->s_type.BF.s_fp)) { in stream_wide_fetch()
205 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch_overwrite()
218 if (!feof(str->s_type.BF.s_fp)) { in stream_wide_fetch_overwrite()
301 if (feof(str->s_type.BF.s_fp) && in stream_wide_eos()
H A Dstreams_stdio.c136 if (!feof(BF->s_fp)) in stream_stdio_prime()
214 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch()
237 if (!feof(str->s_type.BF.s_fp)) { in stream_stdio_fetch()
286 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch_overwrite()
299 if (!feof(str->s_type.BF.s_fp)) { in stream_stdio_fetch_overwrite()
463 if (feof(str->s_type.BF.s_fp) && in stream_stdio_eos()
/illumos-gate/usr/src/lib/libwrap/
H A Drfc931.c164 && ferror(fp) == 0 && feof(fp) == 0
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c215 if (!strchr(p, '\n') && !feof(pvt->fp)) { in pr_next()
H A Dlcl_ho.c345 if (!strchr(p, '\n') && !feof(pvt->fp)) { in ho_next()
H A Dlcl_nw.c240 if (!strchr(p, '\n') && !feof(pvt->fp)) { in nw_next()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c542 if (!feof(fp)) { in dst_s_read_public_key()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c146 for (domore = 1; domore && !feof(fp); ) {
148 for (i=0; ((i < sizeof acl_buf) && !feof(fp)); i++ ) {
165 if (i == sizeof acl_buf && (i--, !feof(fp))) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c247 while (!feof(f)) { in profile_parse_file()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1142 if (feof(KTFILEP(id))) in krb5_ktfileint_open()
1735 if (feof(KTFILEP(id))) { in krb5_ktfileint_find_slot()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1346 while (!feof (file)) { in search()
1386 if (feof (file)) { in search()

1234567