|
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... |
beep(3) -- Curses bell and screen flash routines
|
The beep and flash routines are used to alert the terminal user. The routine beep sounds the audible alarm on the terminal, if possible. If an audible alarm is not possible, the routine flashes the sc... |
bessel(3) -- Compute Bessel functions
|
The j0(), j0f(), j0l(), j1(), j1f(), and j1l() functions return the value of the Bessel function of the first kind of orders 0 (zero) and 1, respectively. The jn(), jnf(), and jnl() functions return t... |
BF_cbc_encrypt(3) -- Blowfish encryption
|
This library implements the Blowfish cipher, which was invented and described by Counterpane. See http://www.counterpane.com/blowfish.html. Blowfish is a block cipher that operates on 64-bit (8 byte) ... |
BF_cfb64_encrypt(3) -- Blowfish encryption
|
This library implements the Blowfish cipher, which was invented and described by Counterpane. See http://www.counterpane.com/blowfish.html. Blowfish is a block cipher that operates on 64-bit (8 byte) ... |
BF_decrypt(3) -- Blowfish encryption
|
This library implements the Blowfish cipher, which was invented and described by Counterpane. See http://www.counterpane.com/blowfish.html. Blowfish is a block cipher that operates on 64-bit (8 byte) ... |