Searched refs:ARCHD (Results 1 – 10 of 10) sorted by relevance
/freebsd/bin/pax/ |
H A D | extern.h | 90 int wr_rdfile(ARCHD *, int, off_t *); 91 int rd_wrfile(ARCHD *, int, off_t *); 92 void cp_file(ARCHD *, int, int); 112 int cpio_trail(ARCHD *); 115 int cpio_rd(ARCHD *, char *); 118 int cpio_wr(ARCHD *); 122 int vcpio_rd(ARCHD *, char *); 125 int vcpio_wr(ARCHD *); 127 int bcpio_rd(ARCHD *, char *); 129 int bcpio_wr(ARCHD *); [all …]
|
H A D | pax.h | 70 typedef struct archd ARCHD; typedef 116 int (*rd)(ARCHD *, char *); 134 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */ 147 int (*trail_cpio)(ARCHD *); 155 int (*rd_data)(ARCHD *, int, off_t *); 157 int (*wr_data)(ARCHD *, int, off_t *);
|
H A D | ar_subs.c | 48 static void wr_archive(ARCHD *, int is_app); 50 static int next_head(ARCHD *); 69 ARCHD *arcn; in list() 71 ARCHD archd; in list() 146 ARCHD *arcn; in extract() 149 ARCHD archd; in extract() 350 wr_archive(ARCHD *arcn, int is_app) in wr_archive() 356 int (*wrf)(ARCHD *); in wr_archive() 558 ARCHD *arcn; in append() 560 ARCHD archd; in append() [all …]
|
H A D | sel_subs.c | 53 static int usr_match(ARCHD *); 54 static int grp_match(ARCHD *); 55 static int trng_match(ARCHD *); 74 sel_chk(ARCHD *arcn) in sel_chk() 168 usr_match(ARCHD *arcn) in usr_match() 265 grp_match(ARCHD *arcn) in grp_match() 456 trng_match(ARCHD *arcn) in trng_match()
|
H A D | file_subs.c | 69 file_creat(ARCHD *arcn) in file_creat() 126 file_close(ARCHD *arcn, int fd) in file_close() 166 lnk_creat(ARCHD *arcn) in lnk_creat() 200 cross_lnk(ARCHD *arcn) in cross_lnk() 224 chk_same(ARCHD *arcn) in chk_same() 334 node_creat(ARCHD *arcn) in node_creat() 859 rdfile_close(ARCHD *arcn, int *fd) in rdfile_close() 889 set_crc(ARCHD *arcn, int fd) in set_crc()
|
H A D | pat_rep.c | 60 static int tty_rename(ARCHD *); 273 pat_sel(ARCHD *arcn) in pat_sel() 392 pat_match(ARCHD *arcn) in pat_match() 580 mod_name(ARCHD *arcn) in mod_name() 673 tty_rename(ARCHD *arcn) in tty_rename() 739 set_dest(ARCHD *arcn, char *dest_dir, int dir_len) in set_dest()
|
H A D | tables.c | 123 chk_lnk(ARCHD *arcn) in chk_lnk() 210 purg_lnk(ARCHD *arcn) in purg_lnk() 362 chk_ftime(ARCHD *arcn) in chk_ftime() 676 add_dev(ARCHD *arcn) in add_dev() 755 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask) in map_dev()
|
H A D | ftree.c | 180 ftree_sel(ARCHD *arcn) in ftree_sel() 336 next_file(ARCHD *arcn) in next_file()
|
H A D | gen_subs.c | 69 ls_list(ARCHD *arcn, time_t now, FILE *fp) in ls_list() 140 ls_tty(ARCHD *arcn) in ls_tty()
|
H A D | buf_subs.c | 597 wr_rdfile(ARCHD *arcn, int ifd, off_t *left) in wr_rdfile() 658 rd_wrfile(ARCHD *arcn, int ofd, off_t *left) in rd_wrfile() 746 cp_file(ARCHD *arcn, int fd1, int fd2) in cp_file()
|