Home
last modified time | relevance | path

Searched refs:pax (Results 1 – 25 of 65) 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/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/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()
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 …]
/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/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/python/cpython3/Doc/library/
Dtarfile.rst30 * read/write support for the POSIX.1-2001 (pax) format.
231 POSIX.1-2001 (pax) format.
328 will be added as a pax global header if *format* is :const:`PAX_FORMAT`.
517 A dictionary containing key-value pairs of pax global headers.
622 A dictionary containing key-value pairs of an associated pax extended header.
831 * The POSIX.1-2001 pax format (:const:`PAX_FORMAT`). It is the most flexible
834 including GNU tar, bsdtar/libarchive and star, fully support extended *pax*
836 *pax* archives as if they were in the universally-supported *ustar* format.
840 that cannot be stored otherwise. There are two flavours of pax headers:
843 All the data in a pax header is encoded in *UTF-8* for portability reasons.
[all …]
/external/llvm-project/llvm/utils/release/
Dexport.sh60 --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
/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/libnetfilter_conntrack/
Dconfigure.ac10 tar-pax no-dist-gzip dist-bzip2 1.6])
/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/wpa_supplicant_8/hostapd/
Dhostapd.eap_user64 "pax user" PAX "unknown"
65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
/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/expat/
Daclocal.m4559 [_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 …]
/external/libevent/
Daclocal.m4499 [_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 …]
/external/llvm-project/polly/lib/External/isl/interface/
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/libpng/
Daclocal.m4517 [_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 …]
/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/curl/
Daclocal.m4499 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1052 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1069 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1078 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1103 [pax],
1120 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1121 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1132 pax)
1133 am__tar='pax -L -x $1 -w "$$tardir"'
1134 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m4517 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1138 # FORMAT should be one of `v7', `ustar', or `pax'.
1154 [m4_case([$1], [ustar],, [pax],,
1158 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1170 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1171 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1182 pax)
1183 am__tar='pax -L -x $1 -w "$$tardir"'
1184 am__tar_='pax -L -x $1 -w "$tardir"'
1185 am__untar='pax -r'

123