Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 25 of 44) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ui/
Dui_openssl.c110 # define TTY_get(tty,data) tcgetattr(tty,data) argument
111 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
119 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/third_party/openssl/crypto/ui/
Dui_openssl.c110 # define TTY_get(tty,data) tcgetattr(tty,data) argument
111 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
119 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/third_party/node/test/parallel/
Dtest-runner-output.mjs51 { name: 'test-runner/output/default_output.js', transform: specTransform, tty: true }, property
55 transform: snapshot.transform(specTransform, replaceTestDuration), tty: true property
57 { name: 'test-runner/output/dot_output_custom_columns.js', transform: specTransform, tty: true }, property
60 .map(({ name, tty, transform }) => ({ property
63 await snapshot.spawnAndAssert(fixtures.path(name), transform ?? defaultTransform, { tty }); field
Dtest-net-access-byteswritten.js10 const tty = require('tty'); constant
Dtest-ttywrap-invalid-fd.js5 const tty = require('tty'); constant
/third_party/libuv/test/
Dtest-osx-select.c55 uv_tty_t tty; in TEST_IMPL() local
94 uv_tty_t tty; in TEST_IMPL() local
Dtest-handle-fileno.c54 uv_tty_t tty; in TEST_IMPL() local
Dtest-tty.c44 TEST_IMPL(tty) { in TEST_IMPL() argument
352 uv_tty_t tty; in TEST_IMPL() local
/third_party/libuv/src/unix/
Dtty.c136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init()
281 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode()
333 int uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) { in uv_tty_get_winsize()
/third_party/node/deps/uv/src/unix/
Dtty.c136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init()
281 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode()
333 int uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) { in uv_tty_get_winsize()
/third_party/toybox/toys/posix/
Dtty.c27 char *tty = ttyname(0); in tty_main() local
Dxargs.c38 GLOBALS( in GLOBALS()
/third_party/rust/crates/rustix/src/termios/
Dmod.rs10 mod tty; module
/third_party/libuv/docs/src/
Dtty.rst2 .. _tty: target
/third_party/node/test/pseudo-tty/
Dtest-handle-wrap-hasref-tty.js9 const tty = new ReadStream(0); constant
/third_party/libuv/docs/code/tty/
Dmain.c7 uv_tty_t tty; variable
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/
Dtermios_cfsetspeed_test.cpp24 struct termios tty; variable
/third_party/libuv/docs/code/tty-gravity/
Dmain.c7 uv_tty_t tty; variable
/third_party/toybox/toys/other/
Dlogin.c41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
/third_party/node/test/async-hooks/
Dtest-ttywrap.readstream.js27 const tty = activities[0]; constant
/third_party/python/Lib/test/
Dtest_ioctl.py11 tty = open("/dev/tty", "rb") variable
/third_party/node/deps/npm/node_modules/debug/src/
Dnode.js5 const tty = require('tty'); constant
/third_party/ltp/testcases/kernel/pty/
Dpty03.c81 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
/third_party/node/test/common/
DassertSnapshot.js57 async function spawnAndAssert(filename, transform = (x) => x, { tty = false, ...options } = {}) { property
/third_party/curl/src/
Dtool_cb_wrt.c169 char *tty = curlx_getenv("CURL_ISATTY"); in tool_write_cb() local

12