Searched defs:SET_BINARY_MODE (Results 1 – 4 of 4) sorted by relevance
23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro25 # define SET_BINARY_MODE(file) macro
26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro28 # define SET_BINARY_MODE(file) macro
35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro37 # define SET_BINARY_MODE(file) macro
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # define SET_BINARY_MODE(file) macro
Completed in 11 milliseconds