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

/freebsd-10.1-release/lib/libz/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
/freebsd-10.1-release/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 84 milliseconds