HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)

__________________________________________________________________________________________________________
__________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/FLIT/FOUT.man3.tocprint
__________________________________
___ ___
Table of Contents
Volumes Six and Seven
Section 3: Library Functions
Entry Name(Section): name Description
intro(3) ................................................................................................. introduction to subroutines and libraries
a64l(3C): a64l(), l64a(), l64a_r() ......................... convert between long integer and base-64 ASCII string
abort(3C): abort() .......................................................................................... generate a software abort fault
abs(3C): abs(), abs() ........................................................................................ return integer absolute value
aclentrystart(): convert string to access control list (ACL) structure ................................... see strtoacl(3C)
aclsort(3C): aclsort ................................................................................................. sort ACL entries on JFS
acltostr(3C): acltostr() ......................................... convert access control list (ACL) structure to string form
acos(3M): acos(), acosf() ............................................................................................... arccosine functions
acosd(3M): acosd(), acosdf() .................................................................. degree-valued arccosine functions
acosdf(): arccosine function (float, degrees) ............................................................................. see acosd(3M)
acosf(): arccosine function (float) ............................................................................................... see acos(3M)
acosh(3M): acosh() .................................................................................... inverse hyperbolic cosine function
addch(3X): addch(), mvaddch(), mvwaddch(), waddch()
........................................ add a single-byte character and rendition to a window and advance the cursor
addchnstr(3X): mvaddchnstr(), mvwaddchnstr(), waddchnstr()
......................................... add length limited string of single-byte characters and renditions to a window
addchstr(3X): mvaddchstr(), mvwaddchstr(), waddchstr()
............................................................... add string of single-byte characters and renditions to a window
addmntent(): get file system descriptor file entry ............................................................. see getmntent(3X)
addnstr(3X): addstr(), mvaddnstr(), mvaddstr(), mvwaddnstr(), mvwaddstr(), waddnstr(),
waddstr() ........ add a string of multi-byte characters without rendition to a window and advance cursor
addnwstr(3X): addnwstr(), addwstr(), mvaddnwstr(), mvaddwstr(), mvwaddnwstr(), mvwaddwstr(),
waddnwstr(), waddwstr() .................. add a wide-character string to a window and advance the cursor
addsev(3C): addsev() ........................................................................................... define additional severities
addstr(): add a string of multi-byte characters without rendition to a window and advance
cursor ............................................................................................................................ see addnstr(3X)
addwstr(): add a wide-character string to a window and advance the cursor ........................ see addnwstr(3X)
add_wch(3X): add_wch(), mvadd_wch(), mvwadd_wch(),
wadd_ch() ............................................................... add a complex character and rendition to a window
add_wchnstr(3X): add_wchstr(), mvadd_wchnstr(), mvadd_wchstr(), mvwadd_wchnstr(),
mvwadd_wchstr(), wadd_wchnstr(), wadd_wchstr()
............................................................... add an array of complex characters and renditions to a window
add_wchstr(): add an array of complex characters and renditions to a window .............. see add_wchnstr(3X)
ADVANCE(): process 16-bit characters ................................................................................ see nl_tools_16(3X)
advance(): regular expression compile and match routines ..................................................... see regexp(3X)
alloca(): allocate space from the stack ................................................................................... see malloc(3C)
alphasort() - sort a directory pointer array ............................................................................ see scandir(3C)
asctime(): convert date and time to string ............................................................................... see ctime(3C)
asctime_r(): convert date and time to string ........................................................................... see ctime(3C)
asin(3M): asin(), asinf() ................................................................................................... arcsine functions
asind(3M): asind(), asindf() ...................................................................... degree-valued arcsine functions
asindf(): arcsine function (float, degrees) ................................................................................ see asind(3M)
asinf(): arcsine function (float) .................................................................................................. see asin(3M)
asinh(3M): asinh() ........................................................................................ inverse hyperbolic sine function
assert(3X): assert() ................................................................................................ verify program assertion
atan(3M): atan(), atanf() ............................................................................................. arctangent functions
atan2(3M): atan2(), atan2f() ................................................................. arctangent-and-quadrant functions
atan2d(3M): atan2d(), atan2df() .................................... degree-valued arctangent-and-quadrant functions
atan2df(): arctangent-and-quadrant function (float, degrees) ................................................ see atan2d(3M)
atan2f(): arctangent-and-quadrant function (float) .................................................................. see atan2(3M)
atand(3M): atand(), atandf() ................................................................ degree-valued arctangent functions
atandf(): arctangent function (float, degrees) .......................................................................... see atand(3M)
atanf(): arctangent function (float) ............................................................................................ see atan(3M)
atanh(3M): atanh() ................................................................................. inverse hyperbolic tangent function
atexit(2): atexit() ..................................................... register a function to be called at program termination
HP-UX Release 11i: December 2000 Hewlett-Packard Company vii
____ ____