HomeSort by relevance Sort by last modified time
    Searched refs:SET_BINARY (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/include/
binary-io.h 51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
59 # define SET_BINARY(fd) /* nothing */
  /external/bison/lib/
binary-io.h 58 /* SET_BINARY (fd);
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))
  /toolchain/binutils/binutils-2.25/binutils/
bin2c.c 50 SET_BINARY (fileno (stdin));
strings.c 299 SET_BINARY (fileno (stdin));
  /toolchain/binutils/binutils-2.25/gprof/
gmon_io.c 304 SET_BINARY (fileno (stdin));

Completed in 3087 milliseconds