k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. kafs...
The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
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.
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....
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...
The libalias library is a collection of functions for aliasing and dealiasing of IP packets, intended for masquerading and network address translation (NAT).
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...
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 ...
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...
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 ...
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...