Home
last modified time | relevance | path

Searched defs:SET_BINARY_MODE (Results 1 - 6 of 6) sorted by relevance

/third_party/lz4/programs/
H A Dplatform.h138 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
141 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
145 # define SET_BINARY_MODE(file) macro
/third_party/zlib/examples/
H A Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
25 # define SET_BINARY_MODE(file) macro
H A Dgznorm.c27 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
29 # define SET_BINARY_MODE(file) macro
/third_party/zlib/contrib/puff/
H A Dpufftest.c26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
28 # define SET_BINARY_MODE(file) macro
/third_party/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
37 # define SET_BINARY_MODE(file) macro
/third_party/zlib/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro

Completed in 4 milliseconds