Searched refs:PL_LIO (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | iperlsys.h | 672 (*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 D | perlapi.h | 111 #undef PL_LIO 112 #define PL_LIO (*Perl_ILIO_ptr(aTHX))
|
| H A D | embedvar.h | 195 #define PL_LIO (PERL_GET_INTERP->ILIO) macro 517 #define PL_LIO (vTHX->ILIO) macro 842 #define PL_ILIO PL_LIO
|
| H A D | perl.c | 173 PL_LIO = ipLIO; in perl_alloc_using()
|
| H A D | sv.c | 10690 PL_LIO = ipLIO; in perl_clone_using()
|