Home
last modified time | relevance | path

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

/freebsd-14.2/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
145 # define OS_CODE 13 macro
157 # define OS_CODE 18 macro
161 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c1046 put_byte(s, OS_CODE); in deflate()
H A DChangeLog835 - Use OS_CODE in deflate() default gzip header
1010 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
1011 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/freebsd-14.2/sys/kern/
H A Dsubr_compressor.c161 hdr[9] = OS_CODE; in gz_reset()
/freebsd-14.2/usr.bin/gzip/
H A Dgzip.c145 #define OS_CODE 3 /* Unix */ macro
601 OS_CODE, origname); in gz_compress()