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

  /external/strace/
term.c 43 struct termios tios; local
50 if (umove_or_printaddr(tcp, addr, &tios))
54 printxval(baud_options, tios.c_cflag & CBAUD, "B???");
56 (tios.c_oflag & OPOST) ? "" : "-",
57 (tios.c_lflag & ISIG) ? "" : "-",
58 (tios.c_lflag & ICANON) ? "" : "-",
59 (tios.c_lflag & ECHO) ? "" : "-");
63 (long) tios.c_iflag, (long) tios.c_oflag);
65 (long) tios.c_cflag, (long) tios.c_lflag)
    [all...]
  /external/ppp/pppd/
sys-solaris.c 1186 struct termios tios; local
1191 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1204 inittermios = tios;
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1215 tios.c_cflag |= CRTSCTS;
1217 tios.c_cflag &= ~CRTSCTS;
1229 tios.c_cflag |= CSTOPB;
1231 tios.c_cflag |= CS8 | CREAD | HUPCL;
1233 tios.c_cflag |= CLOCAL;
1234 tios.c_iflag = IGNBRK | IGNPAR
    [all...]
sys-linux.c 935 struct termios tios; local
938 if (tcgetattr(tty_fd, &tios) < 0) {
945 inittermios = tios;
947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
948 tios.c_cflag |= CS8 | CREAD | HUPCL;
950 tios.c_iflag = IGNBRK | IGNPAR;
951 tios.c_oflag = 0;
952 tios.c_lflag = 0;
953 tios.c_cc[VMIN] = 1;
954 tios.c_cc[VTIME] = 0
2620 struct termios tios; local
    [all...]
  /bionic/libc/bionic/
getentropy_linux.c 420 struct termios tios; local
503 HX(tcgetattr(0, &tios) == -1,
504 tios);
  /external/libedit/src/
tty.c 1189 struct termios *tios = &el->el_tty.t_ex; local
1205 tios = &el->el_tty.t_ed;
1210 tios = &el->el_tty.t_ex;
1215 tios = &el->el_tty.t_ts;
1304 tios->c_cc[c] = (cc_t)v;
1324 if (tty_setty(el, TCSADRAIN, tios) == -1) {
    [all...]
  /external/fio/t/
btrace2fio.c 621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[i], perc);
  /external/mksh/src/
funcs.c 1871 mksh_ttyst tios; local
    [all...]
  /packages/inputmethods/LatinIME/dictionaries/
pt_BR_wordlist.combined.gz 
pt_PT_wordlist.combined.gz 

Completed in 1272 milliseconds