Searched refs:IPerlLIO (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | perlhost.h | 36 struct IPerlStdIO** ppStdIO, struct IPerlLIO** ppLIO, 47 static CPerlHost* IPerlLIO2Host(struct IPerlLIO* piPerl); 190 struct IPerlLIO m_hostperlLIO; 200 struct IPerlLIO* m_pHostperlLIO; 264 inline CPerlHost* IPerlLIO2Host(struct IPerlLIO* piPerl) in IPerlLIO2Host() 964 PerlLIOAccess(struct IPerlLIO* piPerl, const char *path, int mode) in PerlLIOAccess() 971 PerlLIOChmod(struct IPerlLIO* piPerl, const char *filename, int pmode) in PerlLIOChmod() 978 PerlLIOChown(struct IPerlLIO* piPerl, const char *filename, uid_t owner, gid_t group) in PerlLIOChown() 985 PerlLIOChsize(struct IPerlLIO* piPerl, int handle, Off_t size) in PerlLIOChsize() 992 PerlLIOClose(struct IPerlLIO* piPerl, int handle) in PerlLIOClose() [all …]
|
| D | perllib.c | 92 perlLIOInfo->nCount = (sizeof(struct IPerlLIO)/sizeof(void*)); in perl_get_host_info() 111 struct IPerlStdIO** ppStdIO, struct IPerlLIO** ppLIO, in perl_alloc_override()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | iperlsys.h | 608 struct IPerlLIO; 610 typedef int (*LPLIOAccess)(struct IPerlLIO*, const char*, int); 611 typedef int (*LPLIOChmod)(struct IPerlLIO*, const char*, int); 612 typedef int (*LPLIOChown)(struct IPerlLIO*, const char*, uid_t, 614 typedef int (*LPLIOChsize)(struct IPerlLIO*, int, Off_t); 615 typedef int (*LPLIOClose)(struct IPerlLIO*, int); 616 typedef int (*LPLIODup)(struct IPerlLIO*, int); 617 typedef int (*LPLIODup2)(struct IPerlLIO*, int, int); 618 typedef int (*LPLIOFlock)(struct IPerlLIO*, int, int); 619 typedef int (*LPLIOFileStat)(struct IPerlLIO*, int, Stat_t*); [all …]
|
| D | intrpvar.h | 882 PERLVAR(I, LIO, struct IPerlLIO *)
|
| D | perl.c | 172 struct IPerlStdIO* ipStd, struct IPerlLIO* ipLIO, in perl_alloc_using()
|
| D | proto.h | 6178 … IPerlMem *ipMP, struct IPerlEnv *ipE, struct IPerlStdIO *ipStd, struct IPerlLIO *ipLIO, struct IP… 6185 … IPerlMem *ipMP, struct IPerlEnv *ipE, struct IPerlStdIO *ipStd, struct IPerlLIO *ipLIO, struct IP…
|
| D | embed.fnc | 4049 |NN struct IPerlLIO *ipLIO \ 4062 |NN struct IPerlLIO *ipLIO \
|
| D | sv.c | 15633 struct IPerlStdIO* ipStd, struct IPerlLIO* ipLIO,
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 568 |NN struct IPerlLIO *ipLIO \ 592 |NN struct IPerlLIO* ipLIO \
|