man Pages(3): Library Routines
    
g
 
 get a synchronization object handle from a synchronization object's address -- td_ta_map_addr2sync ( Index Term Link )
    
Numbers and Symbols
 
 __fbufsize -- interfaces to stdio FILE structure ( Index Term Link )
 
 __flbf -- interfaces to stdio FILE structure ( Index Term Link )
 
 __fpending -- interfaces to stdio FILE structure ( Index Term Link )
 
 __fpurge -- interfaces to stdio FILE structure ( Index Term Link )
 
 __freadable -- interfaces to stdio FILE structure ( Index Term Link )
 
 __freading -- interfaces to stdio FILE structure ( Index Term Link )
 
 __fwritable -- interfaces to stdio FILE structure ( Index Term Link )
 
 __fwriting -- interfaces to stdio FILE structure ( Index Term Link )
    
A
 
 abandon an LDAP operation in progress -- ldap_abandon ( Index Term Link )
 
 abort -- terminate the process abnormally ( Index Term Link )
 
 abs -- return absolute value of integer ( Index Term Link )
 
 absolute value function -- fabs ( Index Term Link )
 
 accept -- accept a connection on a socket ( Index Term Link )
 
 access dynamic thread scheduling
  -- thr_getprio ( Index Term Link )
  -- thr_setprio ( Index Term Link )
 
 access dynamic thread scheduling parameters
  -- pthread_getschedparam ( Index Term Link )
  -- pthread_setschedparam ( Index Term Link )
 
 access utmpx file entry
  -- endutxent ( Index Term Link )
  -- getutmp ( Index Term Link )
  -- getutmpx ( Index Term Link )
  -- getutxent ( Index Term Link )
  -- getutxid ( Index Term Link )
  -- getutxline ( Index Term Link )
  -- pututxline ( Index Term Link )
  -- setutxent ( Index Term Link )
  -- updwtmp ( Index Term Link )
  -- updwtmpx ( Index Term Link )
  -- utmpxname ( Index Term Link )
 
 accounting, time accounting for current process -- times ( Index Term Link )
 
 acos -- arc cosine function ( Index Term Link )
 
 acosh -- inverse hyperbolic functions ( Index Term Link )
 
 acquire and release stream lock -- flockfile ( Index Term Link )
  funlockfile ( Index Term Link )
 
 activate audio-visual alarm
  -- beep ( Index Term Link )
  -- flash ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch ( Index Term Link )
 
 add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  addnwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  addwch ( Index Term Link )
 
 add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr
  addwchnstr ( Index Term Link )
  addwchstr ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  addwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  echowchar ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  mvaddnwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  mvaddwch ( Index Term Link )
 
 add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr
  mvaddwchnstr ( Index Term Link )
  mvaddwchstr ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  mvaddwstr ( Index Term Link )
  mvwaddnwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  mvwaddwch ( Index Term Link )
 
 add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr
  mvwaddwchnstr ( Index Term Link )
  mvwaddwchstr ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  mvwaddwstr ( Index Term Link )
  waddnwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  waddwch ( Index Term Link )
 
 add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr
  waddwchnstr ( Index Term Link )
  waddwchstr ( Index Term Link )
 
 add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr
  waddwstr ( Index Term Link )
 
 add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch
  wechowchar ( Index Term Link )
 
 add a character (with rendition) to a window
  -- addch ( Index Term Link )
  -- mvaddch ( Index Term Link )
  -- mvwaddch ( Index Term Link )
  -- waddch ( Index Term Link )
 
 add a complex character (with rendition) to a window
  -- add_wch ( Index Term Link )
  -- mvadd_wch ( Index Term Link )
  -- mvwadd_wch ( Index Term Link )
  -- wadd_wch ( Index Term Link )
 
 add a complex character and refresh window
  -- echo_wchar ( Index Term Link )
  -- wecho_wchar ( Index Term Link )
 
 add a multi-byte character string (without rendition) to a window
  -- addnstr ( Index Term Link )
  -- addstr ( Index Term Link )
  -- mvaddnstr ( Index Term Link )
  -- mvaddstr ( Index Term Link )
  -- mvwaddstr ( Index Term Link )
  -- mwwaddnstr ( Index Term Link )
  -- waddnstr ( Index Term Link )
  -- waddstr ( Index Term Link )
 
 add a single-byte border to a window
  -- border ( Index Term Link )
  -- box ( Index Term Link )
  -- wborder ( Index Term Link )
 
 add a single-byte character and refresh window
  -- echochar ( Index Term Link )
  -- wechochar ( Index Term Link )
 
 add a wide-character string to a window
  -- addnwstr ( Index Term Link )
  -- addwstr ( Index Term Link )
  -- mvaddnwstr ( Index Term Link )
  -- mvaddwstr ( Index Term Link )
  -- mvwaddnwstr ( Index Term Link )
  -- mvwaddwstr ( Index Term Link )
  -- waddnwstr ( Index Term Link )
  -- waddwstr ( Index Term Link )
 
 add character and refresh window
  -- pecho_wchar ( Index Term Link )
  -- pechochar ( Index Term Link )
 
 add_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 add_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 add_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 addch -- add a character (with rendition) to a window ( Index Term Link )
 
 addchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 addchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 additional severities, define -- addsev ( Index Term Link )
 
 addnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 addnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 addnwstr -- add a wide-character string to a window ( Index Term Link )
 
 address in an XFN reference
  -- fn_ref_addr_assign ( Index Term Link )
  -- fn_ref_addr_copy ( Index Term Link )
  -- fn_ref_addr_create ( Index Term Link )
  -- fn_ref_addr_data ( Index Term Link )
  -- fn_ref_addr_description ( Index Term Link )
  -- fn_ref_addr_destroy ( Index Term Link )
  -- fn_ref_addr_length ( Index Term Link )
  -- FN_ref_addr_t ( Index Term Link )
  -- fn_ref_addr_type ( Index Term Link )
 
 address of symbol, get address in shared object -- dlsym ( Index Term Link )
 
 addsev -- define additional severities ( Index Term Link )
 
 addseverity -- build a list of severity levels for an application for use with fmtmsg ( Index Term Link )
 
 addstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 addwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 addwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 addwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 addwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 addwstr -- add a wide-character string to a window ( Index Term Link )
 
 adjcurspos -- moving the cursor by character ( Index Term Link )
 
 advance -- regular expression compile and match routines ( Index Term Link )
 
 aio_cancel -- cancel asynchronous I/O request ( Index Term Link )
 
 aio_fsync -- asynchronous file synchronization ( Index Term Link )
 
 aio_read -- asynchronous read and write operations ( Index Term Link )
 
 aio_return -- retrieve return status of asynchronous I/O operation ( Index Term Link )
 
 aio_suspend -- wait for asynchronous I/O request ( Index Term Link )
 
 aio_write -- asynchronous write to a file ( Index Term Link )
 
 aiocancel -- cancel an asynchronous operation ( Index Term Link )
 
 aioread -- read or write asynchronous I/O operations ( Index Term Link )
 
 aiowait -- wait for completion of asynchronous I/O operation ( Index Term Link )
 
 aiowrite -- read or write asynchronous I/O operations ( Index Term Link )
 
 alarm, schedule signal after interval in microseconds -- ualarm ( Index Term Link )
 
 ALE curses library
  See curses library
 
 allocate and deallocate process handles for libthread_db
  -- td_ta_delete ( Index Term Link )
  -- td_ta_get_ph ( Index Term Link )
  -- td_ta_new ( Index Term Link )
 
 allocate or deallocate a buffer for trace data
  -- tnfctl_buffer_alloc ( Index Term Link )
  -- tnfctl_buffer_dealloc ( Index Term Link )
 
 alphasort -- scan a directory ( Index Term Link )
 
 annotate source code with info for tools
  -- NOTE ( Index Term Link )
  -- _NOTE ( Index Term Link )
 
 applications
  build a list of severity levels for use with fmtmsg -- addseverity ( Index Term Link )
  display a message on stderr or system console -- fmtmsg ( Index Term Link )
  get entries from symbol table -- nlist ( Index Term Link )
 
 apply padding information and output string
  -- putp ( Index Term Link )
  -- tputs ( Index Term Link )
 
 arc -- graphics interface ( Index Term Link )
 
 arc cosine function -- acos ( Index Term Link )
 
 arc sine function -- asin ( Index Term Link )
 
 arc tangent function -- atan2 ( Index Term Link )
 
 arc tangent function -- atan ( Index Term Link )
 
 arithmetic, compute the quotient and remainder -- div ( Index Term Link )
 
 arithmetic, 48-bit integer, generate uniformly distributed pseudo-random numbers -- drand48 ( Index Term Link )
 
 ascftime -- convert date and time to string ( Index Term Link )
 
 asin -- arc sine function ( Index Term Link )
 
 asinh -- inverse hyperbolic functions ( Index Term Link )
 
 assert -- verify program assertion ( Index Term Link )
 
 associate a stream with a file descriptor -- fdopen ( Index Term Link )
 
 asynchronous file synchronization, -- aio_sync ( Index Term Link )
 
 asynchronous I/O
  -- aio_cancel ( Index Term Link )
  -- aiocancel ( Index Term Link )
  -- aiowait ( Index Term Link )
  retrieve return status -- aio_return ( Index Term Link )
 
 asynchronous read and write operations, -- aio_read, aio_write ( Index Term Link )
 
 asynchronous write to a file -- aio_write ( Index Term Link )
 
 asysmem -- return physical memory information ( Index Term Link )
 
 atan -- arc tangent function ( Index Term Link )
 
 atan2 -- arc tangent function ( Index Term Link )
 
 atanh -- inverse hyperbolic functions ( Index Term Link )
 
 atexit -- add program termination routine ( Index Term Link )
 
 atof -- convert string to double-precision number ( Index Term Link )
 
 atoi -- string conversion routines ( Index Term Link )
 
 atol -- string conversion routines ( Index Term Link )
 
 atoll -- string conversion routines ( Index Term Link )
 
 attr_get -- control window attributes ( Index Term Link )
 
 attr_off -- control window attributes ( Index Term Link )
 
 attr_on -- control window attributes ( Index Term Link )
 
 attr_set -- control window attributes ( Index Term Link )
 
 attribute modifications, list of
  -- fn_attrmodlist_add ( Index Term Link )
  -- fn_attrmodlist_assign ( Index Term Link )
  -- fn_attrmodlist_copy ( Index Term Link )
  -- fn_attrmodlist_count ( Index Term Link )
  -- fn_attrmodlist_create ( Index Term Link )
  -- fn_attrmodlist_destroy ( Index Term Link )
  -- fn_attrmodlist_first ( Index Term Link )
  -- fn_attrmodlist_next ( Index Term Link )
  -- FN_attrmodlist_t ( Index Term Link )
 
 attribute search options
  -- fn_search_control_assign ( Index Term Link )
  -- fn_search_control_copy ( Index Term Link )
  -- fn_search_control_create ( Index Term Link )
  -- fn_search_control_destroy ( Index Term Link )
  -- fn_search_control_follow_links ( Index Term Link )
  -- fn_search_control_max_names ( Index Term Link )
  -- fn_search_control_return_attr_ids ( Index Term Link )
  -- fn_search_control_return_ref ( Index Term Link )
  -- fn_search_control_scope ( Index Term Link )
  -- FN_search_control_t ( Index Term Link )
 
 attroff -- change foreground window attributes ( Index Term Link )
 
 attroff -- curses character and window attribute control routines ( Index Term Link )
 
 attron -- change foreground window attributes ( Index Term Link )
 
 attron -- curses character and window attribute control routines ( Index Term Link )
 
 attrset -- change foreground window attributes ( Index Term Link )
 
 attrset -- curses character and window attribute control routines ( Index Term Link )
 
 au_close -- construct audit records ( Index Term Link )
 
 au_open -- construct audit records ( Index Term Link )
 
 au_preselect -- preselect an audit record ( Index Term Link )
 
 au_to_arg -- creating audit record tokens ( Index Term Link )
 
 au_to_attr -- creating audit record tokens ( Index Term Link )
 
 au_to_data -- creating audit record tokens ( Index Term Link )
 
 au_to_groups -- creating audit record tokens ( Index Term Link )
 
 au_to_in_addr -- creating audit record tokens ( Index Term Link )
 
 au_to_ipc -- creating audit record tokens ( Index Term Link )
 
 au_to_ipc_perm -- creating audit record tokens ( Index Term Link )
 
 au_to_iport -- creating audit record tokens ( Index Term Link )
 
 au_to_me -- creating audit record tokens ( Index Term Link )
 
 au_to_opaque -- creating audit record tokens ( Index Term Link )
 
 au_to_path -- creating audit record tokens ( Index Term Link )
 
 au_to_process -- creating audit record tokens ( Index Term Link )
 
 au_to_return -- creating audit record tokens ( Index Term Link )
 
 au_to_text -- creating audit record tokens ( Index Term Link )
 
 au_user_mask -- get user's binary preselection mask ( Index Term Link )
 
 au_write -- write audit records ( Index Term Link )
 
 audit control file information
  -- endac ( Index Term Link )
  -- getacdir ( Index Term Link )
  -- getacflg ( Index Term Link )
  -- getacinfo ( Index Term Link )
  -- getacmin ( Index Term Link )
  -- getacna ( Index Term Link )
  -- setac ( Index Term Link )
 
 audit record tokens, creating
  -- au_to_attr ( Index Term Link )
  -- au_to_data ( Index Term Link )
  -- au_to_groups ( Index Term Link )
  --au_to_in_addr ( Index Term Link )
  -- au_to_in_ipc ( Index Term Link )
  -- au_to_in_ipc_perm ( Index Term Link )
  -- au_to_iport ( Index Term Link )
  -- au_to_me ( Index Term Link )
  -- au_to_opaque ( Index Term Link )
  -- au_to_path ( Index Term Link )
  -- au_to_process ( Index Term Link )
  -- au_to_return ( Index Term Link )
  -- au_to_socket ( Index Term Link )
  -- au_to_subject ( Index Term Link )
  -- au_to_text ( Index Term Link )
 
 audit record tokens, manipulating
  -- au_close ( Index Term Link )
  -- au_open ( Index Term Link )
  -- au_preselect ( Index Term Link )
  -- au_write ( Index Term Link )
 
 auth_destroy -- library routines for client side remote procedure call authentication ( Index Term Link )
 
 authentication information routines for PAM
  -- pam_get_item ( Index Term Link )
  -- pam_set_item ( Index Term Link )
 
 authentication transaction routines for PAM
  -- pam_end ( Index Term Link )
  -- pam_start ( Index Term Link )
 
 authnone_create -- library routines for client side remote procedure call authentication ( Index Term Link )
 
 authsys_create -- library routines for client side remote procedure call authentication ( Index Term Link )
 
 authsys_create_default -- library routines for client side remote procedure call authentication ( Index Term Link )
    
B
 
 base-64 ASCII characters
  convert from long integer -- l64a ( Index Term Link )
  convert to long integer -- a64l ( Index Term Link )
 
 base 10 logarithm function -- log10 ( Index Term Link )
 
 basename -- return the last element of path name ( Index Term Link )
 
 Basic Encoding Rules library decoding functions
  -- ber_alloc_t ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_bvdup ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_bvecfree ( Index Term Link )
  -- ber_bvfree ( Index Term Link )
  -- ber_decode ( Index Term Link ) ( Index Term Link )
  -- ber_first_element ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_flatten ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_free ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_bitstring ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_boolean ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_int ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_next ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_null ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_stringa ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_get_stringal ( Index Term Link )
  -- ber_get_stringb ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_init ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_next_element ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_peek_tag ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_scanf ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ber_skiptag ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 Basic Security Module functions
  -- au_close ( Index Term Link )
  -- au_open ( Index Term Link )
  -- au_preselect ( Index Term Link )
  -- au_to_attr ( Index Term Link )
  -- au_to_data ( Index Term Link )
  -- au_to_groups ( Index Term Link )
  -- au_to_in_addr ( Index Term Link )
  -- au_to_ipc ( Index Term Link )
  -- au_to_ipc_perm ( Index Term Link )
  -- au_to_iport ( Index Term Link )
  -- au_to_me ( Index Term Link )
  -- au_to_opaque ( Index Term Link )
  -- au_to_path ( Index Term Link )
  -- au_to_process ( Index Term Link )
  -- au_to_return ( Index Term Link )
  -- au_to_socket ( Index Term Link )
  -- au_to_subject ( Index Term Link )
  -- au_to_text ( Index Term Link )
  -- au_user_mask ( Index Term Link )
  -- au_write ( Index Term Link )
 
 baudrate -- return terminal baud rate ( Index Term Link )
 
 bcmp -- operates on variable length strings of bytes ( Index Term Link )
 
 bcopy -- operates on variable length strings of bytes ( Index Term Link )
 
 beep -- activate audio-visual alarm ( Index Term Link )
 
 ber_alloc -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_alloc_t -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_bvdup -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_bvecfree-- Basic Encoding Rules library decoding functions ( Index Term Link )
 
 ber_bvfree -- Basic Encoding Rules library decoding functions ( Index Term Link )
 
 ber_decode -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_encode -- simplified Basic Encoding Rules library encoding functions ( Index Term Link )
 
 ber_first_element -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_flatten -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_flush -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_free -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_bitstring -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_boolean -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_int -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_next -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_null -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_stringa -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_get_stringal -- Basic Encoding Rules library decoding functions ( Index Term Link )
 
 ber_get_stringb -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_init -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_next_element -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_peek_tag -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_printf -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_bitstring -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_boolean -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_int -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_null -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_ostring -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_seq -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_set -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_put_string -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_scanf -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_skiptag -- Basic Encoding Rules library decoding functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ber_start_seq -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 ber_start_set -- simplified Basic Encoding Rules library encoding functions ( Index Term Link ) ( Index Term Link )
 
 Bessel functions of the first kind
  -- j0 ( Index Term Link )
  -- j1 ( Index Term Link )
  -- jn ( Index Term Link )
 
 Bessel functions of the second kind
  -- y0 ( Index Term Link )
  -- y1 ( Index Term Link )
  -- yn ( Index Term Link )
 
 bgets -- read stream up to next delimiter ( Index Term Link )
 
 binary search of sorted table, -- bsearch ( Index Term Link )
 
 binary search trees, manage
  -- tdelete ( Index Term Link )
  -- tfind ( Index Term Link )
  -- tsearch ( Index Term Link )
  -- twalk ( Index Term Link )
 
 bind -- bind a name to a socket ( Index Term Link )
 
 bind a reference to a name -- fn_ctx_bind ( Index Term Link )
 
 bind a reference to a name and associate attributes with named object -- fn_attr_bind ( Index Term Link )
 
 bind or unbind the current thread with the door server pool
  -- door_bind ( Index Term Link )
  -- door_unbind ( Index Term Link )
 
 bindtextdomain -- select location of domain ( Index Term Link )
 
 bit and byte operations, find first set bit -- ffs ( Index Term Link )
 
 bkgd -- set the background character (and rendition) of window ( Index Term Link )
 
 bkgdset -- set the background character (and rendition) of window ( Index Term Link )
 
 bkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 bkgrndset -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 border -- add a single-byte border to a window ( Index Term Link )
 
 border_set -- use complex characters (and renditions) to draw borders ( Index Term Link )
 
 box -- add a single-byte border to a window ( Index Term Link )
 
 box -- graphics interface ( Index Term Link )
 
 box_set -- use complex characters (and renditions) to draw borders ( Index Term Link )
 
 bsd_signal -- simplified signal facilities ( Index Term Link )
 
 bsdmalloc -- memory allocator ( Index Term Link )
 
 bsearch -- binary search a sorted table ( Index Term Link )
 
 BSM
  See Basic Security Module
 
 bstring -- bit and byte string operations ( Index Term Link )
 
 btowc -- single-byte to wide-character conversion ( Index Term Link )
 
 buffer, split into fields -- bufsplit ( Index Term Link )
 
 buffering, assign to stream
  -- setbuffer ( Index Term Link )
  -- setlinebuf ( Index Term Link )
 
 byte order, convert values between host and network
  -- byteorder ( Index Term Link )
  -- htonl ( Index Term Link )
  -- htons ( Index Term Link )
  -- ntohl ( Index Term Link )
  -- ntohs ( Index Term Link )
 
 byte swap -- swab ( Index Term Link )
 
 bzero -- operates on variable length strings of bytes ( Index Term Link )
    
