Home
last modified time | relevance | path

Searched defs:master_fd (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/
Dpty.py129 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
/external/python/cpython2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
/external/ltp/testcases/cve/
Dcve-2014-0196.c54 static volatile int master_fd, slave_fd; variable
/external/selinux/restorecond/
Drestorecond.c66 static int master_fd = -1; variable
Duser.c237 int server(int master_fd, const char *watch_file) { in server()
/external/toybox/toys/pending/
Dtelnetd.c310 int pty_fd, new_fd, c = 0, w, master_fd = 0; in telnetd_main() local
/external/ppp/pppd/
Dsys-linux.c181 static int master_fd = -1; /* pty for old-style demand mode, master */ variable
700 int master_fd; in bundle_attach() local
/external/python/cpython3/Modules/
Dposixmodule.c5782 int master_fd = -1, slave_fd = -1; in os_openpty_impl() local
5884 int master_fd = -1, result = 0; in os_forkpty_impl() local
/external/python/cpython2/Modules/
Dposixmodule.c3926 int master_fd, slave_fd; in posix_openpty() local
3994 int master_fd = -1, result = 0; in posix_forkpty() local