Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/include/
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/dist/include/
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/bsd/less/dist/
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
Dedit.c544 SET_BINARY(f); in edit_ifile()
1018 SET_BINARY(logfile); in use_logfile()
Dfilename.c587 SET_BINARY(0); in shellcmd()
905 SET_BINARY(f); in open_altfile()
Dmain.c233 SET_BINARY(1); in main()
Dscreen.c1190 SET_BINARY(0); in get_term()
/netbsd/src/external/gpl3/binutils/dist/gprof/
DChangeLog-200834 (O_BINARY, SET_BINARY): Don't define here.
36 (gmon_out_read): Remove #ifdef SET_BINARY.
Dgmon_io.c283 SET_BINARY (fileno (stdin)); in gmon_out_read()
DChangeLog-9203690 * 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/
Dbin2c.c50 SET_BINARY (fileno (stdin)); in main()
Dstrings.c362 SET_BINARY (fileno (stdin)); in main()
DChangeLog-2008269 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
271 (main): Remove #ifdef SET_BINARY.
DChangeLog-00011564 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1565 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary