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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c55 struct pax { struct
83 struct archive_entry *, struct pax *, int);
100 static void sparse_list_clear(struct pax *);
101 static int sparse_list_add(struct pax *, int64_t, int64_t);
105 * Set output format to 'restricted pax' format.
107 * This is the same as normal 'pax', but tries to suppress
108 * the pax header whenever possible. This is the default for
122 a->archive.archive_format_name = "restricted POSIX pax interchange";
127 * Set output format to 'pax' format.
133 struct pax *pa local
166 struct pax *pax = (struct pax *)a->format_data; local
364 archive_write_pax_header_xattr(struct pax *pax, const char *encoded_name, const void *value, size_t value_len) argument
392 archive_write_pax_header_xattrs(struct archive_write *a, struct pax *pax, struct archive_entry *entry) argument
519 add_pax_acl(struct archive_write *a, struct archive_entry *entry, struct pax *pax, int flags) argument
577 struct pax *pax; local
1782 struct pax *pax; local
1800 struct pax *pax; local
1824 struct pax *pax; local
1990 sparse_list_clear(struct pax *pax) argument
2001 _sparse_list_add_block(struct pax *pax, int64_t offset, int64_t length, int is_hole) argument
2023 sparse_list_add(struct pax *pax, int64_t offset, int64_t length) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/pax/
H A Dt_pax.sh39 pax -w -b 512 -x ustar -f file1.tar foo bar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
/freebsd-11-stable/bin/pax/
H A DMakefile15 # off_t and define NET2_STAT, pax will compile but will
31 PROG= pax
33 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_pax.c76 struct eap_pax_hdr *pax; local
88 sizeof(*pax) + 2 + EAP_PAX_RAND_LEN +
97 pax = wpabuf_put(req, sizeof(*pax));
98 pax->op_code = EAP_PAX_OP_STD_1;
99 pax->flags = 0;
100 pax->mac_id = data->mac_id;
101 pax->dh_group_id = EAP_PAX_DH_GROUP_NONE;
102 pax->public_key_id = EAP_PAX_PUBLIC_KEY_NONE;
128 struct eap_pax_hdr *pax; local
[all...]
/freebsd-11-stable/bin/
H A DMakefile27 pax \
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pax.c97 struct eap_pax_hdr *pax; local
100 sizeof(*pax) + plen, EAP_CODE_RESPONSE, id);
104 pax = wpabuf_put(resp, sizeof(*pax));
105 pax->op_code = op_code;
106 pax->flags = 0;
107 pax->mac_id = req->mac_id;
108 pax->dh_group_id = req->dh_group_id;
109 pax->public_key_id = req->public_key_id;
/freebsd-11-stable/etc/rc.d/
H A Dntpd56 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh96 # use rumphijack to cp/pax stuff onto an image, unmount it, remount it
105 atf_check -s exit:0 pax -rw -s,${parent},, $(atf_get_srcdir) .
106 atf_check -s exit:0 pax -rw ${thedir} /rump/mnt
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c694 static const char *pax[] = { local
713 for (i = 0; i < __arraycount(pax); i++) {
717 pax[i]) == -1)
/freebsd-11-stable/lib/libarchive/tests/
H A DMakefile367 ${PACKAGE}FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu
368 ${PACKAGE}FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend18 bin/pax/tests \
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend36 bin/pax \

Completed in 112 milliseconds