Searched refs:SET_BINARY (Results 1 – 12 of 12) 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
284 #define SET_BINARY(f) _setmode(f, _O_BINARY); macro287 #define SET_BINARY(f) setmode(f, O_BINARY) macro289 #define SET_BINARY(f) macro
508 SET_BINARY(f); in edit_ifile()1010 SET_BINARY(logfile); in use_logfile()
588 SET_BINARY(0); in shellcmd()924 SET_BINARY(f); in open_altfile()
391 SET_BINARY(1); in main()
1198 SET_BINARY(0); in get_term()
73 #define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY)) macro
311 SET_BINARY (fileno (stdin)); in main()
297 SET_BINARY (fileno (stdin)); in main()
303 SET_BINARY (fileno (stdin)); in gmon_out_read()