Home
last modified time | relevance | path

Searched defs:zstd (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md56 ### Concatenation with .zst files
63 ### Integer suffixes and special values
75 ### Operation mode
101 ### Operation modifiers
283 ### Restricted usage of Environment Variables
442 ### -B#:
452 ### --zstd[=options]:
589 ### Example
H A DMakefile138 zstd : CPPFLAGS += $(THREAD_CPP) $(ZLIBCPP) $(LZMACPP) $(LZ4CPP) target
139 zstd : LDFLAGS += $(THREAD_LD) $(DEBUGFLAGS_LD) target
140 zstd : LDLIBS += $(ZLIBLD) $(LZMALD) $(LZ4LD) target
141 zstd : CPPFLAGS += -DZSTD_LEGACY_SUPPORT=$(ZSTD_LEGACY_SUPPORT) target
143 zstd : $(RES_FILE) target
149 zstd: target
172 zstd : $(BUILD_DIR)/zstd target
/freebsd/sbin/dumpon/
H A Ddumpon.c467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
/freebsd/sys/contrib/zstd/
H A DMakefile66 zstd zstd-release: target
/freebsd/sys/fs/tarfs/
H A Dtarfs_io.c324 struct tarfs_zstd *zstd = zio->zstd; in tarfs_zread_zstd() local
H A Dtarfs.h151 struct tarfs_zstd *zstd; /* decompression state (zstd) */ member
/freebsd/contrib/file/src/
H A Dcompress.c744 ZSTD_DStream *zstd; in uncompresszstd() local