Searched defs:SET_BINARY_MODE (Results 1 – 11 of 11) sorted by relevance
/external/nanopb-c/tests/common/ |
D | test_helpers.h | 9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 12 #define SET_BINARY_MODE(file) macro
|
/external/grpc-grpc/third_party/nanopb/tests/common/ |
D | test_helpers.h | 9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 12 #define SET_BINARY_MODE(file) macro
|
/external/zlib/src/examples/ |
D | zpipe.c | 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 25 # define SET_BINARY_MODE(file) macro
|
/external/zlib/src/contrib/puff/ |
D | pufftest.c | 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 28 # define SET_BINARY_MODE(file) macro
|
/external/lz4/programs/ |
D | platform.h | 137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
|
/external/zlib/src/contrib/iostream2/ |
D | zstream.h | 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 37 # define SET_BINARY_MODE(file) macro
|
/external/python/cpython2/Modules/zlib/ |
D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro
|
/external/zlib/src/test/ |
D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro
|
/external/bzip2/ |
D | bzip2.c | 89 # define SET_BINARY_MODE(fd) /**/ macro 105 # define SET_BINARY_MODE(fd) \ macro 117 # define SET_BINARY_MODE(fd) \ macro 146 # define SET_BINARY_MODE(fd) \ macro
|
D | bzlib.c | 1378 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 1380 # define SET_BINARY_MODE(file) macro
|
/external/u-boot/lib/bzip2/ |
D | bzlib.c | 1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 1406 # define SET_BINARY_MODE(file) macro
|