Searched refs:SET_BINARY (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/libiconv-42/libiconv/srclib/
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
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Dgengb18030z.c31 SET_BINARY(fileno(stdout));
H A Dgenutf8.c31 SET_BINARY(fileno(stdout));
H A Dtable-to.c45 SET_BINARY(fileno(stdout));
H A Dtable-from.c112 SET_BINARY(fileno(stdout));
/macosx-10.10.1/groff-38/groff/src/include/
H A Dnonposix.h70 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0) macro
174 #ifndef SET_BINARY
175 # define SET_BINARY(f) do {} while(0) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c87 #define SET_BINARY(f) do { if (!isatty (f)) setmode (f,O_BINARY); } while (0)
306 #ifdef SET_BINARY
307 SET_BINARY (fileno (stdin));
86 #define SET_BINARY macro
/macosx-10.10.1/less-25/less/
H A Dless.h260 #define SET_BINARY(f) _setmode(f, _O_BINARY); macro
263 #define SET_BINARY(f) setmode(f, O_BINARY) macro
265 #define SET_BINARY(f) macro
H A Dedit.c309 SET_BINARY(f);
827 SET_BINARY(logfile);
H A Dmain.c255 SET_BINARY(1);
H A Dfilename.c609 SET_BINARY(0);
871 SET_BINARY(f);
H A Dscreen.c1123 SET_BINARY(0);
/macosx-10.10.1/groff-38/groff/src/utils/pfbtops/
H A Dpfbtops.c202 SET_BINARY(fileno(stdin));
/macosx-10.10.1/groff-38/groff/src/devices/grolbp/
H A Dlbp.cpp155 SET_BINARY(fileno(stdout));
/macosx-10.10.1/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp692 SET_BINARY(fileno(stdout));
/macosx-10.10.1/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp964 SET_BINARY(fileno(stdout));
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dps.cpp1865 SET_BINARY(fileno(stdout));

Completed in 172 milliseconds