Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/zstd/programs/
H A Dplatform.h162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
/freebsd-src/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-src/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-src/contrib/bzip2/
H A Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
105 # define SET_BINARY_MODE(fd) \ macro
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
H A Dbzlib.c1383 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1385 # define SET_BINARY_MODE(file) macro