/src/bin/pax/ |
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...] |
pax.h | 137 } ARCHD; 147 * dependent routines pass pointers to ARCHD structure (described below). 181 (ARCHD *, char *); /* ARCHD. It must extract the info */ 182 /* from the format and store it in the ARCHD */ 184 /* all the fields in the ARCHD (including */ 197 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */ 218 (ARCHD *); /* this function is called for trailers */ 221 (ARCHD *, int, off_t *) [all...] |
sel_subs.c | 70 static int usr_match(ARCHD *); 71 static int grp_match(ARCHD *); 72 static int trng_match(ARCHD *); 91 sel_chk(ARCHD *arcn) 186 usr_match(ARCHD *arcn) 285 grp_match(ARCHD *arcn) 477 trng_match(ARCHD *arcn)
|
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...] |
file_subs.c | 110 file_creat(ARCHD *arcn, int write_to_hardlink) 188 file_cleanup(ARCHD *arcn, int fd) 222 file_close(ARCHD *arcn, int fd) 295 lnk_creat(ARCHD *arcn, int *payload) 332 cross_lnk(ARCHD *arcn) 356 chk_same(ARCHD *arcn) 465 node_creat(ARCHD *arcn) 1112 rdfile_close(ARCHD *arcn, int *fd) 1142 set_crc(ARCHD *arcn, int fd)
|
cpio.c | 62 static int rd_nm(ARCHD *, int); 63 static int rd_ln_nm(ARCHD *); 64 static int com_rd(ARCHD *); 100 cpio_subtrail(ARCHD *arcn) 118 com_rd(ARCHD *arcn) 169 ARCHD last; 190 rd_nm(ARCHD *arcn, int nsz) 220 rd_ln_nm(ARCHD *arcn) 277 * convert and store the values in the ARCHD parameter. 283 cpio_rd(ARCHD *arcn, char *buf [all...] |
pat_rep.c | 76 static int tty_rename(ARCHD *); 321 pat_sel(ARCHD *arcn) 440 pat_match(ARCHD *arcn) 637 mod_name(ARCHD *arcn, int flags) 750 tty_rename(ARCHD *arcn) 815 set_dest(ARCHD *arcn, char *dest_dir, int dir_len)
|
gen_subs.c | 110 ls_list(ARCHD *arcn, time_t now, FILE *fp) 174 ls_tty(ARCHD *arcn)
|
tar.c | 74 static void longlink(ARCHD *, int); 451 * store the values in the ARCHD parameter. 457 tar_rd(ARCHD *arcn, char *buf) 579 * write a tar header for the file specified in the ARCHD to the archive. 590 tar_wr(ARCHD *arcn) 649 * copy the data out of the ARCHD into the tar header based on the type 809 * store the values in the ARCHD parameter. 815 ustar_rd(ARCHD *arcn, char *buf) 1001 longlink(ARCHD *arcn, int type) 1003 ARCHD larc [all...] |
tables.c | 141 chk_lnk(ARCHD *arcn) 227 purg_lnk(ARCHD *arcn) 378 chk_ftime(ARCHD *arcn) 692 add_dev(ARCHD *arcn) 771 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask)
|
buf_subs.c | 613 wr_rdfile(ARCHD *arcn, int ifd, off_t *left) 683 rd_wrfile(ARCHD *arcn, int ofd, off_t *left) 782 cp_file(ARCHD *arcn, int fd1, int fd2)
|
ftree.c | 256 ftree_sel(ARCHD *arcn) 401 * supplies the next file to process in the supplied archd structure. 407 next_file(ARCHD *arcn)
|