Searched refs:SET_BINARY_MODE (Results 1 – 5 of 5) sorted by relevance
161 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro164 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)168 # define SET_BINARY_MODE(file)
169 SET_BINARY_MODE(stdout); in RDG_genStdout()
595 SET_BINARY_MODE(stdin); in FIO_openSrcFile()632 SET_BINARY_MODE(stdout); in FIO_openDstFile()
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # define SET_BINARY_MODE(file) macro605 SET_BINARY_MODE(stdin);606 SET_BINARY_MODE(stdout);618 SET_BINARY_MODE(stdout);
43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro45 # define SET_BINARY_MODE(file) macro594 SET_BINARY_MODE(stdin);595 SET_BINARY_MODE(stdout);607 SET_BINARY_MODE(stdout);