| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | binary-io.h | 51 # 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 D | binary-io.h | 51 # 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 D | binary-io.h | 53 # 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 D | nonposix.h | 72 # 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 D | system.h | 237 # 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 D | system.h | 64 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro 66 # define SET_BINARY(fd) _setmode (fd, O_BINARY) macro
|
| H A D | grep.c | 960 #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 D | less.h | 291 #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 D | edit.c | 544 SET_BINARY(f); in edit_ifile() 1018 SET_BINARY(logfile); in use_logfile()
|
| H A D | filename.c | 587 SET_BINARY(0); in shellcmd() 905 SET_BINARY(f); in open_altfile()
|
| H A D | main.c | 233 SET_BINARY(1); in main()
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | ChangeLog-2008 | 34 (O_BINARY, SET_BINARY): Don't define here. 36 (gmon_out_read): Remove #ifdef SET_BINARY.
|
| H A D | gmon_io.c | 283 SET_BINARY (fileno (stdin)); in gmon_out_read()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | ChangeLog-2008 | 34 (O_BINARY, SET_BINARY): Don't define here. 36 (gmon_out_read): Remove #ifdef SET_BINARY.
|
| H A D | gmon_io.c | 283 SET_BINARY (fileno (stdin)); in gmon_out_read()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | bin2c.c | 50 SET_BINARY (fileno (stdin)); in main()
|
| H A D | strings.c | 346 SET_BINARY (fileno (stdin)); in main()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | bin2c.c | 50 SET_BINARY (fileno (stdin)); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/pfbtops/ |
| H A D | pfbtops.c | 204 SET_BINARY(fileno(stdin)); in main()
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | makedoc.c | 248 SET_BINARY (fileno (stream)); in maybe_dump_tags()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | read-mo.c | 241 SET_BINARY (fileno (fp)); in read_mo_file()
|
| H A D | write-qt.c | 733 SET_BINARY (fileno (output_file)); in msgdomain_write_qt()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.116 | 37 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 D | lj4.cpp | 694 SET_BINARY(fileno(stdout)); in main()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
| H A D | lbp.cpp | 157 SET_BINARY(fileno(stdout)); in lbp_printer()
|