Searched refs:SET_BINARY_MODE (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/zlib/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);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/gcc/zlib/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);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/gcc/zlib/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);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/gcc/zlib/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
394 SET_BINARY_MODE(stdin);
395 SET_BINARY_MODE(stdout);
407 SET_BINARY_MODE(stdout);
/haiku-buildtools/binutils/zlib/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
394 SET_BINARY_MODE(stdin);
395 SET_BINARY_MODE(stdout);
407 SET_BINARY_MODE(stdout);
/haiku-buildtools/gcc/zlib/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
585 SET_BINARY_MODE(stdin);
586 SET_BINARY_MODE(stdout);
598 SET_BINARY_MODE(stdout);
/haiku-buildtools/binutils/zlib/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);

Completed in 74 milliseconds