Searched refs:copyme (Results 1 – 2 of 2) sorted by relevance
175 extern struct pcdir *addRootDirEnt(int fd, struct pcdir *copyme);176 extern struct pcdir *newDirEnt(struct pcdir *copyme);
1018 newDirEnt(struct pcdir *copyme) in newDirEnt() argument1027 if (copyme) in newDirEnt()1028 (void) memcpy(ndp, copyme, sizeof (struct pcdir)); in newDirEnt()