C
 
 C Compilation
  close a shared object -- dlclose ( Index Term Link )
  create new file from dynamic object component -- dldump ( Index Term Link )
  get address of symbol in shared object -- dlsym ( Index Term Link )
  get diagnostic information -- dlerror ( Index Term Link )
  open a shared object -- dlopen ( Index Term Link )
  translate address to symbolic information -- dladdr ( Index Term Link )
 
 call refresh on changes to window -- immedok ( Index Term Link )
 
 can_change_color -- manipulate color information ( Index Term Link )
 
 cancellation -- overview of concepts related to POSIX thread cancellation ( Index Term Link )
  Cancel-Safe ( Index Term Link )
  Cancellation ( Index Term Link )
  Cancellation Points ( Index Term Link )
  Cancellation State ( Index Term Link )
  Cancellation Type ( Index Term Link )
  Cleanup Handlers ( Index Term Link )
  Planning Steps ( Index Term Link )
  POSIX Threads Only ( Index Term Link )
 
 catclose -- close a message catalog ( Index Term Link )
 
 catgets -- read a program message ( Index Term Link )
 
 catopen -- open a message catalog ( Index Term Link )
 
 cbc_crypt -- fast encryption ( Index Term Link )
 
 cbreak -- set input mode controls ( Index Term Link )
 
 cbrt -- cube root function ( Index Term Link )
 
 ceil -- ceiling value function ( Index Term Link )
 
 ceiling value function -- ceil ( Index Term Link )
 
 cfgetispeed -- get input baud rate ( Index Term Link )
 
 cfgetospeed -- get output baud rate ( Index Term Link )
 
 cfsetispeed -- set input baud rate ( Index Term Link )
 
 cfsetospeed -- set output baud rate ( Index Term Link )
 
 cftime -- convert date and time to string ( Index Term Link )
 
 change foreground window attributes
  -- attroff ( Index Term Link )
  -- attron ( Index Term Link )
  -- attrset ( Index Term Link )
  -- wattroff ( Index Term Link )
  -- wattron ( Index Term Link )
  -- wattrset ( Index Term Link )
 
 change or add a value to the PAM environment -- pam_putenv ( Index Term Link )
 
 change or examine calling thread's signal mask -- pthread_sigmask ( Index Term Link )
 
 change or examine calling thread's signal mask -- thr_sigsetmask ( Index Term Link )
 
 change QOP, service for session, -- rpc_gss_set_defaults ( Index Term Link )
 
 change the priority ceiling of a mutex
  -- pthread_mutex_getprioceiling ( Index Term Link )
  -- pthread_mutex_setprioceiling ( Index Term Link )
 
 change the rendition of characters in a window
  -- chgat ( Index Term Link )
  -- mvchgat ( Index Term Link )
  -- mvwchgat ( Index Term Link )
  -- wchgat ( Index Term Link )
 
 character based forms package, -- forms ( Index Term Link )
 
 character based menus package, -- menus ( Index Term Link )
 
 character based panels package, -- panels ( Index Term Link )
 
 character handling
  -- ctype ( Index Term Link )
  -- isalnum ( Index Term Link )
  -- isalpha ( Index Term Link )
  -- isascii ( Index Term Link )
  -- iscntrl ( Index Term Link )
  -- isdigit ( Index Term Link )
  -- isgraph ( Index Term Link )
  -- islower ( Index Term Link )
  -- isprint ( Index Term Link )
  -- ispunct ( Index Term Link )
  -- isspace ( Index Term Link )
  -- isupper ( Index Term Link )
  -- isxdigit ( Index Term Link )
 
 character string
  -- fn_string_assign ( Index Term Link )
  -- fn_string_bytecount ( Index Term Link )
  -- fn_string_charcount ( Index Term Link )
  -- fn_string_code_set ( Index Term Link )
  -- fn_string_compare ( Index Term Link )
  -- fn_string_compare_substring ( Index Term Link )
  -- fn_string_contents ( Index Term Link )
  -- fn_string_copy ( Index Term Link )
  -- fn_string_create ( Index Term Link )
  -- fn_string_destroy ( Index Term Link )
  -- fn_string_from_contents ( Index Term Link )
  -- fn_string_from_str ( Index Term Link )
  -- fn_string_from_str_n ( Index Term Link )
  -- fn_string_from_strings ( Index Term Link )
  -- fn_string_from_substring ( Index Term Link )
  -- fn_string_is_empty ( Index Term Link )
  -- fn_string_next_substring ( Index Term Link )
  -- fn_string_prev_substring ( Index Term Link )
  -- fn_string_str ( Index Term Link )
  -- FN_string_t ( Index Term Link )
 
 check for type-ahead characters -- typeahead ( Index Term Link )
 
 check whether or not Volume Management is managing a pathname -- volmgt_inuse ( Index Term Link )
 
 check whether specific Volume Management features are enabled -- volmgt_feature_enabled ( Index Term Link )
 
 chgat -- change the rendition of characters in a window ( Index Term Link )
 
 Cipher Block Chaining, fast CBC encryption -- cbc_crypt ( Index Term Link )
 
 circle -- graphics interface ( Index Term Link )
 
 class-dependent data translation
  -- elf32_xlatetof ( Index Term Link )
  -- elf64_xlatetof ( Index Term Link )
  -- elf32_xlatetom ( Index Term Link )
  -- elf64_xlatetom ( Index Term Link )
 
 cldap_close -- dispose of connectionless LDAP pointer ( Index Term Link )
 
 cldap_open -- LDAP connectionless communication preparation ( Index Term Link )
 
 cldap_search_s -- connectionless LDAP search ( Index Term Link )
  Retransmission Algorithm ( Index Term Link )
 
 cldap_setretryinfo -- set connectionless LDAP request retransmission parameters ( Index Term Link )
 
 clear -- clear a window ( Index Term Link )
 
 clear a window
  -- clear ( Index Term Link )
  -- erase ( Index Term Link )
  -- wclear ( Index Term Link )
  -- werase ( Index Term Link )
 
 clear to the end of a line
  -- clrtoeol ( Index Term Link )
  -- wclrtoeol ( Index Term Link )
 
 clear to the end of a window
  -- clrtobot ( Index Term Link )
  -- wclrtobot ( Index Term Link )
 
 clearok -- set terminal output controls ( Index Term Link )
 
 client side remote procedure call authentication, library routines for
  -- auth_destroy ( Index Term Link )
  -- authnone_create ( Index Term Link )
  -- authsys_create ( Index Term Link )
  -- authsys_create_default ( Index Term Link )
  -- rpc_clnt_auth ( Index Term Link )
 
 clnt_call -- library routines for client side calls ( Index Term Link )
 
 clnt_control -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_create_timed -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_create_vers -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_create_vers_timed -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_destroy -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_dg_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_freeres -- library routines for client side calls ( Index Term Link )
 
 clnt_geterr -- library routines for client side calls ( Index Term Link )
 
 clnt_pcreateerror -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_perrno -- library routines for client side calls ( Index Term Link )
 
 clnt_perror -- library routines for client side calls ( Index Term Link )
 
 clnt_raw_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_spcreateerror -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_sperrno -- library routines for client side calls ( Index Term Link )
 
 clnt_sperror -- library routines for client side calls ( Index Term Link )
 
 clnt_tli_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_tp_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_tp_create_timed -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clnt_vc_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 clock -- report CPU time used ( Index Term Link )
 
 clock_getres -- high-resolution clock operations ( Index Term Link )
 
 clock_gettime -- high-resolution clock operations ( Index Term Link )
 
 clock_settime -- high-resolution clock operations ( Index Term Link )
 
 close a directory stream -- closedir ( Index Term Link )
 
 close a shared object -- dlclose ( Index Term Link )
 
 close a stream -- fclose ( Index Term Link )
 
 close a tnfctl handle -- tnfctl_close ( Index Term Link )
 
 closedir -- close a directory stream ( Index Term Link )
 
 closelog -- control system log ( Index Term Link )
 
 closepl -- graphics interface ( Index Term Link )
 
 closevt -- graphics interface ( Index Term Link )
 
 clrtobot -- clear to the end of a window ( Index Term Link )
 
 clrtoeol -- clear to the end of a line ( Index Term Link )
 
 code conversion allocation function -- iconv_open ( Index Term Link )
 
 code conversion deallocation function -- iconv_close ( Index Term Link )
 
 code conversion for Process Code and File Code
  -- strtows ( Index Term Link )
  -- wstostr ( Index Term Link )
 
 code conversion function -- iconv ( Index Term Link )
 
 collect target process statistics for libthread_db
  -- td_ta_enable_stats ( Index Term Link )
  -- td_ta_get_stats ( Index Term Link )
  -- td_ta_reset_stats ( Index Term Link )
 
 color_content -- manipulate color information ( Index Term Link )
 
 COLOR_PAIR -- manipulate color information ( Index Term Link )
 
 color_set -- control window attributes ( Index Term Link )
 
 column positions of a wide-character code -- wcwidth ( Index Term Link )
 
 column positions of a wide-character string -- wcswidth ( Index Term Link )
 
 command options, get option letter from argument vector -- getopt ( Index Term Link )
 
 command suboptions, parse suboptions from a string -- getsubopt ( Index Term Link )
 
 commands
  open, close to and from a command -- p2open, p2close ( Index Term Link )
  return stream to remote -- rcmd ( Index Term Link )
 
 communications
  accept a connection on a socket -- accept ( Index Term Link )
  allocate memory for ( Index Term Link )
  bind a name to a socket -- bind ( Index Term Link )
  create a pair of connected sockets -- socketpair ( Index Term Link )
  create an endpoint for communication -- socket ( Index Term Link )
  get name of peer connected to socket -- getpeername ( Index Term Link )
  get socket name -- getsockname ( Index Term Link )
  initiate a connection on a socket -- connect ( Index Term Link )
  listen for connections on a socket -- listen ( Index Term Link )
  scatter data in order to test the network -- spray ( Index Term Link )
  send a message from a socket -- send, sendto, sendmsg ( Index Term Link )
  shut down part of a full-duplex connection -- shutdown ( Index Term Link )
 
 compare thread IDs -- pthread_equal ( Index Term Link )
 
 compare wide-characters in memory -- wmemcmp ( Index Term Link )
 
 compile -- regular expression compile and match routines ( Index Term Link )
 
 compile and execute regular expressions
  -- re_comp ( Index Term Link )
  -- re_exec ( Index Term Link )
 
 component names spanning multiple naming systems
  -- fn_composite_name_append_comp ( Index Term Link )
  -- fn_composite_name_append_name ( Index Term Link )
  -- fn_composite_name_assign ( Index Term Link )
  -- fn_composite_name_copy ( Index Term Link )
  -- fn_composite_name_count ( Index Term Link )
  -- fn_composite_name_create ( Index Term Link )
  -- fn_composite_name_delete_comp ( Index Term Link )
  -- fn_composite_name_destroy ( Index Term Link )
  -- fn_composite_name_first ( Index Term Link )
  -- fn_composite_name_from_str ( Index Term Link )
  -- fn_composite_name_from_string ( Index Term Link )
  -- fn_composite_name_insert_comp ( Index Term Link )
  -- fn_composite_name_insert_name ( Index Term Link )
  -- fn_composite_name_is_empty ( Index Term Link )
  -- fn_composite_name_is_equal ( Index Term Link )
  -- fn_composite_name_is_prefix ( Index Term Link )
  -- fn_composite_name_is_suffix ( Index Term Link )
  -- fn_composite_name_last ( Index Term Link )
  -- fn_composite_name_next ( Index Term Link )
  -- fn_composite_name_prefix ( Index Term Link )
  -- fn_composite_name_prepend_comp ( Index Term Link )
  -- fn_composite_name_prepend_name ( Index Term Link )
  -- fn_composite_name_prev ( Index Term Link )
  -- fn_composite_name_suffix ( Index Term Link )
  -- FN_composite_name_t ( Index Term Link )
  -- fn_string_from_composite_name ( Index Term Link )
 
 compute natural logarithm -- log1p ( Index Term Link )
 
 computes exponential functions -- expm1 ( Index Term Link )
 
 concepts related to condition variables -- condition ( Index Term Link )
 
 concepts relating to mutual exclusion locks -- mutex ( Index Term Link )
 
 cond_broadcast -- condition variables ( Index Term Link )
 
 cond_destroy -- condition variables ( Index Term Link )
 
 cond_init -- condition variables ( Index Term Link )
  Condition Signaling ( Index Term Link )
  Condition Wait ( Index Term Link )
  Destroy ( Index Term Link )
  Initialize ( Index Term Link )
 
 cond_signal -- condition variables ( Index Term Link )
 
 cond_timedwait -- condition variables ( Index Term Link )
 
 cond_wait -- condition variables ( Index Term Link )
 
 condition -- concepts related to condition variables ( Index Term Link )
  Condition Signaling ( Index Term Link )
  Condition Wait ( Index Term Link )
  Destroy ( Index Term Link )
  Initialize ( Index Term Link )
 
 condition variables
  -- cond_broadcast ( Index Term Link )
  -- cond_destroy ( Index Term Link )
  -- cond_init ( Index Term Link )
  -- cond_signal ( Index Term Link )
  -- cond_timedwait ( Index Term Link )
  -- cond_wait ( Index Term Link )
 
 config_ap_id_cmp -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_change_state -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_list -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_private_func -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_stat -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_strerror -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_test -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 config_unload -- configuration administration interface ( Index Term Link ) ( Index Term Link )
 
 configuration administration interface
  -- config_ap_id_cmp ( Index Term Link ) ( Index Term Link )
  -- config_change_state ( Index Term Link ) ( Index Term Link )
  -- config_list ( Index Term Link ) ( Index Term Link )
  -- config_private_func ( Index Term Link ) ( Index Term Link )
  -- config_stat ( Index Term Link ) ( Index Term Link )
  -- config_strerror ( Index Term Link ) ( Index Term Link )
  -- config_test ( Index Term Link ) ( Index Term Link )
  -- config_unload ( Index Term Link ) ( Index Term Link )
 
 configuration script, execute -- doconfig ( Index Term Link )
 
 confstr -- get configurable variables ( Index Term Link )
 
 connect -- initiate a connection on socket ( Index Term Link )
 
 connect to a DMI service provider
  -- ConnectToServer ( Index Term Link ) ( Index Term Link )
 
 connectionless LDAP search -- cldap_search_s ( Index Term Link )
 
 construct a handle to a context object using the given reference -- fn_ctx_handle_from_ref ( Index Term Link )
 
 construct equivalent name in same context -- fn_ctx_equivalent_name ( Index Term Link )
 
 cont -- graphics interface ( Index Term Link )
 
 control flush of input and output on interrupt
  -- noqiflush ( Index Term Link )
  -- qiflush ( Index Term Link )
 
 control kernel tracing and process filtering
  -- tnfctl_filter_list_add ( Index Term Link )
  -- tnfctl_filter_list_delete ( Index Term Link )
  -- tnfctl_filter_list_get ( Index Term Link )
  -- tnfctl_filter_state_set ( Index Term Link )
  -- tnfctl_trace_state_set ( Index Term Link )
 
 control probes of another process where caller provides /proc functionality
  -- tnfctl_check_libs ( Index Term Link )
  -- tnfctl_indirect_open ( Index Term Link )
 
 control system log
  -- closelog ( Index Term Link )
  -- openlog ( Index Term Link )
  -- setlogmask ( Index Term Link )
  -- syslog ( Index Term Link )
 
 control window attributes
  -- attr_get ( Index Term Link )
  -- attr_off ( Index Term Link )
  -- attr_on ( Index Term Link )
  -- attr_set ( Index Term Link )
  -- color_set ( Index Term Link )
  -- wattr_get ( Index Term Link )
  -- wattr_off ( Index Term Link )
  -- wattr_on ( Index Term Link )
  -- wattr_set ( Index Term Link )
  -- wcolor_set ( Index Term Link )
 
 control window refresh
  -- is_linetouched ( Index Term Link )
  -- is_wintouched ( Index Term Link )
  -- touchline ( Index Term Link )
  -- touchwin ( Index Term Link )
  -- untouchwin ( Index Term Link )
  -- wtouchln ( Index Term Link )
 
 convert date and time to string -- strftime ( Index Term Link )
 
 convert string to unsigned long -- strtoul ( Index Term Link )
 
 convert wide character string to double-precision number -- wcstod ( Index Term Link )
 
 convert date and time to string -- strftime
  ascftime ( Index Term Link )
  cftime ( Index Term Link )
 
 convert wide character string to double-precision number -- watof, watof ( Index Term Link )
 
 convert wide character string to double-precision number -- wstod, wstod ( Index Term Link )
 
 convert a character string to a wide-character string -- mbstowcs ( Index Term Link )
 
 convert a character string to a wide-character string (restartable) -- mbsrtowcs ( Index Term Link )
 
 convert a character to a wide-character code -- mbtowc ( Index Term Link )
 
 convert a character to a wide-character code (restartable) -- mbrtowc ( Index Term Link )
 
 convert a supplied name into an absolute pathname that can be used to access removable media -- media_findname ( Index Term Link )
 
 convert a thread id or thread address to a thread handle
  -- td_ta_map_addr2thr ( Index Term Link )
  -- td_ta_map_id2thr ( Index Term Link )
 
 convert a wide-character code to a character -- wctomb ( Index Term Link )
 
 convert a wide-character code to a character (restartable) -- wcrtomb ( Index Term Link )
 
 convert a wide-character string to a character string -- wcstombs ( Index Term Link )
 
 convert a wide-character string to a character string (restartable) -- wcsrtombs ( Index Term Link )
 
 convert a wide character to printable form -- wunctrl ( Index Term Link )
 
 convert between Volume Management symbolic names, and the devices that correspond to them
  -- volmgt_symdev ( Index Term Link )
  -- volmgt_symname ( Index Term Link )
 
 convert character to printable form -- unctrl ( Index Term Link )
 
 convert date and time to wide character string -- wcsftime ( Index Term Link )
 
 convert floating-point number to string
  -- ecvt ( Index Term Link )
  -- fcvt ( Index Term Link )
  -- gcvt ( Index Term Link )
 
 convert formatted input
  -- fscanf ( Index Term Link )
  -- scanf ( Index Term Link )
  -- sscanf ( Index Term Link )
 
 convert formatted wide-character input
  -- fwscanf ( Index Term Link )
  -- swscanf ( Index Term Link )
  -- wscanf ( Index Term Link )
 
 convert monetary value to string --strfmon ( Index Term Link )
 
 convert numbers to strings
  -- econvert ( Index Term Link )
  -- ecvt ( Index Term Link )
  -- fconvert ( Index Term Link )
  -- fcvt ( Index Term Link )
  -- fprintf ( Index Term Link )
  -- gconvert ( Index Term Link )
  -- gcvt ( Index Term Link )
  -- printf ( Index Term Link )
  -- qeconvert ( Index Term Link )
  -- qfconvert ( Index Term Link )
  -- qgconvert ( Index Term Link )
  -- seconvert ( Index Term Link )
  -- sfconvert ( Index Term Link )
  -- sgconvert ( Index Term Link )
  -- sprintf ( Index Term Link )
  -- vfprintf ( Index Term Link )
  -- vprintf ( Index Term Link )
 
 convert string to double-precision number
  -- atof ( Index Term Link )
  -- strtod ( Index Term Link )
 
 convert to wchar_t strings, wsprintf ( Index Term Link )
 
 convert wide character string to unsigned long -- wcstoul ( Index Term Link )
 
 copy a character string (with renditions) to a window
  -- addchnstr ( Index Term Link )
  -- addchstr ( Index Term Link )
  -- mvaddchnstr ( Index Term Link )
  -- mvaddchstr ( Index Term Link )
  -- mvwaddchnstr ( Index Term Link )
  -- mvwaddchstr ( Index Term Link )
  -- waddchnstr ( Index Term Link )
  -- waddchstr ( Index Term Link )
 
 copy a string of complex characters (with renditions) to a window
  -- add_wchnstr ( Index Term Link )
  -- add_wchstr ( Index Term Link )
  -- mvadd_wchnstr ( Index Term Link )
  -- mvadd_wchstr ( Index Term Link )
  -- mvwadd_wchnstr ( Index Term Link )
  -- mvwadd_wchstr ( Index Term Link )
  -- wadd_wchnstr ( Index Term Link )
  -- wadd_wchstr ( Index Term Link )
 
 copy wide-characters in memory -- wmemcpy ( Index Term Link )
 
 copy wide-characters in memory with overlapping areas -- wmemmove ( Index Term Link )
 
 copysign -- return magnitude of first argument and sign of second argument ( Index Term Link )
 
 copywin -- overlay or overwrite any portion of window ( Index Term Link )
 
 cos -- cosine function ( Index Term Link )
 
 cosh -- hyperbolic cosine function ( Index Term Link )
 
 cosine function -- cos ( Index Term Link )
 
 cplus_demangle -- decode a C++ encoded symbol name ( Index Term Link )
 
 CPU time, report for calling process -- clock ( Index Term Link )
 
 CPU-use, prepare execution profile -- monitor ( Index Term Link )
 
 create a door descriptor -- door_create ( Index Term Link ) ( Index Term Link )
 
 create a GSS_API security context, -- rpc_gss_seccreate ( Index Term Link )
 
 create a new window or subwindow
  -- derwin ( Index Term Link )
  -- newwin ( Index Term Link )
  -- subwin ( Index Term Link )
 
 create a temporary file -- tmpfile ( Index Term Link )
 
 create a thread -- pthread_create ( Index Term Link )
 
 create a tread -- thr_create ( Index Term Link )
 
 create cancellation point in the calling thread. -- pthread_testcancel ( Index Term Link )
 
 create handle for internal process probe control -- tnfctl_internal_open ( Index Term Link )
 
 create handle for kernel probe control -- tnfctl_kernel_open ( Index Term Link )
 
 create new file from dynamic object component -- dldump ( Index Term Link )
 
 create or refresh a pad or subpad
  -- newpad ( Index Term Link )
  -- pnoutrefresh ( Index Term Link )
  -- prefresh ( Index Term Link )
  -- subpad ( Index Term Link )
 
 create subcontext and associate attributes -- fn_attr_create_subcontext ( Index Term Link )
 
 create thread-specific data key -- pthread_key_create ( Index Term Link ) ( Index Term Link )
 
 CRT handling and optimization package, -- curses ( Index Term Link )
 
 crypt -- password and file encryption functions ( Index Term Link )
 
 crypt -- string encoding function ( Index Term Link )
 
 cset -- get information on EUC codesets ( Index Term Link )
 
 csetcol -- get information on EUC codesets ( Index Term Link )
 
 csetlen -- get information on EUC codesets ( Index Term Link )
 
 csetno -- get information on EUC codesets ( Index Term Link )
 
 ctermid -- generate path name for controlling terminal ( Index Term Link )
 
 ctermid_r -- generate path name for controlling terminal ( Index Term Link )
 
 ctype -- character handling ( Index Term Link )
 
 cube root function -- cbrt ( Index Term Link )
 
 current location of a named directory stream -- telldir ( Index Term Link )
 
 current working directory, get pathname -- getcwd ( Index Term Link )
 
 curs_addwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 curs_addwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 curs_addwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 curs_alecompat -- moving the cursor by character ( Index Term Link )
 
 curs_attr -- curses character and window attribute control routines ( Index Term Link )
  Attributes ( Index Term Link )
 
 curs_getwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
  Function Keys ( Index Term Link )
 
 curs_getwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 curs_inswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 curs_inswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 curs_inwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 curs_inwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 curs_inwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 curs_pad -- create and display curses pads ( Index Term Link )
 
 curs_set -- set visibility of cursor ( Index Term Link )
 
 curses -- CRT handling and optimization package ( Index Term Link )
 
 curses -- introduction and overview of X/Open Curses ( Index Term Link )
 
 curses pads, create and display -- curs_pad ( Index Term Link )
 
 curses -- introduction and overview of X/Open Curses
  Attributes, Color Pairs, and Renditions ( Index Term Link )
  Complex Characters ( Index Term Link )
  Data Types ( Index Term Link )
  Display Operations ( Index Term Link )
  Input Processing ( Index Term Link )
 
 curses pads, create and display -- curs_pad
  newpad ( Index Term Link )
 
 curses -- introduction and overview of X/Open Curses
  Non-Spacing Characters ( Index Term Link )
  Overlapping Windows ( Index Term Link )
 
 curses pads, create and display -- curs_pad
  pechochar ( Index Term Link )
  pechowchar ( Index Term Link )
  pnoutrefresh ( Index Term Link )
  prefresh ( Index Term Link )
 
 curses -- introduction and overview of X/Open Curses
  Screens, Windows, and Terminals ( Index Term Link )
  Special Characters ( Index Term Link )
 
 curses pads, create and display -- curs_pad
  subpad ( Index Term Link )
 
 curses, low-level routines
  -- curs_kernel ( Index Term Link )
  -- curs_set ( Index Term Link )
  -- def_prog_mode ( Index Term Link )
  -- def_shell_mode ( Index Term Link )
  -- getsyx ( Index Term Link )
  -- napms ( Index Term Link )
  -- reset_prog_mode ( Index Term Link )
  -- reset_shell_mode ( Index Term Link )
  -- resettty ( Index Term Link )
  -- ripoffline ( Index Term Link )
  -- savetty ( Index Term Link )
  -- setsyx ( Index Term Link )
 
 curses bell and screen flash routines
  -- beep ( Index Term Link )
  -- curs_beep ( Index Term Link )
  -- flash ( Index Term Link )
 
 curses borders, horizontal and vertical lines, create
  -- border ( Index Term Link )
  -- box ( Index Term Link )
  -- curs_border ( Index Term Link )
  -- wborder ( Index Term Link )
  -- whline ( Index Term Link )
  -- wvline ( Index Term Link )
 
 curses character and window attribute control routines
  -- attroff ( Index Term Link )
  -- attron ( Index Term Link )
  -- attrset ( Index Term Link )
  -- curs_attr ( Index Term Link )
  -- standend ( Index Term Link )
  -- standout ( Index Term Link )
  -- wattroff ( Index Term Link )
  -- wattron ( Index Term Link )
  -- wattrset ( Index Term Link )
  -- wstandend ( Index Term Link )
  -- wstandout ( Index Term Link )
 
 curses color manipulation routines
  -- can_change_colors ( Index Term Link )
  -- color_content ( Index Term Link )
  -- curs_color ( Index Term Link )
  -- has_colors ( Index Term Link )
  -- init_color ( Index Term Link )
  -- init_pair ( Index Term Link )
  -- pair_content ( Index Term Link )
  -- start_color ( Index Term Link )
 
 curses cursor and window coordinates
  -- curs_getyx ( Index Term Link )
  -- getbegyx ( Index Term Link )
  -- getmaxyx ( Index Term Link )
  -- getparyx ( Index Term Link )
  -- getyx ( Index Term Link )
 
 curses environment query routines
  -- baudrate ( Index Term Link )
  -- curs_termattrs ( Index Term Link )
  -- erasechar ( Index Term Link )
  -- has_ic ( Index Term Link )
  -- has_il ( Index Term Link )
  -- killchar ( Index Term Link )
  -- longname ( Index Term Link )
  -- termattrs ( Index Term Link )
  -- termname ( Index Term Link )
 
 curses interfaces to termcap library
  -- curs_termcap ( Index Term Link )
  -- tgetent ( Index Term Link )
  -- tgetflag ( Index Term Link )
  -- tgetnum ( Index Term Link )
  -- tgetstr ( Index Term Link )
  -- tgoto ( Index Term Link )
  -- tputs ( Index Term Link )
 
 curses interfaces to terminfo database
  -- curs_terminfo ( Index Term Link )
  -- del_curterm ( Index Term Link )
  -- mvcur ( Index Term Link )
  -- putp ( Index Term Link )
  -- restartterm ( Index Term Link )
  -- set_curterm ( Index Term Link )
  -- setterm ( Index Term Link )
  -- setupterm ( Index Term Link )
  -- tigetflag ( Index Term Link )
  -- tigetnum ( Index Term Link )
  -- tigetstr ( Index Term Link )
  -- tparm ( Index Term Link )
  -- tputs ( Index Term Link )
  -- vidattr ( Index Term Link )
  -- vidputs ( Index Term Link )
 
 curses library
  See also form library, menu library, or panel library
  -- adjcurspos ( Index Term Link )
  -- curs_alecompat ( Index Term Link )
  -- movenextch ( Index Term Link )
  -- moveprevch ( Index Term Link )
  -- wadjcurspos ( Index Term Link )
  -- wmovenextch ( Index Term Link )
  -- wmoveprevch ( Index Term Link )
 
 curses miscellaneous utility routines
  -- curs_util ( Index Term Link )
  -- delay_output ( Index Term Link )
  -- filter ( Index Term Link )
  -- flushinp ( Index Term Link )
  -- getwin ( Index Term Link )
  -- keyname ( Index Term Link )
  -- putwin ( Index Term Link )
  -- unctrl ( Index Term Link )
  -- use_env ( Index Term Link )
 
 curses refresh control routines
  -- curs_touch ( Index Term Link )
  -- is_linetouched ( Index Term Link )
  -- is_wintouched ( Index Term Link )
  -- touchline ( Index Term Link )
  -- touchwin ( Index Term Link )
  -- untouchwin ( Index Term Link )
  -- wtouchln ( Index Term Link )
 
 curses screen, read/write from/to file
  -- curs_scr_dump ( Index Term Link )
  -- scr_dump ( Index Term Link )
  -- scr_init ( Index Term Link )
  -- scr_restore ( Index Term Link )
  -- scr_set ( Index Term Link )
 
 curses screen initialization and manipulation routines
  -- curs_initscr ( Index Term Link )
  -- delscreen ( Index Term Link )
  -- endwin ( Index Term Link )
  -- initscr ( Index Term Link )
  -- isendwin ( Index Term Link )
  -- newterm ( Index Term Link )
  -- set_term ( Index Term Link )
 
 curses soft label routines
  -- curs_slk ( Index Term Link )
  -- slk_attroff ( Index Term Link )
  -- slk_attron ( Index Term Link )
  -- slk_attrset ( Index Term Link )
  -- slk_clear ( Index Term Link )
  -- slk_init ( Index Term Link )
  -- slk_label ( Index Term Link )
  -- slk_noutrefresh ( Index Term Link )
  -- slk_refresh ( Index Term Link )
  -- slk_restore ( Index Term Link )
  -- slk_set ( Index Term Link )
  -- slk_touch ( Index Term Link )
 
 curses terminal input option control routines
  -- cbreak ( Index Term Link )
  -- curs_inopts ( Index Term Link )
  -- echo ( Index Term Link )
  -- halfdelay ( Index Term Link )
  -- intrflush ( Index Term Link )
  -- keypad ( Index Term Link )
  -- meta ( Index Term Link )
  -- nocbreak ( Index Term Link )
  -- nodelay ( Index Term Link )
  -- noecho ( Index Term Link )
  -- noqiflush ( Index Term Link )
  -- noraw ( Index Term Link )
  -- notimeout ( Index Term Link )
  -- qiflush ( Index Term Link )
  -- raw ( Index Term Link )
  -- timeout ( Index Term Link )
  -- typeahead ( Index Term Link )
  -- wtimeout ( Index Term Link )
 
 curses terminal keyboard
  -- curs_getstr ( Index Term Link )
  -- getstr ( Index Term Link )
  -- mvgetstr ( Index Term Link )
  -- mvwgetstr ( Index Term Link )
  -- wgetnstr ( Index Term Link )
  -- wgetstr ( Index Term Link )
 
 curses terminal keyboard, get characters
  -- curs_getch ( Index Term Link )
  -- getch ( Index Term Link )
  -- mvgetch ( Index Term Link )
  -- mvwgetch ( Index Term Link )
  -- ungetch ( Index Term Link )
  -- wgetch ( Index Term Link )
 
 curses terminal output option control routines
  -- clearok ( Index Term Link )
  -- curs_outopts ( Index Term Link )
  -- idcok ( Index Term Link )
  -- idlok ( Index Term Link )
  -- immedok ( Index Term Link )
  -- leaveok ( Index Term Link )
  -- nl ( Index Term Link )
  -- nonl ( Index Term Link )
  -- scrollok ( Index Term Link )
  -- setscereg ( Index Term Link )
  -- wsetscrreg ( Index Term Link )
 
 curses window, add character and advance cursor
  -- addch ( Index Term Link )
  -- curs_addch ( Index Term Link )
  -- echochar ( Index Term Link )
  -- mvwaddch ( Index Term Link ) ( Index Term Link )
  -- waddch ( Index Term Link )
  -- wechochar ( Index Term Link )
 
 curses window, add string of characters
  -- addchnstr ( Index Term Link )
  -- addchstr ( Index Term Link )
  -- curs_addchstr ( Index Term Link )
  -- mvaddchnstr ( Index Term Link )
  -- mvaddchstr ( Index Term Link )
  -- mvwaddchnstr ( Index Term Link )
  -- mvwaddchstr ( Index Term Link )
  -- waddchnstr ( Index Term Link )
  -- waddchstr ( Index Term Link )
 
 curses window, add string of characters and advance cursor
  -- addnstr ( Index Term Link )
  -- addstr ( Index Term Link )
  -- curs_addstr ( Index Term Link )
  -- mvaddnstr ( Index Term Link ) ( Index Term Link )
  -- mvaddstr ( Index Term Link )
  -- mvwaddstr ( Index Term Link )
  -- waddnstr ( Index Term Link )
  -- waddstr ( Index Term Link )
 
 curses window, clear all or part
  -- clear ( Index Term Link )
  -- clrtobot ( Index Term Link )
  -- clrtoeol ( Index Term Link )
  -- curs_clear ( Index Term Link )
  -- erase ( Index Term Link )
  -- wclear ( Index Term Link )
  -- wclrtobot ( Index Term Link )
  -- wclrtoeol ( Index Term Link )
  -- werase ( Index Term Link )
 
 curses window, convert formatted input
  -- curs_scanw ( Index Term Link )
  -- mvscanw ( Index Term Link )
  -- mvwscanw ( Index Term Link )
  -- scanw ( Index Term Link )
  -- vwscanw ( Index Term Link )
  -- wscanw ( Index Term Link )
 
 curses window, delete and insert lines
  -- curs_deleteln ( Index Term Link )
  -- deleteln ( Index Term Link )
  -- insdelln ( Index Term Link )
  -- insertln ( Index Term Link )
  -- wdeleteln ( Index Term Link )
  -- winsdelln ( Index Term Link )
  -- winsertln ( Index Term Link )
 
 curses window, delete character under cursor
  -- curs_delch ( Index Term Link )
  -- delch ( Index Term Link )
  -- mvdelch ( Index Term Link )
  -- mvwdelch ( Index Term Link )
  -- wdelch ( Index Term Link )
 
 curses window, get character and its attributes
  -- curs_inch ( Index Term Link )
  -- inch ( Index Term Link )
  -- mvinch ( Index Term Link )
  -- mvwinch ( Index Term Link )
  -- winch ( Index Term Link )
 
 curses window, get string of characters
  -- curs_inchstr ( Index Term Link )
  -- curs_instr ( Index Term Link )
  -- inchnstr ( Index Term Link )
  -- inchstr ( Index Term Link )
  -- innstr ( Index Term Link )
  -- instr ( Index Term Link )
  -- mvinchnstr ( Index Term Link )
  -- mvinchstr ( Index Term Link )
  -- mvinnstr ( Index Term Link )
  -- mvinstr ( Index Term Link )
  -- mvwinchnstr ( Index Term Link )
  -- mvwinchstr ( Index Term Link )
  -- mvwinnstr ( Index Term Link )
  -- mvwinstr ( Index Term Link )
  -- winchnstr ( Index Term Link )
  -- winchstr ( Index Term Link )
  -- winnstr ( Index Term Link )
  -- winstr ( Index Term Link )
 
 curses window, insert character before character under cursor
  -- curs_insch ( Index Term Link )
  -- insch ( Index Term Link )
  -- mvinsch ( Index Term Link )
  -- mvwinsch ( Index Term Link )
  -- winsch ( Index Term Link )
 
 curses window, insert string before character under cursor
  -- curs_instr ( Index Term Link )
  -- insnstr ( Index Term Link )
  -- instr ( 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 )
 
 curses window, scroll
  -- curs_scroll ( Index Term Link )
  -- scrl ( Index Term Link )
  -- scroll ( Index Term Link )
  -- wscrl ( Index Term Link )
 
 curses window background manipulation routines
  -- bkgd ( Index Term Link )
  -- bkgdset ( Index Term Link )
  -- curs_bkgd ( Index Term Link )
  -- wbkgd ( Index Term Link )
  -- wbkgdset ( Index Term Link )
 
 curses window cursor
  -- curs_move ( Index Term Link )
  -- move ( Index Term Link )
  -- wmove ( Index Term Link )
 
 curses windows, create
  -- curs_window ( Index Term Link )
  -- delwin ( Index Term Link )
  -- derwin ( Index Term Link )
  -- dupwin ( Index Term Link )
  -- mvderwin ( Index Term Link )
  -- mvwin ( Index Term Link )
  -- newwin ( Index Term Link )
  -- subwin ( Index Term Link )
  -- syncok ( Index Term Link )
  -- wcursyncup ( Index Term Link )
  -- wsyncdown ( Index Term Link )
  -- wsyncup ( Index Term Link )
 
 curses windows, overlap and manipulate
  -- copywin ( Index Term Link )
  -- curs_overlay ( Index Term Link )
  -- overlay ( Index Term Link )
  -- overwrite ( Index Term Link )
 
 curses windows, print formatted output
  -- curs_printw ( Index Term Link )
  -- mvprintw ( Index Term Link )
  -- mvwprintw ( Index Term Link )
  -- printw ( Index Term Link )
  -- vwprintw ( Index Term Link )
  -- wprintw ( Index Term Link )
 
 curses windows and lines, refresh
  -- curs_refresh ( Index Term Link )
  -- doupdate ( Index Term Link )
  -- redrawwin ( Index Term Link )
  -- refresh ( Index Term Link )
  -- wnoutrefresh ( Index Term Link )
  -- wredrawln ( Index Term Link )
  -- wrefresh ( Index Term Link )
 
 cuserid -- get character-string representation of login name of user ( Index Term Link )
    
D
 
 data base subroutines -- dbm ( Index Term Link )
  dbmclose ( Index Term Link )
  dbminit ( Index Term Link )
  delete ( Index Term Link )
  fetch ( Index Term Link )
  firstkey ( Index Term Link )
  nextkey ( Index Term Link )
  store ( Index Term Link )
 
 Data Encryption Standard, fast DES encryption -- des_crypt ( Index Term Link )
 
 database functions
  -- dbm_clearerr ( Index Term Link )
  -- dbm_close ( Index Term Link )
  -- dbm_delete ( Index Term Link )
  -- dbm_error ( Index Term Link )
  -- dbm_fetch ( Index Term Link )
  -- dbm_firstkey ( Index Term Link )
  -- dbm_nextkey ( Index Term Link )
  -- dbm_open ( Index Term Link )
  -- dbm_store ( Index Term Link )
 
 date and time
  convert to string -- asctime ( Index Term Link )
  convert to string -- asctime_r ( Index Term Link )
  convert to string -- ctime ( Index Term Link )
  convert to string -- ctime_r ( Index Term Link )
  convert to string -- gmtime ( Index Term Link )
  convert to string -- gmtime_r ( Index Term Link )
  convert to string -- localtime ( Index Term Link )
  convert to string -- localtime_r ( Index Term Link )
  convert to string -- tzset ( Index Term Link )
  convert to string -- tzsetwall ( Index Term Link )
  convert user format date and time -- getdate ( Index Term Link )
  -- gettimeofday ( Index Term Link ) ( Index Term Link )
 
 date and time conversion -- strptime ( Index Term Link )
 
 dbm -- data base subroutines ( Index Term Link )
 
 dbm_clearerr -- database functions ( Index Term Link )
 
 dbm_close -- database functions ( Index Term Link )
 
 dbm_delete -- database functions ( Index Term Link )
 
 dbm_error -- database functions ( Index Term Link )
 
 dbm_fetch -- database functions ( Index Term Link )
 
 dbm_firstkey -- database functions ( Index Term Link )
 
 dbm_nextkey -- database functions ( Index Term Link )
 
 dbm_open -- database functions ( Index Term Link )
 
 dbm_store -- database functions ( Index Term Link )
 
 dbmclose -- data base subroutines ( Index Term Link )
 
 dbminit -- data base subroutines ( Index Term Link )
 
 debugging memory allocator
  -- calloc ( Index Term Link )
  -- cfree ( Index Term Link )
  -- free ( Index Term Link )
  -- mallinfo ( Index Term Link )
  -- malloc ( Index Term Link )
  -- mallopt ( Index Term Link )
  -- memalign ( Index Term Link )
  -- realloc ( Index Term Link )
  -- valloc ( Index Term Link )
 
 decimal record from double-precision floating -- double_to_decimal ( Index Term Link )
 
 decimal record from extended-precision floating -- extended_to_decimal ( Index Term Link )
 
 decimal record from quadruple-precision floating -- quadruple_to_decimal ( Index Term Link )
 
 decimal record from single-precision floating -- single_to_decimal ( Index Term Link )
 
 decimal record to double-precision floating -- decimal_to_double ( Index Term Link )
 
 decimal record to extended-precision floating -- decimal_to_extended ( Index Term Link )
 
 decimal record to quadruple-precision floating -- decimal_to_quadruple ( Index Term Link )
 
 decimal record to single-precision floating -- decimal_to_single ( Index Term Link )
 
 decimal_to_double -- decimal record to double-precision floating ( Index Term Link )
 
 decimal_to_extended -- decimal record to extended-precision floating ( Index Term Link )
 
 decimal_to_quadruple -- decimal record to quadruple-precision floating ( Index Term Link )
 
 decimal_to_single -- decimal record to single-precision floating ( Index Term Link )
 
 decode a C++ encoded symbol name
  -- cplus_demangle ( Index Term Link )
  -- demangle ( Index Term Link )
 
 decompose floating-point number
  -- modf ( Index Term Link )
  -- modff ( Index Term Link )
 
 def_prog_mode -- save/restore terminal modes ( Index Term Link )
 
 def_shell_mode -- save/restore terminal modes ( Index Term Link )
 
 define character class -- wctype ( Index Term Link )
 
 define character mapping -- wctrans ( Index Term Link )
 
 define default catalog -- setcat ( Index Term Link )
 
 define the label for pfmt() and lfmt(). -- setlabel ( Index Term Link )
 
 del_curterm -- free space pointed to by terminal ( Index Term Link )
 
 delay_output -- delays output ( Index Term Link )
 
 delays output -- delay_output ( Index Term Link )
 
 delch -- remove a character ( Index Term Link )
 
 delete -- data base subroutines ( Index Term Link )
 
 delete a window -- delwin ( Index Term Link )
 
 delete thread-specific data key -- pthread_key_delete ( Index Term Link )
 
 deleteln -- remove a line ( Index Term Link )
 
 delwin -- delete a window ( Index Term Link )
 
 demangle -- decode a C++ encoded symbol name ( Index Term Link )
 
 derwin -- create a new window or subwindow ( Index Term Link )
 
 des_crypt -- fast DES encryption ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 DES_FAILED -- encryption failed ( Index Term Link )
 
 des_setparity -- set encryption key ( Index Term Link )
 
 descriptions of XFN status codes -- xfn_status_codes ( Index Term Link )
 
 detach a name from a STREAMS-based file descriptor -- fdetach ( Index Term Link )
 
 detach a thread -- pthread_detach ( Index Term Link )
 
 determine conversion object status -- mbsinit ( Index Term Link )
 
 determine insert/delete character/line capability
  -- has_ic ( Index Term Link )
  -- has_il ( Index Term Link )
 
 device id interfaces for a user environment
  -- devid_compare ( Index Term Link )
  -- devid_deviceid_to_nmlist ( Index Term Link )
  -- devid_free ( Index Term Link )
  -- devid_free_nmlist ( Index Term Link )
  -- devid_get ( Index Term Link )
  -- devid_get_minor_name ( Index Term Link )
  -- devid_sizeof ( Index Term Link )
 
 device number, manage -- makedev, major, minor ( Index Term Link )
 
 devid_compare -- device id interfaces for a user environment ( Index Term Link )
 
 devid_deviceid_to_nmlist -- device id interfaces for a user environment ( Index Term Link )
 
 devid_free -- device id interfaces for a user environment ( Index Term Link )
 
 devid_free_nmlist -- device id interfaces for a user environment ( Index Term Link )
 
 devid_get -- device id interfaces for a user environment ( Index Term Link )
 
 devid_get_minor_name -- device id interfaces for a user environment ( Index Term Link )
 
 devid_sizeof -- device id interfaces for a user environment ( Index Term Link )
 
 dgettext -- message handling function ( Index Term Link )
 
 dial -- establish an outgoing terminal line connection ( Index Term Link )
 
 difftime -- computes the difference between two calendar times ( Index Term Link )
 
 directio -- provide advice to file system ( Index Term Link )
 
 directories
  create, remove them in a path -- mkdirp, rmdirp ( Index Term Link )
  get current working directory pathname -- getwd ( Index Term Link )
  get pathname of current working directory -- getcwd ( Index Term Link )
 
 directory operations
  -- alphasort ( Index Term Link )
  -- scandir ( Index Term Link )
 
 dirname -- report parent directory name of file path name ( Index Term Link )
 
 disable use of certain terminal capabilities -- filter ( Index Term Link )
 
 discard type-ahead characters -- flushinp ( Index Term Link )
 
 display error message in standard format -- pfmt ( Index Term Link )
 
 display error message in standard format and pass to logging and monitoring services -- lfmt ( Index Term Link )
 
 display error message in standard format and pass to logging and monitoring services -- vlfmt ( Index Term Link )
 
 display error message in standard format and pass to logging and monitoring services -- vpfmt ( Index Term Link )
 
 display string with video attributes
  -- vid_attr ( Index Term Link )
  -- vid_puts ( Index Term Link )
  -- vidattr ( Index Term Link )
  -- vidputs ( Index Term Link )
 
 dispose of connectionless LDAP pointer -- cldap_close ( Index Term Link )
 
 div -- compute quotient and remainder ( Index Term Link )
 
 division and remainder operations
  -- div ( Index Term Link )
  -- ldiv ( Index Term Link )
 
 dladdr -- translate address to symbolic information ( Index Term Link )
 
 dlclose -- close a shared object ( Index Term Link )
 
 dldump -- create new file from dynamic object component of calling process ( Index Term Link )
 
 dlerror -- get diagnostic information ( Index Term Link )
 
 dlinfo -- dynamic load information ( Index Term Link )
 
 dlopen -- open a shared object ( Index Term Link )
 
 dlsym -- get address of symbol in shared object ( Index Term Link )
 
 DmiAddComponent -- Management Interface database administration functions ( Index Term Link )
 
 DmiAddGroup -- Management Interface database administration functions ( Index Term Link )
 
 DmiAddLanguage -- Management Interface database administration functions ( Index Term Link )
 
 DmiAddRow -- Management Interface operation functions ( Index Term Link )
 
 DmiDeleteComponent -- Management Interface database administration functions ( Index Term Link )
 
 DmiDeleteGroup -- Management Interface database administration functions ( Index Term Link )
 
 DmiDeleteLanguage -- Management Interface database administration functions ( Index Term Link )
 
 DmiDeleteRow -- Management Interface operation functions ( Index Term Link )
 
 DmiGetAttribute -- Management Interface operation functions ( Index Term Link )
 
 DmiGetConfig -- Management Interface initialization functions ( Index Term Link )
 
 DmiGetMultiple -- Management Interface operation functions ( Index Term Link )
 
 DmiGetVersion -- Management Interface initialization functions ( Index Term Link )
 
 DmiListAttributes -- Management Interface listing functions ( Index Term Link )
 
 DmiListClassNames -- Management Interface listing functions ( Index Term Link )
 
 DmiListComponents -- Management Interface listing functions ( Index Term Link )
 
 DmiListComponentsByClass -- Management Interface listing functions ( Index Term Link )
 
 DmiListGroups -- Management Interface listing functions ( Index Term Link )
 
 DmiListLanguages -- Management Interface listing functions ( Index Term Link )
 
 DmiOriginateEvent -- Service Provider functions for components ( Index Term Link )
 
 DmiRegister -- Management Interface initialization functions ( Index Term Link )
 
 DmiRegisterCi -- Service Provider functions for components ( Index Term Link )
 
 DmiSetAttribute -- Management Interface operation functions ( Index Term Link )
 
 DmiSetConfig -- Management Interface initialization functions ( Index Term Link )
 
 DmiSetMultiple -- Management Interface operation functions ( Index Term Link )
 
 DmiUnregister -- Management Interface initialization functions ( Index Term Link )
 
 DmiUnRegisterCi -- Service Provider functions for components ( Index Term Link )
 
 dn_comp -- resolver routines ( Index Term Link )
 
 dn_expand -- resolver routines ( Index Term Link )
 
 doconfig -- execute a configuration script ( Index Term Link )
 
 door_bind -- bind or unbind the current thread with the door server pool ( Index Term Link )
 
 door_call -- invoke the function associated with a door descriptor ( Index Term Link )
 
 door_create -- create a door descriptor ( Index Term Link ) ( Index Term Link )
 
 door_cred -- return credential information associated with the client ( Index Term Link ) ( Index Term Link )
 
 door_info -- return information associated with a door descriptor ( Index Term Link ) ( Index Term Link )
 
 door_return -- return from a door invocation ( Index Term Link )
 
 door_revoke -- revoke access to a door descriptor ( Index Term Link ) ( Index Term Link )
 
 door_server_create -- specify an alternative door server thread creation function ( Index Term Link )
 
 door_unbind -- bind or unbind the current thread with the door server pool ( Index Term Link )
 
 double_to_decimal -- decimal record from double-precision floating ( Index Term Link )
 
 doupdate -- refresh windows and lines ( Index Term Link )
 
 dup2 -- duplicate an open file descriptor ( Index Term Link )
 
 duplicate a window -- dupwin ( Index Term Link )
 
 duplicate an open file descriptor -- dup2 ( Index Term Link )
 
 dupwin -- duplicate a window ( Index Term Link )
 
 dynamic linking
  close a shared object -- dlclose ( Index Term Link )
  create new file from dynamic object component -- dldump ( Index Term Link )
  get address of symbol in shared object -- dlsym ( Index Term Link )
  get diagnostic information -- dlerror ( Index Term Link )
  open a shared object -- dlopen ( Index Term Link )
 
 dynamic load information -- dlinfo ( Index Term Link )
    
E
 
 ecb_crypt -- fast encryption ( Index Term Link )
 
 echo -- enable/disable terminal echo ( Index Term Link )
 
 echo_wchar -- add a complex character and refresh window ( Index Term Link )
 
 echochar -- add a single-byte character and refresh window ( Index Term Link )
 
 echowchar -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 econvert -- convert number to ASCII ( Index Term Link )
 
 ecvt -- convert number to ASCII ( Index Term Link )
 
 edata -- last location in program ( Index Term Link )
 
 Electronic Code Book, fast ECB encryption -- ecb_crypt ( Index Term Link )
 
 elf -- object file access library ( Index Term Link )
 
 elf, get entries from name list -- nlist ( Index Term Link )
 
 elf32_fsize -- return the size of an object file type ( Index Term Link )
 
 elf64_fsize -- return the size of an object file type ( Index Term Link )
 
 elf32_getehdr -- retrieve class-dependent object file header ( Index Term Link )
 
 elf64_getehdr -- retrieve class-dependent object file header ( Index Term Link )
 
 elf32_getphdr -- retrieve class-dependent program header table ( Index Term Link )
 
 elf64_getphdr -- retrieve class-dependent program header table ( Index Term Link )
 
 elf32_getshdr -- retrieve class-dependent section header ( Index Term Link )
 
 elf64_getshdr -- retrieve class-dependent section header ( Index Term Link )
 
 elf32_newehdr -- retrieve class-dependent object file header ( Index Term Link )
 
 elf64_newehdr -- retrieve class-dependent object file header ( Index Term Link )
 
 elf32_newphdr -- retrieve class-dependent program header table ( Index Term Link )
 
 elf64_newphdr -- retrieve class-dependent program header table ( Index Term Link )
 
 elf32_xlatetof -- class-dependent data translation ( Index Term Link )
 
 elf64_xlatetof -- class-dependent data translation ( Index Term Link )
 
 elf32_xlatetom -- class-dependent data translation ( Index Term Link )
 
 elf64_xlatetom -- class-dependent data translation ( Index Term Link )
 
 elf_begin -- process ELF object files ( Index Term Link )
 
 elf_cntl -- control an elf file descriptor ( Index Term Link )
 
 elf_end -- process ELF object files ( Index Term Link )
 
 elf_errmsg -- error handling ( Index Term Link )
 
 elf_errno -- error handling ( Index Term Link )
 
 elf_fill -- set fill byte ( Index Term Link )
 
 elf_flagdata -- manipulate flags ( Index Term Link )
 
 elf_flagehdr -- manipulate flags ( Index Term Link )
 
 elf_flagelf -- manipulate flags ( Index Term Link )
 
 elf_flagphdr -- manipulate flags ( Index Term Link ) ( Index Term Link )
 
 elf_flagshdr -- manipulate flags ( Index Term Link )
 
 elf_getarhdr -- retrieve archive member header ( Index Term Link )
 
 elf_getarsym -- retrieve archive symbol table ( Index Term Link )
 
 elf_getbase -- get the base offset for an object file ( Index Term Link )
 
 elf_getdata -- get section data ( Index Term Link )
 
 elf_getident -- retrieve file identification data ( Index Term Link )
 
 elf_getscn -- get section information ( Index Term Link )
 
 elf_hash -- compute hash value ( Index Term Link )
 
 elf_kind -- determine file type ( Index Term Link )
 
 elf_memory -- process ELF object files ( Index Term Link )
 
 elf_ndxscn -- get section information ( Index Term Link )
 
 elf_newdata -- get section data ( Index Term Link )
 
 elf_newscn -- get section information ( Index Term Link )
 
 elf_next -- process ELF object files ( Index Term Link )
 
 elf_nextscn -- get section information ( Index Term Link )
 
 elf_rand -- process ELF object files ( Index Term Link )
 
 elf_rawdata -- get section data ( Index Term Link )
 
 elf_rawfile -- retrieve uninterpreted file contents ( Index Term Link )
 
 elf_strptr -- make a string pointer ( Index Term Link )
 
 elf_update -- update an ELF descriptor ( Index Term Link )
 
 elf_version -- coordinate ELF library and application versions ( Index Term Link )
 
 emulate the termcap database
  -- tgetent ( Index Term Link )
  -- tgetflag ( Index Term Link )
  -- tgetnum ( Index Term Link )
  -- tgetstr ( Index Term Link )
  -- tgoto ( Index Term Link )
 
 enable/disable half-delay mode -- halfdelay ( Index Term Link )
 
 enable/disable hardware insert-character and delete-character features -- idcok ( Index Term Link )
 
 enable/disable keypad handling -- keypad ( Index Term Link )
 
 enable/disable meta keys -- meta ( Index Term Link )
 
 enable/disable newline control
  -- nl ( Index Term Link )
  -- nonl ( Index Term Link )
 
 enable/disable terminal echo
  -- echo ( Index Term Link )
  -- noecho ( Index Term Link )
 
 enable or disable cancellation -- pthread_setcancelstate ( Index Term Link )
 
 enabling or disabling cancellation -- pthread_setcancelstate ( Index Term Link )
 
 encryption, determine whether a buffer of characters is encrypted -- isencrypt ( Index Term Link )
 
 encryption, fast
  Cipher Block Chaining -- cbc_crypt ( Index Term Link )
  Data Encryption Standard -- des_crypt ( Index Term Link )
  Electronic Code Book -- ecb_crypt ( Index Term Link )
 
 encryption functions, password and file -- crypt ( Index Term Link )
 
 end -- last location in program ( Index Term Link )
 
 endac -- get audit control file information ( Index Term Link )
 
 endauclass -- close audit_class database file ( Index Term Link )
 
 endauevent -- close audit_event database file ( Index Term Link )
 
 endauuser -- get audit_user database entry ( Index Term Link )
 
 endgrent -- get group entry from database ( Index Term Link )
 
 endpwent -- get password entry from user database ( Index Term Link )
 
 endservent -- get service entry ( Index Term Link )
 
 endspent -- get shadow password database entry ( Index Term Link )
 
 endusershell() -- function ( Index Term Link )
 
 endutent -- access utmp file entry ( Index Term Link )
 
 endutxent -- access utmpx file entry ( Index Term Link )
 
 endwin -- restore initial terminal environment ( Index Term Link )
 
 environment name, return value -- getenv ( Index Term Link )
 
 environment variables, change or add value -- putenv ( Index Term Link )
 
 erase -- clear a window ( Index Term Link )
 
 erase -- graphics interface ( Index Term Link )
 
 erasechar -- return current ERASE or KILL characters ( Index Term Link )
 
 erasewchar -- return current ERASE or KILL characters ( Index Term Link )
 
 erf -- error and complementary error functions ( Index Term Link )
 
 erfc -- error and complementary error functions ( Index Term Link )
 
 error and complementary error functions
  -- erf ( Index Term Link )
  -- erfc ( Index Term Link )
 
 error messages, get string -- strerror ( Index Term Link )
 
 error messages, system, print -- perror ( Index Term Link )
 
 etext -- last location in program ( Index Term Link )
 
 Ethernet address mapping operations, -- ethers ( Index Term Link )
 
 ethers -- Ethernet address mapping operations ( Index Term Link )
 
 EUC character bytes, -- euclen ( Index Term Link )
 
 EUC characters
  convert a string of EUC characters from the stream to Process Code -- getwfs ( Index Term Link )
  convert a string of EUC characters from the stream to Process Code -- getws ( Index Term Link )
  convert a string of Process Code characters to EUC characters and put it on a stream -- putws ( Index Term Link )
 
 EUC codeset, get information, -- getwidth ( Index Term Link )
 
 EUC codesets, get information
  -- cset ( Index Term Link )
  -- csetcol ( Index Term Link )
  -- csetlen ( Index Term Link )
  -- csetno ( Index Term Link )
  -- wcsetno ( Index Term Link )
 
 EUC display width
  -- euccol ( Index Term Link )
  -- eucscol ( Index Term Link )
 
 euccol -- get EUC character display width ( Index Term Link )
 
 euclen -- get EUC byte length ( Index Term Link )
 
 Euclidean distance function -- hypot ( Index Term Link )
 
 eucscol -- get EUC string display width ( Index Term Link )
 
 Executable and Linking Format
  See elf
 
 exit -- terminate process ( Index Term Link )
 
 exit program, add routine -- atexit ( Index Term Link )
 
 exp -- exponential function ( Index Term Link )
 
 expm1 -- computes exponential functions ( Index Term Link )
 
 exponential function -- exp ( Index Term Link )
 
 extended_to_decimal -- decimal record from extended-precision floating ( Index Term Link )
 
 Extended Unix Code
  See EUC
 
 external data representation, See XDR ( Index Term Link )
 
 extract mantissa and exponent from double precision number -- frexp ( Index Term Link )
    
