Searched defs:master_fd (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/ |
D | pty.py | 129 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/external/python/cpython2/Lib/ |
D | pty.py | 140 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
|
/external/ltp/testcases/cve/ |
D | cve-2014-0196.c | 53 static volatile int master_fd, slave_fd; variable
|
/external/selinux/restorecond/ |
D | restorecond.c | 66 static int master_fd = -1; variable
|
D | user.c | 237 int server(int master_fd, const char *watch_file) { in server()
|
/external/toybox/toys/pending/ |
D | telnetd.c | 310 int pty_fd, new_fd, c = 0, w, master_fd = 0; in telnetd_main() local
|
/external/ppp/pppd/ |
D | sys-linux.c | 181 static int master_fd = -1; /* pty for old-style demand mode, master */ variable 700 int master_fd; in bundle_attach() local
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 3950 int master_fd, slave_fd; in posix_openpty() local 4018 int master_fd = -1, result = 0; in posix_forkpty() local
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5939 int master_fd = -1, slave_fd = -1; in os_openpty_impl() local 6041 int master_fd = -1; in os_forkpty_impl() local
|