Searched refs:SET_BINARY (Results 1 - 25 of 25) 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/external/gpl3/binutils/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin));
H A Dstrings.c276 SET_BINARY (fileno (stdin));
/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
176 #ifndef SET_BINARY
177 # define SET_BINARY(f) do {} while(0) 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
H A Dgrep.c946 #if defined(SET_BINARY)
950 SET_BINARY (desc);
1717 #ifdef SET_BINARY
1721 SET_BINARY (1);
/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
H A Dedit.c311 SET_BINARY(f);
823 SET_BINARY(logfile);
H A Dmain.c231 SET_BINARY(1);
H A Dfilename.c621 SET_BINARY(0);
890 SET_BINARY(f);
H A Dscreen.c1096 SET_BINARY(0);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/pfbtops/
H A Dpfbtops.c204 SET_BINARY(fileno(stdin));
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dwrite-qt.c511 SET_BINARY (fileno (output_file));
H A Dread-mo.c238 SET_BINARY (fileno (fp));
H A Dwrite-mo.c707 SET_BINARY (fileno (output_file));
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dmakedoc.c248 SET_BINARY (fileno (stream));
H A Dinfomap.c1493 SET_BINARY (f);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgmon_io.c305 SET_BINARY (fileno (stdin));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grolbp/
H A Dlbp.cpp157 SET_BINARY(fileno(stdout));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grolj4/
H A Dlj4.cpp694 SET_BINARY(fileno(stdout));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp966 SET_BINARY(fileno(stdout));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dps.cpp1867 SET_BINARY(fileno(stdout));

Completed in 320 milliseconds