F
 
 fabs -- absolute value function ( Index Term Link )
 
 fast DES encryption -- des_crypt ( Index Term Link )
  cbc_crypt ( Index Term Link )
  DES_FAILED ( Index Term Link )
  des_failed ( Index Term Link )
  des_setparity ( Index Term Link )
  ecb_crypt ( Index Term Link )
 
 fattach -- attach a STREAMS-based file descriptor to an object in the file system name space ( Index Term Link )
 
 fclose -- close a stream ( Index Term Link )
 
 fconvert -- convert number to ASCII ( Index Term Link )
 
 fcvt -- convert number to ASCII ( Index Term Link )
 
 FD_CLR -- synchronous I/O multiplexing ( Index Term Link )
 
 FD_ISSET -- synchronous I/O multiplexing ( Index Term Link )
 
 FD_SET -- synchronous I/O multiplexing ( Index Term Link )
 
 FD_ZERO -- synchronous I/O multiplexing ( Index Term Link )
 
 fdatasync -- synchronize a file's data ( Index Term Link )
 
 fdetach -- detach a name from a STREAMS-based file descriptor ( Index Term Link )
 
 fdopen -- associate a stream with a file descriptor ( Index Term Link )
 
 fetch -- data base subroutines ( Index Term Link )
 
 fflush -- flush a stream ( Index Term Link )
 
 ffs -- find first set bit ( Index Term Link )
 
 fgetc -- get a byte from a stream ( Index Term Link )
 
 fgetgrent -- get group entry from file ( Index Term Link )
 
 fgetgrent_r -- get group entry from file ( Index Term Link )
 
 fgetpos -- get current file position information ( Index Term Link )
 
 fgetpwent -- get password entry from a file ( Index Term Link )
 
 fgetpwent_r -- get password entry from a file ( Index Term Link )
 
 fgetspent -- get shadow password database entry ( Index Term Link )
 
 fgetspent_r -- get shadow password database entry(reentrant) ( Index Term Link )
 
 fgetwc -- get a wide-character code from a stream ( Index Term Link )
 
 fgetws --em convert a string of EUC characters from the stream to Process Code ( Index Term Link )
 
 FIFO, create a new one -- mkfifo ( Index Term Link )
 
 file descriptor
  duplicate an open one -- dup2 ( Index Term Link )
  STREAMS-based, attach to an object in file system name space -- fattach ( Index Term Link )
  test for a STREAMS file -- isastream ( Index Term Link )
 
 file descriptors, apply or remove advisory lock on open file -- flock ( Index Term Link )
 
 file encryption functions, -- crypt ( Index Term Link )
 
 file name, make a unique one -- mktemp ( Index Term Link )
 
 make a unique file name -- mkstemp ( Index Term Link )
 
 file pointer in a stream, reposition -- fsetpos, fgetpos ( Index Term Link )
 
 file_to_decimal -- decimal record from character stream ( Index Term Link )
 
 file tree
  recursively descend -- ftw ( Index Term Link )
  recursively descend -- nftw ( Index Term Link )
 
 files
  allows sections of file to be locked -- lockf ( Index Term Link )
  optimizing usage of files -- directio ( Index Term Link )
  -- remove ( Index Term Link )
  report parent directory of file path name -- dirname ( Index Term Link )
  search for named file in named directories -- pathfind ( Index Term Link )
  set a file to a specified length -- truncate ( Index Term Link )
  synchronize a file's in-memory state with that on the physical medium -- fsync ( Index Term Link )
 
 filter -- disable use of certain terminal capabilities ( Index Term Link )
 
 filter expression for attribute search
  -- fn_search_filter_arguments ( Index Term Link )
  -- fn_search_filter_assign ( Index Term Link )
  -- fn_search_filter_copy ( Index Term Link )
  -- fn_search_filter_create ( Index Term Link )
  -- fn_search_filter_destroy ( Index Term Link )
  -- fn_search_filter_expression ( Index Term Link )
  -- FN_search_filter_t ( Index Term Link )
 
 find a wide-character in memory -- wmemchr ( Index Term Link )
 
 find a wide-character substring -- wcsstr ( Index Term Link )
 
 find pathname of a terminal
  -- ttyname ( Index Term Link )
  -- ttyname_r ( Index Term Link )
 
 firstkey -- data base subroutines ( Index Term Link )
 
 flash -- activate audio-visual alarm ( Index Term Link )
 
 floating-point number, convert to string -- ecvt ( Index Term Link )
 
 floating-point number, determine type
  -- finite ( Index Term Link )
  -- fpclass ( Index Term Link )
  -- isnan ( Index Term Link )
  -- isnand ( Index Term Link )
  -- isnanf ( Index Term Link )
  -- unordered ( Index Term Link )
 
 floating-point remainder value function -- fmod ( Index Term Link )
 
 flock -- apply or remove an advisory lock on an open file ( Index Term Link )
 
 flockfile -- acquire and release stream lock ( Index Term Link )
 
 floor -- floor function ( Index Term Link )
 
 floor function -- floor ( Index Term Link )
 
 flush a stream -- fflush ( Index Term Link )
 
 flush non-transmitted output data, non-read input data or both -- tcflush ( Index Term Link )
 
 flush output in tty on interrupt -- intrflush ( Index Term Link )
 
 flushinp -- discard type-ahead characters ( Index Term Link )
 
 _flushlbf -- interfaces to stdio FILE structure ( Index Term Link )
 
 fmod -- floating-point remainder value function ( Index Term Link )
 
 fmtmsg -- display a message on stderr or system console ( Index Term Link )
 
 fn_attr_bind -- bind a reference to a name and associate attributes with named object ( Index Term Link )
 
 fn_attr_create_subcontext -- create subcontext and associate attributes ( Index Term Link )
 
 fn_attr_ext_search -- search for names whose attributes satisfy filter ( Index Term Link )
 
 fn_attr_get -- return specified attribute associated with name ( Index Term Link )
 
 fn_attr_get_ids -- get list of attribute identifiers ( Index Term Link )
 
 fn_attr_get_values -- return values of an attribute ( Index Term Link )
 
 fn_attr_modify -- modify specified attribute associated with name ( Index Term Link )
 
 fn_attr_multi_get -- return multiple attributes associated with named object ( Index Term Link )
 
 fn_attr_multi_modify -- modify multiple attributes associated with named object ( Index Term Link )
 
 fn_attr_search -- search for atomic name with specified attributes in single context ( Index Term Link )
 
 fn_attribute_add -- an XFN attribute ( Index Term Link )
 
 fn_attribute_assign -- an XFN attribute ( Index Term Link )
 
 fn_attribute_copy -- an XFN attribute ( Index Term Link )
 
 fn_attribute_create -- an XFN attribute ( Index Term Link )
 
 fn_attribute_destroy -- an XFN attribute ( Index Term Link )
 
 fn_attribute_first -- an XFN attribute ( Index Term Link )
 
 fn_attribute_identifier -- an XFN attribute ( Index Term Link )
 
 fn_attribute_next -- an XFN attribute ( Index Term Link )
 
 fn_attribute_remove -- an XFN attribute ( Index Term Link )
 
 fn_attribute_syntax -- an XFN attribute ( Index Term Link )
 
 FN_attribute_t -- an XFN attribute ( Index Term Link )
 
 fn_attribute_valuecount -- an XFN attribute ( Index Term Link )
 
 fn_attrmodlist_add -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_assign -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_copy -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_count -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_create -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_destroy -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_first -- a list of attribute modifications ( Index Term Link )
 
 fn_attrmodlist_next -- a list of attribute modifications ( Index Term Link )
 
 FN_attrmodlist_t -- a list of attribute modifications ( Index Term Link )
 
 fn_attrset_add -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_assign -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_copy -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_count -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_create -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_destroy -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_first -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_get -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_next -- a set of XFN attributes ( Index Term Link )
 
 fn_attrset_remove -- a set of XFN attributes ( Index Term Link )
 
 FN_attrset_t -- a set of XFN attributes ( Index Term Link )
 
 fn_bindinglist_destroy -- list the atomic names and references bound in a context ( Index Term Link )
 
 fn_bindinglist_next -- list the atomic names and references bound in a context ( Index Term Link )
 
 FN_bindinglist_t -- list the atomic names and references bound in a context ( Index Term Link )
 
 fn_composite_name_append_comp -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_append_name -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_assign -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_copy -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_count -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_create -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_delete_comp -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_destroy -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_first -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_from_str -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_from_string -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_insert_comp -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_insert_name -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_is_empty -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_is_equal -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_is_prefix -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_is_suffix -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_last -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_next -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_prefix -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_prepend_comp -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_prepend_name -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_prev -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_composite_name_suffix -- component names spanning multiple naming systems ( Index Term Link )
 
 FN_composite_name_t -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_compound_name_append_comp -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_assign -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_copy -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_count -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_delete_all -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_delete_comp -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_destroy -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_first -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_from_syntax_attrs -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_get_syntax_attrs -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_insert_comp -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_is_empty -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_is_equal -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_is_prefix -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_is_suffix -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_last -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_next -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_prefix -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_prepend_comp -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_prev -- an XFN compound name ( Index Term Link )
 
 fn_compound_name_suffix -- an XFN compound name ( Index Term Link )
 
 FN_compound_name_t -- an XFN compound name ( Index Term Link )
 
 fn_ctx_bind -- bind a reference to a name ( Index Term Link )
 
 fn_ctx_equivalent_name -- construct equivalent name in same context ( Index Term Link )
 
 fn_ctx_handle_from_initial -- return a handle to the Initial Context ( Index Term Link )
 
 fn_ctx_handle_from_ref -- construct a handle to a context object using the given reference ( Index Term Link )
 
 fn_ctx_list_bindings -- list the atomic names and references bound in a context ( Index Term Link )
 
 fn_ctx_list_names -- list the atomic names bound in a context ( Index Term Link )
 
 fn_ctx_lookup_link -- look up the link reference bound to a name ( Index Term Link )
 
 fn_ctx_rename -- rename the name of a binding ( Index Term Link )
 
 FN_ctx_t -- an XFN context ( Index Term Link )
 
 fn_ext_searchlist_destroy -- search for names whose attributes satisfy filter ( Index Term Link )
 
 fn_ext_searchlist_next -- search for names whose attributes satisfy filter ( Index Term Link )
 
 FN_ext_searchlist_t -- search for names whose attributes satisfy filter ( Index Term Link )
 
 FN_identifier_t -- an XFN identifier ( Index Term Link )
 
 fn_multigetlist_destroy -- return multiple attributes associated with named object ( Index Term Link )
 
 fn_multigetlist_next -- return multiple attributes associated with named object ( Index Term Link )
 
 FN_multigetlist_t -- return multiple attributes associated with named object ( Index Term Link )
 
 fn_namelist_destroy -- list the atomic names bound in a context ( Index Term Link )
 
 fn_namelist_next -- list the atomic names bound in a context ( Index Term Link )
 
 FN_namelist_t -- list the atomic names bound in a context ( Index Term Link )
 
 fn_ref_addr_assign -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_copy -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_create -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_data -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_description -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_destroy -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_length -- an address in an XFN reference ( Index Term Link )
 
 FN_ref_addr_t -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addr_type -- an address in an XFN reference ( Index Term Link )
 
 fn_ref_addrcount -- an XFN reference ( Index Term Link )
 
 fn_ref_append_addr -- an XFN reference ( Index Term Link )
 
 fn_ref_assign -- an XFN reference ( Index Term Link )
 
 fn_ref_copy -- an XFN reference ( Index Term Link )
 
 fn_ref_create -- an XFN reference ( Index Term Link )
 
 fn_ref_create_link -- an XFN reference ( Index Term Link )
 
 fn_ref_delete_addr -- an XFN reference ( Index Term Link )
 
 fn_ref_delete_all -- an XFN reference ( Index Term Link )
 
 fn_ref_description -- an XFN reference ( Index Term Link )
 
 fn_ref_destroy -- an XFN reference ( Index Term Link )
 
 fn_ref_first -- an XFN reference ( Index Term Link )
 
 fn_ref_insert_addr -- an XFN reference ( Index Term Link )
 
 fn_ref_is_link -- an XFN reference ( Index Term Link )
 
 fn_ref_link_name -- an XFN reference ( Index Term Link )
 
 fn_ref_next -- an XFN reference ( Index Term Link )
 
 fn_ref_prepend_addr -- an XFN reference ( Index Term Link )
 
 FN_ref_t -- an XFN reference ( Index Term Link )
 
 fn_ref_type -- an XFN reference ( Index Term Link )
 
 fn_search_control_assign -- options for attribute search ( Index Term Link )
 
 fn_search_control_copy -- options for attribute search ( Index Term Link )
 
 fn_search_control_create -- options for attribute search ( Index Term Link )
 
 fn_search_control_destroy -- options for attribute search ( Index Term Link )
 
 fn_search_control_follow_links -- options for attribute search ( Index Term Link )
 
 fn_search_control_max_names -- options for attribute search ( Index Term Link )
 
 fn_search_control_return_attr_ids -- options for attribute search ( Index Term Link )
 
 fn_search_control_return_ref -- options for attribute search ( Index Term Link )
 
 fn_search_control_scope -- options for attribute search ( Index Term Link )
 
 FN_search_control_t -- options for attribute search ( Index Term Link )
 
 fn_search_filter_arguments -- filter expression for attribute search ( Index Term Link )
 
 fn_search_filter_assign -- filter expression for attribute search ( Index Term Link )
 
 fn_search_filter_copy -- filter expression for attribute search ( Index Term Link )
 
 fn_search_filter_create -- filter expression for attribute search ( Index Term Link )
 
 fn_search_filter_destroy -- filter expression for attribute search ( Index Term Link )
 
 fn_search_filter_expression -- filter expression for attribute search ( Index Term Link )
 
 FN_search_filter_t -- filter expression for attribute search ( Index Term Link )
  BNF of Filter Expression ( Index Term Link )
  Extended Operations ( Index Term Link )
  Precedence ( Index Term Link )
  Relational Operators ( Index Term Link )
  Specification of Filter Expression ( Index Term Link )
  Wildcarded Strings ( Index Term Link )
 
 fn_searchlist_destroy -- terminate search for atomic name with specified attributes in single context ( Index Term Link )
 
 fn_searchlist_next -- search for next atomic name with specified attributes in single context ( Index Term Link )
 
 FN_searchlist_t -- search for atomic name with specified attributes in single context ( Index Term Link )
 
 fn_status_advance_by_name -- an XFN status object ( Index Term Link )
 
 fn_status_append_remaining_name -- an XFN status object ( Index Term Link )
 
 fn_status_append_resolved_name -- an XFN status object ( Index Term Link )
 
 fn_status_assign -- an XFN status object ( Index Term Link )
 
 fn_status_code -- an XFN status object ( Index Term Link )
 
 fn_status_copy -- an XFN status object ( Index Term Link )
 
 fn_status_create -- an XFN status object ( Index Term Link )
 
 fn_status_description -- an XFN status object ( Index Term Link )
 
 fn_status_destroy -- an XFN status object ( Index Term Link )
 
 fn_status_diagnostic_message -- an XFN status object ( Index Term Link )
 
 fn_status_is_success -- an XFN status object ( Index Term Link )
 
 fn_status_link_code -- an XFN status object ( Index Term Link )
 
 fn_status_link_diagnostic_message -- an XFN status object ( Index Term Link )
 
 fn_status_link_remaining_name -- an XFN status object ( Index Term Link )
 
 fn_status_link_resolved_name -- an XFN status object ( Index Term Link )
 
 fn_status_link_resolved_ref -- an XFN status object ( Index Term Link )
 
 fn_status_remaining_name -- an XFN status object ( Index Term Link )
 
 fn_status_resolved_name -- an XFN status object ( Index Term Link )
 
 fn_status_resolved_ref -- an XFN status object ( Index Term Link )
 
 fn_status_set -- an XFN status object ( Index Term Link )
 
 fn_status_set_code -- an XFN status object ( Index Term Link )
 
 fn_status_set_diagnostic_message -- an XFN status object ( Index Term Link )
 
 fn_status_set_link_code -- an XFN status object ( Index Term Link )
 
 fn_status_set_link_diagnostic_message -- an XFN status object ( Index Term Link )
 
 fn_status_set_link_remaining_name -- an XFN status object ( Index Term Link )
 
 fn_status_set_link_resolved_name -- an XFN status object ( Index Term Link )
 
 fn_status_set_link_resolved_ref -- an XFN status object ( Index Term Link )
 
 fn_status_set_remaining_name -- an XFN status object ( Index Term Link )
 
 fn_status_set_resolved_name -- an XFN status object ( Index Term Link )
 
 fn_status_set_resolved_ref -- an XFN status object ( Index Term Link )
 
 fn_status_set_success -- an XFN status object ( Index Term Link )
 
 FN_status_t -- an XFN status object ( Index Term Link )
 
 fn_string_assign -- a character string ( Index Term Link )
 
 fn_string_bytecount -- a character string ( Index Term Link )
 
 fn_string_charcount -- a character string ( Index Term Link )
 
 fn_string_code_set -- a character string ( Index Term Link )
 
 fn_string_compare -- a character string ( Index Term Link )
 
 fn_string_compare_substring -- a character string ( Index Term Link )
 
 fn_string_contents -- a character string ( Index Term Link )
 
 fn_string_copy -- a character string ( Index Term Link )
 
 fn_string_create -- a character string ( Index Term Link )
 
 fn_string_destroy -- a character string ( Index Term Link )
 
 fn_string_from_composite_name -- component names spanning multiple naming systems ( Index Term Link )
 
 fn_string_from_compound_name -- an XFN compound name ( Index Term Link )
 
 fn_string_from_contents -- a character string ( Index Term Link )
 
 fn_string_from_str -- a character string ( Index Term Link )
 
 fn_string_from_str_n -- a character string ( Index Term Link )
 
 fn_string_from_strings -- a character string ( Index Term Link )
 
 fn_string_from_substring -- a character string ( Index Term Link )
 
 fn_string_is_empty -- a character string ( Index Term Link )
 
 fn_string_next_substring -- a character string ( Index Term Link )
 
 fn_string_prev_substring -- a character string ( Index Term Link )
 
 fn_string_str -- a character string ( Index Term Link )
 
 FN_string_t -- a character string ( Index Term Link )
 
 fn_valuelist_destroy -- return values of an attribute ( Index Term Link )
 
 fn_valuelist_next -- return values of an attribute ( Index Term Link )
 
 FN_valuelist_t -- return values of an attribute ( Index Term Link )
 
 fnmatch -- match filename or path name ( Index Term Link )
 
 FNS
  component names spanning multiple naming systems
   See FN_composite_name_t
  fn_attr_bind -- bind a reference to a name and associate attributes with named object ( Index Term Link )
  fn_attr_create_subcontext -- create subcontext and associate attributes ( Index Term Link )
  fn_attr_ext_search -- search for names whose attributes satisfy filter ( Index Term Link )
  fn_attr_search -- search for atomic name with specified attributes in single context ( Index Term Link )
  fn_ctx_equivalent_name -- construct equivalent name in same context ( Index Term Link )
  fn_ext_searchlist_destroy -- search for names whose attributes satisfy filter ( Index Term Link )
  fn_ext_searchlist_next -- search for names whose attributes satisfy filter ( Index Term Link )
  FN_ext_searchlist_t -- search for names whose attributes satisfy filter ( Index Term Link )
  FN_search_control_t -- options for attribute search ( Index Term Link )
  FN_search_filter_t -- filter expression for attribute search ( Index Term Link )
  fn_searchlist_destroy -- terminate search for atomic name with specified attributes in single context ( Index Term Link )
  fn_searchlist_next -- search for next atomic name with specified attributes in single context ( Index Term Link )
  FN_searchlist_t -- search for atomic name with specified attributes in single context ( Index Term Link )
 
 fopen -- open a stream ( Index Term Link )
 
 fopen -- open stream ( Index Term Link )
 
 form library
  See also curses library
 
 formatted input conversion -- wsscanf ( Index Term Link )
 
 formatted output conversion
  -- fprintf ( Index Term Link )
  -- printf ( Index Term Link )
  -- sprintf ( Index Term Link )
  -- vfprintf ( Index Term Link )
  -- vprintf ( Index Term Link )
  -- vsprintf ( Index Term Link )
 
 forms -- character based forms package ( Index Term Link )
 
 forms, application-specific routines
  -- field_init ( Index Term Link )
  -- field_term ( Index Term Link )
  -- form_hook ( Index Term Link )
  -- form_init ( Index Term Link )
  -- form_term ( Index Term Link )
  -- set_field_init ( Index Term Link )
  -- set_field_term ( Index Term Link )
  -- set_form_init ( Index Term Link )
  -- set_form_term ( Index Term Link )
 
 forms, associate application data
  -- field_userptr ( Index Term Link )
  -- form_field_userptr ( Index Term Link )
  -- form_userptr ( Index Term Link )
  -- set_field_userptr ( Index Term Link )
  -- set_form_userptr ( Index Term Link )
 
 forms, command processor, -- form_driver ( Index Term Link )
 
 forms, connect fields
  -- field_count ( Index Term Link )
  -- form_field ( Index Term Link )
  -- form_fields ( Index Term Link )
  -- move_field ( Index Term Link )
  -- set_form_fields ( Index Term Link )
 
 forms, create and destroy
  -- form_new ( Index Term Link )
  -- free_form ( Index Term Link )
  -- new_form ( Index Term Link )
 
 forms, format general appearance
  -- field_just ( Index Term Link )
  -- form_field_just ( Index Term Link )
  -- set_field_just ( Index Term Link )
 
 forms, format general display attributes
  -- field_back ( Index Term Link )
  -- field_fore ( Index Term Link )
  -- field_pad ( Index Term Link )
  -- form_field_attributes ( Index Term Link )
  -- set_field_back ( Index Term Link )
  -- set_field_fore ( Index Term Link )
  -- set_field_pad ( Index Term Link )
 
 forms, set current page and field
  -- current_field ( Index Term Link )
  -- field_index ( Index Term Link )
  -- form_page ( Index Term Link )
  -- set_current_field ( Index Term Link )
  -- set_form_page ( Index Term Link )
 
 forms, write/erase from associated subwindows
  -- form_post ( Index Term Link )
  -- post_form ( Index Term Link )
  -- unpost_form ( Index Term Link )
 
 forms field, off-screen data ahead or behind
  -- data_ahead ( Index Term Link )
  -- data_behind ( Index Term Link )
  -- form_data ( Index Term Link )
 
 forms field attributes, set and get
  -- field_buffer ( Index Term Link )
  -- field_status ( Index Term Link )
  -- form_field_buffer ( Index Term Link )
  -- set_field_buffer ( Index Term Link )
  -- set_field_status ( Index Term Link )
  -- set_max_field ( Index Term Link )
 
 forms field characteristics
  -- dynamic_field_info ( Index Term Link )
  -- field_info ( Index Term Link )
  -- form_field_info ( Index Term Link )
 
 forms field data type validation
  -- field_arg ( Index Term Link )
  -- field_type ( Index Term Link )
  -- form_field_validation ( Index Term Link )
  -- set_field_type ( Index Term Link )
 
 forms field option routines
  -- field_opts ( Index Term Link )
  -- field_opts_off ( Index Term Link )
  -- field_opts_on ( Index Term Link )
  -- form_field_opts ( Index Term Link )
  -- set_field_opts ( Index Term Link )
 
 forms fields, create and destroy
  -- dup_field ( Index Term Link )
  -- form_field_new ( Index Term Link )
  -- free_field ( Index Term Link )
  -- link_field ( Index Term Link )
  -- new_field ( Index Term Link )
 
 forms fieldtype routines
  -- form_fieldtype ( Index Term Link )
  -- free_fieldtype ( Index Term Link )
  -- link_fieldtype ( Index Term Link )
  -- new_fieldtype ( Index Term Link )
  -- set_fieldtype_arg ( Index Term Link )
  -- set_fieldtype_choice ( Index Term Link )
 
 forms option routines
  -- form_opts ( Index Term Link )
  -- form_opts_off ( Index Term Link )
  -- form_opts_on ( Index Term Link )
  -- set_form_opts ( Index Term Link )
 
 forms pagination
  -- form_new_page ( Index Term Link )
  -- new_page ( Index Term Link )
  -- set_new_page ( Index Term Link )
 
 forms window and subwindow association routines
  -- form_sub ( Index Term Link )
  -- form_win ( Index Term Link )
  -- scale_form ( Index Term Link )
  -- set_form_sub ( Index Term Link )
  -- set_form_win ( Index Term Link )
 
 forms window cursor, position
  -- form_cursor ( Index Term Link )
  -- pos_form_cursor ( Index Term Link )
 
 fpgetmask -- IEEE floating-point environment control ( Index Term Link )
 
 fpgetround -- IEEE floating-point environment control ( Index Term Link )
 
 fpgetsticky -- IEEE floating-point environment control ( Index Term Link )
 
 fprintf -- formatted output conversion ( Index Term Link )
 
 fprintf -- print formatted output ( Index Term Link )
 
 fpsetmask -- IEEE floating-point environment control ( Index Term Link )
 
 fpsetround -- IEEE floating-point environment control ( Index Term Link )
 
 fpsetsticky --IEEE floating-point environment control ( Index Term Link )
 
 fputc -- put a byte on a stream ( Index Term Link )
 
 fputws -- put wide character string on a stream ( Index Term Link )
 
 free -- memory allocator ( Index Term Link )
 
 free space pointed to by terminal
  -- del_curterm ( Index Term Link )
  -- restartterm ( Index Term Link )
  -- set_curterm ( Index Term Link )
  -- setterm ( Index Term Link )
  -- setupterm ( Index Term Link )
 
 freopen -- open a stream ( Index Term Link )
 
 freopen -- open stream ( Index Term Link )
 
 frexp -- extract mantissa and exponent from double precision number ( Index Term Link )
 
 fscanf -- convert formatted input ( Index Term Link )
 
 fseek -- reposition a file-position indicator in a stream ( Index Term Link )
 
 fseeko -- reposition a file-position indicator in a stream ( Index Term Link )
 
 fsetpos -- reposition a file pointer in a stream ( Index Term Link )
 
 fsync -- synchronize a file's in-memory state with that on the physical medium ( Index Term Link )
 
 ftell -- return a file offset in a stream ( Index Term Link )
 
 ftello -- return a file offset in a stream ( Index Term Link )
 
 ftime -- get date and time ( Index Term Link )
 
 ftruncate -- set a file to a specified length ( Index Term Link )
 
 ftw -- walk a file tree ( Index Term Link )
 
 func_to_decimal -- decimal record from character function ( Index Term Link )
 
 functions to manage lockfile(s) for user's mailbox
  -- maillock ( Index Term Link )
  -- mailunlock ( Index Term Link )
  -- touchlock ( Index Term Link )
 
 funlockfile -- acquire and release stream lock ( Index Term Link )
 
 fwide -- set stream orientation ( Index Term Link )
 
 fwprintf -- print formatted wide-character output ( Index Term Link )
 
 fwscanf -- convert formatted wide-character input ( Index Term Link )
    
G
 
 gamma -- log gamma function ( Index Term Link )
 
 gamma_r -- log gamma function ( Index Term Link )
 
 gconvert -- convert number to ASCII ( Index Term Link )
 
 gcvt -- convert number to ASCII ( Index Term Link )
 
 general terminal interface, -- termios ( Index Term Link )
 
 generate path name for controlling terminal
  -- ctermid ( Index Term Link )
  -- ctermid_r ( Index Term Link )
 
 generate path names matching a pattern
  -- glob ( Index Term Link )
  -- globfree ( Index Term Link )
 
 generic transport name-to-address translation
  -- netdir ( Index Term Link )
  -- netdir_free ( Index Term Link )
  -- netdir_getbyaddr ( Index Term Link )
  -- netdir_getbyname ( Index Term Link )
  -- netdir_mergeaddr ( Index Term Link )
  -- netdir_options ( Index Term Link )
  -- netdir_perror ( Index Term Link )
  -- netdir_sperror ( Index Term Link )
  -- taddr2uaddr ( Index Term Link )
  -- uaddr2taddr ( Index Term Link )
 
 get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr ( Index Term Link )
 
 get a wchar_t character and its attributes from a curses window -- curs_inwch ( Index Term Link )
 
 get service entry -- getservbyname ( Index Term Link )
 
 get wchar_t character strings from curses terminal keyboard -- curs_getwstr ( Index Term Link )
 
 get service entry -- getservbyname
  endservent ( Index Term Link )
 
 get wchar_t character strings from curses terminal keyboard -- curs_getwstr
  getnwstr ( Index Term Link )
 
 get service entry -- getservbyname
  getservbyname_r ( Index Term Link )
  getservbyport ( Index Term Link )
  getservbyport_r ( Index Term Link )
  getservent ( Index Term Link )
  getservent_r ( Index Term Link )
 
 getwchar_t character strings from curses terminal keyboard -- curs_getwstr, getwstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  innwstr ( Index Term Link )
 
 get a wchar_t character and its attributes from a curses window -- curs_inwch
  inwch ( Index Term Link )
 
 get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr
  inwchnstr ( Index Term Link )
  inwchstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  inwstr ( Index Term Link )
 
 get wchar_t character strings from curses terminal keyboard -- curs_getwstr
  mvgetnwstr ( Index Term Link )
  mvgetwstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  mvinnwstr ( Index Term Link )
 
 get a wchar_t character and its attributes from a curses window -- curs_inwch
  mvinwch ( Index Term Link )
 
 get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr
  mvinwchnstr ( Index Term Link )
  mvinwchstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  mvinwstr ( Index Term Link )
 
 get wchar_t character strings from curses terminal keyboard -- curs_getwstr
  mvwgetnwstr ( Index Term Link )
  mvwgetwstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  mvwinnwstr ( Index Term Link )
 
 get a wchar_t character and its attributes from a curses window -- curs_inwch
  mvwinwch ( Index Term Link )
 
 get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr
  mvwinwchnstr ( Index Term Link )
  mvwinwchstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  mvwinwstr ( Index Term Link )
 
 get service entry -- getservbyname
  setservent ( Index Term Link )
 
 get wchar_t character strings from curses terminal keyboard -- curs_getwstr
  wgetnwstr ( Index Term Link )
  wgetwstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  winnwstr ( Index Term Link )
 
 get a wchar_t character and its attributes from a curses window -- curs_inwch
  winwch ( Index Term Link )
 
 get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr
  winwchnstr ( Index Term Link )
  winwchstr ( Index Term Link )
 
 get a string of wchar_t characters from a curses window -- curs_inwstr
  winwstr ( Index Term Link )
 
 get (or push back) wchar_t characters from curses terminal keyboard
  -- curs_getwch ( Index Term Link )
  -- getwch ( Index Term Link )
  -- mvgetwch ( Index Term Link )
  -- mvwgetwch ( Index Term Link )
  -- ungetwch ( Index Term Link )
  -- wgetwch ( Index Term Link )
 
 get a byte from a stream
  -- fgetc ( Index Term Link )
  -- getc ( Index Term Link )
  -- getc_unlocked ( Index Term Link )
  -- getchar ( Index Term Link )
  -- getchar_unlocked ( Index Term Link )
  -- getw ( Index Term Link )
 
 get a multibyte character string from terminal
  -- getnstr ( Index Term Link )
  -- getstr ( Index Term Link )
  -- mvgetnstr ( Index Term Link )
  -- mvgetstr ( Index Term Link )
  -- mvwgetnstr ( Index Term Link )
  -- mvwgetstr ( Index Term Link )
  -- wgetnstr ( Index Term Link )
  -- wgetstr ( Index Term Link )
 
 get a single-byte character from terminal
  -- getch ( Index Term Link )
  -- mvgetch ( Index Term Link )
  -- mvwgetch ( Index Term Link )
  -- wgetch ( Index Term Link )
 
 get a thread's thread-specific data for libthread_db library of interfaces -- td_thr_tsd ( Index Term Link )
 
 get a wide-character code from a stream -- fgetwc ( Index Term Link )
 
 get a wide character from terminal
  -- get_wch ( Index Term Link )
  -- mvget_wch ( Index Term Link )
  -- mvwget_wch ( Index Term Link )
  -- wget_wch ( Index Term Link )
 
 get a wide character string (with rendition) from a cchar_t -- getcchar ( Index Term Link )
 
 get a wide character string from terminal
  -- get_wstr ( Index Term Link )
  -- getn_wstr ( Index Term Link )
  -- mvget_wstr ( Index Term Link )
  -- mvgetn_wstr ( Index Term Link )
  -- mvwget_wstr ( Index Term Link )
  -- mvwgetn_wstr ( Index Term Link )
  -- wget_wstr ( Index Term Link )
  -- wgetn_wstr ( Index Term Link )
 
 get address of symbol in shared object -- dlsym ( Index Term Link )
 
 get and set media attributes
  -- media_getattr ( Index Term Link )
  -- media_setattr ( Index Term Link )
 
 get and set prioceiling attribute of mutex attribute object
  -- pthread_mutexattr_getprioceiling ( Index Term Link )
  -- pthread_mutexattr_setprioceiling ( Index Term Link )
 
 get and set process-shared attribute
  -- pthread_mutexattr_getpshared ( Index Term Link )
  -- pthread_mutexattr_setpshared ( Index Term Link )
 
 get and set process-shared attribute of read-write lock attributes object
  -- pthread_rwlockattr_getpshared ( Index Term Link )
  -- pthread_rwlockattr_setpshared ( Index Term Link )
 
 get and set protocol attribute of mutex attribute object
  -- pthread_mutexattr_getprotocol ( Index Term Link )
  -- pthread_mutexattr_setprotocol ( Index Term Link )
 
 get calling thread's ID -- pthread_self ( Index Term Link )
 
 get calling thread's ID -- thr_self ( Index Term Link )
 
 get configurable variables -- confstr ( Index Term Link )
 
 get credentials of client, -- rpc_getcred ( Index Term Link )
 
 get current file position information -- fgetpos ( Index Term Link )
 
 get cursor or window coordinates
  -- getbegyx ( Index Term Link )
  -- getmaxyx ( Index Term Link )
  -- getparyx ( Index Term Link )
  -- getyx ( Index Term Link )
 
 get diagnostic information -- dlerror ( Index Term Link )
 
 get error codes on failure, -- rpc_gss_get_error ( Index Term Link )
 
 get execution time limits -- sched_rr_get_interval ( Index Term Link )
 
 get foreground process group ID -- tcgetpgrp ( Index Term Link )
 
 get input baud rate, -- cfgetispeed ( Index Term Link )
 
 get list of attribute identifiers -- fn_attr_get_ids ( Index Term Link )
 
 get maximum data length for transmission
  -- rpc_gss_max_data_length ( Index Term Link )
  -- rpc_gss_svc_max_data_length ( Index Term Link )
 
 get message queue attributes -- mq_getattr ( Index Term Link )
 
 get name of signal -- strsignal ( Index Term Link )
 
 get number of bytes in a character -- mblen ( Index Term Link )
 
 get number of bytes in a character (restartable) -- mbrlen ( Index Term Link )
 
 get or set a mutex type
  -- pthread_mutexattr_gettype ( Index Term Link )
  -- pthread_mutexattr_settype ( Index Term Link )
 
 get or set contentionscope attribute
  -- pthread_attr_getscope ( Index Term Link )
  -- pthread_attr_setscope ( Index Term Link )
 
 get or set detachstate attribute
  -- pthread_attr_getdetachstate ( Index Term Link )
  -- pthread_attr_setdetachstate ( Index Term Link )
 
 get or set inheritsched attribute
  -- pthread_attr_getinheritsched ( Index Term Link )
  -- pthread_attr_setinheritsched ( Index Term Link )
 
 get or set level of concurrency
  -- pthread_getconcurrency ( Index Term Link )
  -- pthread_setconcurrency ( Index Term Link )
 
 get or set process scheduling priority
  -- getpriority ( Index Term Link )
  -- setpriority ( Index Term Link )
 
 get or set schedparam attribute
  -- pthread_attr_getschedparam ( Index Term Link )
  -- pthread_attr_setschedparam ( Index Term Link )
 
 get or set schedpolicy attribute
  -- pthread_attr_getschedpolicy ( Index Term Link )
  -- pthread_attr_setschedpolicy ( Index Term Link )
 
 get or set stackaddr attribute
  -- pthread_attr_getstackaddr ( Index Term Link )
  -- pthread_attr_setstackaddr ( Index Term Link )
 
 get or set stacksize attribute
  -- pthread_attr_getstacksize ( Index Term Link )
  -- pthread_attr_setstacksize ( Index Term Link )
 
 get or set the process-shared condition variable attributes
  -- pthread_condattr_getpshared ( Index Term Link )
  -- pthread_condattr_setpshared ( Index Term Link )
 
 get or set the thread guardsize attribute
  -- pthread_attr_getguardsize ( Index Term Link )
  -- pthread_attr_setguardsize ( Index Term Link )
 
 get output baud rate, -- cfgetospeed ( Index Term Link )
 
 get principal names at server, -- rpc_get_principal_name ( Index Term Link )
 
 get process group ID for session leader for controlling terminal -- tcgetsid ( Index Term Link )
 
 get scheduling parameter limits
  -- sched_get_priority_max ( Index Term Link )
  -- sched_get_priority_min ( Index Term Link )
 
 get scheduling parameters -- sched_getparam ( Index Term Link )
 
 get scheduling policy -- sched_getscheduler ( Index Term Link )
 
 get system load averages -- getloadavg ( Index Term Link )
 
 get the parameters associated with the terminal -- tcgetattr ( Index Term Link )
 
 get the trace attributes from a tnfctl handle -- tnfctl_trace_attrs_get ( Index Term Link )
 
 get thread information in libthread_db library of interfaces -- td_thr_get_info ( Index Term Link )
 
 get_wch -- get a wide character from terminal ( Index Term Link )
 
 get wide character from a stream -- getwc ( Index Term Link )
 
 get wide character from stdin stream -- getwchar ( Index Term Link )
 
 get_wstr -- get a wide character string from terminal ( Index Term Link )
 
 getacdir -- get audit control file information ( Index Term Link )
 
 getacflg -- get audit control file information ( Index Term Link )
 
 getacinfo -- get audit control file information ( Index Term Link )
 
 getacmin -- get audit control file information ( Index Term Link )
 
 getacna -- get audit control file information ( Index Term Link )
 
 getauclassent -- get audit_class database entry ( Index Term Link )
 
 getauclassent_r -- get audit_class database entry ( Index Term Link )
 
 getauclassnam -- get audit_class database entry ( Index Term Link )
 
 getauclassnam_r -- get audit_class database entry ( Index Term Link )
 
 getauditflags() -- generate process audit state ( Index Term Link )
 
 getauditflagsbin() -- convert audit flag specifications ( Index Term Link )
 
 getauditflagschar() -- convert audit flag specifications ( Index Term Link )
 
 getauevent -- get audit_event database entry ( Index Term Link )
 
 getauevent_r -- get audit_event database entry ( Index Term Link )
 
 getauevnam -- get audit_event database entry ( Index Term Link )
 
 getauevnam_r -- get audit_event database entry ( Index Term Link )
 
 getauevnonam -- get audit_event database entry ( Index Term Link )
 
 getauevnum -- get audit_event database entry ( Index Term Link )
 
 getauevnum_r -- get audit_event database entry ( Index Term Link )
 
 getauuserent -- get audit_user database entry ( Index Term Link )
 
 getauuserent_r -- get audit_user database entry ( Index Term Link )
 
 getauusernam -- get audit_user database entry ( Index Term Link )
 
 getauusernam_r -- get audit_user database entry ( Index Term Link )
 
 getbegyx -- get cursor or window coordinates ( Index Term Link )
 
 getbkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 getc -- get a byte from a stream ( Index Term Link )
 
 getc_unlocked -- get a byte from a stream ( Index Term Link )
 
 getcchar -- get a wide character string (with rendition) from a cchar_t ( Index Term Link )
 
 getch -- get a single-byte character from terminal ( Index Term Link )
 
 getchar -- get a byte from a stream ( Index Term Link )
 
 getchar_unlocked -- get a byte from a stream ( Index Term Link )
 
 getcwd -- get pathname of current working directory ( Index Term Link )
 
 getdate -- convert user format date and time ( Index Term Link )
  General Specifications ( Index Term Link )
  Internal Format Conversion ( Index Term Link )
  Modified Conversion Specifications ( Index Term Link )
 
 getenv -- return value for environment name ( Index Term Link )
 
 getexecname -- return pathname of executable ( Index Term Link )
 
 getgrent -- get group entry from database ( Index Term Link )
 
 getgrent_r -- get group entry from database ( Index Term Link )
 
 getgrgid -- get group entry from database ( Index Term Link )
 
 getgrgid_r -- get group entry from database ( Index Term Link )
 
 getgrnam -- get group entry from database ( Index Term Link )
 
 getgrnam_r -- get group entry from database ( Index Term Link )
 
 gethostid -- get unique identifier of current host ( Index Term Link )
 
 gethostname -- get name of current host ( Index Term Link )
 
 gethrtime -- get high resolution real time ( Index Term Link )
 
 gethrvtime -- get high resolution virtual time ( Index Term Link )
 
 getloadavg -- get system load averages ( Index Term Link )
 
 getlogin -- get login name ( Index Term Link )
 
 getlogin_r -- get login name ( Index Term Link )
 
 getmaxyx -- get cursor or window coordinates ( Index Term Link )
 
 getmntany -- get mnttab file information ( Index Term Link )
 
 getmntent -- get mnttab file information ( Index Term Link )
 
 getn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 getnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 getnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 getopt -- get option letter from argument vector ( Index Term Link )
 
 getpagesize -- get system page size ( Index Term Link )
 
 getparyx -- get cursor or window coordinates ( Index Term Link )
 
 getpass -- read a string of characters without echo ( Index Term Link )
 
 getpassphrase -- read a string of characters without echo ( Index Term Link )
 
 getpeername -- get name of peer connected to socket ( Index Term Link )
 
 getpriority -- get or set process scheduling priority ( Index Term Link )
 
 getpublickey -- retrieve public or secret key ( Index Term Link )
 
 getpw -- get passwd entry from UID ( Index Term Link )
 
 getpwent -- get password entry from user database ( Index Term Link )
 
 getpwent_r -- get password entry from user database ( Index Term Link )
 
 getpwnam -- get password entry from user database ( Index Term Link )
 
 getpwnam_r -- get password entry from user database ( Index Term Link )
 
 getpwuid -- get password entry from user database ( Index Term Link )
 
 getpwuid_r -- get password entry from user database ( Index Term Link )
 
 getrusage -- get information about resource utilization ( Index Term Link )
 
 gets the total number of threads in a process for libthread_db -- td_ta_get_nthreads ( Index Term Link )
 
 getsecretkey -- retrieve public or secret key ( Index Term Link )
 
 getservbyname -- get service entry ( Index Term Link )
 
 getservbyname_r -- get service entry ( Index Term Link )
 
 getservbyport -- get service entry ( Index Term Link )
 
 getservbyport_r -- get service entry ( Index Term Link )
 
 getservent -- get service entry ( Index Term Link )
 
 getservent_r -- get service entry ( Index Term Link )
 
 getspent -- get shadow password database entry ( Index Term Link )
 
 getspent_r -- get shadow password database entry (reentrant) ( Index Term Link )
 
 getspnam -- get shadow password database entry ( Index Term Link )
 
 getspnam_r -- get shadow password database entry (reentrant) ( Index Term Link )
 
 getstr -- get a multibyte character string from terminal ( Index Term Link )
 
 getsubopt -- parse suboptions from a string ( Index Term Link )
 
 gettext -- message handling function ( Index Term Link )
 
 gettimeofday -- get date and time ( Index Term Link )
 
 gettimeofday -- get system's notion of current Greenwich time ( Index Term Link )
 
 gettxt -- retrieve a text string ( Index Term Link )
 
 getusershell() -- get legal user shells ( Index Term Link )
 
 getutent -- access utmp file entry ( Index Term Link )
 
 getutid -- access utmp file entry ( Index Term Link )
 
 getutline -- access utmp file entry ( Index Term Link )
 
 getutmp -- access utmpx file entry ( Index Term Link )
 
 getutmpx -- access utmpx file entry ( Index Term Link )
 
 getutxent -- access utmpx file entry ( Index Term Link )
  endutxent() ( Index Term Link )
  getutmp() ( Index Term Link )
  getutmpx() ( Index Term Link )
  getutxent() ( Index Term Link )
  getutxid() ( Index Term Link )
  getutxline() ( Index Term Link )
  pututxline() ( Index Term Link )
  setutxent() ( Index Term Link )
  updwtmp() ( Index Term Link )
  updwtmpx() ( Index Term Link )
  utmpxname() ( Index Term Link )
 
 getutxid -- access utmpx file entry ( Index Term Link )
 
 getutxline -- access utmpx file entry ( Index Term Link )
 
 getvfsany -- get vfstab file entry ( Index Term Link )
 
 getvfsent -- get vfstab file entry ( Index Term Link )
 
 getvfsfile -- get vfstab file entry ( Index Term Link )
 
 getvfsspec -- get vfstab file entry ( Index Term Link )
 
 getw -- get a byte from a stream ( Index Term Link )
 
 getwc -- get wide character from a stream ( Index Term Link )
 
 getwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 getwchar -- get wide character from stdin stream ( Index Term Link )
 
 getwd -- get current working directory pathname ( Index Term Link )
 
 getwidth -- get codeset information ( Index Term Link )
 
 getwin -- read a window from, and write a window to, a file ( Index Term Link )
 
 getws -- convert a string of EUC characters from the stream to Process Code ( Index Term Link )
 
 getwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 getyx -- get cursor or window coordinates ( Index Term Link )
 
 glob -- generate path names matching a pattern ( Index Term Link )
 
 global_variables -- variables used for X/Open Curses ( Index Term Link )
 
 globfree -- generate path names matching a pattern ( Index Term Link )
 
 gmatch -- shell global pattern matching ( Index Term Link )
 
 grantpt -- grant access to the slave pseudo-terminal device ( Index Term Link )
 
 graphics interface
  -- arc ( Index Term Link )
  -- box ( Index Term Link )
  -- circle ( Index Term Link )
  -- closepl ( Index Term Link )
  -- closevt ( Index Term Link )
  -- cont ( Index Term Link )
  -- erase ( Index Term Link )
  -- label ( Index Term Link )
  -- line ( Index Term Link )
  -- linmod ( Index Term Link )
  -- move ( Index Term Link )
  -- openpl ( Index Term Link )
  -- openvt ( Index Term Link )
  -- plot ( Index Term Link )
  -- point ( Index Term Link )
  -- space ( Index Term Link )
 
 group IDs, set terminal foreground process group id -- tcsetpgrp ( Index Term Link )
 
 group IDs, supplementary, initialize -- initgroups ( Index Term Link )
 
 groups
  -- endgrent ( Index Term Link )
  -- fgetgrent ( Index Term Link )
  -- fgetgrent_r ( Index Term Link )
  -- getgrent ( Index Term Link )
  -- getgrent_r ( Index Term Link )
  -- getgrgid ( Index Term Link )
  -- getgrgid_r ( Index Term Link )
  -- getgrnam ( Index Term Link )
  -- getgrnam_r ( Index Term Link )
  -- setgrent ( Index Term Link )
    
H
 
 halfdelay -- enable/disable half-delay mode ( Index Term Link )
 
 halt system processor, -- reboot ( Index Term Link )
 
 has_colors -- manipulate color information ( Index Term Link )
 
 has_ic -- determine insert/delete character/line capability ( Index Term Link )
 
 has_il -- determine insert/delete character/line capability ( Index Term Link )
 
 hash-table search routine, -- hsearch ( Index Term Link )
 
 hasmntopt -- get mnttab file information ( Index Term Link )
 
 have Volume Management check for media -- volmgt_check ( Index Term Link )
 
 hcreate -- create hash table ( Index Term Link )
 
 hdestroy -- destroy hash table ( Index Term Link )
 
 hline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 hline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 host ID, get unique identifier of current host -- gethostid ( Index Term Link )
 
 host machines, remote, return information about users -- rusers, rnusers ( Index Term Link )
 
 host name
  get name of current host -- gethostname ( Index Term Link )
  set name of current host -- sethostname ( Index Term Link )
 
 hsearch -- hash-table search routine ( Index Term Link )
 
 hyperbolic cosine function -- cosh ( Index Term Link )
 
 hyperbolic sine function -- sinh ( Index Term Link )
 
 hyperbolic tangent function -- tanh ( Index Term Link )
 
 hypot -- Euclidean distance function ( Index Term Link )
    
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 )
    
J
 
 j0 -- Bessel functions of the first kind ( Index Term Link )
 
 j1 -- Bessel functions of the first kind ( Index Term Link )
 
 jn -- Bessel functions of the first kind ( Index Term Link )
    
K
 
 Kerberos authentication library
  -- kerberos ( Index Term Link )
  -- krb_get_cred ( Index Term Link )
  -- krb_kntoln ( Index Term Link )
  -- krb_mk_err ( Index Term Link )
  -- krb_mk_req ( Index Term Link )
  -- krb_mk_safe ( Index Term Link )
  -- krb_rd_err ( Index Term Link )
  -- krb_rd_req ( Index Term Link )
  -- krb_rd_safe ( Index Term Link )
  -- krb_set_key ( Index Term Link )
 
 Kerberos authentication routines for RPC
  -- authkerb_getucred ( Index Term Link )
  -- authkerb_seccreate ( Index Term Link )
  -- kerberos_rpc ( Index Term Link )
  -- svc_kerb_reg ( Index Term Link )
 
 Kerberos authentication routines via network stream sockets
  -- krb_net_read ( Index Term Link )
  -- krb_net_write ( Index Term Link )
  -- krb_recauth ( Index Term Link )
  -- krb_sendauth ( Index Term Link )
 
 Kerberos ticket cache file name, -- krb_set_tkt_string ( Index Term Link )
 
 Kerberos utility routines
  -- krb_get_admhst ( Index Term Link )
  -- krb_get_krbhst ( Index Term Link )
  -- krb_get_lrealm ( Index Term Link )
  -- krb_get_phost ( Index Term Link )
  -- krb_realmofhost ( Index Term Link )
 
 kernel virtual memory functions
  copy data from kernel image or running system -- kvm_read, kvm_kread, kvm_uread ( Index Term Link )
  copy data to kernel image or running system -- kvm_write, kvm_kwrite, kvm_uwrite ( Index Term Link )
  get invocation argument for process -- kvm_getcmd ( Index Term Link )
  get u-area for process -- kvm_getu ( Index Term Link )
  get entries from kernel symbol table -- kvm_nlist ( Index Term Link )
  kstat -- kernel statistics facility ( Index Term Link )
  kstat_chain_update -- update the kstat header chain ( Index Term Link )
  kstat_close -- initialize kernel statistics facility ( Index Term Link )
  kstat_data_lookup -- find a kstat by name ( Index Term Link )
  kstat_lookup -- find a kstat by name ( Index Term Link )
  kstat_open -- initialize kernel statistics facility ( Index Term Link )
  kstat_read -- read or write kstat data ( Index Term Link )
  kstat_write -- read or write kstat data ( Index Term Link )
  specify a kernel to examine -- kvm_open, kvm_close ( Index Term Link )
 
 key_name -- return character string used as key name ( Index Term Link )
 
 keyname -- return character string used as key name ( Index Term Link )
 
 keypad -- enable/disable keypad handling ( Index Term Link )
 
 killchar -- return current ERASE or KILL characters ( Index Term Link )
 
 killpg -- send signal to a process group ( Index Term Link )
 
 killwchar -- return current ERASE or KILL characters ( Index Term Link )
 
 kstat -- kernel statistics facility ( Index Term Link )
 
 kstat_chain_update -- update the kstat header chain ( Index Term Link )
 
 kstat_close -- initialize kernel statistics facility ( Index Term Link )
 
 kstat_data_lookup -- find a kstat by name ( Index Term Link )
 
 kstat_lookup -- find a kstat by name ( Index Term Link )
 
 kstat_open -- initialize kernel statistics facility ( Index Term Link )
 
 kstat_read -- read or write kstat data ( Index Term Link )
 
 kstat_write -- read or write kstat data ( Index Term Link )
 
 kvm_close -- specify kernel to examine ( Index Term Link )
 
 kvm_getcmd -- get invocation arguments for process ( Index Term Link )
 
 kvm_getproc -- read system process structures ( Index Term Link )
 
 kvm_getu -- get u-area for process ( Index Term Link )
 
 kvm_kread -- copy data from a kernel image or running system ( Index Term Link )
 
 kvm_kwrite -- copy data to a kernel image or running system ( Index Term Link )
 
 kvm_nextproc -- read system process structures ( Index Term Link )
 
 kvm_nlist -- get entries from kernel symbol table ( Index Term Link )
 
 kvm_open -- specify kernel to examine ( Index Term Link )
 
 kvm_read -- copy data from kernel image or running system ( Index Term Link )
 
 kvm_setproc -- read system process structures ( Index Term Link )
 
 kvm_uread -- copy data from a kernel image or running system ( Index Term Link )
 
 kvm_uwrite -- copy data to a kernel image or running system ( Index Term Link )
 
 kvm_write -- copy data to kernel image or running system ( Index Term Link )
    
L
 
 label -- graphics interface ( Index Term Link )
 
 labs -- return absolute value of long integer ( Index Term Link )
 
 language information -- nl_langinfo ( Index Term Link )
 
 ld_errno -- LDAP protocol error handling functions ( Index Term Link ) ( Index Term Link )
 
 ldap -- Lightweight Directory Access Protocol package ( Index Term Link )
  BER Library ( Index Term Link )
  Caching ( Index Term Link )
  Connectionless Access ( Index Term Link )
  Displaying Results ( Index Term Link )
  Index ( Index Term Link )
  Search Filters ( Index Term Link )
  User Friendly Naming ( Index Term Link )
 
 ldap_8859_to_t61 -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 ldap_abandon -- abandon an LDAP operation in progress ( Index Term Link )
 
 ldap_add -- perform an LDAP add operation ( Index Term Link )
 
 ldap_add_ext -- perform an LDAP add operation ( Index Term Link )
 
 ldap_add_ext_s -- perform an LDAP add operation ( Index Term Link )
 
 ldap_add_s -- perform an LDAP add operation ( Index Term Link )
 
 LDAP attribute remapping functions
  -- ldap_free_friendlymap ( Index Term Link )
  -- ldap_friendly_name ( Index Term Link )
 
 LDAP attribute value handling functions
  -- ldap_count_values ( Index Term Link )
  -- ldap_get_values ( Index Term Link )
  -- ldap_get_values_len ( Index Term Link )
 
 ldap_bind -- LDAP bind functions ( Index Term Link )
  General Authentication ( Index Term Link ) ( Index Term Link )
  Re-Binding While Following Referral ( Index Term Link ) ( Index Term Link )
  Simple Authentication ( Index Term Link ) ( Index Term Link )
  Unbinding ( Index Term Link ) ( Index Term Link )
 
 LDAP bind functions
  -- ldap_bind ( Index Term Link )
  -- ldap_bind_s ( Index Term Link )
  -- ldap_sasl_bind ( Index Term Link )
  -- ldap_sasl_bind_s ( Index Term Link )
  -- ldap_set_rebind_proc ( Index Term Link )
  -- ldap_simple_bind ( Index Term Link )
  -- ldap_simple_bind_s ( Index Term Link )
  -- ldap_unbind ( Index Term Link )
  -- ldap_unbind_s ( Index Term Link )
 
 ldap_bind_s -- LDAP bind functions ( Index Term Link )
 
 ldap_build_filter -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_cache -- LDAP client caching functions ( Index Term Link )
 
 LDAP character set translation functions
  -- ldap_8859_to_t61 ( Index Term Link ) ( Index Term Link )
  -- ldap_enable_translation ( Index Term Link ) ( Index Term Link )
  -- ldap_set_string_translators ( Index Term Link ) ( Index Term Link )
  -- ldap_t61_to_8859 ( Index Term Link ) ( Index Term Link )
  -- ldap_translate_from_t61 ( Index Term Link ) ( Index Term Link )
  -- ldap_translate_to_t61 ( Index Term Link ) ( Index Term Link )
 
 LDAP client caching functions
  -- ldap_cache ( Index Term Link )
  -- ldap_destroy_cache ( Index Term Link )
  -- ldap_disable_cache ( Index Term Link )
  -- ldap_enable_cache ( Index Term Link )
  -- ldap_flush_cache ( Index Term Link )
  -- ldap_set_cache_options ( Index Term Link )
  -- ldap_uncache_entry ( Index Term Link )
  -- ldap_uncache_request ( Index Term Link )
 
 ldap_compare -- LDAP compare operation ( Index Term Link )
 
 ldap_compare_ext -- LDAP compare operation ( Index Term Link )
 
 ldap_compare_ext_s -- LDAP compare operation ( Index Term Link )
 
 LDAP compare operation
  -- ldap_compare ( Index Term Link )
  -- ldap_compare_ext ( Index Term Link )
  -- ldap_compare_ext_s ( Index Term Link )
  -- ldap_compare_s ( Index Term Link )
 
 ldap_compare_s -- LDAP compare operation ( Index Term Link )
 
 LDAP connectionless communication preparation -- cldap_open ( Index Term Link )
 
 LDAP control disposal
  -- ldap_control_free ( Index Term Link )
  -- ldap_controls_free ( Index Term Link )
 
 ldap_control_free -- LDAP control disposal ( Index Term Link )
 
 ldap_controls_free -- LDAP control disposal ( Index Term Link )
 
 ldap_count_entries -- LDAP entry parsing and counting functions ( Index Term Link )
 
 ldap_count_message -- LDAP message processing functions ( Index Term Link )
 
 ldap_count_references -- LDAP entry parsing and counting functions ( Index Term Link )
 
 ldap_count_values -- LDAP attribute value handling functions ( Index Term Link )
 
 ldap_delete -- LDAP delete operation ( Index Term Link )
 
 ldap_delete_ext -- LDAP delete operation ( Index Term Link )
 
 ldap_delete_ext_s -- LDAP delete operation ( Index Term Link )
 
 LDAP delete operation
  -- ldap_delete ( Index Term Link )
  -- ldap_delete_ext ( Index Term Link )
  -- ldap_delete_ext_s ( Index Term Link )
  -- ldap_delete_s ( Index Term Link )
 
 ldap_delete_s -- LDAP delete operation ( Index Term Link )
 
 ldap_destroy_cache -- LDAP client caching functions ( Index Term Link )
 
 ldap_disable_cache -- LDAP client caching functions ( Index Term Link )
 
 LDAP display template functions
  -- ldap_disptmpl ( Index Term Link )
  -- ldap_first_disptmpl ( Index Term Link ) ( Index Term Link )
  -- ldap_first_tmplcol ( Index Term Link ) ( Index Term Link )
  -- ldap_first_tmplrow ( Index Term Link ) ( Index Term Link )
  -- ldap_free_templates ( Index Term Link ) ( Index Term Link )
  -- ldap_init_templates ( Index Term Link ) ( Index Term Link )
  -- ldap_init_templates_buf ( Index Term Link ) ( Index Term Link )
  -- ldap_next_disptmpl ( Index Term Link ) ( Index Term Link )
  -- ldap_next_tmplcol ( Index Term Link ) ( Index Term Link )
  -- ldap_next_tmplrow ( Index Term Link ) ( Index Term Link )
  -- ldap_oc2template ( Index Term Link ) ( Index Term Link )
  -- ldap_tmplattrs ( Index Term Link ) ( Index Term Link )
 
 ldap_disptmpl -- LDAP display template functions ( Index Term Link )
  DISPTMPL Structure Elements ( Index Term Link ) ( Index Term Link )
  Syntax IDs ( Index Term Link ) ( Index Term Link )
  TMPLITEM Structure Elements ( Index Term Link ) ( Index Term Link )
 
 LDAP DN handling functions
  -- ldap_dn2ufn ( Index Term Link )
  -- ldap_dns_to_dn ( Index Term Link )
  -- ldap_explode_dn ( Index Term Link )
  -- ldap_explode_dns ( Index Term Link )
  -- ldap_get_dn ( Index Term Link )
  -- ldap_is_dns_dn ( Index Term Link )
 
 ldap_dn_to_url -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_dn2ufn -- LDAP DN handling functions ( Index Term Link )
 
 ldap_dns_to_dn -- LDAP DN handling functions ( Index Term Link )
 
 ldap_dns_to_url -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_enable_cache -- LDAP client caching functions ( Index Term Link )
 
 ldap_enable_translation -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 LDAP entry display functions
  -- ldap_entry2text ( Index Term Link )
  -- ldap_entry2text_search ( Index Term Link )
  -- ldap_vals2text ( Index Term Link )
 
 LDAP entry modification functions
  -- ldap_modify ( Index Term Link )
  -- ldap_modify_ext ( Index Term Link )
  -- ldap_modify_ext_s ( Index Term Link )
  -- ldap_modify_s ( Index Term Link )
 
 LDAP entry parsing and counting functions
  -- ldap_count_entries ( Index Term Link )
  -- ldap_count_references ( Index Term Link )
  -- ldap_first_entry ( Index Term Link )
  -- ldap_first_reference ( Index Term Link ) ( Index Term Link )
  -- ldap_next_entry ( Index Term Link )
 
 LDAP entry sorting functions
  -- ldap_sort ( Index Term Link ) ( Index Term Link )
  -- ldap_sort_entries ( Index Term Link ) ( Index Term Link )
  -- ldap_sort_strcasecmp ( Index Term Link ) ( Index Term Link )
  -- ldap_sort_values ( Index Term Link ) ( Index Term Link )
 
 ldap_entry2text -- LDAP entry display functions ( Index Term Link )
 
 ldap_entry2text_search -- LDAP entry display functions ( Index Term Link )
 
 ldap_err2string -- LDAP protocol error handling functions ( Index Term Link ) ( Index Term Link )
 
 ldap_errlist -- LDAP protocol error handling functions ( Index Term Link ) ( Index Term Link )
 
 ldap_error -- LDAP protocol error handling functions ( Index Term Link )
 
 ldap_explode_dn -- LDAP DN handling functions ( Index Term Link )
 
 ldap_explode_dns -- LDAP DN handling functions ( Index Term Link )
 
 LDAP filter generating functions
  -- ldap_build_filter ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_getfilter ( Index Term Link ) ( Index Term Link )
  -- ldap_getfilter_free ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_getfirstfilter ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_getnextfilter ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_init_getfilter ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_init_getfilter_buf ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_first_attribute -- step through LDAP entry attributes ( Index Term Link )
 
 ldap_first_disptmpl -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_first_entry -- LDAP entry parsing and counting functions ( Index Term Link )
 
 ldap_first_message -- LDAP message processing functions ( Index Term Link )
 
 ldap_first_reference -- LDAP entry parsing and counting functions ( Index Term Link ) ( Index Term Link )
 
 ldap_first_searchobj -- LDAP search preference configuration routeines ( Index Term Link ) ( Index Term Link )
 
 ldap_first_tmplcol -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_first_tmplrow -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_flush_cache -- LDAP client caching functions ( Index Term Link )
 
 ldap_free_friendlymap -- LDAP attribute remapping functions ( Index Term Link )
 
 ldap_free_searchprefs -- LDAP search preference configuration routeines ( Index Term Link ) ( Index Term Link )
 
 ldap_free_templates -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_free_urldesc -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_friendly_name -- LDAP attribute remapping functions ( Index Term Link )
 
 ldap_get_dn -- LDAP DN handling functions ( Index Term Link )
 
 ldap_get_values -- LDAP attribute value handling functions ( Index Term Link )
 
 ldap_get_values_len -- LDAP attribute value handling functions ( Index Term Link )
 
 ldap_getfilter -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link )
 
 ldap_getfilter_free -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_getfirstfilter -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_getnextfilter -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_init -- initialize the LDAP library and open a connection to an LDAP server ( Index Term Link )
 
 ldap_init_getfilter -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_init_getfilter_buf -- LDAP filter generating functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_init_searchprefs -- LDAP search preference configuration routeines ( Index Term Link ) ( Index Term Link )
 
 ldap_init_searchprefs_buf -- LDAP search preference configuration routeines ( Index Term Link ) ( Index Term Link )
 
 ldap_init_templates -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_init_templates_buf -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_is_dns_dn -- LDAP DN handling functions ( Index Term Link )
 
 ldap_is_ldap_url -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 LDAP message processing functions
  -- ldap_count_message ( Index Term Link )
  -- ldap_first_message ( Index Term Link )
  -- ldap_msgtype ( Index Term Link )
  -- ldap_next_message ( Index Term Link )
 
 LDAP message result parser
  -- ldap_parse_extended_result ( Index Term Link ) ( Index Term Link )
  -- ldap_parse_result ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_parse_sasl_bind_result ( Index Term Link ) ( Index Term Link )
 
 ldap_modify -- LDAP entry modification functions ( Index Term Link )
 
 ldap_modify_ext -- LDAP entry modification functions ( Index Term Link )
 
 ldap_modify_ext_s -- LDAP entry modification functions ( Index Term Link )
 
 ldap_modify_s -- LDAP entry modification functions ( Index Term Link )
 
 ldap_modrdn -- modify LDAP entry RDN ( Index Term Link )
 
 ldap_modrdn2 -- modify LDAP entry RDN ( Index Term Link )
 
 ldap_modrdn2_s -- modify LDAP entry RDN ( Index Term Link )
 
 ldap_modrdn_s -- modify LDAP entry RDN ( Index Term Link )
 
 ldap_msgtype -- LDAP message processing functions ( Index Term Link )
 
 ldap_next_attribute -- step through LDAP entry attributes ( Index Term Link )
 
 ldap_next_disptmpl -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_next_entry -- LDAP entry parsing and counting functions ( Index Term Link )
 
 ldap_next_message -- LDAP message processing functions ( Index Term Link )
 
 ldap_next_searchobj -- LDAP search preference configuration routeines ( Index Term Link ) ( Index Term Link )
 
 ldap_next_tmplcol -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_next_tmplrow -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_oc2template -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_open -- initialize the LDAP library and open a connection to an LDAP server ( Index Term Link )
 
 ldap_parse_extended_result -- LDAP message result parser ( Index Term Link ) ( Index Term Link )
 
 ldap_parse_result -- LDAP message result parser ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_parse_sasl_bind_result -- LDAP message result parser ( Index Term Link ) ( Index Term Link )
 
 ldap_perror -- LDAP protocol error handling functions ( Index Term Link ) ( Index Term Link )
 
 LDAP protocol error handling functions
  -- ld_errno ( Index Term Link ) ( Index Term Link )
  -- ldap_err2string ( Index Term Link ) ( Index Term Link )
  -- ldap_errlist ( Index Term Link ) ( Index Term Link )
  -- ldap_error ( Index Term Link )
  -- ldap_perror ( Index Term Link ) ( Index Term Link )
  -- ldap_result2error ( Index Term Link ) ( Index Term Link )
 
 ldap_rename-- modify LDAP entry RDN ( Index Term Link )
 
 ldap_rename_s -- modify LDAP entry RDN ( Index Term Link )
 
 ldap_result -- wait for and return LDAP operation result ( Index Term Link )
 
 ldap_result2error -- LDAP protocol error handling functions ( Index Term Link ) ( Index Term Link )
 
 ldap_sasl_bind -- LDAP bind functions ( Index Term Link )
 
 ldap_sasl_bind_s -- LDAP bind functions ( Index Term Link )
 
 ldap_search -- LDAP search operations ( Index Term Link )
 
 ldap_search_ext -- LDAP search operations ( Index Term Link )
 
 ldap_search_ext_s -- LDAP search operations ( Index Term Link )
 
 LDAP search operations
  -- ldap_search ( Index Term Link )
  -- ldap_search_ext ( Index Term Link )
  -- ldap_search_ext_s ( Index Term Link )
  -- ldap_search_s ( Index Term Link )
  -- ldap_search_st ( Index Term Link )
 
 LDAP search preference configuration routeines
  -- ldap_first_searchobj ( Index Term Link ) ( Index Term Link )
  -- ldap_free_searchprefs ( Index Term Link ) ( Index Term Link )
  -- ldap_init_searchprefs ( Index Term Link ) ( Index Term Link )
  -- ldap_init_searchprefs_buf ( Index Term Link ) ( Index Term Link )
  -- ldap_next_searchobj ( Index Term Link ) ( Index Term Link )
  -- ldap_searchprefs ( Index Term Link )
 
 ldap_search_s -- LDAP search operations ( Index Term Link )
 
 ldap_search_st -- LDAP search operations ( Index Term Link )
 
 ldap_searchprefs -- LDAP search preference configuration routeines ( Index Term Link )
 
 ldap_set_cache_options -- LDAP client caching functions ( Index Term Link )
 
 ldap_set_rebind_proc -- LDAP bind functions ( Index Term Link )
 
 ldap_set_string_translators -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 ldap_simple_bind -- LDAP bind functions ( Index Term Link )
 
 ldap_simple_bind_s -- LDAP bind functions ( Index Term Link )
 
 ldap_sort -- LDAP entry sorting functions ( Index Term Link ) ( Index Term Link )
 
 ldap_sort_entries -- LDAP entry sorting functions ( Index Term Link ) ( Index Term Link )
 
 ldap_sort_strcasecmp -- LDAP entry sorting functions ( Index Term Link ) ( Index Term Link )
 
 ldap_sort_values -- LDAP entry sorting functions ( Index Term Link ) ( Index Term Link )
 
 ldap_t61_to_8859 -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 ldap_tmplattrs -- LDAP display template functions ( Index Term Link ) ( Index Term Link )
 
 ldap_translate_from_t61 -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 ldap_translate_to_t61 -- LDAP character set translation functions ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn -- LDAP user friendly search functions ( Index Term Link )
 
 ldap_ufn_search_c -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn_search_ct -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn_search_s -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn_setfilter -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn_setprefix -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link )
 
 ldap_ufn_timeout -- LDAP user friendly search functions ( Index Term Link ) ( Index Term Link )
 
 ldap_unbind -- LDAP bind functions ( Index Term Link )
 
 ldap_unbind_s -- LDAP bind functions ( Index Term Link )
 
 ldap_uncache_entry -- LDAP client caching functions ( Index Term Link )
 
 ldap_uncache_request -- LDAP client caching functions ( Index Term Link )
 
 LDAP Uniform Resource Locator functions
  -- ldap_dn_to_url ( Index Term Link ) ( Index Term Link )
  -- ldap_dns_to_url ( Index Term Link ) ( Index Term Link )
  -- ldap_free_urldesc ( Index Term Link ) ( Index Term Link )
  -- ldap_is_ldap_url ( Index Term Link ) ( Index Term Link )
  -- ldap_url ( Index Term Link )
  -- ldap_url_parse ( Index Term Link ) ( Index Term Link )
  -- ldap_url_search ( Index Term Link ) ( Index Term Link )
  -- ldap_url_search_s ( Index Term Link ) ( Index Term Link )
  -- ldap_url_search_st ( Index Term Link ) ( Index Term Link )
 
 ldap_url -- LDAP Uniform Resource Locator functions ( Index Term Link )
 
 ldap_url_parse -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_url_search -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_url_search_s -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 ldap_url_search_st -- LDAP Uniform Resource Locator functions ( Index Term Link ) ( Index Term Link )
 
 LDAP user friendly search functions
  -- ldap_ufn ( Index Term Link )
  -- ldap_ufn_search_c ( Index Term Link ) ( Index Term Link )
  -- ldap_ufn_search_ct ( Index Term Link ) ( Index Term Link )
  -- ldap_ufn_search_s ( Index Term Link ) ( Index Term Link )
  -- ldap_ufn_setfilter ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- ldap_ufn_setprefix ( Index Term Link ) ( Index Term Link )
  -- ldap_ufn_timeout ( Index Term Link ) ( Index Term Link )
 
 ldap_vals2text -- LDAP entry display functions ( Index Term Link )
 
 ldexp -- load exponent of a floating point number ( Index Term Link )
 
 ldiv -- compute quotient and remainder ( Index Term Link )
 
 leaveok -- set terminal output controls ( Index Term Link )
 
 lfmt -- display error message in standard format and pass to logging and monitoring services ( Index Term Link )
 
 lgamma -- log gamma function ( Index Term Link )
 
 lgamma_r -- log gamma function ( Index Term Link )
 
 libdevinfo -- library of device information functions ( Index Term Link )
 
 library for TNF probe control in a process or the kernel -- libtnfctl ( Index Term Link )
 
 library of device information functions -- libdevinfo ( Index Term Link )
 
 library of interfaces for monitoring and manipulating threads-related aspects of multithreaded programs -- libthread_db ( Index Term Link )
 
 library routines for client side calls
  -- clnt_call ( Index Term Link )
  -- clnt_freeres ( Index Term Link )
  -- clnt_geterr ( Index Term Link )
  -- clnt_perrno ( Index Term Link )
  -- clnt_perror ( Index Term Link )
  -- clnt_sperrno ( Index Term Link )
  -- clnt_sperror ( Index Term Link )
  -- rpc_broadcast ( Index Term Link )
  -- rpc_broadcast_exp ( Index Term Link )
  -- rpc_call ( Index Term Link )
  -- rpc_clnt_calls ( Index Term Link )
 
 library routines for dealing with creation and manipulation of CLIENT handles
  -- clnt_control ( Index Term Link )
  -- clnt_create ( Index Term Link )
  -- clnt_create_timed ( Index Term Link )
  -- clnt_create_vers ( Index Term Link )
  -- clnt_create_vers_timed ( Index Term Link )
  -- clnt_destroy ( Index Term Link )
  -- clnt_dg_create ( Index Term Link )
  -- clnt_pcreateerror ( Index Term Link )
  -- clnt_raw_create ( Index Term Link )
  -- clnt_spcreateerror ( Index Term Link )
  -- clnt_tli_create ( Index Term Link )
  -- clnt_tp_create ( Index Term Link )
  -- clnt_tp_create_timed ( Index Term Link )
  -- clnt_vc_create ( Index Term Link )
  -- rpc_clnt_create ( Index Term Link )
  -- rpc_createerr ( Index Term Link )
 
 library routines for RPC servers
  -- rpc_svc_calls ( Index Term Link )
  -- svc_dg_enablecache ( Index Term Link )
  -- svc_done ( Index Term Link )
  -- svc_exit ( Index Term Link )
  -- svc_fdset ( Index Term Link )
  -- svc_freeargs ( Index Term Link )
  -- svc_getargs ( Index Term Link )
  -- svc_getreq_common ( Index Term Link )
  -- svc_getreq_poll ( Index Term Link )
  -- svc_getreqset ( Index Term Link )
  -- svc_getrpccaller ( Index Term Link )
  -- svc_max_pollfd ( Index Term Link )
  -- svc_pollfd ( Index Term Link )
  -- svc_run ( Index Term Link )
  -- svc_sendreply ( Index Term Link )
 
 libthread_db -- library of interfaces for monitoring and manipulating threads-related aspects of multithreaded programs ( Index Term Link )
 
 libtnfctl -- library for TNF probe control in a process or the kernel ( Index Term Link )
 
 Lightweight Directory Access Protocol package -- ldap ( Index Term Link )
 
 line -- graphics interface ( Index Term Link )
 
 linear search and update routine
  -- lfind ( Index Term Link )
  -- lsearch ( Index Term Link )
 
 linmod -- graphics interface ( Index Term Link )
 
 lio_listio -- list directed I/O ( Index Term Link )
 
 list directed I/O -- lio_listio ( Index Term Link )
 
 list the atomic names and references bound in a context
  -- fn_bindinglist_destroy ( Index Term Link )
  -- fn_bindinglist_next ( Index Term Link )
  -- FN_bindinglist_t ( Index Term Link )
  -- fn_ctx_list_bindings ( Index Term Link )
 
 list the atomic names bound in a context
  -- fn_ctx_list_names ( Index Term Link )
  -- fn_namelist_destroy ( Index Term Link )
  -- fn_namelist_next ( Index Term Link )
  -- FN_namelist_t ( Index Term Link )
 
 listen -- listen for connections on a socket ( Index Term Link )
 
 llabs -- return absolute value of long long integer ( Index Term Link )
 
 lldiv -- compute quotient and remainder ( Index Term Link )
 
 lltostr -- string conversion routines ( Index Term Link )
 
 load exponent of a floating point number -- ldexp ( Index Term Link )
 
 load exponent of a radix-independent floating-point number -- scalbn ( Index Term Link )
 
 load exponent of a radix-independent floating-point number -- scalb ( Index Term Link )
 
 locale, modify and query a program's locale -- setlocale ( Index Term Link )
 
 localeconv -- get numeric formatting information ( Index Term Link )
 
 lock, apply or remove advisory lock on open file -- flock ( Index Term Link )
 
 lock address space, -- mlockall ( Index Term Link )
 
 lock memory pages, -- mlock ( Index Term Link )
 
 lock or attempt to lock a read-write lock object for reading
  -- pthread_rwlock_rdlock ( Index Term Link )
  -- pthread_rwlock_tryrdlock ( Index Term Link )
 
 lock or attempt to lock a read-write lock object for writing
  -- pthread_rwlock_trywrlock ( Index Term Link )
  -- pthread_rwlock_wrlock ( Index Term Link )
 
 lock or unlock a mutex
  -- pthread_mutex_lock ( Index Term Link )
  -- pthread_mutex_trylock ( Index Term Link )
  -- pthread_mutex_unlock ( Index Term Link )
 
 lockf -- allows sections of file to be locked ( Index Term Link )
 
 log -- natural logarithm function ( Index Term Link )
 
 log gamma function
  -- gamma ( Index Term Link )
  -- gamma_r ( Index Term Link )
  -- lgamma ( Index Term Link )
  -- lgamma_r ( Index Term Link )
 
 log10 -- base 10 logarithm function ( Index Term Link )
 
 log1p -- compute natural logarithm ( Index Term Link )
 
 logb -- radix-independent exponent ( Index Term Link )
 
 login name
  -- getlogin ( Index Term Link )
  -- getlogin_r ( Index Term Link )
 
 _longjmp -- non-local goto ( Index Term Link ) ( Index Term Link )
 
 longjmp -- non-local goto ( Index Term Link ) ( Index Term Link )
 
 longname -- return full terminal type name ( Index Term Link )
 
 looks up the symbol in the symbol table of the load object in the target process -- ps_pglobal_lookup ( Index Term Link )
 
 looks up the symbol in the symbol table of the load object in the target process -- ps_pglobal_sym ( Index Term Link )
 
 look up the link reference bound to a name -- fn_ctx_lookup_link ( Index Term Link )
    
