Searched refs:SET_BINARY_MODE (Results 1 – 11 of 11) sorted by relevance
/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 181 SET_BINARY_MODE(stdin); in main() 182 SET_BINARY_MODE(stdout); in main()
|
/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 157 SET_BINARY_MODE(stdout); in main()
|
/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 71 SET_BINARY_MODE(fp); in open() 187 SET_BINARY_MODE(fp);
|
/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 585 SET_BINARY_MODE(stdin); 586 SET_BINARY_MODE(stdout); 598 SET_BINARY_MODE(stdout);
|
/external/bzip2/ |
D | bzip2.c | 89 # define SET_BINARY_MODE(fd) /**/ macro 104 # undef SET_BINARY_MODE 105 # define SET_BINARY_MODE(fd) \ macro 116 # undef SET_BINARY_MODE 117 # define SET_BINARY_MODE(fd) \ macro 146 # define SET_BINARY_MODE(fd) \ macro 338 SET_BINARY_MODE(stream); in compressStream() 339 SET_BINARY_MODE(zStream); in compressStream() 446 SET_BINARY_MODE(stream); in uncompressStream() 447 SET_BINARY_MODE(zStream); in uncompressStream() [all …]
|
D | bzlib.c | 1378 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 1380 # define SET_BINARY_MODE(file) macro 1423 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 5714 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5716 # define SET_BINARY_MODE(file) macro 5759 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
/external/valgrind/main/memcheck/tests/ |
D | origin5-bz2.c | 5730 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5732 # define SET_BINARY_MODE(file) macro 5775 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
D | varinfo6.c | 5767 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5769 # define SET_BINARY_MODE(file) macro 5812 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
/external/valgrind/main/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 5783 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
/external/valgrind/main/perf/ |
D | bz2.c | 5729 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 5731 # define SET_BINARY_MODE(file) macro 5774 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|