Searched defs:archd (Results 1 – 2 of 2) sorted by relevance
190 struct archd { struct191 int nlen; /* file name length */192 char name[PAXPATHLEN+1]; /* file name */193 int ln_nlen; /* link name length */194 char ln_name[PAXPATHLEN+1]; /* name to link to (if any) */195 char *org_name; /* orig name in file system */196 PATTERN *pat; /* ptr to pattern match (if any) */197 struct stat sb; /* stat buffer see stat(2) */198 off_t pad; /* bytes of padding after file xfer */199 off_t skip; /* bytes of real data after header */[all …]
71 ARCHD archd; in list() local149 ARCHD archd; in extract() local560 ARCHD archd; in append() local694 ARCHD archd; in archive() local728 ARCHD archd; in copy() local