Searched defs:SET_BINARY_MODE (Results 1 – 5 of 5) sorted by relevance
162 # 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
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