Home
last modified time | relevance | path

Searched defs:SET_BINARY (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/
H A Dbinary-io.h51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) macro
53 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
59 # define SET_BINARY(fd) /* nothing */ macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dbinary-io.h51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) macro
53 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
59 # define SET_BINARY(fd) /* nothing */ macro
/dflybsd-src/contrib/grep/lib/
H A Dbinary-io.h73 #define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY)) macro
/dflybsd-src/contrib/less/
H A Dless.h284 #define SET_BINARY(f) _setmode(f, _O_BINARY); macro
287 #define SET_BINARY(f) setmode(f, O_BINARY) macro
289 #define SET_BINARY(f) macro