Home
last modified time | relevance | path

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

/mirbsd/src/kern/z/
Dzutil.h105 # define OS_CODE 0x00 macro
122 # define OS_CODE 0x01 macro
126 # define OS_CODE 0x02 macro
132 # define OS_CODE 0x05 macro
136 # define OS_CODE 0x06 macro
143 # define OS_CODE 0x07 macro
156 # define OS_CODE 0x0a macro
161 # define OS_CODE 0x0b macro
166 # define OS_CODE 0x0f macro
200 #ifndef OS_CODE
[all …]
Ddeflate.c708 put_byte(s, OS_CODE);
/mirbsd/src/usr.bin/compress/
Dgzopen.c76 #define OS_CODE 0x03 /* unix */ macro
394 buf[9] = OS_CODE; in put_header()