Home
last modified time | relevance | path

Searched defs:slave_fd (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/cve/
Dcve-2014-0196.c41 static volatile int master_fd, slave_fd; variable
/third_party/rust/crates/nix/test/
Dtest_pty.rs114 let slave_fd = in open_ptty_pair() localVariable
/third_party/libuv/test/
Dtest-tty.c440 int master_fd, slave_fd, r; in TEST_IMPL() local
/third_party/python/Modules/
Dposixmodule.c7235 int master_fd = -1, slave_fd = -1; in os_openpty_impl() local