Home
last modified time | relevance | path

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

12

/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()
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/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.c98 struct eap_pax_hdr *pax; in eap_pax_alloc_resp() local
101 sizeof(*pax) + plen, EAP_CODE_RESPONSE, id); in eap_pax_alloc_resp()
105 pax = wpabuf_put(resp, sizeof(*pax)); in eap_pax_alloc_resp()
106 pax->op_code = op_code; in eap_pax_alloc_resp()
107 pax->flags = 0; in eap_pax_alloc_resp()
108 pax->mac_id = req->mac_id; in eap_pax_alloc_resp()
109 pax->dh_group_id = req->dh_group_id; in eap_pax_alloc_resp()
110 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/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/libevent/
Daclocal.m4512 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
924 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
940 [m4_case([$1], [ustar],, [pax],,
944 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
956 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
957 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
968 pax)
969 am__tar='pax -L -x $1 -w "$$tardir"'
970 am__tar_='pax -L -x $1 -w "$tardir"'
971 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/c-ares/
Daclocal.m4434 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
837 # FORMAT should be one of `v7', `ustar', or `pax'.
852 [m4_case([$1], [ustar],, [pax],,
856 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
868 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
869 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
880 pax)
881 am__tar='pax -L -x $1 -w "$$tardir"'
882 am__tar_='pax -L -x $1 -w "$tardir"'
883 am__untar='pax -r'
/external/netperf/
Daclocal.m4517 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
900 # FORMAT should be one of `v7', `ustar', or `pax'.
916 [m4_case([$1], [ustar],, [pax],,
920 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
932 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
933 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
944 pax)
945 am__tar='pax -L -x $1 -w "$$tardir"'
946 am__tar_='pax -L -x $1 -w "$tardir"'
947 am__untar='pax -r'
/external/google-tv-pairing-protocol/cpp/
Daclocal.m4665 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1039 # FORMAT should be one of `v7', `ustar', or `pax'.
1054 [m4_case([$1], [ustar],, [pax],,
1058 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1070 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1071 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1082 pax)
1083 am__tar='pax -L -x $1 -w "$$tardir"'
1084 am__tar_='pax -L -x $1 -w "$tardir"'
1085 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/protobuf/
Daclocal.m4508 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1064 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1081 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1090 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1115 [pax],
1132 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1133 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1144 pax)
1145 am__tar='pax -L -x $1 -w "$$tardir"'
1146 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/libedit/
Daclocal.m4508 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1028 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1045 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1054 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1079 [pax],
1096 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1097 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1108 pax)
1109 am__tar='pax -L -x $1 -w "$$tardir"'
1110 am__tar_='pax -L -x $1 -w "$tardir"'
[all …]
/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/libnetfilter_conntrack/
Dconfigure.ac10 tar-pax no-dist-gzip dist-bzip2 1.6])
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user64 "pax user" PAX "unknown"
65 "pax.user@example.com" PAX 0123456789abcdef0123456789abcdef
/external/bison/
Daclocal.m4502 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
984 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1000 [m4_case([$1], [ustar],, [pax],,
1004 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1016 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1017 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1028 pax)
1029 am__tar='pax -L -x $1 -w "$$tardir"'
1030 am__tar_='pax -L -x $1 -w "$tardir"'
1031 am__untar='pax -r'
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Daclocal.m4505 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1110 # FORMAT should be one of `v7', `ustar', or `pax'.
1126 [m4_case([$1], [ustar],, [pax],,
1130 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1142 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1143 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1154 pax)
1155 am__tar='pax -L -x $1 -w "$$tardir"'
1156 am__tar_='pax -L -x $1 -w "$tardir"'
1157 am__untar='pax -r'

12