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

/external/bison/lib/
H A Dbinary-io.h58 /* SET_BINARY (fd);
65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0)) macro
67 # define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY))

Completed in 74 milliseconds