M
 
 madvise -- provide advice to VM system ( Index Term Link )
 
 maillock -- functions to manage lockfile(s) for user's mailbox ( Index Term Link )
 
 mailunlock -- functions to manage lockfile(s) for user's mailbox ( Index Term Link )
 
 make modified instructions executable -- sync_instruction_memory ( Index Term Link )
 
 makecontext -- manipulate user contexts ( Index Term Link )
 
 malloc -- memory allocator ( Index Term Link )
 
 manage thread signals for libthread_db
  -- td_thr_setsigpending ( Index Term Link )
  -- td_thr_sigsetmask ( Index Term Link )
 
 manage thread-specific data
  -- pthread_getspecific ( Index Term Link )
  -- pthread_setspecific ( Index Term Link )
 
 Management Interface database administration functions
  -- DmiAddComponent ( Index Term Link )
  -- DmiAddGroup ( Index Term Link )
  -- DmiAddLanguage ( Index Term Link )
  -- DmiDeleteComponent ( Index Term Link )
  -- DmiDeleteGroup ( Index Term Link )
  -- DmiDeleteLanguage ( Index Term Link )
 
 Management Interface initialization functions
  -- DmiGetConfig ( Index Term Link )
  -- DmiGetVersion ( Index Term Link )
  -- DmiRegister ( Index Term Link )
  -- DmiSetConfig ( Index Term Link )
  -- DmiUnregister ( Index Term Link )
 
 Management Interface listing functions
  -- DmiListAttributes ( Index Term Link )
  -- DmiListClassNames ( Index Term Link )
  -- DmiListComponents ( Index Term Link )
  -- DmiListComponentsByClass ( Index Term Link )
  -- DmiListGroups ( Index Term Link )
  -- DmiListLanguages ( Index Term Link )
 
 Management Interface operation functions
  -- DmiAddRow ( Index Term Link )
  -- DmiDeleteRow ( Index Term Link )
  -- DmiGetAttribute ( Index Term Link )
  -- DmiGetMultiple ( Index Term Link )
  -- DmiSetAttribute ( Index Term Link )
  -- DmiSetMultiple ( Index Term Link )
 
 manipulate sets of signals -- sigsetops ( Index Term Link )
  sigaddset ( Index Term Link )
  sigdelset ( Index Term Link )
  sigemptyset ( Index Term Link )
  sigfillset ( Index Term Link )
  sigismember ( Index Term Link )
 
 manipulate color information
  -- can_change_color ( Index Term Link )
  -- color_content ( Index Term Link )
  -- COLOR_PAIR ( Index Term Link )
  -- has_colors ( Index Term Link )
  -- init_color ( Index Term Link )
  -- init_pair ( Index Term Link )
  -- pair_content ( Index Term Link )
  -- PAIR_NUMBER ( Index Term Link )
  -- start_color ( Index Term Link )
 
 manipulate soft labels
  -- slk_attr_off ( Index Term Link )
  -- slk_attr_on ( Index Term Link )
  -- slk_attr_set ( Index Term Link )
  -- slk_attroff ( Index Term Link )
  -- slk_attron ( Index Term Link )
  -- slk_attrset ( Index Term Link )
  -- slk_clear ( Index Term Link )
  -- slk_color ( Index Term Link )
  -- slk_init ( Index Term Link )
  -- slk_label ( Index Term Link )
  -- slk_noutrefresh ( Index Term Link )
  -- slk_refresh ( Index Term Link )
  -- slk_restore ( Index Term Link )
  -- slk_set ( Index Term Link )
  -- slk_touch ( Index Term Link )
  -- slk_wset ( Index Term Link )
 
 map a tnfctl error code to a string -- tnfctl_strerror ( Index Term Link )
 
 map area of parent window to subwindow -- mvderwin ( Index Term Link )
 
 map ASCII mechanism to OID
  -- rpc_gss_mech_to_oid ( Index Term Link ) ( Index Term Link )
 
 map ASCII qop to number
  -- rpc_gss_qop_to_num ( Index Term Link ) ( Index Term Link )
 
 match filename or path name -- fnmatch ( Index Term Link )
 
 math library exception-handling -- matherr ( Index Term Link )
 
 mathematical functions
  -- gamma ( Index Term Link )
  -- gamma_r ( Index Term Link )
  -- lgamma ( Index Term Link )
  -- lgamma_r ( Index Term Link )
 
 matherr -- math library exception-handling ( Index Term Link )
 
 mblen -- get number of bytes in a character ( Index Term Link )
 
 mbrlen -- get number of bytes in a character (restartable) ( Index Term Link )
 
 mbrtowc -- convert a character to a wide-character code (restartable) ( Index Term Link )
 
 mbsinit -- determine conversion object status ( Index Term Link )
 
 mbsrtowcs -- convert a character string to a wide-character string (restartable) ( Index Term Link )
 
 mbstowcs -- convert a character string to a wide-character string ( Index Term Link )
 
 mbtowc -- convert a character to a wide-character code ( Index Term Link )
 
 mctl -- memory management control ( Index Term Link )
 
 media_findname -- convert a supplied name into an absolute pathname that can be used to access removable media ( Index Term Link )
 
 media_getattr -- get and set media attributes ( Index Term Link )
 
 media_setattr -- get and set media attributes ( Index Term Link )
 
 memory -- memory operations ( Index Term Link )
 
 memory, optimizing usage of user mapped memory -- madvise ( Index Term Link )
 
 memory allocator -- bsdmalloc ( Index Term Link )
 
 memory allocator
  -- alloca ( Index Term Link )
  -- calloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 memory allocator -- bsdmalloc
  free ( Index Term Link )
 
 memory allocator
  -- free ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- mallinfo ( Index Term Link )
 
 memory allocator -- bsdmalloc
  malloc ( Index Term Link )
 
 memory allocator
  -- malloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- mallopt ( Index Term Link )
  -- memalign ( Index Term Link )
 
 memory allocator -- bsdmalloc
  realloc ( Index Term Link )
 
 memory allocator
  -- realloc ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
  -- valloc ( Index Term Link )
 
 memory lock or unlock, calling process -- plock ( Index Term Link )
 
 memory management -- mctl ( Index Term Link )
 
 memory management
  copy a file into memory -- copylist ( Index Term Link )
  get system page size -- getpagesize ( Index Term Link )
  lock address space -- mlockall ( Index Term Link )
  lock pages in memory -- mlock ( Index Term Link )
  synchronize memory with physical storage -- msync ( Index Term Link )
  unlock address space -- munlockall ( Index Term Link )
  unlock pages in memory -- munlock ( Index Term Link )
 
 memory object, shared
  open -- shm_open ( Index Term Link )
  remove -- shm_unlink ( Index Term Link )
 
 memory operations
  -- memccpy ( Index Term Link )
  -- memchr ( Index Term Link )
  -- memcmp ( Index Term Link )
  -- memcpy ( Index Term Link )
  -- memmove ( Index Term Link )
  -- memory ( Index Term Link )
  -- memset ( Index Term Link )
 
 menu library
  See also curses library
 
 menus -- character based menus package ( Index Term Link )
 
 menus, application-specific routines
  -- item_init ( Index Term Link )
  -- item_term ( Index Term Link )
  -- menu_hook ( Index Term Link )
  -- menu_init ( Index Term Link )
  -- menu_term ( Index Term Link )
  -- set_item_init ( Index Term Link )
  -- set_item_term ( Index Term Link )
  -- set_menu_init ( Index Term Link )
  -- set_menu_term ( Index Term Link )
 
 menus, associate application data
  -- menu_userptr ( Index Term Link )
  -- set_menu_userptr ( Index Term Link )
 
 menus, create and destroy
  -- free_menu ( Index Term Link )
  -- menu_new ( Index Term Link )
  -- new_menu ( Index Term Link )
 
 menus, rows and columns
  -- menu_format ( Index Term Link )
  -- set_menu_format ( Index Term Link )
 
 menus cursor
  -- menu_cursor ( Index Term Link )
  -- pos_menu_cursor ( Index Term Link )
 
 menus display attributes
  -- menu_attributes ( Index Term Link )
  -- menu_back ( Index Term Link )
  -- menu_fore ( Index Term Link )
  -- menu_grey ( Index Term Link )
  -- menu_pad ( Index Term Link )
  -- set_menu_back ( Index Term Link )
  -- set_menu_fore ( Index Term Link )
  -- set_menu_grey ( Index Term Link )
  -- set_menu_pad ( Index Term Link )
 
 menus from associated subwindows, write/erase
  -- menu_post ( Index Term Link )
  -- post_menu ( Index Term Link )
  -- unpost_menu ( Index Term Link )
 
 menus item, visibility
  -- item_visible ( Index Term Link )
  -- menu_item_visible ( Index Term Link )
 
 menus item name and description
  -- item_description ( Index Term Link )
  -- item_name ( Index Term Link )
  -- menu_item_name ( Index Term Link )
 
 menus item options routines
  -- item_opts ( Index Term Link )
  -- item_opts_off ( Index Term Link )
  -- item_opts_on ( Index Term Link )
  -- menu_item_opts ( Index Term Link )
  -- set_item_opts ( Index Term Link )
 
 menus item values, set and get
  -- item_value ( Index Term Link )
  -- menu_item_value ( Index Term Link )
  -- set_item_value ( Index Term Link )
 
 menus items, associate application data
  -- item_userptr ( Index Term Link )
  -- menu_item_userptr ( Index Term Link )
  -- set_item_userptr ( Index Term Link )
 
 menus items, connect and disconnect
  -- item_count ( Index Term Link )
  -- menu_items ( Index Term Link )
  -- set_menu_items ( Index Term Link )
 
 menus items, create and destroy
  -- free_item ( Index Term Link )
  -- menu_item_new ( Index Term Link )
  -- new_item ( Index Term Link )
 
 menus items, get and set
  -- current_item ( Index Term Link )
  -- item_index ( Index Term Link )
  -- menu_item_current ( Index Term Link )
  -- set_current_item ( Index Term Link )
  -- set_top_row ( Index Term Link )
  -- top_row ( Index Term Link )
 
 menus mark string routines
  -- menu_mark ( Index Term Link )
  -- set_menu_mark ( Index Term Link )
 
 menus options routines
  -- menu_opts ( Index Term Link )
  -- menu_opts_off ( Index Term Link )
  -- menu_opts_on ( Index Term Link )
  -- set_menu_opts ( Index Term Link )
 
 menus pattern match buffer
  -- menu_pattern ( Index Term Link )
  -- set_menu_pattern ( Index Term Link )
 
 menus subsystem, command processor, -- menu_driver ( Index Term Link )
 
 menus window and subwindow association routines
  -- menu_sub ( Index Term Link )
  -- menu_win ( Index Term Link )
  -- scale_menu ( Index Term Link )
  -- set_menu_sub ( Index Term Link )
  -- set_menu_win ( Index Term Link )
 
 message catalog
  open/catalog -- catopen, catclose ( Index Term Link )
  read a program message -- catgets ( Index Term Link )
 
 message handling functions
  -- bindtextdomain ( Index Term Link )
  -- dcgettext ( Index Term Link )
  -- dgettext ( Index Term Link )
  -- gettext ( Index Term Link )
  -- textdomain ( Index Term Link )
 
 message queue
  close -- mq_close ( Index Term Link )
  notify process (or thread) -- mq_notify ( Index Term Link )
  open -- mq_open ( Index Term Link )
  receive a message from -- mq_receive ( Index Term Link )
  remove -- mq_unlink ( Index Term Link )
  send message to -- mq_send ( Index Term Link )
  set attributes -- mq_setattr ( Index Term Link )
 
 messages
  display a message on stderr or system console -- fmtmsg ( Index Term Link )
  print system error messages -- perror ( Index Term Link )
  system signal messages -- psignal ( Index Term Link )
 
 meta -- enable/disable meta keys ( Index Term Link )
 
 mkdirp -- create directories in a path ( Index Term Link )
 
 mkfifo -- create a new FIFO ( Index Term Link )
 
 mkstemp -- make a unique file name ( Index Term Link )
 
 mktemp -- make a unique file name ( Index Term Link )
 
 mktime -- converts a tm structure to a calendar time ( Index Term Link )
 
 mnttab file
  -- getmntany ( Index Term Link )
  -- getmntent ( Index Term Link )
  -- hasmntopt ( Index Term Link )
  -- putmntent ( Index Term Link )
 
 modf -- decompose floating-point number ( Index Term Link )
 
 modff -- decompose floating-point number ( Index Term Link )
 
 modify/delete user credentials for an authentication service -- pam_setcred ( Index Term Link )
 
 modify LDAP entry RDN
  -- ldap_modrdn ( Index Term Link )
  -- ldap_modrdn2 ( Index Term Link )
  -- ldap_modrdn2_s ( Index Term Link )
  -- ldap_modrdn_s ( Index Term Link )
  -- ldap_rename ( Index Term Link )
  -- ldap_rename_s ( Index Term Link )
 
 modify multiple attributes associated with named object -- fn_attr_multi_modify ( Index Term Link )
 
 modify specified attribute associated with name -- fn_attr_modify ( Index Term Link )
 
 monitor -- prepare process execution profile ( Index Term Link )
 
 move -- graphics interface ( Index Term Link )
 
 move -- move cursor in window ( Index Term Link )
 
 move cursor in window
  -- move ( Index Term Link )
  -- wmove ( Index Term Link )
 
 move the cursor -- mvcur ( Index Term Link )
 
 move window -- mvwin ( Index Term Link )
 
 movenextch -- moving the cursor by character ( Index Term Link )
 
 moveprevch -- moving the cursor by character ( Index Term Link )
 
 mp -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_gcd -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_itom -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_madd -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mcmp -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mdiv -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mfree -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_min -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mout -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_msub -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mtox -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_mult -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_pow -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_rpow -- multiple precision integer arithmetic ( Index Term Link )
 
 mp_xtom -- multiple precision integer arithmetic ( Index Term Link )
 
 mq_close -- close a message queue ( Index Term Link )
 
 mq_getattr -- get message queue attributes ( Index Term Link )
 
 mq_notify -- notify process (or thread) that a message is available on a queue ( Index Term Link )
 
 mq_open -- open a message queue ( Index Term Link )
 
 mq_receive -- receive a message from a message queue ( Index Term Link )
 
 mq_send -- send a message to a message queue ( Index Term Link )
 
 mq_setattr -- set/get message queue attributes ( Index Term Link )
 
 mq_unlink -- remove a message queue ( Index Term Link )
 
 msync -- synchronize memory with physical storage ( Index Term Link )
 
 multiple precision integer arithmetic
  -- mp ( Index Term Link )
  -- mp_gcd ( Index Term Link )
  -- mp_itom ( Index Term Link )
  -- mp_madd ( Index Term Link )
  -- mp_mcmp ( Index Term Link )
  -- mp_mdiv ( Index Term Link )
  -- mp_mfree ( Index Term Link )
  -- mp_min ( Index Term Link )
  -- mp_mout ( Index Term Link )
  -- mp_msub ( Index Term Link )
  -- mp_mtox ( Index Term Link )
  -- mp_mult ( Index Term Link )
  -- mp_pow ( Index Term Link )
  -- mp_rpow ( Index Term Link )
  -- mp_xtom ( Index Term Link )
 
 mutex -- concepts relating to mutual exclusion locks ( Index Term Link )
  Caveats ( Index Term Link )
  Initialization ( Index Term Link )
 
 mutex_destroy -- mutual exclusion locks ( Index Term Link )
 
 mutex_init -- mutual exclusion locks ( Index Term Link )
  Destroy ( Index Term Link )
  Dynamically Allocated Mutexes ( Index Term Link )
  Initialize ( Index Term Link )
  Interprocess Locking ( Index Term Link )
  Lock and Unlock ( Index Term Link )
  Multiple Instruction Single Data ( Index Term Link )
  Single Gate ( Index Term Link )
  Solaris Interprocess Robust Locking ( Index Term Link )
 
 mutex_lock -- mutual exclusion locks ( Index Term Link )
 
 mutex_trylock -- mutual exclusion locks ( Index Term Link )
 
 mutex_unlock -- mutual exclusion locks ( Index Term Link )
 
 mutual exclusion locks
  -- mutex_destroy ( Index Term Link )
  -- mutex_init ( Index Term Link )
  -- mutex_lock ( Index Term Link )
  -- mutex_trylock ( Index Term Link )
  -- mutex_unlock ( Index Term Link )
 
 mvadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 mvadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvaddch -- add a character (with rendition) to a window ( Index Term Link )
 
 mvaddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvaddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvaddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvaddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvaddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvaddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvaddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 mvaddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvaddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvaddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvaddwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvchgat -- change the rendition of characters in a window ( Index Term Link )
 
 mvcur -- move the cursor ( Index Term Link )
 
 mvdelch -- remove a character ( Index Term Link )
 
 mvderwin -- map area of parent window to subwindow ( Index Term Link )
 
 mvget_wch -- get a wide character from terminal ( Index Term Link )
 
 mvget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvgetch -- get a single-byte character from terminal ( Index Term Link )
 
 mvgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 mvgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvhline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvhline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvin_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 mvin_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvin_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvinch -- return a single-byte character (with rendition) ( Index Term Link )
 
 mvinchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvinchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvinnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvinnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvinnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvins_nwstr -- insert a wide character string ( Index Term Link )
 
 mvins_wch -- insert a complex character ( Index Term Link )
 
 mvins_wstr -- insert a wide character string ( Index Term Link )
 
 mvinsch -- insert a character ( Index Term Link )
 
 mvinsnstr -- insert a multibyte character string ( Index Term Link )
 
 mvinsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvinsstr -- insert a multibyte character string ( Index Term Link )
 
 mvinstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvinswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 mvinswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvinwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 mvinwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvinwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvinwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvinwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvprintw -- write formatted output to window ( Index Term Link )
 
 mvscanw -- read formatted input from window ( Index Term Link )
 
 mvvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvwadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 mvwadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvwadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 mvwaddch -- add a character (with rendition) to a window ( Index Term Link )
 
 mvwaddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvwaddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 mvwaddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvwaddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvwaddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 mvwaddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 mvwaddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvwaddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 mvwaddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 mvwaddwstr -- add a wide-character string to a window ( Index Term Link )
 
 mvwchgat -- change the rendition of characters in a window ( Index Term Link )
 
 mvwdelch -- remove a character ( Index Term Link )
 
 mvwget_wch -- get a wide character from terminal ( Index Term Link )
 
 mvwget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvwgetch -- get a single-byte character from terminal ( Index Term Link )
 
 mvwgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 mvwgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvwgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvwgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 mvwgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 mvwgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 mvwhline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvwhline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mvwin -- move window ( Index Term Link )
 
 mvwin_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 mvwin_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvwin_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 mvwinch -- return a single-byte character (with rendition) ( Index Term Link )
 
 mvwinchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvwinchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 mvwinnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvwinnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvwinnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvwins_nstr -- insert a wide character string ( Index Term Link )
 
 mvwins_nwstr -- insert a wide character string ( Index Term Link )
 
 mvwins_wch -- insert a complex character ( Index Term Link )
 
 mvwinsch -- insert a character ( Index Term Link )
 
 mvwinsnstr -- insert a multibyte character string ( Index Term Link )
 
 mvwinsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvwinsstr -- insert a multibyte character string ( Index Term Link )
 
 mvwinstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 mvwinswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 mvwinswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 mvwinwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 mvwinwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvwinwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 mvwinwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 mvwinwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 mvwprintw -- write formatted output to window ( Index Term Link )
 
 mvwscanw -- read formatted input from window ( Index Term Link )
 
 mvwvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 mvwvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 mwwaddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
    
N
 
 named pipe, create a new one -- mkfifo ( Index Term Link )
 
 nanosleep -- high resolution sleep ( Index Term Link )
 
 napms -- sleep process for a specified length of time ( Index Term Link )
 
 natural logarithm function -- log ( Index Term Link )
 
 netdir -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_free -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_getbyaddr -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_getbyname -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_mergeaddr -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_options -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_perror -- generic transport name-to-address translation ( Index Term Link )
 
 netdir_sperror -- generic transport name-to-address translation ( Index Term Link )
 
 network configuration database entry
  -- endnetconfig ( Index Term Link )
  -- freenetconfigent ( Index Term Link )
  -- getnetconfig ( Index Term Link )
  -- getnetconfigent ( Index Term Link )
  -- nc_perror ( Index Term Link )
  -- nc_sperror ( Index Term Link )
  -- setnetconfig ( Index Term Link )
 
 network configuration entry corresponding to NETPATH
  -- endnetpath ( Index Term Link )
  -- getnetpath ( Index Term Link )
  -- setnetpath ( Index Term Link )
 
 network entry
  -- endnetent ( Index Term Link )
  -- getnetbyaddr ( Index Term Link )
  -- getnetbyaddr_r ( Index Term Link )
  -- getnetbyname ( Index Term Link )
  -- getnetbyname_r ( Index Term Link )
  -- getnetent ( Index Term Link )
  -- getnetent_r ( Index Term Link )
  -- setnetent ( Index Term Link )
 
 network group entry
  -- endnetgrent ( Index Term Link )
  -- getnetgrent ( Index Term Link )
  -- getnetgrent_r ( Index Term Link )
  -- innetgr ( Index Term Link )
  -- setnetgrent ( Index Term Link )
 
 network host entry
  -- endhostent ( Index Term Link )
  -- gethostbyaddr ( Index Term Link )
  -- gethostbyaddr_r ( Index Term Link )
  -- gethostbyname ( Index Term Link )
  -- gethostbyname_r ( Index Term Link )
  -- gethostent ( Index Term Link )
  -- gethostent_r ( Index Term Link )
  -- sethostent ( Index Term Link )
 
 network listener service
  format and send listener service request message -- nlsrequest ( Index Term Link )
  get client's data passed via the listener -- nlsgetcall ( Index Term Link )
  get name of transport provider -- nlsprovider ( Index Term Link )
 
 network protocol entry
  -- endprotoent ( Index Term Link )
  -- getprotobyname ( Index Term Link )
  -- getprotobyname_r ( Index Term Link )
  -- getprotobynumber ( Index Term Link )
  -- getprotobynumber_r ( Index Term Link )
  -- getprotoent ( Index Term Link )
  -- getprotoent_r ( Index Term Link )
  -- setprotoent ( Index Term Link )
 
 newpad -- create and display curses pads ( Index Term Link )
 
 newpad -- create or refresh a pad or subpad ( Index Term Link )
 
 newterm -- screen initialization functions ( Index Term Link )
 
 newwin -- create a new window or subwindow ( Index Term Link )
 
 next representable double-precision floating-point number -- nextafter ( Index Term Link )
 
 nextafter -- next representable double-precision floating-point number ( Index Term Link )
 
 nextkey -- data base subroutines ( Index Term Link )
 
 nftw -- walk a file tree ( Index Term Link )
 
 nice -- change priority of a process ( Index Term Link )
 
 NIS+ table functions -- nis_tables
  nis_first_entry ( Index Term Link )
  nis_modify_entry ( Index Term Link )
  nis_next_entry ( Index Term Link )
  nis_remove_entry ( Index Term Link )
 
 NIS, change information, -- yp_update ( Index Term Link )
 
 NIS+ database functions
  -- db_add_entry ( Index Term Link )
  -- db_checkpoint ( Index Term Link )
  -- db_create_table ( Index Term Link )
  -- db_destroy_table ( Index Term Link )
  -- db_first_entry ( Index Term Link )
  -- db_free_result ( Index Term Link )
  -- db_initialize ( Index Term Link )
  -- db_list_entries ( Index Term Link )
  -- db_next_entry ( Index Term Link )
  -- db_remove_entry ( Index Term Link )
  -- db_reset_next_entry ( Index Term Link )
  -- db_standby ( Index Term Link )
  -- db_table_exists ( Index Term Link )
  -- db_unload_table ( Index Term Link )
  -- nis_db ( Index Term Link )
 
 NIS+ error messages
  nis_error ( Index Term Link )
  nis_lerror ( Index Term Link )
  nis_perror ( Index Term Link )
  nis_sperrno ( Index Term Link )
  nis_sperror ( Index Term Link )
  nis_sperror_r ( Index Term Link )
 
 NIS+ group manipulation functions
  -- nis_addmember ( Index Term Link )
  -- nis_creategroup ( Index Term Link )
  -- nis_destroygroup ( Index Term Link )
  -- nis_groups ( Index Term Link )
  -- nis_ismember ( Index Term Link )
  -- nis_print_group_entry ( Index Term Link )
  -- nis_removemember ( Index Term Link )
  -- nis_verifygroup ( Index Term Link )
 
 NIS+ local names
  -- nis_freenames ( Index Term Link )
  -- nis_getnames ( Index Term Link )
  -- nis_local_directory ( Index Term Link )
  -- nis_local_group ( Index Term Link )
  -- nis_local_host ( Index Term Link )
  -- nis_local_names ( Index Term Link )
  -- nis_local_principal ( Index Term Link )
 
 NIS+ log administration functions
  -- nis_checkpoint ( Index Term Link )
  -- nis_ping ( Index Term Link )
 
 NIS+ miscellaneous functions
  -- nis_freeservelist ( Index Term Link )
  -- nis_freetags ( Index Term Link )
  -- nis_getservlist ( Index Term Link )
  -- nis_mkdir ( Index Term Link )
  -- nis_rmdir ( Index Term Link )
  -- nis_server ( Index Term Link )
  -- nis_servstate ( Index Term Link )
  -- nis_stats ( Index Term Link )
 
 NIS+ namespace functions
  -- nis_add ( Index Term Link )
  -- nis_freeresult ( Index Term Link )
  -- nis_lookup ( Index Term Link )
  -- nis_modify ( Index Term Link )
  -- nis_names ( Index Term Link )
  -- nis_remove ( Index Term Link )
 
 NIS+ object formats, -- nis_objects ( Index Term Link )
 
 NIS+ subroutines
  -- nis_clone_object ( Index Term Link )
  -- nis_destroy_object ( Index Term Link )
  -- nis_dir_cmp ( Index Term Link )
  -- nis_domain_of ( Index Term Link )
  -- nis_leaf_of ( Index Term Link )
  -- nis_name_of ( Index Term Link )
  -- nis_print_object ( Index Term Link )
  -- nis_subr ( Index Term Link )
 
 NIS+ table functions
  -- nis_add_entry ( Index Term Link )
  -- nis_first_entry ( Index Term Link )
  -- nis_list ( Index Term Link )
  -- nis_modify_entry ( Index Term Link )
  -- nis_next_entry ( Index Term Link )
  -- nis_remove_entry ( Index Term Link )
  -- nis_tables ( Index Term Link )
 
 NIS client interface
  -- yp_all ( Index Term Link )
  -- yp_bind ( Index Term Link )
  -- yp_first ( Index Term Link )
  -- yp_get_default_domain ( Index Term Link )
  -- yp_master ( Index Term Link )
  -- yp_match ( Index Term Link )
  -- yp_next ( Index Term Link )
  -- yp_order ( Index Term Link )
  -- yp_unbind ( Index Term Link )
  -- ypclnt ( Index Term Link )
  -- yperr_string ( Index Term Link )
  -- ypprot_err ( Index Term Link )
 
 nis_tables -- NIS+ table functions ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 nl -- enable/disable newline control ( Index Term Link )
 
 nl_langinfo -- language information ( Index Term Link )
 
 nlist -- get entries from symbol table ( Index Term Link )
 
 nocbreak -- set input mode controls ( Index Term Link )
 
 nodelay -- set blocking or non-blocking read ( Index Term Link )
 
 noecho -- enable/disable terminal echo ( Index Term Link )
 
 non-local goto -- setjmp ( Index Term Link ) ( Index Term Link )
  _longjmp ( Index Term Link )
  longjmp ( Index Term Link ) ( Index Term Link )
  _setjmp ( Index Term Link )
  siglongjmp ( Index Term Link )
  sigsetjmp ( Index Term Link )
 
 non-local goto
  -- _longjmp ( Index Term Link )
  -- _setjmp ( Index Term Link )
 
 nonl -- enable/disable newline control ( Index Term Link )
 
 noqiflush -- control flush of input and output on interrupt ( Index Term Link )
 
 noraw -- set input mode controls ( Index Term Link )
 
 NOTE -- annotate source code with info for tools ( Index Term Link )
 
 _NOTE -- annotate source code with info for tools ( Index Term Link )
 
 NOTE -- annotate source code with info for tools
  NOTE vs _NOTE ( Index Term Link )
  NoteInfo Argument ( Index Term Link )
 
 notimeout -- set timed blocking or non-blocking read ( Index Term Link )
 
 numbers, convert to strings -- econvert ( Index Term Link )
    
O
 
 offsetof -- offset of structure member ( Index Term Link )
 
 open a shared object -- dlopen ( Index Term Link )
 
 open a stream -- fopen ( Index Term Link )
 
 open a stream -- freopen ( Index Term Link )
 
 open directory -- opendir ( Index Term Link )
 
 opendir -- open directory ( Index Term Link )
 
 openlog -- control system log ( Index Term Link )
 
 openpl -- graphics interface ( Index Term Link )
 
 openvt -- graphics interface ( Index Term Link )
 
 operations on a synchronization object in libthread_db
  -- td_sync_get_info ( Index Term Link )
  -- td_sync_setstate ( Index Term Link )
  -- td_sync_waiters ( Index Term Link )
 
 output conversion, wsprintf -- convert to wchar_t string ( Index Term Link )
 
 output conversion, formatted
  -- fprintf ( Index Term Link )
  -- printf ( Index Term Link )
  -- sprintf ( Index Term Link )
  -- vfprintf ( Index Term Link )
  -- vprintf ( Index Term Link )
  -- vsprintf ( Index Term Link )
 
 overlap or overwrite windows
  -- overlay ( Index Term Link )
  -- overwrite ( Index Term Link )
 
 overlay -- overlap or overwrite windows ( Index Term Link )
 
 overlay or overwrite any portion of window -- copywin ( Index Term Link )
 
 overview of concepts related to POSIX thread cancellation -- cancellation ( Index Term Link )
 
 overview of the XFN interface -- xfn ( Index Term Link )
 
 an overview of XFN attribute operations -- xfn_attributes ( Index Term Link )
 
 XFN compound syntax: an overview of XFN model for compound name parsing -- xfn_compound_names ( Index Term Link )
 
 overwrite -- overlap or overwrite windows ( Index Term Link )
    
