Searched refs:SET_BINARY_MODE (Results 1 – 4 of 4) sorted by relevance
114 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro119 #define SET_BINARY_MODE(file) macro
516 SET_BINARY_MODE(stdin); in open_read()907 SET_BINARY_MODE(stdout); in open_write()
801 SET_BINARY_MODE(stdout); in stop()
1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1406 # define SET_BINARY_MODE(file) macro1449 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()