Searched refs:SET_BINARY_MODE (Results 1 – 6 of 6) sorted by relevance
169 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro172 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro176 # define SET_BINARY_MODE(file) macro
169 SET_BINARY_MODE(stdout); in RDG_genStdout()
550 SET_BINARY_MODE(stdin); in FIO_openSrcFile()591 SET_BINARY_MODE(stdout); in FIO_openDstFile()
49 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro51 # define SET_BINARY_MODE(file) macro546 SET_BINARY_MODE(stdin); in main()547 SET_BINARY_MODE(stdout); in main()559 SET_BINARY_MODE(stdout); in main()
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()