HomeSort by relevance Sort by last modified time
    Searched full:termflags (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 96 struct termios termflags; local
97 tcgetattr(fd, &termflags);
98 termflags.c_oflag &= ~ONLCR;
99 termflags.c_lflag &= ~ECHO;
100 tcsetattr(fd, TCSANOW, &termflags);

Completed in 138 milliseconds