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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dbin2c.c42 # define SET_BINARY(_f) \ macro
45 # define SET_BINARY(f) (void) 0 macro
89 SET_BINARY (fileno (stdin));
H A Dstrings.c83 #define SET_BINARY(f) do { if (!isatty (f)) setmode (f,O_BINARY); } while (0)
302 #ifdef SET_BINARY
303 SET_BINARY (fileno (stdin));
82 #define SET_BINARY macro
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dsystem.h235 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0) macro
239 # define SET_BINARY(f) (void)0 macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsystem.h62 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro
64 # define SET_BINARY(fd) _setmode (fd, O_BINARY) macro
H A Dgrep.c996 #if defined(SET_BINARY)
1000 SET_BINARY (desc);
1824 #ifdef SET_BINARY
1828 SET_BINARY (1);
/freebsd-9.3-release/contrib/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.c303 SET_BINARY(f);
818 SET_BINARY(logfile);
H A Dmain.c234 SET_BINARY(1);
H A Dfilename.c612 SET_BINARY(0);
907 SET_BINARY(f);
H A Dscreen.c1090 SET_BINARY(0);
/freebsd-9.3-release/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c202 SET_BINARY(fileno(stdin));
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h238 # define SET_BINARY(_f) do {if (!isatty(_f)) setmode (_f, O_BINARY);} while (0) macro
250 # define SET_BINARY(f) (void)0 macro
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp155 SET_BINARY(fileno(stdout));
/freebsd-9.3-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp692 SET_BINARY(fileno(stdout));
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp964 SET_BINARY(fileno(stdout));
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp1865 SET_BINARY(fileno(stdout));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfomap.c1491 SET_BINARY (f);

Completed in 129 milliseconds