Skip to content
>_
BetterMan
Home
Search
Licenses
Search…
⌘K
Loading…
Home
Search
Bookmarks
Section 3 — BetterMan
3
—
Library Calls
1,676 pages
Search
P
profil(3)
execution time profile
↵
program_invocation_name(3)
obtain name used to invoke calling program
↵
program_invocation_short_name(3)
obtain name used to invoke calling program
↵
psiginfo(3)
print signal description
↵
psignal(3)
print signal description
↵
pthread_atfork(3)
register fork handlers
↵
pthread_attr_destroy(3)
initialize and destroy thread attributes object
↵
pthread_attr_getaffinity_np(3)
set/get CPU affinity attribute in thread attributes object
↵
pthread_attr_getdetachstate(3)
set/get detach state attribute in thread attributes object
↵
pthread_attr_getguardsize(3)
set/get guard size attribute in thread attributes object
↵
pthread_attr_getinheritsched(3)
set/get inherit-scheduler attribute in thread attributes object
↵
pthread_attr_getschedparam(3)
set/get scheduling parameter attributes in thread attributes object
↵
pthread_attr_getschedpolicy(3)
set/get scheduling policy attribute in thread attributes object
↵
pthread_attr_getscope(3)
set/get contention scope attribute in thread attributes object
↵
pthread_attr_getsigmask_np(3)
set/get signal mask attribute in thread attributes object
↵
pthread_attr_getstack(3)
set/get stack attributes in thread attributes object
↵
pthread_attr_getstackaddr(3)
set/get stack address attribute in thread attributes object
↵
pthread_attr_getstacksize(3)
set/get stack size attribute in thread attributes object
↵
pthread_attr_init(3)
initialize and destroy thread attributes object
↵
pthread_attr_setaffinity_np(3)
set/get CPU affinity attribute in thread attributes object
↵
pthread_attr_setdetachstate(3)
set/get detach state attribute in thread attributes object
↵
pthread_attr_setguardsize(3)
set/get guard size attribute in thread attributes object
↵
pthread_attr_setinheritsched(3)
set/get inherit-scheduler attribute in thread attributes object
↵
pthread_attr_setschedparam(3)
set/get scheduling parameter attributes in thread attributes object
↵
pthread_attr_setschedpolicy(3)
set/get scheduling policy attribute in thread attributes object
↵
pthread_attr_setscope(3)
set/get contention scope attribute in thread attributes object
↵
pthread_attr_setsigmask_np(3)
set/get signal mask attribute in thread attributes object
↵
pthread_attr_setstack(3)
set/get stack attributes in thread attributes object
↵
pthread_attr_setstackaddr(3)
set/get stack address attribute in thread attributes object
↵
pthread_attr_setstacksize(3)
set/get stack size attribute in thread attributes object
↵
pthread_cancel(3)
send a cancelation request to a thread
↵
pthread_cleanup_pop(3)
push and pop thread cancelation clean-up handlers
↵
pthread_cleanup_pop_restore_np(3)
push and pop thread cancelation clean-up handlers while saving cancelability type
↵
pthread_cleanup_push(3)
push and pop thread cancelation clean-up handlers
↵
pthread_cleanup_push_defer_np(3)
push and pop thread cancelation clean-up handlers while saving cancelability type
↵
pthread_condattr_destroy(3)
condition creation attributes
↵
pthread_condattr_init(3)
condition creation attributes
↵
pthread_cond_broadcast(3)
operations on conditions
↵
pthread_cond_destroy(3)
operations on conditions
↵
pthread_cond_init(3)
operations on conditions
↵
pthread_cond_signal(3)
operations on conditions
↵
pthread_cond_timedwait(3)
operations on conditions
↵
pthread_cond_wait(3)
operations on conditions
↵
pthread_create(3)
create a new thread
↵
pthread_detach(3)
detach a thread
↵
pthread_equal(3)
compare thread IDs
↵
pthread_exit(3)
terminate calling thread
↵
pthread_getaffinity_np(3)
set/get CPU affinity of a thread
↵
pthread_getattr_default_np(3)
get or set default thread-creation attributes
↵
pthread_getattr_np(3)
get attributes of created thread
↵
pthread_getconcurrency(3)
set/get the concurrency level
↵
pthread_getcpuclockid(3)
retrieve ID of a thread's CPU time clock
↵
pthread_getname_np(3)
set/get the name of a thread
↵
pthread_getschedparam(3)
set/get scheduling policy and parameters of a thread
↵
pthread_getspecific(3)
management of thread-specific data
↵
pthread_join(3)
join with a terminated thread
↵
pthread_key_create(3)
management of thread-specific data
↵
pthread_key_delete(3)
management of thread-specific data
↵
pthread_kill(3)
send a signal to a thread
↵
pthread_kill_other_threads_np(3)
terminate all other threads in process
↵
pthread_mutexattr_destroy(3)
initialize and destroy a mutex attributes object
↵
pthread_mutexattr_getkind_np(3)
deprecated mutex creation attributes
↵
pthread_mutexattr_getpshared(3)
get/set process-shared mutex attribute
↵
pthread_mutexattr_getrobust(3)
get and set the robustness attribute of a mutex attributes object
↵
pthread_mutexattr_getrobust_np(3)
get and set the robustness attribute of a mutex attributes object
↵
pthread_mutexattr_gettype(3)
initialize and destroy a mutex attributes object
↵
pthread_mutexattr_init(3)
initialize and destroy a mutex attributes object
↵
pthread_mutexattr_setkind_np(3)
deprecated mutex creation attributes
↵
pthread_mutexattr_setpshared(3)
get/set process-shared mutex attribute
↵
pthread_mutexattr_setrobust(3)
get and set the robustness attribute of a mutex attributes object
↵
pthread_mutexattr_setrobust_np(3)
get and set the robustness attribute of a mutex attributes object
↵
pthread_mutexattr_settype(3)
initialize and destroy a mutex attributes object
↵
pthread_mutex_consistent(3)
make a robust mutex consistent
↵
pthread_mutex_consistent_np(3)
make a robust mutex consistent
↵
pthread_mutex_destroy(3)
operations on mutexes
↵
pthread_mutex_init(3)
operations on mutexes
↵
pthread_mutex_lock(3)
operations on mutexes
↵
pthread_mutex_trylock(3)
operations on mutexes
↵
pthread_mutex_unlock(3)
operations on mutexes
↵
pthread_once(3)
once-only initialization
↵
pthread_rwlockattr_getkind_np(3)
set/get the read-write lock kind of the thread read-write lock attribute object
↵
pthread_rwlockattr_setkind_np(3)
set/get the read-write lock kind of the thread read-write lock attribute object
↵
pthread_self(3)
obtain ID of the calling thread
↵
pthread_setaffinity_np(3)
set/get CPU affinity of a thread
↵
pthread_setattr_default_np(3)
get or set default thread-creation attributes
↵
pthread_setcancelstate(3)
set cancelability state and type
↵
pthread_setcanceltype(3)
set cancelability state and type
↵
pthread_setconcurrency(3)
set/get the concurrency level
↵
pthread_setname_np(3)
set/get the name of a thread
↵
pthread_setschedparam(3)
set/get scheduling policy and parameters of a thread
↵
pthread_setschedprio(3)
set scheduling priority of a thread
↵
pthread_setspecific(3)
management of thread-specific data
↵
pthread_sigmask(3)
examine and change mask of blocked signals
↵
pthread_sigqueue(3)
queue a signal and data to a thread
↵
pthread_spin_destroy(3)
initialize or destroy a spin lock
↵
pthread_spin_init(3)
initialize or destroy a spin lock
↵
pthread_spin_lock(3)
lock and unlock a spin lock
↵
pthread_spin_trylock(3)
lock and unlock a spin lock
↵
pthread_spin_unlock(3)
lock and unlock a spin lock
↵
pthread_testcancel(3)
request delivery of any pending cancelation request
↵
pthread_timedjoin_np(3)
try to join with a terminated thread
↵
pthread_tryjoin_np(3)
try to join with a terminated thread
↵
pthread_yield(3)
yield the processor
↵
ptsname(3)
get the name of the slave pseudoterminal
↵
ptsname_r(3)
get the name of the slave pseudoterminal
↵
putc(3)
output of characters and strings
↵
putchar(3)
output of characters and strings
↵
putchar_unlocked(3)
nonlocking stdio functions
↵
putc_unlocked(3)
nonlocking stdio functions
↵
putenv(3)
change or add an environment variable
↵
putgrent(3)
write a group database entry to a file
↵
putpwent(3)
write a password file entry
↵
puts(3)
output of characters and strings
↵
putspent(3)
get shadow password file entry
↵
pututline(3)
access utmp file entries
↵
pututxline(3)
access utmp file entries
↵
putw(3)
input and output of words (ints)
↵
putwc(3)
write a wide character to a FILE stream
↵
putwchar(3)
write a wide character to standard output
↵
putwchar_unlocked(3)
nonlocking stdio functions
↵
putwc_unlocked(3)
nonlocking stdio functions
↵
pvalloc(3)
allocate aligned memory
↵
Q
qecvt(3)
convert a floating-point number to a string
↵
qecvt_r(3)
convert a floating-point number to a string
↵
qfcvt(3)
convert a floating-point number to a string
↵
qfcvt_r(3)
convert a floating-point number to a string
↵
qgcvt(3)
convert a floating-point number to a string
↵
R
raise(3)
send a signal to the caller
↵
rand(3)
pseudo-random number generator
↵
random(3)
random number generator
↵
random_r(3)
reentrant random number generator
↵
rand_r(3)
pseudo-random number generator
↵
S
scalb(3)
multiply floating-point number by integral power of radix (OBSOLETE)
↵
scalbf(3)
multiply floating-point number by integral power of radix (OBSOLETE)
↵
scalbl(3)
multiply floating-point number by integral power of radix (OBSOLETE)
↵
Showing 1001-1200 of 1,676 results.
Previous
Next
qsort(3)
sort an array
↵
qsort_r(3)
sort an array
↵
queue(3)
↵
rawmemchr(3)
scan memory for a character
↵
rcmd(3)
routines for returning a stream to a remote command
↵
rcmd_af(3)
routines for returning a stream to a remote command
↵
readdir(3)
read a directory
↵
readdir_r(3)
read a directory
↵
realloc(3)
allocate and free dynamic memory
↵
reallocarray(3)
allocate and free dynamic memory
↵
realpath(3)
return the canonicalized absolute pathname
↵
recno(3)
record number database access method
↵
re_comp(3)
BSD regex functions
↵
re_exec(3)
BSD regex functions
↵
regcomp(3)
POSIX regex functions
↵
regerror(3)
POSIX regex functions
↵
regex(3)
POSIX regex functions
↵
regexec(3)
POSIX regex functions
↵
regfree(3)
POSIX regex functions
↵
register_printf_modifier(3)
define custom behavior for printf-like functions
↵
register_printf_specifier(3)
define custom behavior for printf-like functions
↵
register_printf_type(3)
define custom behavior for printf-like functions
↵
registerrpc(3)
library routines for remote procedure calls
↵
remainder(3)
floating-point remainder function
↵
remainderf(3)
floating-point remainder function
↵
remainderl(3)
floating-point remainder function
↵
remove(3)
remove a file or directory
↵
remque(3)
insert/remove an item from a queue
↵
remquo(3)
remainder and part of quotient
↵
remquof(3)
remainder and part of quotient
↵
remquol(3)
remainder and part of quotient
↵
res_init(3)
resolver routines
↵
res_mkquery(3)
resolver routines
↵
res_nclose(3)
resolver routines
↵
res_ninit(3)
resolver routines
↵
res_nmkquery(3)
resolver routines
↵
res_nquery(3)
resolver routines
↵
res_nquerydomain(3)
resolver routines
↵
res_nsearch(3)
resolver routines
↵
res_nsend(3)
resolver routines
↵
resolver(3)
resolver routines
↵
res_query(3)
resolver routines
↵
res_querydomain(3)
resolver routines
↵
res_search(3)
resolver routines
↵
res_send(3)
resolver routines
↵
rewind(3)
reposition a stream
↵
rewinddir(3)
reset directory stream
↵
rexec(3)
return stream to a remote command
↵
rexec_af(3)
return stream to a remote command
↵
rindex(3)
locate character in string
↵
rint(3)
round to nearest integer
↵
rintf(3)
round to nearest integer
↵
rintl(3)
round to nearest integer
↵
round(3)
round to nearest integer, away from zero
↵
roundf(3)
round to nearest integer, away from zero
↵
roundl(3)
round to nearest integer, away from zero
↵
roundup(3)
round up in steps
↵
rpc(3)
library routines for remote procedure calls
↵
rpmatch(3)
determine if the answer to a question is affirmative or negative
↵
rresvport(3)
routines for returning a stream to a remote command
↵
rresvport_af(3)
routines for returning a stream to a remote command
↵
rtime(3)
get time from a remote machine
↵
rtnetlink(3)
macros to manipulate rtnetlink messages
↵
ruserok(3)
routines for returning a stream to a remote command
↵
ruserok_af(3)
routines for returning a stream to a remote command
↵