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

/freebsd-12-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-12-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-12-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-12-stable/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_011_pos.ksh41 # Basic applications work with xattrs: cpio cp find mv pax tar
64 log_assert "Basic applications work with xattrs: cpio cp find mv pax tar"
75 # For the archive applications below (tar, cpio, pax)
149 log_note "Checking pax"
150 log_must $TOUCH $TESTDIR/pax.${TESTCASE_ID}
151 create_xattr $TESTDIR/pax.${TESTCASE_ID} passwd /etc/passwd
152 log_must $PAX -w -f $TESTDIR/noxattr.pax $TESTDIR/pax.${TESTCASE_ID}
153 log_must $PAX -w@ -f $TESTDIR/xattr.pax $TESTDIR/pax
[all...]
H A Dxattr_test.sh282 atf_set "descr" "Basic applications work with xattrs: cpio cp find mv pax tar"
283 atf_set "require.progs" pax svcadm runat svcs
/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_pax_004_pos.ksh41 # Verify files include attribute in pax archive and restore with pax
47 # 3. pax all the files to directory B.
48 # 4. Then pax the pax file to directory C.
64 log_assert "Verify files include attribute in pax archive and restore with pax " \
82 # then pax all the files to $TMP_DIR/files.pax.
84 paxout=$TMP_DIR/files.pax
[all...]
H A Dzfs_acl_pax_001_pos.ksh41 # Verify directories include attribute in pax archive and restore with pax
47 # 3. pax all the files to directory B.
48 # 4. Then pax the pax file to directory C.
64 log_assert "Verify include attribute in pax archive and restore with pax " \
78 # then pax all the files to $TMP_DIR/files.pax.
82 paxout=$TMP_DIR/files.pax
[all...]
H A Dtrivial_test.sh299 atf_set "descr" "Verify include attribute in pax archive and restore with paxshould succeed."
301 atf_set "require.progs" pax
324 atf_set "descr" "Verify include attribute in pax archive and restore with tarshould succeed."
326 atf_set "require.progs" pax
349 atf_set "descr" "Verify include attribute in pax archive and restore with cpioshould succeed."
351 atf_set "require.progs" pax
374 atf_set "descr" "Verify files include attribute in pax archive and restore with paxshould succeed."
376 atf_set "require.progs" pax
401 atf_set "require.progs" pax
426 atf_set "require.progs" pax
[all...]
/freebsd-12-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-12-stable/bin/
H A DMakefile27 pax \
/freebsd-12-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-12-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-12-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-12-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-12-stable/targets/pseudo/tests/
H A DMakefile.depend20 bin/pax/tests \
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend31 bin/pax \

Completed in 226 milliseconds