/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 114 # define TTY_get(tty,data) tcgetattr(tty,data) argument 115 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument 122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument 123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument 130 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument 131 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument 682 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
|
/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 | 123 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() 268 int uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) { in uv_tty_set_mode() 315 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/libuv/docs/src/ |
D | tty.rst | 2 .. _tty: target
|
/third_party/node/test/pseudo-tty/ |
D | test-handle-wrap-isrefed-tty.js | 9 const tty = new ReadStream(0); constant
|
/third_party/node/test/parallel/ |
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/weston/libweston/ |
D | launcher-direct.c | 96 int kb_mode, tty, drm_fd; member 122 setup_tty(struct launcher_direct *launcher, int tty) in setup_tty() 292 int tty, const char *seat_id, bool sync_drm) in launcher_direct_connect()
|
D | launcher-weston-launch.c | 95 int kb_mode, tty, drm_fd; member 272 int tty, const char *seat_id, bool sync_drm) in launcher_weston_launch_connect()
|
D | weston-launch.c | 105 int tty; member 573 setup_tty(struct weston_launch *wl, const char *tty) in setup_tty() 805 char *tty = NULL; in main() local
|
D | launcher-util.c | 48 weston_launcher_connect(struct weston_compositor *compositor, int tty, in weston_launcher_connect()
|
/third_party/libuv/docs/code/tty/ |
D | main.c | 7 uv_tty_t tty; variable
|
/third_party/weston/include/libweston/ |
D | backend-fbdev.h | 44 int tty; member
|
D | backend-drm.h | 175 int tty; member
|
/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/ltp/testcases/kernel/pty/ |
D | pty03.c | 81 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | node.js | 5 var tty = require('tty'); variable
|
/third_party/curl/src/ |
D | tool_cb_wrt.c | 130 char *tty = curlx_getenv("CURL_ISATTY"); in tool_write_cb() local
|