Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-200834 (O_BINARY, SET_BINARY): Don't define here.
36 (gmon_out_read): Remove #ifdef SET_BINARY.
Dgmon_io.c303 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
/toolchain/binutils/binutils-2.25/binutils/
Dbin2c.c50 SET_BINARY (fileno (stdin)); in main()
Dstrings.c297 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