Searched defs:SET_BINARY_MODE (Results 1 – 3 of 3) sorted by relevance
161 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # define SET_BINARY_MODE(file) macro
43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro45 # define SET_BINARY_MODE(file) macro