Searched refs:SET_BINARY_MODE (Results 1 – 7 of 7) sorted by relevance
162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro165 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)169 # define SET_BINARY_MODE(file)
169 SET_BINARY_MODE(stdout); in RDG_genStdout()
618 SET_BINARY_MODE(stdin); in FIO_openSrcFile()657 SET_BINARY_MODE(stdout); in FIO_openDstFile()
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro40 # define SET_BINARY_MODE(file) macro533 SET_BINARY_MODE(stdin); in main()534 SET_BINARY_MODE(stdout); in main()546 SET_BINARY_MODE(stdout); in main()
43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro45 # define SET_BINARY_MODE(file) macro594 SET_BINARY_MODE(stdin);595 SET_BINARY_MODE(stdout);607 SET_BINARY_MODE(stdout);
89 # define SET_BINARY_MODE(fd) /**/ macro104 # undef SET_BINARY_MODE105 # define SET_BINARY_MODE(fd) \ macro116 # undef SET_BINARY_MODE117 # define SET_BINARY_MODE(fd) \ macro146 # define SET_BINARY_MODE(fd) \ macro338 SET_BINARY_MODE(stream); in compressStream()339 SET_BINARY_MODE(zStream); in compressStream()446 SET_BINARY_MODE(stream); in uncompressStream()447 SET_BINARY_MODE(zStream); in uncompressStream()[all …]
1383 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1385 # define SET_BINARY_MODE(file) macro1428 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()