Home
last modified time | relevance | path

Searched refs:OS_CODE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/zlib/
H A Dzutil.h110 # define OS_CODE 1 macro
114 # define OS_CODE 2 macro
121 # define OS_CODE 4 macro
125 # define OS_CODE 8 macro
130 # define OS_CODE 5 macro
134 # define OS_CODE 6 macro
141 # define OS_CODE 7 macro
154 # define OS_CODE 13 macro
166 # define OS_CODE 18 macro
170 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c907 put_byte(s, OS_CODE);
H A DChangeLog795 - Use OS_CODE in deflate() default gzip header
970 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
971 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/freebsd-13.1/usr.bin/gzip/
H A Dgzip.c137 #define OS_CODE 3 /* Unix */ macro
605 0, OS_CODE }; in gz_compress()
637 OS_CODE, origname); in gz_compress()
/freebsd-13.1/sys/kern/
H A Dsubr_compressor.c163 hdr[9] = OS_CODE; in gz_reset()