You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/nix/pty/sidebar-items.js

1 line
930 B

5 years ago
initSidebarItems({"fn":[["forkpty","Create a new pseudoterminal, returning the master file descriptor and forked pid. in `ForkptyResult` (see `forkpty`)."],["grantpt","Grant access to a slave pseudoterminal (see `grantpt(3)`)"],["openpty","Create a new pseudoterminal, returning the slave and master file descriptors in `OpenptyResult` (see `openpty`)."],["posix_openpt","Open a pseudoterminal device (see `posix_openpt(3)`)"],["ptsname","Get the name of the slave pseudoterminal (see `ptsname(3)`)"],["ptsname_r","Get the name of the slave pseudoterminal (see `ptsname(3)`)"],["unlockpt","Unlock a pseudoterminal master/slave pseudoterminal pair (see `unlockpt(3)`)"]],"struct":[["ForkptyResult","Representation of a master with a forked pty"],["OpenptyResult","Representation of a master/slave pty pair"],["PtyMaster","Representation of the Master device in a master/slave pty pair"],["Winsize",""]],"type":[["SessionId",""]]});