Searched refs:SET_BINARY_MODE (Results 1 – 8 of 8) sorted by relevance
127 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro130 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)134 # define SET_BINARY_MODE(file)
164 SET_BINARY_MODE(stdout); in RDG_genStdout()
296 SET_BINARY_MODE(stdin); in FIO_openSrcFile()321 SET_BINARY_MODE(stdout); in FIO_openDstFile()
41 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro43 # define SET_BINARY_MODE(file) macro608 SET_BINARY_MODE(stdin);609 SET_BINARY_MODE(stdout);621 SET_BINARY_MODE(stdout);
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);
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 …]
1386 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro1388 # define SET_BINARY_MODE(file) macro1431 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
27 # define SET_BINARY_MODE(file) { if (_setmode(_fileno(file), _O_BINARY) == -1) perror("Cannot set … macro30 # define SET_BINARY_MODE(file) macro119 SET_BINARY_MODE(stdin); in openInputFile()141 SET_BINARY_MODE(stdout); in openOutputFile()