Searched defs:SET_BINARY (Results 1 - 4 of 4) 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/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c86 #define SET_BINARY macro
/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
175 # define SET_BINARY(f) do {} while(0) 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

Completed in 146 milliseconds