| | | | |
| L |
| |
| | labs - return absolute value of long integer ( ) |
| |
| | language information - nl_langinfo ( ) |
| |
| | ldexp - load exponent of a floating point number ( ) |
| |
| | ldiv - compute quotient and remainder ( ) |
| |
| | lfmt - display error message in standard format and pass to logging and monitoring services ( ) |
| |
| | linear search and update routine |
| | | - lfind ( ) |
| | | - lsearch ( ) |
| |
| | llabs - return absolute value of long long integer ( ) |
| |
| | lldiv - compute quotient and remainder ( ) |
| |
| | lltostr - string conversion routines ( ) |
| |
| | load exponent of a floating point number - ldexp ( ) |
| |
| | locale, modify and query a program's locale - setlocale ( ) |
| |
| | localeconv - get numeric formatting information ( ) |
| |
| | lock, apply or remove advisory lock on open file - flock ( ) |
| |
| | lock address space, - mlockall ( ) |
| |
| | lock memory pages, - mlock ( ) |
| |
| | lockf - allows sections of file to be locked ( ) |
| |
| | log message with a stdarg argument list - vsyslog ( ) |
| |
| | login name |
| | | - getlogin ( ) |
| | | - getlogin_r ( ) |
| |
| | _longjmp - non-local goto ( ) ( ) |
| |
| | longjmp - non-local goto ( ) ( ) |