Searched refs:SET_BINARY_MODE (Results 1 – 8 of 8) sorted by relevance
23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro25 # define SET_BINARY_MODE(file) macro181 SET_BINARY_MODE(stdin); in main()182 SET_BINARY_MODE(stdout); in main()
27 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro29 # define SET_BINARY_MODE(file) macro460 SET_BINARY_MODE(stdin); in main()461 SET_BINARY_MODE(stdout); in main()
138 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro141 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)145 # define SET_BINARY_MODE(file)
175 SET_BINARY_MODE(stdout); in RDG_genOut()
327 SET_BINARY_MODE(stdin); in LZ4IO_openSrcFile()348 SET_BINARY_MODE(stdout); in LZ4IO_openDstFile()
26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro28 # define SET_BINARY_MODE(file) macro157 SET_BINARY_MODE(stdout); in main()
35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro37 # define SET_BINARY_MODE(file) macro71 SET_BINARY_MODE(fp); in open()187 SET_BINARY_MODE(fp);
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # define SET_BINARY_MODE(file) macro605 SET_BINARY_MODE(stdin);606 SET_BINARY_MODE(stdout);618 SET_BINARY_MODE(stdout);