|
auth_cat(3) -- authentication style support library for login class capabilities database
|
This set of functions support the login class authorisation style interface provided by login.conf(5). |
auth_checknologin(3) -- authentication style support library for login class capabilities database
|
This set of functions support the login class authorisation style interface provided by login.conf(5). |
auth_destroy(3) -- library routines for client side remote procedure call authentication
|
These routines are part of the RPC library that allows C language programs to make procedure calls on other machines across the network, with desired authentication. These routines are normally called... |
auth_getval(3) -- functions for reading values from /etc/auth.conf
|
The function auth_getval() returns the value associated with the field called name or NULL if no such field is found or the auth file cannot be opened. |
auth_hostok(3) -- functions for checking login class based login restrictions
|
This set of functions checks to see if login is allowed based on login class capability entries in the login database, login.conf(5). The auth_ttyok() function checks to see if the named tty is availa... |
auth_timeok(3) -- functions for checking login class based login restrictions
|
This set of functions checks to see if login is allowed based on login class capability entries in the login database, login.conf(5). The auth_ttyok() function checks to see if the named tty is availa... |
auth_ttyok(3) -- functions for checking login class based login restrictions
|
This set of functions checks to see if login is allowed based on login class capability entries in the login database, login.conf(5). The auth_ttyok() function checks to see if the named tty is availa... |
basename(3) -- extract the base portion of a pathname
|
The basename() function returns the last component from the pathname pointed to by path, deleting any trailing `/' characters. If path consists entirely of `/' characters, a pointer to the string "... |
baudrate(3) -- curses environment query routines
|
The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar routine returns the user's current erase c... |
bcmp(3) -- compare byte string
|
The bcmp() function compares byte string b1 against byte string b2, returning zero if they are identical, non-zero otherwise. Both strings are assumed to be len bytes long. Zero-length strings are alw... |
bcopy(3) -- copy byte string
|
The bcopy() function copies len bytes from string src to string dst. The two strings may overlap. If len is zero, no bytes are copied. |
beep(3) -- curses bell and screen flash routines
|
The beep and flash routines are used to alert the terminal user. The routine beep sounds an audible alarm on the terminal, if possible; otherwise it flashes the screen (visible bell). The routine flas... |
bindresvport(3) -- bind a socket to a privileged IP port
|
The bindresvport() and bindresvport_sa() functions are used to bind a socket descriptor to a privileged IP port, that is, a port number in the range 0-1023. If sin is a pointer to a struct sockaddr_in... |