Searched refs:unxz (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/contrib/xz-embedded/linux/include/linux/decompress/
H A Dunxz.h13 int unxz(unsigned char *in, int in_size,
/freebsd-10.1-release/usr.bin/xz/
H A DMakefile5 LINKS= ${BINDIR}/xz ${BINDIR}/unxz
11 MLINKS= xz.1 unxz.1 xz.1 lzma.1 xz.1 unlzma.1 xz.1 xzcat.1 xz.1 lzcat.1
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c251 STATIC int INIT unxz(unsigned char *in, int in_size, function
397 #define decompress unxz
/freebsd-10.1-release/usr.bin/gzip/
H A Dunxz.c1 /* $NetBSD: unxz.c,v 1.5 2011/09/30 01:32:21 christos Exp $ */
41 unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in) function
H A Dgzip.c270 static off_t unxz(int, int, char *, size_t, off_t *);
1535 size = unxz(fd, zfd, NULL, 0, NULL);
1742 usize = unxz(STDIN_FILENO, STDOUT_FILENO,
2138 #include "unxz.c"
/freebsd-10.1-release/rescue/rescue/
H A DMakefile199 CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat

Completed in 116 milliseconds