*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 a64l(3) -- convert between 32-bit integer and radix-64 ASCII string
    The a64l() and l64a() functions are used to maintain numbers stored in radix-64 ASCII characters. This is a notation by which 32-bit integers can be represented by up to six characters; each character...
 abort(3) -- cause abnormal program termination
    The abort() function causes abnormal program termination to occur, unless the signal SIGABRT is being caught and the signal handler does not return. Any open streams are flushed and closed.
 abs(3) -- integer absolute value function
    The abs() function computes the absolute value of the integer j.
 acos(3) -- arc cosine functions
    The acos() function computes the principal value of the arc cosine of x in the range [0, pi]. The acosf() is a single precision version of acos().
 acosf(3) -- arc cosine functions
    The acos() function computes the principal value of the arc cosine of x in the range [0, pi]. The acosf() is a single precision version of acos().
 acosh(3) -- inverse hyperbolic cosine functions
    The acosh() function computes the inverse hyperbolic cosine of the real argument x. The acoshf() function is a single precision version of acosh().
 acoshf(3) -- inverse hyperbolic cosine functions
    The acosh() function computes the inverse hyperbolic cosine of the real argument x. The acoshf() function is a single precision version of acosh().
 acss(3) -- ACSS encryption
    This library implements the Alleged Content Scrambling System. It is believed to be interoperable with CSS of the DVD Copy Control Association. ACSS is a stream cipher with a fixed key length of 40 bi...
 acss_setkey(3) -- ACSS encryption
    This library implements the Alleged Content Scrambling System. It is believed to be interoperable with CSS of the DVD Copy Control Association. ACSS is a stream cipher with a fixed key length of 40 bi...
 addch(3) -- add a character (with attributes) to a curses window, then advance the cursor
    The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad...
 addchnstr(3) -- add a string of characters (and attributes) to a curses window
    These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
 addchstr(3) -- add a string of characters (and attributes) to a curses window
    These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
 addnstr(3) -- add a string of characters to a curses window and advance cursor
    These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...
 addr(3) -- Internet address manipulation routines
    The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard `.' notation. The inet_pton() function converts a presenta...
 addstr(3) -- add a string of characters to a curses window and advance cursor
    These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
[Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service