P
 
 p2close -- close pipes to and from a command ( Index Term Link )
 
 p2open -- open pipes to and from a command ( Index Term Link )
 
 page size, system, get -- getpagesize ( Index Term Link )
 
 pair_content -- manipulate color information ( Index Term Link )
 
 PAIR_NUMBER -- manipulate color information ( Index Term Link )
 
 PAM -- PAM Service Module APIs ( Index Term Link )
 
 PAM -- Pluggable Authentication Module ( Index Term Link )
 
 pam -- Pluggable Authentication Module
  Administrative Interface ( Index Term Link )
  Interface Overview ( Index Term Link )
  Stacking Multiple Schemes ( Index Term Link )
  Stateful Interface ( Index Term Link )
 
 pam_acct_mgmt -- perform PAM account validation procedures ( Index Term Link )
 
 pam_authenticate -- perform authentication within the PAM framework ( Index Term Link )
 
 pam_chauthtok -- perform password related functions within the PAM framework ( Index Term Link )
 
 pam_close_session -- perform PAM session creation and termination operations ( Index Term Link )
 
 pam_end -- authentication transaction routines for PAM ( Index Term Link )
 
 PAM error messages, get string -- pam_strerror ( Index Term Link )
 
 pam_get_data -- PAM routines to maintain module specific state ( Index Term Link )
 
 pam_get_item -- authentication information routines for PAM ( Index Term Link )
 
 pam_getenv -- returns the value for a PAM environment name ( Index Term Link )
 
 pam_getenvlist -- returns a list of all the PAM environment variables ( Index Term Link )
 
 pam_open_session -- perform PAM session creation and termination operations ( Index Term Link )
 
 pam_putenv -- change or add a value to the PAM environment ( Index Term Link )
 
 PAM routines to maintain module specific state
  -- pam_get_data ( Index Term Link )
  -- pam_set_data ( Index Term Link )
 
 PAM Service Module APIs, -- PAM ( Index Term Link )
 
 pam_set_data -- PAM routines to maintain module specific state ( Index Term Link )
 
 pam_set_item -- authentication information routines for PAM ( Index Term Link )
 
 pam_setcred -- modify/delete user credentials for an authentication service ( Index Term Link )
 
 pam_sm -- PAM Service Module APIs
  Interaction with the User ( Index Term Link )
  Interface Overview ( Index Term Link )
  Stateful Interface ( Index Term Link )
 
 pam_sm_acct_mgmt -- service provider implementation for pam_acct_mgmt ( Index Term Link )
 
 pam_sm_authenticate -- service provider implementation for pam_authenticate ( Index Term Link )
 
 pam_sm_chauthtok -- service provider implementation for pam_chauthtok ( Index Term Link )
 
 pam_sm_close_session -- Service provider implementation for pam_open_session and pam_close_session ( Index Term Link )
 
 pam_sm_open_session -- Service provider implementation for pam_open_session and pam_close_session ( Index Term Link )
 
 pam_sm_setcred -- service provider implementation for pam_setcred ( Index Term Link )
 
 pam_start -- authentication transaction routines for PAM ( Index Term Link )
 
 panel library
  See also curses library
 
 panels -- character based panels package ( Index Term Link )
 
 panels, create and destroy
  -- del_panel ( Index Term Link )
  -- new_panel ( Index Term Link )
  -- panel_new ( Index Term Link )
 
 panels deck manipulation routines
  -- bottom_panel ( Index Term Link )
  -- hide_panel ( Index Term Link )
  -- panel_hidden ( Index Term Link )
  -- panel_show ( Index Term Link )
  -- panel_top ( Index Term Link )
  -- show_panel ( Index Term Link )
  -- top_panel ( Index Term Link )
 
 panels deck traversal primitives
  -- panel_above ( Index Term Link )
  -- panel_below ( Index Term Link )
 
 panels panel, associate application data
  -- panel_userptr ( Index Term Link )
  -- set_panel_userptr ( Index Term Link )
 
 panels panel, get or set current window
  -- panel_window ( Index Term Link )
  -- replace_panel ( Index Term Link )
 
 panels virtual screen refresh routine
  -- panel_update ( Index Term Link )
  -- update_panel ( Index Term Link )
 
 panels window on virtual screen, move
  -- move_panel ( Index Term Link )
  -- panel_move ( Index Term Link )
 
 password databases
  lock the lock file -- lckpwdf ( Index Term Link )
  unlock the lock file -- ulckpwdf ( Index Term Link )
 
 password encryption functions, -- crypt ( Index Term Link )
 
 passwords
  get password entry from a file -- fgetpwent ( Index Term Link )
  get password entry from a file -- fgetpwent_r ( Index Term Link )
  get password entry in user database -- endpwent ( Index Term Link )
  get password entry in user database -- getpwent ( Index Term Link )
  get password entry in user database -- getpwent_r ( Index Term Link )
  get password entry in user database -- getpwnam ( Index Term Link )
  get password entry in user database -- getpwnam_r ( Index Term Link )
  get password entry in user database -- getpwuid ( Index Term Link )
  get password entry in user database -- getpwuid_r ( Index Term Link )
  get password entry in user database -- setpwent ( Index Term Link )
  get passwd entry from UID -- getpw ( Index Term Link )
  write password file entry -- putpwent ( Index Term Link )
 
 passwords, shadow
  get shadow password database entry -- endspent ( Index Term Link )
  get shadow password database entry -- fgetspent ( Index Term Link )
  get shadow password database entry -- getspent ( Index Term Link )
  get shadow password database entry -- getspnam ( Index Term Link )
  get shadow password database entry -- setspent ( Index Term Link )
  get shadow password database entry (reentrant) -- fgetspent_r ( Index Term Link )
  get shadow password database entry (reentrant) -- getspent_r ( Index Term Link )
  get shadow password database entry (reentrant) -- getspnam_r ( Index Term Link )
  write shadow password file entry -- putspent ( Index Term Link )
 
 path name, return last element -- path name ( Index Term Link )
 
 pathfind -- search for named file in named directories ( Index Term Link )
 
 pclose -- initiate pipe to/from a process ( Index Term Link )
 
 pecho_wchar -- add character and refresh window ( Index Term Link )
 
 pechochar -- add character and refresh window ( Index Term Link )
 
 pechochar -- create and display curses pads ( Index Term Link )
 
 pechowchar -- create and display curses pads ( Index Term Link )
 
 perform an LDAP add operation
  -- ldap_add ( Index Term Link )
  -- ldap_add_ext ( Index Term Link )
  -- ldap_add_ext_s ( Index Term Link )
  -- ldap_add_s ( Index Term Link )
 
 perform authentication within the PAM framework -- pam_authenticate ( Index Term Link )
 
 perform PAM account validation procedures -- pam_acct_mgmt ( Index Term Link )
 
 perform PAM session creation and termination operations
  -- pam_close_session ( Index Term Link )
  -- pam_open_session ( Index Term Link )
 
 perform password related functions within the PAM framework -- pam_chauthtok ( Index Term Link )
 
 perform word expansions
  -- wordexp ( Index Term Link )
  -- wordfree ( Index Term Link )
 
 perror -- print system error messages ( Index Term Link )
 
 pfmt -- display error message in standard format ( Index Term Link )
 
 pipes
  initiate to/from a process -- pclose ( Index Term Link )
  initiate to/from a process -- popen ( Index Term Link )
  open, close to and from a command -- p2open, p2close ( Index Term Link )
 
 placeholder for future logging functionality -- td_log ( Index Term Link )
 
 plock -- lock or unlock into memory process, text, or data ( Index Term Link )
 
 plot -- graphics interface ( Index Term Link )
  Link Editor ( Index Term Link )
 
 Pluggable Authentication Module, -- PAM ( Index Term Link )
 
 pnoutrefresh -- create and display curses pads ( Index Term Link )
 
 pnoutrefresh -- create or refresh a pad or subpad ( Index Term Link )
 
 point -- graphics interface ( Index Term Link )
 
 pop a thread cancellation cleanup handler -- pthread_cleanup_pop ( Index Term Link )
 
 popen -- initiate pipe to/from a process ( Index Term Link )
 
 pow -- power function ( Index Term Link )
 
 power function -- pow ( Index Term Link )
 
 preemption control
  -- schedctl_exit ( Index Term Link )
  -- schedctl_init ( Index Term Link )
  -- schedctl_lookup ( Index Term Link )
  -- schedctl_start ( Index Term Link )
  -- schedctl_stop ( Index Term Link )
 
 prefresh -- create and display curses pads ( Index Term Link )
 
 prefresh -- create or refresh a pad or subpad ( Index Term Link )
 
 print formatted output
  -- fprintf ( Index Term Link )
  -- printf ( Index Term Link )
  -- snprintf ( Index Term Link )
  -- sprintf ( Index Term Link )
 
 print formatted output of a variable argument list
  -- vfprintf ( Index Term Link )
  -- vprintf ( Index Term Link )
  -- vsnprintf ( Index Term Link )
  -- vsprintf ( Index Term Link )
 
 print formatted wide-character output
  -- fwprintf ( Index Term Link )
  -- swprintf ( Index Term Link )
  -- wprintf ( Index Term Link )
 
 printf -- formatted output conversion ( Index Term Link )
 
 printf -- print formatted output ( Index Term Link )
 
 printw -- write formatted output to window ( Index Term Link )
 
 probe insertion interface
  -- TNF_DEBUG ( Index Term Link )
  -- TNF_PROBE_0 ( Index Term Link )
  -- TNF_PROBE_1 ( Index Term Link )
  -- TNF_PROBE_2 ( Index Term Link )
  -- TNF_PROBE_3 ( Index Term Link )
  -- TNF_PROBE_4 ( Index Term Link )
  -- TNF_PROBE_5 ( Index Term Link )
  -- TNF_PROBE_0_DEBUG ( Index Term Link )
  -- TNF_PROBE_1_DEBUG ( Index Term Link )
  -- TNF_PROBE_2_DEBUG ( Index Term Link )
  -- TNF_PROBE_3_DEBUG ( Index Term Link )
  -- TNF_PROBE_4_DEBUG ( Index Term Link )
  -- TNF_PROBE_5_DEBUG ( Index Term Link )
 
 proc_service -- process service interfaces ( Index Term Link )
  SPARC ( Index Term Link ) ( Index Term Link )
  x86 ( Index Term Link ) ( Index Term Link )
 
 Process Code string operations -- wstring ( Index Term Link )
 
 Process Code string operations -- wscasecmp, wscasecmp ( Index Term Link )
 
 Process Code string operations -- wscol, wscol ( Index Term Link )
 
 Process Code string operations -- wsdup, wsdup ( Index Term Link )
 
 Process Code string operations -- wsncasecmp, wsncasecmp ( Index Term Link )
 
 process and LWP control in libthread_db
  -- ps_kill ( Index Term Link )
  -- ps_lcontinue ( Index Term Link )
  -- ps_lrolltoaddr ( Index Term Link )
  -- ps_lstop ( Index Term Link )
  -- ps_pcontinue ( Index Term Link )
  -- ps_pstop ( Index Term Link )
 
 process service interfaces -- proc_service ( Index Term Link )
 
 process statistics, prepare execution profile -- monitor ( Index Term Link )
 
 processes
  change priority -- nice ( Index Term Link )
  duplicate an open file descriptor -- dup2 ( Index Term Link )
  generate path name for controlling terminal -- ctermid, ctermid_r ( Index Term Link )
  get character-string representation -- cuserid ( Index Term Link )
  initiate pipe to/from a process -- popen, pclose ( Index Term Link )
  manipulate user contexts -- makecontext, swapcontext ( Index Term Link )
  memory lock or unlock -- plock ( Index Term Link )
  prepare execution profile -- monitor ( Index Term Link )
  report CPU time used -- clock ( Index Term Link )
  send signal to a process group -- killpg ( Index Term Link )
  send signal to program -- raise ( Index Term Link )
  set terminal foreground process group id -- tcsetpgrp ( Index Term Link )
  suspend execution for interval -- sleep ( Index Term Link )
  terminate process -- exit ( Index Term Link )
  terminate the process abnormally -- abort ( Index Term Link )
  wait for process to terminate or stop -- WIFEXITED ( Index Term Link )
  wait for process to terminate or stop -- WIFSIGNALED ( Index Term Link )
  wait for process to terminate or stop -- WIFSTOPPED ( Index Term Link )
  wait for process to terminate or stop -- wait ( Index Term Link )
 
 profiling utilities, prepare process execution profile -- monitor ( Index Term Link )
 
 program assertion, verify -- assert ( Index Term Link )
 
 program messages
  open/close a message catalog -- catopen, catclose ( Index Term Link )
  read -- catgets ( Index Term Link )
 
 programs, last locations -- end, etext, edata ( Index Term Link )
 
 provide a transient program number, -- reg_ci_callback ( Index Term Link )
 
 ps_kill -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lcontinue -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lgetfpregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetxregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lgetxregsize -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lrolltoaddr -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_lsetfpregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lsetregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lsetxregs -- routines that access the target process register in libthread_db ( Index Term Link )
 
 ps_lstop -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_pcontinue -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_pdread -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_pdwrite -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_pglobal_lookup -- look up a symbol in the symbol table of the load object in the target process ( Index Term Link )
 
 ps_pglobal_sym -- look up a symbol in the symbol table of the load object in the target process ( Index Term Link )
 
 ps_pstop -- process and LWP control in libthread_db ( Index Term Link )
 
 ps_ptread -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 ps_ptwrite -- interfaces in libthread_db that target process memory access ( Index Term Link )
 
 pseudo-terminal device
  get name of the slave pseudo-terminal device -- ptsname ( Index Term Link )
  grant access to the slave pseudo-terminal device -- grantpt ( Index Term Link )
 
 pseudorandom number functions
  -- initstate ( Index Term Link )
  -- random ( Index Term Link )
  -- setstate ( Index Term Link )
  -- srandom ( Index Term Link )
 
 psiginfo -- system signal messages ( Index Term Link )
 
 psignal -- system signal messages ( Index Term Link ) ( Index Term Link )
 
 pthread_atfork -- register fork handlers ( Index Term Link )
 
 pthread_attr_destroy -- initialize and destroy threads attribute object ( Index Term Link )
 
 pthread_attr_getdetachstate -- get or set detachstate attribute ( Index Term Link )
 
 pthread_attr_getguardsize -- get or set the thread guardsize attribute ( Index Term Link )
 
 pthread_attr_getinheritsched -- get or set inheritsched attribute ( Index Term Link )
 
 pthread_attr_getschedparam -- get or set schedparam attribute ( Index Term Link )
 
 pthread_attr_getschedpolicy -- get or set schedpolicy attribute ( Index Term Link )
 
 pthread_attr_getscope -- get or set contentionscope attribute ( Index Term Link )
 
 pthread_attr_getstackaddr -- get or set stackaddr attribute ( Index Term Link )
 
 pthread_attr_getstacksize -- get or set stacksize attribute ( Index Term Link )
 
 pthread_attr_init -- initialize and destroy threads attribute object ( Index Term Link )
 
 pthread_attr_setdetachstate -- get or set detachstate attribute ( Index Term Link )
 
 pthread_attr_setguardsize -- get or set the thread guardsize attribute ( Index Term Link )
 
 pthread_attr_setinheritsched -- get or set inheritsched attribute ( Index Term Link )
 
 pthread_attr_setschedparam -- get or set schedparam attribute ( Index Term Link )
 
 pthread_attr_setschedpolicy -- get or set schedpolicy attribute ( Index Term Link )
 
 pthread_attr_setscope -- get or set contentionscope attribute ( Index Term Link )
 
 pthread_attr_setstackaddr -- get or set stackaddr attribute ( Index Term Link )
 
 pthread_attr_setstacksize -- get or set stacksize attribute ( Index Term Link )
 
 pthread_cleanup_pop -- pop a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cleanup_push -- push a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cond_broadcast -- signal or broadcast a condition ( Index Term Link )
 
 pthread_cond_destroy -- initialize or destroy condition variables ( Index Term Link )
 
 pthread_cond_init -- initialize or destroy condition variables ( Index Term Link )
 
 pthread_cond_signal -- signal or broadcast a condition ( Index Term Link )
 
 pthread_cond_timedwait -- wait on a condition ( Index Term Link )
 
 pthread_cond_wait -- wait on a condition ( Index Term Link )
 
 pthread_condattr_destroy -- initialize or destroy condition variable attributes object ( Index Term Link )
 
 pthread_condattr_getpshared -- get or set the process-shared condition variable attributes ( Index Term Link )
 
 pthread_condattr_init -- initialize or destroy condition variable attributes object ( Index Term Link )
 
 pthread_condattr_setpshared -- get or set the process-shared condition variable attributes ( Index Term Link )
 
 pthread_create -- create a thread ( Index Term Link )
 
 pthread_detach -- detach a thread ( Index Term Link )
 
 pthread_equal -- compare thread IDs ( Index Term Link )
 
 pthread_exit -- terminate calling thread ( Index Term Link )
 
 pthread_getconcurrency -- get or set level of concurrency ( Index Term Link )
 
 pthread_getschedparam -- access dynamic thread scheduling parameters ( Index Term Link )
 
 pthread_getspecific -- manage thread-specific data ( Index Term Link )
 
 pthread_join -- wait for thread termination ( Index Term Link )
 
 pthread_key_create -- create thread-specific data key ( Index Term Link ) ( Index Term Link )
 
 pthread_key_delete -- delete thread-specific data key ( Index Term Link )
 
 pthread_mutex_destroy -- initialize or destroy a mutex ( Index Term Link )
 
 pthread_mutex_getprioceiling -- change the priority ceiling of a mutex ( Index Term Link )
 
 pthread_mutex_init -- initialize or destroy a mutex ( Index Term Link )
 
 pthread_mutex_lock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutex_setprioceiling -- change the priority ceiling of a mutex ( Index Term Link )
 
 pthread_mutex_trylock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutex_unlock -- lock or unlock a mutex ( Index Term Link )
 
 pthread_mutexattr_destroy -- initialize and destroy mutex attributes object ( Index Term Link )
 
 pthread_mutexattr_getprioceiling -- get and set prioceiling attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_getprotocol -- get and set protocol attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_getpshared -- get and set process-shared attribute ( Index Term Link )
 
 pthread_mutexattr_gettype -- get or set a mutex type ( Index Term Link )
 
 pthread_mutexattr_init -- initialize and destroy mutex attributes object ( Index Term Link )
 
 pthread_mutexattr_setprioceiling -- get and set prioceiling attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_setprotocol -- get and set protocol attribute of mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_setpshared -- get and set process-shared attribute ( Index Term Link )
 
 pthread_mutexattr_settype -- get or set a mutex type ( Index Term Link )
 
 pthread_once -- initialize dynamic package ( Index Term Link )
 
 pthread_rwlock_destroy -- initialize or destroy a read-write lock object ( Index Term Link )
 
 pthread_rwlock_init -- initialize or destroy a read-write lock object ( Index Term Link )
 
 pthread_rwlock_rdlock -- lock or attempt to lock a read-write lock object for reading ( Index Term Link )
 
 pthread_rwlock_tryrdlock -- lock or attempt to lock a read-write lock object for reading ( Index Term Link )
 
 pthread_rwlock_trywrlock -- lock or attempt to lock a read-write lock object for writing ( Index Term Link )
 
 pthread_rwlock_unlock -- unlock a read-write lock object ( Index Term Link )
 
 pthread_rwlock_wrlock -- lock or attempt to lock a read-write lock object for writing ( Index Term Link )
 
 pthread_rwlockattr_destroy -- initialize and destroy read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_getpshared -- get and set process-shared attribute of read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_init -- initialize and destroy read-write lock attributes object ( Index Term Link )
 
 pthread_rwlockattr_setpshared -- get and set process-shared attribute of read-write lock attributes object ( Index Term Link )
 
 pthread_self -- get calling thread's ID ( Index Term Link )
 
 pthread_setcancelstate -- enable or disable cancellation ( Index Term Link )
 
 pthread_setcancelstate -- enabling or disabling cancellation ( Index Term Link )
 
 pthread_setcanceltype -- set the cancellation type of a thread ( Index Term Link )
 
 pthread_setconcurrency -- get or set level of concurrency ( Index Term Link )
 
 pthread_setschedparam -- access dynamic thread scheduling parameters ( Index Term Link )
 
 pthread_setspecific -- manage thread-specific data ( Index Term Link )
 
 pthread_sigmask -- change or examine calling thread's signal mask ( Index Term Link )
 
 pthread_testcancel -- create cancellation point in the calling thread. ( Index Term Link )
 
 ptsname -- get name of the slave pseudo-terminal device ( Index Term Link )
 
 publickey -- retrieve public or secret key ( Index Term Link )
 
 push a thread cancellation cleanup handler -- pthread_cleanup_push ( Index Term Link )
 
 push byte back into input stream -- ungetc ( Index Term Link )
 
 push character back onto the input queue
  -- unget_wch ( Index Term Link )
  -- ungetch ( Index Term Link )
 
 push wide-character code back into input stream -- ungetwc ( Index Term Link )
 
 put a byte on a stream
  -- fputc ( Index Term Link )
  -- putc ( Index Term Link )
  -- putc_unlocked ( Index Term Link )
  -- putchar ( Index Term Link )
  -- putchar_unlocked ( Index Term Link )
  -- putw ( Index Term Link )
 
 put wide character string on a stream -- fputws ( Index Term Link )
 
 putc -- put a byte on a stream ( Index Term Link )
 
 putc_unlocked -- put a byte on a stream ( Index Term Link )
 
 putchar -- put a byte on a stream ( Index Term Link )
 
 putchar_unlocked -- put a byte on a stream ( Index Term Link )
 
 putenv -- change or add value to environment ( Index Term Link )
 
 putmntent -- get mnttab file information ( Index Term Link )
 
 putp -- apply padding information and output string ( Index Term Link )
 
 putpwent -- write password file entry ( Index Term Link )
 
 putspent -- write shadow password file entry ( Index Term Link )
 
 pututline -- access utmp file entry ( Index Term Link )
 
 pututxline -- access utmpx file entry ( Index Term Link )
 
 putw -- put a byte on a stream ( Index Term Link )
 
 putwin -- read a window from, and write a window to, a file ( Index Term Link )
 
 putws -- convert a string of Process Code characters to EUC characters and put it on a stream ( Index Term Link )
    
Q
 
 qeconvert -- convert number to ASCII ( Index Term Link )
 
 qfconvert -- convert number to ASCII ( Index Term Link )
 
 qgconvert -- convert number to ASCII ( Index Term Link )
 
 qiflush -- control flush of input and output on interrupt ( Index Term Link )
 
 qsort -- quick sort ( Index Term Link )
 
 quadruple_to_decimal -- decimal record from quadruple-precision floating ( Index Term Link )
 
 queues, insert/remove element from a queue -- insque, remque ( Index Term Link )
    
R
 
 rac_drop() -- remote asynchronous calls ( Index Term Link )
 
 rac_poll() -- remote asynchronous calls ( Index Term Link )
 
 rac_recv() -- remote asynchronous calls ( Index Term Link )
 
 rac_send() -- remote asynchronous calls ( Index Term Link )
 
 radix-independent exponent -- logb ( Index Term Link )
 
 raise -- send signal to program ( Index Term Link )
 
 rand -- simple random number generator ( Index Term Link )
 
 rand -- simple random-number generator ( Index Term Link )
 
 random -- pseudorandom number functions ( Index Term Link )
 
 random number generator
  -- drand48 ( Index Term Link )
  -- erand48 ( Index Term Link )
  -- jrand48 ( Index Term Link )
  -- lcong48 ( Index Term Link )
  -- lrand48 ( Index Term Link )
  -- mrand48 ( Index Term Link )
  -- nrand48 ( Index Term Link )
  -- rand ( Index Term Link )
  -- seed48 ( Index Term Link )
  -- srand48 ( Index Term Link )
 
 random number generator, simple
  -- rand ( Index Term Link )
  -- srand ( Index Term Link )
 
 raw -- set input mode controls ( Index Term Link )
 
 rcmd -- execute command remotely ( Index Term Link )
 
 re_comp -- compile and execute regular expressions ( Index Term Link )
 
 re_exec -- compile and execute regular expressions ( Index Term Link )
 
 read a string of characters without echo -- getpass ( Index Term Link )
 
 read and write a disk's VTOC -- read_vtoc ( Index Term Link )
 
 read system process structures
  -- kvm_getproc ( Index Term Link )
  -- kvm_nextproc ( Index Term Link )
  -- kvm_setproc ( Index Term Link )
 
 read and write a disk's VTOC -- read_vtoc, write_vtoc ( Index Term Link )
 
 read a directory entry -- readdir ( Index Term Link )
 
 read a string of characters without echo, -- getpassphrase ( Index Term Link )
 
 read a window from, and write a window to, a file
  -- getwin ( Index Term Link )
  -- putwin ( Index Term Link )
 
 read directory
  -- readdir ( Index Term Link )
  -- readdir_r ( Index Term Link )
 
 read formatted input from window
  -- mvscanw ( Index Term Link )
  -- mvwscanw ( Index Term Link )
  -- scanw ( Index Term Link )
  -- vw_scanw ( Index Term Link )
  -- vwscanw ( Index Term Link )
  -- wscanw ( Index Term Link )
 
 read or write asynchronous I/O operations
  -- aioread ( Index Term Link )
  -- aiowrite ( Index Term Link )
 
 read or write kstat data
  -- kstat_read ( Index Term Link )
  -- kstat_write ( Index Term Link )
 
 read_vtoc -- read and write a disk's VTOC ( Index Term Link )
 
 readdir -- read a directory entry ( Index Term Link )
 
 readdir -- read directory ( Index Term Link )
  POSIX ( Index Term Link )
 
 readdir_r -- read directory ( Index Term Link )
 
 reading and writing thread registers in libthread_db
  -- td_thr_getfpregs ( Index Term Link )
  -- td_thr_getgregs ( Index Term Link )
  -- td_thr_getxregs ( Index Term Link )
  -- td_thr_getxregsize ( Index Term Link )
  -- td_thr_setfpregs ( Index Term Link )
  -- td_thr_setgregs ( Index Term Link )
  -- td_thr_setxregs ( Index Term Link )
 
 realloc -- memory allocator ( Index Term Link )
 
 realpath -- resolve pathname ( Index Term Link )
 
 reboot -- reboot system or halt processor ( Index Term Link )
 
 receive a message from a socket -- recv ( Index Term Link )
  recvfrom ( Index Term Link )
  recvmsg ( Index Term Link )
 
 recv -- receive a message from a socket ( Index Term Link )
 
 recvfrom -- receive a message from a socket ( Index Term Link )
 
 recvmsg -- receive a message from a socket ( Index Term Link )
 
 redraw screen or portion of screen
  -- redrawwin ( Index Term Link )
  -- wredrawln ( Index Term Link )
 
 redrawwin -- redraw screen or portion of screen ( Index Term Link )
 
 refresh -- refresh windows and lines ( Index Term Link )
 
 refresh windows and lines
  -- doupdate ( Index Term Link )
  -- refresh ( Index Term Link )
  -- wnoutrefresh ( Index Term Link )
  -- wrefresh ( Index Term Link )
 
 regcmp -- compile regular expression ( Index Term Link )
 
 regcomp -- regular expression matching ( Index Term Link )
 
 regerror -- regular expression matching ( Index Term Link )
 
 regex -- execute regular expression ( Index Term Link )
 
 regexec -- regular expression matching ( Index Term Link )
 
 regexpr -- regular expression compile and match routines ( Index Term Link )
 
 regfree -- regular expression matching ( Index Term Link )
 
 register callbacks for probe creation and destruction -- tnfctl_register_funcs ( Index Term Link )
 
 register fork handlers -- pthread_atfork ( Index Term Link )
 
 regular expression compile and match routines
  -- advance ( Index Term Link )
  -- compile ( Index Term Link )
  -- regexpr ( Index Term Link )
  -- step ( Index Term Link )
 
 regular expression matching
  -- regcomp ( Index Term Link )
  -- regerror ( Index Term Link )
  -- regexec ( Index Term Link )
  -- regfree ( Index Term Link )
 
 regular expressions, compile and execute -- regcmp, regex ( Index Term Link )
 
 release removable media device reservation -- volmgt_release ( Index Term Link )
 
 remainder -- remainder function ( Index Term Link )
 
 remainder function -- remainder ( Index Term Link )
 
 remote command, return stream to, -- rcmd ( Index Term Link )
 
 remote procedure calls, library routines for -- rpc ( Index Term Link )
 
 remote system
  return information about users -- rusers, rnusers ( Index Term Link )
  write to -- rstat ( Index Term Link )
  write to -- rwall ( Index Term Link )
 
 remove -- remove file ( Index Term Link )
 
 remove a character
  -- delch ( Index Term Link )
  -- mvdelch ( Index Term Link )
  -- mvwdelch ( Index Term Link )
  -- wdelch ( Index Term Link )
 
 remove a line
  -- deleteln ( Index Term Link )
  -- wdeleteln ( Index Term Link )
 
 remque -- remove elment from a queue ( Index Term Link )
 
 rename the name of a binding -- fn_ctx_rename ( Index Term Link )
 
 reposition a file-position indicator in a stream
  -- fseek ( Index Term Link )
  -- fseeko ( Index Term Link )
 
 res_init -- resolver routines ( Index Term Link )
 
 res_mkquery -- resolver routines ( Index Term Link )
 
 res_query -- resolver routines ( Index Term Link )
 
 res_search -- resolver routines ( Index Term Link )
 
 res_send -- resolver routines ( Index Term Link )
 
 reserve removable media device -- volmgt_acquire ( Index Term Link )
 
 reserve screen line for dedicated purpose -- ripoffline ( Index Term Link )
 
 reset file position indicator in a stream -- rewind ( Index Term Link )
 
 reset position of directory stream to the beginning of a directory -- rewinddir ( Index Term Link )
 
 reset_prog_mode -- save/restore terminal modes ( Index Term Link )
 
 reset_shell_mode -- save/restore terminal modes ( Index Term Link )
 
 resetty -- restore/save terminal modes ( Index Term Link )
 
 resolve pathname -- realpath ( Index Term Link )
 
 resolver -- resolver routines ( Index Term Link )
 
 resolver routines -- resolver ( Index Term Link )
  dn_comp ( Index Term Link )
  dn_expand ( Index Term Link )
  res_init ( Index Term Link )
  res_mkquery ( Index Term Link )
  res_search ( Index Term Link )
  res_send ( Index Term Link )
 
 resource utilization, get information -- getrusage ( Index Term Link )
 
 restartterm -- free space pointed to by terminal ( Index Term Link )
 
 restore initial terminal environment
  -- endwin ( Index Term Link )
  -- isendwin ( Index Term Link )
 
 restore/save terminal modes
  -- resetty ( Index Term Link )
  -- savetty ( Index Term Link )
 
 retrieve public or secret key -- getpublickey ( Index Term Link )
  getsecretkey ( Index Term Link )
  publickey ( Index Term Link )
 
 retrieve a complex character (with rendition)
  -- in_wch ( Index Term Link )
  -- mvin_wch ( Index Term Link )
  -- mvwin_wch ( Index Term Link )
  -- win_wch ( Index Term Link )
 
 retrieve a multibyte character string (without rendition)
  -- innstr ( Index Term Link )
  -- instr ( Index Term Link )
  -- mvinnstr ( Index Term Link )
  -- mvinstr ( Index Term Link )
  -- mvwinnstr ( Index Term Link )
  -- mvwinstr ( Index Term Link )
  -- winnstr ( Index Term Link )
  -- winstr ( Index Term Link )
 
 retrieve a single-byte character string (with rendition)
  -- inchnstr ( Index Term Link )
  -- inchstr ( Index Term Link )
  -- mvinchnstr ( Index Term Link )
  -- mvinchstr ( Index Term Link )
  -- mvwinchnstr ( Index Term Link )
  -- mvwinchstr ( Index Term Link )
  -- winchnstr ( Index Term Link )
  -- winchstr ( Index Term Link )
 
 retrieve a wide character string (without rendition)
  -- innwstr ( Index Term Link )
  -- inwstr ( Index Term Link )
  -- mvinnwstr ( Index Term Link )
  -- mvinwstr ( Index Term Link )
  -- mvwinnwstr ( Index Term Link )
  -- mvwinwstr ( Index Term Link )
  -- winnwstr ( Index Term Link )
  -- winwstr ( Index Term Link )
 
 retrieve archive symbol table -- elf_getarsym ( Index Term Link )
 
 retrieve class-dependent object file header
  -- elf32_getehdr ( Index Term Link )
  -- elf64_getehdr ( Index Term Link )
  -- elf32_newehdr ( Index Term Link )
  -- elf64_newehdr ( Index Term Link )
 
 retrieve class-dependent program header table
  -- elf32_getphdr ( Index Term Link )
  -- elf64_getphdr ( Index Term Link )
  -- elf32_newphdr ( Index Term Link )
  -- elf64_newphdr ( Index Term Link )
 
 retrieve class-dependent section header
  -- elf32_getshdr ( Index Term Link )
  -- elf64_getshdr ( Index Term Link )
 
 retrieve complex character string (with rendition)
  -- in_wchnstr ( Index Term Link )
  -- in_wchstr ( Index Term Link )
  -- mvin_wchnstr ( Index Term Link )
  -- mvin_wchstr ( Index Term Link )
  -- mvwin_wchnstr ( Index Term Link )
  -- mvwin_wchstr ( Index Term Link )
  -- win_wchnstr ( Index Term Link )
  -- win_wchstr ( Index Term Link )
 
 return physical memory information -- sysmem ( Index Term Link )
 
 return physical memory information -- asysmem, asysmem ( Index Term Link )
 
 return a file offset for a file descriptor -- tell ( Index Term Link )
 
 return a file offset in a stream
  -- ftell ( Index Term Link )
  -- ftello ( Index Term Link )
 
 return a handle to the Initial Context -- fn_ctx_handle_from_initial ( Index Term Link )
 
 returns a list of all the PAM environment variables -- pam_getenvlist ( Index Term Link )
 
 return a single-byte character (with rendition)
  -- inch ( Index Term Link )
  -- mvinch ( Index Term Link )
  -- mvwinch ( Index Term Link )
  -- winch ( Index Term Link )
 
 return character string used as key name
  -- key_name ( Index Term Link )
  -- keyname ( Index Term Link )
 
 return credential information associated with the client -- door_cred ( Index Term Link ) ( Index Term Link )
 
 return current ERASE or KILL characters
  -- erasechar ( Index Term Link )
  -- erasewchar ( Index Term Link )
  -- killchar ( Index Term Link )
  -- killwchar ( Index Term Link )
 
 return from a door invocation -- door_return ( Index Term Link )
 
 return full terminal type name -- longname ( Index Term Link )
 
 return information associated with a door descriptor -- door_info ( Index Term Link ) ( Index Term Link )
 
 return magnitude of first argument and sign of second argument -- copysign ( Index Term Link )
 
 return multiple attributes associated with named object
  -- fn_attr_multi_get ( Index Term Link )
  -- fn_multigetlist_destroy ( Index Term Link )
  -- fn_multigetlist_next ( Index Term Link )
  -- FN_multigetlist_t ( Index Term Link )
 
 return pathname of executable -- getexecname ( Index Term Link )
 
 return specified attribute associated with name -- fn_attr_get ( Index Term Link )
 
 return stream to a remote command -- rexec ( Index Term Link )
 
 return terminal baud rate -- baudrate ( Index Term Link )
 
 return the size of an object file type
  -- elf32_fsize ( Index Term Link )
  -- elf64_fsize ( Index Term Link )
 
 return the synchronization handle for the object on which a thread is blocked -- td_thr_sleepinfo ( Index Term Link )
 
 returns the value for a PAM environment name -- pam_getenv ( Index Term Link )
 
 return the value of a terminfo capability
  -- tigetflag ( Index Term Link )
  -- tigetnum ( Index Term Link )
  -- tigetstr ( Index Term Link )
  -- tparm ( Index Term Link )
 
 return the value of the environmental variable TERM -- termname ( Index Term Link )
 
 return the video attributes supported by the terminal -- termattrs ( Index Term Link )
 
 return the Volume Management root directory, -- volmgt_root ( Index Term Link )
 
 return values of an attribute
  -- fn_attr_get_values ( Index Term Link )
  -- fn_valuelist_destroy ( Index Term Link )
  -- fn_valuelist_next ( Index Term Link )
  -- FN_valuelist_t ( Index Term Link )
 
 return whether or not Volume Management is running -- volmgt_running ( Index Term Link )
 
 returns an unbiased exponent -- ilogb ( Index Term Link )
 
 revoke access to a door descriptor -- door_revoke ( Index Term Link ) ( Index Term Link )
 
 rewind -- reset file position indicator in a stream ( Index Term Link )
 
 rewinddir -- reset position of directory stream to the beginning of a directory ( Index Term Link )
 
 rexec -- return stream to a remote command ( Index Term Link )
 
 rindex -- string operations ( Index Term Link )
 
 rint -- round-to-nearest integral value ( Index Term Link )
 
 ripoffline -- reserve screen line for dedicated purpose ( Index Term Link )
 
 rmdirp -- remove directories in a path ( Index Term Link )
 
 rnusers -- return information about users on remote machines ( Index Term Link )
 
 round-to-nearest integral value -- rint ( Index Term Link )
 
 routines that access the target process register in libthread_db
  -- ps_lgetfpregs ( Index Term Link )
  -- ps_lgetregs ( Index Term Link )
  -- ps_lgetxregs ( Index Term Link )
  -- ps_lgetxregsize ( Index Term Link )
  -- ps_lsetfpregs ( Index Term Link )
  -- ps_lsetregs ( Index Term Link )
  -- ps_lsetxregs ( Index Term Link )
 
 rpc -- library routines for remote procedure calls ( Index Term Link )
 
 RPC, data transmission using XDR routines -- xdr ( Index Term Link )
 
 RPC, secure library routines
  -- authdes_getucred ( Index Term Link )
  -- authdes_seccreate ( Index Term Link )
  -- getnetname ( Index Term Link )
  -- host2netname ( Index Term Link )
  -- key_decryptsession ( Index Term Link )
  -- key_encryptsession ( Index Term Link )
  -- key_gendes ( Index Term Link )
  -- key_secretkey_is_set ( Index Term Link )
  -- key_setsecret ( Index Term Link )
  -- netname2host ( Index Term Link )
  -- netname2user ( Index Term Link )
  -- secure_rpc ( Index Term Link )
  -- user2netname ( Index Term Link )
 
 RPC, XDR library routines
  -- rpc_xdr ( Index Term Link )
  -- xdr_accepted_reply ( Index Term Link )
  -- xdr_authsys_parms ( Index Term Link )
  -- xdr_callhdr ( Index Term Link )
  -- xdr_callmsg ( Index Term Link )
  -- xdr_opaque_auth ( Index Term Link )
  -- xdr_rejected_reply ( Index Term Link )
  -- xdr_replymsg ( Index Term Link )
 
 RPC bind service library routines
  -- rpc_getmaps ( Index Term Link )
  -- rpcb_getaddr ( Index Term Link )
  -- rpcb_gettime ( Index Term Link )
  -- rpcb_rmtcall ( Index Term Link )
  -- rpcb_set ( Index Term Link )
  -- rpcb_unset ( Index Term Link )
  -- rpcbind ( Index Term Link )
 
 rpc_broadcast -- library routines for client side calls ( Index Term Link )
 
 rpc_broadcast_exp -- library routines for client side calls ( Index Term Link )
 
 rpc_call -- library routines for client side calls ( Index Term Link )
 
 rpc_clnt_auth -- library routines for client side remote procedure call authentication ( Index Term Link )
 
 rpc_clnt_calls -- library routines for client side calls ( Index Term Link )
  Routines ( Index Term Link ) ( Index Term Link )
 
 rpc_clnt_create -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
  Routines ( Index Term Link ) ( Index Term Link )
 
 rpc_createerr -- library routines for dealing with creation and manipulation of CLIENT handles ( Index Term Link )
 
 RPC entry
  -- endrpcent ( Index Term Link )
  -- getrpcbyname ( Index Term Link )
  -- getrpcbyname_r ( Index Term Link )
  -- getrpcbynumber ( Index Term Link )
  -- getrpcbynumber_r ( Index Term Link )
  -- getrpcent ( Index Term Link )
  -- getrpcent_r ( Index Term Link )
  -- setrpcent ( Index Term Link )
 
 RPC library routine for manipulating global RPC attributes for client and server applications, -- rpc_control ( Index Term Link )
 
 RPC library routines for creation and manipulation of server handles
  -- rpc_svc_create ( Index Term Link )
  -- svc_create ( Index Term Link ) ( Index Term Link )
  -- svc_destroy ( Index Term Link )
  -- svc_dg_create ( Index Term Link )
  -- svc_fd_create ( Index Term Link )
  -- svc_raw_create ( Index Term Link )
  -- svc_tli_create ( Index Term Link )
  -- svc_tp_create ( Index Term Link )
  -- svc_vc_create ( Index Term Link )
 
 RPC library routines for registering servers
  -- rpc_reg ( Index Term Link )
  -- rpc_svc_reg ( Index Term Link )
  -- svc_auth_reg ( Index Term Link )
  -- svc_reg ( Index Term Link )
  -- svc_unreg ( Index Term Link )
  -- xprt_register ( Index Term Link )
  -- xprt_unregister ( Index Term Link )
 
 RPC library routines for server side errors
  -- rpc_svc_err ( Index Term Link )
  -- svcerr_auth ( Index Term Link )
  -- svcerr_decode ( Index Term Link )
  -- svcerr_noproc ( Index Term Link )
  -- svcerr_noprog ( Index Term Link )
  -- svcerr_progvers ( Index Term Link )
  -- svcerr_systemerr ( Index Term Link )
  -- svcerr_weakauth ( Index Term Link )
 
 RPC obsolete library routines
  -- authdes_create ( Index Term Link )
  -- authunix_create_default ( Index Term Link )
  -- callrpc ( Index Term Link )
  -- clnt_broadcast ( Index Term Link )
  -- clntraw_create ( Index Term Link )
  -- clnttcp_create ( Index Term Link )
  -- clntudp_bufcreate ( Index Term Link )
  -- clntudp_create ( Index Term Link )
  -- get_myaddress ( Index Term Link )
  -- getrpcport ( Index Term Link )
  -- pmap_getmaps ( Index Term Link )
  -- pmap_getport ( Index Term Link )
  -- pmap_rmtcall ( Index Term Link )
  -- pmap_set ( Index Term Link )
  -- pmap_unset ( Index Term Link )
  -- registerrpc ( Index Term Link )
  -- rpc_soc ( Index Term Link )
  -- svc_fds ( Index Term Link )
  -- svc_getcaller ( Index Term Link )
  -- svc_getreq ( Index Term Link )
  -- svc_register ( Index Term Link )
  -- svc_unregister ( Index Term Link )
  -- svcfd_create ( Index Term Link )
  -- svcraw_create ( Index Term Link )
  -- svctcp_create ( Index Term Link )
  -- svcudp_bufcreate ( Index Term Link )
  -- svcudp_create ( Index Term Link )
  -- xdr_authunix_parms ( Index Term Link )
 
 rpc routines
  rac_drop() -- remote asynchronous calls ( Index Term Link )
  rac_poll() -- remote asynchronous calls ( Index Term Link )
  rac_recv() -- remote asynchronous calls ( Index Term Link )
  rac_send() -- remote asynchronous calls ( Index Term Link )
 
 rpc_svc_calls -- library routines for RPC servers ( Index Term Link )
  Routines ( Index Term Link )
 
 RPC using Kerberos authentication routines
  -- authkerb_getucred ( Index Term Link )
  -- authkerb_seccreate ( Index Term Link )
  -- kerberos_rpc ( Index Term Link )
  -- svc_kerb_reg ( Index Term Link )
 
 rpc -- security flavor incorporating GSS-API onto ONC RPC ( Index Term Link )
 
 rresvport -- get privileged socket ( Index Term Link )
 
 rstat -- get performance data from remote kernel ( Index Term Link )
 
 ruserok -- authenticate user ( Index Term Link )
 
 rusers -- return information about users on remote machines ( Index Term Link )
  xdr_utmpidlearr ( Index Term Link )
 
 rw_rdlock() -- acquire a read lock ( Index Term Link )
 
 rw_tryrdlock() -- acquire a read lock ( Index Term Link )
 
 rw_trywrlock() -- acquire a write lock ( Index Term Link )
 
 rw_unlock() -- unlock a readers/writer lock ( Index Term Link )
 
 rw_wrlock() -- acquire a write lock ( Index Term Link )
 
 rwall -- write to specified remote machines ( Index Term Link )
 
 rwlock_destroy() -- destroy a readers/writer lock ( Index Term Link )
 
 rwlock_init() -- initialize a readers/writer lock ( Index Term Link )
    
