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

/freebsd-9.3-release/bin/pax/
H A Dextern.h91 int wr_rdfile(ARCHD *, int, off_t *);
92 int rd_wrfile(ARCHD *, int, off_t *);
93 void cp_file(ARCHD *, int, int);
113 int cpio_trail(ARCHD *);
116 int cpio_rd(ARCHD *, char *);
119 int cpio_wr(ARCHD *);
123 int vcpio_rd(ARCHD *, char *);
126 int vcpio_wr(ARCHD *);
128 int bcpio_rd(ARCHD *, char *);
130 int bcpio_wr(ARCHD *);
[all...]
H A Dpax.h71 typedef struct archd ARCHD; typedef in typeref:struct:archd
84 * dependent routines pass pointers to ARCHD structure (described below).
117 int (*rd)(ARCHD *, char *);
119 /* ARCHD. It must extract the info from the */
120 /* format and store it in the ARCHD struct. */
122 /* fields in the ARCHD (including stat buf) */
135 int (*wr)(ARCHD *); /* write archive header. Passed an ARCHD */
148 int (*trail_cpio)(ARCHD *);
156 int (*rd_data)(ARCHD *, in
[all...]
H A Dar_subs.c55 static void wr_archive(ARCHD *, int is_app);
57 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.c57 static int usr_match(ARCHD *);
58 static int grp_match(ARCHD *);
59 static int trng_match(ARCHD *);
78 sel_chk(ARCHD *arcn)
176 usr_match(ARCHD *arcn)
277 grp_match(ARCHD *arcn)
468 trng_match(ARCHD *arcn)
H A Dfile_subs.c76 file_creat(ARCHD *arcn)
133 file_close(ARCHD *arcn, int fd)
173 lnk_creat(ARCHD *arcn)
207 cross_lnk(ARCHD *arcn)
231 chk_same(ARCHD *arcn)
341 node_creat(ARCHD *arcn)
861 rdfile_close(ARCHD *arcn, int *fd)
891 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.c190 ftree_sel(ARCHD *arcn)
346 next_file(ARCHD *arcn)
H A Dgen_subs.c77 ls_list(ARCHD *arcn, time_t now, FILE *fp)
156 ls_tty(ARCHD *arcn)
H A Dtables.c129 chk_lnk(ARCHD *arcn)
216 purg_lnk(ARCHD *arcn)
368 chk_ftime(ARCHD *arcn)
682 add_dev(ARCHD *arcn)
761 map_dev(ARCHD *arcn, u_long dev_mask, u_long ino_mask)
H A Dbuf_subs.c604 wr_rdfile(ARCHD *arcn, int ifd, off_t *left)
665 rd_wrfile(ARCHD *arcn, int ofd, off_t *left)
753 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 144 milliseconds