Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/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
154 # define OS_CODE 13 macro
[all …]
H A Ddeflate.c907 put_byte(s, OS_CODE);
H A DChangeLog795 - Use OS_CODE in deflate() default gzip header
970 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
971 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/netbsd-src/external/gpl3/gdb/dist/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
154 # define OS_CODE 13 macro
[all …]
H A Ddeflate.c907 put_byte(s, OS_CODE);
H A DChangeLog795 - Use OS_CODE in deflate() default gzip header
970 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
971 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/netbsd-src/external/gpl3/binutils/dist/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
154 # define OS_CODE 13 macro
[all …]
H A Ddeflate.c907 put_byte(s, OS_CODE);
H A DChangeLog795 - Use OS_CODE in deflate() default gzip header
970 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
971 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.h97 # define OS_CODE 0x00 macro
112 # define OS_CODE 0x01 macro
116 # define OS_CODE 0x02 macro
122 # define OS_CODE 0x05 macro
126 # define OS_CODE 0x06 macro
133 # define OS_CODE 0x07 macro
144 # define OS_CODE 0x0a macro
149 # define OS_CODE 0x0b macro
154 # define OS_CODE 0x0f macro
175 #ifndef OS_CODE
[all …]
H A Ddeflate.c599 put_byte(s, OS_CODE);
/netbsd-src/sys/net/
H A Dzlib.c139 # define OS_CODE 0x00 macro
154 # define OS_CODE 0x06 macro
158 # define OS_CODE 0x0b macro
162 # define OS_CODE 0x02 macro
168 # define OS_CODE 0x01 macro
172 # define OS_CODE 0x05 macro
176 # define OS_CODE 0x07 macro
187 # define OS_CODE 0x0F macro
191 # define OS_CODE 0x0a macro
205 #ifndef OS_CODE
[all …]
/netbsd-src/usr.bin/gzip/
H A Dgzip.c142 #define OS_CODE 3 /* Unix */ macro
585 0, OS_CODE }; in gz_compress()
617 OS_CODE, origname); in gz_compress()