Expand description
Create master and slave virtual pseudo-terminals (PTYs)
Structs§
- Representation of a master/slave pty pair
- Representation of the Master device in a master/slave pty pair
Enums§
- A successful result of
forkpty()
.
Functions§
- Create a new process operating in a pseudoterminal.
- Grant access to a slave pseudoterminal (see
grantpt(3)
) - Create a new pseudoterminal, returning the slave and master file descriptors in
OpenptyResult
(seeopenpty
). - Open a pseudoterminal device (see
posix_openpt(3)
) - Get the name of the slave pseudoterminal (see
ptsname(3)
) - Get the name of the slave pseudoterminal (see
ptsname(3)
) - Unlock a pseudoterminal master/slave pseudoterminal pair (see
unlockpt(3)
)