Home
last modified time | relevance | path

Searched refs:PL_LIO (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h672 (*PL_LIO->pAccess)(PL_LIO, (file), (mode))
674 (*PL_LIO->pChmod)(PL_LIO, (file), (mode))
676 (*PL_LIO->pChown)(PL_LIO, (file), (owner), (group))
678 (*PL_LIO->pChsize)(PL_LIO, (fd), (size))
680 (*PL_LIO->pClose)(PL_LIO, (fd))
682 (*PL_LIO->pDup)(PL_LIO, (fd))
684 (*PL_LIO->pDup2)(PL_LIO, (fd1), (fd2))
686 (*PL_LIO->pFlock)(PL_LIO, (fd), (op))
688 (*PL_LIO->pFileStat)(PL_LIO, (fd), (buf))
690 (*PL_LIO->pIOCtl)(PL_LIO, (fd), (u), (buf))
[all …]
H A Dperlapi.h111 #undef PL_LIO
112 #define PL_LIO (*Perl_ILIO_ptr(aTHX))
H A Dembedvar.h195 #define PL_LIO (PERL_GET_INTERP->ILIO) macro
517 #define PL_LIO (vTHX->ILIO) macro
842 #define PL_ILIO PL_LIO
H A Dperl.c173 PL_LIO = ipLIO; in perl_alloc_using()
H A Dsv.c10690 PL_LIO = ipLIO; in perl_clone_using()