Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/ui/
Dui_openssl.c114 # 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/
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.c123 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/
Dtty.c27 char *tty = ttyname(0); in tty_main() local
Dxargs.c38 GLOBALS( in GLOBALS()
/third_party/libuv/docs/src/
Dtty.rst2 .. _tty: target
/third_party/node/test/pseudo-tty/
Dtest-handle-wrap-isrefed-tty.js9 const tty = new ReadStream(0); constant
/third_party/node/test/parallel/
Dtest-net-access-byteswritten.js10 const tty = require('tty'); constant
Dtest-ttywrap-invalid-fd.js5 const tty = require('tty'); constant
/third_party/weston/libweston/
Dlauncher-direct.c96 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()
Dlauncher-weston-launch.c95 int kb_mode, tty, drm_fd; member
272 int tty, const char *seat_id, bool sync_drm) in launcher_weston_launch_connect()
Dweston-launch.c105 int tty; member
573 setup_tty(struct weston_launch *wl, const char *tty) in setup_tty()
805 char *tty = NULL; in main() local
Dlauncher-util.c48 weston_launcher_connect(struct weston_compositor *compositor, int tty, in weston_launcher_connect()
/third_party/libuv/docs/code/tty/
Dmain.c7 uv_tty_t tty; variable
/third_party/weston/include/libweston/
Dbackend-fbdev.h44 int tty; member
Dbackend-drm.h175 int tty; member
/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/ltp/testcases/kernel/pty/
Dpty03.c81 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc()
/third_party/node/deps/npm/node_modules/debug/src/
Dnode.js5 var tty = require('tty'); variable
/third_party/curl/src/
Dtool_cb_wrt.c130 char *tty = curlx_getenv("CURL_ISATTY"); in tool_write_cb() local

12