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

/freebsd-10.0-release/tools/regression/bin/
H A DMakefile3 SUBDIR= date mv pax sh test
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c53 struct pax { struct
89 static void sparse_list_clear(struct pax *);
90 static int sparse_list_add(struct pax *, int64_t, int64_t);
94 * Set output format to 'restricted pax' format.
96 * This is the same as normal 'pax', but tries to suppress
97 * the pax header whenever possible. This is the default for
111 a->archive.archive_format_name = "restricted POSIX pax interchange";
116 * Set output format to 'pax' format.
122 struct pax *pax; local
154 struct pax *pax = (struct pax *)a->format_data; local
319 archive_write_pax_header_xattrs(struct archive_write *a, struct pax *pax, struct archive_entry *entry) argument
471 struct pax *pax; local
1638 struct pax *pax; local
1656 struct pax *pax; local
1680 struct pax *pax; local
1846 sparse_list_clear(struct pax *pax) argument
1857 _sparse_list_add_block(struct pax *pax, int64_t offset, int64_t length, int is_hole) argument
1879 sparse_list_add(struct pax *pax, int64_t offset, int64_t length) argument
[all...]
/freebsd-10.0-release/bin/pax/
H A DMakefile13 # off_t and define NET2_STAT, pax will compile but will
28 PROG= pax
30 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c \
/freebsd-10.0-release/etc/rc.d/
H A Dntpd44 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pax.c75 struct eap_pax_hdr *pax; local
87 sizeof(*pax) + 2 + EAP_PAX_RAND_LEN +
96 pax = wpabuf_put(req, sizeof(*pax));
97 pax->op_code = EAP_PAX_OP_STD_1;
98 pax->flags = 0;
99 pax->mac_id = data->mac_id;
100 pax->dh_group_id = EAP_PAX_DH_GROUP_NONE;
101 pax->public_key_id = EAP_PAX_PUBLIC_KEY_NONE;
122 struct eap_pax_hdr *pax; local
[all...]
/freebsd-10.0-release/bin/
H A DMakefile27 pax \
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_pax.c97 struct eap_pax_hdr *pax; local
100 sizeof(*pax) + plen, EAP_CODE_RESPONSE, id);
104 pax = wpabuf_put(resp, sizeof(*pax));
105 pax->op_code = op_code;
106 pax->flags = 0;
107 pax->mac_id = req->mac_id;
108 pax->dh_group_id = req->dh_group_id;
109 pax->public_key_id = req->public_key_id;

Completed in 76 milliseconds