Home
last modified time | relevance | path

Searched refs:slave_path (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/
Dtestframe.txt41 -s slave_path the director will execute slave_path as the slave
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp481 const char *slave_path = m_pty.GetSlaveName (NULL, 0); in FinalizeFileActions() local
482 AppendOpenFileAction(STDIN_FILENO, slave_path, true, false); in FinalizeFileActions()
483 AppendOpenFileAction(STDOUT_FILENO, slave_path, false, true); in FinalizeFileActions()
484 AppendOpenFileAction(STDERR_FILENO, slave_path, false, true); in FinalizeFileActions()