Home
last modified time | relevance | path

Searched refs:unzstd (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/zstd/
H A DMakefile22 LINKS= ${BINDIR}/zstd ${BINDIR}/unzstd \
25 MLINKS= zstd.1 unzstd.1 \
/freebsd/sys/contrib/zstd/programs/
H A DMakefile408 ln -sf zstd$(EXT) $(DESTDIR)$(BINDIR)/unzstd$(EXT)
415 ln -sf zstd.1 $(DESTDIR)$(MAN1DIR)/unzstd.1
425 $(RM) $(DESTDIR)$(BINDIR)/unzstd
431 $(RM) $(DESTDIR)$(MAN1DIR)/unzstd.1
H A Dzstd.1.md1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
11 `unzstd` is equivalent to `zstd -d`
83 (for example, `unzstd` implies `--decompress`). argument
H A DREADME.md103 - `unzstd` and `unlz4` will decompress any of the supported format.
/freebsd/usr.bin/gzip/
H A Dunzstd.c31 unzstd(int in, int out, char *pre, size_t prelen, off_t *bytes_in) in unzstd() function
H A Dgzip.c293 static off_t unzstd(int, int, char *, size_t, off_t *);
1604 size = unzstd(fd, zfd, NULL, 0, NULL); in file_uncompress()
1837 usize = unzstd(STDIN_FILENO, STDOUT_FILENO, in handle_stdin()
/freebsd/rescue/rescue/
H A DMakefile228 CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt