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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h362 /* IPerlDir */
363 struct IPerlDir;
365 typedef int (*LPMakedir)(struct IPerlDir*, const char*, int);
366 typedef int (*LPChdir)(struct IPerlDir*, const char*);
367 typedef int (*LPRmdir)(struct IPerlDir*, const char*);
368 typedef int (*LPDirClose)(struct IPerlDir*, DIR*);
369 typedef DIR* (*LPDirOpen)(struct IPerlDir*, char*);
370 typedef struct direct* (*LPDirRead)(struct IPerlDir*, DIR*);
371 typedef void (*LPDirRewind)(struct IPerlDir*, DIR*);
372 typedef void (*LPDirSeek)(struct IPerlDir*, DI
379 struct IPerlDir struct
[all...]

Completed in 54 milliseconds