| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_pax.c | 54 struct pax { struct 82 struct archive_entry *, struct pax *, int); argument 99 static void sparse_list_clear(struct pax *); 100 static int sparse_list_add(struct pax *, int64_t, int64_t); 133 struct pax *pax; in archive_write_set_format_pax() local 141 pax = calloc(1, sizeof(*pax)); in archive_write_set_format_pax() 142 if (pax == NULL) { in archive_write_set_format_pax() 147 pax->flags = WRITE_LIBARCHIVE_XATTR | WRITE_SCHILY_XATTR; in archive_write_set_format_pax() 149 a->format_data = pax; in archive_write_set_format_pax() 166 struct pax *pax = (struct pax *)a->format_data; in archive_write_pax_options() local [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_011_pos.ksh | 148 log_must touch $TESTDIR/pax.$$ 149 create_xattr $TESTDIR/pax.$$ passwd /etc/passwd 150 log_must pax -w -f $TESTDIR/noxattr.pax $TESTDIR/pax.$$ 151 log_must pax -w@ -f $TESTDIR/xattr.pax $TESTDIR/pax.$$ 152 log_must rm $TESTDIR/pax.$$ 155 log_must pax -r -f $TESTDIR/noxattr.pax 157 log_must rm $TESTDIR/pax.$$ 160 log_must pax -r@ -f $TESTDIR/noxattr.pax 162 log_must rm $TESTDIR/pax.$$ 165 log_must pax -r@ -f $TESTDIR/xattr.pax [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | xattr_011_pos.ksh | 145 log_must $TOUCH $TESTDIR/pax.${TESTCASE_ID} 146 create_xattr $TESTDIR/pax.${TESTCASE_ID} passwd /etc/passwd 147 log_must $PAX -w -f $TESTDIR/noxattr.pax $TESTDIR/pax.${TESTCASE_ID} 148 log_must $PAX -w@ -f $TESTDIR/xattr.pax $TESTDIR/pax.${TESTCASE_ID} 149 log_must $RM $TESTDIR/pax.${TESTCASE_ID} 152 log_must $PAX -r -f $TESTDIR/noxattr.pax 154 log_must $RM $TESTDIR/pax.${TESTCASE_ID} 157 log_must $PAX -r@ -f $TESTDIR/noxattr.pax 159 log_must $RM $TESTDIR/pax.${TESTCASE_ID} 163 log_must $PAX -r@ -f $TESTDIR/xattr.pax [all …]
|
| /freebsd/contrib/wpa/src/eap_server/ |
| H A D | eap_server_pax.c | 76 struct eap_pax_hdr *pax; in eap_pax_build_std_1() local 88 sizeof(*pax) + 2 + EAP_PAX_RAND_LEN + in eap_pax_build_std_1() 97 pax = wpabuf_put(req, sizeof(*pax)); in eap_pax_build_std_1() 98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1() 99 pax->flags = 0; in eap_pax_build_std_1() 100 pax->mac_id = data->mac_id; in eap_pax_build_std_1() 101 pax->dh_group_id = EAP_PAX_DH_GROUP_NONE; in eap_pax_build_std_1() 102 pax->public_key_id = EAP_PAX_PUBLIC_KEY_NONE; in eap_pax_build_std_1() 128 struct eap_pax_hdr *pax; in eap_pax_build_std_3() local 134 sizeof(*pax) + 2 + EAP_PAX_MAC_LEN + in eap_pax_build_std_3() [all …]
|
| /freebsd/contrib/netbsd-tests/bin/pax/ |
| H A D | t_pax.sh | 39 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/contrib/wpa/src/eap_peer/ |
| H A D | eap_pax.c | 97 struct eap_pax_hdr *pax; in eap_pax_alloc_resp() local 100 sizeof(*pax) + plen, EAP_CODE_RESPONSE, id); in eap_pax_alloc_resp() 104 pax = wpabuf_put(resp, sizeof(*pax)); in eap_pax_alloc_resp() 105 pax->op_code = op_code; in eap_pax_alloc_resp() 106 pax->flags = 0; in eap_pax_alloc_resp() 107 pax->mac_id = req->mac_id; in eap_pax_alloc_resp() 108 pax->dh_group_id = req->dh_group_id; in eap_pax_alloc_resp() 109 pax->public_key_id = req->public_key_id; in eap_pax_alloc_resp()
|
| /freebsd/bin/pax/ |
| H A D | Makefile | 4 PROG= pax 6 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
|
| /freebsd/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | t_vfs.sh | 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/sys/contrib/openzfs/ |
| H A D | configure.ac | 44 AM_INIT_AUTOMAKE([subdir-objects foreign tar-pax]) 58 _AM_PROG_TAR(pax)
|
| /freebsd/contrib/libfido2/man/ |
| H A D | NOTES | 4 $ (cd build/man && pax -p p -r -w *.partial /tmp/partial)
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
| H A D | zfs_acl_pax_004_pos.ksh | 79 paxout=$TMP_DIR/files.pax
|
| H A D | zfs_acl_pax_001_pos.ksh | 77 paxout=$TMP_DIR/files.pax
|
| /freebsd/bin/ |
| H A D | Makefile | 26 pax \
|
| /freebsd/contrib/libarchive/ |
| H A D | README.md | 84 * POSIX pax interchange format 116 * POSIX pax interchange format 117 * "restricted" pax format, which will create ustar archives except for 118 entries that require pax extensions (for long filenames, ACLs, etc). 246 * Note: The "pax interchange format" is a POSIX standard extended tar
|
| /freebsd/crypto/heimdal/ |
| H A D | aclocal.m4 | 495 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 965 # FORMAT should be one of `v7', `ustar', or `pax'. 980 [m4_case([$1], [ustar],, [pax],, 984 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 996 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 997 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1008 pax) 1009 am__tar='pax -L -x $1 -w "$$tardir"' 1010 am__tar_='pax -L -x $1 -w "$tardir"' 1011 am__untar='pax -r'
|
| /freebsd/contrib/file/ |
| H A D | aclocal.m4 | 503 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1029 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1046 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1055 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1080 [pax], 1097 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1098 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1109 pax) 1110 am__tar='pax -L -x $1 -w "$$tardir"' 1111 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/contrib/openbsm/ |
| H A D | aclocal.m4 | 507 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1067 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1084 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1093 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1118 [pax], 1135 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1136 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1147 pax) 1148 am__tar='pax -L -x $1 -w "$$tardir"' 1149 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | aclocal.m4 | 563 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1089 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1106 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1115 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1140 [pax], 1157 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1158 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1169 pax) 1170 am__tar='pax [all...] |
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | aclocal.m4 | 503 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1029 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1046 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1055 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1080 [pax], 1097 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1098 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1109 pax) 1110 am__tar='pax -L -x $1 -w "$$tardir"' 1111 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | aclocal.m4 | 499 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1016 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1033 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1042 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1067 [pax], 1084 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1085 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1096 pax) 1097 am__tar='pax -L -x $1 -w "$$tardir"' 1098 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user | 64 "pax user" PAX "unknown" 65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
|
| /freebsd/contrib/ntp/ |
| H A D | aclocal.m4 | 563 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1089 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1106 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1115 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1140 [pax], 1157 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1158 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1169 pax) 1170 am__tar='pax -L -x $1 -w "$$tardir"' 1171 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 24 pax procps py3-cffi py3-distlib py3-packaging py3-setuptools python3 \ 51 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
|
| /freebsd/contrib/openpam/ |
| H A D | aclocal.m4 | 540 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1199 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1216 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1225 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1254 [pax], 1271 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1272 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1283 pax) 1284 am__tar='pax -L -x $1 -w "$$tardir"' 1285 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 65 pax
|