Searched defs:SET_BINARY_MODE (Results 1 – 9 of 9) sorted by relevance
9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro12 #define SET_BINARY_MODE(file) macro
137 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
37 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro39 # define SET_BINARY_MODE(file) macro
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # 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
1378 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1380 # define SET_BINARY_MODE(file) macro
1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1406 # define SET_BINARY_MODE(file) macro