HomeSort by relevance Sort by last modified time
    Searched refs:SET_BINARY_MODE (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/grpc-grpc/third_party/nanopb/tests/common/
test_helpers.h 9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
12 #define SET_BINARY_MODE(file)
  /external/nanopb-c/tests/common/
test_helpers.h 9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
12 #define SET_BINARY_MODE(file)
  /external/grpc-grpc/third_party/nanopb/tests/basic_buffer/
encode_buffer.c 29 SET_BINARY_MODE(stdout);
decode_buffer.c 68 SET_BINARY_MODE(stdin);
  /external/nanopb-c/tests/basic_buffer/
encode_buffer.c 29 SET_BINARY_MODE(stdout);
decode_buffer.c 68 SET_BINARY_MODE(stdin);
  /external/grpc-grpc/third_party/nanopb/tests/basic_stream/
encode_stream.c 28 SET_BINARY_MODE(stdout);
decode_stream.c 75 SET_BINARY_MODE(stdin);
  /external/nanopb-c/tests/basic_stream/
encode_stream.c 28 SET_BINARY_MODE(stdout);
decode_stream.c 75 SET_BINARY_MODE(stdin);
  /external/lz4/programs/
platform.h 137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
140 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
144 # define SET_BINARY_MODE(file)
  /external/zlib/src/contrib/puff/
pufftest.c 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
28 # define SET_BINARY_MODE(file)
157 SET_BINARY_MODE(stdout);
  /external/grpc-grpc/third_party/nanopb/tests/extensions/
encode_extensions.c 40 SET_BINARY_MODE(stdout);
decode_extensions.c 29 SET_BINARY_MODE(stdin);
  /external/nanopb-c/tests/extensions/
encode_extensions.c 40 SET_BINARY_MODE(stdout);
decode_extensions.c 29 SET_BINARY_MODE(stdin);
  /external/nanopb-c/tests/map/
encode_map.c 28 SET_BINARY_MODE(stdout);
decode_map.c 31 SET_BINARY_MODE(stdin);
  /external/zlib/src/examples/
zpipe.c 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
25 # define SET_BINARY_MODE(file)
181 SET_BINARY_MODE(stdin);
182 SET_BINARY_MODE(stdout);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
301 SET_BINARY_MODE(stdin);
302 SET_BINARY_MODE(stdout);
  /external/grpc-grpc/third_party/nanopb/tests/anonymous_oneof/
decode_oneof.c 67 SET_BINARY_MODE(stdin);
  /external/grpc-grpc/third_party/nanopb/tests/oneof/
encode_oneof.c 55 SET_BINARY_MODE(stdout);
  /external/nanopb-c/tests/anonymous_oneof/
decode_oneof.c 67 SET_BINARY_MODE(stdin);
  /external/nanopb-c/tests/oneof/
encode_oneof.c 55 SET_BINARY_MODE(stdout);
  /external/zlib/src/contrib/iostream2/
zstream.h 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
71 SET_BINARY_MODE(fp);
187 SET_BINARY_MODE(fp);

Completed in 3730 milliseconds

1 2 3