Home
last modified time | relevance | path

Searched refs:pax (Results 1 – 25 of 64) sorted by relevance

123

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/
DOsgiITest.java21 import static org.ops4j.pax.exam.CoreOptions.bundle;
22 import static org.ops4j.pax.exam.CoreOptions.composite;
23 import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
24 import static org.ops4j.pax.exam.CoreOptions.systemProperty;
28 import org.ops4j.pax.exam.Configuration;
29 import org.ops4j.pax.exam.Option;
30 import org.ops4j.pax.exam.junit.PaxExam;
/external/icu/icu4c/as_is/os400/
Dunpax-icu.sh84 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
Dfixup-icu.sh52 pax -C 819 -rvf $tar_file $binary_files;
63 pax -C 819 -rvf $tar_file $binary_files
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pax.c76 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()
123 struct eap_pax_hdr *pax; in eap_pax_build_std_3() local
129 sizeof(*pax) + 2 + EAP_PAX_MAC_LEN + in eap_pax_build_std_3()
[all …]
/external/objenesis/tck/src/test/java/org/objenesis/tck/
DOsgiTest.java26 import org.ops4j.pax.exam.Configuration;
27 import org.ops4j.pax.exam.Option;
28 import org.ops4j.pax.exam.junit.PaxExam;
29 import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
30 import org.ops4j.pax.exam.spi.reactors.PerMethod;
41 import static org.ops4j.pax.exam.CoreOptions.*;
/external/icu/icu4c/as_is/os390/
Dunpax-icu.sh54 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
/external/wpa_supplicant_8/src/eap_peer/
Deap_pax.c97 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()
/external/llvm/test/Object/
Dmacho-invalid.test58 RUN: llvm-nm -pax %p/Inputs/macho-invalid-symbol-name-past-eof 2>&1 \
59 RUN: | FileCheck -check-prefix NAME-PAST-EOF-nm-pax %s
60 NAME-PAST-EOF-nm-pax: 0000000000000000 64 00 0000 fe000002 bad string index
79 RUN: llvm-nm -pax %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \
80 RUN: | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC-pax %s
81 INVALID-SECTION-IDX-SYMBOL-SEC-pax: 0000000100000000 0f 42 0010 00000065 __mh_execute_header
/external/python/cpython2/Doc/library/
Dtarfile.rst32 * read/write support for the POSIX.1-2001 (pax) format.
215 POSIX.1-2001 (pax) format.
311 will be added as a pax global header if *format* is :const:`PAX_FORMAT`.
487 A dictionary containing key-value pairs of pax global headers.
595 A dictionary containing key-value pairs of an associated pax extended header.
733 * The POSIX.1-2001 pax format (:const:`PAX_FORMAT`). It is the most flexible
736 implementations today are able to handle pax archives properly.
738 The *pax* format is an extension to the existing *ustar* format. It uses extra
740 of pax headers: Extended headers only affect the subsequent file header, global
742 the data in a pax header is encoded in *UTF-8* for portability reasons.
[all …]
/external/python/cpython3/Doc/library/
Dtarfile.rst30 * read/write support for the POSIX.1-2001 (pax) format.
227 POSIX.1-2001 (pax) format.
319 will be added as a pax global header if *format* is :const:`PAX_FORMAT`.
507 A dictionary containing key-value pairs of pax global headers.
612 A dictionary containing key-value pairs of an associated pax extended header.
821 * The POSIX.1-2001 pax format (:const:`PAX_FORMAT`). It is the most flexible
824 implementations today are able to handle pax archives properly.
826 The *pax* format is an extension to the existing *ustar* format. It uses extra
828 of pax headers: Extended headers only affect the subsequent file header, global
830 the data in a pax header is encoded in *UTF-8* for portability reasons.
[all …]
/external/libnfnetlink/
Dconfigure.ac9 tar-pax no-dist-gzip dist-bzip2 1.6])
Daclocal.m4505 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
999 # FORMAT should be one of `v7', `ustar', or `pax'.
1015 [m4_case([$1], [ustar],, [pax],,
1019 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1031 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1032 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1043 pax)
1044 am__tar='pax -L -x $1 -w "$$tardir"'
1045 am__tar_='pax -L -x $1 -w "$tardir"'
1046 am__untar='pax -r'
/external/ltp/utils/ffsb-6.0-rc2/
Daclocal.m4471 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
798 # FORMAT should be one of `v7', `ustar', or `pax'.
813 [m4_case([$1], [ustar],, [pax],,
817 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
829 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
830 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
841 pax)
842 am__tar='pax -L -x $1 -w "$$tardir"'
843 am__tar_='pax -L -x $1 -w "$tardir"'
844 am__untar='pax -r'
/external/stressapptest/
Daclocal.m4495 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
869 # FORMAT should be one of `v7', `ustar', or `pax'.
884 [m4_case([$1], [ustar],, [pax],,
888 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
900 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
901 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
912 pax)
913 am__tar='pax -L -x $1 -w "$$tardir"'
914 am__tar_='pax -L -x $1 -w "$tardir"'
915 am__untar='pax -r'
/external/libexif/
Daclocal.m4495 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
936 # FORMAT should be one of `v7', `ustar', or `pax'.
951 [m4_case([$1], [ustar],, [pax],,
955 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
967 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
968 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
979 pax)
980 am__tar='pax -L -x $1 -w "$$tardir"'
981 am__tar_='pax -L -x $1 -w "$tardir"'
982 am__untar='pax -r'
/external/libusb-compat/
Daclocal.m4636 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
998 # FORMAT should be one of `v7', `ustar', or `pax'.
1013 [m4_case([$1], [ustar],, [pax],,
1017 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1029 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1030 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1041 pax)
1042 am__tar='pax -L -x $1 -w "$$tardir"'
1043 am__tar_='pax -L -x $1 -w "$tardir"'
1044 am__untar='pax -r'
/external/google-breakpad/
Daclocal.m4528 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1113 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1130 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1139 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1164 [pax],
1181 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1182 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1193 pax)
1194 am__tar='pax -L -x $1 -w "$$tardir"'
1195 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/libpng/
Daclocal.m4527 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1087 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1104 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1113 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1138 [pax],
1155 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1156 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1167 pax)
1168 am__tar='pax -L -x $1 -w "$$tardir"'
1169 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/expat/
Daclocal.m4507 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1031 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1048 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1057 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1082 [pax],
1099 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1100 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1111 pax)
1112 am__tar='pax -L -x $1 -w "$$tardir"'
1113 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/curl/
Daclocal.m4507 [_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 …]
/external/strace/
Daclocal.m4525 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1081 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1098 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1107 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1132 [pax],
1149 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1150 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1161 pax)
1162 am__tar='pax -L -x $1 -w "$$tardir"'
1163 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/lmfit/
Daclocal.m4507 [_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 …]
/external/libevent/
Daclocal.m4507 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1031 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1048 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1057 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1082 [pax],
1099 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1100 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1111 pax)
1112 am__tar='pax -L -x $1 -w "$$tardir"'
1113 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user64 "pax user" PAX "unknown"
65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
/external/libnetfilter_conntrack/
Dconfigure.ac10 tar-pax no-dist-gzip dist-bzip2 1.6])

123