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

/freebsd-10.3-release/sys/contrib/xz-embedded/linux/include/linux/decompress/
H A Dunxz.h13 int unxz(unsigned char *in, int in_size,
/freebsd-10.3-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.3-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.3-release/usr.bin/gzip/
H A Dunxz.c1 /* $NetBSD: unxz.c,v 1.5 2011/09/30 01:32:21 christos Exp $ */
32 __FBSDID("$FreeBSD: releng/10.3/usr.bin/gzip/unxz.c 226418 2011-10-16 07:35:26Z delphij $");
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 *);
1548 size = unxz(fd, zfd, NULL, 0, NULL);
1755 usize = unxz(STDIN_FILENO, STDOUT_FILENO,
2151 #include "unxz.c"
/freebsd-10.3-release/rescue/rescue/
H A DMakefile202 CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat

Completed in 62 milliseconds