S
 
 save/restore terminal modes
  -- def_prog_mode ( Index Term Link )
  -- def_shell_mode ( Index Term Link )
  -- reset_prog_mode ( Index Term Link )
  -- reset_shell_mode ( Index Term Link )
 
 savetty -- restore/save terminal modes ( Index Term Link )
 
 scalb -- load exponent of a radix-independent floating-point number ( Index Term Link )
 
 scalbn -- load exponent of a radix-independent floating-point number ( Index Term Link )
 
 scan a directory
  -- alphasort ( Index Term Link )
  -- scandir ( Index Term Link )
 
 scandir -- scan a directory ( Index Term Link )
 
 scanf -- convert formatted input ( Index Term Link )
  Conversion Characters ( Index Term Link )
  Conversion Specifications ( Index Term Link )
 
 scanw -- read formatted input from window ( Index Term Link )
 
 sched_get_priority_max -- get scheduling parameter limits ( Index Term Link )
 
 sched_get_priority_min -- get scheduling parameter limits ( Index Term Link )
 
 sched_getparam -- get scheduling parameters ( Index Term Link )
 
 sched_getparam -- set/get scheduling parameters ( Index Term Link )
 
 sched_getscheduler -- get scheduling policy ( Index Term Link )
 
 sched_rr_get_interval -- get execution time limits ( Index Term Link )
 
 sched_setparam -- set/get scheduling parameters ( Index Term Link )
 
 sched_setscheduler -- set scheduling policy and scheduling parameters ( Index Term Link )
 
 sched_yield -- yield processor ( Index Term Link )
 
 schedctl_exit -- preemption control ( Index Term Link )
 
 schedctl_init -- preemption control ( Index Term Link )
 
 schedctl_lookup -- preemption control ( Index Term Link )
 
 schedctl_start -- preemption control ( Index Term Link )
 
 schedctl_stop -- preemption control ( Index Term Link )
 
 scheduling priority, change priority of a process -- nice ( Index Term Link )
 
 scr_dump -- write screen contents to/from a file ( Index Term Link )
 
 scr_init -- write screen contents to/from a file ( Index Term Link )
 
 scr_restore -- write screen contents to/from a file ( Index Term Link )
 
 scr_set -- write screen contents to/from a file ( Index Term Link )
 
 screen initialization functions
  -- initscr ( Index Term Link )
  -- newterm ( Index Term Link )
 
 scrl -- scroll a window ( Index Term Link )
 
 scroll -- scroll a window ( Index Term Link )
 
 scroll a window
  -- scrl ( Index Term Link )
  -- scroll ( Index Term Link )
  -- wscrl ( Index Term Link )
 
 scrollok -- set terminal output controls ( Index Term Link )
 
 search for atomic name with specified attributes in single context
  -- fn_attr_search ( Index Term Link )
  -- fn_searchlist_destroy ( Index Term Link )
  -- fn_searchlist_next ( Index Term Link )
  -- FN_searchlist_t ( Index Term Link )
 
 search for names whose attributes satisfy filter
  -- fn_attr_ext_search ( Index Term Link )
  -- fn_ext_searchlist_destroy ( Index Term Link )
  -- fn_ext_searchlist_next ( Index Term Link )
  -- FN_ext_searchlist_t ( Index Term Link )
 
 search functions
  binary search a sorted table -- bsearch ( Index Term Link )
  linear search and update routine -- lsearch, lfind ( Index Term Link )
  manage hash search tables -- hsearch ( Index Term Link )
 
 seconvert -- convert number to ASCII ( Index Term Link )
 
 secure, RPC, See RPC,secure ( Index Term Link )
 
 seekdir -- set position of directory stream ( Index Term Link )
 
 select -- synchronous I/O multiplexing ( Index Term Link )
 
 sem_close -- close a named semaphore ( Index Term Link )
 
 sem_destroy -- destroy an unnamed semaphore ( Index Term Link )
 
 sem_getvalue -- get the value of a semaphore ( Index Term Link )
 
 sem_init -- initialize an unnamed semaphore ( Index Term Link )
 
 sem_open -- initialize/open a named semaphore ( Index Term Link )
 
 sem_post -- increment the count of a semaphore ( Index Term Link )
 
 sem_trywait -- acquire or wait for a semaphore ( Index Term Link )
 
 sem_unlink -- remove a named semaphore ( Index Term Link )
 
 sem_wait -- acquire or wait for a semaphore ( Index Term Link )
 
 sema_destroy() -- destroy a semaphore ( Index Term Link )
 
 sema_init() -- initialize a semaphore ( Index Term Link )
 
 sema_post() -- increment a semaphore ( Index Term Link )
 
 sema_trywait() -- decrement a semaphore ( Index Term Link )
 
 sema_wait() -- decrement a semaphore ( Index Term Link )
 
 semaphore
  acquire or wait for -- sem_wait, sem_trywait ( Index Term Link )
  close a named one -- sem_close ( Index Term Link )
  destroy an unnamed one -- sem_destroy ( Index Term Link )
  get the value -- sem_getvalue ( Index Term Link )
  increment the count -- sem_post ( Index Term Link )
  initialize an unnamed one -- sem_init ( Index Term Link )
  initialize/open a named one -- sem_open ( Index Term Link )
  remove a named one -- sem_unlink ( Index Term Link )
 
 send -- send message from a socket ( Index Term Link )
 
 send a ``break'' for a specific duration -- tcsendbreak ( Index Term Link )
 
 sendmsg -- send message from a socket ( Index Term Link )
 
 sendto -- send message from a socket ( Index Term Link )
 
 Service Access Facility library function, -- doconfig ( Index Term Link )
 
 Service Provider functions for components
  -- DmiOriginateEvent ( Index Term Link )
  -- DmiRegisterCi ( Index Term Link )
  -- DmiUnRegisterCi ( Index Term Link )
 
 service provider implementation for pam_acct_mgmt -- pam_sm_acct_mgmt ( Index Term Link )
 
 service provider implementation for pam_authenticate -- pam_sm_authenticate ( Index Term Link )
 
 service provider implementation for pam_chauthtok -- pam_sm_chauthtok ( Index Term Link )
 
 Service provider implementation for pam_open_session and pam_close_session
  -- pam_sm_close_session ( Index Term Link )
  -- pam_sm_open_session ( Index Term Link )
 
 service provider implementation for pam_setcred -- pam_sm_setcred ( Index Term Link )
 
 set a cchar_t type character from a wide character and rendition -- setcchar ( Index Term Link )
 
 set and/or get alternate signal stack context -- sigstack ( Index Term Link )
 
 set and/or get signal stack context -- sigstack ( Index Term Link )
 
 set blocking or non-blocking read -- nodelay ( Index Term Link )
 
 set/clear window attributes
  -- standend ( Index Term Link )
  -- standout ( Index Term Link )
  -- wstandend ( Index Term Link )
  -- wstandout ( Index Term Link )
 
 set concurrency level for target process -- td_ta_setconcurrency ( Index Term Link )
 
 set connectionless LDAP request retransmission parameters -- cldap_setretryinfo ( Index Term Link )
 
 set_curterm -- free space pointed to by terminal ( Index Term Link )
 
 set encoding key -- setkey ( Index Term Link )
 
 set foreground process group ID -- tcsetpgrp ( Index Term Link )
 
 set/get scheduling parameters
  -- sched_getparam ( Index Term Link )
  -- sched_setparam ( Index Term Link )
 
 set input baud rate, -- cfsetispeed ( Index Term Link )
 
 set input mode controls
  -- cbreak ( Index Term Link )
  -- nocbreak ( Index Term Link )
  -- noraw ( Index Term Link )
  -- raw ( Index Term Link )
 
 set or get the background character (and rendition) of window using a complex character
  -- bkgrnd ( Index Term Link )
  -- bkgrndset ( Index Term Link )
  -- getbkgrnd ( Index Term Link )
  -- wbkgrnd ( Index Term Link )
  -- wbkgrndset ( Index Term Link )
  -- wgetbkgrnd ( Index Term Link )
 
 set output baud rate, -- cfsetospeed ( Index Term Link )
 
 set position of directory stream -- seekdir ( Index Term Link )
 
 set scheduling policy and scheduling parameters -- sched_setscheduler ( Index Term Link )
 
 set server principal name, -- rpc_gss_set_svc_name ( Index Term Link )
 
 set stream orientation -- fwide ( Index Term Link )
 
 set_term -- switch between terminals ( Index Term Link )
 
 set terminal output controls
  -- clearok ( Index Term Link )
  -- idlok ( Index Term Link )
  -- leaveok ( Index Term Link )
  -- scrollok ( Index Term Link )
  -- setscrreg ( Index Term Link )
  -- wsetscrreg ( Index Term Link )
 
 set the background character (and rendition) of window
  -- bkgd ( Index Term Link )
  -- bkgdset ( Index Term Link )
  -- wbkgd ( Index Term Link )
  -- wbkgdset ( Index Term Link )
 
 set the cancellation type of a thread -- pthread_setcanceltype ( Index Term Link )
 
 set the parameters associated with the terminal -- tcsetattr ( Index Term Link )
 
 set the priority of a thread -- td_thr_setprio ( Index Term Link )
 
 set timed blocking or non-blocking read
  -- notimeout ( Index Term Link )
  -- timeout ( Index Term Link )
  -- wtimeout ( Index Term Link )
 
 set values of lines and columns -- use_env ( Index Term Link )
 
 set visibility of cursor -- curs_set ( Index Term Link )
 
 set wide-characters in memory -- wmemset ( Index Term Link )
 
 setac -- get audit control file information ( Index Term Link )
 
 setauclass -- rewind audit_class database file ( Index Term Link )
 
 setauuser -- rewind audit_event database file ( Index Term Link )
 
 setauuser -- get audit_user database entry ( Index Term Link )
 
 setcat -- define default catalog ( Index Term Link )
 
 setcchar -- set a cchar_t type character from a wide character and rendition ( Index Term Link )
 
 setgrent -- get group entry from database ( Index Term Link )
 
 sethostname -- set name of current host ( Index Term Link )
 
 _setjmp -- non-local goto ( Index Term Link ) ( Index Term Link )
 
 setjmp -- non-local goto ( Index Term Link ) ( Index Term Link )
 
 setkey -- set encoding key ( Index Term Link )
 
 setlabel -- define the label for pfmt() and lfmt(). ( Index Term Link )
 
 setlocale -- modify and query a program's locale ( Index Term Link )
 
 setlogmask -- control system log ( Index Term Link )
 
 setpriority -- get or set process scheduling priority ( Index Term Link )
 
 setpwnam -- get password entry from user database ( Index Term Link )
 
 setscrreg -- set terminal output controls ( Index Term Link )
 
 setservent -- get service entry ( Index Term Link )
 
 setspent -- get shadow password database entry ( Index Term Link )
 
 setstate -- pseudorandom number functions ( Index Term Link )
 
 setterm -- free space pointed to by terminal ( Index Term Link )
 
 settimeofday -- set date and time ( Index Term Link )
 
 settimeofday -- set system's notion of current Greenwich time ( Index Term Link )
 
 setupterm -- free space pointed to by terminal ( Index Term Link )
 
 setusershell() -- function ( Index Term Link )
 
 setutent -- access utmp file entry ( Index Term Link )
 
 setutxent -- access utmpx file entry ( Index Term Link )
 
 severity levels, applications, build a list for use with fmtmsg -- addseverity ( Index Term Link )
 
 sfconvert -- convert number to ASCII ( Index Term Link )
 
 sgconvert -- convert number to ASCII ( Index Term Link )
 
 shared memory object
  open -- shm_open ( Index Term Link )
  remove -- shm_unlink ( Index Term Link )
 
 shared object
  close -- dlclose ( Index Term Link )
  get address of symbol -- dlsym ( Index Term Link )
  get diagnostic information -- dlerror ( Index Term Link )
  open -- dlopen ( Index Term Link )
  translate address to symbolic information -- dladdr ( Index Term Link )
 
 shell command, issue one -- system ( Index Term Link )
 
 shell global pattern matching -- gmatch ( Index Term Link )
 
 shm_open -- open a shared memory object ( Index Term Link )
 
 shm_unlink -- remove a shared memory object ( Index Term Link )
 
 shutdown -- shut down part of a full-duplex connection ( Index Term Link )
 
 sig2str -- translation between signal name and signal number ( Index Term Link )
 
 sigaddset -- manipulate sets of signals ( Index Term Link )
 
 sigdelset -- manipulate sets of signals ( Index Term Link )
 
 sigemptyset -- manipulate sets of signals ( Index Term Link )
 
 sigfillset -- manipulate sets of signals ( Index Term Link )
 
 sigfpe() function ( Index Term Link )
 
 sighold -- adds sig to the calling process's signal mask ( Index Term Link )
 
 sigignore -- sets the disposition of sig to SIG_IGN ( Index Term Link )
 
 siginterrupt -- allow signals to interrupt functions ( Index Term Link )
 
 sigismember --manipulate sets of signals ( Index Term Link )
 
 siglongjmp -- non-local goto ( Index Term Link )
 
 signal -- modify signal disposition ( Index Term Link )
 
 signal -- simplified software signal facilities ( Index Term Link )
 
 signal
  queue one to a process -- sigqueue ( Index Term Link )
  schedule after interval in microseconds -- ualarm ( Index Term Link )
  suspend execution for interval in microseconds -- usleep ( Index Term Link )
  wait for queued signals -- sigwaitinfo, sigtimedwait ( Index Term Link )
 
 simplified signal facilities -- bsd_signal ( Index Term Link )
 
 signal management, simplified, for application processes -- signal ( Index Term Link )
 
 signal messages, system
  -- psignal ( Index Term Link ) ( Index Term Link )
 
 signal or broadcast a condition
  -- pthread_cond_broadcast ( Index Term Link )
  -- pthread_cond_signal ( Index Term Link )
 
 signals, block
  -- sigblock ( Index Term Link )
  -- sigmask ( Index Term Link )
  -- sigpause ( Index Term Link )
  -- sigsetmask ( Index Term Link )
 
 signals, software
  -- gsignal ( Index Term Link )
  -- ssignal ( Index Term Link )
 
 significand -- significand function ( Index Term Link )
 
 significand function -- significand ( Index Term Link )
 
 sigpause -- removes sig from the calling process's signal mask and suspends the calling process until a signal is received ( Index Term Link )
 
 sigqueue -- queue a signal to a process ( Index Term Link )
 
 sigrelse -- removes sig from the calling process's signal mask ( Index Term Link )
 
 sigset -- modify signal disposition ( Index Term Link )
 
 sigsetjmp -- non-local goto ( Index Term Link )
 
 sigsetops -- manipulate sets of signals ( Index Term Link )
 
 sigstack -- set and/or get alternate signal stack context ( Index Term Link )
 
 sigstack -- set and/or get signal stack context ( Index Term Link )
 
 sigtimedwait -- wait for queued signals ( Index Term Link )
 
 sigvec -- software signal facilities ( Index Term Link )
 
 sigwaitinfo -- wait for queued signals ( Index Term Link )
 
 simplified Basic Encoding Rules library encoding functions
  -- ber_alloc ( Index Term Link ) ( Index Term Link )
  -- ber_encode ( Index Term Link )
  -- ber_flush ( Index Term Link ) ( Index Term Link )
  -- ber_printf ( Index Term Link ) ( Index Term Link )
  -- ber_put_bitstring ( Index Term Link ) ( Index Term Link )
  -- ber_put_boolean ( Index Term Link ) ( Index Term Link )
  -- ber_put_int ( Index Term Link ) ( Index Term Link )
  -- ber_put_null ( Index Term Link ) ( Index Term Link )
  -- ber_put_ostring ( Index Term Link ) ( Index Term Link )
  -- ber_put_seq ( Index Term Link ) ( Index Term Link )
  -- ber_put_set ( Index Term Link ) ( Index Term Link )
  -- ber_put_string ( Index Term Link ) ( Index Term Link )
  -- ber_start_seq ( Index Term Link ) ( Index Term Link )
  -- ber_start_set ( Index Term Link ) ( Index Term Link )
 
 sin -- sine function ( Index Term Link )
 
 sine function -- sin ( Index Term Link )
 
 single-byte to wide-character conversion -- btowc ( Index Term Link )
 
 single_to_decimal -- decimal record from single-precision floating ( Index Term Link )
 
 sinh -- hyperbolic sine function ( Index Term Link )
 
 sleep -- suspend execution for interval ( Index Term Link )
 
 sleep
  high resolution -- nanosleep ( Index Term Link )
  suspend execution for interval in microseconds -- usleep ( Index Term Link )
 
 sleep process for a specified length of time -- napms ( Index Term Link )
 
 slk_attr_off -- manipulate soft labels ( Index Term Link )
 
 slk_attr_on -- manipulate soft labels ( Index Term Link )
 
 slk_attr_set -- manipulate soft labels ( Index Term Link )
 
 slk_attroff -- manipulate soft labels ( Index Term Link )
 
 slk_attron -- manipulate soft labels ( Index Term Link )
 
 slk_attrset -- manipulate soft labels ( Index Term Link )
 
 slk_clear -- manipulate soft labels ( Index Term Link )
 
 slk_color -- manipulate soft labels ( Index Term Link )
 
 slk_init -- manipulate soft labels ( Index Term Link )
 
 slk_label -- manipulate soft labels ( Index Term Link )
 
 slk_noutrefresh -- manipulate soft labels ( Index Term Link )
 
 slk_refresh -- manipulate soft labels ( Index Term Link )
 
 slk_restore -- manipulate soft labels ( Index Term Link )
 
 slk_set -- manipulate soft labels ( Index Term Link )
 
 slk_touch -- manipulate soft labels ( Index Term Link )
 
 slk_wset -- manipulate soft labels ( Index Term Link )
 
 snprintf -- print formatted output ( Index Term Link )
 
 socket -- create an endpoint for communication ( Index Term Link )
 
 socket
  accept a connection -- accept ( Index Term Link )
  bind a name -- bind ( Index Term Link )
  get options -- getsocketopt ( Index Term Link )
  get name -- getsockname ( Index Term Link )
  get name of connected peer -- getpeername ( Index Term Link )
  initiate a connection -- connect ( Index Term Link )
  listen for connections -- listen ( Index Term Link )
  send message from -- send, sendto, sendmsg ( Index Term Link ) ( Index Term Link )
  set options -- setsocketopt ( Index Term Link )
  shut down part of a full-duplex connection -- shutdown ( Index Term Link )
 
 socketpair -- create a pair of connected sockets ( Index Term Link )
 
 software signals
  -- gsignal ( Index Term Link )
  -- ssignal ( Index Term Link )
 
 sort, quick -- qsort ( Index Term Link )
 
 space -- graphics interface ( Index Term Link )
 
 specify an alternative door server thread creation function -- door_server_create ( Index Term Link )
 
 sprintf -- formatted output conversion ( Index Term Link )
 
 spray -- scatter data in order to test the network ( Index Term Link )
 
 sprintf -- print formatted output ( Index Term Link )
 
 sqrt -- square root function ( Index Term Link )
 
 square root function -- sqrt ( Index Term Link )
 
 srand -- reset simple random number generator ( Index Term Link )
 
 srandom -- pseudorandom number functions ( Index Term Link )
 
 SSAAgentIsAlive -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSAGetTrapPort -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSAOidCmp -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidCpy -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidDup -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidFree -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidInit -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidNew -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidString -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidStrToOid -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSAOidZero -- Sun Solstice Enterprise Agent OID helper functions ( Index Term Link )
 
 SSARegSubagent -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSARegSubtable -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSARegSubtree -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSASendTrap -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 SSAStringCpy -- Sun Solstice Enterprise Agent string helper functions ( Index Term Link )
 
 SSAStringInit -- Sun Solstice Enterprise Agent string helper functions ( Index Term Link )
 
 SSAStringToChar -- Sun Solstice Enterprise Agent string helper functions ( Index Term Link )
 
 SSAStringZero -- Sun Solstice Enterprise Agent string helper functions ( Index Term Link )
 
 SSASubagentOpen -- Sun Solstice Enterprise Agent registration and communication helper functions ( Index Term Link )
 
 sscanf -- convert formatted input ( Index Term Link )
 
 standend -- curses character and window attribute control routines ( Index Term Link )
 
 standend -- set/clear window attributes ( Index Term Link )
 
 standout -- curses character and window attribute control routines ( Index Term Link )
 
 standout -- set/clear window attributes ( Index Term Link )
 
 start_color -- manipulate color information ( Index Term Link )
 
 stdio -- standard buffered input/output package ( Index Term Link )
 
 step -- regular expression compile and match routines ( Index Term Link )
 
 step through LDAP entry attributes
  -- ldap_first_attribute ( Index Term Link )
  -- ldap_next_attribute ( Index Term Link )
 
 sting collation, -- strcoll ( Index Term Link )
 
 store -- data base subroutines ( Index Term Link )
 
 str2sig -- translation between signal name and signal number ( Index Term Link )
 
 strcadd -- copy strings, compressing or expanding C language escape codes ( Index Term Link )
 
 strcasecmp -- string operations ( Index Term Link )
 
 strcat -- string operations ( Index Term Link )
 
 strccpy -- copy strings, compressing or expanding C language escape codes ( Index Term Link )
 
 strchr -- string operations ( Index Term Link )
 
 strcmp -- string operations ( Index Term Link )
 
 strcpy -- string operations ( Index Term Link )
 
 strcspn -- string operations ( Index Term Link )
 
 strdup -- string operations ( Index Term Link )
 
 streadd -- copy strings, compressing or expanding C language escape codes ( Index Term Link )
 
 stream
  convert a string of EUC characters from the stream to Process Code -- getwfs ( Index Term Link )
  convert a string of EUC characters from the stream to Process Code -- getws ( Index Term Link )
  convert a string of Process Code characters to EUC characters and put it on a stream -- putws ( Index Term Link )
  open -- fopen ( Index Term Link )
 
 stream, assign buffering
  -- setbuf ( Index Term Link )
  -- setvbuf ( Index Term Link )
 
 stream, get string
  -- fgets ( Index Term Link )
  -- gets ( Index Term Link )
 
 stream, put a string
  -- fputs ( Index Term Link )
  -- puts ( Index Term Link )
 
 stream status inquiries
  -- clearerr ( Index Term Link )
  -- feof ( Index Term Link )
  -- ferror ( Index Term Link )
  -- fileno ( Index Term Link )
 
 STREAMS
  accept a connection on a socket -- accept ( Index Term Link )
  attach a STREAMS-based file descriptor to an object in the file system name space -- fattach ( Index Term Link )
  bind a name to a socket -- bind ( Index Term Link )
  buffered binary input/output -- fread ( Index Term Link )
  buffered binary input/output -- fwrite ( Index Term Link )
  create a pair of connected sockets -- socketpair ( Index Term Link )
  create an endpoint for communication -- socket ( Index Term Link )
  determine whether a buffer of characters is encrypted -- isencrypt ( Index Term Link )
  get and set socket options -- getsockopt, setsockopt ( Index Term Link ) ( Index Term Link )
  get name of peer connected to socket -- getpeername ( Index Term Link )
  get socket name -- getsockname ( Index Term Link )
  initiate a connection on a socket -- connect ( Index Term Link )
  listen for connections on a socket -- listen ( Index Term Link )
  read stream up to next delimiter -- bgets ( Index Term Link )
  return to remote command -- rcmd ( Index Term Link )
  send a message from a socket -- send, sendto, sendmsg ( Index Term Link )
  shut down part of a full-duplex connection -- shutdown ( Index Term Link )
  split buffer into fields -- bufsplit ( Index Term Link )
  test file descriptor for a STREAMS file -- isastream ( Index Term Link )
 
 strecpy -- copy strings, compressing or expanding C language escape codes ( Index Term Link )
 
 strfind -- string manipulations ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
 
 strfmon -- convert monetary value to string ( Index Term Link )
 
 strftime -- convert date and time to string ( Index Term Link )
 
 string manipulations -- strfind ( Index Term Link )
 
 string -- string operations ( Index Term Link )
 
 string manipulations -- strfind
  strrspn ( Index Term Link )
  strtrns ( Index Term Link )
 
 string conversion routines
  -- atoi ( Index Term Link )
  -- atol ( Index Term Link )
  -- atoll ( Index Term Link )
  -- lltostr ( Index Term Link )
  -- strtol ( Index Term Link )
  -- strtoll ( Index Term Link )
  -- ulltostr ( Index Term Link )
 
 string encoding function -- crypt ( Index Term Link )
 
 string manipulations
  -- strfind ( Index Term Link )
  -- strrspn ( Index Term Link )
  -- strtrns ( Index Term Link )
 
 string operation
  get error message string -- strerror ( Index Term Link )
  get PAM error message string -- pam_strerror ( Index Term Link )
 
 string operations
  bit and byte -- bstring ( Index Term Link )
  -- index ( Index Term Link )
  -- rindex ( Index Term Link )
  -- strcasecmp ( Index Term Link )
  -- strcat ( Index Term Link )
  -- strchr ( Index Term Link )
  -- strcmp ( Index Term Link )
  -- strcpy ( Index Term Link )
  -- strcspn ( Index Term Link )
  -- strdup ( Index Term Link )
  -- string ( Index Term Link )
  -- strlen ( Index Term Link )
  -- strncasecmp ( Index Term Link )
  -- strncat ( Index Term Link )
  -- strncmp ( Index Term Link )
  -- strncpy ( Index Term Link )
  -- strpbrk ( Index Term Link )
  -- strrchr ( Index Term Link )
  -- strspn ( Index Term Link )
  -- strstr ( Index Term Link )
  -- strtok ( Index Term Link )
  -- strtok_r ( Index Term Link )
 
 string_to_decimal -- decimal record from character string ( Index Term Link )
 
 string transformation -- strxfrm ( Index Term Link )
 
 strings, copy, compressing or expanding C language escape codes ( Index Term Link )
 
 strings, convert from numbers -- econvert ( Index Term Link )
 
 strlen -- string operations ( Index Term Link )
 
 strncasecmp -- string operations ( Index Term Link )
 
 strncat -- string operations ( Index Term Link )
 
 strncmp -- string operations ( Index Term Link )
 
 strncpy -- string operations ( Index Term Link )
 
 strpbrk -- string operations ( Index Term Link )
 
 strptime -- date and time conversion ( Index Term Link )
 
 strrchr -- string operations ( Index Term Link )
 
 strsignal -- get name of signal ( Index Term Link )
 
 strspn -- string operations ( Index Term Link )
 
 strstr -- string operations ( Index Term Link )
 
 strtod -- convert string to double-precision number ( Index Term Link )
 
 strtok -- string operations ( Index Term Link )
 
 strtok_r -- string operations ( Index Term Link )
 
 strtol -- string conversion routines ( Index Term Link )
 
 strtoll -- string conversion routines ( Index Term Link )
 
 strtoul -- convert string to unsigned long ( Index Term Link )
 
 strtows -- code conversion for Process Code and File Code ( Index Term Link )
 
 strxfrm -- string transformation ( Index Term Link )
 
 subpad -- create and display curses pads ( Index Term Link )
 
 subpad -- create or refresh a pad or subpad ( Index Term Link )
 
 subwin -- create a new window or subwindow ( Index Term Link )
 
 Sun Solstice Enterprise Agent OID helper functions
  -- SSAOidCmp ( Index Term Link )
  -- SSAOidCpy ( Index Term Link )
  -- SSAOidDup ( Index Term Link )
  -- SSAOidFree ( Index Term Link )
  -- SSAOidInit ( Index Term Link )
  -- SSAOidNew ( Index Term Link )
  -- SSAOidString ( Index Term Link )
  -- SSAOidStrToOid ( Index Term Link )
  -- SSAOidZero ( Index Term Link )
 
 Sun Solstice Enterprise Agent registration and communication helper functions
  -- SSAAgentIsAlive ( Index Term Link )
  -- SSAGetTrapPort ( Index Term Link )
  -- SSARegSubagent ( Index Term Link )
  -- SSARegSubtable ( Index Term Link )
  -- SSARegSubtree ( Index Term Link )
  -- SSASendTrap ( Index Term Link )
  -- SSASubagentOpen ( Index Term Link )
 
 Sun Solstice Enterprise Agent string helper functions
  -- SSAStringCpy ( Index Term Link )
  -- SSAStringInit ( Index Term Link )
  -- SSAStringToChar ( Index Term Link )
  -- SSAStringZero ( Index Term Link )
 
 suspend and resume threads in libthread_db
  -- td_thr_dbresume ( Index Term Link )
  -- td_thr_dbsuspend ( Index Term Link )
 
 suspend or restart the transmission or reception of data -- tcflow ( Index Term Link )
 
 svc_dg_enablecache -- library routines for RPC servers ( Index Term Link )
 
 svc_done -- library routines for RPC servers ( Index Term Link )
 
 svc_exit -- library routines for RPC servers ( Index Term Link )
 
 svc_fdset -- library routines for RPC servers ( Index Term Link )
 
 svc_freeargs -- library routines for RPC servers ( Index Term Link )
 
 svc_getargs -- library routines for RPC servers ( Index Term Link )
 
 svc_getreq_common -- library routines for RPC servers ( Index Term Link )
 
 svc_getreq_poll -- library routines for RPC servers ( Index Term Link )
 
 svc_getreqset -- library routines for RPC servers ( Index Term Link )
 
 svc_getrpccaller -- library routines for RPC servers ( Index Term Link )
 
 svc_max_pollfd -- library routines for RPC servers ( Index Term Link )
 
 svc_pollfd -- library routines for RPC servers ( Index Term Link )
 
 svc_run -- library routines for RPC servers ( Index Term Link )
 
 svc_sendreply -- library routines for RPC servers ( Index Term Link )
 
 swab -- swap bytes ( Index Term Link )
 
 swap bytes -- swab ( Index Term Link )
 
 swapcontext -- manipulate user contexts ( Index Term Link )
 
 switch between terminals -- set_term ( Index Term Link )
 
 swprintf -- print formatted wide-character output ( Index Term Link )
 
 swscanf -- convert formatted wide-character input ( Index Term Link )
 
 symbol address, get address in shared object -- dlsym ( Index Term Link )
 
 symbol table, get entries -- nlist ( Index Term Link )
 
 sync_instruction_memory -- make modified instructions executable ( Index Term Link )
 
 synchronize a file's data, -- fdatasync ( Index Term Link )
 
 synchronize window with its parents or children
  -- syncok ( Index Term Link )
  -- wcursyncup ( Index Term Link )
  -- wsyncdown ( Index Term Link )
  -- wsyncup ( Index Term Link )
 
 synchronous I/O multiplexing
  -- FD_CLR ( Index Term Link )
  -- FD_ISSET ( Index Term Link )
  -- FD_SET ( Index Term Link )
  -- select ( Index Term Link ) ( Index Term Link )
 
 syncok -- synchronize window with its parents or children ( Index Term Link )
 
 sys_siglist -- system signal messages list ( Index Term Link )
 
 syscall -- indirect system call ( Index Term Link )
 
 sysconf -- get configurable system variables ( Index Term Link )
 
 syslog -- control system log ( Index Term Link )
 
 sysmem -- return physical memory information ( Index Term Link )
 
 system -- issue shell command ( Index Term Link )
 
 system error messages, print -- perror ( Index Term Link )
 
 system log, log message with variable argument list -- vsyslog ( Index Term Link )
 
 system signal messages, -- psignal ( Index Term Link )
 
 system variables, get configurable ones -- sysconf ( Index Term Link )
    
