|
|
|
log_option(3) -- logging system
|
|
The ISC logging library is flexible logging system which is based upon a set of concepts: logging channels, categories, and logging contexts. The basic building block is the ``logging channel'', whi... |
|
log_remove_channel(3) -- logging system
|
|
The ISC logging library is flexible logging system which is based upon a set of concepts: logging channels, categories, and logging contexts. The basic building block is the ``logging channel'', whi... |
|
|
log_set_file_owner(3) -- logging system
|
|
The ISC logging library is flexible logging system which is based upon a set of concepts: logging channels, categories, and logging contexts. The basic building block is the ``logging channel'', whi... |
|
log_vwrite(3) -- logging system
|
|
The ISC logging library is flexible logging system which is based upon a set of concepts: logging channels, categories, and logging contexts. The basic building block is the ``logging channel'', whi... |
|
log_write(3) -- logging system
|
|
The ISC logging library is flexible logging system which is based upon a set of concepts: logging channels, categories, and logging contexts. The basic building block is the ``logging channel'', whi... |
|
longjmp(3) -- non-local jumps
|
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
|
longjmperr(3) -- non-local jumps
|
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
|
longjmperror(3) -- non-local jumps
|
|
The sigsetjmp(), setjmp(), and _setjmp() functions save their calling environment in env. Each of these functions returns 0. The corresponding longjmp() functions restore the environment saved by thei... |
|
longname(3) -- curses environment query routines
|
|
The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar routine returns the user's current erase c... |
|
lrand48(3) -- pseudo random number generators and initialization routines
|
|
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... |
|
lsearch(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... |
|
mac(3) -- introduction to the MAC security API
|
|
FreeBSD permits administrators to define Mandatory Access Control labels defining levels for the privacy and integrity of data, overriding discretionary policies for those objects. Not all objects cur... |
|
mac_free(3) -- free MAC label
|
|
The mac_free() function frees the storage allocated to contain a mac_t. |
|
mac_from_text(3) -- convert MAC label to/from text representation
|
|
The mac_from_text() function converts the text representation of a label into the internal policy label format (mac_t) and places it in *mac, which must later be freed with free(3). The mac_to_text() ... |
|
mac_get(3) -- get the label of a file, socket, socket peer or process
|
|
The mac_get_file() system call returns the label associated with a file specified by pathname. The mac_get_fd() system call returns the label associated with an object referenced by the specified file... |