Home
last modified time | relevance | path

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

/src/sys/contrib/zlib/
H A Dzutil.h101 # define OS_CODE 0x00 macro
118 # define OS_CODE 1 macro
122 # define OS_CODE 2 macro
129 # define OS_CODE 4 macro
131 # define OS_CODE 11 macro
133 # define OS_CODE 8 macro
138 # define OS_CODE 5 macro
142 # define OS_CODE 6 macro
149 # define OS_CODE 7 macro
153 # define OS_CODE 13 macro
[all …]
H A Ddeflate.c1081 put_byte(s, OS_CODE); in deflate()
H A DChangeLog886 - Use OS_CODE in deflate() default gzip header
1061 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
1062 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/src/sys/kern/
H A Dsubr_compressor.c161 hdr[9] = OS_CODE; in gz_reset()
/src/usr.bin/gzip/
H A Dgzip.c139 #define OS_CODE 3 /* Unix */ macro
595 OS_CODE, origname); in gz_compress()