Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dzutil.h105 # define OS_CODE 0x00 macro
114 # define OS_CODE 0x06 macro
118 # define OS_CODE 0x0b macro
122 # define OS_CODE 0x02 macro
128 # define OS_CODE 0x01 macro
132 # define OS_CODE 0x05 macro
136 # define OS_CODE 0x07 macro
140 # define OS_CODE 0x0F macro
144 # define OS_CODE 0x0a macro
153 #ifndef OS_CODE
[all …]
Dzlib.c134 # define OS_CODE 0x00 macro
143 # define OS_CODE 0x06 macro
147 # define OS_CODE 0x0b macro
151 # define OS_CODE 0x02 macro
157 # define OS_CODE 0x01 macro
161 # define OS_CODE 0x05 macro
165 # define OS_CODE 0x07 macro
169 # define OS_CODE 0x0F macro
173 # define OS_CODE 0x0a macro
182 #ifndef OS_CODE
[all …]
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dzutil.h95 # define OS_CODE 0x00 macro
110 # define OS_CODE 0x01 macro
114 # define OS_CODE 0x02 macro
120 # define OS_CODE 0x05 macro
124 # define OS_CODE 0x06 macro
131 # define OS_CODE 0x07 macro
142 # define OS_CODE 0x0a macro
147 # define OS_CODE 0x0b macro
152 # define OS_CODE 0x0f macro
173 #ifndef OS_CODE
[all …]
Ddeflate.c599 put_byte(s, OS_CODE);
/freebsd-9-stable/lib/libz/
Dzutil.h84 # define OS_CODE 0x00 macro
101 # define OS_CODE 0x01 macro
105 # define OS_CODE 0x02 macro
111 # define OS_CODE 0x05 macro
115 # define OS_CODE 0x06 macro
122 # define OS_CODE 0x07 macro
135 # define OS_CODE 0x0a macro
140 # define OS_CODE 0x0b macro
145 # define OS_CODE 0x0f macro
179 #ifndef OS_CODE
[all …]
Ddeflate.c706 put_byte(s, OS_CODE);
DChangeLog689 - Use OS_CODE in deflate() default gzip header
864 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
865 - In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson]
/freebsd-9-stable/usr.bin/gzip/
Dgzip.c125 #define OS_CODE 3 /* Unix */ macro
566 0, OS_CODE }; in gz_compress()
598 OS_CODE, origname); in gz_compress()
/freebsd-9-stable/sys/kern/
Dkern_gzio.c166 0 /*xflags*/, OS_CODE);