Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dextern.h106 int cpio_wr(ARCHD *);
113 int vcpio_wr(ARCHD *);
117 int bcpio_wr(ARCHD *);
126 int chk_same(ARCHD *);
153 void ls_tty(ARCHD *);
181 int pat_sel(ARCHD *);
232 int sel_chk(ARCHD *);
241 int chk_lnk(ARCHD *);
255 int add_dev(ARCHD *);
283 int tar_wr(ARCHD *);
[all …]
H A Dar_subs.c72 ARCHD *arcn; in list()
74 ARCHD archd; in list()
214 ARCHD *arcn; in extract()
217 ARCHD archd; in extract()
412 int (*wrf)(ARCHD *); in wr_archive()
623 ARCHD *arcn; in append()
625 ARCHD archd; in append()
759 ARCHD archd; in archive()
785 ARCHD *arcn; in copy()
793 ARCHD archd; in copy()
[all …]
H A Dpax.h128 } ARCHD; typedef
175 int (*rd)(ARCHD *, /* read header routine. passed a pointer to */
192 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */
205 int (*trail)(ARCHD *, /* returns 0 if a valid trailer, -1 if not */
H A Dsel_subs.c86 static int usr_match(ARCHD *);
87 static int grp_match(ARCHD *);
88 static int trng_match(ARCHD *);
107 sel_chk(ARCHD *arcn) in sel_chk()
199 usr_match(ARCHD *arcn) in usr_match()
294 grp_match(ARCHD *arcn) in grp_match()
485 trng_match(ARCHD *arcn) in trng_match()
H A Dcpio.c48 static int rd_nm(ARCHD *, int);
49 static int rd_ln_nm(ARCHD *);
50 static int com_rd(ARCHD *);
104 com_rd(ARCHD *arcn) in com_rd()
155 ARCHD last; in cpio_endwr()
176 rd_nm(ARCHD *arcn, int nsz) in rd_nm()
206 rd_ln_nm(ARCHD *arcn) in rd_ln_nm()
269 cpio_rd(ARCHD *arcn, char *buf) in cpio_rd()
373 cpio_wr(ARCHD *arcn) in cpio_wr()
662 vcpio_wr(ARCHD *arcn) in vcpio_wr()
[all …]
H A Dfile_subs.c70 file_creat(ARCHD *arcn) in file_creat()
127 file_close(ARCHD *arcn, int fd) in file_close()
169 lnk_creat(ARCHD *arcn) in lnk_creat()
215 cross_lnk(ARCHD *arcn) in cross_lnk()
239 chk_same(ARCHD *arcn) in chk_same()
349 node_creat(ARCHD *arcn) in node_creat()
1053 rdfile_close(ARCHD *arcn, int *fd) in rdfile_close()
1082 set_crc(ARCHD *arcn, int fd) in set_crc()
H A Dpat_rep.c73 static int tty_rename(ARCHD *);
302 pat_sel(ARCHD *arcn) in pat_sel()
421 pat_match(ARCHD *arcn) in pat_match()
631 mod_name(ARCHD *arcn) in mod_name()
749 tty_rename(ARCHD *arcn) in tty_rename()
816 set_dest(ARCHD *arcn, char *dest_dir, int dir_len) in set_dest()
H A Dftree.c195 ftree_sel(ARCHD *arcn) in ftree_sel()
227 ftree_skipped_newer(ARCHD *arcn) in ftree_skipped_newer()
349 next_file(ARCHD *arcn) in next_file()
H A Dtar.c74 static int rd_xheader(ARCHD *arcn, int, off_t);
76 static int wr_xheader(ARCHD *, struct xheader *);
130 tar_trail(ARCHD *ignore, char *buf, int in_resync, int *cnt) in tar_trail()
395 tar_rd(ARCHD *arcn, char *buf) in tar_rd()
533 tar_wr(ARCHD *arcn) in tar_wr()
722 ustar_rd(ARCHD *arcn, char *buf) in ustar_rd()
1040 wr_xheader(ARCHD *arcn, struct xheader *xhdr) in wr_xheader()
1100 wr_ustar_or_pax(ARCHD *arcn, int ustar) in wr_ustar_or_pax()
1386 ustar_wr(ARCHD *arcn) in ustar_wr()
1444 pax_wr(ARCHD *arcn) in pax_wr()
[all …]
H A Dbuf_subs.c601 wr_rdfile(ARCHD *arcn, int ifd, off_t *left) in wr_rdfile()
662 rd_wrfile(ARCHD *arcn, int ofd, off_t *left) in rd_wrfile()
752 cp_file(ARCHD *arcn, int fd1, int fd2) in cp_file()
H A Dgen_subs.c75 ls_list(ARCHD *arcn, time_t now, FILE *fp) in ls_list()
150 ls_tty(ARCHD *arcn) in ls_tty()
H A Dtables.c255 chk_lnk(ARCHD *arcn) in chk_lnk()
344 purg_lnk(ARCHD *arcn) in purg_lnk()
495 chk_ftime(ARCHD *arcn) in chk_ftime()
1149 add_dev(ARCHD *arcn) in add_dev()
1228 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask) in map_dev()