Home
last modified time | relevance | path

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

/openbsd-src/lib/libz/
H A Dzutil.h99 # define OS_CODE 0x00
116 # define OS_CODE 1 macro
120 # define OS_CODE 2
127 # define OS_CODE 4 macro
129 # define OS_CODE 11
131 # define OS_CODE 8
136 # define OS_CODE 5 macro
140 # define OS_CODE 6
147 # define OS_CODE 7 macro
151 # define OS_CODE 1 macro
95 # define OS_CODE global() macro
112 # define OS_CODE global() macro
123 # define OS_CODE global() macro
125 # define OS_CODE global() macro
132 # define OS_CODE global() macro
143 # define OS_CODE global() macro
155 # define OS_CODE global() macro
159 # define OS_CODE global() macro
163 # define OS_CODE global() macro
182 # define OS_CODE global() 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-src/sys/lib/libz/
H A Dzutil.h112 # define OS_CODE 0x00
129 # define OS_CODE 1 macro
133 # define OS_CODE 2
140 # define OS_CODE 4 macro
142 # define OS_CODE 11
144 # define OS_CODE 8
149 # define OS_CODE 5 macro
153 # define OS_CODE 6
160 # define OS_CODE 7 macro
164 # define OS_CODE 1 macro
108 # define OS_CODE global() macro
125 # define OS_CODE global() macro
136 # define OS_CODE global() macro
138 # define OS_CODE global() macro
145 # define OS_CODE global() macro
156 # define OS_CODE global() macro
168 # define OS_CODE global() macro
172 # define OS_CODE global() macro
176 # define OS_CODE global() macro
195 # define OS_CODE global() macro
[all...]
H A Ddeflate.c1050 put_byte(s, OS_CODE); in deflate()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h93 # define OS_CODE 0x00
110 # define OS_CODE 1
114 # define OS_CODE 2 macro
121 # define OS_CODE 4
123 # define OS_CODE 11
125 # define OS_CODE 8 macro
130 # define OS_CODE 5
134 # define OS_CODE 6 macro
141 # define OS_CODE 7
145 # define OS_CODE 1 macro
97 # define OS_CODE global() macro
118 # define OS_CODE global() macro
127 # define OS_CODE global() macro
129 # define OS_CODE global() macro
138 # define OS_CODE global() macro
158 # define OS_CODE global() macro
162 # define OS_CODE global() macro
166 # define OS_CODE global() macro
170 # define OS_CODE global() macro
174 # define OS_CODE global() macro
206 # define OS_CODE global() macro
[all...]
H A Ddeflate.c1046 put_byte(s, OS_CODE); in deflate()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs334 # define OS_CODE 0x00 macro
338 # define OS_CODE 0x01 macro
342 # define OS_CODE 0x02 macro
346 # define OS_CODE 0x04
350 # define OS_CODE 0x05
354 # define OS_CODE 0x06 macro
358 # define OS_CODE 0x07 macro
362 # define OS_CODE 0x08
366 # define OS_CODE 0x09
370 # define OS_CODE
318 # define OS_CODE global() macro
322 # define OS_CODE global() macro
326 # define OS_CODE global() macro
374 # define OS_CODE global() macro
379 # define OS_CODE global() macro
[all...]
H A DMakefile.PL179 OS_CODE
/openbsd-src/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-src/usr.bin/compress/
H A Dgzopen.c81 #define OS_CODE 0x03 /* unix */ macro
362 buf[9] = OS_CODE; in put_header()