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
89 # define SET_BINARY_MODE(fd) /**/ macro105 # define SET_BINARY_MODE(fd) \ macro117 # define SET_BINARY_MODE(fd) \ macro146 # define SET_BINARY_MODE(fd) \ macro
1383 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1385 # define SET_BINARY_MODE(file) macro