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 150 struct termios termflags; local
151 tcgetattr(fd, &termflags);
152 termflags.c_oflag &= ~ONLCR;
153 termflags.c_lflag &= ~ECHO;
154 tcsetattr(fd, TCSANOW, &termflags);

Completed in 983 milliseconds