Searched defs:SET_BINARY_MODE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dplatform.h161 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
164 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
168 # define SET_BINARY_MODE(file) macro
/freebsd-13-stable/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
/freebsd-13-stable/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
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib.c1386 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1388 # define SET_BINARY_MODE(file) macro
H A Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
104 # undef SET_BINARY_MODE macro
105 # define SET_BINARY_MODE(fd) \ macro
116 # undef SET_BINARY_MODE macro
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
[all...]

Completed in 69 milliseconds