Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/programs/
H A Dplatform.h161 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unus… macro
/dflybsd-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