Lines Matching refs:pcdir

84 hasCHKName(struct pcdir *dp)
109 addToCHKList(struct pcdir *dp)
127 appendToPath(struct pcdir *dp, char *thePath, int *theLen)
175 printName(FILE *outDest, struct pcdir *dp)
200 sanityCheckSize(int fd, struct pcdir *dp, int32_t actualClusterCount,
202 struct pcdir **orphanEntry)
245 noteUsage(int fd, int32_t startAt, struct pcdir *dp, struct pcdir *lp,
249 struct pcdir *orphanEntry;
300 storeInfoAboutEntry(int fd, struct pcdir *dp, struct pcdir *ldp, int depth,
371 storeInfoAboutLabel(struct pcdir *dp)
386 searchChecks(struct pcdir *dp, int operation, char matchRequired,
387 struct pcdir **found)
418 catalogEntry(int fd, struct pcdir *dp, struct pcdir *longdp,
492 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
493 struct pcdir **dirEnd, char *recordPath, int *pathLen)
495 struct pcdir *longdp = NULL;
496 struct pcdir *dp;
600 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
601 struct pcdir **dirEnd, char *recordPath, int *pathLen)
639 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
640 struct pcdir **dirEnd, char *recordPath, int *pathLen)
669 struct pcdir *ignorep1, *ignorep2;
744 extractSize(struct pcdir *dp)
753 extractStartCluster(struct pcdir *dp)
767 static struct pcdir *
770 struct pcdir *deletedEntry = NULL;
771 struct pcdir *appendPoint = NULL;
814 insertDirEnt(struct pcdir *slot, struct pcdir *entry, int32_t clusterWithSlot)
816 (void) memcpy(slot, entry, sizeof (struct pcdir));
866 * timestamp member of "struct pcdir"
877 updateDirEnt_CreatTime(struct pcdir *dp)
884 updateDirEnt_ModTimes(struct pcdir *dp)
894 struct pcdir *
895 addRootDirEnt(int fd, struct pcdir *new)
897 struct pcdir *added;
1017 struct pcdir *
1018 newDirEnt(struct pcdir *copyme)
1020 struct pcdir *ndp;
1022 if ((ndp = (struct pcdir *)calloc(1, sizeof (struct pcdir))) == NULL) {
1028 (void) memcpy(ndp, copyme, sizeof (struct pcdir));
1038 updateDirEnt_Size(struct pcdir *dp, uint32_t newSize)
1046 updateDirEnt_Start(struct pcdir *dp, int32_t newStart)
1058 updateDirEnt_Name(struct pcdir *dp, char *newName)