|
|
|
logf(3) -- exponential, logarithm, power functions
|
|
The exp() function computes the exponential value of the given argument x. The expf() function is a single precision version of exp(). The expm1() function computes the value exp(x)-1 accurately even ... |
|
login(3) -- login utility functions
|
|
The login(), logout(), and logwtmp() functions operate on the database of current users in /var/run/utmp and on the logfile /var/log/wtmp of logins and logouts. The login() function updates the /var/r... |
|
|
login_cap(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_check_expire(3) -- check for password expiration
|
|
The login_check_expire() function is called by a BSD authentication login script to check whether the user's password entry, as described by pwd, has expired. If a class is specified, it is used inst... |
|
login_close(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_fbtab(3) -- implement device security based on /etc/fbtab
|
|
The login_fbtab() function reads the /etc/fbtab file and implements device security as described in the fbtab(5) manual page. |
|
login_getcapbool(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getcapnum(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getcapsize(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getcapstr(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getcaptime(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getclass(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_getstyle(3) -- query login.conf database about a user class
|
|
The login_getclass() function extracts the entry specified by class (or default if class is NULL or the empty string) from /etc/login.conf (see login.conf(5)). If the entry is found, a login_cap_t poi... |
|
login_tty(3) -- tty utility functions
|
|
The openpty(), login_tty(), and forkpty() functions perform manipulations on ttys and pseudo-ttys. The openpty() function finds an available pseudo-tty and returns file descriptors for the master and ... |
|
logout(3) -- login utility functions
|
|
The login(), logout(), and logwtmp() functions operate on the database of current users in /var/run/utmp and on the logfile /var/log/wtmp of logins and logouts. The login() function updates the /var/r... |