HomeSort by: relevance | last modified time | path
    Searched defs:gzip (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 1 /* $NetBSD: gzip.c,v 1.127 2024/06/01 10:17:12 martin Exp $ */
37 __RCSID("$NetBSD: gzip.c,v 1.127 2024/06/01 10:17:12 martin Exp $");
41 * gzip.c -- GPL free gzip using zlib.
45 * RFC 1952 covers the gzip format
179 static const char gzip_version[] = "NetBSD gzip 20240203";
184 static int numflag = 6; /* gzip -1..-9 value */
312 * This is what else GNU gzip implements. --ascii isn't useful
327 char *gzip; local in function:main
335 if ((gzip = getenv("GZIP")) != NULL
    [all...]
gzip.c 1 /* $NetBSD: gzip.c,v 1.127 2024/06/01 10:17:12 martin Exp $ */
37 __RCSID("$NetBSD: gzip.c,v 1.127 2024/06/01 10:17:12 martin Exp $");
41 * gzip.c -- GPL free gzip using zlib.
45 * RFC 1952 covers the gzip format
179 static const char gzip_version[] = "NetBSD gzip 20240203";
184 static int numflag = 6; /* gzip -1..-9 value */
312 * This is what else GNU gzip implements. --ascii isn't useful
327 char *gzip; local in function:main
335 if ((gzip = getenv("GZIP")) != NULL
    [all...]
  /src/sys/external/isc/libsodium/dist/
Makefile.in 250 DIST_TARGETS = dist-bzip2 dist-gzip
678 dist-gzip: distdir
679 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
704 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
722 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
732 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;
    [all...]
Makefile.in 250 DIST_TARGETS = dist-bzip2 dist-gzip
678 dist-gzip: distdir
679 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
704 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
722 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
732 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;
    [all...]

Completed in 27 milliseconds