Home
last modified time | relevance | path

Searched refs:SET_BINARY_MODE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h169 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
172 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
176 # define SET_BINARY_MODE(file) macro
H A Ddatagen.c169 SET_BINARY_MODE(stdout); in RDG_genStdout()
H A Dfileio.c550 SET_BINARY_MODE(stdin); in FIO_openSrcFile()
591 SET_BINARY_MODE(stdout); in FIO_openDstFile()
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c49 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
51 # define SET_BINARY_MODE(file) macro
546 SET_BINARY_MODE(stdin); in main()
547 SET_BINARY_MODE(stdout); in main()
559 SET_BINARY_MODE(stdout); in main()
/freebsd/contrib/bzip2/
H A Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
104 # undef SET_BINARY_MODE
105 # define SET_BINARY_MODE(fd) \ macro
116 # undef SET_BINARY_MODE
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
338 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 …]
H A Dbzlib.c1383 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1385 # define SET_BINARY_MODE(file) macro
1428 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()