Searched refs:set_binary_mode (Results 1 – 5 of 5) sorted by relevance
39 # define set_binary_mode setmode macro41 # define set_binary_mode _setmode50 set_binary_mode (int fd, int mode)65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0))67 # define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY))
115 FILE *set_binary_mode(FILE *stream);
520 set_binary_mode(stdout); in open_outfile()733 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin); in main_loop()
50 FILE *set_binary_mode(FILE *stream) { in set_binary_mode() function
968 ? fopen(input->filename, "rb") : set_binary_mode(stdin); in open_input_file()1450 stream->file = strcmp(fn, "-") ? fopen(fn, "wb") : set_binary_mode(stdout); in open_output_file()