Searched defs:SET_BINARY_MODE (Results 1 – 13 of 13) 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/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 | 126 # 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/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/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/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/valgrind/memcheck/tests/ |
D | varinfo6.c | 5767 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5769 # define SET_BINARY_MODE(file) macro
|
D | origin5-bz2.c | 5730 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5732 # define SET_BINARY_MODE(file) macro
|
/external/valgrind/perf/ |
D | bz2.c | 5727 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5729 # define SET_BINARY_MODE(file) macro
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 5738 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5740 # define SET_BINARY_MODE(file) macro
|