Searched refs:feof (Results 1 - 25 of 159) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfeof.c28 NoN(feof)
32 #undef feof
35 feof(Sfio_t* f)
37 STDIO_INT(f, "feof", int, (Sfio_t*), (f))
H A Dstdio_c99.c39 return feof(sp);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfeof.c28 #undef feof macro
32 feof(fp) function
H A Dgetw.c45 return (feof(stream) || ferror(stream) ? EOF : w);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfeof.c41 #undef feof macro
44 feof(FILE *iop) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dadmutil.c64 if (!feof(fp)) {
/illumos-gate/usr/src/cmd/cron/
H A Datt2.l42 #undef feof
43 #define feof(x) (*argp?0:1)
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h75 extern int feof(FILE *);
/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c97 if (!feof(BF->s_fp))
152 if (feof(str->s_type.BF.s_fp))
172 if (!feof(str->s_type.BF.s_fp)) {
207 if (feof(str->s_type.BF.s_fp))
220 if (!feof(str->s_type.BF.s_fp)) {
303 if (feof(str->s_type.BF.s_fp) &&
H A Dstreams_stdio.c138 if (!feof(BF->s_fp))
216 if (feof(str->s_type.BF.s_fp))
239 if (!feof(str->s_type.BF.s_fp)) {
288 if (feof(str->s_type.BF.s_fp))
301 if (!feof(str->s_type.BF.s_fp)) {
465 if (feof(str->s_type.BF.s_fp) &&
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_config.c61 if (feof(fp) && !r)
117 while (!feof(fp)) {
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h98 BOOL feof; member in struct:fileblk
121 BOOL feof; member in struct:filehdr
H A Dio.c57 f->feof = FALSE;
70 return (f->feof = (s == 0));
79 f->feof = 0;
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h123 extern int feof(FILE *);
170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h77 #define feof(p) (((p)->_flag&_IOEOF)!=0) macro
/illumos-gate/usr/src/cmd/oamuser/group/
H A Ddel_group.c100 haserr = !feof(e_fptr);
H A Dmod_group.c101 haserr = !feof(e_fptr);
/illumos-gate/usr/src/cmd/avs/errgen/
H A Derrgen.c81 while (! feof(h)) {
83 if (! feof(h))
322 while (!feof(stdin)) {
324 if (feof(stdin)) {
/illumos-gate/usr/src/cmd/tbl/
H A Dte.c51 if (!feof(tabin)) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dgroups.c117 while (!feof(e_fptr) && !ferror(e_fptr)) {
122 if (g_string[g_length - 1] == '\n' || feof(e_fptr))
/illumos-gate/usr/src/cmd/saf/
H A Dadmutil.c215 if (feof(fp))
252 if (!feof(fp)) {
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h204 extern int feof(FILE *);
239 #define feof(p) ((p)->_flag & _IOEOF) macro
/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c103 while (!feof(gf) && getc(gf) != '\n')
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c219 if (feof(fp))
325 if (feof(fp) || (c = getc(fp)) == EOF)
359 if (feof(fp))
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h259 extern int feof(FILE *);
309 inline int feof(FILE *_p) { return _p->_flag & _IOEOF; } function in namespace:std
314 #define feof(p) ((p)->_flag & _IOEOF)

Completed in 95 milliseconds

1234567