man Pages(3): Library Routines
    
I
 
 I/O, asynchronous
  cancel request -- aio_cancel ( Index Term Link )
  file synchronization -- aio_sync ( Index Term Link )
  retrieve return status -- aio_return ( Index Term Link )
 
 I/O, requests, list -- lio_listio ( Index Term Link )
 
 I/O multiplexing, synchronous, -- select ( Index Term Link )
 
 I/O package, standard buffered I/O -- stdio ( Index Term Link )
 
 iconv -- code conversion function ( Index Term Link )
 
 iconv_close -- code conversion deallocation function ( Index Term Link )
 
 iconv_open -- code conversion allocation function ( Index Term Link )
 
 idcok -- enable/disable hardware insert-character and delete-character features ( Index Term Link )
 
 idlok -- set terminal output controls ( Index Term Link )
 
 IEEE arithmetic, convert floating-point number to string -- ecvt ( Index Term Link )
 
 IEEE floating-point environment control
  -- fpgetmaks ( Index Term Link )
  -- fpgetround ( Index Term Link )
  -- fpgetsticky ( Index Term Link )
  -- fpsetmask ( Index Term Link )
  -- fpsetround ( Index Term Link )
  -- fpsetsticky ( Index Term Link )
 
 ilogb -- returns an unbiased exponent ( Index Term Link )
 
 immedok -- call refresh on changes to window ( Index Term Link )
 
 in_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 in_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 in_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 inch -- return a single-byte character (with rendition) ( Index Term Link )
 
 inchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 inchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 index -- string operations ( Index Term Link )
 
 inet -- Internet address manipulation ( Index Term Link )
 
 inet_addr -- Internet address manipulation ( Index Term Link )
 
 inet_lnaof -- Internet address manipulation ( Index Term Link )
 
 inet_makeaddr -- Internet address manipulation ( Index Term Link )
 
 inet_netof -- Internet address manipulation ( Index Term Link )
 
 inet_network -- Internet address manipulation ( Index Term Link )
 
 inet_ntoa -- Internet address manipulation ( Index Term Link )
 
 init_color -- manipulate color information ( Index Term Link )
 
 init_pair -- manipulate color information ( Index Term Link )
 
 initgroups -- initialize the supplementary group access list ( Index Term Link )
 
 initialization function for libthread_db library of interfaces -- td_init ( Index Term Link )
 
 initialize and destroy mutex attributes object
  -- pthread_mutexattr_destroy ( Index Term Link )
  -- pthread_mutexattr_init ( Index Term Link )
 
 initialize and destroy read-write lock attributes object
  -- pthread_rwlockattr_destroy ( Index Term Link )
  -- pthread_rwlockattr_init ( Index Term Link )
 
 initialize and destroy threads attribute object
  -- pthread_attr_destroy ( Index Term Link )
  -- pthread_attr_init ( Index Term Link )
 
 initialize dynamic package -- pthread_once ( Index Term Link )
 
 initialize kernel statistics facility
  -- kstat_close ( Index Term Link )
  -- kstat_open ( Index Term Link )
 
 initialize or destroy a mutex
  -- pthread_mutex_destroy ( Index Term Link )
  -- pthread_mutex_init ( Index Term Link )
 
 initialize or destroy a read-write lock object
  -- pthread_rwlock_destroy ( Index Term Link )
  -- pthread_rwlock_init ( Index Term Link )
 
 initialize or destroy condition variable attributes object
  -- pthread_condattr_destroy ( Index Term Link )
  -- pthread_condattr_init ( Index Term Link )
 
 initialize or destroy condition variables
  -- pthread_cond_destroy ( Index Term Link )
  -- pthread_cond_init ( Index Term Link )
 
 initialize the LDAP library and open a connection to an LDAP server
  -- ldap_init ( Index Term Link )
  -- ldap_open ( Index Term Link )
 
 initscr -- screen initialization functions ( Index Term Link )
 
 initstate -- pseudorandom number functions ( Index Term Link )
 
 innstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 innwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 innwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 input conversion, convert from wchar_t string -- wsscanf ( Index Term Link )
 
 input/output package, standard buffered I/O -- stdio ( Index Term Link )
 
 ins_nwstr -- insert a wide character string ( Index Term Link )
 
 ins_wch -- insert a complex character ( Index Term Link )
 
 ins_wstr -- insert a wide character string ( Index Term Link )
 
 insch -- insert a character ( Index Term Link )
 
 insdelln -- insert/delete lines to/from the window ( Index Term Link )
 
 insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch ( Index Term Link )
 
 insert wchar_t string before character under the cursor in a curses window -- curs_inswstr ( Index Term Link )
  insnwstr ( Index Term Link )
 
 insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch
  inswch ( Index Term Link )
 
 insert wchar_t string before character under the cursor in a curses window -- curs_inswstr
  inswstr ( Index Term Link )
  mvinsnwstr ( Index Term Link )
 
 insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch
  mvinswch ( Index Term Link )
 
 insert wchar_t string before character under the cursor in a curses window -- curs_inswstr
  mvinswstr ( Index Term Link )
  mvwinsnwstr ( Index Term Link )
 
 insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch
  mvwinswch ( Index Term Link )
 
 insert wchar_t string before character under the cursor in a curses window -- curs_inswstr
  mvwinswstr ( Index Term Link )
  winsnwstr ( Index Term Link )
 
 insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch
  winswch ( Index Term Link )
 
 insert wchar_t string before character under the cursor in a curses window -- curs_inswstr
  winswstr ( Index Term Link )
 
 insert a character
  -- insch ( Index Term Link )
  -- mvinsch ( Index Term Link )
  -- mvwinsch ( Index Term Link )
  -- winsch ( Index Term Link )
 
 insert a complex character
  -- ins_wch ( Index Term Link )
  -- mvins_wch ( Index Term Link )
  -- mvwins_wch ( Index Term Link )
  -- wins_wch ( Index Term Link )
 
 insert a line in a window
  -- insertln ( Index Term Link )
  -- winsertln ( Index Term Link )
 
 insert a multibyte character string
  -- insnstr ( Index Term Link )
  -- insstr ( Index Term Link )
  -- mvinsnstr ( Index Term Link )
  -- mvinsstr ( Index Term Link )
  -- mvwinsnstr ( Index Term Link )
  -- mvwinsstr ( Index Term Link )
  -- winsnstr ( Index Term Link )
  -- winsstr ( Index Term Link )
 
 insert a wide character string
  -- ins_nwstr ( Index Term Link )
  -- ins_wstr ( Index Term Link )
  -- mvins_nwstr ( Index Term Link )
  -- mvins_wstr ( Index Term Link )
  -- mvwins_nstr ( Index Term Link )
  -- mvwins_nwstr ( Index Term Link )
  -- wins_nwstr ( Index Term Link )
  -- wins_wstr ( Index Term Link )
 
 insert/delete lines to/from the window
  -- insdelln ( Index Term Link )
  -- winsdelln ( Index Term Link )
 
 insertln -- insert a line in a window ( Index Term Link )
 
 insnstr -- insert a multibyte character string ( Index Term Link )
 
 insnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 insque -- insert element to a queue ( Index Term Link )
 
 insstr -- insert a multibyte character string ( Index Term Link )
 
 instr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 inswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 inswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 interfaces for direct probe and process control for another process
  -- tnfctl_continue ( Index Term Link )
  -- tnfctl_exec_open ( Index Term Link )
  -- tnfctl_pid_open ( Index Term Link )
 
 interfaces in libthread_db that target process memory access
  -- ps_pdread ( Index Term Link )
  -- ps_pdwrite ( Index Term Link )
  -- ps_ptread ( Index Term Link )
  -- ps_ptwrite ( Index Term Link )
 
 interfaces to query and to change the state of a probe
  -- tnfctl_probe_connect ( Index Term Link )
  -- tnfctl_probe_disable ( Index Term Link )
  -- tnfctl_probe_disconnect_all ( Index Term Link )
  -- tnfctl_probe_enable ( Index Term Link )
  -- tnfctl_probe_state_get ( Index Term Link )
  -- tnfctl_probe_trace ( Index Term Link )
  -- tnfctl_probe_untrace ( Index Term Link )
 
 interfaces to stdio FILE structure
  -- __fbufsize ( Index Term Link )
  -- __flbf ( Index Term Link )
  -- __fpending ( Index Term Link )
  -- __fpurge ( Index Term Link )
  -- __freadable ( Index Term Link )
  -- __freading ( Index Term Link )
  -- __fwritable ( Index Term Link )
  -- __fwriting ( Index Term Link )
  -- _flushlbf ( Index Term Link )
 
 Internet address manipulation -- inet ( Index Term Link )
  inet_addr ( Index Term Link )
  inet_lnaof ( Index Term Link )
  inet_makeaddr ( Index Term Link )
  inet_netof ( Index Term Link )
  inet_network ( Index Term Link )
  inet_ntoa ( Index Term Link )
 
 Interprocess Communication, create a new FIFO -- mkfifo ( Index Term Link )
 
 intrflush -- flush output in tty on interrupt ( Index Term Link )
 
 introduction and overview of X/Open Curses -- curses ( Index Term Link )
 
 inverse hyperbolic functions
  -- acosh ( Index Term Link )
  -- asinh ( Index Term Link )
  -- atanh ( Index Term Link )
 
 invoke isa-specific executable -- isaexec ( Index Term Link )
 
 invoke the function associated with a door descriptor -- door_call ( Index Term Link )
 
 inwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 inwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 inwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 inwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 inwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 is_linetouched -- control window refresh ( Index Term Link )
 
 is_wintouched -- control window refresh ( Index Term Link )
 
 isaexec -- invoke isa-specific executable ( Index Term Link )
 
 isalnum -- character handling ( Index Term Link )
 
 isalpha -- character handling ( Index Term Link )
 
 isascii -- character handling ( Index Term Link )
 
 isatty -- test for a terminal device ( Index Term Link )
 
 isdigit -- character handling ( Index Term Link )
 
 isencrypt -- determine whether a buffer of characters is encrypted ( Index Term Link )
 
 isendwin -- restore initial terminal environment ( Index Term Link )
 
 isenglish -- wide-character code classification functions ( Index Term Link )
 
 isgraph -- character handling ( Index Term Link )
 
 isideogram -- wide-character code classification functions ( Index Term Link )
 
 islower -- character handling ( Index Term Link )
 
 isnan -- test for NaN ( Index Term Link )
 
 isnumber -- wide-character code classification functions ( Index Term Link )
 
 isphonogram -- wide-character code classification functions ( Index Term Link )
 
 isprint -- character handling ( Index Term Link )
 
 ispunct -- character handling ( Index Term Link )
 
 isspace -- character handling ( Index Term Link )
 
 isspecial -- wide-character code classification functions ( Index Term Link )
 
 isupper -- character handling ( Index Term Link )
 
 iswalnum -- wide-character code classification functions ( Index Term Link )
 
 iswalpha -- wide-character code classification functions ( Index Term Link )
 
 iswascii -- wide-character code classification functions ( Index Term Link )
 
 iswcntrl -- wide-character code classification functions ( Index Term Link )
 
 iswctype -- test character for specified class ( Index Term Link )
 
 iswdigit -- wide-character code classification functions ( Index Term Link )
 
 iswgraph -- wide-character code classification functions ( Index Term Link )
 
 iswlower -- wide-character code classification functions ( Index Term Link )
 
 iswprint -- wide-character code classification functions ( Index Term Link )
 
 iswpunct -- wide-character code classification functions ( Index Term Link )
 
 iswspace -- wide-character code classification functions ( Index Term Link )
 
 iswupper -- wide-character code classification functions ( Index Term Link )
 
 iswxdigit -- wide-character code classification functions ( Index Term Link )
 
 isxdigit -- character handling ( Index Term Link )
 
 iterate over probes
  -- tnfctl_probe_apply ( Index Term Link )
  -- tnfctl_probe_apply_ids ( Index Term Link )
 
 iterate over the set of locks owned by a thread -- td_thr_lockowner ( Index Term Link )
 
 iterator functions on process handles from libthread_db library of interfaces
  -- td_ta_sync_iter ( Index Term Link )
  -- td_ta_thr_iter ( Index Term Link )
  -- td_ta_tsd_iter ( Index Term Link )