/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/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/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 605 SET_BINARY_MODE(stdin); 606 SET_BINARY_MODE(stdout); 618 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/nanopb-c/tests/basic_buffer/ |
D | encode_buffer.c | 29 SET_BINARY_MODE(stdout); in main()
|
D | decode_buffer.c | 68 SET_BINARY_MODE(stdin); in main()
|
/external/lz4/programs/ |
D | lz4io.c | 74 # define SET_BINARY_MODE(file) _setmode(_fileno(file), _O_BINARY) macro 78 # define SET_BINARY_MODE(file) macro 233 SET_BINARY_MODE(stdin); in get_fileHandle() 244 SET_BINARY_MODE(stdout); in get_fileHandle()
|
D | lz4cli.c | 74 # define SET_BINARY_MODE(file) _setmode(_fileno(file), _O_BINARY) macro 78 # define SET_BINARY_MODE(file) macro
|
/external/nanopb-c/tests/basic_stream/ |
D | encode_stream.c | 28 SET_BINARY_MODE(stdout); in main()
|
D | decode_stream.c | 75 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/extensions/ |
D | encode_extensions.c | 40 SET_BINARY_MODE(stdout); in main()
|
D | decode_extensions.c | 29 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/callbacks/ |
D | encode_callbacks.c | 87 SET_BINARY_MODE(stdout); in main()
|
D | decode_callbacks.c | 69 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | encode_legacy.c | 125 SET_BINARY_MODE(stdout); in main()
|
D | decode_legacy.c | 188 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/alltypes/ |
D | encode_alltypes.c | 135 SET_BINARY_MODE(stdout); in main()
|
D | decode_alltypes.c | 199 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 178 SET_BINARY_MODE(stdout); in main()
|
D | decode_alltypes_pointer.c | 157 SET_BINARY_MODE(stdin); in main()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 387 SET_BINARY_MODE(stdout); in main()
|
D | decode_alltypes_callback.c | 409 SET_BINARY_MODE(stdin); in main()
|