pctime
getNow(struct pctime *pctp, uchar_t *msec)
struct pctime mtime;
struct pctime crtime;
struct pctime pt = { 0, 0 };
struct pctime *pctp) /* pctime output */
struct pctime *pctp, /* DOS time input */
int pc_tvtopct(timestruc_t *, struct pctime *);
void pc_pcttotv(struct pctime *, int64_t *);
struct pctime atime;
struct pctime atime;
extern int pc_tvtopct(timestruc_t *, struct pctime *); /* timeval to pctime */
extern void pc_pcttotv(struct pctime *, int64_t *); /* pctime to timeval */
struct pctime pcd_crtime; /* creation time/date */
struct pctime pcd_mtime; /* last modified time/date */