Lines Matching defs:archd
190 struct archd { struct
191 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 */
203 u_long crc; /* file crc */
204 int type; /* type of file node */