|
border(3) -- create curses borders, horizontal and vertical lines
|
The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left side, rs - right side, ts - top side, bs - ... |
bottom_panel(3) -- panel stack extension for curses
|
Panels are curses(3X) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each window and the curses stdscr window are hidden or... |
box(3) -- create curses borders, horizontal and vertical lines
|
The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left side, rs - right side, ts - top side, bs - ... |
bread(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... |
bsde_delete_rule(3) -- file system firewall rules list management
|
The bsde_get_rule() function fills in *rule with the rule numbered rulenum. If an error occurs, *errstr is filled in with the error string (up to errlen characters, including the terminating NUL). The... |
bsde_get_rule(3) -- file system firewall rules list management
|
The bsde_get_rule() function fills in *rule with the rule numbered rulenum. If an error occurs, *errstr is filled in with the error string (up to errlen characters, including the terminating NUL). The... |
bsde_get_rule_count(3) -- file system firewall statistics
|
The bsde_get_rule_count() and bsde_get_rule_slots() functions return the total number of enforced rules and the total number of used rule slots, respectively. If an error occurs, *errstr is filled in ... |
bsde_get_rule_slots(3) -- file system firewall statistics
|
The bsde_get_rule_count() and bsde_get_rule_slots() functions return the total number of enforced rules and the total number of used rule slots, respectively. If an error occurs, *errstr is filled in ... |
bsde_parse_rule(3) -- parse file system firewall rules
|
The bsde_parse_rule() function parses an argument vector (e.g. argv as passed to main()) into rule. If an error occurs, *errstr is filled in with the error string (up to errlen characters, including t... |
bsde_parse_rule_string(3) -- parse file system firewall rules
|
The bsde_parse_rule() function parses an argument vector (e.g. argv as passed to main()) into rule. If an error occurs, *errstr is filled in with the error string (up to errlen characters, including t... |
bsde_rule_to_string(3) -- convert a ugidfw rule into its text representation
|
The bsde_rule_to_string() function converts a rule in its internal representation (struct mac_bsdextended_rule) into its text representation, and writes up to buflen bytes of it to buf (including the ... |
bsde_set_rule(3) -- file system firewall rules list management
|
The bsde_get_rule() function fills in *rule with the rule numbered rulenum. If an error occurs, *errstr is filled in with the error string (up to errlen characters, including the terminating NUL). The... |
bsearch(3) -- binary search of a sorted table
|
The bsearch() function searches an array of nmemb objects, the initial member of which is pointed to by base, for a member that matches the object pointed to by key. The size of each member of the arr... |