Home
last modified time | relevance | path

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

/openbsd/sys/lib/libz/
H A Dzutil.h129 # define OS_CODE 1 macro
133 # define OS_CODE 2 macro
140 # define OS_CODE 4 macro
144 # define OS_CODE 8 macro
149 # define OS_CODE 5 macro
153 # define OS_CODE 6 macro
160 # define OS_CODE 7 macro
164 # define OS_CODE 13 macro
176 # define OS_CODE 18 macro
180 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c1050 put_byte(s, OS_CODE); in deflate()
/openbsd/lib/libz/
H A Dzutil.h116 # define OS_CODE 1 macro
120 # define OS_CODE 2 macro
127 # define OS_CODE 4 macro
131 # define OS_CODE 8 macro
136 # define OS_CODE 5 macro
140 # define OS_CODE 6 macro
147 # define OS_CODE 7 macro
151 # define OS_CODE 13 macro
163 # define OS_CODE 18 macro
167 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c1050 put_byte(s, OS_CODE); in deflate()
H A DChangeLog838 - Use OS_CODE in deflate() default gzip header
1013 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
1014 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h114 # define OS_CODE 1 macro
118 # define OS_CODE 2 macro
125 # define OS_CODE 4 macro
129 # define OS_CODE 8 macro
134 # define OS_CODE 5 macro
138 # define OS_CODE 6 macro
145 # define OS_CODE 7 macro
158 # define OS_CODE 13 macro
170 # define OS_CODE 18 macro
174 # define OS_CODE 19 macro
[all …]
H A Ddeflate.c917 put_byte(s, OS_CODE); in deflate()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs318 # define OS_CODE 0x00 macro
322 # define OS_CODE 0x01 macro
326 # define OS_CODE 0x02 macro
330 # define OS_CODE 0x04
334 # define OS_CODE 0x05 macro
338 # define OS_CODE 0x06 macro
342 # define OS_CODE 0x07 macro
346 # define OS_CODE 0x08
350 # define OS_CODE 0x09
354 # define OS_CODE 0x0a macro
[all …]
H A DMakefile.PL169 OS_CODE
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/
H A Dconstants.h44 #ifdef OS_CODE in constant_7()
45 *iv_return = OS_CODE; in constant_7()
/openbsd/usr.bin/compress/
H A Dgzopen.c81 #define OS_CODE 0x03 /* unix */ macro
362 buf[9] = OS_CODE; in put_header()