Searched defs:SET_BINARY (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dbinary-io.h52 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) macro
54 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
60 # define SET_BINARY(fd) /* nothing */ macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dsystem.h237 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0) macro
241 # define SET_BINARY(f) (void)0 macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dsystem.h64 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
66 # define SET_BINARY(fd) _setmode (fd, O_BINARY) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h72 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0) macro
177 # define SET_BINARY(f) do {} while(0) macro
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dless.h262 #define SET_BINARY(f) _setmode(f, _O_BINARY); macro
265 #define SET_BINARY(f) setmode(f, O_BINARY) macro
267 #define SET_BINARY(f) macro

Completed in 100 milliseconds