Home
last modified time | relevance | path

Searched refs:tio (Results 1 – 25 of 36) sorted by relevance

12

/external/openssh/
Dsshtty.c71 struct termios tio; in enter_raw_mode() local
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
78 _saved_tio = tio; in enter_raw_mode()
79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode()
86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode()
88 tio.c_oflag &= ~OPOST; in enter_raw_mode()
89 tio.c_cc[VMIN] = 1; in enter_raw_mode()
[all …]
Dttymodes.c281 struct termios tio; in ssh_tty_make_modes() local
293 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_make_modes()
298 tio = *tiop; in ssh_tty_make_modes()
301 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
302 ibaud = speed_to_baud(cfgetispeed(&tio)); in ssh_tty_make_modes()
313 special_char_encode(tio.c_cc[NAME]))) != 0) \ in ssh_tty_make_modes()
322 (r = sshbuf_put_u32(buf, ((tio.FIELD & NAME) != 0))) != 0) \ in ssh_tty_make_modes()
345 struct termios tio; in ssh_tty_parse_modes() local
367 if (tcgetattr(fd, &tio) == -1) { in ssh_tty_parse_modes()
384 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes()
[all …]
Dmux.c88 struct termios tio; member
454 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1) in mux_master_process_new_session()
1423 cctx->term, &cctx->tio, c->rfd, cctx->cmd, cctx->env); in mux_session_confirm()
Dchannels.c1997 struct termios tio; local
2062 if (tcgetattr(c->wfd, &tio) == 0 &&
2063 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
/external/strace/
Dterm.c75 struct termio tio; in decode_termio() local
79 if (umove_or_printaddr(tcp, addr, &tio)) in decode_termio()
83 printxval(baud_options, tio.c_cflag & CBAUD, "B???"); in decode_termio()
85 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio()
86 (tio.c_lflag & ISIG) ? "" : "-", in decode_termio()
87 (tio.c_lflag & ICANON) ? "" : "-", in decode_termio()
88 (tio.c_lflag & ECHO) ? "" : "-"); in decode_termio()
92 (long) tio.c_iflag, (long) tio.c_oflag); in decode_termio()
94 (long) tio.c_cflag, (long) tio.c_lflag); in decode_termio()
95 tprintf("c_line=%u, ", tio.c_line); in decode_termio()
[all …]
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c56 struct termios tio; in callback_raw_test() local
82 memset(&tio, 0, sizeof tio); in callback_raw_test()
83 if (tcgetattr(vhd->filefd, &tio)) { in callback_raw_test()
89 cfsetispeed(&tio, B115200); in callback_raw_test()
90 cfsetospeed(&tio, B115200); in callback_raw_test()
92 tio.c_lflag &= ~(ISIG | ICANON | IEXTEN | ECHO | in callback_raw_test()
97 tio.c_iflag &= ~(INLCR | IGNBRK | IGNPAR | IGNCR | ICRNL | in callback_raw_test()
103 tio.c_oflag = 0; in callback_raw_test()
105 tio.c_cc[VMIN] = 1; in callback_raw_test()
106 tio.c_cc[VTIME] = 0; in callback_raw_test()
[all …]
/external/openssh/openbsd-compat/
Dbsd-openpty.c172 struct termios tio; in openpty()
194 if (tcgetattr(*amaster, &tio) != -1) { in openpty()
195 tio.c_lflag |= (ECHO | ISIG | ICANON); in openpty()
196 tio.c_oflag |= (OPOST | ONLCR); in openpty()
197 tio.c_iflag |= ICRNL; in openpty()
198 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
/external/toybox/toys/net/
Dmicrocom.c38 struct termios tio; in microcom_main() local
49 memcpy(&tio, &TT.old_fd, sizeof(struct termios)); in microcom_main()
50 cfmakeraw(&tio); in microcom_main()
51 xsetspeed(&tio, TT.s); in microcom_main()
52 if (tcsetattr(TT.fd, TCSAFLUSH, &tio)) perror_exit("set speed"); in microcom_main()
/external/igt-gpu-tools/tests/
Dtestdisplay.c581 struct termios tio; in set_termio_mode() local
591 tio = saved_tio; in set_termio_mode()
592 tio.c_lflag &= ~(ICANON | ECHO); in set_termio_mode()
593 tcsetattr(tio_fd, TCSANOW, &tio); in set_termio_mode()
/external/toybox/lib/
Dtty.c64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() argument
74 cfsetspeed(tio, i+1+4081*(i>15)); in xsetspeed()
Dlib.h340 void xsetspeed(struct termios *tio, int speed);
/external/icu/icu4c/source/data/rbnf/
Dsv.txt42 "10: tio;",
81 "10: tio;",
/external/igt-gpu-tools/tools/
Dintel_dp_compliance.c992 struct termios tio; in set_termio_mode() local
1003 tio = saved_tio; in set_termio_mode()
1004 tio.c_lflag &= ~(ICANON | ECHO); in set_termio_mode()
1005 tcsetattr(tio_fd, TCSANOW, &tio); in set_termio_mode()
/external/libcups/desktop/
Dcups.desktop.in51 Comment[pt-PT]=Interface sítio do CUPS
/external/toybox/scripts/
Dmcm-buildall.sh165 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws)
/external/python/cpython3/Lib/test/
Dtest_tarfile.py235 tio = io.TextIOWrapper(io.BytesIO(), 'ascii', newline='\n')
236 with support.swap_attr(sys, 'stdout', tio):
238 out = tio.detach().getvalue()
272 tio = io.TextIOWrapper(io.BytesIO(), 'ascii', newline='\n')
273 with support.swap_attr(sys, 'stdout', tio):
275 out = tio.detach().getvalue()
296 tio = io.TextIOWrapper(io.BytesIO(), 'ascii', newline='\n')
301 with support.swap_attr(sys, 'stdout', tio):
303 out = tio.detach().getvalue()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_baseEnglishToIpa.txt86 tio > ʃə ; # nation
/external/rust/crates/csv/examples/data/bench/
Dworldcitiespop.csv126 br,sitio joao vida leal filho,Sítio João Vida Leal Filho,18,,-23.505089,-50.032873
868 br,sitio sueli t. krause,Sítio Sueli T. Krause,26,,-26.1425,-49.3418
911 br,sitio roberto nalama,Sítio Roberto Nalama,18,,-25.896229,-49.400656
1337 br,sitio maria a. b. perico,Sítio Maria A. B. Périco,18,,-23.7135,-49.9172
1493 br,sitio renerio leite,Sítio Renério Leite,18,,-23.821,-50.1948
2282 br,sitio brigida,Sítio Brigida,18,,-23.813063,-50.072618
2394 br,sitio guarani,Sítio Guarani,06,,-6.783333,-39.466667
2503 br,sitio manoel tomaz,Sítio Manoel Tomaz,18,,-23.8591,-50.8221
2535 br,sitio donato cecilio,Sítio Donato Cecílio,18,,-23.8655,-50.9737
3284 br,sitio maria r. portela,Sítio Maria R. Portela,18,,-26.168212,-49.554851
[all …]
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt1199 tio{"tio_Latn_ZZ"}
DlangInfo.txt2095 "tio","Latn","ZZ",
/external/hyphenation-patterns/en-US/
Dhyph-en-us.pat.txt3901 1tio
Dhyph-en-us.hyp.txt531 ir-ra-tio-nal
Dushyphex.tex530 ir-ra-tio-nal
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt7529 1tio
/external/e2fsprogs/po/
Dca.po5820 msgstr "ràtio de nodes-i %s no vàlida (mín %d/màx %d)"
6156 msgstr "hi ha massa nodes-i (%llu), voleu incrementar-ne la ràtio?"
6823 msgstr "ràtio de blocs reservats errònia - %s"

12