Home | History | Annotate | Download | only in restore

Lines Matching defs:odp

342 	struct odirect *odp;
349 for (odp = (struct odirect *)buf; odp < eodp; odp++)
350 if (odp->d_ino != 0) {
351 dcvt(odp, &cvtbuf);
442 dcvt(struct odirect *odp, struct direct *ndp)
447 ndp->d_ino = bswap16(odp->d_ino);
449 ndp->d_ino = odp->d_ino;
451 (void) strncpy(ndp->d_name, odp->d_name, ODIRSIZ);