Home
last modified time | relevance | path

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

1234567

/titanic_50/usr/src/lib/libast/common/stdio/
H A Dfeof.c28 NoN(feof)
32 #undef feof
35 feof(Sfio_t* f)
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dfeof.c41 #undef feof
44 feof(FILE *iop) in feof() function
/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dfeof.c28 #undef feof
32 feof(fp) in feof() function
H A Dgetw.c45 return (feof(stream) || ferror(stream) ? EOF : w);
/titanic_50/usr/src/cmd/sort/common/
H A Dstreams_wide.c97 if (!feof(BF->s_fp)) in stream_wide_prime()
152 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch()
172 if (!feof(str->s_type.BF.s_fp)) { in stream_wide_fetch()
207 if (feof(str->s_type.BF.s_fp)) in stream_wide_fetch_overwrite()
220 if (!feof(str->s_type.BF.s_fp)) { in stream_wide_fetch_overwrite()
303 if (feof(str->s_type.BF.s_fp) && in stream_wide_eos()
H A Dstreams_stdio.c138 if (!feof(BF->s_fp)) in stream_stdio_prime()
216 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch()
239 if (!feof(str->s_type.BF.s_fp)) { in stream_stdio_fetch()
288 if (feof(str->s_type.BF.s_fp)) in stream_stdio_fetch_overwrite()
301 if (!feof(str->s_type.BF.s_fp)) { in stream_stdio_fetch_overwrite()
465 if (feof(str->s_type.BF.s_fp) && in stream_stdio_eos()
/titanic_50/usr/src/cmd/avs/errgen/
H A Derrgen.c81 while (! feof(h)) { in help()
83 if (! feof(h)) in help()
322 while (!feof(stdin)) { in main()
324 if (feof(stdin)) { in main()
/titanic_50/usr/src/cmd/cron/
H A Datt2.l42 #undef feof
43 #define feof(x) (*argp?0:1) macro
H A Datt2.ed1 /feof(yyin)/p
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c648 while (!feof(fp)) { in save_token_object()
650 if (!feof(fp)) { in save_token_object()
887 while (!feof(fp1)) { in load_public_token_objects()
889 if (feof(fp1)) in load_public_token_objects()
968 while (!feof(fp1)) { in load_private_token_objects()
970 if (feof(fp1)) in load_private_token_objects()
1230 while (!feof(fp1)) { in delete_token_object()
1232 if (!feof(fp1)) { in delete_token_object()
1267 while (!feof(fp1)) { in delete_token_object()
1269 if (!feof(fp1)) in delete_token_object()
/titanic_50/usr/src/head/iso/
H A Dstdio_iso.h259 extern int feof(FILE *);
309 inline int feof(FILE *_p) { return _p->_flag & _IOEOF; } in feof() function
314 #define feof(p) ((p)->_flag & _IOEOF) macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dstdio.h123 extern int feof(FILE *);
170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_config.c61 if (feof(fp) && !r) in super_fgets()
117 while (!feof(fp)) { in slp_readConfig()
/titanic_50/usr/src/cmd/sh/
H A Dmode.h98 BOOL feof; member
121 BOOL feof; member
H A Dio.c57 f->feof = FALSE; in initf()
70 return (f->feof = (s == 0)); in estabf()
79 f->feof = 0; in push()
H A Dword.c375 if (f->feof || f->fdes < 0){ in readwc()
377 f->feof++; in readwc()
386 f->feof++; in readwc()
/titanic_50/usr/src/cmd/oamuser/user/
H A Dgroups.c117 while (!feof(e_fptr) && !ferror(e_fptr)) { in edit_group()
122 if (g_string[g_length - 1] == '\n' || feof(e_fptr)) in edit_group()
/titanic_50/usr/src/ucbhead/
H A Dstdio.h204 extern int feof(FILE *);
239 #define feof(p) ((p)->_flag & _IOEOF) macro
/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c316 if (feof(pwp->ifp) && feof(pwp->dfp) && feof(pwp->wfp)) in FindPW()
/titanic_50/usr/src/lib/libmail/common/
H A Ds_string.c219 if (feof(fp)) in s_seq_read()
325 if (feof(fp) || (c = getc(fp)) == EOF) in s_read_line()
359 if (feof(fp)) in s_read_to_eof()
/titanic_50/usr/src/cmd/ttymon/
H A Dadmutil.c64 if (!feof(fp)) { in find_label()
/titanic_50/usr/src/cmd/saf/
H A Dadmutil.c215 if (feof(fp)) in copy_file()
252 if (!feof(fp)) { in find_pm()
/titanic_50/usr/src/stand/lib/sa/
H A Dstdio.h75 extern int feof(FILE *);
/titanic_50/usr/src/lib/libwanbootutil/common/
H A Dkey_util.c233 for (keyno = 0; !feof(fp); keyno++) { in wbku_find_key()
391 for (keyno = 0; !feof(from_fp); keyno++) { in wbku_delete_key()
/titanic_50/usr/src/cmd/tbl/
H A Dte.c51 if (!feof(tabin)) { in gets1()

1234567