Home
last modified time | relevance | path

Searched defs:SET_BINARY_MODE (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/common/
Dtest_helpers.h9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
12 #define SET_BINARY_MODE(file) macro
/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/lz4/programs/
Dplatform.h137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c37 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
39 # define SET_BINARY_MODE(file) macro
/external/zlib/contrib/minigzip/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
/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
/external/bzip2/
Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
105 # define SET_BINARY_MODE(fd) \ macro
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
Dbzlib.c1378 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1380 # define SET_BINARY_MODE(file) macro
/external/u-boot/lib/bzip2/
Dbzlib.c1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1406 # define SET_BINARY_MODE(file) macro