| /src/tools/xz-bin/ |
| Makefile | 3 HOSTPROG= ${_TOOL_PREFIX}xz 4 HOST_SRCDIR= external/public-domain/xz/bin/xz 6 .include "${.PARSEDIR}/../xz-include/Makefile.inc"
|
| /src/external/public-domain/xz/bin/ |
| Makefile | 3 SUBDIR+= xz lzmainfo
|
| /src/external/public-domain/xz/dist/tests/ |
| test_scripts.sh | 13 XZ=${1:-../src/xz}/xz 17 for i in XZ XZDIFF XZGREP; do 34 PATH=`pwd`/${1:-../src/xz}:$PATH 38 preimage=$srcdir/files/good-1-check-crc32.xz 39 samepostimage=$srcdir/files/good-1-check-crc64.xz 40 otherpostimage=$srcdir/files/good-1-lzma2-1.xz 56 "$XZDIFF" "$preimage" "$srcdir/files/missing.xz" >/dev/null 2>&1 65 cp "$srcdir/files/good-1-lzma2-1.xz" xzgrep_test_1.x [all...] |
| test_files.sh | 11 # $1 = directory of the xz executable 13 # If both xz and xzdec were not built, skip this test. 14 XZ=${1:-../src/xz}/xz 16 test -x "$XZ" || XZ= 18 if test -z "$XZ$XZDEC"; then 19 echo "xz and xzdec were not built, skipping this test." 50 # .xz # [all...] |
| test_suffix.sh | 11 # $1 = directory of the xz executable 13 # If xz was not built, skip this test. Autotools and CMake put 14 # the xz executable in a different location. 15 XZ=${1:-../src/xz}/xz 16 if test ! -x "$XZ"; then 17 echo "xz was not built, skipping this test." 50 if "$XZ" -zfk --suffix=".foo" -Fraw --lzma1=preset=0 "$SUFFIX_INPUT" ; then 66 if "$XZ" -zfk -Fraw --lzma1=preset=0 "$SUFFIX_INPUT" 2> /dev/null; the [all...] |
| test_compress.sh | 14 # $2 = directory of the xz and xzdec executables 16 XZ=${2:-../src/xz}/xz 19 # If xz wasn't built, this test is skipped. 20 if test ! -x "$XZ"; then 21 echo "xz was not built, skipping this test." 50 if $XZ -c "$@" "$FILE" > "$TMP_COMP"; then 57 if $XZ -cd "$TMP_COMP" > "$TMP_UNCOMP" ; then 90 # Set memory usage limit for xz. xzdec has no memory usage limiter [all...] |
| /src/external/public-domain/xz/dist/po4a/ |
| update-po | 6 # Updates xz-man.pot and the *.po files, and generates translated man pages. 47 /The XZ Utils authors and contributors$/d 73 # "xz-man" no matter what is specified here and in xz-man.pot. Thus it's 74 # best to use "xz-man" here to get the most consistent results. 78 --package-name="xz-man" \ 80 --copyright-holder="The XZ Utils authors and contributors" \ 89 # "the same license as the XZ Utils package". 90 mv xz-man.pot xz-man.pot.tm [all...] |
| po4a.conf | 8 [po4a_paths] xz-man.pot $lang:$lang.po 10 [type: man] ../src/xz/xz.1 $lang:man/$lang/xz.1 add_$lang:?$lang.po.authors
|
| /src/external/public-domain/ |
| Makefile | 5 SUBDIR+= sqlite tz xz
|
| /src/external/bsd/zstd/dist/tests/cli-tests/basic/ |
| args.sh | 5 println "+ zstd -xz" >&2 6 zstd -xz
|
| /src/external/public-domain/xz/ |
| prepare-import.sh | 11 tar -xzf xz-$V.tar.* 12 mv xz-$V import 18 rm -rf extra lib m4/[a-s]* m4/[u-z]* src/scripts/xz* Doxyfile.in 30 for f in tests/files/*.xz; do 36 echo "cd import && cvs -d cvs.netbsd.org:/cvsroot import src/external/public-domain/xz/dist XZ xz-$V"
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| export.sh | 48 git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$target_dir/llvm-project-$release$rc.src.tar.xz 61 -cJf test-suite-$release$rc.src.tar.xz test-suite-$release$rc.src 66 git archive --prefix=$proj-$release$rc.src/ $tag . | xz >$target_dir/$proj-$release$rc.src.tar.xz
|
| /src/etc/ |
| man.conf | 18 _build .0.xz /usr/bin/xzcat %s 24 _build .[1-9ln].xz /usr/bin/xzcat %s | /usr/bin/mandoc 29 _build .tbl.xz /usr/bin/xzcat %s | /usr/bin/mandoc 34 _crunch .xz /usr/bin/xz -c > %s
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| gcc_release | 282 # gcc-"${RELEASE}".tar.xz tarball. 305 TARFILE="$1.tar.xz" 309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \ 334 target=${f%.xz}.gz 335 (${XZ} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}" 344 *.tar.xz) old_vers=${old_file%.tar.xz};; 350 if [ -e ${old_dir}/${f}-${old_vers}.tar.xz ]; then 351 old_tar=${old_dir}/${f}-${old_vers}.tar.xz 355 new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.xz [all...] |
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| gcc_release | 282 # gcc-"${RELEASE}".tar.xz tarball. 305 TARFILE="$1.tar.xz" 309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \ 334 target=${f%.xz}.gz 335 (${XZ} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}" 344 *.tar.xz) old_vers=${old_file%.tar.xz};; 350 if [ -e ${old_dir}/${f}-${old_vers}.tar.xz ]; then 351 old_tar=${old_dir}/${f}-${old_vers}.tar.xz 355 new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.xz [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| trandom_deviate.c | 165 mpfr_t xn, xd, xu, xz, xa, t; local 173 mpfr_inits2 (prec, xn, xd, xu, xz, xa, t, (mpfr_ptr) 0); 184 inexz = mpfr_random_deviate_value (neg, n, u, xz, RANDS, MPFR_RNDZ); 205 mpfr_equal_p(xz, SAME_SIGN(inexn, inexz) ? xn : t) && 213 mpfr_get_d (xz, MPFR_RNDN), mpfr_get_d (xa, MPFR_RNDN)); 219 mpfr_clears (xn, xd, xu, xz, xa, t, (mpfr_ptr) 0);
|
| /src/distrib/sets/ |
| makesrctars | 140 ${CKSUM} -a md5 *.tgz *.tar.xz > MD5 141 ${CKSUM} -a sha512 *.tgz *.tar.xz > SHA512
|
| makesums | 10 # and may be omitted (in which case ``*.tgz *.tar.xz'' is used). 38 setname [...] sets to checksum [*.tgz *.tar.xz] 73 pat='*.tgz *.tar.xz'
|
| /src/tests/usr.bin/gzip/ |
| t_gzip.sh | 181 atf_set "descr" "Test xz decompression" 186 cat >testxz.txt.xz.uue <<EOF 188 begin-base64 664 testxz.txt.xz 193 uudecode -m testxz.txt.xz.uue 194 atf_check gzip -d testxz.txt.xz
|
| /src/usr.bin/gzip/ |
| zdiff | 50 *[._-]xz) 52 setvar $3 "xz -cdqf" 60 setvar $3 "xz -cdqf" 76 setvar $3 "xz -cdqf"
|
| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| issuer.h | 29 const bi_ptr xz,
|
| /src/external/public-domain/xz/bin/xz/ |
| Makefile | 3 PROG= xz 16 CPPFLAGS+= -DPACKAGE=\"xz\" 22 LINKS+= ${BINDIR}/xz ${BINDIR}/lzcat 23 LINKS+= ${BINDIR}/xz ${BINDIR}/lzma 24 LINKS+= ${BINDIR}/xz ${BINDIR}/unlzma 25 LINKS+= ${BINDIR}/xz ${BINDIR}/unxz 26 LINKS+= ${BINDIR}/xz ${BINDIR}/xzcat 29 MLINKS+= xz.1 lzcat.1 30 MLINKS+= xz.1 lzma.1 31 MLINKS+= xz.1 unlzma. [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| keypair_generator.c | 107 bi_ptr xz = NULL; local 197 xz = bi_new_ptr(); 198 bi_set(xz, pair[EXPONENT]); 305 xz, x0, x1, x); 337 // FREE_BI(xz); 386 FREE_BI(xz);
|
| /src/external/bsd/nsd/dist/ |
| remote.c | 1035 xfrd_zone_type* xz = (xfrd_zone_type*)rbtree_search(xfrd->zones, local 1119 if(!xz) { 1125 xz->state == xfrd_zone_expired ? "expired" 1126 : xz->state != xfrd_zone_ok ? "refreshing" 1127 : !xz->soa_nsd_acquired || !xz->soa_disk_acquired 1128 || xz->soa_nsd.serial == xz->soa_disk.serial ? "ok" 1129 : compare_serial( ntohl(xz->soa_nsd.serial) 1130 , ntohl(xz->soa_disk.serial)) < 0 ? "old-serial 1867 xfrd_zone_type* xz; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gnu-debugdata.exp | 127 remote_file host delete ${binfile}.mini_debuginfo-debuglink.xz 128 if {[run_on_host "xz" "xz" "-k ${binfile}.mini_debuginfo-debuglink"]} { 132 if {[run_on_host "objcopy 2" ${objcopy_program} "--add-section .gnu_debugdata=${binfile}.mini_debuginfo-debuglink.xz ${binfile}.strip ${binfile}.test"]} {
|