HomeSort by: relevance | last modified time | path
    Searched refs:pax (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/tools/pax/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}pax
4 HOST_SRCDIR= bin/pax
  /src/tests/bin/pax/
Makefile 5 TESTSDIR= ${TESTSBASE}/bin/pax
t_pax.sh 39 pax -w -b 512 -x ustar -f file1.tar foo bar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
54 atf_set "descr" "Test pax exits with 0 if stdin file list is empty"
58 atf_check pax -rw . </dev/null
64 atf_set "descr" "Ensure pax list operation works without getcwd"
72 atf_check pax -w -x ustar -f baz.tar baz
74 sh -c '{ cd foo/bar && exec pax; } <baz.tar'
81 "Ensure pax insecure copy operation works without getcwd"
89 atf_check sh -c '{ cd foo/bar && exec pax -rw quux baz/.; }
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_pax.c 54 struct pax { struct
82 struct archive_entry *, struct pax *, int);
99 static void sparse_list_clear(struct pax *);
100 static int sparse_list_add(struct pax *, int64_t, int64_t);
105 * Set output format to 'restricted pax' format.
107 * This is the same as normal 'pax', but tries to suppress
108 * the pax header whenever possible. This is the default for
122 a->archive.archive_format_name = "restricted POSIX pax interchange";
127 * Set output format to 'pax' format.
133 struct pax *pax local
166 struct pax *pax = (struct pax *)a->format_data; local
587 struct pax *pax; local
1811 struct pax *pax; local
1829 struct pax *pax; local
1853 struct pax *pax; local
    [all...]
  /src/tests/bin/
Makefile 7 TESTS_SUBDIRS= cat cp date dd df expr pax ps sh sleep tar
  /src/bin/pax/
Makefile 6 PROG= pax
8 gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
26 MAN= pax.1
36 LINKS+= ${BINDIR}/pax ${BINDIR}/tar
40 LINKS+= ${BINDIR}/pax ${BINDIR}/cpio
  /src/lib/libwrap/
libwrap2netbsd 51 pax -rvw $src $man $inc $misc $d
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
testit.sh 5 pax -rwpp . ${tmp}
  /src/bin/
Makefile 5 hostname kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir \
  /src/external/bsd/tre/
tre2netbsd 79 pax -rw * "$d"
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_pax.c 2 * hostapd / EAP-PAX (RFC 4746) server
76 struct eap_pax_hdr *pax; local
79 wpa_printf(MSG_DEBUG, "EAP-PAX: PAX_STD-1 (sending)");
82 wpa_printf(MSG_ERROR, "EAP-PAX: Failed to get random data");
88 sizeof(*pax) + 2 + EAP_PAX_RAND_LEN +
91 wpa_printf(MSG_ERROR, "EAP-PAX: Failed to allocate memory "
97 pax = wpabuf_put(req, sizeof(*pax));
98 pax->op_code = EAP_PAX_OP_STD_1;
99 pax->flags = 0
128 struct eap_pax_hdr *pax; local
    [all...]
  /src/sbin/newbtconf/
newbtconf.sh 64 ( cd etc.current && pax -rw -pe $i /etc )
98 pax -rw -pe . /etc/$dir
  /src/external/bsd/cron/
cron2netbsd 72 pax -rw * $d
  /src/external/bsd/ipf/
ipf2netbsd 65 pax -rvw . $dbase
66 pax -rvw \
112 pax -rvw * $dtest
  /src/external/bsd/ntp/
ntp2netbsd 97 pax -rw * $d
  /src/external/gpl2/dtc/
dtc2netbsd 87 pax -rw * $d/dtc
  /src/etc/rc.d/
ntpd 49 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
  /src/sys/kern/
sys_process.c 134 #include <sys/pax.h>
  /src/external/gpl3/gcc/
gcc2gcc.old 48 $doit pax -rwpp gcc "$destdir"
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_pax.c 2 * EAP peer method: EAP-PAX (RFC 4746)
57 wpa_printf(MSG_INFO, "EAP-PAX: CID (nai) or key (password) "
63 wpa_printf(MSG_INFO, "EAP-PAX: Invalid PSK length");
97 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
    [all...]
  /src/external/bsd/am-utils/
amd2netbsd 80 pax -rw * $d
  /src/external/bsd/byacc/
byacc2netbsd 76 pax -rw * $d
  /src/external/bsd/bzip2/
bzip2netbsd 74 pax -rw * $d
  /src/external/bsd/less/
less2netbsd 101 pax -rwpp * $d
  /src/external/bsd/libbind/dist/
libbind2netbsd 76 pax -rw * $d

Completed in 48 milliseconds

1 2 3