Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/programs/
Dplatform.h127 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
130 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
134 # define SET_BINARY_MODE(file)
Ddatagen.c164 SET_BINARY_MODE(stdout); in RDG_genStdout()
Dfileio.c296 SET_BINARY_MODE(stdin); in FIO_openSrcFile()
321 SET_BINARY_MODE(stdout); in FIO_openDstFile()
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
Dminigzip.c41 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
43 # define SET_BINARY_MODE(file) macro
608 SET_BINARY_MODE(stdin);
609 SET_BINARY_MODE(stdout);
621 SET_BINARY_MODE(stdout);
/freebsd-12-stable/sys/contrib/zlib/test/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
605 SET_BINARY_MODE(stdin);
606 SET_BINARY_MODE(stdout);
618 SET_BINARY_MODE(stdout);
/freebsd-12-stable/contrib/bzip2/
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 …]
Dbzlib.c1386 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1388 # define SET_BINARY_MODE(file) macro
1431 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
DPzstd.cpp27 # define SET_BINARY_MODE(file) { if (_setmode(_fileno(file), _O_BINARY) == -1) perror("Cannot set … macro
30 # define SET_BINARY_MODE(file) macro
119 SET_BINARY_MODE(stdin); in openInputFile()
141 SET_BINARY_MODE(stdout); in openOutputFile()