Searched refs:SET_BINARY (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| 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/dist/include/ |
| 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/bsd/less/dist/ |
| 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
|
| D | edit.c | 544 SET_BINARY(f); in edit_ifile() 1018 SET_BINARY(logfile); in use_logfile()
|
| D | filename.c | 587 SET_BINARY(0); in shellcmd() 905 SET_BINARY(f); in open_altfile()
|
| D | main.c | 233 SET_BINARY(1); in main()
|
| D | screen.c | 1190 SET_BINARY(0); in get_term()
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | ChangeLog-2008 | 34 (O_BINARY, SET_BINARY): Don't define here. 36 (gmon_out_read): Remove #ifdef SET_BINARY.
|
| D | gmon_io.c | 283 SET_BINARY (fileno (stdin)); in gmon_out_read()
|
| D | ChangeLog-9203 | 690 * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define. 692 * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | bin2c.c | 50 SET_BINARY (fileno (stdin)); in main()
|
| D | strings.c | 362 SET_BINARY (fileno (stdin)); in main()
|
| D | ChangeLog-2008 | 269 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here. 271 (main): Remove #ifdef SET_BINARY.
|
| D | ChangeLog-0001 | 1564 * strings.c (O_BINARY, setmode, SET_BINARY): Define. 1565 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
|