Home
last modified time | relevance | path

Searched refs:pax (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/as_is/os400/
H A 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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A 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
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A 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
[all...]
/third_party/icu/icu4c/as_is/os390/
H A 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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A 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()
/third_party/tzdata/
H A DMakefile536 GNUTARFLAGS= --format=pax --pax-option='delete=atime,delete=ctime' \
/third_party/json/
H A DMakefile221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz

Completed in 7 milliseconds