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

/vbox/src/libs/zlib-1.2.6/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);
/vbox/src/libs/zlib-1.2.6/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);
/vbox/src/libs/zlib-1.2.6/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);
/vbox/src/libs/zlib-1.2.6/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);

Completed in 46 milliseconds