/third_party/node/deps/openssl/openssl/crypto/ui/ |
D | ui_openssl.c | 110 # 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/ |
D | ui_openssl.c | 110 # 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/ |
D | test-runner-output.mjs | 51 { 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
|
D | test-net-access-byteswritten.js | 10 const tty = require('tty'); constant
|
D | test-ttywrap-invalid-fd.js | 5 const tty = require('tty'); constant
|
/third_party/libuv/test/ |
D | test-osx-select.c | 55 uv_tty_t tty; in TEST_IMPL() local 94 uv_tty_t tty; in TEST_IMPL() local
|
D | test-handle-fileno.c | 54 uv_tty_t tty; in TEST_IMPL() local
|
D | test-tty.c | 44 TEST_IMPL(tty) { in TEST_IMPL() argument 352 uv_tty_t tty; in TEST_IMPL() local
|
/third_party/libuv/src/unix/ |
D | tty.c | 136 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/ |
D | tty.c | 136 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/ |
D | tty.c | 27 char *tty = ttyname(0); in tty_main() local
|
D | xargs.c | 38 GLOBALS( in GLOBALS()
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 10 mod tty; module
|
/third_party/libuv/docs/src/ |
D | tty.rst | 2 .. _tty: target
|
/third_party/node/test/pseudo-tty/ |
D | test-handle-wrap-hasref-tty.js | 9 const tty = new ReadStream(0); constant
|
/third_party/libuv/docs/code/tty/ |
D | main.c | 7 uv_tty_t tty; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/ |
D | termios_cfsetspeed_test.cpp | 24 struct termios tty; variable
|
/third_party/libuv/docs/code/tty-gravity/ |
D | main.c | 7 uv_tty_t tty; variable
|
/third_party/toybox/toys/other/ |
D | login.c | 41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
|
/third_party/node/test/async-hooks/ |
D | test-ttywrap.readstream.js | 27 const tty = activities[0]; constant
|
/third_party/python/Lib/test/ |
D | test_ioctl.py | 11 tty = open("/dev/tty", "rb") variable
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | node.js | 5 const tty = require('tty'); constant
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty03.c | 81 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
|
/third_party/node/test/common/ |
D | assertSnapshot.js | 57 async function spawnAndAssert(filename, transform = (x) => x, { tty = false, ...options } = {}) { property
|
/third_party/curl/src/ |
D | tool_cb_wrt.c | 169 char *tty = curlx_getenv("CURL_ISATTY"); in tool_write_cb() local
|