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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h594 /* IPerlLIO */
595 struct IPerlLIO;
597 typedef int (*LPLIOAccess)(struct IPerlLIO*, const char*, int);
598 typedef int (*LPLIOChmod)(struct IPerlLIO*, const char*, int);
599 typedef int (*LPLIOChown)(struct IPerlLIO*, const char*, uid_t,
601 typedef int (*LPLIOChsize)(struct IPerlLIO*, int, Off_t);
602 typedef int (*LPLIOClose)(struct IPerlLIO*, int);
603 typedef int (*LPLIODup)(struct IPerlLIO*, int);
604 typedef int (*LPLIODup2)(struct IPerlLIO*, int, int);
605 typedef int (*LPLIOFlock)(struct IPerlLIO*, in
635 struct IPerlLIO struct
[all...]

Completed in 193 milliseconds