[Previous] [Contents] [Index] [Next]

Keywords - L


· ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z ·


L_ctermid
· [ctermid] ·

L_tmpnam
· [tmpnam] ·

labs()
· [labs] ·

large-file support
· [Classification:] ·

LC_ALL
· [setlocale] ·

LC_COLLATE
· [setlocale] ·

LC_CTYPE
· [iswctype] · [setlocale] ·

LC_MONETARY
· [setlocale] ·

LC_NUMERIC
· [setlocale] ·

LC_TIME
· [setlocale] ·

lchown()
· [lchown] ·

lcong48()
· [lcong48] ·

lconv
· [localeconv] ·

LD_LIBRARY_PATH
· [Symbol Resolution] ·

ldexp(), ldexpf()
· [ldexp, ldexpf] ·

ldiv()
· [ldiv] ·

ldiv_t
· [ldiv] · [ldiv] ·

length, calculating
hypotenuse
· [hypot, hypotf] ·
strings
· [strlen] ·
wide-character strings
· [wcslen] ·

lesser of two numbers
· [min] ·

level-sensitive interrupts
· [InterruptMask] ·

lfind()
· [lfind] ·

lgamma(), lgamma_r(), lgammaf(), lgammaf_r()
· [lgamma, lgamma_r, lgammaf, lgammaf_r] ·

LIB
· [searchenv] ·

limits
system resources
getting
· [getdtablesize] · [getrlimit, getrlimit64] ·
setting
· [setrlimit, setrlimit64] ·

line buffering, setting for stream I/O
· [setlinebuf] ·

linear search
· [lfind] · [lsearch] ·

LINES
· [clearenv] ·

link()
· [link] ·

link-local addresses
· [Addressing] ·

LINK_MAX
· [link] ·

links, symbolic
information, getting
· [lstat, lstat64] ·
ownership
changing
· [lchown] ·
resolving
· [realpath] ·

lio_listio()
· [lio_listio] ·

LIO_NOP
· [lio_listio] ·

LIO_NOWAIT
· [lio_listio] ·

LIO_READ
· [lio_listio] ·

LIO_WAIT
· [lio_listio] ·

LIO_WRITE
· [lio_listio] ·

listen()
· [listen] · [TCP] · [What SOCKS expects] ·

little endian
__LITTLEENDIAN__ manifest
· [Manifest functions] ·
conversion to big endian
· [ENDIAN_RET16] · [ENDIAN_RET32] · [ENDIAN_RET64] · [ENDIAN_SWAP16] · [ENDIAN_SWAP32] · [ENDIAN_SWAP64] · [swab] ·
conversion to native format
· [ENDIAN_LE16] · [ENDIAN_LE32] · [ENDIAN_LE64] ·
messages
· [attr] ·
port
reading from
· [in16, inbe16, inle16] · [in32, inbe32, inle32] ·
writing to
· [out16, outbe16, outle16] · [out32, outbe32, outle32] ·
unaligned value
accessing safely
· [UNALIGNED_RET16] · [UNALIGNED_RET32] · [UNALIGNED_RET64] ·
writing safely
· [UNALIGNED_PUT16] · [UNALIGNED_PUT32] · [UNALIGNED_PUT64] ·

lltoa()
· [ltoa, lltoa] ·

local network addresses
conversion
IP addresses
· [inet_makeaddr] ·

LOCAL_CREDS
· [LOCAL_CREDS] ·

LOCALDOMAIN
· [res_init] · [res_mkquery] · [res_query] · [res_querydomain] · [res_search] · [res_send] ·

localeconv()
· [localeconv] ·

locales
classes, wide-character
· [wctype] ·
numeric formatting
· [localeconv] ·
setlocale()
· [setlocale] ·
strings, comparing
· [strcoll] · [wcscoll] ·

localtime()
· [localtime] · [The TZ environment variable] ·

localtime_r()
· [localtime_r] ·

LOCK_EX
· [flock] ·

LOCK_NB
· [flock] ·

LOCK_SH
· [flock] ·

LOCK_UN
· [flock] ·

lockf()
· [lockf] ·

locks
mutexes
attributes, destroying
· [pthread_mutexattr_destroy] ·
attributes, initializing
· [pthread_mutexattr_init] ·
attributes, priority ceiling
· [pthread_mutexattr_getprioceiling] · [pthread_mutexattr_setprioceiling] ·
attributes, process-shared
· [pthread_mutexattr_getpshared] · [pthread_mutexattr_setpshared] ·
attributes, recursive
· [pthread_mutexattr_getrecursive] · [pthread_mutexattr_setrecursive] ·
attributes, scheduling protocol
· [pthread_mutexattr_getprotocol] · [pthread_mutexattr_setprotocol] ·
attributes, type
· [pthread_mutexattr_gettype] · [pthread_mutexattr_settype] ·
destroying
· [pthread_mutex_destroy] ·
initializing
· [pthread_mutex_init] ·
locking
· [pthread_mutex_lock] · [pthread_mutex_timedlock] · [pthread_mutex_trylock] ·
priority ceiling
· [pthread_mutex_getprioceiling] · [pthread_mutex_setprioceiling] ·
unlocking
· [pthread_mutex_unlock] ·
read-write
attributes, creating
· [pthread_rwlockattr_init] ·
attributes, destroying
· [pthread_rwlockattr_destroy] ·
attributes, process-shared
· [pthread_rwlockattr_getpshared] · [pthread_rwlockattr_setpshared] ·
destroying
· [pthread_rwlock_destroy] ·
initializing
· [pthread_rwlock_init] ·
locking for reading
· [pthread_rwlock_rdlock] · [pthread_rwlock_timedrdlock] · [pthread_rwlock_tryrdlock] ·
locking for writing
· [pthread_rwlock_timedwrlock] · [pthread_rwlock_trywrlock] · [pthread_rwlock_wrlock] ·
unlocking
· [pthread_rwlock_unlock] ·
sleepon
locking
· [pthread_sleepon_lock] ·
unblocking
· [pthread_sleepon_broadcast] · [pthread_sleepon_signal] ·
unlocking
· [pthread_sleepon_unlock] ·
waiting
· [pthread_sleepon_timedwait] · [pthread_sleepon_wait] ·

log
closing
· [closelog] ·

log(), logf()
· [log, logf] ·

log10(), log10f()
· [log10, log10f] ·

log1p(), log1pf()
· [log1p, log1pf] ·

logarithms
base 10
· [log10, log10f] ·
integral
· [ilogb, ilogbf] ·
natural
· [log, logf] ·
x + 1
· [log1p, log1pf] ·

logb(), logbf()
· [logb, logbf] ·

logging in
pseudo-ttys
· [forkpty] · [login_tty] ·

logical interrupt vector numbers
· [Interrupt vector numbers] ·

LOGIN_PROCESS
· [getutid] · [getutline] · [utmp] ·

login_tty()
· [login_tty] ·

long integers
absolute value
· [labs] ·
division
· [ldiv] ·
quotient
· [ldiv] ·
remainder
· [ldiv] ·

longjmp()
· [longjmp] · [raise] ·

lowercase
converting to
· [strlwr] · [tolower] · [towctrans] · [towlower] · [wctrans] ·
testing a character to see if
· [islower] · [iswlower] ·

lrand48()
· [lrand48] ·

lsearch()
· [lsearch] ·

lseek(), lseek64()
· [lseek, lseek64] ·

lstat(), lstat64()
· [lstat, lstat64] ·

ltoa()
· [ltoa, lltoa] ·

ltrunc()
· [ltrunc] ·

· ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z ·


[Previous] [Contents] [Index] [Next]