Home
last modified time | relevance | path

Searched refs:SET_BINARY (Results 1 – 25 of 43) sorted by relevance

12

/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/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/gpl2/groff/dist/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-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/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
H A Dgrep.c960 #if defined(SET_BINARY) in grepfile()
964 SET_BINARY (desc); in grepfile()
1734 #ifdef SET_BINARY in main()
1738 SET_BINARY (1); in main()
/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
H A Dedit.c544 SET_BINARY(f); in edit_ifile()
1018 SET_BINARY(logfile); in use_logfile()
H A Dfilename.c587 SET_BINARY(0); in shellcmd()
905 SET_BINARY(f); in open_altfile()
H A Dmain.c233 SET_BINARY(1); in main()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-200834 (O_BINARY, SET_BINARY): Don't define here.
36 (gmon_out_read): Remove #ifdef SET_BINARY.
H A Dgmon_io.c283 SET_BINARY (fileno (stdin)); in gmon_out_read()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-200834 (O_BINARY, SET_BINARY): Don't define here.
36 (gmon_out_read): Remove #ifdef SET_BINARY.
H A Dgmon_io.c283 SET_BINARY (fileno (stdin)); in gmon_out_read()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin)); in main()
H A Dstrings.c346 SET_BINARY (fileno (stdin)); in main()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dbin2c.c50 SET_BINARY (fileno (stdin)); in main()
/netbsd-src/external/gpl2/groff/dist/src/utils/pfbtops/
H A Dpfbtops.c204 SET_BINARY(fileno(stdin)); in main()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dmakedoc.c248 SET_BINARY (fileno (stream)); in maybe_dump_tags()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-mo.c241 SET_BINARY (fileno (fp)); in read_mo_file()
H A Dwrite-qt.c733 SET_BINARY (fileno (output_file)); in msgdomain_write_qt()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.11637 SET_BINARY().
61 (main) [SET_BINARY]: Switch stdin into binary mode.
161 (main) [SET_BINARY]: Switch stdout to binary mode.
164 (main) [SET_BINARY]: Switch stdout to binary mode.
167 (fill_pattern) [SET_BINARY]: Switch stdout to binary mode.
172 (main) [SET_BINARY]: Switch stdout to binary mode.
/netbsd-src/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp694 SET_BINARY(fileno(stdout)); in main()
/netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.cpp157 SET_BINARY(fileno(stdout)); in lbp_printer()

12