Home
last modified time | relevance | path

Searched refs:ARCHD (Results 1 – 10 of 10) sorted by relevance

/freebsd/bin/pax/
H A Dextern.h90 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 Dpax.h70 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 Dar_subs.c48 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 Dsel_subs.c53 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 Dfile_subs.c69 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 Dpat_rep.c60 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 Dtables.c123 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 Dftree.c180 ftree_sel(ARCHD *arcn) in ftree_sel()
336 next_file(ARCHD *arcn) in next_file()
H A Dgen_subs.c69 ls_list(ARCHD *arcn, time_t now, FILE *fp) in ls_list()
140 ls_tty(ARCHD *arcn) in ls_tty()
H A Dbuf_subs.c597 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()