Searched defs:PerlIO_allocate (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c503 PerlIO_allocate(pTHX) function
536 return (*tab->Dup)(aTHX_ PerlIO_allocate(aTHX), f, param, flags);
538 return PerlIOBase_dup(aTHX_ PerlIO_allocate(aTHX), f, param, flags);
637 PerlIO_allocate(aTHX); /* root slot is never used */
1137 PerlIO_allocate(aTHX);
2430 f = PerlIO_allocate(aTHX);
2687 if ((f = PerlIO_push(aTHX_(f = PerlIO_allocate(aTHX)), &PerlIO_stdio, mode, Nullsv))) {
2733 f = PerlIO_allocate(aTHX);
2777 f = PerlIO_allocate(aTHX);
4871 if ((f = PerlIO_push(aTHX_(PerlIO_allocate(aTH
[all...]

Completed in 1323 milliseconds