Home
last modified time | relevance | path

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

/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/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/zlib/src/examples/
Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
25 # 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
/external/lz4/programs/
Dplatform.h137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
/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
/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/zlib/src/test/
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