Searched refs:SET_BINARY (Results 1 – 8 of 8) sorted by relevance
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) macro53 # define SET_BINARY(fd) setmode (fd, O_BINARY) macro59 # define SET_BINARY(fd) /* nothing */ macro
34 (O_BINARY, SET_BINARY): Don't define here.36 (gmon_out_read): Remove #ifdef SET_BINARY.
303 SET_BINARY (fileno (stdin)); in gmon_out_read()
690 * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define.692 * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary
50 SET_BINARY (fileno (stdin)); in main()
297 SET_BINARY (fileno (stdin)); in main()
269 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.271 (main): Remove #ifdef SET_BINARY.
1564 * strings.c (O_BINARY, setmode, SET_BINARY): Define.1565 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary