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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 a64l(3) -- convert between a long integer and a base-64 ASCII string
    The a64l() and l64a() functions convert between a long integer and its base-64 ASCII string representation. The characters used to represent ``digits'' are `.' for 0, `/' for 1, `0' - `9' for 2 ...
 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. Calling the abort() function results in temporary f...
 abs(3) -- integer absolute value function
    The abs() function computes the absolute value of the integer j.
 acos(3) -- arc cosine function
    The acos() and acosf() functions compute the principal value of the arc cosine of x in the range [0, pi].
 acosf(3) -- arc cosine function
    The acos() and acosf() functions compute the principal value of the arc cosine of x in the range [0, pi].
 acosh(3) -- inverse hyperbolic cosine function
    The acosh() and acoshf() functions compute the inverse hyperbolic cosine of the real argument x.
 acoshf(3) -- inverse hyperbolic cosine function
    The acosh() and acoshf() functions compute the inverse hyperbolic cosine of the real argument x.
 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 "dotted quad" notation. The inet_pton() function converts...
 alarm(3) -- set signal timer alarm
    This interface is made obsolete by setitimer(2). The alarm() function sets a timer to deliver the signal SIGALRM to the calling proccess seconds after the call to alarm(). If an alarm has already been...
 alloca(3) -- memory allocator
    The alloca() function allocates size bytes of space in the stack frame of the caller. This temporary space is automatically freed on return.
 alphasort(3) -- scan a directory
    The scandir() function reads the directory dirname and builds an array of pointers to directory entries using malloc(3). It returns the number of entries in the array. A pointer to the array of direct...
 asctime(3) -- convert date and time to ASCII
    ctime() converts a long integer, pointed to by clock, representing the time in seconds since 00:00:00 UTC, 1970-01-01, and returns a pointer to a 26-character string of the form Thu Nov 24 18:22:48 19...
 asctime_r(3) -- convert date and time to ASCII
    ctime() converts a long integer, pointed to by clock, representing the time in seconds since 00:00:00 UTC, 1970-01-01, and returns a pointer to a 26-character string of the form Thu Nov 24 18:22:48 19...
 asin(3) -- arc sine function
    The asin() and asinf() functions compute the principal value of the arc sine of x in the range [-pi/2, +pi/2].
 asinf(3) -- arc sine function
    The asin() and asinf() functions compute the principal value of the arc sine of x in the range [-pi/2, +pi/2].
<<  [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