T
 
 t_alloc -- allocate memory for argument structures ( Index Term Link )
 
 taddr2uaddr -- generic transport name-to-address translation ( Index Term Link )
 
 tan -- tangent function ( Index Term Link )
 
 tangent function -- tan ( Index Term Link )
 
 tanh -- hyperbolic tangent function ( Index Term Link )
 
 tcdrain -- wait for transmission of output ( Index Term Link )
 
 tcflow -- suspend or restart the transmission or reception of data ( Index Term Link )
 
 tcflush -- flush non-transmitted output data, non-read input data or both ( Index Term Link )
 
 tcgetattr -- get the parameters associated with the terminal ( Index Term Link )
 
 tcgetpgrp -- get foreground process group ID ( Index Term Link )
 
 tcgetsid -- get process group ID for session leader for controlling terminal ( Index Term Link )
 
 tcsendbreak -- send a ``break'' for a specific duration ( Index Term Link )
 
 tcsetattr -- set the parameters associated with the terminal ( Index Term Link )
 
 tcsetpgrp -- set foreground process group ID ( Index Term Link )
 
 td_event_addset -- thread events in libthread_db ( Index Term Link )
 
 td_event_delset -- thread events in libthread_db ( Index Term Link )
 
 td_event_emptyset -- thread events in libthread_db ( Index Term Link )
 
 td_event_fillset -- thread events in libthread_db ( Index Term Link )
 
 td_eventisempty -- thread events in libthread_db ( Index Term Link )
 
 td_eventismember -- thread events in libthread_db ( Index Term Link )
 
 td_init -- initialization function for libthread_db library of interfaces ( Index Term Link )
 
 td_log -- placeholder for future logging functionality ( Index Term Link )
 
 td_sync_get_info -- operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_sync_setstate -- operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_sync_waiters -- operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_ta_delete -- allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_enable_stats -- collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_event_addr -- thread events in libthread_db ( Index Term Link )
  Event Set Manipulation Macros ( Index Term Link )
 
 td_ta_event_getmsg -- thread events in libthread_db ( Index Term Link )
 
 td_ta_get_nthreads -- gets the total number of threads in a process for libthread_db ( Index Term Link )
 
 td_ta_get_ph -- allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_get_stats -- collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_map_addr2sync -- get a synchronization object handle from a synchronization object's address ( Index Term Link )
 
 td_ta_map_addr2thr -- convert a thread id or thread address to a thread handle ( Index Term Link )
 
 td_ta_map_id2thr -- convert a thread id or thread address to a thread handle ( Index Term Link )
 
 td_ta_new -- allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_reset_stats -- collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_set_event -- thread events in libthread_db ( Index Term Link )
 
 td_ta_setconcurrency -- set concurrency level for target process ( Index Term Link )
 
 td_ta_sync_iter -- iterator functions on process handles from libthread_db library of interfaces ( Index Term Link )
 
 td_ta_thr_iter -- iterator functions on process handles from libthread_db library of interfaces ( Index Term Link )
 
 td_ta_tsd_iter -- iterator functions on process handles from libthread_db library of interfaces ( Index Term Link )
 
 td_thr_clear_event -- thread events in libthread_db ( Index Term Link )
 
 td_thr_dbresume -- suspend and resume threads in libthread_db ( Index Term Link )
 
 td_thr_dbsuspend -- suspend and resume threads in libthread_db ( Index Term Link )
 
 td_thr_event_enable -- thread events in libthread_db ( Index Term Link )
 
 td_thr_event_getmsg -- thread events in libthread_db ( Index Term Link )
 
 td_thr_get_info -- get thread information in libthread_db library of interfaces ( Index Term Link )
 
 td_thr_getfpregs -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_getgregs -- reading and writing thread registers in libthread_db ( Index Term Link )
  Intel x86 ( Index Term Link )
  SPARC ( Index Term Link )
 
 td_thr_getxregs -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_getxregsize -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_lockowner -- iterate over the set of locks owned by a thread ( Index Term Link )
 
 td_thr_set_event -- thread events in libthread_db ( Index Term Link )
 
 td_thr_setfpregs -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_setgregs -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_setprio -- set the priority of a thread ( Index Term Link )
 
 td_thr_setsigpending -- manage thread signals for libthread_db ( Index Term Link )
 
 td_thr_setxregs -- reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_sigsetmask -- manage thread signals for libthread_db ( Index Term Link )
 
 td_thr_sleepinfo -- return the synchronization handle for the object on which a thread is blocked ( Index Term Link )
 
 td_thr_tsd -- get a thread's thread-specific data for libthread_db library of interfaces ( Index Term Link )
 
 td_thr_validate -- test a thread handle for validity ( Index Term Link )
 
 tda_ta_clear_event -- thread events in libthread_db ( Index Term Link )
 
 tdelete -- manage binary search trees ( Index Term Link )
 
 tell -- return a file offset for a file descriptor ( Index Term Link )
 
 telldir -- current location of a named directory stream ( Index Term Link )
 
 tempnam -- create a name for a temporary file ( Index Term Link )
 
 termattrs -- return the video attributes supported by the terminal ( Index Term Link )
 
 terminal, find the slot in the utmp file of the current user -- ttyslot ( Index Term Link )
 
 terminal device, slave pseudo
  get name -- ptsname ( Index Term Link )
  grant access -- grantpt ( Index Term Link )
 
 terminal ID, generate path name for controlling terminal -- ctermid, ctermid_r ( Index Term Link )
 
 terminal line, establish an outgoing connection -- dial ( Index Term Link )
 
 terminals, set terminal foreground process group id -- tcsetpgrp ( Index Term Link )
 
 terminate calling thread -- pthread_exit ( Index Term Link )
 
 terminate the calling thread -- thr_exit ( Index Term Link )
 
 termios -- general terminal interface ( Index Term Link )
 
 termname -- return the value of the environmental variable TERM ( Index Term Link )
 
 test a thread handle for validity -- td_thr_validate ( Index Term Link )
 
 test character for specified class -- iswctype ( Index Term Link )
 
 test for a terminal device -- isatty ( Index Term Link )
 
 test for NaN -- isnan ( Index Term Link )
 
 text processing utilities
  compile and execute regular expressions -- regcmp, regex ( Index Term Link )
  quick sort -- qsort ( Index Term Link )
 
 text string, -- gettxt ( Index Term Link )
 
 textdomain -- select domain of messages ( Index Term Link )
 
 tfind -- manage binary search trees ( Index Term Link )
 
 tgetent -- emulate the termcap database ( Index Term Link )
 
 tgetflag -- emulate the termcap database ( Index Term Link )
 
 tgetnum -- emulate the termcap database ( Index Term Link )
 
 tgetstr -- emulate the termcap database ( Index Term Link )
 
 tgoto -- emulate the termcap database ( Index Term Link )
 
 thr_continue -- continue thread execution ( Index Term Link )
 
 thr_create -- create a tread ( Index Term Link )
 
 thr_exit -- terminate the calling thread ( Index Term Link )
 
 thr_getconcurrency -- get thread concurrency level ( Index Term Link )
 
 thr_getprio -- access dynamic thread scheduling ( Index Term Link )
  Contentionscope ( Index Term Link )
  Policy ( Index Term Link )
  Priority ( Index Term Link )
  Scheduling ( Index Term Link )
 
 thr_getspecific -- thread-specific-data functions ( Index Term Link )
 
 thr_join -- wait for thread termination ( Index Term Link )
 
 thr_keycreate -- thread-specific-data functions ( Index Term Link )
  Create Key ( Index Term Link )
  Get Value ( Index Term Link )
  Set Value ( Index Term Link )
 
 thr_main -- identifies the calling thread as the main thread or not the main thread ( Index Term Link )
 
 thr_self -- get calling thread's ID ( Index Term Link )
 
 thr_setconcurrency -- set thread concurrency level ( Index Term Link )
 
 thr_setprio -- access dynamic thread scheduling ( Index Term Link )
 
 thr_setspecific -- thread-specific-data functions ( Index Term Link )
 
 thr_sigsetmask -- change or examine calling thread's signal mask ( Index Term Link )
 
 thr_stksegment -- get thread stack bottom and size ( Index Term Link )
 
 thr_suspend -- suspend thread execution ( Index Term Link )
 
 thr_yield -- thread yield to another thread ( Index Term Link )
 
 thread events in libthread_db
  -- td_event_addset ( Index Term Link )
  -- td_event_delset ( Index Term Link )
  -- td_event_emptyset ( Index Term Link )
  -- td_event_fillset ( Index Term Link )
  -- td_eventisempty ( Index Term Link )
  -- td_eventismember ( Index Term Link )
  -- td_ta_event_addr ( Index Term Link )
  -- td_ta_event_getmsg ( Index Term Link )
  -- td_ta_set_event ( Index Term Link )
  -- td_thr_clear_event ( Index Term Link )
  -- td_thr_event_enable ( Index Term Link )
  -- td_thr_event_getmsg ( Index Term Link )
  -- td_thr_set_event ( Index Term Link )
  -- tda_ta_clear_event ( Index Term Link )
 
 thread-specific-data functions
  -- thr_getspecific ( Index Term Link )
  -- thr_keycreate ( Index Term Link )
  -- thr_setspecific ( Index Term Link )
 
 thread yield to another thread -- thr_yield ( Index Term Link )
 
 tigetflag -- return the value of a terminfo capability ( Index Term Link )
 
 tigetnum -- return the value of a terminfo capability ( Index Term Link )
 
 tigetstr -- return the value of a terminfo capability ( Index Term Link )
 
 time, computes the difference between two calendar times -- difftime ( Index Term Link )
 
 time, calendar, convert from a tm structure -- mktime ( Index Term Link )
 
 time accounting, for current process -- times ( Index Term Link )
 
 time and date
  convert to string -- asctime ( Index Term Link )
  convert to string -- ctime ( Index Term Link )
  convert to string -- gmtime ( Index Term Link )
  convert to string -- localtime ( Index Term Link )
  convert to string -- tzset ( Index Term Link )
  convert to string -- tzsetwall ( Index Term Link )
  convert user format date and time -- getdate ( Index Term Link )
  get -- ftime ( Index Term Link )
  -- settimeofday ( Index Term Link ) ( Index Term Link )
 
 time of day, get and set -- gettimeofday, settimeofday ( Index Term Link )
 
 timeout -- set timed blocking or non-blocking read ( Index Term Link )
 
 timer_getoverrun -- per-process timers ( Index Term Link )
 
 timer_gettime -- per-process timers ( Index Term Link )
 
 timer_settime -- per-process timers ( Index Term Link )
 
 times -- get process times ( Index Term Link )
 
 tmpfile -- create a temporary file ( Index Term Link )
 
 tmpnam -- create a name for a temporary file ( Index Term Link )
 
 TNF_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE -- probe insertion interface
  arg_name_n ( Index Term Link )
  arg_type_n ( Index Term Link )
  arg_value_n ( Index Term Link )
  detail ( Index Term Link )
  keys ( Index Term Link )
  name ( Index Term Link )
 
 TNF_PROBE_0 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_1 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_2 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_3 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_4 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_5 -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_0_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_1_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_2_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_3_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_4_DEBUG -- probe insertion interface ( Index Term Link )
 
 TNF_PROBE_5_DEBUG -- probe insertion interface ( Index Term Link )
 
 tnf_process_disable() -- disables probing for the process ( Index Term Link )
 
 tnf_process_enable() -- enables probing for the process ( Index Term Link )
 
 tnf_thread_disable() -- disables probing for the calling thread ( Index Term Link )
 
 tnf_thread_enable() -- enables probing for the calling thread ( Index Term Link )
 
 tnfctl_buffer_alloc -- allocate or deallocate a buffer for trace data ( Index Term Link )
 
 tnfctl_buffer_dealloc -- allocate or deallocate a buffer for trace data ( Index Term Link )
 
 tnfctl_check_libs -- control probes of another process where caller provides /proc functionality ( Index Term Link )
 
 tnfctl_close -- close a tnfctl handle ( Index Term Link )
 
 tnfctl_continue -- interfaces for direct probe and process control for another process ( Index Term Link )
 
 tnfctl_exec_open -- interfaces for direct probe and process control for another process ( Index Term Link )
 
 tnfctl_filter_list_add -- control kernel tracing and process filtering ( Index Term Link )
 
 tnfctl_filter_list_delete -- control kernel tracing and process filtering ( Index Term Link )
 
 tnfctl_filter_list_get -- control kernel tracing and process filtering ( Index Term Link )
 
 tnfctl_filter_state_set -- control kernel tracing and process filtering ( Index Term Link )
 
 tnfctl_indirect_open -- control probes of another process where caller provides /proc functionality ( Index Term Link )
 
 tnfctl_internal_open -- create handle for internal process probe control ( Index Term Link )
 
 tnfctl_kernel_open -- create handle for kernel probe control ( Index Term Link )
 
 tnfctl_pid_open -- interfaces for direct probe and process control for another process ( Index Term Link )
 
 tnfctl_probe_apply -- iterate over probes ( Index Term Link )
 
 tnfctl_probe_apply_ids -- iterate over probes ( Index Term Link )
 
 tnfctl_probe_connect -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_disable -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_disconnect_all -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_enable -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_state_get -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_trace -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_probe_untrace -- interfaces to query and to change the state of a probe ( Index Term Link )
 
 tnfctl_register_funcs -- register callbacks for probe creation and destruction ( Index Term Link )
 
 tnfctl_strerror -- map a tnfctl error code to a string ( Index Term Link )
 
 tnfctl_trace_attrs_get -- get the trace attributes from a tnfctl handle ( Index Term Link )
 
 tnfctl_trace_state_set -- control kernel tracing and process filtering ( Index Term Link )
 
 toascii -- translate integer to a 7-bit ASCII character ( Index Term Link )
 
 tolower -- transliterate upper-case characters to lower-case ( Index Term Link )
 
 _tolower -- transliterate upper-case characters to lower-case ( Index Term Link )
 
 touchline -- control window refresh ( Index Term Link )
 
 touchlock -- functions to manage lockfile(s) for user's mailbox ( Index Term Link )
 
 touchwin -- control window refresh ( Index Term Link )
 
 toupper -- transliterate lower-case characters to upper-case ( Index Term Link )
 
 _toupper -- transliterate lower-case characters to upper-case ( Index Term Link )
 
 towctrans -- wide-character mapping ( Index Term Link )
 
 towlower -- transliterate upper-case wide-character code to lower-case ( Index Term Link )
 
 towupper -- transliterate lower-case wide-character code to upper-case ( Index Term Link )
 
 tparm -- return the value of a terminfo capability ( Index Term Link )
 
 tputs -- apply padding information and output string ( Index Term Link )
 
 translate address to symbolic information -- dladdr ( Index Term Link )
 
 translate integer to a 7-bit ASCII character -- toascii ( Index Term Link )
 
 translation between signal name and signal number -- str2sig ( Index Term Link )
  sig2str ( Index Term Link )
 
 transliterate lower-case characters to upper-case -- toupper ( Index Term Link )
 
 transliterate lower-case characters to upper-case -- _toupper ( Index Term Link )
 
 transliterate lower-case wide-character code to upper-case -- towupper ( Index Term Link )
 
 transliterate upper-case characters to lower-case -- tolower ( Index Term Link )
 
 transliterate upper-case characters to lower-case -- _tolower ( Index Term Link )
 
 transliterate upper-case wide-character code to lower-case -- towlower ( Index Term Link )
 
 transport functions, allocate memory ( Index Term Link )
 
 truncate -- set a file to a specified length ( Index Term Link )
 
 tsearch -- manage binary search trees ( Index Term Link )
 
 ttyname -- find pathname of a terminal ( Index Term Link )
  POSIX ( Index Term Link )
 
 ttyname_r -- find pathname of a terminal ( Index Term Link )
 
 ttyslot -- find the slot in the utmp file of the current user ( Index Term Link )
 
 twalk -- manage binary search trees ( Index Term Link )
 
 typeahead -- check for type-ahead characters ( Index Term Link )
    
U
 
 uaddr2taddr -- generic transport name-to-address translation ( Index Term Link )
 
 ualarm -- schedule signal after interval in microseconds ( Index Term Link )
 
 ulltostr -- string conversion routines ( Index Term Link )
 
 unctrl -- convert character to printable form ( Index Term Link )
 
 unget_wch -- push character back onto the input queue ( Index Term Link )
 
 ungetc -- push byte back into input stream ( Index Term Link )
 
 ungetch -- push character back onto the input queue ( Index Term Link )
 
 ungetwc -- push wide-character code back into input stream ( Index Term Link )
 
 ungetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 unlock a pseudo-terminal master/slave pair -- unlockpt ( Index Term Link )
 
 unlock a read-write lock object -- pthread_rwlock_unlock ( Index Term Link )
 
 unlock address space, -- munlockall ( Index Term Link )
 
 unlock memory pages, -- munlock ( Index Term Link )
 
 unlockpt -- unlock a pseudo-terminal master/slave pair ( Index Term Link )
 
 untouchwin -- control window refresh ( Index Term Link )
 
 updwtmp -- access utmpx file entry ( Index Term Link )
 
 updwtmpx -- access utmpx file entry ( Index Term Link )
 
 use complex characters (and renditions) to draw borders
  -- border_set ( Index Term Link )
  -- box_set ( Index Term Link )
  -- wborder_set ( Index Term Link )
 
 use complex characters (and renditions) to draw lines
  -- hline_set ( Index Term Link )
  -- mvhline_set ( Index Term Link )
  -- mvvline_set ( Index Term Link )
  -- mvwhline_set ( Index Term Link )
  -- mvwvline_set ( Index Term Link )
  -- vline_set ( Index Term Link )
  -- whline_set ( Index Term Link )
  -- wvline_set ( Index Term Link )
 
 use_env -- set values of lines and columns ( Index Term Link )
 
 use single-byte characters (and renditions) to draw lines
  -- hline ( Index Term Link )
  -- mvhline ( Index Term Link )
  -- mvvline ( Index Term Link )
  -- mvwhline ( Index Term Link )
  -- mvwvline ( Index Term Link )
  -- vline ( Index Term Link )
  -- whline ( Index Term Link )
  -- wvline ( Index Term Link )
 
 user context
  -- makecontext ( Index Term Link )
  -- swapcontext ( Index Term Link )
 
 user IDs, get character-string representation -- cuserid ( Index Term Link )
 
 users, return information from remote machines -- rusers, rnusers ( Index Term Link )
 
 usleep -- suspend execution for interval in microseconds ( Index Term Link )
 
 utmp file
  access entry -- getutent ( Index Term Link )
  find the slot of current user -- ttyslot ( Index Term Link )
 
 utmpname -- access utmp file entry ( Index Term Link )
 
 utmpx file, access entry -- getutxent ( Index Term Link )
 
 utmpxname -- access utmpx file entry ( Index Term Link )
    
V
 
 variables used for X/Open Curses -- global_variables ( Index Term Link )
 
 vfprintf -- formatted output conversion ( Index Term Link )
 
 vfstab file, -- getvfsent ( Index Term Link )
 
 vfwprintf -- wide-character formatted output of a stdarg argument list ( Index Term Link )
 
 vid_attr -- display string with video attributes ( Index Term Link )
 
 vid_puts -- display string with video attributes ( Index Term Link )
 
 vidattr -- display string with video attributes ( Index Term Link )
 
 vidputs -- display string with video attributes ( Index Term Link )
 
 virtual memory, optimizing usage of user mapped memory -- madvise ( Index Term Link )
 
 vlfmt -- display error message in standard format and pass to logging and monitoring services ( Index Term Link )
 
 vline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 vline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 volmgt_acquire -- reserve removable media device ( Index Term Link )
 
 volmgt_check -- have Volume Management check for media ( Index Term Link )
 
 volmgt_feature_enabled -- check whether specific Volume Management features are enabled ( Index Term Link )
 
 volmgt_inuse -- check whether or not Volume Management is managing a pathname ( Index Term Link )
 
 volmgt_release -- release removable media device reservation ( Index Term Link )
 
 volmgt_root -- return the Volume Management root directory ( Index Term Link )
 
 volmgt_running -- return whether or not Volume Management is running ( Index Term Link )
 
 volmgt_symdev -- convert between Volume Management symbolic names, and the devices that correspond to them ( Index Term Link )
 
 volmgt_symname -- convert between Volume Management symbolic names, and the devices that correspond to them ( Index Term Link )
 
 vpfmt -- display error message in standard format and pass to logging and monitoring services ( Index Term Link )
 
 vprintf -- formatted output conversion ( Index Term Link )
 
 vsprintf -- formatted output conversion ( Index Term Link )
 
 vswprintf -- wide-character formatted output of a stdarg argument list ( Index Term Link )
 
 vsyslog() -- log message with variable argument list ( Index Term Link )
 
 VTOC, disk's
  read a disk's VTOC -- read_vtoc ( Index Term Link )
  write a disk's VTOC -- write_vtoc ( Index Term Link )
 
 vw_printw -- write formatted output to window ( Index Term Link )
 
 vw_scanw -- read formatted input from window ( Index Term Link )
 
 vwprintf -- wide-character formatted output of a stdarg argument list ( Index Term Link )
 
 vwprintw -- write formatted output to window ( Index Term Link )
 
 vwscanw -- read formatted input from window ( Index Term Link )
    
W
 
 wadd_wch -- add a complex character (with rendition) to a window ( Index Term Link )
 
 wadd_wchnstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 wadd_wchstr -- copy a string of complex characters (with renditions) to a window ( Index Term Link )
 
 waddch -- add a character (with rendition) to a window ( Index Term Link )
 
 waddchnstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 waddchstr -- copy a character string (with renditions) to a window ( Index Term Link )
 
 waddnstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 waddnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 waddnwstr -- add a wide-character string to a window ( Index Term Link )
 
 waddstr -- add a multi-byte character string (without rendition) to a window ( Index Term Link )
 
 waddwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 waddwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 waddwchstr -- add string of wchar_t characters (and attributes) to a curses window ( Index Term Link )
 
 waddwstr -- add a string of wchar_t characters to a curses window and advance cursor ( Index Term Link )
 
 waddwstr -- add a wide-character string to a window ( Index Term Link )
 
 wadjcurspos -- moving the cursor by character ( Index Term Link )
 
 wait for and return LDAP operation result -- ldap_result ( Index Term Link )
 
 wait -- wait for process to terminate or stop ( Index Term Link )
 
 waitpid -- wait for process to terminate or stop ( Index Term Link )
 
 wait3 -- wait for process to terminate or stop ( Index Term Link ) ( Index Term Link )
 
 wait4 -- wait for process to terminate or stop ( Index Term Link ) ( Index Term Link )
 
 wait for process to terminate or stop
  -- wait3 ( Index Term Link )
  -- wait4 ( Index Term Link )
 
 wait for thread termination -- pthread_join ( Index Term Link )
 
 wait for thread termination -- thr_join ( Index Term Link )
 
 wait for transmission of output -- tcdrain ( Index Term Link )
 
 wait on a condition
  -- pthread_cond_timedwait ( Index Term Link )
  -- pthread_cond_wait ( Index Term Link )
 
 watof -- convert wide character string to double-precision number ( Index Term Link )
 
 watoi -- convert wide character string to long integer ( Index Term Link )
 
 watol -- convert wide character string to long integer ( Index Term Link )
 
 watoll -- convert wide character string to long integer ( Index Term Link )
 
 wattr_get -- control window attributes ( Index Term Link )
 
 wattr_off -- control window attributes ( Index Term Link )
 
 wattr_on -- control window attributes ( Index Term Link )
 
 wattr_set -- control window attributes ( Index Term Link )
 
 wattroff -- change foreground window attributes ( Index Term Link )
 
 wattroff -- curses character and window attribute control routines ( Index Term Link )
 
 wattron -- change foreground window attributes ( Index Term Link )
 
 wattron -- curses character and window attribute control routines ( Index Term Link )
 
 wattrset -- change foreground window attributes ( Index Term Link )
 
 wattrset -- curses character and window attribute control routines ( Index Term Link )
 
 wbkgd -- set the background character (and rendition) of window ( Index Term Link )
 
 wbkgdset -- set the background character (and rendition) of window ( Index Term Link )
 
 wbkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wbkgrndset -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wborder -- add a single-byte border to a window ( Index Term Link )
 
 wborder_set -- use complex characters (and renditions) to draw borders ( Index Term Link )
 
 wchar_t string, number conversion -- wscanf ( Index Term Link )
 
 wchgat -- change the rendition of characters in a window ( Index Term Link )
 
 wclear -- clear a window ( Index Term Link )
 
 wclrtobot -- clear to the end of a window ( Index Term Link )
 
 wclrtoeol -- clear to the end of a line ( Index Term Link )
 
 wcolor_set -- control window attributes ( Index Term Link )
 
 wcrtomb -- convert a wide-character code to a character (restartable) ( Index Term Link )
 
 wcscat -- wide-character string operations ( Index Term Link )
 
 wcschr -- wide-character string operations ( Index Term Link )
 
 wcscmp -- wide-character string operations ( Index Term Link )
 
 wcscoll -- wide character string comparison using collating information ( Index Term Link )
 
 wcscpy -- wide-character string operations ( Index Term Link )
 
 wcscspn -- wide-character string operations ( Index Term Link )
 
 wcsetno -- get information on EUC codesets ( Index Term Link )
 
 wcsftime -- convert date and time to wide character string ( Index Term Link )
 
 wcslen -- wide-character string operations ( Index Term Link )
 
 wcsncat -- wide-character string operations ( Index Term Link )
 
 wcsncmp -- wide-character string operations ( Index Term Link )
 
 wcsncpy -- wide-character string operations ( Index Term Link )
 
 wcspbrk -- wide-character string operations ( Index Term Link )
 
 wcsrchr -- wide-character string operations ( Index Term Link )
 
 wcsrtombs -- convert a wide-character string to a character string (restartable) ( Index Term Link )
 
 wcsspn -- wide-character string operations ( Index Term Link )
 
 wcsstr -- find a wide-character substring ( Index Term Link )
 
 wcstod -- convert wide character string to double-precision number ( Index Term Link )
 
 wcstok -- wide-character string operations ( Index Term Link )
 
 wcstol -- convert wide character string to long integer ( Index Term Link )
 
 wcstombs -- convert a wide-character string to a character string ( Index Term Link )
 
 wcstoul -- convert wide character string to unsigned long ( Index Term Link )
 
 wcstring -- wide-character string operations ( Index Term Link )
 
 wcswcs -- wide-character string operations ( Index Term Link )
 
 wcswidth -- number of column positions of a wide-character string ( Index Term Link )
 
 wcsxfrm -- wide character string transformation ( Index Term Link )
 
 wctob -- wide-character to single-byte conversion ( Index Term Link )
 
 wctomb -- convert a wide-character code to a character ( Index Term Link )
 
 wctrans -- define character mapping ( Index Term Link )
 
 wctype -- define character class ( Index Term Link )
 
 wcursyncup -- synchronize window with its parents or children ( Index Term Link )
 
 wcwidth -- number of column positions of a wide-character code ( Index Term Link )
 
 wdelch -- remove a character ( Index Term Link )
 
 wdeleteln -- remove a line ( Index Term Link )
 
 wecho_wchar -- add a complex character and refresh window ( Index Term Link )
 
 wechochar -- add a single-byte character and refresh window ( Index Term Link )
 
 wechowchar -- add a wchar_t character (with attributes) to a curses window and advance cursor ( Index Term Link )
 
 werase -- clear a window ( Index Term Link )
 
 wget_wch -- get a wide character from terminal ( Index Term Link )
 
 wget_wstr -- get a wide character string from terminal ( Index Term Link )
 
 wgetbkgrnd -- set or get the background character (and rendition) of window using a complex character ( Index Term Link )
 
 wgetch -- get a single-byte character from terminal ( Index Term Link )
 
 wgetn_wstr -- get a wide character string from terminal ( Index Term Link )
 
 wgetnstr -- get a multibyte character string from terminal ( Index Term Link )
 
 wgetnwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 wgetstr -- get a multibyte character string from terminal ( Index Term Link )
 
 wgetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( Index Term Link )
 
 wgetwstr -- get wchar_t character strings from curses terminal keyboard ( Index Term Link )
 
 whline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 whline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
 
 wide character string to long integer, convert
  -- watoi ( Index Term Link )
  -- watol ( Index Term Link )
  -- watoll ( Index Term Link )
  -- wcstol ( Index Term Link )
  -- wstol ( Index Term Link )
 
 wide-character code classification functions
  -- isenglish ( Index Term Link )
  -- isideogram ( Index Term Link )
  -- isnumber ( Index Term Link )
  -- isphonogram ( Index Term Link )
  -- isspecial ( Index Term Link )
  -- iswalnum ( Index Term Link )
  -- iswalpha ( Index Term Link )
  -- iswascii ( Index Term Link )
  -- iswcntrl ( Index Term Link )
  -- iswdigit ( Index Term Link )
  -- iswgraph ( Index Term Link )
  -- iswlower ( Index Term Link )
  -- iswprint ( Index Term Link )
  -- iswpunct ( Index Term Link )
  -- iswspace ( Index Term Link )
  -- iswupper ( Index Term Link )
  -- iswxdigit ( Index Term Link )
 
 wide-character formatted output of a stdarg argument list
  -- vfwprintf ( Index Term Link )
  -- vswprintf ( Index Term Link )
  -- vwprintf ( Index Term Link )
 
 wide-character mapping -- towctrans ( Index Term Link )
 
 wide character string comparison using collating information
  -- wcscoll ( Index Term Link )
  -- wscoll ( Index Term Link )
 
 wide-character string operations
  -- wcscat ( Index Term Link )
  -- wcschr ( Index Term Link )
  -- wcscmp ( Index Term Link )
  -- wcscpy ( Index Term Link )
  -- wcscspn ( Index Term Link )
  -- wcslen ( Index Term Link )
  -- wcsncat ( Index Term Link )
  -- wcsncmp ( Index Term Link )
  -- wcsncpy ( Index Term Link )
  -- wcspbrk ( Index Term Link )
  -- wcsrchr ( Index Term Link )
  -- wcsspn ( Index Term Link )
  -- wcstok ( Index Term Link )
  -- wcstring ( Index Term Link )
  -- wcswcs ( Index Term Link )
  -- windex ( Index Term Link )
  -- wrindex ( Index Term Link )
 
 wide character string transformation
  -- wcsxfrm ( Index Term Link )
  -- wsxfrm ( Index Term Link )
 
 wide-character to single-byte conversion -- wctob ( Index Term Link )
 
 win_wch -- retrieve a complex character (with rendition) ( Index Term Link )
 
 win_wchnstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 win_wchstr -- retrieve complex character string (with rendition) ( Index Term Link )
 
 winch -- return a single-byte character (with rendition) ( Index Term Link )
 
 winchnstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 winchstr -- retrieve a single-byte character string (with rendition) ( Index Term Link )
 
 windex -- wide-character string operations ( Index Term Link )
 
 winnstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 winnwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 winnwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 wins_nwstr -- insert a wide character string ( Index Term Link )
 
 wins_wch -- insert a complex character ( Index Term Link )
 
 wins_wstr -- insert a wide character string ( Index Term Link )
 
 winsch -- insert a character ( Index Term Link )
 
 winsdelln -- insert/delete lines to/from the window ( Index Term Link )
 
 winsertln -- insert a line in a window ( Index Term Link )
 
 winsnstr -- insert a multibyte character string ( Index Term Link )
 
 winsnwstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 winsstr -- insert a multibyte character string ( Index Term Link )
 
 winstr -- retrieve a multibyte character string (without rendition) ( Index Term Link )
 
 winswch -- insert a wchar_t character before the character under the cursor in a curses window ( Index Term Link )
 
 winswstr -- insert wchar_t string before character under the cursor in a curses window ( Index Term Link )
 
 winwch -- get a wchar_t character and its attributes from a curses window ( Index Term Link )
 
 winwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 winwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( Index Term Link )
 
 winwstr -- get a string of wchar_t characters from a curses window ( Index Term Link )
 
 winwstr -- retrieve a wide character string (without rendition) ( Index Term Link )
 
 wmemchr -- find a wide-character in memory ( Index Term Link )
 
 wmemcmp -- compare wide-characters in memory ( Index Term Link )
 
 wmemcpy -- copy wide-characters in memory ( Index Term Link )
 
 wmemmove -- copy wide-characters in memory with overlapping areas ( Index Term Link )
 
 wmemset -- set wide-characters in memory ( Index Term Link )
 
 wmove -- move cursor in window ( Index Term Link )
 
 wmovenextch -- moving the cursor by character ( Index Term Link )
 
 wmoveprevch -- moving the cursor by character ( Index Term Link )
 
 wnoutrefresh -- refresh windows and lines ( Index Term Link )
 
 wordexp -- perform word expansions ( Index Term Link )
 
 wordfree -- perform word expansions ( Index Term Link )
 
 working directory, get pathname -- getwd ( Index Term Link )
 
 wprintf -- print formatted wide-character output ( Index Term Link )
 
 wprintw -- write formatted output to window ( Index Term Link )
 
 wredrawln -- redraw screen or portion of screen ( Index Term Link )
 
 wrefresh -- refresh windows and lines ( Index Term Link )
 
 wrindex -- wide-character string operations ( Index Term Link )
 
 write formatted output to window
  -- mvprintw ( Index Term Link )
  -- mvwprintw ( Index Term Link )
  -- printw ( Index Term Link )
  -- vw_printw ( Index Term Link )
  -- vwprintw ( Index Term Link )
  -- wprintw ( Index Term Link )
 
 write screen contents to/from a file
  -- scr_dump ( Index Term Link )
  -- scr_init ( Index Term Link )
  -- scr_restore ( Index Term Link )
  -- scr_set ( Index Term Link )
 
 write_vtoc -- read and write a disk's VTOC ( Index Term Link )
 
 wscanf -- convert formatted wide-character input ( Index Term Link )
 
 wscanw -- read formatted input from window ( Index Term Link )
 
 wscasecmp -- Process Code string operations ( Index Term Link )
 
 wscol -- Process Code string operations ( Index Term Link )
 
 wscoll -- wide character string comparison using collating information ( Index Term Link )
 
 wscrl -- scroll a window ( Index Term Link )
 
 wsdup -- Process Code string operations ( Index Term Link )
 
 wsetscrreg -- set terminal output controls ( Index Term Link )
 
 wsncasecmp -- Process Code string operations ( Index Term Link )
 
 wsprintf -- formatted output conversion ( Index Term Link )
 
 wsscanf -- formatted input conversion ( Index Term Link )
 
 wstandend -- curses character and window attribute control routines ( Index Term Link )
 
 wstandend -- set/clear window attributes ( Index Term Link )
 
 wstandout -- curses character and window attribute control routines ( Index Term Link )
 
 wstandout -- set/clear window attributes ( Index Term Link )
 
 wstod -- convert wide character string to double-precision number ( Index Term Link )
 
 wstol -- convert wide character string to long integer ( Index Term Link )
 
 wstostr -- code conversion for Process Code and File Code ( Index Term Link )
 
 wsxfrm -- wide character string transformation ( Index Term Link )
 
 wsyncdown -- synchronize window with its parents or children ( Index Term Link )
 
 wsyncup -- synchronize window with its parents or children ( Index Term Link )
 
 wtimeout -- set timed blocking or non-blocking read ( Index Term Link )
 
 wtouchln -- control window refresh ( Index Term Link )
 
 wunctrl -- convert a wide character to printable form ( Index Term Link )
 
 wvline -- use single-byte characters (and renditions) to draw lines ( Index Term Link )
 
 wvline_set -- use complex characters (and renditions) to draw lines ( Index Term Link )
    
X
 
 XDR library routines
  -- xdr ( Index Term Link )
  -- xdr_admin ( Index Term Link )
  -- xdr_control ( Index Term Link )
  -- xdr_getpos ( Index Term Link )
  -- xdr_inline ( Index Term Link )
  -- xdr_setpos ( Index Term Link )
  -- xdr_sizeof ( Index Term Link )
  -- xdrrec_endofrecord ( Index Term Link )
  -- xdrrec_eof ( Index Term Link )
  -- xdrrec_readbytes ( Index Term Link )
  -- xdrrec_skiprecord ( Index Term Link )
 
 XDR library routines for complex data structures
  -- xdr_array ( Index Term Link )
  -- xdr_bytes ( Index Term Link )
  -- xdr_complex ( Index Term Link )
  -- xdr_opaque ( Index Term Link )
  -- xdr_pointer ( Index Term Link )
  -- xdr_reference ( Index Term Link )
  -- xdr_string ( Index Term Link )
  -- xdr_union ( Index Term Link )
  -- xdr_vector ( Index Term Link )
  -- xdr_wrapstring ( Index Term Link )
 
 XDR library routines for RPC
  -- rpc_xdr ( Index Term Link )
  -- xdr_accepted_reply ( Index Term Link )
  -- xdr_authsys_parms ( Index Term Link )
  -- xdr_callhdr ( Index Term Link )
  -- xdr_callmsg ( Index Term Link )
  -- xdr_opaque_auth ( Index Term Link )
  -- xdr_rejected_reply ( Index Term Link )
  -- xdr_replymsg ( Index Term Link )
 
 XDR library routines for simple data structures
  -- xdr_bool ( Index Term Link )
  -- xdr_char ( Index Term Link )
  -- xdr_double ( Index Term Link )
  -- xdr_enum ( Index Term Link )
  -- xdr_float ( Index Term Link )
  -- xdr_free ( Index Term Link )
  -- xdr_hyper ( Index Term Link )
  -- xdr_int ( Index Term Link )
  -- xdr_long ( Index Term Link )
  -- xdr_longlong_t ( Index Term Link )
  -- xdr_quadruple ( Index Term Link )
  -- xdr_short ( Index Term Link )
  -- xdr_simple ( Index Term Link )
  -- xdr_u_char ( Index Term Link )
  -- xdr_u_hyper ( Index Term Link )
  -- xdr_u_int ( Index Term Link )
  -- xdr_u_long ( Index Term Link )
  -- xdr_u_longlong_t ( Index Term Link )
  -- xdr_u_short ( Index Term Link )
  -- xdr_void ( Index Term Link )
 
 xdr_statstime -- get performance data from remote kernel ( Index Term Link )
 
 xdr_statsvar -- get performance data from remote kernel ( Index Term Link )
 
 XDR stream creation library routines
  -- xdr_create ( Index Term Link )
  -- xdr_destroy ( Index Term Link )
  -- xdrmem_create ( Index Term Link )
  -- xdrrec_create ( Index Term Link )
  -- xdrstdio_create ( Index Term Link )
 
 xfn -- overview of the XFN interface ( Index Term Link )
 
 XFN attribute
  -- fn_attribute_add ( Index Term Link )
  -- fn_attribute_assign ( Index Term Link )
  -- fn_attribute_copy ( Index Term Link )
  -- fn_attribute_create ( Index Term Link )
  -- fn_attribute_destroy ( Index Term Link )
  -- fn_attribute_first ( Index Term Link )
  -- fn_attribute_identifier ( Index Term Link )
  -- fn_attribute_next ( Index Term Link )
  -- fn_attribute_remove ( Index Term Link )
  -- fn_attribute_syntax ( Index Term Link )
  -- FN_attribute_t ( Index Term Link )
  -- fn_attribute_valuecount ( Index Term Link )
 
 xfn_attributes -- an overview of XFN attribute operations ( Index Term Link )
 
 XFN attributes, a set of
  -- fn_attrset_add ( Index Term Link )
  -- fn_attrset_assign ( Index Term Link )
  -- fn_attrset_copy ( Index Term Link )
  -- fn_attrset_count ( Index Term Link )
  -- fn_attrset_create ( Index Term Link )
  -- fn_attrset_destroy ( Index Term Link )
  -- fn_attrset_first ( Index Term Link )
  -- fn_attrset_get ( Index Term Link )
  -- fn_attrset_next ( Index Term Link )
  -- fn_attrset_remove ( Index Term Link )
  -- FN_attrset_t ( Index Term Link )
 
 XFN compound name
  -- fn_compound_name_append_comp ( Index Term Link )
  -- fn_compound_name_assign ( Index Term Link )
  -- fn_compound_name_copy ( Index Term Link )
  -- fn_compound_name_count ( Index Term Link )
  -- fn_compound_name_delete_all ( Index Term Link )
  -- fn_compound_name_delete_comp ( Index Term Link )
  -- fn_compound_name_destroy ( Index Term Link )
  -- fn_compound_name_first ( Index Term Link )
  -- fn_compound_name_from_syntax_attrs ( Index Term Link )
  -- fn_compound_name_get_syntax_attrs ( Index Term Link )
  -- fn_compound_name_insert_comp ( Index Term Link )
  -- fn_compound_name_is_empty ( Index Term Link )
  -- fn_compound_name_is_equal ( Index Term Link )
  -- fn_compound_name_is_prefix ( Index Term Link )
  -- fn_compound_name_is_suffix ( Index Term Link )
  -- fn_compound_name_last ( Index Term Link )
  -- fn_compound_name_next ( Index Term Link )
  -- fn_compound_name_prefix ( Index Term Link )
  -- fn_compound_name_prepend_comp ( Index Term Link )
  -- fn_compound_name_prev ( Index Term Link )
  -- fn_compound_name_suffix ( Index Term Link )
  -- FN_compound_name_t ( Index Term Link )
  -- fn_string_from_compound_name ( Index Term Link )
 
 xfn_compound_names -- XFN compound syntax: an overview of XFN model for compound name parsing ( Index Term Link )
 
 an XFN context -- FN_ctx_t ( Index Term Link )
 
 an XFN identifier -- FN_identifier_t ( Index Term Link )
 
 XFN reference
  -- fn_ref_addrcount ( Index Term Link )
  -- fn_ref_append_addr ( Index Term Link )
  -- fn_ref_assign ( Index Term Link )
  -- fn_ref_copy ( Index Term Link )
  -- fn_ref_create ( Index Term Link )
  -- fn_ref_create_link ( Index Term Link )
  -- fn_ref_delete_addr ( Index Term Link )
  -- fn_ref_delete_all ( Index Term Link )
  -- fn_ref_description ( Index Term Link )
  -- fn_ref_destroy ( Index Term Link )
  -- fn_ref_first ( Index Term Link )
  -- fn_ref_insert_addr ( Index Term Link )
  -- fn_ref_is_link ( Index Term Link )
  -- fn_ref_link_name ( Index Term Link )
  -- fn_ref_next ( Index Term Link )
  -- fn_ref_prepend_addr ( Index Term Link )
  -- FN_ref_t ( Index Term Link )
  -- fn_ref_type ( Index Term Link )
 
 xfn_status_codes -- descriptions of XFN status codes ( Index Term Link )
  XFN Status Codes ( Index Term Link )
 
 XFN status object
  -- fn_status_advance_by_name ( Index Term Link )
  -- fn_status_append_remaining_name ( Index Term Link )
  -- fn_status_append_resolved_name ( Index Term Link )
  -- fn_status_assign ( Index Term Link )
  -- fn_status_code ( Index Term Link )
  -- fn_status_copy ( Index Term Link )
  -- fn_status_create ( Index Term Link )
  -- fn_status_description ( Index Term Link )
  -- fn_status_destroy ( Index Term Link )
  -- fn_status_diagnostic_message ( Index Term Link )
  -- fn_status_is_success ( Index Term Link )
  -- fn_status_link_code ( Index Term Link )
  -- fn_status_link_diagnostic_message ( Index Term Link )
  -- fn_status_link_remaining_name ( Index Term Link )
  -- fn_status_link_resolved_name ( Index Term Link )
  -- fn_status_link_resolved_ref ( Index Term Link )
  -- fn_status_remaining_name ( Index Term Link )
  -- fn_status_resolved_name ( Index Term Link )
  -- fn_status_resolved_ref ( Index Term Link )
  -- fn_status_set ( Index Term Link )
  -- fn_status_set_code ( Index Term Link )
  -- fn_status_set_diagnostic_message ( Index Term Link )
  -- fn_status_set_link_code ( Index Term Link )
  -- fn_status_set_link_diagnostic_message ( Index Term Link )
  -- fn_status_set_link_remaining_name ( Index Term Link )
  -- fn_status_set_link_resolved_name ( Index Term Link )
  -- fn_status_set_link_resolved_ref ( Index Term Link )
  -- fn_status_set_remaining_name ( Index Term Link )
  -- fn_status_set_resolved_name ( Index Term Link )
  -- fn_status_set_resolved_ref ( Index Term Link )
  -- fn_status_set_success ( Index Term Link )
  -- FN_status_t ( Index Term Link )
    
Y
 
 y0 -- Bessel functions of the second kind ( Index Term Link )
 
 y1 -- Bessel functions of the second kind ( Index Term Link )
 
 yield processor -- sched_yield ( Index Term Link )
 
 yn -- Bessel functions of the second kind ( Index Term Link )