Home
last modified time | relevance | path

Searched defs:gzip (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dzran.h12 int gzip; /* 1 if the index is of a gzip file, 0 if it is of a member
H A Dzran.c138 int gzip = 0; /* true if reading a gzip file */ in deflate_index_build() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dzran.h12 int gzip; /* 1 if the index is of a gzip file, 0 if it is of a member
H A Dzran.c138 int gzip = 0; /* true if reading a gzip file */ in deflate_index_build() local
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dzran.h12 int gzip; /* 1 if the index is of a gzip file, 0 if it is of a member
H A Dzran.c138 int gzip = 0; /* true if reading a gzip file */ in deflate_index_build() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzlib.d329 gzip, /// a gzip file format header enumerator
345 immutable bool gzip; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d335 gzip, /// a gzip file format header enumerator
351 immutable bool gzip; variable
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_lrzip.c45 enum { lzma = 0, bzip2, gzip, lzo, none, zpaq } compression; enumerator
/netbsd-src/external/bsd/mdocml/dist/
H A Dread.c55 int gzip; /* current input file is gzipped */ member
H A Dmandocdb.c104 int gzip; /* filename has a .gz suffix */ member
578 int gzip; in treescan() local
/netbsd-src/usr.bin/gzip/
H A Dgzip.c327 char *gzip; in main() local
509 prepend_gzip(char *gzip, int *argc, char ***argv) in prepend_gzip()