Searched refs:minigzip (Results 1 – 9 of 9) sorted by relevance
24 CLEANFILES+= example.o example foo.gz minigzip.o minigzip70 minigzip: all minigzip.o target71 $(CC) -o minigzip minigzip.o -L. -lz76 test: example minigzip79 echo hello world | ./minigzip | ./minigzip -d )
49 all: fitblk example zwrapbench minigzip51 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd58 @echo ---- minigzip start ----62 ./minigzip example$(EXT)65 @echo ---- minigzip end ----85 minigzip: minigzip.o zstd_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY) target87 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…
19 name='minigzip',20 srcs=['examples/minigzip.c'],
230 - Fix bug in test/minigzip.c for configure --solo354 - Move example.c and minigzip.c to test/454 - Only define unlink() in minigzip.c if unistd.h not included457 - Include stdlib.h in minigzip.c for setmode() definition under WinCE506 - 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 …]
272 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files273 * created by gzip. (Files created by minigzip can still be extracted by
13 test/minigzip.c. The compression library itself is composed of all source
47 and test/minigzip.c, with more in examples/ .
264 usr.bin/minigzip \
2961 # 20220813: minigzip(1) removed in favor of gzip(1)2962 OLD_FILES+=usr/bin/minigzip2963 OLD_FILES+=usr/share/man/man1/minigzip.1.gz