Searched defs:SET_BINARY_MODE (Results 1 - 12 of 12) sorted by relevance

/external/nanopb-c/tests/common/
H A 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/
H A 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);
182 SET_BINARY_MODE(stdout);
/external/zlib/src/contrib/puff/
H A 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);
/external/zlib/src/contrib/iostream2/
H A 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);
187 SET_BINARY_MODE(fp);
/external/zlib/src/test/
H A 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/
H A 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);
H A Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
104 # undef SET_BINARY_MODE macro
105 # define SET_BINARY_MODE(fd) \ macro
116 # undef SET_BINARY_MODE macro
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
338 SET_BINARY_MODE(stream);
339 SET_BINARY_MODE(zStream);
446 SET_BINARY_MODE(stream);
447 SET_BINARY_MODE(zStrea
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5714 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
5716 # define SET_BINARY_MODE(file) macro
5759 SET_BINARY_MODE(fp);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5738 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
5740 # define SET_BINARY_MODE(file) macro
5783 SET_BINARY_MODE(fp);
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5730 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
5732 # define SET_BINARY_MODE(file) macro
5775 SET_BINARY_MODE(fp);
H A Dvarinfo6.c5767 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
5769 # define SET_BINARY_MODE(file) macro
5812 SET_BINARY_MODE(fp);
/external/valgrind/main/perf/
H A Dbz2.c5729 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
5731 # define SET_BINARY_MODE(file) macro
5774 SET_BINARY_MODE(fp);

Completed in 302 milliseconds