|
stty(3) -- set and get terminal state (defunct)
|
These interfaces are obsoleted by ioctl(2). The stty() function sets the state of the terminal associated with fd. The gtty() function retrieves the state of the terminal associated with fd. To set th... |
subpad(3) -- create and display curses pads
|
The newpad routine creates and returns a pointer to a new pad data structure with the given number of lines, nlines, and columns, ncols. A pad is like a window, except that it is not restricted by the... |
subwin(3) -- create curses windows
|
Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o... |
svcerr_auth(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_decode(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_noproc(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_noprog(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_progvers(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_systemerr(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcerr_weakauth(3) -- library routines for server side remote procedure call errors
|
These routines are part of the RPC library which allows C language programs to make procedure calls on other machines across the network. These routines can be called by the server side dispatch funct... |
svcfd_create(3) -- library routines for remote procedure calls
|
The svc_*() and clnt_*() functions described in this page are the old, TS-RPC interface to the XDR and RPC library, and exist for backward com- patibility. The new interface is described in the pages ... |
svcraw_create(3) -- library routines for remote procedure calls
|
The svc_*() and clnt_*() functions described in this page are the old, TS-RPC interface to the XDR and RPC library, and exist for backward com- patibility. The new interface is described in the pages ... |
svctcp_create(3) -- library routines for remote procedure calls
|
The svc_*() and clnt_*() functions described in this page are the old, TS-RPC interface to the XDR and RPC library, and exist for backward com- patibility. The new interface is described in the pages ... |