/third_party/icu/icu4c/as_is/os400/ |
D | unpax-icu.sh | 84 pax -C 819 -rc${VERBOSE_UNPACK}f $tar_file $ebcdic_data 90 pax -C 37 -r${VERBOSE_UNPACK}f $tar_file $ebcdic_data 106 pax -C 819 -rvf $tar_file `cat icu/as_is/bomlist.txt` 127 pax -C 819 -rvf $tar_file $binary_files; 139 pax -C 819 -rvf $tar_file $binary_files 150 pax -C 819 -rvf $tar_file $more_bin_files
|
D | fixup-icu.sh | 52 pax -C 819 -rvf $tar_file $binary_files; 63 pax -C 819 -rvf $tar_file $binary_files
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
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 …]
|
/third_party/icu/icu4c/as_is/os390/ |
D | unpax-icu.sh | 54 pax -rvf $tar_file -o to=IBM-1047,from=ISO8859-1 -o setfiletag 92 for i in $(pax -f $tar_file 2>/dev/null) 123 pax -rvf $tar_file $binary_files
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
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()
|
/third_party/exfatprogs/ |
D | configure.ac | 17 AM_INIT_AUTOMAKE([foreign tar-pax dist-xz subdir-objects])
|
/third_party/python/Doc/library/ |
D | tarfile.rst | 30 * read/write support for the POSIX.1-2001 (pax) format. 234 POSIX.1-2001 (pax) format. 331 will be added as a pax global header if *format* is :const:`PAX_FORMAT`. 520 A dictionary containing key-value pairs of pax global headers. 625 A dictionary containing key-value pairs of an associated pax extended header. 834 * The POSIX.1-2001 pax format (:const:`PAX_FORMAT`). It is the most flexible 837 including GNU tar, bsdtar/libarchive and star, fully support extended *pax* 839 *pax* archives as if they were in the universally-supported *ustar* format. 843 that cannot be stored otherwise. There are two flavours of pax headers: 846 All the data in a pax header is encoded in *UTF-8* for portability reasons. [all …]
|
/third_party/wayland-protocols_standard/ |
D | aclocal.m4 | 553 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 980 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 997 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1006 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1031 [pax], 1048 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1049 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1060 pax) 1061 am__tar='pax -L -x $1 -w "$$tardir"' 1062 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/elfio/tests/ |
D | aclocal.m4 | 497 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 967 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 984 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 993 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1018 [pax], 1035 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1036 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1047 pax) 1048 am__tar='pax -L -x $1 -w "$$tardir"' 1049 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | aclocal.m4 | 517 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1070 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1087 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1096 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1121 [pax], 1138 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1139 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1150 pax) 1151 am__tar='pax -L -x $1 -w "$$tardir"' 1152 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/node/deps/cares/ |
D | aclocal.m4 | 503 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1065 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1082 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1091 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1116 [pax], 1133 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1134 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1145 pax) 1146 am__tar='pax -L -x $1 -w "$$tardir"' 1147 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | aclocal.m4 | 517 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1070 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1087 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1096 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1121 [pax], 1138 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1139 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1150 pax) 1151 am__tar='pax -L -x $1 -w "$$tardir"' 1152 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/expat/ |
D | aclocal.m4 | 559 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1071 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1088 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1097 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1122 [pax], 1139 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1140 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1151 pax) 1152 am__tar='pax -L -x $1 -w "$$tardir"' 1153 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/libpng/ |
D | aclocal.m4 | 517 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1070 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1087 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1096 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1121 [pax], 1138 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1139 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1150 pax) 1151 am__tar='pax -L -x $1 -w "$$tardir"' 1152 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/elfio/ |
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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user | 64 "pax user" PAX "unknown" 65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user | 64 "pax user" PAX "unknown" 65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
|
/third_party/skia/third_party/externals/microhttpd/ |
D | aclocal.m4 | 722 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1243 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1260 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1269 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1294 [pax], 1311 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1312 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1323 pax) 1324 am__tar='pax -L -x $1 -w "$$tardir"' 1325 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/eudev/ |
D | aclocal.m4 | 773 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1290 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1307 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1316 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1341 [pax], 1358 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1359 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1370 pax) 1371 am__tar='pax -L -x $1 -w "$$tardir"' 1372 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/wayland_standard/ |
D | aclocal.m4 | 863 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1380 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1397 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1406 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1431 [pax], 1448 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1449 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1460 pax) 1461 am__tar='pax -L -x $1 -w "$$tardir"' 1462 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/libevdev/ |
D | aclocal.m4 | 843 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1598 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1615 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1624 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1649 [pax], 1666 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 1667 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 1678 pax) 1679 am__tar='pax -L -x $1 -w "$$tardir"' 1680 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
/third_party/libffi/ |
D | aclocal.m4 | 1427 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 1980 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1997 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 2006 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 2031 [pax], 2048 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 2049 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 2060 pax) 2061 am__tar='pax -L -x $1 -w "$$tardir"' 2062 am__tar_='pax -L -x $1 -w "$tardir"' [all …]
|
D | configure.ac | 181 [ --enable-pax_emutramp enable pax emulated trampolines, for we can't use PROT_EXEC], 184 [Define this if you want to enable pax emulated trampolines])
|