|
bt_setprotoent(3) -- Bluetooth address manipulation routines
|
The bt_gethostent(), bt_gethostbyname() and bt_gethostbyaddr() functions each return a pointer to an object with the hostent structure describing a Bluetooth host referenced by name or by address, res... |
buff_decode(3) -- CAM user library SCSI buffer parsing routines
|
The CAM buffer/CDB encoding and decoding routines provide a relatively easy migration path for userland SCSI applications written with the similarly-named scsireq_* functions from the old FreeBSD SCSI... |
buff_decode_visit(3) -- CAM user library SCSI buffer parsing routines
|
The CAM buffer/CDB encoding and decoding routines provide a relatively easy migration path for userland SCSI applications written with the similarly-named scsireq_* functions from the old FreeBSD SCSI... |
buff_encode_visit(3) -- CAM user library SCSI buffer parsing routines
|
The CAM buffer/CDB encoding and decoding routines provide a relatively easy migration path for userland SCSI applications written with the similarly-named scsireq_* functions from the old FreeBSD SCSI... |
buildmatch(3) -- device statistics utility library
|
The devstat library is a library of helper functions for dealing with the kernel devstat(9) interface, which is accessible to users via sysctl(3) and kvm(3). All functions that take a kvm_t * as first... |
bwrite(3) -- read and write blocks of a UFS filesystem
|
The bread() and bwrite() functions provide a block read and write API for libufs(3) consumers. They operate on a userland UFS disk structure, and perform the read and write at a given block address, w... |
byteorder(3) -- convert values between host and network byte order
|
These routines convert 16 and 32 bit quantities between network byte order and host byte order. On machines which have a byte order which is the same as the network order, routines are defined as null... |
bzero(3) -- write zeroes to a byte string
|
The bzero() function writes len zero bytes to the string b. If len is zero, bzero() does nothing. |
cabs(3) -- Euclidean distance and complex absolute value functions
|
The hypot(), hypotf(), cabs() and cabsf() functions compute the sqrt(x*x+y*y) in such a way that underflow will not happen, and overflow occurs only if the final result deserves it. hypot(infinity, v)... |
cabsf(3) -- Euclidean distance and complex absolute value functions
|
The hypot(), hypotf(), cabs() and cabsf() functions compute the sqrt(x*x+y*y) in such a way that underflow will not happen, and overflow occurs only if the final result deserves it. hypot(infinity, v)... |
calendar(3) -- Calendar arithmetic for the Christian era
|
These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th... |
calloc(3) -- general purpose memory allocation functions
|
The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt... |
callrpc(3) -- library routines for remote procedure calls
|
The svc_*() and clnt_*() functions described in this page are the old, TS-RPC interface to the XDR and RPC library, and exist for backward com- patibility. The new interface is described in the pages ... |