|
ilogbf(3) -- functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret... |
immedok(3) -- curses output options
|
These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin.... |
inch(3) -- get a character and attributes from a curses window
|
These routines return the character, of type chtype, at the current position in the named window. If any attributes are set for that position, their values are OR'ed into the value returned. Constant... |
inchnstr(3) -- get a string of characters (and attributes) from a curses window
|
These routines return a NULL-terminated array of chtype quantities, starting at the current cursor position in the named window and ending at the right margin of the window. The four functions with n ... |
inchstr(3) -- get a string of characters (and attributes) from a curses window
|
These routines return a NULL-terminated array of chtype quantities, starting at the current cursor position in the named window and ending at the right margin of the window. The four functions with n ... |
index(3) -- locate first occurrence of a character in a string
|
The strchr() function locates the first occurrence of the character c in the string s. The terminating NUL character is considered part of the string. If c is ` ', strchr() locates the terminating ` ... |
inet(3) -- Internet address manipulation routines
|
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard `.' notation. The inet_pton() function converts a presenta... |
inet6_option_alloc(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |
inet6_option_append(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |
inet6_option_find(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |
inet6_option_init(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |
inet6_option_next(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |
inet6_option_space(3) -- IPv6 Hop-byHop and Destination Options manipulation
|
Building and parsing the Hop-by-Hop and Destination options is complicated due to alignment constraints, padding and ancillary data manipulation. RFC 2292 defines a set of functions to help the applic... |