Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbinary-io.h53 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) macro
55 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
61 # define SET_BINARY(fd) /* nothing */ macro
/netbsd-src/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-src/external/gpl3/binutils.old/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-src/external/gpl2/grep/dist/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-src/external/gpl2/groff/dist/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-src/external/gpl2/texinfo/dist/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-src/external/bsd/less/dist/
H A Dless.h291 #define SET_BINARY(f) _setmode(f, _O_BINARY); macro
294 #define SET_BINARY(f) setmode(f, O_BINARY) macro
296 #define SET_BINARY(f) macro