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

/freebsd-13-stable/bin/pax/
H A Dextern.h93 int wr_rdfile(ARCHD *, int, off_t *);
94 int rd_wrfile(ARCHD *, int, off_t *);
95 void cp_file(ARCHD *, int, int);
115 int cpio_trail(ARCHD *);
118 int cpio_rd(ARCHD *, char *);
121 int cpio_wr(ARCHD *);
125 int vcpio_rd(ARCHD *, char *);
128 int vcpio_wr(ARCHD *);
130 int bcpio_rd(ARCHD *, char *);
132 int bcpio_wr(ARCHD *);
[all...]
H A Dpax.h73 typedef struct archd ARCHD; typedef in typeref:struct:archd
86 * dependent routines pass pointers to ARCHD structure (described below).
119 int (*rd)(ARCHD *, char *);
121 /* ARCHD. It must extract the info from the */
122 /* format and store it in the ARCHD struct. */
124 /* fields in the ARCHD (including stat buf) */
137 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */
150 int (*trail_cpio)(ARCHD *);
158 int (*rd_data)(ARCHD *, in
[all...]
H A Dar_subs.c56 static void wr_archive(ARCHD *, int is_app);
58 static int next_head(ARCHD *);
77 ARCHD *arcn;
79 ARCHD archd;
154 ARCHD *arcn;
157 ARCHD archd;
358 wr_archive(ARCHD *arcn, int is_app)
364 int (*wrf)(ARCHD *);
565 ARCHD *arcn;
567 ARCHD arch
[all...]
H A Dsel_subs.c58 static int usr_match(ARCHD *);
59 static int grp_match(ARCHD *);
60 static int trng_match(ARCHD *);
79 sel_chk(ARCHD *arcn)
177 usr_match(ARCHD *arcn)
278 grp_match(ARCHD *arcn)
469 trng_match(ARCHD *arcn)
H A Dfile_subs.c77 file_creat(ARCHD *arcn)
134 file_close(ARCHD *arcn, int fd)
174 lnk_creat(ARCHD *arcn)
208 cross_lnk(ARCHD *arcn)
232 chk_same(ARCHD *arcn)
342 node_creat(ARCHD *arcn)
862 rdfile_close(ARCHD *arcn, int *fd)
892 set_crc(ARCHD *arcn, int fd)
H A Dcpio.c54 static int rd_nm(ARCHD *, int);
55 static int rd_ln_nm(ARCHD *);
56 static int com_rd(ARCHD *);
92 cpio_trail(ARCHD *arcn)
110 com_rd(ARCHD *arcn)
161 ARCHD last;
182 rd_nm(ARCHD *arcn, int nsz)
212 rd_ln_nm(ARCHD *arcn)
274 * convert and store the values in the ARCHD parameter.
280 cpio_rd(ARCHD *arc
[all...]
H A Dpat_rep.c72 static int tty_rename(ARCHD *);
303 pat_sel(ARCHD *arcn)
422 pat_match(ARCHD *arcn)
610 mod_name(ARCHD *arcn)
703 tty_rename(ARCHD *arcn)
769 set_dest(ARCHD *arcn, char *dest_dir, int dir_len)
H A Dftree.c192 ftree_sel(ARCHD *arcn)
348 next_file(ARCHD *arcn)
H A Dgen_subs.c77 ls_list(ARCHD *arcn, time_t now, FILE *fp)
157 ls_tty(ARCHD *arcn)
H A Dtables.c131 chk_lnk(ARCHD *arcn)
218 purg_lnk(ARCHD *arcn)
370 chk_ftime(ARCHD *arcn)
684 add_dev(ARCHD *arcn)
763 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask)
H A Dbuf_subs.c605 wr_rdfile(ARCHD *arcn, int ifd, off_t *left)
666 rd_wrfile(ARCHD *arcn, int ofd, off_t *left)
754 cp_file(ARCHD *arcn, int fd1, int fd2)
H A Dtar.c366 * store the values in the ARCHD parameter.
372 tar_rd(ARCHD *arcn, char *buf)
498 * write a tar header for the file specified in the ARCHD to the archive.
509 tar_wr(ARCHD *arcn)
565 * copy the data out of the ARCHD into the tar header based on the type
727 * store the values in the ARCHD parameter.
733 ustar_rd(ARCHD *arcn, char *buf)
886 * write a ustar header for the file specified in the ARCHD to the archive
897 ustar_wr(ARCHD *arcn)

Completed in 83 milliseconds