|
attr_set(3) -- Functions that control Curses window attributes
|
These functions manipulate the attributes and color of the window rendition of the current or specified window. The current attributes of a window are applied to all characters that are written into t... |
audgenl(3) -- generate an audit record
|
This routine is an interface to the audgen() system call. It accepts a variable number of arguments describing the event and audit data, then calls audgen() with the appropriate parameters to generate... |
aud_sitevent(3) -- audit site event operations
|
Audit site events are specific to and defined by a particular installation. For example, an installation could have its own database program, and want to have it use the audit subsystem. To do so, the... |
aud_sitevent_num(3) -- audit site event operations
|
Audit site events are specific to and defined by a particular installation. For example, an installation could have its own database program, and want to have it use the audit subsystem. To do so, the... |
authnone_create(3) -- miscellaneous library routines for ONC remote procedure calls
|
The RPC routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the... |
authunix_create(3) -- miscellaneous library routines for ONC remote procedure calls
|
The RPC routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the... |
authunix_create_default(3) -- miscellaneous library routines for ONC remote procedure calls
|
The RPC routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the... |
auth_destroy(3) -- miscellaneous library routines for ONC remote procedure calls
|
The RPC routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the... |
auth_for_terminal_es(3) -- determine whether a given user is authorized for login on a given terminal (Enhanced Security)
|
The auth_for_terminal_es() function determines whether the username associated with the prpwd parameter is authorized for logins on the terminal associated with the prtc parameter. The determination i... |
basename(3) -- Return the base filename or directory portion of a pathname
|
The basename() and dirname() functions complement each other. The basename() function reads path and returns a pointer to the final component of the pathname, deleting any trailing / (slash) character... |
baudrate(3) -- Routines for querying the Curses environment
|
The baudrate routine returns the output speed of the terminal. The number returned is an integer that represents bits per second (for example, 9600). The erasechar routine returns the current erase ch... |
bcmp(3) -- Perform memory operations
|
The bcopy(), bcmp(), and bzero() functions operate on variable length strings of bytes. Unlike the string functions, they do not check for null bytes. The bcopy() function copies the value of the leng... |
bcopy(3) -- Perform memory operations
|
The bcopy(), bcmp(), and bzero() functions operate on variable length strings of bytes. Unlike the string functions, they do not check for null bytes. The bcopy() function copies the value of the leng... |