Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.h93 # define OS_CODE 0x00 macro
110 # define OS_CODE 1 macro
114 # define OS_CODE 2 macro
121 # define OS_CODE 4 macro
123 # define OS_CODE 11 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
[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/sys/kern/
H A Dsubr_compressor.c161 hdr[9] = OS_CODE; in gz_reset()
/freebsd/usr.bin/gzip/
H A Dgzip.c139 #define OS_CODE 3 /* Unix */ macro
595 OS_CODE, origname); in gz_compress()