Home
last modified time | relevance | path

Searched defs:PerlIO_exportFILE (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h66 #define PerlIO_exportFILE(f,fl) Perl_croak(aTHX_ "Export to FILE * unimplemented") macro
H A Dperlsdio.h83 #define PerlIO_exportFILE(f,fl) (f) macro
H A Dperlio.c3315 PerlIO_exportFILE(PerlIO * f, const char *mode) function