|
|
|
insnstr(3) -- insert string before cursor in a curses window
|
|
These routines insert a character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are shifted right, with the possi... |
|
insque(3) -- doubly-linked list management
|
|
The insque() and remque() functions encapsulate the ever-repeating task of doing insertion and removal operations on doubly linked lists. The functions expect their arguments to point to a structure w... |
|
|
insstr(3) -- insert string before cursor in a curses window
|
|
These routines insert a character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are shifted right, with the possi... |
|
instr(3) -- get a string of characters from a curses window
|
|
These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the characters. The four functions with n as th... |
|
intrflush(3) -- curses input options
|
|
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro... |
|
intro(3) -- introduction to the C libraries
|
|
This section provides an overview of the C library functions, their error returns and other common definitions and concepts. Most of these functions are available from the C library, libc. Other libra... |
|
INVARIANT(3) -- assertion system
|
|
The REQUIRE(), ENSURE(), INSIST(), and INVARIANT() macros evaluate a boolean expression, and if it is false, they invoke the current assertion failure callback. The default callback will print a messa... |
|
INVARIANT_ERR(3) -- assertion system
|
|
The REQUIRE(), ENSURE(), INSIST(), and INVARIANT() macros evaluate a boolean expression, and if it is false, they invoke the current assertion failure callback. The default callback will print a messa... |
|
in_lt(3) -- functions for parsing and checking login time periods
|
|
This set of functions may be used for parsing and checking login and session times against a predefined list of allowed login times as used in login.conf(5). The format of allowed and disallowed sessi... |
|
in_ltm(3) -- functions for parsing and checking login time periods
|
|
This set of functions may be used for parsing and checking login and session times against a predefined list of allowed login times as used in login.conf(5). The format of allowed and disallowed sessi... |
|
in_ltms(3) -- functions for parsing and checking login time periods
|
|
This set of functions may be used for parsing and checking login and session times against a predefined list of allowed login times as used in login.conf(5). The format of allowed and disallowed sessi... |
|
in_lts(3) -- functions for parsing and checking login time periods
|
|
This set of functions may be used for parsing and checking login and session times against a predefined list of allowed login times as used in login.conf(5). The format of allowed and disallowed sessi... |
|
ipsec_dump_policy(3) -- manipulate IPsec policy specification structure from readable string
|
|
The ipsec_set_policy() function generates IPsec policy specification structure, namely struct sadb_x_policy and/or struct sadb_x_ipsecrequest from human-readable policy specification. Policy specifica... |
|
ipsec_get_policylen(3) -- manipulate IPsec policy specification structure from readable string
|
|
The ipsec_set_policy() function generates IPsec policy specification structure, namely struct sadb_x_policy and/or struct sadb_x_ipsecrequest from human-readable policy specification. Policy specifica... |
|
ipsec_set_policy(3) -- manipulate IPsec policy specification structure from readable string
|
|
The ipsec_set_policy() function generates IPsec policy specification structure, namely struct sadb_x_policy and/or struct sadb_x_ipsecrequest from human-readable policy specification. Policy specifica... |