/third_party/toybox/toys/posix/ |
H A D | tty.c | 27 char *tty = ttyname(0); in tty_main() local [all...] |
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 10 mod tty; modules
|
/third_party/libuv/docs/code/tty/ |
H A D | main.c | 7 uv_tty_t tty; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/ |
H A D | termios_cfsetspeed_test.cpp | 24 struct termios tty; in HWTEST_F() local
|
/third_party/libuv/docs/code/tty-gravity/ |
H A D | main.c | 7 uv_tty_t tty; variable
|
/third_party/libuv/test/ |
H A D | test-handle-fileno.c | 54 uv_tty_t tty; in TEST_IMPL() local [all...] |
H A D | test-osx-select.c | 55 uv_tty_t tty; in TEST_IMPL() local 94 uv_tty_t tty; in TEST_IMPL() local [all...] |
H A D | test-tty.c | 348 uv_tty_t tty; TEST_IMPL() local [all...] |
H A D | test-ipc-send-recv.c | 40 uv_tty_t tty; member
|
/third_party/toybox/toys/other/ |
H A D | login.c | 41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty03.c | 83 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc() argument
|
H A D | pty04.c | 96 static int set_ldisc(int tty, const struct ldisc_info *ldisc) in set_ldisc() argument
|
/third_party/python/Lib/test/ |
H A D | test_ioctl.py | 11 tty = open("/dev/tty", "rb") variable [all...] |
H A D | test_pty.py | 13 import tty namespace [all...] |
H A D | test_sundry.py | 47 import tty # Not available on Windows namespace
|
/third_party/python/Lib/ |
H A D | pty.py | 12 import tty namespace
|
/third_party/curl/src/ |
H A D | tool_cb_wrt.c | 155 char *tty = curlx_getenv("CURL_ISATTY"); in tool_write_cb() local
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 280 static char tty; variable
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() argument 281 uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) uv_tty_set_mode() argument 338 uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) uv_tty_get_winsize() argument [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() argument 281 uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) uv_tty_set_mode() argument 333 uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) uv_tty_get_winsize() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | telnetd.c | 122 static void write_issue(char *tty) in write_issue() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 368 import sys, tty, termios namespace 378 import sys, tty, termios, select namespace
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 368 import sys, tty, termios namespace 378 import sys, tty, termios, select namespace
|
/third_party/nghttp2/src/ |
H A D | shrpx_log.cc | 188 auto tty = lgconf->errorlog_tty; in ~Log() local
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 658 noecho_fgets(char *buf, int size, FILE *tty) noecho_fgets() argument [all...] |