Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
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]