HomeSort by: relevance | last modified time | path
    Searched refs:archd (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
ar_subs.c 66 static int path_check(ARCHD *, int);
67 static int wr_archive(ARCHD *, int is_app);
69 static int next_head(ARCHD *);
82 ARCHD archd; variable in typeref:typename:ARCHD
159 path_check(ARCHD *arcn, int level)
198 ARCHD *arcn;
202 arcn = &archd;
296 ARCHD *arcn;
303 arcn = &archd;
    [all...]
extern.h 84 extern ARCHD archd;
116 int wr_rdfile(ARCHD *, int, off_t *);
117 int rd_wrfile(ARCHD *, int, off_t *);
118 int cp_file(ARCHD *, int, int);
127 int cpio_subtrail(ARCHD *);
130 int cpio_rd(ARCHD *, char *);
133 int cpio_wr(ARCHD *);
137 int vcpio_rd(ARCHD *, char *);
140 int vcpio_wr(ARCHD *);
    [all...]
ar_io.c 1671 if (n != 0 && *archd.name) {
1673 archd.name, sizefmt(s1buf, sizeof(s1buf), archd.sb.st_size));

Completed in 13 milliseconds