Lines Matching defs:bsdtar
21 * The internal state for the "bsdtar" program.
25 * pointer to this structure is passed to most bsdtar internal
28 struct bsdtar {
180 int bsdtar_getopt(struct bsdtar *);
181 void do_chdir(struct bsdtar *);
182 int edit_pathname(struct bsdtar *, struct archive_entry *);
186 void set_chdir(struct bsdtar *, const char *newdir);
188 void tar_mode_c(struct bsdtar *bsdtar);
189 void tar_mode_r(struct bsdtar *bsdtar);
190 void tar_mode_t(struct bsdtar *bsdtar);
191 void tar_mode_u(struct bsdtar *bsdtar);
192 void tar_mode_x(struct bsdtar *bsdtar);
197 void add_substitution(struct bsdtar *, const char *);
198 int apply_substitution(struct bsdtar *, const char *, char **, int, int);
199 void cleanup_substitution(struct bsdtar *);
216 void list_item_verbose(struct bsdtar *, FILE *,