Home
last modified time | relevance | path

Searched refs:xz (Results 1 – 25 of 45) sorted by relevance

12

/dragonfly/contrib/xz/
H A DNEWS20 * xz:
126 * xz:
128 - Fix "xz --list --robot missing_or_bad_file.xz" which would
139 * xz:
250 * xz:
333 * xz:
374 echo foo | xz > foo.xz
375 echo bar | xz >> foo.xz
376 ( xz -dc --single-stream ; xz -dc --single-stream ) < foo.xz
480 * xz:
[all …]
H A DREADME.DRAGONFLY2 http://tukaani.org/xz/
4 file = xz-5.2.5.tar.xz
13 The xz(1) is configured with threading support.
20 usr.bin/xz
H A DREADME13 5. Other implementations of the .xz format
21 command-line tools. The native file format is the .xz format, but
22 also the legacy .lzma format is supported. The .xz format supports
27 To ease adapting support for the .xz format into existing applications
29 popular zlib library. For the same reason, the command-line tool xz
40 that the .xz format is especially nice when the same file will be
199 The xz command line tool and all man pages can be translated.
205 Several strings will change in a future version of xz so if you
206 wish to start a new translation, look at the code in the xz git
210 5. Other implementations of the .xz format
[all …]
H A DREADME.DELETED63 src/xz/Makefile.am
64 src/xz/Makefile.in
65 src/xz/xz_w32res.rc
H A DCOPYING11 - xz, xzdec, and lzmadec command line tools are in the public
50 This software includes code from XZ Utils <https://tukaani.org/xz/>.
/dragonfly/usr.bin/xz/
H A DMakefile1 PROG= xz
2 MAN= xz.1
4 LINKS= ${BINDIR}/xz ${BINDIR}/unxz
5 LINKS+= ${BINDIR}/xz ${BINDIR}/xzcat
6 LINKS+= ${BINDIR}/xz ${BINDIR}/lzma
9 MLINKS= xz.1 unxz.1 \
10 xz.1 xzcat.1 \
11 xz.1 lzma.1 \
12 xz.1 unlzma.1 \
13 xz.1 lzcat.1
[all …]
/dragonfly/tools/tools/hammer-backup/
H A DREADME31 $ head -1 20140305222026_pfs_t1_full.xz.bkp
46 -c: Compress rate for xz(1)
60 …rror-read /pfs/var 2> /tmp/tmp.UdOwvYhv | xz -c -6 > /root/backups/20140308001146_pfs_var…
70 20140308001146_pfs_var.xz.bkp:
76 # ./hammer-backup -c 6 -v -i 20140308001146_pfs_var.xz.bkp -d /root/backups /pfs/var
81 …ar 0x000000011db6dc20 2> /tmp/tmp.AleUwNnA | xz -c -6 > /root/backups/20140308002450_pfs_var…
85 20140308001146_pfs_var.xz.bkp:
96 20140308001146_pfs_var.xz.bkp:
103 # unxz -c /root/backups/20140308001146_pfs_var.xz | hammer -y mirror-write /pfs/var_2
119 # unxz -c /root/backups/20140308002450_pfs_var.xz | hammer -y mirror-write /pfs/var_2
[all …]
/dragonfly/contrib/xz/src/scripts/
H A Dxzmore.in24 xz='@xz@ --format=auto'
55 $xz -cdfq | eval "${PAGER:-more}"
73 $xz -cdfq -- "$FILE" | eval "${PAGER:-more}"
H A Dxzdiff.in25 xz='@xz@ --format=auto'
68 xz1=$xz
69 xz2=$xz
H A Dxzgrep.in28 xz='@xz@ --format=auto'
/dragonfly/etc/periodic/monthly/
H A D200.accounting22 if [ -f $W.0.gz ] || [ -f $W.0.bz2 ] || [ -f $W.0.xz ] || [ -f $W.0.zst ]
33 elif [ -f $W.0.xz ]
35 xzcat $W.0.xz > $TMP || rc=1
/dragonfly/etc/periodic/daily/
H A D310.accounting43 [ -f acct.$n.xz ] && { mv -f acct.$n.xz acct.$m.xz || rc=3; }
H A D460.status-mail-rejects55 elif [ -f /var/log/maillog.$n.xz ]
57 xzcat -f /var/log/maillog.$n.xz
/dragonfly/contrib/file/src/
H A Dcompress.c666 lzma_stream xz; in uncompressxzlib() local
668 memset(&xz, 0, sizeof(xz)); in uncompressxzlib()
669 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib()
676 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib()
677 xz.avail_in = CAST(uint32_t, *n); in uncompressxzlib()
678 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib()
679 xz.avail_out = CAST(unsigned int, bytes_max); in uncompressxzlib()
681 rc = lzma_code(&xz, LZMA_RUN); in uncompressxzlib()
685 *n = CAST(size_t, xz.total_out); in uncompressxzlib()
687 lzma_end(&xz); in uncompressxzlib()
/dragonfly/usr.bin/less/
H A Dlesspipe.sh19 *.xz)
20 exec xz -d -c "$1" 2>/dev/null
/dragonfly/contrib/cryptsetup/
H A DMakefile.in538 dist-xz: distdir
539 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
571 *.tar.xz*) \
572 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
741 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
/dragonfly/contrib/file/magic/Magdir/
H A Dgentoo78 >>>>>&0 string xz\0 using xz compression
/dragonfly/contrib/mpfr/
H A DREADME.DRAGONFLY7 file = mpfr-3.1.2.tar.xz
/dragonfly/usr.bin/lzmainfo/
H A DMakefile3 XZDIR= ${.CURDIR}/../../contrib/xz/src
/dragonfly/usr.bin/xzdec/
H A DMakefile6 XZDIR= ${.CURDIR}/../../contrib/xz/src
/dragonfly/lib/liblzma/
H A Dliblzma.pc15 URL: https://tukaani.org/xz/
/dragonfly/etc/periodic/security/
H A D900.tcpwrap56 *.xz) xzcat -f $f;;
H A D800.loginfail56 *.xz) xzcat -f $f;;
/dragonfly/contrib/diffutils/
H A DREADME.DRAGONFLY7 file = diffutils-3.7.tar.xz
/dragonfly/contrib/grep/
H A DREADME.DRAGONFLY7 file = grep-3.4.tar.xz

12