- a64l
-
convert between a 32-bit integer and a radix-64 ASCII
string
- abort
-
generate an abnormal process abort
- abs
-
return an integer absolute value
- accept
-
accept a new connection on a socket
- access
-
determine accessibility of a file
- acos
-
arc cosine functions
- acosf
-
See acos.3posix
- acosh
-
inverse hyperbolic cosine functions
- acoshf
-
See acosh.3posix
- acoshl
-
See acosh.3posix
- acosl
-
See acos.3posix
- aio_cancel
-
cancel an asynchronous I/O request (REALTIME)
- aio_error
-
retrieve errors status for an asynchronous I/O operation
(REALTIME)
- aio_fsync
-
asynchronous file synchronization (REALTIME)
- aio_read
-
asynchronous read from a file (REALTIME)
- aio_return
-
retrieve return status of an asynchronous I/O operation
(REALTIME)
- aio_suspend
-
wait for an asynchronous I/O request (REALTIME)
- aio_write
-
asynchronous write to a file (REALTIME)
- alarm
-
schedule an alarm signal
- asctime
-
convert date and time to a string
- asctime_r
-
See asctime.3posix
- asin
-
arc sine function
- asinf
-
See asin.3posix
- asinh
-
inverse hyperbolic sine functions
- asinhf
-
See asinh.3posix
- asinhl
-
See asinh.3posix
- asinl
-
See asin.3posix
- assert
-
insert program diagnostics
- atan
-
arc tangent function
- atan2
-
arc tangent functions
- atan2f
-
See atan2.3posix
- atan2l
-
See atan2.3posix
- atanf
-
See atan.3posix
- atanh
-
inverse hyperbolic tangent functions
- atanhf
-
See atanh.3posix
- atanhl
-
See atanh.3posix
- atanl
-
See atan.3posix
- atexit
-
register a function to run at process termination
- atof
-
convert a string to a double-precision number
- atoi
-
convert a string to an integer
- atol
-
convert a string to a long integer
- atoll
-
See atol.3posix
- basename
-
return the last component of a pathname
- bcmp
-
memory operations (LEGACY)
- bcopy
-
memory operations (LEGACY)
- bind
-
bind a name to a socket
- bsd_signal
-
simplified signal facilities
- bsearch
-
binary search a sorted table
- btowc
-
single byte to wide character conversion
- bzero
-
memory operations (LEGACY)