Searched refs:tios (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | term.c | 44 struct termios tios; in decode_termios() local 47 if (umove_or_printaddr(tcp, addr, &tios)) in decode_termios() 51 printxval(baud_options, tios.c_cflag & CBAUD, "B???"); in decode_termios() 53 (tios.c_oflag & OPOST) ? "" : "-", in decode_termios() 54 (tios.c_lflag & ISIG) ? "" : "-", in decode_termios() 55 (tios.c_lflag & ICANON) ? "" : "-", in decode_termios() 56 (tios.c_lflag & ECHO) ? "" : "-"); in decode_termios() 60 (long) tios.c_iflag, (long) tios.c_oflag); in decode_termios() 62 (long) tios.c_cflag, (long) tios.c_lflag); in decode_termios() 63 tprintf("c_line=%u, ", tios.c_line); in decode_termios() [all …]
|
/external/ppp/pppd/ |
D | sys-linux.c | 935 struct termios tios; in set_up_tty() local 938 if (tcgetattr(tty_fd, &tios) < 0) { in set_up_tty() 945 inittermios = tios; in set_up_tty() 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty() 950 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty() 951 tios.c_oflag = 0; in set_up_tty() 952 tios.c_lflag = 0; in set_up_tty() 953 tios.c_cc[VMIN] = 1; in set_up_tty() 954 tios.c_cc[VTIME] = 0; in set_up_tty() [all …]
|
D | 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 …]
|
/external/mksh/src/ |
D | funcs.c | 1600 mksh_ttyst tios; in c_read() local 1701 x_mkraw(fd, &tios, true); in c_read() 2014 mksh_tcset(fd, &tios); in c_read()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 5805 ,"GR","AGO","�gios Efstr�tios","Agios Efstratios","83","1-------","AI","0407",,"3931N 02500E",
|