/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | feof.c | 28 NoN(feof) 32 #undef feof 35 feof(Sfio_t* f)
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | feof.c | 41 #undef feof 44 feof(FILE *iop) in feof() function
|
/titanic_44/usr/src/lib/libbc/libc/stdio/common/ |
H A D | feof.c | 28 #undef feof 32 feof(fp) in feof() function
|
H A D | getw.c | 45 return (feof(stream) || ferror(stream) ? EOF : w);
|
/titanic_44/usr/src/cmd/sort/common/ |
H A D | streams_wide.c | 97 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 D | streams_stdio.c | 138 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_44/usr/src/cmd/avs/errgen/ |
H A D | errgen.c | 81 while (! feof(h)) { in help() 83 if (! feof(h)) in help() 322 while (!feof(stdin)) { in main() 324 if (feof(stdin)) { in main()
|
/titanic_44/usr/src/cmd/cron/ |
H A D | att2.l | 42 #undef feof 43 #define feof(x) (*argp?0:1) macro
|
H A D | att2.ed | 1 /feof(yyin)/p
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | loadsave.c | 648 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_44/usr/src/head/iso/ |
H A D | stdio_iso.h | 259 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_44/usr/src/lib/libslp/clib/ |
H A D | slp_config.c | 61 if (feof(fp) && !r) in super_fgets() 117 while (!feof(fp)) { in slp_readConfig()
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 123 extern int feof(FILE *); 170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
|
/titanic_44/usr/src/cmd/sh/ |
H A D | mode.h | 98 BOOL feof; member 121 BOOL feof; member
|
H A D | io.c | 57 f->feof = FALSE; in initf() 70 return (f->feof = (s == 0)); in estabf() 79 f->feof = 0; in push()
|
H A D | word.c | 375 if (f->feof || f->fdes < 0){ in readwc() 377 f->feof++; in readwc() 386 f->feof++; in readwc()
|
/titanic_44/usr/src/cmd/oamuser/user/ |
H A D | groups.c | 117 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_44/usr/src/ucbhead/ |
H A D | stdio.h | 204 extern int feof(FILE *); 239 #define feof(p) ((p)->_flag & _IOEOF) macro
|
/titanic_44/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 316 if (feof(pwp->ifp) && feof(pwp->dfp) && feof(pwp->wfp)) in FindPW()
|
/titanic_44/usr/src/lib/libmail/common/ |
H A D | s_string.c | 219 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_44/usr/src/cmd/ttymon/ |
H A D | admutil.c | 64 if (!feof(fp)) { in find_label()
|
/titanic_44/usr/src/cmd/saf/ |
H A D | admutil.c | 215 if (feof(fp)) in copy_file() 252 if (!feof(fp)) { in find_pm()
|
/titanic_44/usr/src/stand/lib/sa/ |
H A D | stdio.h | 75 extern int feof(FILE *);
|
/titanic_44/usr/src/lib/libwanbootutil/common/ |
H A D | key_util.c | 233 for (keyno = 0; !feof(fp); keyno++) { in wbku_find_key() 391 for (keyno = 0; !feof(from_fp); keyno++) { in wbku_delete_key()
|
/titanic_44/usr/src/cmd/tbl/ |
H A D | te.c | 51 if (!feof(tabin)) { in gets1()
|