/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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()
|
/third_party/zlib/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()
|
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/boost/libs/beast/test/extern/zlib-1.2.11/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()
|
/third_party/lz4/programs/ |
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) 145 # define SET_BINARY_MODE(file)
|
D | datagen.c | 175 SET_BINARY_MODE(stdout); in RDG_genOut()
|
D | lz4io.c | 319 SET_BINARY_MODE(stdin); in LZ4IO_openSrcFile() 340 SET_BINARY_MODE(stdout); in LZ4IO_openDstFile()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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()
|
/third_party/zlib/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()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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);
|
/third_party/zlib/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);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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);
|
/third_party/zlib/test/ |
D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro 605 SET_BINARY_MODE(stdin); 606 SET_BINARY_MODE(stdout); 618 SET_BINARY_MODE(stdout);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro 605 SET_BINARY_MODE(stdin); 606 SET_BINARY_MODE(stdout); 618 SET_BINARY_MODE(stdout);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | minigzip.c | 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro 40 # define SET_BINARY_MODE(file) macro 605 SET_BINARY_MODE(stdin); 606 SET_BINARY_MODE(stdout); 618 SET_BINARY_MODE(stdout);
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
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()
|
/third_party/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 | 1465 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro 1467 # define SET_BINARY_MODE(file) macro 1510 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
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()
|