Home
last modified time | relevance | path

Searched defs:archd (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Dpax.h190 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 */
[all …]
H A Dar_subs.c71 ARCHD archd; in list() local
149 ARCHD archd; in extract() local
560 ARCHD archd; in append() local
694 ARCHD archd; in archive() local
728 ARCHD archd; in copy() local