Searched refs:PerlIO_eof (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h47 #define PerlIO_eof(f) sfeof(f) macro
H A Dperlio.h231 #ifndef PerlIO_eof
232 extern int PerlIO_eof(PerlIO *);
H A Dperlsdio.h66 #define PerlIO_eof(f) PerlSIO_feof(f) macro
H A Dfakesdio.h99 #define feof(f) PerlIO_eof(f)
H A Ddoio.c1092 if (PerlIO_eof(fp))
1111 if (PerlIO_eof(fp))
H A Dembed.h2088 #define PerlIO_eof Perl_PerlIO_eof macro
4605 #define PerlIO_eof(a) Perl_PerlIO_eof(aTHX_ a) macro
H A Dperlio.c3565 if (!PerlIO_error(n) && PerlIO_eof(n))
H A Dsv.c6224 if (PerlIO_eof(fp))
6444 if (!(cnt < sizeof(buf) && PerlIO_eof(fp)))
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs250 if (!PerlIO_error(n) && PerlIO_eof(n))

Completed in 204 milliseconds