|
|
ldexp(3) -- multiply floating-point number by integral power of 2
|
|
The ldexp() function multiplies a floating-point number by an integral power of 2. |
|
ldiv(3) -- return quotient and remainder from division
|
|
The ldiv() function computes the value num/denom and returns the quotient and remainder in a structure named ldiv_t that contains two long members named quot and rem. |
|
leaveok(3) -- curses output options
|
|
These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin.... |
|
lfind(3) -- linear search and append
|
|
The lsearch() and lfind() functions walk linearly through an array and compare each element with the one to be sought using a supplied comparison function. The key argument points to an element that m... |
|
lgamma(3) -- log gamma functions, gamma function
|
|
|
|
lgammaf(3) -- log gamma functions, gamma function
|
|
|
|
libalias(3) -- packet aliasing library for masquerading and network address translation
|
|
The libalias library is a collection of functions for aliasing and dealiasing of IP packets, intended for masquerading and network address translation (NAT). |
|
libbsdxml(3) -- eXpat XML parser library
|
|
The libbsdxml library is a verbatim copy of the eXpat XML library version 1.95.5. To avoid version and autoconfiguration issues, the library has been renamed to libbsdxml rather than retain the origin... |
|
libdisk(3) -- library interface to slice and partition labels
|
|
The libdisk library provides an interface to the low-level disk slice and partition labels. Most functions operate with arguments of the types `struct disk', or `struct chunk'. While both types are ... |
|
libgeom(3) -- userland API library for kernel GEOM subsystem
|
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
|
libmp(3) -- traditional BSD multiple precision integer arithmetic library
|
|
This interface is obsolete in favor of the crypto(3) BIGNUM library. libmp is the traditional BSD multiple precision integer arithmetic library. It has a number of problems, and is unsuitable for use ... |
|
libngatm(3) -- ATM signalling library
|
|
The Begemot UNI signalling library handles message decoding and encoding as well as the Q.2110 and Q.2120 transport protocols and adaptation layers, and ATM-Forum UNI 4.0 compliant signalling. Because... |
|
libradius(3) -- RADIUS client library
|
|
The libradius library implements the client side of the Remote Authentication Dial In User Service (RADIUS). RADIUS, defined in RFCs 2138 and 2139, allows clients to perform authentication and account... |