Home
last modified time | relevance | path

Searched refs:SetStdHandle (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.xs662 SetStdHandle(fd,handle)
666 if (SetStdHandle(fd, handle))
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp610 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle() function in ScriptInterpreterPythonImpl
697 if (!SetStdHandle(in_sp, "stdin", m_saved_stdin, "r")) { in EnterSession()
699 SetStdHandle(top_in_sp, "stdin", m_saved_stdin, "r"); in EnterSession()
703 if (!SetStdHandle(out_sp, "stdout", m_saved_stdout, "w")) { in EnterSession()
705 SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w"); in EnterSession()
708 if (!SetStdHandle(err_sp, "stderr", m_saved_stderr, "w")) { in EnterSession()
710 SetStdHandle(top_err_sp->GetFileSP(), "stderr", m_saved_stderr, "w"); in EnterSession()
H A DScriptInterpreterPythonImpl.h397 bool SetStdHandle(lldb::FileSP file, const char *py_name,
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod1488 Added SetStdHandle and GetStdHandle functions