Home
last modified time | relevance | path

Searched refs:minigzip (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libz/
H A DMakefile24 CLEANFILES+= example.o example foo.gz minigzip.o minigzip
70 minigzip: all minigzip.o target
71 $(CC) -o minigzip minigzip.o -L. -lz
76 test: example minigzip
79 echo hello world | ./minigzip | ./minigzip -d )
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DMakefile49 all: fitblk example zwrapbench minigzip
51 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd
58 @echo ---- minigzip start ----
62 ./minigzip example$(EXT)
65 @echo ---- minigzip end ----
85 minigzip: minigzip.o zstd_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY) target
87 minigzip_zstd: minigzip.o zstdTurnedOn_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY)
118 …EXT) example_zstd$(EXT) fitblk$(EXT) fitblk_zstd$(EXT) zwrapbench$(EXT) minigzip$(EXT) minigzip_zs…
H A DBUCK19 name='minigzip',
20 srcs=['examples/minigzip.c'],
/freebsd/sys/contrib/zlib/
H A DChangeLog230 - Fix bug in test/minigzip.c for configure --solo
354 - Move example.c and minigzip.c to test/
454 - Only define unlink() in minigzip.c if unistd.h not included
457 - Include stdlib.h in minigzip.c for setmode() definition under WinCE
506 - Check file name lengths and add -c option in minigzip.c [Li]
597 - Remove USE_MMAP configuration determination (only used by minigzip)
613 - Provide alternative to perror() in minigzip.c for WinCE [Alves]
729 gzio.c, example.c and minigzip.c [Truta]
799 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
854 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta]
[all …]
H A Dzconf.h.in272 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
273 * created by gzip. (Files created by minigzip can still be extracted by
H A DREADME13 test/minigzip.c. The compression library itself is composed of all source
H A DFAQ47 and test/minigzip.c, with more in examples/ .
/freebsd/targets/pseudo/userland/
H A DMakefile.depend264 usr.bin/minigzip \
/freebsd/
H A DObsoleteFiles.inc2961 # 20220813: minigzip(1) removed in favor of gzip(1)
2962 OLD_FILES+=usr/bin/minigzip
2963 OLD_FILES+=usr/share/man/man1/minigzip.1.gz