Searched refs:SET_BINARY_MODE (Results 1 - 8 of 8) sorted by relevance
/third_party/zlib/examples/ |
H A D | zpipe.c | 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 25 # define SET_BINARY_MODE(file) macro 181 SET_BINARY_MODE(stdin); in main() 182 SET_BINARY_MODE(stdout); in main()
|
H A D | gznorm.c | 27 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 29 # define SET_BINARY_MODE(file) macro 460 SET_BINARY_MODE(stdin); in main() 461 SET_BINARY_MODE(stdout); in main()
|
/third_party/lz4/programs/ |
H A D | platform.h | 138 # 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
|
H A D | datagen.c | 29 #include "platform.h" /* Compiler options, SET_BINARY_MODE */ 175 SET_BINARY_MODE(stdout); in RDG_genOut()
|
H A D | lz4io.c | 48 #include "platform.h" /* Large File Support, SET_BINARY_MODE, SET_SPARSE_FILE_MODE, PLATFORM_POSIX_VERSION, __64BIT__ */ 327 SET_BINARY_MODE(stdin); in LZ4IO_openSrcFile() 348 SET_BINARY_MODE(stdout); in LZ4IO_openDstFile()
|
/third_party/zlib/contrib/puff/ |
H A D | pufftest.c | 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 28 # define SET_BINARY_MODE(file) macro 157 SET_BINARY_MODE(stdout); in main()
|
/third_party/zlib/contrib/iostream2/ |
H A D | zstream.h | 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 37 # define SET_BINARY_MODE(file) macro 71 SET_BINARY_MODE(fp); in open() 187 SET_BINARY_MODE(fp); in open()
|
/third_party/zlib/test/ |
H A D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro 609 SET_BINARY_MODE(stdin); in main() 610 SET_BINARY_MODE(stdout); in main() 628 SET_BINARY_MODE(stdout); in main()
|
Completed in 8 milliseconds