Searched refs:bsdtar (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/libarchive-30/libarchive/tar/
H A Dbsdtar.c27 __FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.93 2008/11/08 04:43:24 kientzle Exp $");
72 #include "bsdtar.h"
79 static struct bsdtar *_bsdtar;
110 static void only_mode(struct bsdtar *, const char *opt,
112 static void set_mode(struct bsdtar *, char opt);
122 struct bsdtar *bsdtar, bsdtar_storage; local
133 _bsdtar = bsdtar = &bsdtar_storage;
134 memset(bsdtar, 0, sizeof(*bsdtar));
617 set_mode(struct bsdtar *bsdtar, char opt) argument
629 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes) argument
[all...]
H A Dbsdtar.h25 * $FreeBSD: src/usr.bin/tar/bsdtar.h,v 1.37 2008/12/06 07:37:14 kientzle Exp $
36 * The internal state for the "bsdtar" program.
40 * pointer to this structure is passed to most bsdtar internal
43 struct bsdtar { struct
140 int bsdtar_getopt(struct bsdtar *);
141 void do_chdir(struct bsdtar *);
142 int edit_pathname(struct bsdtar *, struct archive_entry *);
146 void set_chdir(struct bsdtar *, const char *newdir);
148 void tar_mode_c(struct bsdtar *bsdtar);
[all...]
H A Dwrite.c92 #include "bsdtar.h"
130 static void add_dir_list(struct bsdtar *bsdtar, const char *path,
132 static int append_archive(struct bsdtar *, struct archive *,
134 static int append_archive_filename(struct bsdtar *,
136 static void archive_names_from_file(struct bsdtar *bsdtar,
138 static int copy_file_data(struct bsdtar *, struct archive *a,
140 static int new_enough(struct bsdtar *, const char *path,
142 static void report_write(struct bsdtar *, struc
171 tar_mode_c(struct bsdtar *bsdtar) argument
254 tar_mode_r(struct bsdtar *bsdtar) argument
348 tar_mode_u(struct bsdtar *bsdtar) argument
443 write_archive(struct archive *a, struct bsdtar *bsdtar) argument
529 archive_names_from_file(struct bsdtar *bsdtar, struct archive *a) argument
564 append_archive_filename(struct bsdtar *bsdtar, struct archive *a, const char *filename) argument
595 append_archive(struct bsdtar *bsdtar, struct archive *a, struct archive *ina) argument
644 copy_file_data(struct bsdtar *bsdtar, struct archive *a, struct archive *ina, struct archive_entry *entry) argument
674 write_hierarchy(struct bsdtar *bsdtar, struct archive *a, const char *path) argument
962 write_entry_backend(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry) argument
1014 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
1038 write_file_data(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int fd) argument
1074 new_enough(struct bsdtar *bsdtar, const char *path, const struct stat *st) argument
1123 add_dir_list(struct bsdtar *bsdtar, const char *path, time_t mtime_sec, int mtime_nsec) argument
1161 test_for_append(struct bsdtar *bsdtar) argument
[all...]
H A Dcmdline.c43 #include "bsdtar.h"
56 * defined in bsdtar.h. Also note that so far I've found no need
138 * has, of course, been shamelessly tailored for bsdtar. (If you're
156 * early bsdtar as a way to access long options on platforms that did
167 * bsdtar.c.
176 bsdtar_getopt(struct bsdtar *bsdtar) argument
189 bsdtar->optarg = NULL;
194 ++bsdtar->argv;
195 --bsdtar
[all...]
H A Dread.c81 #include "bsdtar.h"
85 struct bsdtar *bsdtar; member in struct:progress_data
97 static void list_item_verbose(struct bsdtar *, FILE *,
99 static void read_archive(struct bsdtar *bsdtar, char mode);
102 tar_mode_t(struct bsdtar *bsdtar) argument
104 read_archive(bsdtar, 't');
105 if (lafe_unmatched_inclusions_warn(bsdtar
110 tar_mode_x(struct bsdtar *bsdtar) argument
122 struct bsdtar *bsdtar = progress_data->bsdtar; local
151 _qtnapply(struct bsdtar *bsdtar, qtn_file_t qf, char *path) argument
175 read_archive(struct bsdtar *bsdtar, char mode) argument
448 list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry) argument
[all...]
H A DCMakeLists.txt3 # How to build bsdtar
9 bsdtar.c
10 bsdtar.h
36 # bsdtar documentation
37 SET(bsdtar_MANS bsdtar.1)
39 # How to build bsdtar
40 ADD_EXECUTABLE(bsdtar ${bsdtar_SOURCES})
42 TARGET_LINK_LIBRARIES(bsdtar archive ${ADDITIONAL_LIBS})
44 TARGET_LINK_LIBRARIES(bsdtar archive_static ${ADDITIONAL_LIBS})
45 SET_TARGET_PROPERTIES(bsdtar PROPERTIE
[all...]
H A Dutil.c62 #include "bsdtar.h"
269 set_chdir(struct bsdtar *bsdtar, const char *newdir) argument
273 free(bsdtar->pending_chdir);
274 bsdtar->pending_chdir = NULL;
276 if (bsdtar->pending_chdir == NULL)
278 bsdtar->pending_chdir = strdup(newdir);
281 char *old_pending = bsdtar->pending_chdir;
283 bsdtar->pending_chdir = malloc(old_len + strlen(newdir) + 2);
286 if (bsdtar
296 do_chdir(struct bsdtar *bsdtar) argument
355 edit_pathname(struct bsdtar *bsdtar, struct archive_entry *entry) argument
[all...]
H A Dsubst.c30 #include "bsdtar.h"
55 init_substitution(struct bsdtar *bsdtar) argument
59 bsdtar->substitution = subst = malloc(sizeof(*subst));
66 add_substitution(struct bsdtar *bsdtar, const char *rule_text) argument
74 if ((subst = bsdtar->substitution) == NULL) {
75 init_substitution(bsdtar);
76 subst = bsdtar->substitution;
186 apply_substitution(struct bsdtar *bsdta argument
274 cleanup_substitution(struct bsdtar *bsdtar) argument
[all...]
/macosx-10.10/libarchive-30/xcodescripts/
H A Dcreate_tar_symlinks.sh8 ln -s bsdtar ${DSTROOT}/usr/bin/tar
9 ln -s bsdtar.1 ${DSTROOT}/usr/share/man/man1/tar.1
/macosx-10.10/libarchive-30/libarchive/contrib/
H A Dlibarchive.1aix53.spec57 %package -n bsdtar
58 Summary: bsdtar - tar(1) implementation based on libarchive
59 Summary(pl): bsdtar - implementacja programu tar(1) oparta na libarchive
63 %description -n bsdtar
64 bsdtar - tar(1) implementation based on libarchive.
66 %description -n bsdtar -l pl
67 bsdtar - implementacja programu tar(1), oparta na libarchive.
100 # original install builds, but does install bsdtar
102 cp bsdtar %{buildroot}%{_bindir}
103 cp tar/bsdtar
[all...]
H A Dlibarchive.spec57 %package -n bsdtar
58 Summary: bsdtar - tar(1) implementation based on libarchive
59 Summary(pl): bsdtar - implementacja programu tar(1) oparta na libarchive
63 %description -n bsdtar
64 bsdtar - tar(1) implementation based on libarchive.
66 %description -n bsdtar -l pl
67 bsdtar - implementacja programu tar(1), oparta na libarchive.
88 # original install builds, but does install bsdtar
90 cp bsdtar %{buildroot}%{_bindir}
91 cp tar/bsdtar
[all...]
/macosx-10.10/libarchive-30/libarchive/doc/html/
H A DMakefile41 bsdtar.1.html: ../../tar/bsdtar.1
42 groff -mdoc -T html ../../tar/bsdtar.1 > bsdtar.1.html
46 all: archive_entry.3.html archive_read.3.html archive_read_disk.3.html archive_util.3.html archive_write.3.html archive_write_disk.3.html cpio.5.html libarchive-formats.5.html libarchive.3.html libarchive_internals.3.html mtree.5.html tar.5.html bsdtar.1.html bsdcpio.1.html
/macosx-10.10/libarchive-30/libarchive/doc/man/
H A DMakefile41 bsdtar.1: ../mdoc2man.awk ../../tar/bsdtar.1
42 awk -f ../mdoc2man.awk < ../../tar/bsdtar.1 > bsdtar.1
46 all: archive_entry.3 archive_read.3 archive_read_disk.3 archive_util.3 archive_write.3 archive_write_disk.3 cpio.5 libarchive-formats.5 libarchive.3 libarchive_internals.3 mtree.5 tar.5 bsdtar.1 bsdcpio.1
/macosx-10.10/libarchive-30/libarchive/doc/pdf/
H A DMakefile41 bsdtar.1.pdf: ../../tar/bsdtar.1
42 groff -mdoc -T ps ../../tar/bsdtar.1 | ps2pdf - - > bsdtar.1.pdf
46 all: archive_entry.3.pdf archive_read.3.pdf archive_read_disk.3.pdf archive_util.3.pdf archive_write.3.pdf archive_write_disk.3.pdf cpio.5.pdf libarchive-formats.5.pdf libarchive.3.pdf libarchive_internals.3.pdf mtree.5.pdf tar.5.pdf bsdtar.1.pdf bsdcpio.1.pdf
/macosx-10.10/libarchive-30/libarchive/doc/text/
H A DMakefile41 bsdtar.1.txt: ../../tar/bsdtar.1
42 nroff -mdoc ../../tar/bsdtar.1 | col -b > bsdtar.1.txt
46 all: archive_entry.3.txt archive_read.3.txt archive_read_disk.3.txt archive_util.3.txt archive_write.3.txt archive_write_disk.3.txt cpio.5.txt libarchive-formats.5.txt libarchive.3.txt libarchive_internals.3.txt mtree.5.txt tar.5.txt bsdtar.1.txt bsdcpio.1.txt
/macosx-10.10/libarchive-30/libarchive/tar/test/
H A DCMakeLists.txt54 -p $<TARGET_FILE:bsdtar>
64 ADD_DEPENDENCIES(run_bsdtar_test bsdtar)
/macosx-10.10/libarchive-30/libarchive/doc/wiki/
H A DMakefile41 ManPageBsdtar1.wiki: ../mdoc2wiki.awk ../../tar/bsdtar.1
42 awk -f ../mdoc2wiki.awk < ../../tar/bsdtar.1 > ManPageBsdtar1.wiki
/macosx-10.10/libarchive-30/libarchive/build/
H A Dclean.sh42 rm -f bsdtar
79 rm -f tar/bsdtar
/macosx-10.10/libarchive-30/libarchive/contrib/psota-benchmark/
H A Dtcp.sh6 TAR=(bsdtar gnutar star) # TApeArchivers to compare
20 It currently compares: BSD tar (bsdtar), GNU tar (gnutar) and star in archive
/macosx-10.10/libarchive-30/libarchive/
H A DMakefile.am16 # What to test: We always test libarchive, test bsdtar and bsdcpio only
22 # Always build and test both bsdtar and bsdcpio as part of 'distcheck'
23 DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
402 # bsdtar source, docs, etc.
407 tar/bsdtar.c \
408 tar/bsdtar.h \
440 tar/bsdtar.1 \
449 bsdtar_man_MANS= tar/bsdtar.1
450 bsdtar_programs= bsdtar
498 bsdtar_TESTS_ENVIRONMENT= BSDTAR=`cd $(top_builddir);/bin/pwd`/bsdtar
[all...]
H A Dconfigure1585 --enable-bsdtar enable build of bsdtar (default)
1586 --enable-bsdtar=static force static build of bsdtar
1587 --enable-bsdtar=shared force dynamic build of bsdtar
1588 --disable-bsdtar disable build of bsdtar
11956 # Options for building bsdtar.
11958 # Default is to build bsdtar, bu
[all...]

Completed in 148 milliseconds