Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
165 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
169 # define SET_BINARY_MODE(file)
H A Ddatagen.c169 SET_BINARY_MODE(stdout); in RDG_genStdout()
H A Dfileio.c618 SET_BINARY_MODE(stdin); in FIO_openSrcFile()
657 SET_BINARY_MODE(stdout); in FIO_openDstFile()
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
533 SET_BINARY_MODE(stdin); in main()
534 SET_BINARY_MODE(stdout); in main()
546 SET_BINARY_MODE(stdout); in main()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
45 # define SET_BINARY_MODE(file) macro
594 SET_BINARY_MODE(stdin);
595 SET_BINARY_MODE(stdout);
607 SET_BINARY_MODE(stdout);
/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()