Imports #
"internal/syscall/unix"
"os"
"syscall"
"os"
"errors"
"fmt"
"os"
"C"
"os"
"internal/syscall/unix"
"os"
"syscall"
"os"
"errors"
"fmt"
"os"
"C"
"os"
var ErrNotSupported = *ast.CallExpr
type PtyError struct {
FuncName string
ErrorString string
Errno error
}
func (e *PtyError) Error() string
Open returns a control pty and the name of the linked process tty. If Open is not implemented on this platform, it returns ErrNotSupported.
func Open() (pty *os.File, processTTY string, err error)
func (e *PtyError) Unwrap() error
func open() (pty *os.File, processTTY string, err error)
func open() (pty *os.File, processTTY string, err error)
func open() (pty *os.File, processTTY string, err error)
func ptyError(name string, err error) *PtyError
Generated with Arrow