|
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 integer members named quot and rem. |
lfind(3) -- linear searching routines
|
These interfaces were obsolete before they were written. They are avail- able from the compatibility library, libcompat. The functions lsearch(), and lfind() provide basic linear searching functionali... |
lgamma(3) -- log gamma function
|
|
lgammaf(3) -- log gamma function
|
|
lgammaf_r(3) -- log gamma function
|
|
lgamma_r(3) -- log gamma function
|
|
lh_stats(3) -- LHASH statistics
|
The LHASH structure records statistics about most aspects of accessing the hash table. This is mostly a legacy of Eric Young writing this library for the reasons of implementing what looked like a nic... |
libusbhid(3) -- USB HID access routines
|
The usbhid library provides routines to extract data from USB Human Interface Devices. INTRODUCTION [Toc] [Back] USB HID devices send and receive data layed out in a device dependent way. The us... |
linkaddr(3) -- elementary address specification routines for link level access
|
The routine link_addr() interprets character strings representing linklevel addresses, returning binary information suitable for use in system calls. The routine link_ntoa() takes a link-level address... |
linkntoa(3) -- elementary address specification routines for link level access
|
The routine link_addr() interprets character strings representing linklevel addresses, returning binary information suitable for use in system calls. The routine link_ntoa() takes a link-level address... |
link_addr(3) -- elementary address specification routines for link level access
|
The routine link_addr() interprets character strings representing linklevel addresses, returning binary information suitable for use in system calls. The routine link_ntoa() takes a link-level address... |
link_ntoa(3) -- elementary address specification routines for link level access
|
The routine link_addr() interprets character strings representing linklevel addresses, returning binary information suitable for use in system calls. The routine link_ntoa() takes a link-level address... |
LIST_EMPTY(3) -- implementations of singlylinked lists, lists, simple queues, tail queues, and circular queues
|
These macros define and operate on five types of data structures: singlylinked lists, lists, simple queues, tail queues, and circular queues. All five structures support the following functionality: 1... |