Home
last modified time | relevance | path

Searched refs:PerlIO_allocate (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32io.c165 f = PerlIO_allocate(aTHX); in PerlIOWin32_open()
193 f = PerlIO_allocate(aTHX); in PerlIOWin32_open()
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32io.c163 f = PerlIO_allocate(aTHX); in PerlIOWin32_open()
191 f = PerlIO_allocate(aTHX); in PerlIOWin32_open()
/mirbsd/src/gnu/usr.bin/perl/
Dperlio.c508 PerlIO_allocate(pTHX) function
541 return (*tab->Dup)(aTHX_ PerlIO_allocate(aTHX), f, param, flags);
543 return PerlIOBase_dup(aTHX_ PerlIO_allocate(aTHX), f, param, flags);
642 PerlIO_allocate(aTHX); /* root slot is never used */
1150 PerlIO_allocate(aTHX);
2460 f = PerlIO_allocate(aTHX);
2727 …if ((f = PerlIO_push(aTHX_(f = PerlIO_allocate(aTHX)), PERLIO_FUNCS_CAST(&PerlIO_stdio), mode, Nul…
2773 f = PerlIO_allocate(aTHX);
2816 f = PerlIO_allocate(aTHX);
4964 if ((f = PerlIO_push(aTHX_(PerlIO_allocate(aTHX)),
Dperliol.h120 PERL_EXPORT_C PerlIO *PerlIO_allocate(pTHX);
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/scalar/
Dscalar.xs216 f = PerlIO_allocate(aTHX); in PerlIOScalar_open()
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/via/
Dvia.xs209 f = PerlIO_push(aTHX_ PerlIO_allocate(aTHX), self, mode, in PerlIOVia_open()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperliol.pod495 Open should (perhaps indirectly) call C<PerlIO_allocate()> to allocate
997 PerlIO *f = PerlIO_allocate(aTHX);