Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzutil.h106 # define OS_CODE 1 macro
110 # define OS_CODE 2 macro
117 # define OS_CODE 4 macro
121 # define OS_CODE 8 macro
126 # define OS_CODE 5 macro
130 # define OS_CODE 6 macro
137 # define OS_CODE 7 macro
150 # define OS_CODE 13 macro
162 # define OS_CODE 18 macro
166 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c867 put_byte(s, OS_CODE);
H A DChangeLog732 - Use OS_CODE in deflate() default gzip header
907 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
908 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/f-stack/freebsd/kern/
H A Dsubr_compressor.c162 hdr[9] = OS_CODE; in gz_reset()