HPlogo HP-UX Reference > Part IV Section 3: Library Functions

I

» 

Technical documentation

 » Table of Contents

 » Index


Table of Contents

iconv(3C) - codeset conversion routines
iconv_close(3C) - codeset conversion routines — see iconv(3C)
iconv_open(3C) - codeset conversion routines — see iconv(3C)
idcok(3X) - enable or disable use of hardware insert- and delete-character features
idlok(3X) - terminal output control functions — see clearok(3X)
if_freenameindex(3N) - functions that map between an interface name and index — see if_nameindex(3N)
if_indextoname(3N) - functions that map between an interface name and index — see if_nameindex(3N)
if_nameindex(3N) - functions that map between an interface name and index
if_nametoindex(3N) - functions that map between an interface name and index — see if_nameindex(3N)
ilogb(3M) - radix-independent exponent functions
ilogbf(3M) - radix-independent exponent functions — see ilogb(3M)
ilogbl(3M) - radix-independent exponent functions — see ilogb(3M)
ilogbq(3M) - radix-independent exponent functions — see ilogb(3M)
ilogbw(3M) - radix-independent exponent functions — see ilogb(3M)
immedok(3X) - enable or disable immediate terminal refresh
in_wch(3X) - input a complex character and rendition from a window
in_wchnstr(3X) - input an array of complex characters and renditions from a window
in_wchstr(3X) - input an array of complex characters and renditions from a window — see in_wchnstr(3X)
inch(3X) - input a single-byte character and rendition from a window
inchnstr(3X) - input an array of single-byte characters and renditions from a window
inchstr(3X) - input an array of single-byte characters and renditions from a window — see inchnstr(3X)
index(3C) - character string operations — see string(3C)
inet(3N) - Internet address manipulation routines
inet_addr(3N) - Internet address manipulation routines — see inet(3N)
inet_lnaof(3N) - Internet address manipulation routines — see inet(3N)
inet_makeaddr(3N) - Internet address manipulation routines — see inet(3N)
inet_netof(3N) - Internet address manipulation routines — see inet(3N)
inet_network(3N) - Internet address manipulation routines — see inet(3N)
inet_ntoa(3N) - Internet address manipulation routines — see inet(3N)
inet_ntoa_r(3N) - Internet address manipulation routines — see inet(3N)
inet_ntop(3N) - Internet address manipulation routines for IP Version 4 and later — see inet6(3N)
inet_pton(3N) - Internet address manipulation routines for IP Version 4 and later — see inet6(3N)
inet6(3N) - Internet address manipulation routines for IP Version 4 and later
inet6_opt_append(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_opt_find(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_opt_finish(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_opt_get_val(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_opt_init(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions.
inet6_opt_next(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_opt_set_val(3N) - IPv6 Hop-by-Hop and Destination options manipulation functions. — see inet6_opt_init(3N)
inet6_rth_add(3N) - IPv6 Routing header options manipulation functions. — see inet6_rth_space(3N)
inet6_rth_getaddr(3N) - IPv6 Routing header options manipulation functions. — see inet6_rth_space(3N)
inet6_rth_init(3N) - IPv6 Routing header options manipulation functions. — see inet6_rth_space(3N)
inet6_rth_reverse(3N) - IPv6 Routing header options manipulation functions. — see inet6_rth_space(3N)
inet6_rth_segments(3N) - IPv6 Routing header options manipulation functions. — see inet6_rth_space(3N)
inet6_rth_space(3N) - IPv6 Routing header options manipulation functions.
INIT(3X) - regular expression compile and match routines — see regexp(3X)
init_color(3X) - color manipulation functions — see can_change_color(3X)
init_pair(3X) - color manipulation functions — see can_change_color(3X)
initgroups(3C) - initialize group access list
initscr(3X) - screen initialisation functions
initstate(3M) - generate a pseudorandom number — see random(3M)
innetgr(3C) - get network group entry — see getnetgrent(3C)
innstr(3X) - input a multi-byte character string from a window
innwstr(3X) - input a string of wide characters from a window
ins_nwstr(3X) - insert a wide-character string into a window
ins_wch(3X) - insert a complex character and rendition into a window
ins_wstr(3X) - insert a wide-character string into a window — see ins_nwstr(3X)
insch(3X) - insert a single-byte character and rendition into a window
insdelln(3X) - delete or insert lines into a window
insertln(3X) - insert lines into a window
insnstr(3X) - insert a multi-byte character string into a window
insque(3C) - insert or remove an element in a queue
insstr(3X) - insert a multi-byte character string into a window — see insnstr(3X)
instr(3X) - input a multi-byte character string from a window — see innstr(3X)
intrflush(3X) - enable or disable flush on interrupt
invsqrt(3M) - reciprocal square root functions — see rsqrt(3M)
invsqrtf(3M) - reciprocal square root functions — see rsqrt(3M)
invsqrtl(3M) - reciprocal square root functions — see rsqrt(3M)
invsqrtq(3M) - reciprocal square root functions — see rsqrt(3M)
invsqrtw(3M) - reciprocal square root functions — see rsqrt(3M)
inwstr(3X) - input a string of wide characters from a window — see innwstr(3X)
is_linetouched(3X) - window refresh control functions
is_wintouched(3X) - window refresh control functions — see is_linetouched(3X)
isalnum(3C) - classify characters — see ctype(3C)
isalpha(3C) - classify characters — see ctype(3C)
isascii(3C) - classify characters — see ctype(3C)
isastream(3C) - determine if a file descriptor refers to a STREAMS device or STREAMS-based pipe
isatty(3C) - find name of a terminal — see ttyname(3C)
iscntrl(3C) - classify characters — see ctype(3C)
isdigit(3C) - classify characters — see ctype(3C)
isendwin(3X) - determine whether a screen has been refreshed
isfinite(3M) - floating-point finiteness macro
isgraph(3C) - classify characters — see ctype(3C)
isgreater(3M) - floating-point quiet comparison macro (>)
isgreaterequal(3M) - floating-point quiet comparison macro (>=)
isinf(3M) - floating-point test for infinity
isless(3M) - floating-point quiet comparison macro (<)
islessequal(3M) - floating-point quiet comparison macro (<=)
islessgreater(3M) - floating-point quiet comparison macro (<>)
islower(3C) - classify characters — see ctype(3C)
isnan(3M) - floating-point test for NaN
isnormal(3M) - floating-point test for normalized value
isprint(3C) - classify characters — see ctype(3C)
ispunct(3C) - classify characters — see ctype(3C)
isspace(3C) - classify characters — see ctype(3C)
isunordered(3M) - floating-point comparison macro (unordered)
isupper(3C) - classify characters — see ctype(3C)
iswalnum(3C) - classify wide characters — see wctype(3C)
iswalpha(3C) - classify wide characters — see wctype(3C)
iswcntrl(3C) - classify wide characters — see wctype(3C)
iswctype(3C) - classify wide characters — see wctype(3C)
iswdigit(3C) - classify wide characters — see wctype(3C)
iswgraph(3C) - classify wide characters — see wctype(3C)
iswlower(3C) - classify wide characters — see wctype(3C)
iswprint(3C) - classify wide characters — see wctype(3C)
iswpunct(3C) - classify wide characters — see wctype(3C)
iswspace(3C) - classify wide characters — see wctype(3C)
iswupper(3C) - classify wide characters — see wctype(3C)
iswxdigit(3C) - classify wide characters — see wctype(3C)
isxdigit(3C) - classify characters — see ctype(3C)