Home
last modified time | relevance | path

Searched refs:SET_BINARY_MODE (Results 1 – 25 of 31) sorted by relevance

12

/external/zlib/src/examples/
Dzpipe.c23 # 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/lz4/programs/
Dplatform.h126 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
129 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
133 # define SET_BINARY_MODE(file)
Ddatagen.c174 SET_BINARY_MODE(stdout); in RDG_genOut()
Dlz4io.c245 SET_BINARY_MODE(stdin); in LZ4IO_openSrcFile()
264 SET_BINARY_MODE(stdout); in LZ4IO_openDstFile()
/external/nanopb-c/tests/common/
Dtest_helpers.h9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
12 #define SET_BINARY_MODE(file) macro
/external/zlib/src/contrib/puff/
Dpufftest.c26 # 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/
Dzstream.h35 # 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/
Dminigzip.c38 # 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);
/external/python/cpython2/Modules/zlib/
Dminigzip.c38 # 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);
/external/bzip2/
Dbzip2.c89 # 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 …]
Dbzlib.c1378 # 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/nanopb-c/tests/basic_buffer/
Dencode_buffer.c29 SET_BINARY_MODE(stdout); in main()
Ddecode_buffer.c68 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/basic_stream/
Dencode_stream.c28 SET_BINARY_MODE(stdout); in main()
Ddecode_stream.c75 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/extensions/
Dencode_extensions.c40 SET_BINARY_MODE(stdout); in main()
Ddecode_extensions.c29 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/callbacks/
Dencode_callbacks.c87 SET_BINARY_MODE(stdout); in main()
Ddecode_callbacks.c69 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/backwards_compatibility/
Dencode_legacy.c125 SET_BINARY_MODE(stdout); in main()
Ddecode_legacy.c188 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c135 SET_BINARY_MODE(stdout); in main()
Ddecode_alltypes.c199 SET_BINARY_MODE(stdin); in main()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c178 SET_BINARY_MODE(stdout); in main()
Ddecode_alltypes_pointer.c157 SET_BINARY_MODE(stdin); in main()

12