3

Library Functions

Section 3 of the manual describes all library functions excluding the library functions (system call wrappers) described in section 2, which implement system calls.Many of the functions described in the section are part of the Standard C Library (libc). Some functions are part of other libraries (e.g., the math library, libm, or the real-time library, librt) in which case the manual page will indicate the linker option needed to link against the required library (e.g., -lm and -lrt, respectively, for the aforementioned libraries).

Top 5 commands

Command Description Lookups
1 strncpy copy a string
2 pthread_create create a new thread
3 execvp execute a file
4 sleep sleep for the specified number of seconds
5 open open a file

All commands4602

  • Command
  • Description
a64l
convert between long and base-64
abort
cause abnormal process termination
abs
compute the absolute value of an integer
acl_add_perm
add a permission to an ACL permission set
acl_calc_mask
calculate the file group class mask
acl_check
check an ACL for validity
acl_clear_perms
clear all permissions from an ACL permission set
acl_cmp
compare two ACLs
acl_copy_entry
copy an ACL entry
acl_copy_ext
copy an ACL from internal to external representation
acl_copy_int
copy an ACL from external to internal representation
acl_create_entry
create a new ACL entry
acl_delete_def_file
delete a default ACL by filename
acl_delete_entry
delete an ACL entry
acl_delete_perm
delete a permission from an ACL permission set
acl_dup
duplicate an ACL
acl_entries
return the number of entries in an ACL
acl_equiv_mode
check for an equivalent ACL
acl_error
convert an ACL error code to a text message
acl_extended_fd
test for information in the ACL by file descriptor
acl_extended_file
test for information in ACLs by file name
acl_extended_file_nofollow
test for information in ACLs by file name
acl_free
release memory allocated to an ACL data object
acl_from_mode
create an ACL from file permission bits
acl_from_text
create an ACL from text
acl_get_entry
get an ACL entry
acl_get_fd
get an ACL by file descriptor
acl_get_file
get an ACL by filename
acl_get_perm
test for a permission in an ACL permission set
acl_get_permset
retrieve the permission set from an ACL entry
acl_get_qualifier
retrieve the qualifier from an ACL entry
acl_get_tag_type
get the tag type of an ACL entry
acl_init
initialize ACL working storage
acl_set_fd
set an ACL by file descriptor
acl_set_file
set an ACL by filename
acl_set_permset
set the permission set in an ACL entry
acl_set_qualifier
set the qualifier of an ACL entry
acl_set_tag_type
set the tag type of an ACL entry
acl_size
get the size of the external representation of an ACL
acl_to_any_text
convert an ACL to text
acl_to_text
convert an ACL to text
acl_valid
validate an ACL
acos
arc cosine function
acosf
arc cosine function
acosh
inverse hyperbolic cosine function
acoshf
inverse hyperbolic cosine function
acoshl
inverse hyperbolic cosine function
acosl
arc cosine function
addmntent
get filesystem descriptor file entry
addseverity
introduce new severity classes
adjtime
correct the time to synchronize the system clock
__after_morecore_hook
malloc debugging variables
aio_cancel
cancel an outstanding asynchronous I/O request
aio_error
get error status of asynchronous I/O operation
aio_fsync
asynchronous file synchronization
aio_init
asynchronous I/O initialization
aio_read
asynchronous read
aio_return
get return status of asynchronous I/O operation
aio_suspend
wait for asynchronous I/O operation or timeout
aio_write
asynchronous write
aligned_alloc
allocate aligned memory
alloca
allocate memory that is automatically freed
alphasort
scan a directory for matching entries
argz
functions to handle an argz list
argz_add
functions to handle an argz list
argz_add_sep
functions to handle an argz list
argz_append
functions to handle an argz list
argz_count
functions to handle an argz list
argz_create
functions to handle an argz list
argz_create_sep
functions to handle an argz list
argz_delete
functions to handle an argz list
argz_extract
functions to handle an argz list
argz_insert
functions to handle an argz list
argz_next
functions to handle an argz list
argz_replace
functions to handle an argz list
argz_stringify
functions to handle an argz list
asctime
transform date and time to broken-down time or ASCII
asctime_r
transform date and time to broken-down time or ASCII
asin
arc sine function
asinf
arc sine function
asinh
inverse hyperbolic sine function
asinhf
inverse hyperbolic sine function
asinhl
inverse hyperbolic sine function
asinl
arc sine function
asprintf
print to allocated string
assert
abort the program if assertion is false
assert_perror
test errnum and abort
atan
arc tangent function
atan2
arc tangent function of two variables
atan2f
arc tangent function of two variables
atan2l
arc tangent function of two variables
atanf
arc tangent function
atanh
inverse hyperbolic tangent function
atanhf
inverse hyperbolic tangent function
atanhl
inverse hyperbolic tangent function
atanl
arc tangent function
atexit
register a function to be called at normal process termination
atof
convert a string to a double
atoi
convert a string to an integer
atol
convert a string to an integer
atoll
convert a string to an integer
atoq
convert a string to an integer
attr_get
get the value of a user attribute of a filesystem object
attr_getf
get the value of a user attribute of a filesystem object
attr_list
list the names of the user attributes of a filesystem object
attr_list_by_handle
file handle operations
attr_listf
list the names of the user attributes of a filesystem object
attr_multi
manipulate multiple user attributes on a filesystem object at once
attr_multi_by_handle
file handle operations
attr_multif
manipulate multiple user attributes on a filesystem object at once
attr_remove
remove a user attribute of a filesystem object
attr_removef
remove a user attribute of a filesystem object
attr_set
set the value of a user attribute of a filesystem object
attr_setf
set the value of a user attribute of a filesystem object
audit_add_rule_data
Add new audit rule
audit_add_watch
create a rule layout for a watch
audit_delete_rule_data
Delete audit rule
audit_detect_machine
Detects the current machine type
audit_encode_nv_string
encode a name/value pair in a string
audit_getloginuid
Get a program's loginuid value
audit_get_reply
Get the audit system's reply
audit_get_session
Get a program's login session id value
audit_log_acct_message
log a user account message
audit_log_semanage_message
log a semanage message
audit_log_user_avc_message
log a user avc message
audit_log_user_command
log a user command
audit_log_user_comm_message
log a user message from a console app
audit_log_user_message
log a general user message
audit_open
Open a audit netlink socket connection
audit_request_rules_list_data
Request list of current audit rules
audit_request_signal_info
Request signal info for the audit system
audit_request_status
Request status of the audit system
audit_set_backlog_limit
Set the audit backlog limit
audit_set_backlog_wait_time
Set the audit backlog wait time
audit_set_enabled
Enable or disable auditing
audit_set_failure
Set audit failure flag
audit_setloginuid
Set a program's loginuid value
audit_set_pid
Set audit daemon process ID
audit_set_rate_limit
Set audit rate limit
audit_update_watch_perms
update permissions field of watch command
auparse_add_callback
add a callback handler for notifications
auparse_destroy
release instance of parser
auparse_feed
feed data into parser
auparse_feed_age_events
check events for complete based on time.
auparse_feed_has_data
check if there is any data accumulating that might need flushing.
auparse_find_field
search for field name
auparse_find_field_next
find next occurrence of field name
auparse_first_field
reposition field cursor
auparse_first_record
reposition record cursor
auparse_flush_feed
flush any unconsumed feed data through parser.
auparse_get_field_int
get current field's value as an int
auparse_get_field_name
get current field's name
auparse_get_field_num
get current field cursor location
auparse_get_field_str
get current field's value
auparse_get_field_type
get current field's data type
auparse_get_filename
get the filename where record was found
auparse_get_line_number
get line number where record was found
auparse_get_milli
get the millisecond value of the event
auparse_get_node
get the event's machine node name
auparse_get_num_fields
get the number of fields
auparse_get_num_records
get the number of records
auparse_get_record_num
get current record cursor location
auparse_get_record_text
access unparsed record data
auparse_get_serial
get the event's serial number
auparse_get_time
get event's time
auparse_get_timestamp
access timestamp of the event
auparse_get_type
get record's type
auparse_get_type_name
get record's type translation
auparse_goto_field_num
move field cursor to specific field
auparse_goto_record_num
move record cursor to specific record
auparse_init
initialize an instance of the audit parsing library
auparse_interpret_field
auparse_next_event
get the next event
auparse_next_field
move field cursor
auparse_next_record
move record cursor
auparse_node_compare
compares node name values
auparse_normalize
normalize the current event
auparse_normalize_functions
auparse_reset
reset audit parser instance
auparse_set_escape_mode
choose escape method
auparse_timestamp_compare
compares timestamp values
ausearch_add_expression
build up search expression
ausearch_add_interpreted_item
build up search rule
ausearch_add_item
build up search rule
ausearch_add_regex
use regular expression search rule
ausearch_add_timestamp_item
build up search rule
ausearch_add_timestamp_item_ex
build up search rule
ausearch_clear
clear search parameters
ausearch_next_event
find the next event that meets search criteria
ausearch_set_stop
set the cursor position
auth_destroy
library routines for remote procedure calls
authnone_create
library routines for remote procedure calls
authunix_create
library routines for remote procedure calls
authunix_create_default
library routines for remote procedure calls
avc_add_callback
additional event notification for SELinux userspace object managers
avc_audit
obtain and audit SELinux access decisions
avc_av_stats
obtain userspace SELinux AVC statistics
avc_cache_stats
obtain userspace SELinux AVC statistics
avc_cleanup
userspace SELinux AVC setup and teardown
avc_compute_create
obtain SELinux label for new object
avc_compute_member
obtain SELinux label for new object
avc_context_to_sid
obtain and manipulate SELinux security ID's
avc_destroy
userspace SELinux AVC setup and teardown
avc_entry_ref_init
obtain and audit SELinux access decisions
avc_get_initial_context
obtain and manipulate SELinux security ID's
avc_get_initial_sid
obtain and manipulate SELinux security ID's
avc_has_perm
obtain and audit SELinux access decisions
avc_has_perm_noaudit
obtain and audit SELinux access decisions
avc_init
legacy userspace SELinux AVC setup
avc_netlink_acquire_fd
SELinux netlink processing
avc_netlink_check_nb
SELinux netlink processing
avc_netlink_close
SELinux netlink processing
avc_netlink_loop
SELinux netlink processing
avc_netlink_open
SELinux netlink processing
avc_netlink_release_fd
SELinux netlink processing
avc_open
userspace SELinux AVC setup and teardown
avc_reset
userspace SELinux AVC setup and teardown
avc_sid_stats
obtain userspace SELinux AVC statistics
avc_sid_to_context
obtain and manipulate SELinux security ID's
backtrace
support for application self-debugging
backtrace_symbols
support for application self-debugging
backtrace_symbols_fd
support for application self-debugging
bcmp
compare byte sequences
bcopy
copy byte sequence
be16toh
convert values between host and big-/little-endian byte order
be32toh
convert values between host and big-/little-endian byte order
be64toh
convert values between host and big-/little-endian byte order
ber_alloc_t
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_bvarray_add
OpenLDAP LBER types and allocation functions
ber_bvarray_free
OpenLDAP LBER types and allocation functions
ber_bvdup
OpenLDAP LBER types and allocation functions
ber_bvecadd
OpenLDAP LBER types and allocation functions
ber_bvecfree
OpenLDAP LBER types and allocation functions
ber_bvfree
OpenLDAP LBER types and allocation functions
ber_bvstr
OpenLDAP LBER types and allocation functions
ber_bvstrdup
OpenLDAP LBER types and allocation functions
ber_dupbv
OpenLDAP LBER types and allocation functions
ber_first_element
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_flush
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_free
OpenLDAP LBER types and allocation functions
ber_get_bitstring
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_boolean
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_enum
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_int
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_next
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_null
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_stringa
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_get_stringb
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_next_element
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_peek_tag
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_printf
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_enum
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_int
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_null
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_ostring
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_seq
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_set
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_put_string
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_scanf
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_skip_tag
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
ber_start_set
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
ber_str2bv
OpenLDAP LBER types and allocation functions
bindresvport
bind a socket to a privileged IP port
bindtextdomain
set directory containing message catalogs
bind_textdomain_codeset
set encoding of message translations
bsd_signal
signal handling with BSD semantics
bsearch
binary search of a sorted array
bstring
byte string operations
bswap
reverse order of bytes
bswap_16
reverse order of bytes
bswap_32
reverse order of bytes
bswap_64
reverse order of bytes
btowc
convert single byte to wide character
byteorder
convert values between host and network byte order
bzero
zero a byte string
cabs
absolute value of a complex number
cabsf
absolute value of a complex number
cabsl
absolute value of a complex number
cacos
complex arc cosine
cacosf
complex arc cosine
cacosh
complex arc hyperbolic cosine
cacoshf
complex arc hyperbolic cosine
cacoshl
complex arc hyperbolic cosine
cacosl
complex arc cosine
calloc
allocate and free dynamic memory
callrpc
library routines for remote procedure calls
canonicalize_file_name
return the canonicalized absolute pathname
cap_clear
capability data object manipulation
cap_clear_flag
capability data object manipulation
cap_compare
capability data object manipulation
cap_copy_ext
capability state external representation translation
cap_copy_int
capability state external representation translation
cap_drop_bound
capability manipulation on processes
cap_dup
capability data object storage management
cap_free
capability data object storage management
cap_from_name
capability state textual representation translation
cap_from_text
capability state textual representation translation
cap_get_bound
capability manipulation on processes
cap_get_fd
capability manipulation on files
cap_get_file
capability manipulation on files
cap_get_flag
capability data object manipulation
capgetp
capability manipulation on processes
cap_get_pid
capability manipulation on processes
cap_get_proc
capability manipulation on processes
cap_init
capability data object storage management
capng_apply
apply the stored capabilities settings
capng_capability_to_name
convert capability integer to text
capng_change_id
change the credentials retaining capabilities
capng_clear
clear chosen capabilities set
capng_fill
fill chosen capabilities set
capng_get_caps_fd
capng_get_caps_process
get the capabilities from a process
capng_have_capabilities
capng_have_capability
check for specific capability
capng_lock
lock the current process capabilities settings
capng_name_to_capability
convert capability text to integer
capng_print_caps_numeric
print numeric values for capabilities set
capng_print_caps_text
print names of values for capabilities set
capng_restore_state
set the internal library state
capng_save_state
get the internal library state
capng_set_caps_fd
capng_setpid
set working pid
capng_update
update the stored capabilities settings
capng_updatev
update the stored capabilities settings
cap_set_fd
capability manipulation on files
cap_set_file
capability manipulation on files
cap_set_flag
capability data object manipulation
capsetp
capability manipulation on processes
cap_set_proc
capability manipulation on processes
cap_size
capability state external representation translation
cap_to_name
capability state textual representation translation
cap_to_text
capability state textual representation translation
carg
calculate the complex argument
cargf
calculate the complex argument
cargl
calculate the complex argument
casin
complex arc sine
casinf
complex arc sine
casinh
complex arc sine hyperbolic
casinhf
complex arc sine hyperbolic
casinhl
complex arc sine hyperbolic
casinl
complex arc sine
catan
complex arc tangents
catanf
complex arc tangents
catanh
complex arc tangents hyperbolic
catanhf
complex arc tangents hyperbolic
catanhl
complex arc tangents hyperbolic
catanl
complex arc tangents
catclose
open/close a message catalog
catgets
get message from a message catalog
catopen
open/close a message catalog
cbc_crypt
fast DES encryption
cbrt
cube root function
cbrtf
cube root function
cbrtl
cube root function
ccos
complex cosine function
ccosf
complex cosine function
ccosh
complex hyperbolic cosine
ccoshf
complex hyperbolic cosine
ccoshl
complex hyperbolic cosine
ccosl
complex cosine function
ceil
ceiling function: smallest integral value not less than argument
ceilf
ceiling function: smallest integral value not less than argument
ceill
ceiling function: smallest integral value not less than argument
cexp
complex exponential function
cexp2
base-2 exponent of a complex number
cexp2f
base-2 exponent of a complex number
cexp2l
base-2 exponent of a complex number
cexpf
complex exponential function
cexpl
complex exponential function
cfgetispeed
get and set terminal attributes, line control, get and set baud rate
cfgetospeed
get and set terminal attributes, line control, get and set baud rate
cfmakeraw
get and set terminal attributes, line control, get and set baud rate
cfree
free allocated memory
cfsetispeed
get and set terminal attributes, line control, get and set baud rate
cfsetospeed
get and set terminal attributes, line control, get and set baud rate
cfsetspeed
get and set terminal attributes, line control, get and set baud rate
checkPasswdAccess
query the SELinux policy database in the kernel
cimag
get imaginary part of a complex number
cimagf
get imaginary part of a complex number
cimagl
get imaginary part of a complex number
CIRCLEQ_ENTRY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_INIT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_INSERT_AFTER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_INSERT_BEFORE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_INSERT_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_INSERT_TAIL
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
CIRCLEQ_REMOVE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
clearenv
clear the environment
clearerr
check and reset stream status
clearerr_unlocked
nonlocking stdio functions
clnt_broadcast
library routines for remote procedure calls
clnt_call
library routines for remote procedure calls
clnt_control
library routines for remote procedure calls
clnt_create
library routines for remote procedure calls
clnt_destroy
library routines for remote procedure calls
clnt_freeres
library routines for remote procedure calls
clnt_geterr
library routines for remote procedure calls
clnt_pcreateerror
library routines for remote procedure calls
clnt_perrno
library routines for remote procedure calls
clnt_perror
library routines for remote procedure calls
clntraw_create
library routines for remote procedure calls
clnt_spcreateerror
library routines for remote procedure calls
clnt_sperrno
library routines for remote procedure calls
clnt_sperror
library routines for remote procedure calls
clnttcp_create
library routines for remote procedure calls
clntudp_bufcreate
library routines for remote procedure calls
clntudp_create
library routines for remote procedure calls
clock
determine processor time
clock_getcpuclockid
obtain ID of a process CPU-time clock
clog
natural logarithm of a complex number
clog10
base-10 logarithm of a complex number
clog10f
base-10 logarithm of a complex number
clog10l
base-10 logarithm of a complex number
clog2
base-2 logarithm of a complex number
clog2f
base-2 logarithm of a complex number
clog2l
base-2 logarithm of a complex number
clogf
natural logarithm of a complex number
clogl
natural logarithm of a complex number
closedir
close a directory
closelog
send messages to the system logger
cmsg
access ancillary data
CMSG_ALIGN
access ancillary data
CMSG_DATA
access ancillary data
CMSG_FIRSTHDR
access ancillary data
CMSG_LEN
access ancillary data
CMSG_NXTHDR
access ancillary data
CMSG_SPACE
access ancillary data
confstr
get configuration dependent string variables
conj
calculate the complex conjugate
conjf
calculate the complex conjugate
conjl
calculate the complex conjugate
context_free
Routines to manipulate SELinux security contexts
context_new
Routines to manipulate SELinux security contexts
context_range_get
Routines to manipulate SELinux security contexts
context_range_set
Routines to manipulate SELinux security contexts
context_role_get
Routines to manipulate SELinux security contexts
context_role_set
Routines to manipulate SELinux security contexts
context_type_get
Routines to manipulate SELinux security contexts
context_type_set
Routines to manipulate SELinux security contexts
context_user_get
Routines to manipulate SELinux security contexts
context_user_set
Routines to manipulate SELinux security contexts
copysign
copy sign of a number
copysignf
copy sign of a number
copysignl
copy sign of a number
cos
cosine function
cosf
cosine function
cosh
hyperbolic cosine function
coshf
hyperbolic cosine function
coshl
hyperbolic cosine function
cosl
cosine function
cpow
complex power function
cpowf
complex power function
cpowl
complex power function
cproj
project into Riemann Sphere
cprojf
project into Riemann Sphere
cprojl
project into Riemann Sphere
CPU_ALLOC
macros for manipulating CPU sets
CPU_ALLOC_SIZE
macros for manipulating CPU sets
CPU_AND
macros for manipulating CPU sets
CPU_AND_S
macros for manipulating CPU sets
CPU_CLR
macros for manipulating CPU sets
CPU_CLR_S
macros for manipulating CPU sets
CPU_COUNT
macros for manipulating CPU sets
CPU_COUNT_S
macros for manipulating CPU sets
CPU_EQUAL
macros for manipulating CPU sets
CPU_EQUAL_S
macros for manipulating CPU sets
CPU_FREE
macros for manipulating CPU sets
CPU_ISSET
macros for manipulating CPU sets
CPU_ISSET_S
macros for manipulating CPU sets
CPU_OR
macros for manipulating CPU sets
CPU_OR_S
macros for manipulating CPU sets
CPU_SET
macros for manipulating CPU sets
CPU_SET_S
macros for manipulating CPU sets
CPU_XOR
macros for manipulating CPU sets
CPU_XOR_S
macros for manipulating CPU sets
CPU_ZERO
macros for manipulating CPU sets
CPU_ZERO_S
macros for manipulating CPU sets
creal
get real part of a complex number
crealf
get real part of a complex number
creall
get real part of a complex number
crypt
passphrase hashing
crypt_r
passphrase hashing
csin
complex sine function
csinf
complex sine function
csinh
complex hyperbolic sine
csinhf
complex hyperbolic sine
csinhl
complex hyperbolic sine
csinl
complex sine function
csqrt
complex square root
csqrtf
complex square root
csqrtl
complex square root
ctan
complex tangent function
ctanf
complex tangent function
ctanh
complex hyperbolic tangent
ctanhf
complex hyperbolic tangent
ctanhl
complex hyperbolic tangent
ctanl
complex tangent function
ctermid
get controlling terminal name
ctime
transform date and time to broken-down time or ASCII
ctime_r
transform date and time to broken-down time or ASCII
cuserid
get username
daemon
run in the background
dane_cert_type_name
API function
dane_cert_usage_name
API function
dane_match_type_name
API function
dane_query_data
API function
dane_query_deinit
API function
dane_query_entries
API function
dane_query_status
API function
dane_query_tlsa
API function
dane_query_to_raw_tlsa
API function
dane_raw_tlsa
API function
dane_state_deinit
API function
dane_state_init
API function
dane_state_set_dlv_file
API function
dane_strerror
API function
dane_verification_status_print
API function
dane_verify_crt
API function
dane_verify_crt_raw
API function
dane_verify_session_crt
API function
daylight
initialize time conversion information
dcgettext
translate message
dcngettext
translate message and choose plural form
des_crypt
fast DES encryption
DES_FAILED
fast DES encryption
des_setparity
fast DES encryption
dgettext
translate message
difftime
calculate time difference
dirfd
get directory stream file descriptor
div
compute quotient and remainder of an integer division
dladdr
translate address to symbolic information
dladdr1
translate address to symbolic information
dlclose
open and close a shared object
dlerror
obtain error diagnostic for functions in the dlopen API
dlinfo
obtain information about a dynamically loaded object
dl_iterate_phdr
walk through list of shared objects
dlmopen
open and close a shared object
dlopen
open and close a shared object
dlsym
obtain address of a symbol in a shared object or executable
dlvsym
obtain address of a symbol in a shared object or executable
dn_comp
resolver routines
dn_expand
resolver routines
dngettext
translate message and choose plural form
do_tracepoint
LTTng user space tracing
dprintf
formatted output conversion
drand48
generate uniformly distributed pseudo-random numbers
drand48_r
generate uniformly distributed pseudo-random numbers reentrantly
drem
floating-point remainder function
dremf
floating-point remainder function
dreml
floating-point remainder function
duplocale
duplicate a locale object
dysize
get number of days for a given year
eaccess
check effective user's permissions for a file
ecb_crypt
fast DES encryption
ecvt
convert a floating-point number to a string
ecvt_r
convert a floating-point number to a string
edata
end of program segments
encrypt
encrypt 64-bit messages
encrypt_r
encrypt 64-bit messages
end
end of program segments
endaliasent
read an alias entry
endfsent
handle fstab entries
endgrent
get group file entry
endhostent
get network host entry
endian
convert values between host and big-/little-endian byte order
endmntent
get filesystem descriptor file entry
endnetent
get network entry
endnetgrent
handle network group entries
endprotoent
get protocol entry
endpwent
get password file entry
endrpcent
get RPC entry
endservent
get service entry
endspent
get shadow password file entry
endttyent
get ttys file entry
endusershell
get permitted user shells
endutent
access utmp file entries
endutxent
access utmp file entries
envz
environment string support
envz_add
environment string support
envz_entry
environment string support
envz_get
environment string support
envz_merge
environment string support
envz_remove
environment string support
envz_strip
environment string support
erand48
generate uniformly distributed pseudo-random numbers
erand48_r
generate uniformly distributed pseudo-random numbers reentrantly
erf
error function
erfc
complementary error function
erfcf
complementary error function
erfcl
complementary error function
erff
error function
erfl
error function
err
formatted error messages
errno
number of last error
error
glibc error reporting functions
error_at_line
glibc error reporting functions
error_message_count
glibc error reporting functions
error_one_per_line
glibc error reporting functions
error_print_progname
glibc error reporting functions
errx
formatted error messages
etext
end of program segments
ether_aton
Ethernet address manipulation routines
ether_aton_r
Ethernet address manipulation routines
ether_hostton
Ethernet address manipulation routines
ether_line
Ethernet address manipulation routines
ether_ntoa
Ethernet address manipulation routines
ether_ntoa_r
Ethernet address manipulation routines
ether_ntohost
Ethernet address manipulation routines
euidaccess
check effective user's permissions for a file
eventfd_read
create a file descriptor for event notification
eventfd_write
create a file descriptor for event notification
exec
execute a file
execl
execute a file
execle
execute a file
execlp
execute a file
execv
execute a file
execvp
execute a file
execvpe
execute a file
exp
base-e exponential function
exp10
base-10 exponential function
exp10f
base-10 exponential function
exp10l
base-10 exponential function
exp2
base-2 exponential function
exp2f
base-2 exponential function
exp2l
base-2 exponential function
expf
base-e exponential function
expl
base-e exponential function
explicit_bzero
zero a byte string
expm1
exponential minus 1
expm1f
exponential minus 1
expm1l
exponential minus 1
fabs
absolute value of floating-point number
fabsf
absolute value of floating-point number
fabsl
absolute value of floating-point number
__fbufsize
interfaces to stdio FILE structure
fclose
close a stream
fcloseall
close all open streams
fcvt
convert a floating-point number to a string
fcvt_r
convert a floating-point number to a string
FD_CLR
synchronous I/O multiplexing
fdim
positive difference
fdimf
positive difference
fdiml
positive difference
FD_ISSET
synchronous I/O multiplexing
fdopen
stream open functions
fdopendir
open a directory
FD_SET
synchronous I/O multiplexing
fd_to_handle
file handle operations
FD_ZERO
synchronous I/O multiplexing
feclearexcept
floating-point rounding and exception handling
fedisableexcept
floating-point rounding and exception handling
feenableexcept
floating-point rounding and exception handling
fegetenv
floating-point rounding and exception handling
fegetexcept
floating-point rounding and exception handling
fegetexceptflag
floating-point rounding and exception handling
fegetround
floating-point rounding and exception handling
feholdexcept
floating-point rounding and exception handling
fenv
floating-point rounding and exception handling
feof
check and reset stream status
feof_unlocked
nonlocking stdio functions
feraiseexcept
floating-point rounding and exception handling
ferror
check and reset stream status
ferror_unlocked
nonlocking stdio functions
fesetenv
floating-point rounding and exception handling
fesetexceptflag
floating-point rounding and exception handling
fesetround
floating-point rounding and exception handling
fetestexcept
floating-point rounding and exception handling
feupdateenv
floating-point rounding and exception handling
fexecve
execute program specified via file descriptor
fflush
flush a stream
fflush_unlocked
nonlocking stdio functions
ffs
find first bit set in a word
ffsl
find first bit set in a word
ffsll
find first bit set in a word
fgetc
input of characters and strings
fgetc_unlocked
nonlocking stdio functions
fgetfilecon
get SELinux security context of a file
fgetfilecon_raw
get SELinux security context of a file
fgetgrent
get group file entry
fgetgrent_r
get group file entry reentrantly
fgetpos
reposition a stream
fgetpwent
get password file entry
fgetpwent_r
get passwd file entry reentrantly
fgets
input of characters and strings
fgetspent
get shadow password file entry
fgetspent_r
get shadow password file entry
fgets_unlocked
nonlocking stdio functions
fgetwc
read a wide character from a FILE stream
fgetwc_unlocked
nonlocking stdio functions
fgetws
read a wide-character string from a FILE stream
fgetws_unlocked
nonlocking stdio functions
fileno
check and reset stream status
fileno_unlocked
nonlocking stdio functions
find_key_by_type_and_name
find a key by type and name
fini_selinuxmnt
initialize the global variable selinux_mnt
finite
BSD floating-point classification functions
finitef
BSD floating-point classification functions
finitel
BSD floating-point classification functions
__flbf
interfaces to stdio FILE structure
flockfile
lock FILE for stdio
floor
largest integral value not greater than argument
floorf
largest integral value not greater than argument
floorl
largest integral value not greater than argument
_flushlbf
interfaces to stdio FILE structure
fma
floating-point multiply and add
fmaf
floating-point multiply and add
fmal
floating-point multiply and add
fmax
determine maximum of two floating-point numbers
fmaxf
determine maximum of two floating-point numbers
fmaxl
determine maximum of two floating-point numbers
fmemopen
open memory as stream
fmin
determine minimum of two floating-point numbers
fminf
determine minimum of two floating-point numbers
fminl
determine minimum of two floating-point numbers
fmod
floating-point remainder function
fmodf
floating-point remainder function
fmodl
floating-point remainder function
fmtmsg
print formatted error messages
fnmatch
match filename or pathname
fopen
stream open functions
fopencookie
opening a custom stream
forkpty
terminal utility functions
fpathconf
get configuration values for files
fpclassify
floating-point classification macros
__fpending
interfaces to stdio FILE structure
fprintf
formatted output conversion
__fpurge
purge a stream
fpurge
purge a stream
fputc
output of characters and strings
fputc_unlocked
nonlocking stdio functions
fputs
output of characters and strings
fputs_unlocked
nonlocking stdio functions
fputwc
write a wide character to a FILE stream
fputwc_unlocked
nonlocking stdio functions
fputws
write a wide-character string to a FILE stream
fputws_unlocked
nonlocking stdio functions
fread
binary stream input/output
__freadable
interfaces to stdio FILE structure
__freading
interfaces to stdio FILE structure
fread_unlocked
nonlocking stdio functions
freeaddrinfo
network address and service translation
freecon
get SELinux security context of a process
freeconary
get SELinux security context of a process
free_handle
file handle operations
__free_hook
malloc debugging variables
freehostent
get network hostnames and addresses
freeifaddrs
get interface addresses
freelocale
create, modify, and free a locale object
freopen
stream open functions
frexp
convert floating-point number to fractional and integral components
frexpf
convert floating-point number to fractional and integral components
frexpl
convert floating-point number to fractional and integral components
fscanf
input format conversion
fseek
reposition a stream
fseeko
seek to or report file position
fsetfilecon
set SELinux security context of a file
fsetfilecon_raw
set SELinux security context of a file
__fsetlocking
interfaces to stdio FILE structure
fsetpos
reposition a stream
fssetdm_by_handle
file handle operations
ftell
reposition a stream
ftello
seek to or report file position
ftime
return date and time
ftok
convert a pathname and a project identifier to a System V IPC key
ftrylockfile
lock FILE for stdio
fts
traverse a file hierarchy
fts_children
traverse a file hierarchy
fts_close
traverse a file hierarchy
fts_open
traverse a file hierarchy
fts_read
traverse a file hierarchy
fts_set
traverse a file hierarchy
ftw
file tree walk
funlockfile
lock FILE for stdio
futimens
change file timestamps with nanosecond precision
futimes
change file timestamps
fwide
set and determine the orientation of a FILE stream
fwprintf
formatted wide-character output conversion
__fwritable
interfaces to stdio FILE structure
fwrite
binary stream input/output
fwrite_unlocked
nonlocking stdio functions
__fwriting
interfaces to stdio FILE structure
gai_cancel
asynchronous network address and service translation
gai_error
asynchronous network address and service translation
gai_strerror
network address and service translation
gai_suspend
asynchronous network address and service translation
gamma
(logarithm of the) gamma function
gammaf
(logarithm of the) gamma function
gammal
(logarithm of the) gamma function
gcvt
convert a floating-point number to a string
getaddrinfo
network address and service translation
getaddrinfo_a
asynchronous network address and service translation
getaliasbyname
read an alias entry
getaliasbyname_r
read an alias entry
getaliasent
read an alias entry
getaliasent_r
read an alias entry
get_auditfail_action
Get failure_action tunable value
getauxval
retrieve a value from the auxiliary vector
get_avphys_pages
get total and available physical page counts
getc
input of characters and strings
getchar
input of characters and strings
getchar_unlocked
nonlocking stdio functions
getcon
get SELinux security context of a process
getcon_raw
get SELinux security context of a process
getc_unlocked
nonlocking stdio functions
get_current_dir_name
get current working directory
getdate
convert a date-plus-time string to broken-down time
getdate_err
convert a date-plus-time string to broken-down time
getdate_r
convert a date-plus-time string to broken-down time
get_default_context
determine SELinux context(s) for user sessions
get_default_context_with_level
determine SELinux context(s) for user sessions
get_default_context_with_role
determine SELinux context(s) for user sessions
get_default_context_with_rolelevel
determine SELinux context(s) for user sessions
get_default_type
determine SELinux context(s) for user sessions
getdelim
delimited string input
getdirentries
get directory entries in a filesystem-independent format
getentropy
fill a buffer with random bytes
getenv
get an environment variable
getexeccon
get or set the SELinux security context used for executing a new process
getexeccon_raw
get or set the SELinux security context used for executing a new process
getfilecon
get SELinux security context of a file
getfilecon_raw
get SELinux security context of a file
getfscreatecon
get or set the SELinux security context used for creating a new file system object
getfscreatecon_raw
get or set the SELinux security context used for creating a new file system object
getfsent
handle fstab entries
getfsfile
handle fstab entries
getfsspec
handle fstab entries
getgrent
get group file entry
getgrent_r
get group file entry reentrantly
getgrgid
get group file entry
getgrgid_r
get group file entry
getgrnam
get group file entry
getgrnam_r
get group file entry
getgrouplist
get list of groups to which a user belongs
gethostbyaddr
get network host entry
gethostbyaddr_r
get network host entry
gethostbyname
get network host entry
gethostbyname2
get network host entry
gethostbyname2_r
get network host entry
gethostbyname_r
get network host entry
gethostent
get network host entry
gethostent_r
get network host entry
getifaddrs
get interface addresses
getipnodebyaddr
get network hostnames and addresses
getipnodebyname
get network hostnames and addresses
getkeycreatecon
get or set the SELinux security context used for creating a new kernel keyrings
getkeycreatecon_raw
get or set the SELinux security context used for creating a new kernel keyrings
getline
delimited string input
getloadavg
get system load averages
getlogin
get username
getlogin_r
get username
getmntent
get filesystem descriptor file entry
getmntent_r
get filesystem descriptor file entry
get_myaddress
library routines for remote procedure calls
getnameinfo
address-to-name translation in protocol-independent manner
getnetbyaddr
get network entry
getnetbyaddr_r
get network entry (reentrant)
getnetbyname
get network entry
getnetbyname_r
get network entry (reentrant)
getnetent
get network entry
getnetent_r
get network entry (reentrant)
getnetgrent
handle network group entries
getnetgrent_r
handle network group entries
get_nprocs
get number of processors
get_nprocs_conf
get number of processors
getopt_long
Parse command-line options
getopt_long_only
Parse command-line options
get_ordered_context_list
determine SELinux context(s) for user sessions
get_ordered_context_list_with_level
determine SELinux context(s) for user sessions
getparentpaths_by_handle
file handle operations
getparents_by_handle
file handle operations
getpass
get a password
getpeercon
get SELinux security context of a process
getpeercon_raw
get SELinux security context of a process
get_phys_pages
get total and available physical page counts
getpidcon
get SELinux security context of a process
getpidcon_raw
get SELinux security context of a process
getprevcon
get SELinux security context of a process
getprevcon_raw
get SELinux security context of a process
getprotobyname
get protocol entry
getprotobyname_r
get protocol entry (reentrant)
getprotobynumber
get protocol entry
getprotobynumber_r
get protocol entry (reentrant)
getprotoent
get protocol entry
getprotoent_r
get protocol entry (reentrant)
getpt
open the pseudoterminal master (PTM)
getpw
reconstruct password line entry
getpwent
get password file entry
getpwent_r
get passwd file entry reentrantly
getpwnam
get password file entry
getpwnam_r
get password file entry
getpwuid
get password file entry
getpwuid_r
get password file entry
getrpcbyname
get RPC entry
getrpcbyname_r
get RPC entry (reentrant)
getrpcbynumber
get RPC entry
getrpcbynumber_r
get RPC entry (reentrant)
getrpcent
get RPC entry
getrpcent_r
get RPC entry (reentrant)
getrpcport
get RPC port number
gets
get a string from standard input (DEPRECATED)
getservbyname
get service entry
getservbyname_r
get service entry (reentrant)
getservbyport
get service entry
getservbyport_r
get service entry (reentrant)
getservent
get service entry
getservent_r
get service entry (reentrant)
getseuserbyname
get SELinux username and level for a given Linux username
getsockcreatecon
get or set the SELinux security context used for creating a new labeled sockets
getsockcreatecon_raw
get or set the SELinux security context used for creating a new labeled sockets
getspent
get shadow password file entry
getspent_r
get shadow password file entry
getspnam
get shadow password file entry
getspnam_r
get shadow password file entry
getsubopt
parse suboption arguments from a string
getttyent
get ttys file entry
getttynam
get ttys file entry
getumask
get file creation mask
getusershell
get permitted user shells
getutent
access utmp file entries
getutent_r
access utmp file entries
getutid
access utmp file entries
getutid_r
access utmp file entries
getutline
access utmp file entries
getutline_r
access utmp file entries
getutmp
copy utmp structure to utmpx, and vice versa
getutmpx
copy utmp structure to utmpx, and vice versa
getutxent
access utmp file entries
getutxid
access utmp file entries
getutxline
access utmp file entries
getw
input and output of words (ints)
getwc
read a wide character from a FILE stream
getwchar
read a wide character from standard input
getwchar_unlocked
nonlocking stdio functions
getwc_unlocked
nonlocking stdio functions
getwd
get current working directory
glob
find pathnames matching a pattern, free memory from glob()
globfree
find pathnames matching a pattern, free memory from glob()
gmtime
transform date and time to broken-down time or ASCII
gmtime_r
transform date and time to broken-down time or ASCII
gnu_dev_major
manage a device number
gnu_dev_makedev
manage a device number
gnu_dev_minor
manage a device number
gnu_get_libc_release
get glibc version and release
gnu_get_libc_version
get glibc version and release
gnutls_aead_cipher_decrypt
API function
gnutls_aead_cipher_deinit
API function
gnutls_aead_cipher_encrypt
API function
gnutls_aead_cipher_encryptv
API function
gnutls_aead_cipher_init
API function
gnutls_alert_get
API function
gnutls_alert_get_name
API function
gnutls_alert_get_strname
API function
gnutls_alert_send
API function
gnutls_alert_send_appropriate
API function
gnutls_alpn_get_selected_protocol
API function
gnutls_alpn_set_protocols
API function
gnutls_anon_allocate_client_credentials
API function
gnutls_anon_allocate_server_credentials
API function
gnutls_anon_free_client_credentials
API function
gnutls_anon_free_server_credentials
API function
gnutls_anon_set_params_function
API function
gnutls_anon_set_server_dh_params
API function
gnutls_anon_set_server_known_dh_params
API function
gnutls_anon_set_server_params_function
API function
gnutls_anti_replay_deinit
API function
gnutls_anti_replay_enable
API function
gnutls_anti_replay_init
API function
gnutls_anti_replay_set_add_function
API function
gnutls_anti_replay_set_ptr
API function
gnutls_anti_replay_set_window
API function
gnutls_auth_client_get_type
API function
gnutls_auth_get_type
API function
gnutls_auth_server_get_type
API function
gnutls_base64_decode2
API function
gnutls_base64_encode2
API function
gnutls_buffer_append_data
API function
gnutls_bye
API function
gnutls_certificate_activation_time_peers
API function
gnutls_certificate_allocate_credentials
API function
gnutls_certificate_client_get_request_status
API function
gnutls_certificate_expiration_time_peers
API function
gnutls_certificate_free_ca_names
API function
gnutls_certificate_free_cas
API function
gnutls_certificate_free_credentials
API function
gnutls_certificate_free_crls
API function
gnutls_certificate_free_keys
API function
gnutls_certificate_get_crt_raw
API function
gnutls_certificate_get_issuer
API function
gnutls_certificate_get_ocsp_expiration
API function
gnutls_certificate_get_ours
API function
gnutls_certificate_get_peers
API function
gnutls_certificate_get_peers_subkey_id
API function
gnutls_certificate_get_trust_list
API function
gnutls_certificate_get_verify_flags
API function
gnutls_certificate_get_x509_crt
API function
gnutls_certificate_get_x509_key
API function
gnutls_certificate_send_x509_rdn_sequence
API function
gnutls_certificate_server_set_request
API function
gnutls_certificate_set_dh_params
API function
gnutls_certificate_set_flags
API function
gnutls_certificate_set_key
API function
gnutls_certificate_set_known_dh_params
API function
gnutls_certificate_set_ocsp_status_request_file
API function
gnutls_certificate_set_ocsp_status_request_file2
API function
gnutls_certificate_set_ocsp_status_request_function
API function
gnutls_certificate_set_ocsp_status_request_function2
API function
gnutls_certificate_set_ocsp_status_request_mem
API function
gnutls_certificate_set_params_function
API function
gnutls_certificate_set_pin_function
API function
gnutls_certificate_set_rawpk_key_file
API function
gnutls_certificate_set_rawpk_key_mem
API function
gnutls_certificate_set_retrieve_function
API function
gnutls_certificate_set_retrieve_function2
API function
gnutls_certificate_set_retrieve_function3
API function
gnutls_certificate_set_trust_list
API function
gnutls_certificate_set_verify_flags
API function
gnutls_certificate_set_verify_function
API function
gnutls_certificate_set_verify_limits
API function
gnutls_certificate_set_x509_crl
API function
gnutls_certificate_set_x509_crl_file
API function
gnutls_certificate_set_x509_crl_mem
API function
gnutls_certificate_set_x509_key
API function
gnutls_certificate_set_x509_key_file
API function
gnutls_certificate_set_x509_key_file2
API function
gnutls_certificate_set_x509_key_mem
API function
gnutls_certificate_set_x509_key_mem2
API function
gnutls_certificate_set_x509_simple_pkcs12_file
API function
gnutls_certificate_set_x509_simple_pkcs12_mem
API function
gnutls_certificate_set_x509_system_trust
API function
gnutls_certificate_set_x509_trust
API function
gnutls_certificate_set_x509_trust_dir
API function
gnutls_certificate_set_x509_trust_file
API function
gnutls_certificate_set_x509_trust_mem
API function
gnutls_certificate_type_get
API function
gnutls_certificate_type_get2
API function
gnutls_certificate_type_get_id
API function
gnutls_certificate_type_get_name
API function
gnutls_certificate_type_list
API function
gnutls_certificate_verification_status_print
API function
gnutls_certificate_verify_peers
API function
gnutls_certificate_verify_peers2
API function
gnutls_certificate_verify_peers3
API function
gnutls_check_version
API function
gnutls_cipher_add_auth
API function
gnutls_cipher_decrypt
API function
gnutls_cipher_decrypt2
API function
gnutls_cipher_deinit
API function
gnutls_cipher_encrypt
API function
gnutls_cipher_encrypt2
API function
gnutls_cipher_get
API function
gnutls_cipher_get_block_size
API function
gnutls_cipher_get_id
API function
gnutls_cipher_get_iv_size
API function
gnutls_cipher_get_key_size
API function
gnutls_cipher_get_name
API function
gnutls_cipher_get_tag_size
API function
gnutls_cipher_init
API function
gnutls_cipher_list
API function
gnutls_cipher_set_iv
API function
gnutls_cipher_suite_get_name
API function
gnutls_cipher_suite_info
API function
gnutls_cipher_tag
API function
gnutls_compression_get
API function
gnutls_compression_get_id
API function
gnutls_compression_get_name
API function
gnutls_compression_list
API function
gnutls_credentials_clear
API function
gnutls_credentials_get
API function
gnutls_credentials_set
API function
gnutls_crypto_register_aead_cipher
API function
gnutls_crypto_register_cipher
API function
gnutls_crypto_register_digest
API function
gnutls_crypto_register_mac
API function
gnutls_db_check_entry
API function
gnutls_db_check_entry_expire_time
API function
gnutls_db_check_entry_time
API function
gnutls_db_get_default_cache_expiration
API function
gnutls_db_get_ptr
API function
gnutls_db_remove_session
API function
gnutls_db_set_cache_expiration
API function
gnutls_db_set_ptr
API function
gnutls_db_set_remove_function
API function
gnutls_db_set_retrieve_function
API function
gnutls_db_set_store_function
API function
gnutls_decode_ber_digest_info
API function
gnutls_decode_gost_rs_value
API function
gnutls_decode_rs_value
API function
gnutls_deinit
API function
gnutls_dh_get_group
API function
gnutls_dh_get_peers_public_bits
API function
gnutls_dh_get_prime_bits
API function
gnutls_dh_get_pubkey
API function
gnutls_dh_get_secret_bits
API function
gnutls_dh_params_cpy
API function
gnutls_dh_params_deinit
API function
gnutls_dh_params_export2_pkcs3
API function
gnutls_dh_params_export_pkcs3
API function
gnutls_dh_params_export_raw
API function
gnutls_dh_params_generate2
API function
gnutls_dh_params_import_dsa
API function
gnutls_dh_params_import_pkcs3
API function
gnutls_dh_params_import_raw
API function
gnutls_dh_params_import_raw2
API function
gnutls_dh_params_import_raw3
API function
gnutls_dh_params_init
API function
gnutls_dh_set_prime_bits
API function
gnutls_digest_get_id
API function
gnutls_digest_get_name
API function
gnutls_digest_get_oid
API function
gnutls_digest_list
API function
gnutls_dtls_cookie_send
API function
gnutls_dtls_cookie_verify
API function
gnutls_dtls_get_data_mtu
API function
gnutls_dtls_get_mtu
API function
gnutls_dtls_get_timeout
API function
gnutls_dtls_prestate_set
API function
gnutls_dtls_set_data_mtu
API function
gnutls_dtls_set_mtu
API function
gnutls_dtls_set_timeouts
API function
gnutls_ecc_curve_get
API function
gnutls_ecc_curve_get_id
API function
gnutls_ecc_curve_get_name
API function
gnutls_ecc_curve_get_oid
API function
gnutls_ecc_curve_get_pk
API function
gnutls_ecc_curve_get_size
API function
gnutls_ecc_curve_list
API function
gnutls_encode_ber_digest_info
API function
gnutls_encode_gost_rs_value
API function
gnutls_encode_rs_value
API function
gnutls_error_is_fatal
API function
gnutls_error_to_alert
API function
gnutls_est_record_overhead_size
API function
gnutls_ext_get_current_msg
API function
gnutls_ext_get_data
API function
gnutls_ext_get_name
API function
gnutls_ext_raw_parse
API function
gnutls_ext_register
API function
gnutls_ext_set_data
API function
gnutls_fingerprint
API function
gnutls_fips140_mode_enabled
API function
gnutls_fips140_set_mode
API function
gnutls_get_system_config_file
API function
gnutls_global_deinit
API function
gnutls_global_init
API function
gnutls_global_set_audit_log_function
API function
gnutls_global_set_log_function
API function
gnutls_global_set_log_level
API function
gnutls_global_set_mem_functions
API function
gnutls_global_set_mutex
API function
gnutls_global_set_time_function
API function
gnutls_gost_paramset_get_name
API function
gnutls_gost_paramset_get_oid
API function
gnutls_group_get
API function
gnutls_group_get_id
API function
gnutls_group_get_name
API function
gnutls_group_list
API function
gnutls_handshake
API function
gnutls_handshake_description_get_name
API function
gnutls_handshake_get_last_in
API function
gnutls_handshake_get_last_out
API function
gnutls_handshake_set_hook_function
API function
gnutls_handshake_set_max_packet_length
API function
gnutls_handshake_set_post_client_hello_function
API function
gnutls_handshake_set_private_extensions
API function
gnutls_handshake_set_random
API function
gnutls_handshake_set_timeout
API function
gnutls_hash
API function
gnutls_hash_copy
API function
gnutls_hash_deinit
API function
gnutls_hash_fast
API function
gnutls_hash_get_len
API function
gnutls_hash_init
API function
gnutls_hash_output
API function
gnutls_heartbeat_allowed
API function
gnutls_heartbeat_enable
API function
gnutls_heartbeat_get_timeout
API function
gnutls_heartbeat_ping
API function
gnutls_heartbeat_pong
API function
gnutls_heartbeat_set_timeouts
API function
gnutls_hex2bin
API function
gnutls_hex_decode
API function
gnutls_hex_decode2
API function
gnutls_hex_encode
API function
gnutls_hex_encode2
API function
gnutls_hmac
API function
gnutls_hmac_copy
API function
gnutls_hmac_deinit
API function
gnutls_hmac_fast
API function
gnutls_hmac_get_len
API function
gnutls_hmac_init
API function
gnutls_hmac_output
API function
gnutls_hmac_set_nonce
API function
gnutls_idna_map
API function
gnutls_idna_reverse_map
API function
gnutls_init
API function
gnutls_key_generate
API function
gnutls_kx_get
API function
gnutls_kx_get_id
API function
gnutls_kx_get_name
API function
gnutls_kx_list
API function
gnutls_load_file
API function
gnutls_mac_get
API function
gnutls_mac_get_id
API function
gnutls_mac_get_key_size
API function
gnutls_mac_get_name
API function
gnutls_mac_get_nonce_size
API function
gnutls_mac_list
API function
gnutls_memcmp
API function
gnutls_memset
API function
gnutls_ocsp_req_add_cert
API function
gnutls_ocsp_req_add_cert_id
API function
gnutls_ocsp_req_deinit
API function
gnutls_ocsp_req_export
API function
gnutls_ocsp_req_get_cert_id
API function
gnutls_ocsp_req_get_extension
API function
gnutls_ocsp_req_get_nonce
API function
gnutls_ocsp_req_get_version
API function
gnutls_ocsp_req_import
API function
gnutls_ocsp_req_init
API function
gnutls_ocsp_req_print
API function
gnutls_ocsp_req_randomize_nonce
API function
gnutls_ocsp_req_set_extension
API function
gnutls_ocsp_req_set_nonce
API function
gnutls_ocsp_resp_check_crt
API function
gnutls_ocsp_resp_deinit
API function
gnutls_ocsp_resp_export
API function
gnutls_ocsp_resp_export2
API function
gnutls_ocsp_resp_get_certs
API function
gnutls_ocsp_resp_get_extension
API function
gnutls_ocsp_resp_get_nonce
API function
gnutls_ocsp_resp_get_produced
API function
gnutls_ocsp_resp_get_responder
API function
gnutls_ocsp_resp_get_responder2
API function
gnutls_ocsp_resp_get_responder_raw_id
API function
gnutls_ocsp_resp_get_response
API function
gnutls_ocsp_resp_get_signature
API function
gnutls_ocsp_resp_get_signature_algorithm
API function
gnutls_ocsp_resp_get_single
API function
gnutls_ocsp_resp_get_status
API function
gnutls_ocsp_resp_get_version
API function
gnutls_ocsp_resp_import
API function
gnutls_ocsp_resp_import2
API function
gnutls_ocsp_resp_init
API function
gnutls_ocsp_resp_list_import2
API function
gnutls_ocsp_resp_print
API function
gnutls_ocsp_resp_verify
API function
gnutls_ocsp_resp_verify_direct
API function
gnutls_ocsp_status_request_enable_client
API function
gnutls_ocsp_status_request_get
API function
gnutls_ocsp_status_request_get2
API function
gnutls_ocsp_status_request_is_checked
API function
gnutls_oid_to_digest
API function
gnutls_oid_to_ecc_curve
API function
gnutls_oid_to_gost_paramset
API function
gnutls_oid_to_mac
API function
gnutls_oid_to_pk
API function
gnutls_oid_to_sign
API function
gnutls_openpgp_privkey_sign_hash
API function
gnutls_openpgp_send_cert
API function
gnutls_packet_deinit
API function
gnutls_packet_get
API function
gnutls_pcert_deinit
API function
gnutls_pcert_export_openpgp
API function
gnutls_pcert_export_x509
API function
gnutls_pcert_import_openpgp
API function
gnutls_pcert_import_openpgp_raw
API function
gnutls_pcert_import_rawpk
API function
gnutls_pcert_import_rawpk_raw
API function
gnutls_pcert_import_x509
API function
gnutls_pcert_import_x509_list
API function
gnutls_pcert_import_x509_raw
API function
gnutls_pcert_list_import_x509_file
API function
gnutls_pcert_list_import_x509_raw
API function
gnutls_pem_base64_decode
API function
gnutls_pem_base64_decode2
API function
gnutls_pem_base64_encode
API function
gnutls_pem_base64_encode2
API function
gnutls_perror
API function
gnutls_pk_algorithm_get_name
API function
gnutls_pk_bits_to_sec_param
API function
gnutls_pkcs11_add_provider
API function
gnutls_pkcs11_copy_attached_extension
API function
gnutls_pkcs11_copy_pubkey
API function
gnutls_pkcs11_copy_secret_key
API function
gnutls_pkcs11_copy_x509_crt
API function
gnutls_pkcs11_copy_x509_crt2
API function
gnutls_pkcs11_copy_x509_privkey
API function
gnutls_pkcs11_copy_x509_privkey2
API function
gnutls_pkcs11_crt_is_known
API function
gnutls_pkcs11_deinit
API function
gnutls_pkcs11_delete_url
API function
gnutls_pkcs11_get_pin_function
API function
gnutls_pkcs11_get_raw_issuer
API function
gnutls_pkcs11_get_raw_issuer_by_dn
API function
gnutls_pkcs11_get_raw_issuer_by_subject_key_id
API function
gnutls_pkcs11_init
API function
gnutls_pkcs11_obj_deinit
API function
gnutls_pkcs11_obj_export
API function
gnutls_pkcs11_obj_export2
API function
gnutls_pkcs11_obj_export3
API function
gnutls_pkcs11_obj_export_url
API function
gnutls_pkcs11_obj_flags_get_str
API function
gnutls_pkcs11_obj_get_exts
API function
gnutls_pkcs11_obj_get_flags
API function
gnutls_pkcs11_obj_get_info
API function
gnutls_pkcs11_obj_get_ptr
API function
gnutls_pkcs11_obj_get_type
API function
gnutls_pkcs11_obj_import_url
API function
gnutls_pkcs11_obj_init
API function
gnutls_pkcs11_obj_list_import_url3
API function
gnutls_pkcs11_obj_list_import_url4
API function
gnutls_pkcs11_obj_set_info
API function
gnutls_pkcs11_obj_set_pin_function
API function
gnutls_pkcs11_privkey_cpy
API function
gnutls_pkcs11_privkey_deinit
API function
gnutls_pkcs11_privkey_export_pubkey
API function
gnutls_pkcs11_privkey_export_url
API function
gnutls_pkcs11_privkey_generate
API function
gnutls_pkcs11_privkey_generate2
API function
gnutls_pkcs11_privkey_generate3
API function
gnutls_pkcs11_privkey_get_info
API function
gnutls_pkcs11_privkey_get_pk_algorithm
API function
gnutls_pkcs11_privkey_import_url
API function
gnutls_pkcs11_privkey_init
API function
gnutls_pkcs11_privkey_set_pin_function
API function
gnutls_pkcs11_privkey_status
API function
gnutls_pkcs11_reinit
API function
gnutls_pkcs11_set_pin_function
API function
gnutls_pkcs11_set_token_function
API function
gnutls_pkcs11_token_check_mechanism
API function
gnutls_pkcs11_token_get_flags
API function
gnutls_pkcs11_token_get_info
API function
gnutls_pkcs11_token_get_mechanism
API function
gnutls_pkcs11_token_get_ptr
API function
gnutls_pkcs11_token_get_random
API function
gnutls_pkcs11_token_get_url
API function
gnutls_pkcs11_token_init
API function
gnutls_pkcs11_token_set_pin
API function
gnutls_pkcs11_type_get_name
API function
gnutls_pkcs12_bag_decrypt
API function
gnutls_pkcs12_bag_deinit
API function
gnutls_pkcs12_bag_enc_info
API function
gnutls_pkcs12_bag_encrypt
API function
gnutls_pkcs12_bag_get_count
API function
gnutls_pkcs12_bag_get_data
API function
gnutls_pkcs12_bag_get_friendly_name
API function
gnutls_pkcs12_bag_get_key_id
API function
gnutls_pkcs12_bag_get_type
API function
gnutls_pkcs12_bag_init
API function
gnutls_pkcs12_bag_set_crl
API function
gnutls_pkcs12_bag_set_crt
API function
gnutls_pkcs12_bag_set_data
API function
gnutls_pkcs12_bag_set_friendly_name
API function
gnutls_pkcs12_bag_set_key_id
API function
gnutls_pkcs12_bag_set_privkey
API function
gnutls_pkcs12_deinit
API function
gnutls_pkcs12_export
API function
gnutls_pkcs12_export2
API function
gnutls_pkcs12_generate_mac
API function
gnutls_pkcs12_generate_mac2
API function
gnutls_pkcs12_get_bag
API function
gnutls_pkcs12_import
API function
gnutls_pkcs12_init
API function
gnutls_pkcs12_mac_info
API function
gnutls_pkcs12_set_bag
API function
gnutls_pkcs12_simple_parse
API function
gnutls_pkcs12_verify_mac
API function
gnutls_pkcs7_add_attr
API function
gnutls_pkcs7_attrs_deinit
API function
gnutls_pkcs7_deinit
API function
gnutls_pkcs7_delete_crl
API function
gnutls_pkcs7_delete_crt
API function
gnutls_pkcs7_export
API function
gnutls_pkcs7_export2
API function
gnutls_pkcs7_get_attr
API function
gnutls_pkcs7_get_crl_count
API function
gnutls_pkcs7_get_crl_raw
API function
gnutls_pkcs7_get_crl_raw2
API function
gnutls_pkcs7_get_crt_count
API function
gnutls_pkcs7_get_crt_raw
API function
gnutls_pkcs7_get_crt_raw2
API function
gnutls_pkcs7_get_embedded_data
API function
gnutls_pkcs7_get_embedded_data_oid
API function
gnutls_pkcs7_get_signature_count
API function
gnutls_pkcs7_get_signature_info
API function
gnutls_pkcs7_import
API function
gnutls_pkcs7_init
API function
gnutls_pkcs7_print
API function
gnutls_pkcs7_set_crl
API function
gnutls_pkcs7_set_crl_raw
API function
gnutls_pkcs7_set_crt
API function
gnutls_pkcs7_set_crt_raw
API function
gnutls_pkcs7_sign
API function
gnutls_pkcs7_signature_info_deinit
API function
gnutls_pkcs7_verify
API function
gnutls_pkcs7_verify_direct
API function
gnutls_pkcs8_info
API function
gnutls_pkcs_schema_get_name
API function
gnutls_pkcs_schema_get_oid
API function
gnutls_pk_get_id
API function
gnutls_pk_get_name
API function
gnutls_pk_get_oid
API function
gnutls_pk_list
API function
gnutls_pk_to_sign
API function
gnutls_prf
API function
gnutls_prf_early
API function
gnutls_prf_raw
API function
gnutls_prf_rfc5705
API function
gnutls_priority_certificate_type_list
API function
gnutls_priority_certificate_type_list2
API function
gnutls_priority_cipher_list
API function
gnutls_priority_compression_list
API function
gnutls_priority_deinit
API function
gnutls_priority_ecc_curve_list
API function
gnutls_priority_get_cipher_suite_index
API function
gnutls_priority_group_list
API function
gnutls_priority_init
API function
gnutls_priority_init2
API function
gnutls_priority_kx_list
API function
gnutls_priority_mac_list
API function
gnutls_priority_protocol_list
API function
gnutls_priority_set
API function
gnutls_priority_set_direct
API function
gnutls_priority_sign_list
API function
gnutls_priority_string_list
API function
gnutls_privkey_decrypt_data
API function
gnutls_privkey_decrypt_data2
API function
gnutls_privkey_deinit
API function
gnutls_privkey_export_dsa_raw
API function
gnutls_privkey_export_dsa_raw2
API function
gnutls_privkey_export_ecc_raw
API function
gnutls_privkey_export_ecc_raw2
API function
gnutls_privkey_export_gost_raw2
API function
gnutls_privkey_export_openpgp
API function
gnutls_privkey_export_pkcs11
API function
gnutls_privkey_export_rsa_raw
API function
gnutls_privkey_export_rsa_raw2
API function
gnutls_privkey_export_x509
API function
gnutls_privkey_generate
API function
gnutls_privkey_generate2
API function
gnutls_privkey_get_pk_algorithm
API function
gnutls_privkey_get_seed
API function
gnutls_privkey_get_spki
API function
gnutls_privkey_get_type
API function
gnutls_privkey_import_dsa_raw
API function
gnutls_privkey_import_ecc_raw
API function
gnutls_privkey_import_ext
API function
gnutls_privkey_import_ext2
API function
gnutls_privkey_import_ext3
API function
gnutls_privkey_import_ext4
API function
gnutls_privkey_import_gost_raw
API function
gnutls_privkey_import_openpgp
API function
gnutls_privkey_import_openpgp_raw
API function
gnutls_privkey_import_pkcs11
API function
gnutls_privkey_import_pkcs11_url
API function
gnutls_privkey_import_rsa_raw
API function
gnutls_privkey_import_tpm_raw
API function
gnutls_privkey_import_tpm_url
API function
gnutls_privkey_import_url
API function
gnutls_privkey_import_x509
API function
gnutls_privkey_import_x509_raw
API function
gnutls_privkey_init
API function
gnutls_privkey_set_flags
API function
gnutls_privkey_set_pin_function
API function
gnutls_privkey_set_spki
API function
gnutls_privkey_sign_data
API function
gnutls_privkey_sign_data2
API function
gnutls_privkey_sign_hash
API function
gnutls_privkey_sign_hash2
API function
gnutls_privkey_status
API function
gnutls_privkey_verify_params
API function
gnutls_privkey_verify_seed
API function
gnutls_protocol_get_id
API function
gnutls_protocol_get_name
API function
gnutls_protocol_get_version
API function
gnutls_protocol_list
API function
gnutls_psk_allocate_client_credentials
API function
gnutls_psk_allocate_server_credentials
API function
gnutls_psk_client_get_hint
API function
gnutls_psk_free_client_credentials
API function
gnutls_psk_free_server_credentials
API function
gnutls_psk_server_get_username
API function
gnutls_psk_set_client_credentials
API function
gnutls_psk_set_client_credentials_function
API function
gnutls_psk_set_params_function
API function
gnutls_psk_set_server_credentials_file
API function
gnutls_psk_set_server_credentials_function
API function
gnutls_psk_set_server_credentials_hint
API function
gnutls_psk_set_server_dh_params
API function
gnutls_psk_set_server_known_dh_params
API function
gnutls_psk_set_server_params_function
API function
gnutls_pubkey_deinit
API function
gnutls_pubkey_encrypt_data
API function
gnutls_pubkey_export
API function
gnutls_pubkey_export2
API function
gnutls_pubkey_export_dsa_raw
API function
gnutls_pubkey_export_dsa_raw2
API function
gnutls_pubkey_export_ecc_raw
API function
gnutls_pubkey_export_ecc_raw2
API function
gnutls_pubkey_export_ecc_x962
API function
gnutls_pubkey_export_gost_raw2
API function
gnutls_pubkey_export_rsa_raw
API function
gnutls_pubkey_export_rsa_raw2
API function
gnutls_pubkey_get_key_id
API function
gnutls_pubkey_get_key_usage
API function
gnutls_pubkey_get_openpgp_key_id
API function
gnutls_pubkey_get_pk_algorithm
API function
gnutls_pubkey_get_preferred_hash_algorithm
API function
gnutls_pubkey_get_spki
API function
gnutls_pubkey_import
API function
gnutls_pubkey_import_dsa_raw
API function
gnutls_pubkey_import_ecc_raw
API function
gnutls_pubkey_import_ecc_x962
API function
gnutls_pubkey_import_gost_raw
API function
gnutls_pubkey_import_openpgp
API function
gnutls_pubkey_import_openpgp_raw
API function
gnutls_pubkey_import_pkcs11
API function
gnutls_pubkey_import_privkey
API function
gnutls_pubkey_import_rsa_raw
API function
gnutls_pubkey_import_tpm_raw
API function
gnutls_pubkey_import_tpm_url
API function
gnutls_pubkey_import_url
API function
gnutls_pubkey_import_x509
API function
gnutls_pubkey_import_x509_crq
API function
gnutls_pubkey_import_x509_raw
API function
gnutls_pubkey_init
API function
gnutls_pubkey_print
API function
gnutls_pubkey_set_key_usage
API function
gnutls_pubkey_set_pin_function
API function
gnutls_pubkey_set_spki
API function
gnutls_pubkey_verify_data2
API function
gnutls_pubkey_verify_hash2
API function
gnutls_pubkey_verify_params
API function
gnutls_random_art
API function
gnutls_range_split
API function
gnutls_reauth
API function
gnutls_record_can_use_length_hiding
API function
gnutls_record_check_corked
API function
gnutls_record_check_pending
API function
gnutls_record_cork
API function
gnutls_record_disable_padding
API function
gnutls_record_discard_queued
API function
gnutls_record_get_direction
API function
gnutls_record_get_discarded
API function
gnutls_record_get_max_early_data_size
API function
gnutls_record_get_max_size
API function
gnutls_record_get_state
API function
gnutls_record_overhead_size
API function
gnutls_record_recv
API function
gnutls_record_recv_early_data
API function
gnutls_record_recv_packet
API function
gnutls_record_recv_seq
API function
gnutls_record_send
API function
gnutls_record_send2
API function
gnutls_record_send_early_data
API function
gnutls_record_send_range
API function
gnutls_record_set_max_early_data_size
API function
gnutls_record_set_max_recv_size
API function
gnutls_record_set_max_size
API function
gnutls_record_set_state
API function
gnutls_record_set_timeout
API function
gnutls_record_uncork
API function
gnutls_register_custom_url
API function
gnutls_rehandshake
API function
gnutls_rnd
API function
gnutls_rnd_refresh
API function
gnutls_safe_renegotiation_status
API function
gnutls_sec_param_get_name
API function
gnutls_sec_param_to_pk_bits
API function
gnutls_sec_param_to_symmetric_bits
API function
gnutls_server_name_get
API function
gnutls_server_name_set
API function
gnutls_session_channel_binding
API function
gnutls_session_enable_compatibility_mode
API function
gnutls_session_etm_status
API function
gnutls_session_ext_master_secret_status
API function
gnutls_session_ext_register
API function
gnutls_session_force_valid
API function
gnutls_session_get_data
API function
gnutls_session_get_data2
API function
gnutls_session_get_desc
API function
gnutls_session_get_flags
API function
gnutls_session_get_id
API function
gnutls_session_get_id2
API function
gnutls_session_get_master_secret
API function
gnutls_session_get_ptr
API function
gnutls_session_get_random
API function
gnutls_session_get_verify_cert_status
API function
gnutls_session_is_resumed
API function
gnutls_session_key_update
API function
gnutls_session_resumption_requested
API function
gnutls_session_set_data
API function
gnutls_session_set_id
API function
gnutls_session_set_premaster
API function
gnutls_session_set_ptr
API function
gnutls_session_set_verify_cert
API function
gnutls_session_set_verify_cert2
API function
gnutls_session_set_verify_function
API function
gnutls_session_supplemental_register
API function
gnutls_session_ticket_enable_client
API function
gnutls_session_ticket_enable_server
API function
gnutls_session_ticket_key_generate
API function
gnutls_session_ticket_send
API function
gnutls_set_default_priority
API function
gnutls_set_default_priority_append
API function
gnutls_sign_algorithm_get
API function
gnutls_sign_algorithm_get_client
API function
gnutls_sign_algorithm_get_requested
API function
gnutls_sign_get_hash_algorithm
API function
gnutls_sign_get_id
API function
gnutls_sign_get_name
API function
gnutls_sign_get_oid
API function
gnutls_sign_get_pk_algorithm
API function
gnutls_sign_is_secure
API function
gnutls_sign_is_secure2
API function
gnutls_sign_list
API function
gnutls_sign_supports_pk_algorithm
API function
gnutls_srp_allocate_client_credentials
API function
gnutls_srp_allocate_server_credentials
API function
gnutls_srp_base64_decode
API function
gnutls_srp_base64_decode2
API function
gnutls_srp_base64_encode
API function
gnutls_srp_base64_encode2
API function
gnutls_srp_free_client_credentials
API function
gnutls_srp_free_server_credentials
API function
gnutls_srp_server_get_username
API function
gnutls_srp_set_client_credentials
API function
gnutls_srp_set_client_credentials_function
API function
gnutls_srp_set_prime_bits
API function
gnutls_srp_set_server_credentials_file
API function
gnutls_srp_set_server_credentials_function
API function
gnutls_srp_set_server_fake_salt_seed
API function
gnutls_srp_verifier
API function
gnutls_srtp_get_keys
API function
gnutls_srtp_get_mki
API function
gnutls_srtp_get_profile_id
API function
gnutls_srtp_get_profile_name
API function
gnutls_srtp_get_selected_profile
API function
gnutls_srtp_set_mki
API function
gnutls_srtp_set_profile
API function
gnutls_srtp_set_profile_direct
API function
gnutls_store_commitment
API function
gnutls_store_pubkey
API function
gnutls_strerror
API function
gnutls_strerror_name
API function
gnutls_subject_alt_names_deinit
API function
gnutls_subject_alt_names_get
API function
gnutls_subject_alt_names_init
API function
gnutls_subject_alt_names_set
API function
gnutls_supplemental_get_name
API function
gnutls_supplemental_recv
API function
gnutls_supplemental_register
API function
gnutls_supplemental_send
API function
gnutls_system_key_add_x509
API function
gnutls_system_key_delete
API function
gnutls_system_key_iter_deinit
API function
gnutls_system_key_iter_get_info
API function
gnutls_system_recv_timeout
API function
gnutls_tdb_deinit
API function
gnutls_tdb_init
API function
gnutls_tdb_set_store_commitment_func
API function
gnutls_tdb_set_store_func
API function
gnutls_tdb_set_verify_func
API function
gnutls_tpm_get_registered
API function
gnutls_tpm_key_list_deinit
API function
gnutls_tpm_key_list_get_url
API function
gnutls_tpm_privkey_delete
API function
gnutls_tpm_privkey_generate
API function
gnutls_transport_get_int
API function
gnutls_transport_get_int2
API function
gnutls_transport_get_ptr
API function
gnutls_transport_get_ptr2
API function
gnutls_transport_set_errno
API function
gnutls_transport_set_errno_function
API function
gnutls_transport_set_fastopen
API function
gnutls_transport_set_int
API function
gnutls_transport_set_int2
API function
gnutls_transport_set_ptr
API function
gnutls_transport_set_ptr2
API function
gnutls_transport_set_pull_function
API function
gnutls_transport_set_pull_timeout_function
API function
gnutls_transport_set_push_function
API function
gnutls_transport_set_vec_push_function
API function
gnutls_url_is_supported
API function
gnutls_utf8_password_normalize
API function
gnutls_verify_stored_pubkey
API function
gnutls_x509_aia_deinit
API function
gnutls_x509_aia_get
API function
gnutls_x509_aia_init
API function
gnutls_x509_aia_set
API function
gnutls_x509_aki_deinit
API function
gnutls_x509_aki_get_cert_issuer
API function
gnutls_x509_aki_get_id
API function
gnutls_x509_aki_init
API function
gnutls_x509_aki_set_cert_issuer
API function
gnutls_x509_aki_set_id
API function
gnutls_x509_cidr_to_rfc5280
API function
gnutls_x509_crl_check_issuer
API function
gnutls_x509_crl_deinit
API function
gnutls_x509_crl_dist_points_deinit
API function
gnutls_x509_crl_dist_points_get
API function
gnutls_x509_crl_dist_points_init
API function
gnutls_x509_crl_dist_points_set
API function
gnutls_x509_crl_export
API function
gnutls_x509_crl_export2
API function
gnutls_x509_crl_get_authority_key_gn_serial
API function
gnutls_x509_crl_get_authority_key_id
API function
gnutls_x509_crl_get_crt_count
API function
gnutls_x509_crl_get_crt_serial
API function
gnutls_x509_crl_get_dn_oid
API function
gnutls_x509_crl_get_extension_data
API function
gnutls_x509_crl_get_extension_data2
API function
gnutls_x509_crl_get_extension_info
API function
gnutls_x509_crl_get_extension_oid
API function
gnutls_x509_crl_get_issuer_dn
API function
gnutls_x509_crl_get_issuer_dn2
API function
gnutls_x509_crl_get_issuer_dn3
API function
gnutls_x509_crl_get_issuer_dn_by_oid
API function
gnutls_x509_crl_get_next_update
API function
gnutls_x509_crl_get_number
API function
gnutls_x509_crl_get_raw_issuer_dn
API function
gnutls_x509_crl_get_signature
API function
gnutls_x509_crl_get_signature_algorithm
API function
gnutls_x509_crl_get_signature_oid
API function
gnutls_x509_crl_get_this_update
API function
gnutls_x509_crl_get_version
API function
gnutls_x509_crl_import
API function
gnutls_x509_crl_init
API function
gnutls_x509_crl_iter_crt_serial
API function
gnutls_x509_crl_iter_deinit
API function
gnutls_x509_crl_list_import
API function
gnutls_x509_crl_list_import2
API function
gnutls_x509_crl_print
API function
gnutls_x509_crl_privkey_sign
API function
gnutls_x509_crl_set_authority_key_id
API function
gnutls_x509_crl_set_crt
API function
gnutls_x509_crl_set_crt_serial
API function
gnutls_x509_crl_set_next_update
API function
gnutls_x509_crl_set_number
API function
gnutls_x509_crl_set_this_update
API function
gnutls_x509_crl_set_version
API function
gnutls_x509_crl_sign
API function
gnutls_x509_crl_sign2
API function
gnutls_x509_crl_verify
API function
gnutls_x509_crq_deinit
API function
gnutls_x509_crq_export
API function
gnutls_x509_crq_export2
API function
gnutls_x509_crq_get_attribute_by_oid
API function
gnutls_x509_crq_get_attribute_data
API function
gnutls_x509_crq_get_attribute_info
API function
gnutls_x509_crq_get_basic_constraints
API function
gnutls_x509_crq_get_challenge_password
API function
gnutls_x509_crq_get_dn
API function
gnutls_x509_crq_get_dn2
API function
gnutls_x509_crq_get_dn3
API function
gnutls_x509_crq_get_dn_by_oid
API function
gnutls_x509_crq_get_dn_oid
API function
gnutls_x509_crq_get_extension_by_oid
API function
gnutls_x509_crq_get_extension_by_oid2
API function
gnutls_x509_crq_get_extension_data
API function
gnutls_x509_crq_get_extension_data2
API function
gnutls_x509_crq_get_extension_info
API function
gnutls_x509_crq_get_key_id
API function
gnutls_x509_crq_get_key_purpose_oid
API function
gnutls_x509_crq_get_key_rsa_raw
API function
gnutls_x509_crq_get_key_usage
API function
gnutls_x509_crq_get_pk_algorithm
API function
gnutls_x509_crq_get_pk_oid
API function
gnutls_x509_crq_get_private_key_usage_period
API function
gnutls_x509_crq_get_signature_algorithm
API function
gnutls_x509_crq_get_signature_oid
API function
gnutls_x509_crq_get_spki
API function
gnutls_x509_crq_get_subject_alt_name
API function
gnutls_x509_crq_get_subject_alt_othername_oid
API function
gnutls_x509_crq_get_tlsfeatures
API function
gnutls_x509_crq_get_version
API function
gnutls_x509_crq_import
API function
gnutls_x509_crq_init
API function
gnutls_x509_crq_print
API function
gnutls_x509_crq_privkey_sign
API function
gnutls_x509_crq_set_attribute_by_oid
API function
gnutls_x509_crq_set_basic_constraints
API function
gnutls_x509_crq_set_challenge_password
API function
gnutls_x509_crq_set_dn
API function
gnutls_x509_crq_set_dn_by_oid
API function
gnutls_x509_crq_set_extension_by_oid
API function
gnutls_x509_crq_set_key
API function
gnutls_x509_crq_set_key_purpose_oid
API function
gnutls_x509_crq_set_key_rsa_raw
API function
gnutls_x509_crq_set_key_usage
API function
gnutls_x509_crq_set_private_key_usage_period
API function
gnutls_x509_crq_set_pubkey
API function
gnutls_x509_crq_set_spki
API function
gnutls_x509_crq_set_subject_alt_name
API function
gnutls_x509_crq_set_subject_alt_othername
API function
gnutls_x509_crq_set_tlsfeatures
API function
gnutls_x509_crq_set_version
API function
gnutls_x509_crq_sign
API function
gnutls_x509_crq_sign2
API function
gnutls_x509_crq_verify
API function
gnutls_x509_crt_check_email
API function
gnutls_x509_crt_check_hostname
API function
gnutls_x509_crt_check_hostname2
API function
gnutls_x509_crt_check_ip
API function
gnutls_x509_crt_check_issuer
API function
gnutls_x509_crt_check_key_purpose
API function
gnutls_x509_crt_check_revocation
API function
gnutls_x509_crt_cpy_crl_dist_points
API function
gnutls_x509_crt_deinit
API function
gnutls_x509_crt_equals
This function compares two gnutls_x509_crt_t certificates
gnutls_x509_crt_equals2
This function compares a gnutls_x509_crt_t cert with DER data
gnutls_x509_crt_export
API function
gnutls_x509_crt_export2
API function
gnutls_x509_crt_get_activation_time
API function
gnutls_x509_crt_get_authority_info_access
API function
gnutls_x509_crt_get_authority_key_gn_serial
API function
gnutls_x509_crt_get_authority_key_id
API function
gnutls_x509_crt_get_basic_constraints
API function
gnutls_x509_crt_get_ca_status
API function
gnutls_x509_crt_get_crl_dist_points
API function
gnutls_x509_crt_get_dn
API function
gnutls_x509_crt_get_dn2
API function
gnutls_x509_crt_get_dn3
API function
gnutls_x509_crt_get_dn_by_oid
API function
gnutls_x509_crt_get_dn_oid
API function
gnutls_x509_crt_get_expiration_time
API function
gnutls_x509_crt_get_extension_by_oid
API function
gnutls_x509_crt_get_extension_by_oid2
API function
gnutls_x509_crt_get_extension_data
API function
gnutls_x509_crt_get_extension_data2
API function
gnutls_x509_crt_get_extension_info
API function
gnutls_x509_crt_get_extension_oid
API function
gnutls_x509_crt_get_fingerprint
API function
gnutls_x509_crt_get_inhibit_anypolicy
API function
gnutls_x509_crt_get_issuer
API function
gnutls_x509_crt_get_issuer_alt_name
API function
gnutls_x509_crt_get_issuer_alt_name2
API function
gnutls_x509_crt_get_issuer_alt_othername_oid
API function
gnutls_x509_crt_get_issuer_dn
API function
gnutls_x509_crt_get_issuer_dn2
API function
gnutls_x509_crt_get_issuer_dn3
API function
gnutls_x509_crt_get_issuer_dn_by_oid
API function
gnutls_x509_crt_get_issuer_dn_oid
API function
gnutls_x509_crt_get_issuer_unique_id
API function
gnutls_x509_crt_get_key_id
API function
gnutls_x509_crt_get_key_purpose_oid
API function
gnutls_x509_crt_get_key_usage
API function
gnutls_x509_crt_get_name_constraints
API function
gnutls_x509_crt_get_pk_algorithm
API function
gnutls_x509_crt_get_pk_dsa_raw
API function
gnutls_x509_crt_get_pk_ecc_raw
API function
gnutls_x509_crt_get_pk_gost_raw
API function
gnutls_x509_crt_get_pk_oid
API function
gnutls_x509_crt_get_pk_rsa_raw
API function
gnutls_x509_crt_get_policy
API function
gnutls_x509_crt_get_preferred_hash_algorithm
API function
gnutls_x509_crt_get_private_key_usage_period
API function
gnutls_x509_crt_get_proxy
API function
gnutls_x509_crt_get_raw_dn
API function
gnutls_x509_crt_get_raw_issuer_dn
API function
gnutls_x509_crt_get_serial
API function
gnutls_x509_crt_get_signature
API function
gnutls_x509_crt_get_signature_algorithm
API function
gnutls_x509_crt_get_signature_oid
API function
gnutls_x509_crt_get_spki
API function
gnutls_x509_crt_get_subject
API function
gnutls_x509_crt_get_subject_alt_name
API function
gnutls_x509_crt_get_subject_alt_name2
API function
gnutls_x509_crt_get_subject_alt_othername_oid
API function
gnutls_x509_crt_get_subject_key_id
API function
gnutls_x509_crt_get_subject_unique_id
API function
gnutls_x509_crt_get_tlsfeatures
API function
gnutls_x509_crt_get_version
API function
gnutls_x509_crt_import
API function
gnutls_x509_crt_import_pkcs11
API function
gnutls_x509_crt_import_url
API function
gnutls_x509_crt_init
API function
gnutls_x509_crt_list_import
API function
gnutls_x509_crt_list_import2
API function
gnutls_x509_crt_list_import_pkcs11
API function
gnutls_x509_crt_list_import_url
API function
gnutls_x509_crt_list_verify
API function
gnutls_x509_crt_print
API function
gnutls_x509_crt_privkey_sign
API function
gnutls_x509_crt_set_activation_time
API function
gnutls_x509_crt_set_authority_info_access
API function
gnutls_x509_crt_set_authority_key_id
API function
gnutls_x509_crt_set_basic_constraints
API function
gnutls_x509_crt_set_ca_status
API function
gnutls_x509_crt_set_crl_dist_points
API function
gnutls_x509_crt_set_crl_dist_points2
API function
gnutls_x509_crt_set_crq
API function
gnutls_x509_crt_set_crq_extension_by_oid
API function
gnutls_x509_crt_set_crq_extensions
API function
gnutls_x509_crt_set_dn
API function
gnutls_x509_crt_set_dn_by_oid
API function
gnutls_x509_crt_set_expiration_time
API function
gnutls_x509_crt_set_extension_by_oid
API function
gnutls_x509_crt_set_flags
API function
gnutls_x509_crt_set_inhibit_anypolicy
API function
gnutls_x509_crt_set_issuer_alt_name
API function
gnutls_x509_crt_set_issuer_alt_othername
API function
gnutls_x509_crt_set_issuer_dn
API function
gnutls_x509_crt_set_issuer_dn_by_oid
API function
gnutls_x509_crt_set_issuer_unique_id
API function
gnutls_x509_crt_set_key
API function
gnutls_x509_crt_set_key_purpose_oid
API function
gnutls_x509_crt_set_key_usage
API function
gnutls_x509_crt_set_name_constraints
API function
gnutls_x509_crt_set_pin_function
API function
gnutls_x509_crt_set_policy
API function
gnutls_x509_crt_set_private_key_usage_period
API function
gnutls_x509_crt_set_proxy
API function
gnutls_x509_crt_set_proxy_dn
API function
gnutls_x509_crt_set_pubkey
API function
gnutls_x509_crt_set_serial
API function
gnutls_x509_crt_set_spki
API function
gnutls_x509_crt_set_subject_alternative_name
API function
gnutls_x509_crt_set_subject_alt_name
API function
gnutls_x509_crt_set_subject_alt_othername
API function
gnutls_x509_crt_set_subject_key_id
API function
gnutls_x509_crt_set_subject_unique_id
API function
gnutls_x509_crt_set_tlsfeatures
API function
gnutls_x509_crt_set_version
API function
gnutls_x509_crt_sign
API function
gnutls_x509_crt_sign2
API function
gnutls_x509_crt_verify
API function
gnutls_x509_crt_verify_data2
API function
gnutls_x509_dn_deinit
API function
gnutls_x509_dn_export
API function
gnutls_x509_dn_export2
API function
gnutls_x509_dn_get_rdn_ava
API function
gnutls_x509_dn_get_str
API function
gnutls_x509_dn_get_str2
API function
gnutls_x509_dn_import
API function
gnutls_x509_dn_init
API function
gnutls_x509_dn_oid_known
API function
gnutls_x509_dn_oid_name
API function
gnutls_x509_dn_set_str
API function
gnutls_x509_ext_deinit
API function
gnutls_x509_ext_export_aia
API function
gnutls_x509_ext_export_authority_key_id
API function
gnutls_x509_ext_export_basic_constraints
API function
gnutls_x509_ext_export_crl_dist_points
API function
gnutls_x509_ext_export_inhibit_anypolicy
API function
gnutls_x509_ext_export_key_purposes
API function
gnutls_x509_ext_export_key_usage
API function
gnutls_x509_ext_export_name_constraints
API function
gnutls_x509_ext_export_policies
API function
gnutls_x509_ext_export_private_key_usage_period
API function
gnutls_x509_ext_export_proxy
API function
gnutls_x509_ext_export_subject_alt_names
API function
gnutls_x509_ext_export_subject_key_id
API function
gnutls_x509_ext_export_tlsfeatures
API function
gnutls_x509_ext_import_aia
API function
gnutls_x509_ext_import_authority_key_id
API function
gnutls_x509_ext_import_basic_constraints
API function
gnutls_x509_ext_import_crl_dist_points
API function
gnutls_x509_ext_import_inhibit_anypolicy
API function
gnutls_x509_ext_import_key_purposes
API function
gnutls_x509_ext_import_key_usage
API function
gnutls_x509_ext_import_name_constraints
API function
gnutls_x509_ext_import_policies
API function
gnutls_x509_ext_import_private_key_usage_period
API function
gnutls_x509_ext_import_proxy
API function
gnutls_x509_ext_import_subject_alt_names
API function
gnutls_x509_ext_import_subject_key_id
API function
gnutls_x509_ext_import_tlsfeatures
API function
gnutls_x509_ext_print
API function
gnutls_x509_key_purpose_deinit
API function
gnutls_x509_key_purpose_get
API function
gnutls_x509_key_purpose_init
API function
gnutls_x509_key_purpose_set
API function
gnutls_x509_name_constraints_add_excluded
API function
gnutls_x509_name_constraints_add_permitted
API function
gnutls_x509_name_constraints_check
API function
gnutls_x509_name_constraints_check_crt
API function
gnutls_x509_name_constraints_deinit
API function
gnutls_x509_name_constraints_get_excluded
API function
gnutls_x509_name_constraints_get_permitted
API function
gnutls_x509_name_constraints_init
API function
gnutls_x509_othername_to_virtual
API function
gnutls_x509_policies_deinit
API function
gnutls_x509_policies_get
API function
gnutls_x509_policies_init
API function
gnutls_x509_policies_set
API function
gnutls_x509_policy_release
API function
gnutls_x509_privkey_cpy
API function
gnutls_x509_privkey_deinit
API function
gnutls_x509_privkey_export
API function
gnutls_x509_privkey_export2
API function
gnutls_x509_privkey_export2_pkcs8
API function
gnutls_x509_privkey_export_dsa_raw
API function
gnutls_x509_privkey_export_ecc_raw
API function
gnutls_x509_privkey_export_gost_raw
API function
gnutls_x509_privkey_export_pkcs8
API function
gnutls_x509_privkey_export_rsa_raw
API function
gnutls_x509_privkey_export_rsa_raw2
API function
gnutls_x509_privkey_fix
API function
gnutls_x509_privkey_generate
API function
gnutls_x509_privkey_generate2
API function
gnutls_x509_privkey_get_key_id
API function
gnutls_x509_privkey_get_pk_algorithm
API function
gnutls_x509_privkey_get_pk_algorithm2
API function
gnutls_x509_privkey_get_seed
API function
gnutls_x509_privkey_get_spki
API function
gnutls_x509_privkey_import
API function
gnutls_x509_privkey_import2
API function
gnutls_x509_privkey_import_dsa_raw
API function
gnutls_x509_privkey_import_ecc_raw
API function
gnutls_x509_privkey_import_gost_raw
API function
gnutls_x509_privkey_import_openssl
API function
gnutls_x509_privkey_import_pkcs8
API function
gnutls_x509_privkey_import_rsa_raw
API function
gnutls_x509_privkey_import_rsa_raw2
API function
gnutls_x509_privkey_init
API function
gnutls_x509_privkey_sec_param
API function
gnutls_x509_privkey_set_flags
API function
gnutls_x509_privkey_set_pin_function
API function
gnutls_x509_privkey_set_spki
API function
gnutls_x509_privkey_sign_data
API function
gnutls_x509_privkey_sign_hash
API function
gnutls_x509_privkey_verify_params
API function
gnutls_x509_privkey_verify_seed
API function
gnutls_x509_rdn_get
API function
gnutls_x509_rdn_get2
API function
gnutls_x509_rdn_get_by_oid
API function
gnutls_x509_rdn_get_oid
API function
gnutls_x509_spki_deinit
API function
gnutls_x509_spki_get_rsa_pss_params
API function
gnutls_x509_spki_init
API function
gnutls_x509_spki_set_rsa_pss_params
API function
gnutls_x509_tlsfeatures_add
API function
gnutls_x509_tlsfeatures_check_crt
API function
gnutls_x509_tlsfeatures_deinit
API function
gnutls_x509_tlsfeatures_get
API function
gnutls_x509_tlsfeatures_init
API function
gnutls_x509_trust_list_add_cas
API function
gnutls_x509_trust_list_add_crls
API function
gnutls_x509_trust_list_add_named_crt
API function
gnutls_x509_trust_list_add_system_trust
API function
gnutls_x509_trust_list_add_trust_dir
API function
gnutls_x509_trust_list_add_trust_file
API function
gnutls_x509_trust_list_add_trust_mem
API function
gnutls_x509_trust_list_deinit
API function
gnutls_x509_trust_list_get_issuer
API function
gnutls_x509_trust_list_get_issuer_by_dn
API function
gnutls_x509_trust_list_get_issuer_by_subject_key_id
API function
gnutls_x509_trust_list_init
API function
gnutls_x509_trust_list_iter_deinit
API function
gnutls_x509_trust_list_iter_get_ca
API function
gnutls_x509_trust_list_remove_cas
API function
gnutls_x509_trust_list_remove_trust_file
API function
gnutls_x509_trust_list_remove_trust_mem
API function
gnutls_x509_trust_list_verify_crt
API function
gnutls_x509_trust_list_verify_crt2
API function
gnutls_x509_trust_list_verify_named_crt
API function
grantpt
grant access to the slave pseudoterminal
group_member
test whether a process is in a group
gsignal
software signal facility
handle_to_fshandle
file handle operations
hash
hash.h
hasmntopt
get filesystem descriptor file entry
hcreate
hash table management
hcreate_r
hash table management
hdestroy
hash table management
hdestroy_r
hash table management
h_errno
get network host entry
herror
get network host entry
history
GNU History Library
hsearch
hash table management
hsearch_r
hash table management
hstrerror
get network host entry
htobe16
convert values between host and big-/little-endian byte order
htobe32
convert values between host and big-/little-endian byte order
htobe64
convert values between host and big-/little-endian byte order
htole16
convert values between host and big-/little-endian byte order
htole32
convert values between host and big-/little-endian byte order
htole64
convert values between host and big-/little-endian byte order
htonl
convert values between host and network byte order
htons
convert values between host and network byte order
HUGE_VAL
floating-point constants
HUGE_VALF
floating-point constants
HUGE_VALL
floating-point constants
hypot
Euclidean distance function
hypotf
Euclidean distance function
hypotl
Euclidean distance function
ibv_ack_async_event
get or acknowledge asynchronous events
ibv_ack_cq_events
get and acknowledge completion queue (CQ) events
ibv_alloc_dm
allocate or free a device memory buffer (DMs) and perform memory copy to or from it
ibv_alloc_mw
allocate or deallocate a memory window (MW)
ibv_alloc_parent_domain
allocate and deallocate the parent domain object
ibv_alloc_pd
allocate or deallocate a protection domain (PDs)
ibv_alloc_td
allocate and deallocate thread domain object
ibv_bind_mw
post a request to bind a type 1 memory window to a memory region
ibv_close_device
open and close an RDMA device context
ibv_close_xrcd
open or close an XRC protection domain (XRCDs)
ibv_create_ah
create or destroy an address handle (AH)
ibv_create_ah_from_wc
initialize or create an address handle (AH) from a work completion
ibv_create_comp_channel
create or destroy a completion event channel
ibv_create_cq
create or destroy a completion queue (CQ)
ibv_create_cq_ex
create a completion queue (CQ)
ibv_create_flow
create or destroy flow steering rules
ibv_create_qp
create or destroy a queue pair (QP)
ibv_create_qp_ex
create or destroy a queue pair (QP)
ibv_create_rwq_ind_table
create or destroy a Receive Work Queue Indirection Table (RWQ IND TBL).
ibv_create_srq
create or destroy a shared receive queue (SRQ)
ibv_create_srq_ex
create or destroy a shared receive queue (SRQ)
ibv_create_wq
create or destroy a Work Queue (WQ).
ibv_dealloc_mw
allocate or deallocate a memory window (MW)
ibv_dealloc_pd
allocate or deallocate a protection domain (PDs)
ibv_dereg_mr
register or deregister a memory region (MR)
ibv_destroy_ah
create or destroy an address handle (AH)
ibv_destroy_comp_channel
create or destroy a completion event channel
ibv_destroy_cq
create or destroy a completion queue (CQ)
ibv_destroy_flow
create or destroy flow steering rules
ibv_destroy_qp
create or destroy a queue pair (QP)
ibv_destroy_rwq_ind_table
create or destroy a Receive Work Queue Indirection Table (RWQ IND TBL).
ibv_destroy_srq
create or destroy a shared receive queue (SRQ)
ibv_destroy_wq
create or destroy a Work Queue (WQ).
ibv_get_async_event
get or acknowledge asynchronous events
ibv_get_cq_event
get and acknowledge completion queue (CQ) events
ibv_init_ah_from_wc
initialize or create an address handle (AH) from a work completion
ibv_modify_cq
modify a completion queue (CQ)
ibv_modify_qp
modify the attributes of a queue pair (QP)
ibv_modify_qp_rate_limit
modify the send rate limits attributes of a queue pair (QP)
ibv_modify_srq
modify attributes of a shared receive queue (SRQ)
ibv_modify_wq
Modify a Work Queue (WQ).
ibv_open_device
open and close an RDMA device context
ibv_open_qp
open a shareable queue pair (QP)
ibv_open_xrcd
open or close an XRC protection domain (XRCDs)
ibv_poll_cq
poll a completion queue (CQ)
ibv_post_recv
post a list of work requests (WRs) to a receive queue
ibv_post_send
post a list of work requests (WRs) to a send queue
ibv_post_srq_ops
perform on a special shared receive queue (SRQ) configuration manipulations
ibv_post_srq_recv
post a list of work requests (WRs) to a shared receive queue (SRQ)
ibv_query_device
query an RDMA device's attributes
ibv_query_device_ex
query an RDMA device's attributes
ibv_query_port
query an RDMA port's attributes
ibv_query_qp
get the attributes of a queue pair (QP)
ibv_query_rt_values_ex
query an RDMA device for some real time values
ibv_query_srq
get the attributes of a shared receive queue (SRQ)
ibv_reg_mr
register or deregister a memory region (MR)
iconv_close
deallocate descriptor for character set conversion
iconv_open
allocate descriptor for character set conversion
if_freenameindex
get network interface names and indexes
if_indextoname
mappings between network interface names and indexes
if_nameindex
get network interface names and indexes
if_nametoindex
mappings between network interface names and indexes
ilogb
get integer exponent of a floating-point value
ilogbf
get integer exponent of a floating-point value
ilogbl
get integer exponent of a floating-point value
imaxabs
compute the absolute value of an integer
imaxdiv
compute quotient and remainder of an integer division
inet
Internet address manipulation routines
inet_addr
Internet address manipulation routines
inet_aton
Internet address manipulation routines
inet_lnaof
Internet address manipulation routines
inet_makeaddr
Internet address manipulation routines
inet_net_ntop
Internet network number conversion
inet_netof
Internet address manipulation routines
inet_net_pton
Internet network number conversion
inet_network
Internet address manipulation routines
inet_ntoa
Internet address manipulation routines
inet_ntop
convert IPv4 and IPv6 addresses from binary to text form
inet_pton
convert IPv4 and IPv6 addresses from text to binary form
INFINITY
floating-point constants
initgroups
initialize the supplementary group access list
init_selinuxmnt
initialize the global variable selinux_mnt
initstate
random number generator
initstate_r
reentrant random number generator
innetgr
handle network group entries
insque
insert/remove an item from a queue
iruserok
routines for returning a stream to a remote command
iruserok_af
routines for returning a stream to a remote command
isalnum
character classification functions
isalnum_l
character classification functions
isalpha
character classification functions
isalpha_l
character classification functions
isascii
character classification functions
isascii_l
character classification functions
isatty
test whether a file descriptor refers to a terminal
isblank
character classification functions
isblank_l
character classification functions
iscntrl
character classification functions
iscntrl_l
character classification functions
is_context_customizable
check whether SELinux context type is customizable by the administrator
isdigit
character classification functions
isdigit_l
character classification functions
isfdtype
test file type of a file descriptor
isfinite
floating-point classification macros
isgraph
character classification functions
isgraph_l
character classification functions
isgreater
floating-point relational tests without exception for NaN
isgreaterequal
floating-point relational tests without exception for NaN
isinf
floating-point classification macros
isinff
BSD floating-point classification functions
isinfl
BSD floating-point classification functions
isless
floating-point relational tests without exception for NaN
islessequal
floating-point relational tests without exception for NaN
islessgreater
floating-point relational tests without exception for NaN
islower
character classification functions
islower_l
character classification functions
isnan
floating-point classification macros
isnanf
BSD floating-point classification functions
isnanl
BSD floating-point classification functions
isnormal
floating-point classification macros
isprint
character classification functions
isprint_l
character classification functions
ispunct
character classification functions
ispunct_l
character classification functions
is_selinux_enabled
check whether SELinux is enabled
is_selinux_mls_enabled
check whether SELinux is enabled
isspace
character classification functions
isspace_l
character classification functions
isunordered
floating-point relational tests without exception for NaN
isupper
character classification functions
isupper_l
character classification functions
iswalnum
test for alphanumeric wide character
iswalpha
test for alphabetic wide character
iswblank
test for whitespace wide character
iswcntrl
test for control wide character
iswctype
wide-character classification
iswdigit
test for decimal digit wide character
iswgraph
test for graphic wide character
iswlower
test for lowercase wide character
iswprint
test for printing wide character
iswpunct
test for punctuation or symbolic wide character
iswspace
test for whitespace wide character
iswupper
test for uppercase wide character
iswxdigit
test for hexadecimal digit wide character
isxdigit
character classification functions
isxdigit_l
character classification functions
j0
Bessel functions of the first kind
j0f
Bessel functions of the first kind
j0l
Bessel functions of the first kind
j1
Bessel functions of the first kind
j1f
Bessel functions of the first kind
j1l
Bessel functions of the first kind
jn
Bessel functions of the first kind
jnf
Bessel functions of the first kind
jnl
Bessel functions of the first kind
jrand48
generate uniformly distributed pseudo-random numbers
jrand48_r
generate uniformly distributed pseudo-random numbers reentrantly
keyctl_assume_authority
key instantiation functions
keyctl_chown
change the ownership of a key
keyctl_clear
clear a keyring
keyctl_describe
describe a key
keyctl_dh_compute
Derive key from a Diffie-Hellman shared secret
keyctl_dh_compute_kdf
Derive key from a Diffie-Hellman shared secret
keyctl_get_keyring_ID
get the ID of a special keyring
keyctl_get_persistent
get the persistent keyring for a user
keyctl_get_security
retrieve a key's security context
keyctl_instantiate
key instantiation functions
keyctl_instantiate_iov
key instantiation functions
keyctl_invalidate
invalidate a key
keyctl_join_session_keyring
join a different session keyring
keyctl_link
link/unlink a key to/from a keyring
keyctl_negate
key instantiation functions
keyctl_pkey_decrypt
Encrypt and decrypt data
keyctl_pkey_encrypt
Encrypt and decrypt data
keyctl_pkey_query
Query public key parameters
keyctl_pkey_sign
Generate and verify signatures
keyctl_read
read a key
keyctl_reject
key instantiation functions
keyctl_restrict_keyring
restrict keys that may be linked to a keyring
keyctl_revoke
revoke a key
keyctl_search
search a keyring for a key
keyctl_session_to_parent
set the parent process's session keyring
keyctl_setperm
change the permissions mask on a key
keyctl_set_reqkey_keyring
set the implicit destination keyring
keyctl_set_timeout
set the expiration timer on a key
keyctl_unlink
link/unlink a key to/from a keyring
keyctl_update
update a key
key_decryptsession
interfaces to rpc keyserver daemon
key_encryptsession
interfaces to rpc keyserver daemon
key_gendes
interfaces to rpc keyserver daemon
key_secretkey_is_set
interfaces to rpc keyserver daemon
key_setsecret
interfaces to rpc keyserver daemon
klogctl
read and/or clear kernel message ring buffer; set console_loglevel
l64a
convert between long and base-64
labs
compute the absolute value of an integer
lber-decode
OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
lber-encode
OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
lber-memory
OpenLDAP LBER memory allocators
lber-sockbuf
OpenLDAP LBER I/O infrastructure
lber-types
OpenLDAP LBER types and allocation functions
lckpwdf
get shadow password file entry
lcong48
generate uniformly distributed pseudo-random numbers
lcong48_r
generate uniformly distributed pseudo-random numbers reentrantly
ldap
OpenLDAP Lightweight Directory Access Protocol API
ldap_abandon
Abandon an LDAP operation in progress
ldap_abandon_ext
Abandon an LDAP operation in progress
ldap_add
Perform an LDAP add operation
ldap_add_ext
Perform an LDAP add operation
ldap_add_ext_s
Perform an LDAP add operation
ldap_add_s
Perform an LDAP add operation
ldap_attributetype2name
Schema definition handling routines
ldap_attributetype2str
Schema definition handling routines
ldap_attributetype_free
Schema definition handling routines
ldap_bind
LDAP bind routines
ldap_bind_s
LDAP bind routines
ldap_compare
Perform an LDAP compare operation.
ldap_compare_ext
Perform an LDAP compare operation.
ldap_compare_ext_s
Perform an LDAP compare operation.
ldap_compare_s
Perform an LDAP compare operation.
ldap_control_create
LDAP control manipulation routines
ldap_control_dup
LDAP control manipulation routines
ldap_control_find
LDAP control manipulation routines
ldap_control_free
LDAP control manipulation routines
ldap_controls
LDAP control manipulation routines
ldap_controls_dup
LDAP control manipulation routines
ldap_controls_free
LDAP control manipulation routines
ldap_count_entries
LDAP result entry parsing and counting routines
ldap_count_messages
Stepping through messages in a result chain
ldap_count_references
Stepping through continuation references in a result chain
ldap_count_values
LDAP attribute value handling routines
ldap_count_values_len
LDAP attribute value handling routines
ldap_dcedn2dn
LDAP DN handling routines
ldap_delete
Perform an LDAP delete operation.
ldap_delete_ext
Perform an LDAP delete operation.
ldap_delete_ext_s
Perform an LDAP delete operation.
ldap_delete_s
Perform an LDAP delete operation.
ldap_destroy
Duplicate and destroy LDAP session handles
ldap_dn2ad_canonical
LDAP DN handling routines
ldap_dn2dcedn
LDAP DN handling routines
ldap_dn2str
LDAP DN handling routines
ldap_dn2ufn
LDAP DN handling routines
ldap_dnfree
LDAP DN handling routines
ldap_dup
Duplicate and destroy LDAP session handles
ldap_err2string
LDAP protocol error handling routines
ldap_errlist
LDAP protocol error handling routines
ldap_error
LDAP protocol error handling routines
ldap_explode_dn
LDAP DN handling routines
ldap_explode_rdn
LDAP DN handling routines
ldap_extended_operation
Extends the LDAP operations to the LDAP server.
ldap_extended_operation_s
Extends the LDAP operations to the LDAP server.
ldap_first_attribute
step through LDAP entry attributes
ldap_first_entry
LDAP result entry parsing and counting routines
ldap_first_message
Stepping through messages in a result chain
ldap_first_reference
Stepping through continuation references in a result chain
ldap_free_urldesc
LDAP Uniform Resource Locator routines
ldap_get_dn
LDAP DN handling routines
ldap_get_option
LDAP option handling routines
ldap_get_values
LDAP attribute value handling routines
ldap_get_values_len
LDAP attribute value handling routines
ldap_init
Initialize the LDAP library and open a connection to an LDAP server
ldap_init_fd
Initialize the LDAP library and open a connection to an LDAP server
ldap_initialize
Initialize the LDAP library and open a connection to an LDAP server
ldap_install_tls
LDAP TLS initialization routines
ldap_is_ldap_url
LDAP Uniform Resource Locator routines
ldap_matchingrule2name
Schema definition handling routines
ldap_matchingrule2str
Schema definition handling routines
ldap_matchingrule_free
Schema definition handling routines
ldap_memalloc
LDAP memory allocation routines
ldap_memcalloc
LDAP memory allocation routines
ldap_memfree
LDAP memory allocation routines
ldap_memory
LDAP memory allocation routines
ldap_memrealloc
LDAP memory allocation routines
ldap_memvfree
LDAP memory allocation routines
ldap_modify
Perform an LDAP modify operation
ldap_modify_ext
Perform an LDAP modify operation
ldap_modify_ext_s
Perform an LDAP modify operation
ldap_modify_s
Perform an LDAP modify operation
ldap_modrdn
Perform an LDAP modify RDN operation
ldap_modrdn2
Perform an LDAP modify RDN operation
ldap_modrdn2_s
Perform an LDAP modify RDN operation
ldap_modrdn_s
Perform an LDAP modify RDN operation
ldap_mods_free
Perform an LDAP modify operation
ldap_msgfree
Wait for the result of an LDAP operation
ldap_msgid
Wait for the result of an LDAP operation
ldap_msgtype
Wait for the result of an LDAP operation
ldap_next_attribute
step through LDAP entry attributes
ldap_next_entry
LDAP result entry parsing and counting routines
ldap_next_message
Stepping through messages in a result chain
ldap_next_reference
Stepping through continuation references in a result chain
ldap_objectclass2name
Schema definition handling routines
ldap_objectclass2str
Schema definition handling routines
ldap_objectclass_free
Schema definition handling routines
ldap_open
Initialize the LDAP library and open a connection to an LDAP server
ldap_parse_extended_result
Parsing results
ldap_parse_reference
Extract referrals and controls from a reference message
ldap_parse_result
Parsing results
ldap_parse_sasl_bind_result
Parsing results
ldap_parse_sort_control
Decode the information returned from a search operation that used a server-side sort control
ldap_parse_vlv_control
Decode the information returned from a search operation that used a VLV (virtual list view) control
ldap_perror
LDAP protocol error handling routines
ldap_rename
Renames the specified entry.
ldap_rename_s
Renames the specified entry.
ldap_result
Wait for the result of an LDAP operation
ldap_result2error
LDAP protocol error handling routines
ldap_sasl_bind
LDAP bind routines
ldap_sasl_bind_s
LDAP bind routines
ldap_schema
Schema definition handling routines
ldap_scherr2str
Schema definition handling routines
ldap_search
Perform an LDAP search operation
ldap_search_ext
Perform an LDAP search operation
ldap_search_ext_s
Perform an LDAP search operation
ldap_search_s
Perform an LDAP search operation
ldap_search_st
Perform an LDAP search operation
ldap_set_option
LDAP option handling routines
ldap_set_rebind_proc
LDAP bind routines
ldap_set_urllist_proc
Initialize the LDAP library and open a connection to an LDAP server
ldap_simple_bind
LDAP bind routines
ldap_simple_bind_s
LDAP bind routines
ldap_sort
LDAP sorting routines (deprecated)
ldap_sort_entries
LDAP sorting routines (deprecated)
ldap_sort_strcasecmp
LDAP sorting routines (deprecated)
ldap_sort_values
LDAP sorting routines (deprecated)
ldap_start_tls
LDAP TLS initialization routines
ldap_start_tls_s
LDAP TLS initialization routines
ldap_str2attributetype
Schema definition handling routines
ldap_str2dn
LDAP DN handling routines
ldap_str2matchingrule
Schema definition handling routines
ldap_str2objectclass
Schema definition handling routines
ldap_str2syntax
Schema definition handling routines
ldap_strdup
LDAP memory allocation routines
ldap_sync
LDAP sync routines
ldap_syntax2name
Schema definition handling routines
ldap_syntax2str
Schema definition handling routines
ldap_syntax_free
Schema definition handling routines
ldap_tls
LDAP TLS initialization routines
ldap_tls_inplace
LDAP TLS initialization routines
ldap_unbind
LDAP bind routines
ldap_unbind_ext
LDAP bind routines
ldap_unbind_ext_s
LDAP bind routines
ldap_unbind_s
LDAP bind routines
ldap_url
LDAP Uniform Resource Locator routines
ldap_url_parse
LDAP Uniform Resource Locator routines
ldap_value_free
LDAP attribute value handling routines
ldap_value_free_len
LDAP attribute value handling routines
ld_errno
LDAP protocol error handling routines
ldexp
multiply floating-point number by integral power of 2
ldexpf
multiply floating-point number by integral power of 2
ldexpl
multiply floating-point number by integral power of 2
ldiv
compute quotient and remainder of an integer division
le16toh
convert values between host and big-/little-endian byte order
le32toh
convert values between host and big-/little-endian byte order
le64toh
convert values between host and big-/little-endian byte order
lfind
linear search of an array
lgamma
log gamma function
lgammaf
log gamma function
lgammaf_r
log gamma function
lgammal
log gamma function
lgammal_r
log gamma function
lgamma_r
log gamma function
lgetfilecon
get SELinux security context of a file
lgetfilecon_raw
get SELinux security context of a file
libblkid
block device identification library
libcap
capability data object manipulation
libexpect
programmed dialogue library with interactive programs
libmagic
Magic number recognition library
libnetlink
A library for accessing the netlink service
libpfm
a helper library to develop monitoring tools
libpfm_amd64
support for AMD64 processors
libpfm_amd64_fam10h
support for AMD64 Family 10h processors
libpfm_amd64_fam15h
support for AMD64 Family 15h processors
libpfm_amd64_fam16h
support for AMD64 Family 16h processors
libpfm_amd64_fam17h
support for AMD64 Family 17h processors
libpfm_amd64_k7
support for AMD64 K7 processors
libpfm_amd64_k8
support for AMD64 K8 processors
libpfm_intel_atom
support for Intel Atom processors
libpfm_intel_bdw
support for Intel Broadwell core PMU
libpfm_intel_bdx_unc_cbo
support for Intel Broadwell Server C-Box uncore PMU
libpfm_intel_bdx_unc_ha
support for Intel Broadwell Server Home Agent (HA) uncore PMU
libpfm_intel_bdx_unc_imc
support for Intel Broadwell Server Integrated Memory Controller (IMC)  uncore PMU
libpfm_intel_bdx_unc_irp
support for Intel Broadwell Server IRP uncore PMU
libpfm_intel_bdx_unc_pcu
support for Intel Broadwell Server Power Controller Unit (PCU) uncore PMU
libpfm_intel_bdx_unc_qpi
support for Intel Broadwell Server  QPI uncore PMU
libpfm_intel_bdx_unc_r2pcie
support for Intel Broadwell Server R2 PCIe  uncore PMU
libpfm_intel_bdx_unc_r3qpi
support for Intel Broadwell Server R3QPI uncore PMU
libpfm_intel_bdx_unc_sbo
support for Intel Broadwell Server S-Box uncore PMU
libpfm_intel_bdx_unc_ubo
support for Intel Broadwell Server U-Box uncore PMU
libpfm_intel_core
support for Intel Core-based processors
libpfm_intel_glm
support for Intel Goldmont core PMU
libpfm_intel_hsw
support for Intel Haswell core PMU
libpfm_intel_hswep_unc_cbo
support for Intel Haswell-EP C-Box uncore PMU
libpfm_intel_hswep_unc_ha
support for Intel Haswell-EP Home Agent (HA) uncore PMU
libpfm_intel_hswep_unc_imc
support for Intel Haswell-EP Integrated Memory Controller (IMC)  uncore PMU
libpfm_intel_hswep_unc_irp
support for Intel Haswell-EP IRP uncore PMU
libpfm_intel_hswep_unc_pcu
support for Intel Haswell-EP Power Controller Unit (PCU) uncore PMU
libpfm_intel_hswep_unc_qpi
support for Intel Haswell-EP QPI uncore PMU
libpfm_intel_hswep_unc_r2pcie
support for Intel Haswell-EP R2 PCIe  uncore PMU
libpfm_intel_hswep_unc_r3qpi
support for Intel Haswell-EP R3QPI uncore PMU
libpfm_intel_hswep_unc_sbo
support for Intel Haswell-EP S-Box uncore PMU
libpfm_intel_hswep_unc_ubo
support for Intel Haswell-EP U-Box uncore PMU
libpfm_intel_ivb
support for Intel Ivy Bridge core PMU
libpfm_intel_ivbep_unc_cbo
support for Intel Ivy Bridge-EP C-Box uncore PMU
libpfm_intel_ivbep_unc_ha
support for Intel Ivy Bridge-EP Home Agent (HA) uncore PMU
libpfm_intel_ivbep_unc_imc
support for Intel Ivy Bridge-EP Integrated Memory Controller (IMC)  uncore PMU
libpfm_intel_ivbep_unc_irp
support for Intel Ivy Bridge-EP IRP uncore PMU
libpfm_intel_ivbep_unc_pcu
support for Intel Ivy Bridge-EP Power Controller Unit (PCU) uncore PMU
libpfm_intel_ivbep_unc_qpi
support for Intel Ivy Bridge-EP QPI uncore PMU
libpfm_intel_ivbep_unc_r2pcie
support for Intel Ivy Bridge-EP R2 PCIe  uncore PMU
libpfm_intel_ivbep_unc_r3qpi
support for Intel Ivy Bridge-EP R3QPI uncore PMU
libpfm_intel_ivbep_unc_ubo
support for Intel Ivy Bridge-EP U-Box uncore PMU
libpfm_intel_ivb_unc
support for Intel Ivy Bridge uncore PMU
libpfm_intel_knc
support for Intel Knights Corner
libpfm_intel_knl
support for Intel Kinghts Landing core PMU
libpfm_intel_knm
support for Intel Knights Mill core PMU
libpfm_intel_nhm
support for Intel Nehalem core PMU
libpfm_intel_nhm_unc
libpfm_intel_rapl
support for Intel RAPL PMU
libpfm_intel_skl
support for Intel SkyLake core PMU
libpfm_intel_skx_unc_cha
support for Intel Skylake X Server CHA-Box uncore PMU
libpfm_intel_skx_unc_imc
support for Intel Skylake X Server Integrated Memory Controller (IMC)  uncore PMU
libpfm_intel_skx_unc_irp
support for Intel Broadwell Server IRP uncore PMU
libpfm_intel_skx_unc_m2m
support for Intel Skylake X Server M2M uncore PMU
libpfm_intel_skx_unc_m3upi
support for Intel Skylake X Server M3UPI uncore PMU
libpfm_intel_skx_unc_pcu
support for Intel Skylake X Power Controller Unit (PCU) uncore PMU
libpfm_intel_skx_unc_ubo
support for Intel Skylake X Server U-Box uncore PMU
libpfm_intel_skx_unc_upi
support for Intel Skylake X Server UPI uncore PMU
libpfm_intel_slm
support for Intel Silvermont core PMU
libpfm_intel_snb
support for Intel Sandy Bridge core PMU
libpfm_intel_snbep_unc_cbo
support for Intel Sandy Bridge-EP C-Box uncore PMU
libpfm_intel_snbep_unc_ha
support for Intel Sandy Bridge-EP Home Agent (HA) uncore PMU
libpfm_intel_snbep_unc_imc
support for Intel Sandy Bridge-EP Integrated Memory Controller (IMC)  uncore PMU
libpfm_intel_snbep_unc_pcu
support for Intel Sandy Bridge-EP Power Controller Unit (PCU) uncore PMU
libpfm_intel_snbep_unc_qpi
support for Intel Sandy Bridge-EP QPI uncore PMU
libpfm_intel_snbep_unc_r2pcie
support for Intel Sandy Bridge-EP R2 PCIe  uncore PMU
libpfm_intel_snbep_unc_r3qpi
support for Intel Sandy Bridge-EP R3QPI uncore PMU
libpfm_intel_snbep_unc_ubo
support for Intel Sandy Bridge-EP U-Box uncore PMU
libpfm_intel_snb_unc
support for Intel Sandy Bridge uncore PMU
libpfm_intel_wsm
support for Intel Westmere core PMU
libpfm_intel_wsm_unc
libpfm_intel_x86_arch
support for Intel X86 architectural PMU
libpfm_perf_event_raw
support for perf_events raw events syntax
libpipeline
pipeline manipulation library
libudev
API for enumerating and introspecting local devices
lio_listio
initiate a list of I/O requests
LIST_EMPTY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_ENTRY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_FIRST
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_FOREACH
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_HEAD_INITIALIZER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_INIT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_INSERT_AFTER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_INSERT_BEFORE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_INSERT_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_NEXT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
LIST_REMOVE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
llabs
compute the absolute value of an integer
lldiv
compute quotient and remainder of an integer division
llrint
round to nearest integer
llrintf
round to nearest integer
llrintl
round to nearest integer
llround
round to nearest integer
llroundf
round to nearest integer
llroundl
round to nearest integer
localeconv
get numeric formatting information
localtime
transform date and time to broken-down time or ASCII
localtime_r
transform date and time to broken-down time or ASCII
lockf
apply, test or remove a POSIX lock on an open file
log
natural logarithmic function
log10
base-10 logarithmic function
log10f
base-10 logarithmic function
log10l
base-10 logarithmic function
log1p
logarithm of 1 plus argument
log1pf
logarithm of 1 plus argument
log1pl
logarithm of 1 plus argument
log2
base-2 logarithmic function
log2f
base-2 logarithmic function
log2l
base-2 logarithmic function
logb
get exponent of a floating-point value
logbf
get exponent of a floating-point value
logbl
get exponent of a floating-point value
logf
natural logarithmic function
logimport
introduction to the library for importing data and creating a PCP archive
login_tty
terminal utility functions
logl
natural logarithmic function
logwtmp
append an entry to the wtmp file
longjmp
performing a nonlocal goto
lrand48
generate uniformly distributed pseudo-random numbers
lrand48_r
generate uniformly distributed pseudo-random numbers reentrantly
lrint
round to nearest integer
lrintf
round to nearest integer
lrintl
round to nearest integer
lround
round to nearest integer
lroundf
round to nearest integer
lroundl
round to nearest integer
lsearch
linear search of an array
lseek64
reposition 64-bit read/write file offset
lsetfilecon
set SELinux security context of a file
lsetfilecon_raw
set SELinux security context of a file
lttng-health-check
DEPRECATED
lttng-ust
LTTng user space tracing
lttng-ust-cyg-profile
Function tracing (LTTng-UST helper)
lttng-ust-dl
Dynamic linker tracing (LTTng-UST helper)
lutimes
change file timestamps
major
manage a device number
makecontext
manipulate user context
makedev
manage a device number
mallinfo
obtain memory allocation information
malloc
allocate and free dynamic memory
malloc_get_state
record and restore state of malloc implementation
__malloc_hook
malloc debugging variables
malloc_hook
malloc debugging variables
malloc_info
export malloc state to a stream
__malloc_initialize_hook
malloc debugging variables
malloc_set_state
record and restore state of malloc implementation
malloc_stats
print memory allocation statistics
malloc_trim
release free memory from the heap
malloc_usable_size
obtain size of block of memory allocated from heap
mallopt
set memory allocation parameters
manual_user_enter_context
determine SELinux context(s) for user sessions
matchmediacon
get the default SELinux security context for the specified mediatype from the policy
matchpathcon
get the default SELinux security context for the specified path from the file contexts configuration
matchpathcon_checkmatches
check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
matchpathcon_filespec_add
check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
matchpathcon_filespec_destroy
check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
matchpathcon_filespec_eval
check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
matchpathcon_fini
get the default SELinux security context for the specified path from the file contexts configuration
matchpathcon_index
get the default SELinux security context for the specified path from the file contexts configuration
matchpathcon_init
get the default SELinux security context for the specified path from the file contexts configuration
matherr
SVID math library exception handling
MB_CUR_MAX
maximum length of a multibyte character in the current locale
mblen
determine number of bytes in next multibyte character
MB_LEN_MAX
maximum multibyte length of a character across all locales
mbrlen
determine number of bytes in next multibyte character
mbrtowc
convert a multibyte sequence to a wide character
mbsinit
test for initial shift state
mbsnrtowcs
convert a multibyte string to a wide-character string
mbsrtowcs
convert a multibyte string to a wide-character string
mbstowcs
convert a multibyte string to a wide-character string
mbtowc
convert a multibyte sequence to a wide character
mcheck
heap consistency checking
mcheck_check_all
heap consistency checking
mcheck_pedantic
heap consistency checking
memalign
allocate aligned memory
__memalign_hook
malloc debugging variables
memccpy
copy memory area
memchr
scan memory for a character
memcmp
compare memory areas
memcpy
copy memory area
memfrob
frobnicate (encrypt) a memory area
memmem
locate a substring
memmove
copy memory area
mempcpy
copy memory area
memrchr
scan memory for a character
memset
fill memory with a constant byte
minor
manage a device number
misc_conv
text based conversation function
mkdtemp
create a unique temporary directory
mkfifoat
make a FIFO special file (a named pipe)
mkostemp
create a unique temporary file
mkostemps
create a unique temporary file
mkstemp
create a unique temporary file
mkstemps
create a unique temporary file
mktime
transform date and time to broken-down time or ASCII
mlx4dv_init_obj
Initialize mlx4 direct verbs object from ibv_xxx structures
mlx4dv_query_device
Query device capabilities specific to mlx4
mlx5dv_get_clock_info
Get device clock information
mlx5dv_init_obj
Initialize mlx5 direct verbs object from ibv_xxx structures
mlx5dv_query_device
Query device capabilities specific to mlx5
mlx5dv_ts_to_ns
Convert device timestamp from HCA core clock units to the corresponding nanosecond counts
mmap64
map or unmap files or devices into memory
mmv_inc_value
update a value in a Memory Mapped Value file
mmv_lookup_value_desc
find a value in the Memory Mapped Value file
mmv_stats2_init
create and initialize Memory Mapped Value file
mmv_stats_init
create and initialize Memory Mapped Value file
mmv_stats_registry
Initialize the Memory Mapped Value file
mode_to_security_class
display an access vector in human-readable form.
modf
extract signed integral and fractional values from floating-point number
modff
extract signed integral and fractional values from floating-point number
modfl
extract signed integral and fractional values from floating-point number
mprobe
heap consistency checking
mq_close
close a message queue descriptor
mq_getattr
get/set message queue attributes
mq_receive
receive a message from a message queue
mq_send
send a message to a message queue
mq_setattr
get/set message queue attributes
mrand48
generate uniformly distributed pseudo-random numbers
mrand48_r
generate uniformly distributed pseudo-random numbers reentrantly
muntrace
malloc tracing
nan
return 'Not a Number'
nanf
return 'Not a Number'
nanl
return 'Not a Number'
nearbyint
round to nearest integer
nearbyintf
round to nearest integer
nearbyintl
round to nearest integer
netlink
Netlink macros
newlocale
create, modify, and free a locale object
nextafter
floating-point number manipulation
nextafterf
floating-point number manipulation
nextafterl
floating-point number manipulation
nextdown
return next floating-point number toward positive/negative infinity
nextdownf
return next floating-point number toward positive/negative infinity
nextdownl
return next floating-point number toward positive/negative infinity
nexttoward
floating-point number manipulation
nexttowardf
floating-point number manipulation
nexttowardl
floating-point number manipulation
nextup
return next floating-point number toward positive/negative infinity
nextupf
return next floating-point number toward positive/negative infinity
nextupl
return next floating-point number toward positive/negative infinity
nftw
file tree walk
nl_langinfo
query language and locale information
nl_langinfo_l
query language and locale information
nrand48
generate uniformly distributed pseudo-random numbers
nrand48_r
generate uniformly distributed pseudo-random numbers reentrantly
ntohl
convert values between host and network byte order
ntohs
convert values between host and network byte order
ntp_adjtime
tune kernel clock
ntp_gettime
get time parameters (NTP daemon interface)
ntp_gettimex
get time parameters (NTP daemon interface)
numa
NUMA policy library
offsetof
offset of a structure member
on_exit
register a function to be called at normal process termination
open_by_handle
file handle operations
opendir
open a directory
openlog
send messages to the system logger
open_memstream
open a dynamic memory buffer stream
openpty
terminal utility functions
open_wmemstream
open a dynamic memory buffer stream
optarg
Parse command-line options
opterr
Parse command-line options
optind
Parse command-line options
optopt
Parse command-line options
pam
Pluggable Authentication Modules Library
pam_acct_mgmt
PAM account validation management
pam_authenticate
account authentication
pam_chauthtok
updating authentication tokens
pam_close_session
terminate PAM session management
pam_conv
PAM conversation function
pam_end
termination of PAM transaction
pam_error
display error messages to the user
pam_fail_delay
request a delay on failure
pam_get_authtok
get authentication token
pam_get_authtok_noverify
get authentication token
pam_get_authtok_verify
get authentication token
pam_get_data
get module internal data
pam_getenv
get a PAM environment variable
pam_getenvlist
getting the PAM environment
pam_get_item
getting PAM informations
pam_get_user
get user name
pam_info
display messages to the user
pam_misc_drop_env
liberating a locally saved environment
pam_misc_paste_env
transcribing an environment to that of PAM
pam_misc_setenv
BSD like PAM environment variable setting
pam_open_session
start PAM session management
pam_prompt
interface to conversation function
pam_putenv
set or change PAM environment variable
pam_setcred
establish / delete user credentials
pam_set_data
set module internal data
pam_set_item
set and update PAM informations
pam_sm_acct_mgmt
PAM service function for account management
pam_sm_authenticate
PAM service function for user authentication
pam_sm_chauthtok
PAM service function for authentication token management
pam_sm_close_session
PAM service function to terminate session management
pam_sm_open_session
PAM service function to start session management
pam_sm_setcred
PAM service function to alter credentials
pam_start
initialization of PAM transaction
pam_strerror
return string describing PAM error code
pam_syslog
send messages to the system logger
pam_verror
display error messages to the user
pam_vinfo
display messages to the user
pam_vprompt
interface to conversation function
pam_vsyslog
send messages to the system logger
pam_xauth_data
structure containing X authentication data
passwd2des
RFS password encryption
pathconf
get configuration values for files
path_to_fshandle
file handle operations
path_to_handle
file handle operations
pclose
pipe stream to or from a process
pcre
Perl-compatible regular expressions (original API)
pcre16
Perl-compatible regular expressions
pcre32
Perl-compatible regular expressions
pcreapi
Perl-compatible regular expressions
pcre_assign_jit_stack
Perl-compatible regular expressions
pcrebuild
Perl-compatible regular expressions
pcrecallout
Perl-compatible regular expressions
pcrecompat
Perl-compatible regular expressions
pcre_compile
Perl-compatible regular expressions
pcre_compile2
Perl-compatible regular expressions
pcre_config
Perl-compatible regular expressions
pcre_copy_named_substring
Perl-compatible regular expressions
pcre_copy_substring
Perl-compatible regular expressions
pcrecpp
Perl-compatible regular expressions.
pcredemo
pcre_dfa_exec
Perl-compatible regular expressions
pcre_exec
Perl-compatible regular expressions
pcre_free_study
Perl-compatible regular expressions
pcre_free_substring
Perl-compatible regular expressions
pcre_free_substring_list
Perl-compatible regular expressions
pcre_fullinfo
Perl-compatible regular expressions
pcre_get_named_substring
Perl-compatible regular expressions
pcre_get_stringnumber
Perl-compatible regular expressions
pcre_get_stringtable_entries
Perl-compatible regular expressions
pcre_get_substring
Perl-compatible regular expressions
pcre_get_substring_list
Perl-compatible regular expressions
pcrejit
Perl-compatible regular expressions
pcre_jit_exec
Perl-compatible regular expressions
pcre_jit_stack_alloc
Perl-compatible regular expressions
pcre_jit_stack_free
Perl-compatible regular expressions
pcrelimits
Perl-compatible regular expressions
pcre_maketables
Perl-compatible regular expressions
pcrematching
Perl-compatible regular expressions
pcrepartial
Perl-compatible regular expressions
pcrepattern
Perl-compatible regular expressions
pcre_pattern_to_host_byte_order
Perl-compatible regular expressions
pcreperform
Perl-compatible regular expressions
pcreposix
Perl-compatible regular expressions.
pcreprecompile
Perl-compatible regular expressions
pcre_refcount
Perl-compatible regular expressions
pcresample
Perl-compatible regular expressions
pcrestack
Perl-compatible regular expressions
pcre_study
Perl-compatible regular expressions
pcresyntax
Perl-compatible regular expressions
pcreunicode
Perl-compatible regular expressions
pcre_utf16_to_host_byte_order
Perl-compatible regular expressions
pcre_utf32_to_host_byte_order
Perl-compatible regular expressions
pcre_version
Perl-compatible regular expressions
pfm_find_event
pfm_get_event_attr_info
get event attribute information
pfm_get_event_encoding
get raw event encoding
pfm_get_event_info
get event information
pfm_get_event_next
iterate over events
pfm_get_os_event_encoding
get event encoding for a specific operating system
pfm_get_perf_event_encoding
encode event for perf_event API
pfm_get_pmu_info
get PMU information
pfm_get_version
get library version
pfm_initialize
initialize library
pfm_strerror
return constant string describing error code
pfm_terminate
free resources used by library
__pmAddIPC
IPC version infrastructure support
pmaddprofile
add instance(s) to the current PMAPI instance profile
__pmaf
event queue services for periodic asynchronous callbacks
__pmAFblock
event queue services for periodic asynchronous callbacks
__pmAFisempty
event queue services for periodic asynchronous callbacks
__pmAFregister
event queue services for periodic asynchronous callbacks
__pmAFsetup
event queue services for periodic asynchronous callbacks
__pmAFunblock
event queue services for periodic asynchronous callbacks
__pmAFunregister
event queue services for periodic asynchronous callbacks
pmap_getmaps
library routines for remote procedure calls
pmap_getport
library routines for remote procedure calls
pmapi
introduction to the Performance Metrics Application Programming Interface
pmapi_internal
internal details for the Performance Metrics Application Programming Interface
pmap_rmtcall
library routines for remote procedure calls
pmap_set
library routines for remote procedure calls
pmap_unset
library routines for remote procedure calls
pmatomstr
convert a performance metric value into a string
pmAtomStr_r
convert a performance metric value into a string
pmClearDebug
manipulate PCP debugging control options
pmClearFetchGroup
simplified performance metrics value fetch and conversion
__pmconnectlogger
connect to a performance metrics logger control port
__pmcontrollog
enable, disable or enquire about logging of performance metrics
__pmconverttime
convert tm structure to timeval structure
pmconvscale
rescale a performance metric value
pmCreateFetchGroup
simplified performance metrics value fetch and conversion
pmctime
format the date and time for a reporting timezone
pmda
introduction to the Performance Metrics Domain Agent support library
pmdaattribute
informs a PMDA about client connection attributes
pmdacache
manage a cache of instance domain information for a PMDA
pmdaCacheLookup
manage a cache of instance domain information for a PMDA
pmdaCacheLookupKey
manage a cache of instance domain information for a PMDA
pmdaCacheLookupName
manage a cache of instance domain information for a PMDA
pmdaCacheOp
manage a cache of instance domain information for a PMDA
pmdaCachePurge
manage a cache of instance domain information for a PMDA
pmdaCacheResize
manage a cache of instance domain information for a PMDA
pmdaCacheStore
manage a cache of instance domain information for a PMDA
pmdaCacheStoreKey
manage a cache of instance domain information for a PMDA
pmdachildren
translate a PMID to a set of dynamic performance metric names
pmdaCloseHelp
help text support for a PMDA
pmdaconnect
establish a connection between a daemon PMDA and PMCD
pmdadaemon
initialize the PMDA to run as a daemon
pmdadesc
get the description of a metric from a PMDA
pmdadso
initialize the PMDA to run as a DSO
pmdaEventAddHighResMissedRecord
utilities for PMDAs to build packed arrays of event records
pmdaEventAddHighResRecord
utilities for PMDAs to build packed arrays of event records
pmdaEventAddMissedRecord
utilities for PMDAs to build packed arrays of event records
pmdaEventAddParam
utilities for PMDAs to build packed arrays of event records
pmdaEventAddRecord
utilities for PMDAs to build packed arrays of event records
pmdaeventarray
utilities for PMDAs to build packed arrays of event records
pmdaeventclient
client context tracking interfaces for event queues
pmdaEventClients
client context tracking interfaces for event queues
pmdaEventEndClient
client context tracking interfaces for event queues
pmdaEventGetAddr
utilities for PMDAs to build packed arrays of event records
pmdaEventHighResAddParam
utilities for PMDAs to build packed arrays of event records
pmdaEventHighResGetAddr
utilities for PMDAs to build packed arrays of event records
pmdaEventNewActiveQueue
utilities for PMDAs managing event queues
pmdaEventNewArray
utilities for PMDAs to build packed arrays of event records
pmdaEventNewClient
client context tracking interfaces for event queues
pmdaEventNewHighResArray
utilities for PMDAs to build packed arrays of event records
pmdaEventNewQueue
utilities for PMDAs managing event queues
pmdaeventqueue
utilities for PMDAs managing event queues
pmdaEventQueueAppend
utilities for PMDAs managing event queues
pmdaEventQueueBytes
utilities for PMDAs managing event queues
pmdaEventQueueClients
utilities for PMDAs managing event queues
pmdaEventQueueCounter
utilities for PMDAs managing event queues
pmdaEventQueueHandle
utilities for PMDAs managing event queues
pmdaEventQueueMemory
utilities for PMDAs managing event queues
pmdaEventQueueRecords
utilities for PMDAs managing event queues
pmdaEventQueueShutdown
utilities for PMDAs managing event queues
pmdaEventReleaseArray
utilities for PMDAs to build packed arrays of event records
pmdaEventReleaseHighResArray
utilities for PMDAs to build packed arrays of event records
pmdaEventResetArray
utilities for PMDAs to build packed arrays of event records
pmdaEventResetHighResArray
utilities for PMDAs to build packed arrays of event records
pmdaExtGetData
initialize a PMDA
pmdaExtSetData
initialize a PMDA
pmdaExtSetFlags
initialize a PMDA
pmdafetch
fill a pmResult structure with the requested metric values
pmdaGetContext
generic PDU processing for a PMDA
pmdaGetHelp
help text support for a PMDA
pmdaGetInDomHelp
help text support for a PMDA
pmdaGetOpt
get options from arguments, parsing generic PMDA options
pmdagetoptions
get options from arguments, parsing generic PMDA options
pmdahelp
help text support for a PMDA
pmdainit
initialize a PMDA
pmdainstance
return instance descriptions for a PMDA
pmdainterfacemoved
reset internal state of a pmdaInterface structure
pmdalabel
fill pmdaLabelSet structures with metric labels
pmdamain
generic PDU processing for a PMDA
pmdaname
translate a PMID to a set of dynamic performance metric names
pmdaOpenHelp
help text support for a PMDA
pmdaopenlog
redirect stderr to a logfile
pmdapmid
translate a dynamic performance metric name into a PMID
pmdaprofile
update instance profile for PMDA in preparation for the next fetch from PMCD
pmdaRehash
initialize a PMDA
pmdarootconnect
privileged PCP collector services
pmdaRootContainerCGroupName
privileged PCP collector services
pmdaRootContainerHostName
privileged PCP collector services
pmdaRootContainerProcessID
privileged PCP collector services
pmdaRootProcessStart
privileged PCP collector services
pmdaRootProcessTerminate
privileged PCP collector services
pmdaRootProcessWait
privileged PCP collector services
pmdaRootShutdown
privileged PCP collector services
pmdasenderror
pmdaSendError
pmdaSetCheckCallBack
generic PDU processing for a PMDA
pmdaSetCommFlags
initialize a PMDA
pmdaSetData
initialize a PMDA
pmdaSetDoneCallBack
generic PDU processing for a PMDA
pmdaSetEndContextCallBack
generic PDU processing for a PMDA
pmdaSetFetchCallBack
fill a pmResult structure with the requested metric values
pmdaSetFlags
initialize a PMDA
pmdaSetLabelCallBack
fill pmdaLabelSet structures with metric labels
pmdaSetResultCallBack
generic PDU processing for a PMDA
pmdastore
store a value into a metric for a PMDA
pmdatext
extract metric help text for a PMDA
pmdelprofile
delete instance(s) from the current PMAPI instance profile
pmderivederrstr
return error message from failure to parse derived metric definition
pmdestroycontext
destroy a PMAPI context
pmDestroyFetchGroup
simplified performance metrics value fetch and conversion
pmdiscoverservices
discover PCP services on the network
pmdupcontext
duplicate a PMAPI context
pmerrstr
convert a PMAPI error code into a string
pmErrStr_r
convert a PMAPI error code into a string
pmeventflagsstr
convert an event record flags value into a string
pmEventFlagsStr_r
convert an event record flags value into a string
pmExtendFetchGroup_event
simplified performance metrics value fetch and conversion
pmExtendFetchGroup_indom
simplified performance metrics value fetch and conversion
pmExtendFetchGroup_item
simplified performance metrics value fetch and conversion
pmExtendFetchGroup_timestamp
simplified performance metrics value fetch and conversion
pmextractvalue
extract a performance metric value from a pmResult structure
__pmFdLookupIPC
IPC version infrastructure support
pmfetch
get performance metric values
pmfetcharchive
get performance metrics directly from a set if archive logs
pmfetchgroup
simplified performance metrics value fetch and conversion
pmflush
print formatted output in a window or to standard error
__pmFreeAttrsSpec
host and attributes specification parser
pmfreeeventresult
release storage allocated for unpacked event records
pmFreeHighResEventResult
release storage allocated for unpacked event records
__pmFreeHostAttrsSpec
host and attributes specification parser
__pmFreeHostSpec
uniform host specification parser
pmfreelabelsets
release storage allocated for performance metric labels
pmFreeMetricSpec
uniform metric specification parser
pmFreeOptions
command line handling for PMAPI tools
pmfreeprofile
free a PMAPI instance profile
__pmFreeProfile
free a PMAPI instance profile
pmfreeresult
release storage allocated for performance metrics values
pmGetAPIConfig
return values for Performance Co-Pilot configuration variables
pmgetarchiveend
locate logical end of file for a set of archive logs
pmgetarchivelabel
fetch the label record from a set of performance metrics archive logs
pmgetchildren
return the descendent nodes of a PMNS node
pmgetchildrenstatus
return the descendent nodes of a PMNS node and their respective status
pmGetClusterLabels
retrieve labels associated with performance metric values
pmgetconfig
return values for Performance Co-Pilot configuration variables
pmgetcontexthostname
return the hostname associated with a Performance Co-Pilot context
pmGetContextHostName_r
return the hostname associated with a Performance Co-Pilot context
pmGetContextLabels
retrieve labels associated with performance metric values
pmGetContextOptions
command line handling for PMAPI tools
pmGetDomainLabels
retrieve labels associated with performance metric values
pmGetFetchGroupContext
simplified performance metrics value fetch and conversion
pmgetindom
get instance identifiers for a performance metrics instance domain
pmgetindomarchive
get instance identifiers for a performance metrics instance domain
pmGetInDomLabels
retrieve labels associated with performance metric values
pmGetInstancesLabels
retrieve labels associated with performance metric values
pmGetItemLabels
retrieve labels associated with performance metric values
pmGetOptionalConfig
return values for Performance Co-Pilot configuration variables
pmgetoptions
command line handling for PMAPI tools
pmgetopt_r
command line handling for PMAPI tools
pmgetpmnslocation
determine the location of the currently used PMNS
pmGetProgname
application name services
pmgetusername
fetch special PCP username
pmgetversion
fetch installed PCP version number
pmhttpClientFetch
simple HTTP client interfaces
pmhttpFreeClient
simple HTTP client interfaces
pmhttpnewclient
simple HTTP client interfaces
pmiaddinstance
add an element to an instance domain in a LOGIMPORT context
pmiaddmetric
add a new metric definition to a LOGIMPORT context
pmID_build
helper methods for manipulating PMIDs
pmID_cluster
helper methods for manipulating PMIDs
pmID_domain
helper methods for manipulating PMIDs
pmid_helper
helper methods for manipulating PMIDs
pmID_item
helper methods for manipulating PMIDs
pmidstr
convert a performance metric identifier into a string
pmIDStr_r
convert a performance metric identifier into a string
pmiend
finish up a LOGIMPORT archive
pmierrstr
convert a LOGIMPORT error code into a string
pmigethandle
define a handle for a metric-instance pair
pmiID
construct core metric data structures
pmiInDom
construct core metric data structures
pmInDom_build
helper methods for manipulating instance domain identifiers
pmInDom_domain
helper methods for manipulating instance domain identifiers
pmindom_helper
helper methods for manipulating instance domain identifiers
pmInDom_serial
helper methods for manipulating instance domain identifiers
pmindomstr
convert a performance metric instance domain identifier into a string
pmInDomStr_r
convert a performance metric instance domain identifier into a string
pmiputlabel
add labels to the output archive
pmiputmark
write a <mark> record to a PCP archive
pmiputresult
add a data record to a LOGIMPORT archive
pmiputtext
add help text for an metric or instance domain
pmiputvalue
add a value for a metric-instance pair
pmiputvaluehandle
add a value for a metric-instance pair via a handle
pmisethostname
set the source host name for a LOGIMPORT archive
pmisettimezone
set the source timezone for a LOGIMPORT archive
pmistart
establish a new LOGIMPORT context
pmiunits
construct core metric data structures
pmiusecontext
change LOGIMPORT context
pmiwrite
flush data to a LOGIMPORT archive
pmjsonget
JSON string helpers and metrics extraction
pmjsonInit
JSON string helpers and metrics extraction
pmjsonInitIndom
JSON string helpers and metrics extraction
pmjsonPrint
JSON string helpers and metrics extraction
pmloadasciinamespace
establish a local PMNS for an application
pmloadderivedconfig
load derived metric definitions from files
pmloadnamespace
load a local PMNS for an application
__pmlocalpmda
change the table of DSO PMDAs for PM_CONTEXT_LOCAL contexts
pmlocaltime
convert the date and time for a reporting timezone
pmlookupdesc
obtain a description for a performance metric
pmlookupindom
translate an instance name into an instance identifier
pmlookupindomarchive
translate an instance name into an instance identifier
pmlookupindomtext
return text describing a performance metrics instance domain
__pmlookupipc
IPC version infrastructure support
pmlookuplabels
retrieve labels associated with performance metric values
pmlookupname
translate performance metric names into PMIDs
pmlookuptext
return text describing a performance metric
pmmergelabels
merge sets of performance metric labels
pmMergeLabelSets
merge sets of performance metric labels
__pmmktime
convert a tm structure to a calendar time
pmnameall
translate a PMID to a set of performance metric names
pmnameid
translate a PMID to a performance metric name
pmnameindom
translate an instance identifier into an instance name
pmnameindomarchive
translate an instance identifier into an instance name
pmnewcontext
establish a new PMAPI context
pmnewcontextzone
establish a reporting timezone based on a PMAPI context
pmnewzone
establish a reporting timezone
pmnomem
report out of memory conditions
pmnotifyerr
standard handling of error messages
pmnumberstr
fixed width output format for numbers
pmNumberStr_r
fixed width output format for numbers
pmopenlog
create a log file for diagnostics and debug output
__pmOverrideLastFd
IPC version infrastructure support
__pmparsectime
convert ctime(3) string to tm structure
pmparsedebug
manipulate old-style PCP debugging control bit-fields
__pmParseDebug
manipulate old-style PCP debugging control bit-fields
pmparsehostattrsspec
host and attributes specification parser
__pmParseHostAttrsSpec
host and attributes specification parser
pmparsehostspec
uniform host specification parser
__pmParseHostSpec
uniform host specification parser
pmparseinterval
convert interval string to timeval structure
pmparsemetricspec
uniform metric specification parser
__pmparsetime
parse time point specification
pmparsetimewindow
parse time window command line arguments
pmparseunitsstr
parse units specification
pmpathseparator
return the filesystem path separator character
pmprintdesc
print a metric descriptor
pmprintf
print formatted output in a window or to standard error
pmPrintHighResStamp
helper routines for time stored as a struct timeval
__pmPrintIPC
IPC version infrastructure support
pmprintlabelsets
print an array of label sets
pmPrintStamp
helper routines for time stored as a struct timeval
pmprintvalue
print a performance metric value
__pmProcessAddArg
process execution support
__pmProcessClosePipe
support for process execution at the end of a pipe
__pmprocessexec
process execution support
__pmprocesspipe
support for process execution at the end of a pipe
__pmProcessUnpickArgs
process execution support
pmreconnectcontext
reconnect to a PMAPI context
pmRecordAddHost
record mode support for PMAPI clients
pmRecordControl
record mode support for PMAPI clients
pmRecordSetup
record mode support for PMAPI clients
pmregisterderived
register a derived metric name and definition
pmRegisterDerivedMetric
register a derived metric name and definition
__pmResetIPC
IPC version infrastructure support
pmsemstr
convert a performance metric semantic into a string
pmSemStr_r
convert a performance metric semantic into a string
pmsetdebug
manipulate PCP debugging control options
__pmSetDebugBits
manipulate old-style PCP debugging control bit-fields
pmsetmode
set collection time parameters for the current PMAPI context
pmsetprocessidentity
set process user and group id
pmsetprogname
application name services
pmsortinstances
sort performance metric values on instance identifier
pmspeclocalpmda
process command-line argument for the table of DSO PMDAs
pmsprintf
formatted string conversion
pmSyslog
standard handling of error messages
pmTimeConnect
time control functions for synchronizing the archive position and update interval between one or more applications
pmTimeDisconnect
time control functions for synchronizing the archive position and update interval between one or more applications
pmTimeRecv
time control functions for synchronizing the archive position and update interval between one or more applications
pmTimeSendAck
time control functions for synchronizing the archive position and update interval between one or more applications
pmTimeShowDialog
time control functions for synchronizing the archive position and update interval between one or more applications
pmtimeval
helper routines for time stored as a struct timeval
pmtimevalAdd
helper routines for time stored as a struct timeval
pmtimevalDec
helper routines for time stored as a struct timeval
pmtimevalFromReal
helper routines for time stored as a struct timeval
pmtimevalInc
helper routines for time stored as a struct timeval
pmtimevalNow
helper routines for time stored as a struct timeval
pmtimevalSub
helper routines for time stored as a struct timeval
pmtimevalToReal
helper routines for time stored as a struct timeval
pmtraceabort
application-level performance instrumentation services
pmtracebegin
application-level performance instrumentation services
pmtracecounter
application-level performance instrumentation services
pmtraceend
application-level performance instrumentation services
pmtraceerrstr
application-level performance instrumentation services
pmtraceobs
application-level performance instrumentation services
pmtracepoint
application-level performance instrumentation services
pmtracestate
application-level performance instrumentation services
pmtraversepmns
traverse the performance metrics name space
pmTraversePMNS_r
traverse the performance metrics name space
pmtrimnamespace
prune a performance metrics name space
pmtypestr
convert a performance metric type into a string
pmTypeStr_r
convert a performance metric type into a string
pmunitsstr
convert a performance metric's units into a string
pmUnitsStr_r
convert a performance metric's units into a string
pmunloadnamespace
unload a local performance metrics name space for an application
pmunpackeventrecords
unpack event records
pmUnpackHighResEventRecords
unpack event records
__pmUnparseHostAttrsSpec
host and attributes specification parser
__pmUnparseHostSpec
uniform host specification parser
pmUsageMessage
command line handling for PMAPI tools
pmusecontext
change current PMAPI context
pmusezone
re-establish a reporting timezone
pmwebapi
introduction to the Performance Metrics Web Application Programming Interface
pmwhichcontext
identify the current PMAPI context
pmwhichzone
return current reporting timezone
popen
pipe stream to or from a process
posix_fallocate
allocate file space
posix_madvise
give advice about patterns of memory usage
posix_memalign
allocate aligned memory
posix_openpt
open a pseudoterminal device
posix_spawn
spawn a process
posix_spawnp
spawn a process
pow
power functions
pow10
base-10 power functions
pow10f
base-10 power functions
pow10l
base-10 power functions
powf
power functions
powl
power functions
__ppc_get_timebase
get the current value of the Time Base Register on Power architecture and its frequency.
__ppc_get_timebase_freq
get the current value of the Time Base Register on Power architecture and its frequency.
__ppc_mdoio
Hint the processor to release shared resources
__ppc_mdoom
Hint the processor to release shared resources
__ppc_set_ppr_low
Set the Program Priority Register
__ppc_set_ppr_med
Set the Program Priority Register
__ppc_set_ppr_med_high
Set the Program Priority Register
__ppc_set_ppr_med_low
Set the Program Priority Register
__ppc_set_ppr_very_low
Set the Program Priority Register
__ppc_yield
Hint the processor to release shared resources
print_access_vector
display an access vector in human-readable form.
profil
execution time profile
program_invocation_name
obtain name used to invoke calling program
program_invocation_short_name
obtain name used to invoke calling program
psiginfo
print signal message
psignal
print signal message
pthread_atfork
register fork handlers
pthread_attr_destroy
initialize and destroy thread attributes object
pthread_attr_getaffinity_np
set/get CPU affinity attribute in thread attributes object
pthread_attr_getdetachstate
set/get detach state attribute in thread attributes object
pthread_attr_getguardsize
set/get guard size attribute in thread attributes object
pthread_attr_getinheritsched
set/get inherit-scheduler attribute in thread attributes object
pthread_attr_getschedparam
set/get scheduling parameter attributes in thread attributes object
pthread_attr_getschedpolicy
set/get scheduling policy attribute in thread attributes object
pthread_attr_getscope
set/get contention scope attribute in thread attributes object
pthread_attr_getstack
set/get stack attributes in thread attributes object
pthread_attr_getstackaddr
set/get stack address attribute in thread attributes object
pthread_attr_getstacksize
set/get stack size attribute in thread attributes object
pthread_attr_init
initialize and destroy thread attributes object
pthread_attr_setaffinity_np
set/get CPU affinity attribute in thread attributes object
pthread_attr_setdetachstate
set/get detach state attribute in thread attributes object
pthread_attr_setguardsize
set/get guard size attribute in thread attributes object
pthread_attr_setinheritsched
set/get inherit-scheduler attribute in thread attributes object
pthread_attr_setschedparam
set/get scheduling parameter attributes in thread attributes object
pthread_attr_setschedpolicy
set/get scheduling policy attribute in thread attributes object
pthread_attr_setscope
set/get contention scope attribute in thread attributes object
pthread_attr_setstack
set/get stack attributes in thread attributes object
pthread_attr_setstackaddr
set/get stack address attribute in thread attributes object
pthread_attr_setstacksize
set/get stack size attribute in thread attributes object
pthread_cancel
send a cancellation request to a thread
pthread_cleanup_pop
push and pop thread cancellation clean-up handlers
pthread_cleanup_pop_restore_np
push and pop thread cancellation clean-up handlers while saving cancelability type
pthread_cleanup_push
push and pop thread cancellation clean-up handlers
pthread_cleanup_push_defer_np
push and pop thread cancellation clean-up handlers while saving cancelability type
pthread_create
create a new thread
pthread_detach
detach a thread
pthread_equal
compare thread IDs
pthread_exit
terminate calling thread
pthread_getaffinity_np
set/get CPU affinity of a thread
pthread_getattr_default_np
get or set default thread-creation attributes
pthread_getattr_np
get attributes of created thread
pthread_getconcurrency
set/get the concurrency level
pthread_getcpuclockid
retrieve ID of a thread's CPU time clock
pthread_getname_np
set/get the name of a thread
pthread_getschedparam
set/get scheduling policy and parameters of a thread
pthread_join
join with a terminated thread
pthread_kill
send a signal to a thread
pthread_kill_other_threads_np
terminate all other threads in process
pthread_mutexattr_destroy
initialize and destroy a mutex attributes object
pthread_mutexattr_getpshared
get/set process-shared mutex attribute
pthread_mutexattr_getrobust
get and set the robustness attribute of a mutex attributes object
pthread_mutexattr_getrobust_np
get and set the robustness attribute of a mutex attributes object
pthread_mutexattr_init
initialize and destroy a mutex attributes object
pthread_mutexattr_setpshared
get/set process-shared mutex attribute
pthread_mutexattr_setrobust
get and set the robustness attribute of a mutex attributes object
pthread_mutexattr_setrobust_np
get and set the robustness attribute of a mutex attributes object
pthread_mutex_consistent
make a robust mutex consistent
pthread_mutex_consistent_np
make a robust mutex consistent
pthread_rwlockattr_getkind_np
set/get the read-write lock kind of the thread read-write lock attribute object
pthread_rwlockattr_setkind_np
set/get the read-write lock kind of the thread read-write lock attribute object
pthread_self
obtain ID of the calling thread
pthread_setaffinity_np
set/get CPU affinity of a thread
pthread_setattr_default_np
get or set default thread-creation attributes
pthread_setcancelstate
set cancelability state and type
pthread_setcanceltype
set cancelability state and type
pthread_setconcurrency
set/get the concurrency level
pthread_setname_np
set/get the name of a thread
pthread_setschedparam
set/get scheduling policy and parameters of a thread
pthread_setschedprio
set scheduling priority of a thread
pthread_sigmask
examine and change mask of blocked signals
pthread_sigqueue
queue a signal and data to a thread
pthread_spin_destroy
initialize or destroy a spin lock
pthread_spin_init
initialize or destroy a spin lock
pthread_spin_lock
lock and unlock a spin lock
pthread_spin_trylock
lock and unlock a spin lock
pthread_spin_unlock
lock and unlock a spin lock
pthread_testcancel
request delivery of any pending cancellation request
pthread_timedjoin_np
try to join with a terminated thread
pthread_tryjoin_np
try to join with a terminated thread
pthread_yield
yield the processor
ptsname
get the name of the slave pseudoterminal
ptsname_r
get the name of the slave pseudoterminal
putc
output of characters and strings
putchar
output of characters and strings
putchar_unlocked
nonlocking stdio functions
putc_unlocked
nonlocking stdio functions
putenv
change or add an environment variable
putgrent
write a group database entry to a file
putpwent
write a password file entry
puts
output of characters and strings
putspent
get shadow password file entry
pututline
access utmp file entries
pututxline
access utmp file entries
putw
input and output of words (ints)
putwc
write a wide character to a FILE stream
putwchar
write a wide character to standard output
putwchar_unlocked
nonlocking stdio functions
putwc_unlocked
nonlocking stdio functions
pvalloc
allocate aligned memory
qecvt
convert a floating-point number to a string
qecvt_r
convert a floating-point number to a string
qfcvt
convert a floating-point number to a string
qfcvt_r
convert a floating-point number to a string
qgcvt
convert a floating-point number to a string
QMC
library for managing groups of Performance Co-Pilot metrics
QmcContext
container for a PMAPI context and its metrics
QmcDesc
container for a metric description
QmcGroup
container representing a single fetch group of metrics from multiple sources
QmcIndom
container for a instance domain description
QmcMetric
container for a metric and all its values
QmcSource
manages contexts created by all groups
qsort
sort an array
qsort_r
sort an array
query_user_context
determine SELinux context(s) for user sessions
queue
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
raise
send a signal to the caller
rand
pseudo-random number generator
random
random number generator
random_r
reentrant random number generator
rand_r
pseudo-random number generator
rawmemchr
scan memory for a character
rcmd
routines for returning a stream to a remote command
rcmd_af
routines for returning a stream to a remote command
rdma_accept
Called to accept a connection request.
rdma_ack_cm_event
Free a communication event.
rdma_bind_addr
Bind an RDMA identifier to a source address.
rdma_connect
Initiate an active connection request.
rdma_create_ep
Allocate a communication identifier and optional QP.
rdma_create_event_channel
Open a channel used to report communication events.
rdma_create_id
Allocate a communication identifier.
rdma_create_qp
Allocate a QP.
rdma_create_srq
Allocate a shared receive queue.
rdma_dereg_mr
deregisters a registered memory region.
rdma_destroy_ep
Release a communication identifier.
rdma_destroy_event_channel
Close an event communication channel.
rdma_destroy_id
Release a communication identifier.
rdma_destroy_qp
Deallocate a QP.
rdma_destroy_srq
Deallocate a SRQ.
rdma_disconnect
This function disconnects a connection.
rdma_event_str
Returns a string representation of an rdma cm event.
rdma_free_devices
Frees the list of devices returned by rdma_get_devices.
rdma_getaddrinfo
Provides transport independent address translation.
rdma_get_cm_event
Retrieves the next pending communication event.
rdma_get_devices
Get a list of RDMA devices currently available.
rdma_get_dst_port
Returns the remote port number of a bound rdma_cm_id.
rdma_get_local_addr
Returns the local IP address of a bound rdma_cm_id.
rdma_get_peer_addr
Returns the remote IP address of a bound rdma_cm_id.
rdma_get_recv_comp
retrieves a completed receive request.
rdma_get_request
Retrieves the next pending connection request event.
rdma_get_send_comp
retrieves a completed send, read, or write request.
rdma_get_src_port
Returns the local port number of a bound rdma_cm_id.
rdma_join_multicast
Joins a multicast group.
rdma_join_multicast_ex
Joins a multicast group with extended options.
rdma_leave_multicast
Leaves a multicast group.
rdma_listen
Listen for incoming connection requests.
rdma_migrate_id
Move a communication identifier to a different event channel.
rdma_notify
Notifies the librdmacm of an asynchronous event.
rdma_post_read
post an RDMA read work request.
rdma_post_readv
post an RDMA read work request.
rdma_post_recv
post a work request to receive an incoming message.
rdma_post_recvv
post a work request to receive incoming messages.
rdma_post_send
post a work request to send a message.
rdma_post_sendv
post a work request to send a message.
rdma_post_ud_send
post a work request to send a datagram.
rdma_post_write
post an RDMA write work request.
rdma_post_writev
post an RDMA write work request.
rdma_reg_msgs
register data buffer(s) for sending or receiving messages.
rdma_reg_read
register data buffer(s) for remote RDMA read access.
rdma_reg_write
register data buffer(s) for remote RDMA write access.
rdma_reject
Called to reject a connection request.
rdma_resolve_addr
Resolve destination and optional source addresses.
rdma_resolve_route
Resolve the route information needed to establish a connection.
rdma_set_option
Set communication options for an rdma_cm_id.
readdir_r
read a directory
readline
get a line from a user with editing
readlink_by_handle
file handle operations
realloc
allocate and free dynamic memory
reallocarray
allocate and free dynamic memory
__realloc_hook
malloc debugging variables
re_comp
BSD regex functions
recursive_key_scan
apply a function to all keys in a keyring tree
recursive_session_key_scan
apply a function to all keys in a keyring tree
re_exec
BSD regex functions
regcomp
POSIX regex functions
regerror
POSIX regex functions
regex
POSIX regex functions
regexec
POSIX regex functions
regfree
POSIX regex functions
registerrpc
library routines for remote procedure calls
remainder
floating-point remainder function
remainderf
floating-point remainder function
remainderl
floating-point remainder function
remove
remove a file or directory
remque
insert/remove an item from a queue
remquo
remainder and part of quotient
remquof
remainder and part of quotient
remquol
remainder and part of quotient
res_init
resolver routines
res_mkquery
resolver routines
res_nclose
resolver routines
res_ninit
resolver routines
res_nmkquery
resolver routines
res_nquery
resolver routines
res_nquerydomain
resolver routines
res_nsearch
resolver routines
res_nsend
resolver routines
resolver
resolver routines
res_query
resolver routines
res_querydomain
resolver routines
res_search
resolver routines
res_send
resolver routines
rewind
reposition a stream
rewinddir
reset directory stream
rexec
return stream to a remote command
rexec_af
return stream to a remote command
rindex
locate character in string
rint
round to nearest integer
rintf
round to nearest integer
rintl
round to nearest integer
round
round to nearest integer, away from zero
roundf
round to nearest integer, away from zero
roundl
round to nearest integer, away from zero
rpc
library routines for remote procedure calls
rpmatch
determine if the answer to a question is affirmative or negative
rpm_execcon
get or set the SELinux security context used for executing a new process
rquota
implement quotas on remote machines
rresvport
routines for returning a stream to a remote command
rresvport_af
routines for returning a stream to a remote command
rtime
get time from a remote machine
rtnetlink
macros to manipulate rtnetlink messages
ruserok
routines for returning a stream to a remote command
ruserok_af
routines for returning a stream to a remote command
scalb
multiply floating-point number by integral power of radix (OBSOLETE)
scalbf
multiply floating-point number by integral power of radix (OBSOLETE)
scalbl
multiply floating-point number by integral power of radix (OBSOLETE)
scalbln
multiply floating-point number by integral power of radix
scalblnf
multiply floating-point number by integral power of radix
scalblnl
multiply floating-point number by integral power of radix
scalbn
multiply floating-point number by integral power of radix
scalbnf
multiply floating-point number by integral power of radix
scalbnl
multiply floating-point number by integral power of radix
scandir
scan a directory for matching entries
scandirat
scan a directory for matching entries
scanf
input format conversion
sched_getcpu
determine CPU on which the calling thread is running
sctp_bindx
Add or remove bind addresses on a socket.
sctp_connectx
initiate a connection on an SCTP socket using multiple destination addresses.
sctp_getladdrs
Returns all locally bound addresses on a socket.
sctp_getpaddrs
Returns all peer addresses in an association.
sctp_opt_info
Get options on a SCTP socket.
sctp_peeloff
Branch off an association into a separate socket.
sctp_recvmsg
Receive a message from a SCTP socket.
sctp_send
Send a message from a SCTP socket.
sctp_sendmsg
Send a message from a SCTP socket.
SD_ALERT
APIs for new-style daemons
sd_booted
Test whether the system is running the systemd init system
sd-bus
A lightweight D-Bus IPC client library
sd_bus_add_match
Add a match rule for incoming message dispatching
sd_bus_creds_get_audit_login_uid
Retrieve fields from a credentials object
sd_bus_creds_get_audit_session_id
Retrieve fields from a credentials object
sd_bus_creds_get_augmented_mask
Retrieve credentials object for the specified PID
sd_bus_creds_get_cgroup
Retrieve fields from a credentials object
sd_bus_creds_get_cmdline
Retrieve fields from a credentials object
sd_bus_creds_get_comm
Retrieve fields from a credentials object
sd_bus_creds_get_description
Retrieve fields from a credentials object
sd_bus_creds_get_egid
Retrieve fields from a credentials object
sd_bus_creds_get_euid
Retrieve fields from a credentials object
sd_bus_creds_get_exe
Retrieve fields from a credentials object
sd_bus_creds_get_fsgid
Retrieve fields from a credentials object
sd_bus_creds_get_fsuid
Retrieve fields from a credentials object
sd_bus_creds_get_gid
Retrieve fields from a credentials object
sd_bus_creds_get_mask
Retrieve credentials object for the specified PID
sd_bus_creds_get_owner_uid
Retrieve fields from a credentials object
sd_bus_creds_get_pid
Retrieve fields from a credentials object
sd_bus_creds_get_ppid
Retrieve fields from a credentials object
sd_bus_creds_get_selinux_context
Retrieve fields from a credentials object
sd_bus_creds_get_session
Retrieve fields from a credentials object
sd_bus_creds_get_sgid
Retrieve fields from a credentials object
sd_bus_creds_get_slice
Retrieve fields from a credentials object
sd_bus_creds_get_suid
Retrieve fields from a credentials object
sd_bus_creds_get_supplementary_gids
Retrieve fields from a credentials object
sd_bus_creds_get_tid
Retrieve fields from a credentials object
sd_bus_creds_get_tid_comm
Retrieve fields from a credentials object
sd_bus_creds_get_tty
Retrieve fields from a credentials object
sd_bus_creds_get_uid
Retrieve fields from a credentials object
sd_bus_creds_get_unique_name
Retrieve fields from a credentials object
sd_bus_creds_get_unit
Retrieve fields from a credentials object
sd_bus_creds_get_user_slice
Retrieve fields from a credentials object
sd_bus_creds_get_user_unit
Retrieve fields from a credentials object
sd_bus_creds_get_well_known_names
Retrieve fields from a credentials object
sd_bus_creds_has_bounding_cap
Retrieve fields from a credentials object
sd_bus_creds_has_effective_cap
Retrieve fields from a credentials object
sd_bus_creds_has_inheritable_cap
Retrieve fields from a credentials object
sd_bus_creds_has_permitted_cap
Retrieve fields from a credentials object
sd_bus_creds_new_from_pid
Retrieve credentials object for the specified PID
sd_bus_creds_ref
Retrieve credentials object for the specified PID
sd_bus_creds_unref
Retrieve credentials object for the specified PID
sd_bus_creds_unrefp
Retrieve credentials object for the specified PID
sd_bus_default
Acquire a connection to a system or user bus
sd_bus_default_system
Acquire a connection to a system or user bus
sd_bus_default_user
Acquire a connection to a system or user bus
sd_bus_error
sd-bus error handling
SD_BUS_ERROR_ACCESS_DENIED
Standard D-Bus error names
sd_bus_error_add_map
Additional sd-dbus error mappings
SD_BUS_ERROR_ADDRESS_IN_USE
Standard D-Bus error names
SD_BUS_ERROR_AUTH_FAILED
Standard D-Bus error names
SD_BUS_ERROR_BAD_ADDRESS
Standard D-Bus error names
sd_bus_error_copy
sd-bus error handling
SD_BUS_ERROR_DISCONNECTED
Standard D-Bus error names
SD_BUS_ERROR_END
Additional sd-dbus error mappings
SD_BUS_ERROR_FAILED
Standard D-Bus error names
SD_BUS_ERROR_FILE_EXISTS
Standard D-Bus error names
SD_BUS_ERROR_FILE_NOT_FOUND
Standard D-Bus error names
sd_bus_error_free
sd-bus error handling
sd_bus_error_get_errno
sd-bus error handling
sd_bus_error_has_name
sd-bus error handling
SD_BUS_ERROR_INCONSISTENT_MESSAGE
Standard D-Bus error names
SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED
Standard D-Bus error names
SD_BUS_ERROR_INVALID_ARGS
Standard D-Bus error names
SD_BUS_ERROR_INVALID_SIGNATURE
Standard D-Bus error names
SD_BUS_ERROR_IO_ERROR
Standard D-Bus error names
sd_bus_error_is_set
sd-bus error handling
SD_BUS_ERROR_LIMITS_EXCEEDED
Standard D-Bus error names
SD_BUS_ERROR_MAKE_CONST
sd-bus error handling
sd_bus_error_map
Additional sd-dbus error mappings
SD_BUS_ERROR_MATCH_RULE_INVALID
Standard D-Bus error names
SD_BUS_ERROR_MATCH_RULE_NOT_FOUND
Standard D-Bus error names
SD_BUS_ERROR_NAME_HAS_NO_OWNER
Standard D-Bus error names
SD_BUS_ERROR_NO_MEMORY
Standard D-Bus error names
SD_BUS_ERROR_NO_NETWORK
Standard D-Bus error names
SD_BUS_ERROR_NO_REPLY
Standard D-Bus error names
SD_BUS_ERROR_NO_SERVER
Standard D-Bus error names
SD_BUS_ERROR_NOT_SUPPORTED
Standard D-Bus error names
SD_BUS_ERROR_NULL
sd-bus error handling
SD_BUS_ERROR_PROPERTY_READ_ONLY
Standard D-Bus error names
sd-bus-errors
Standard D-Bus error names
SD_BUS_ERROR_SERVICE_UNKNOWN
Standard D-Bus error names
sd_bus_error_set
sd-bus error handling
sd_bus_error_set_const
sd-bus error handling
sd_bus_error_set_errno
sd-bus error handling
sd_bus_error_set_errnof
sd-bus error handling
sd_bus_error_set_errnofv
sd-bus error handling
sd_bus_error_setf
sd-bus error handling
SD_BUS_ERROR_TIMEOUT
Standard D-Bus error names
SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
Standard D-Bus error names
SD_BUS_ERROR_UNKNOWN_INTERFACE
Standard D-Bus error names
SD_BUS_ERROR_UNKNOWN_METHOD
Standard D-Bus error names
SD_BUS_ERROR_UNKNOWN_OBJECT
Standard D-Bus error names
SD_BUS_ERROR_UNKNOWN_PROPERTY
Standard D-Bus error names
sd_bus_get_fd
Get the file descriptor, I/O events and time-out to wait for from a message bus object
sd_bus_message_append
Attach fields to a D-Bus message based on a type string
sd_bus_message_append_array
Append an array of fields to a D-Bus message
sd_bus_message_append_array_iovec
Append an array of fields to a D-Bus message
sd_bus_message_append_array_memfd
Append an array of fields to a D-Bus message
sd_bus_message_append_array_space
Append an array of fields to a D-Bus message
sd_bus_message_append_basic
Attach a single field to a message
sd_bus_message_append_string_iovec
Attach a string to a message
sd_bus_message_append_string_memfd
Attach a string to a message
sd_bus_message_append_string_space
Attach a string to a message
sd_bus_message_append_strv
Attach an array of strings to a message
sd_bus_message_appendv
Attach fields to a D-Bus message based on a type string
sd_bus_message_get_cookie
Returns the transaction cookie of a message
sd_bus_message_get_monotonic_usec
Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_realtime_usec
Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_reply_cookie
Returns the transaction cookie of a message
sd_bus_message_get_seqnum
Retrieve the sender timestamps and sequence number of a message
sd_bus_message_read_basic
Read a basic type from a message
sd_bus_negotiate_creds
Control feature negotiation on bus connections
sd_bus_negotiate_fds
Control feature negotiation on bus connections
sd_bus_negotiate_timestamp
Control feature negotiation on bus connections
sd_bus_new
Create a new bus object and create or destroy references to it
sd_bus_open
Acquire a connection to a system or user bus
sd_bus_open_system
Acquire a connection to a system or user bus
sd_bus_open_system_machine
Acquire a connection to a system or user bus
sd_bus_open_system_remote
Acquire a connection to a system or user bus
sd_bus_open_user
Acquire a connection to a system or user bus
sd_bus_path_decode
Convert an external identifier into an object path and back
sd_bus_path_decode_many
Convert an external identifier into an object path and back
sd_bus_path_encode
Convert an external identifier into an object path and back
sd_bus_path_encode_many
Convert an external identifier into an object path and back
sd_bus_process
Drive the connection
sd_bus_ref
Create a new bus object and create or destroy references to it
sd_bus_release_name
Request or release a well-known service name on a bus
sd_bus_request_name
Request or release a well-known service name on a bus
sd_bus_track_add_name
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_add_sender
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_contains
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count_name
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_count_sender
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_first
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_get_bus
Track bus peers
sd_bus_track_get_recursive
Track bus peers
sd_bus_track_get_userdata
Track bus peers
sd_bus_track_new
Track bus peers
sd_bus_track_next
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_ref
Track bus peers
sd_bus_track_remove_name
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_remove_sender
Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_set_recursive
Track bus peers
sd_bus_track_set_userdata
Track bus peers
sd_bus_track_unref
Track bus peers
sd_bus_track_unrefp
Track bus peers
sd_bus_unref
Create a new bus object and create or destroy references to it
sd_bus_unrefp
Create a new bus object and create or destroy references to it
SD_CRIT
APIs for new-style daemons
sd-daemon
APIs for new-style daemons
SD_DEBUG
APIs for new-style daemons
SD_EMERG
APIs for new-style daemons
SD_ERR
APIs for new-style daemons
sd-event
A generic event loop implementation
sd_event
Acquire and release an event loop object
sd_event_add_child
Add a child process state change event source to an event loop
sd_event_add_defer
Add static event sources to an event loop
sd_event_add_exit
Add static event sources to an event loop
sd_event_add_io
Add an I/O event source to an event loop
sd_event_add_post
Add static event sources to an event loop
sd_event_add_signal
Add a UNIX process signal event source to an event loop
sd_event_add_time
Add a timer event source to an event loop
SD_EVENT_ARMED
Low-level event loop operations
sd_event_child_handler_t
Add a child process state change event source to an event loop
sd_event_default
Acquire and release an event loop object
sd_event_dispatch
Low-level event loop operations
sd_event_exit
Ask the event loop to exit
SD_EVENT_EXITING
Low-level event loop operations
SD_EVENT_FINISHED
Low-level event loop operations
sd_event_get_exit_code
Ask the event loop to exit
sd_event_get_fd
Obtain a file descriptor to poll for event loop events
sd_event_get_iteration
Low-level event loop operations
sd_event_get_state
Low-level event loop operations
sd_event_get_tid
Acquire and release an event loop object
sd_event_get_watchdog
Enable event loop watchdog support
sd_event_handler_t
Add static event sources to an event loop
SD_EVENT_INITIAL
Low-level event loop operations
sd_event_io_handler_t
Add an I/O event source to an event loop
sd_event_loop
Run an event loop
sd_event_new
Acquire and release an event loop object
sd_event_now
Retrieve current event loop iteration timestamp
SD_EVENT_OFF
Enable or disable event sources
SD_EVENT_ON
Enable or disable event sources
SD_EVENT_ONESHOT
Enable or disable event sources
SD_EVENT_PENDING
Low-level event loop operations
sd_event_prepare
Low-level event loop operations
SD_EVENT_PREPARING
Low-level event loop operations
SD_EVENT_PRIORITY_IDLE
Set or retrieve the priority of event sources
SD_EVENT_PRIORITY_IMPORTANT
Set or retrieve the priority of event sources
SD_EVENT_PRIORITY_NORMAL
Set or retrieve the priority of event sources
sd_event_ref
Acquire and release an event loop object
sd_event_run
Run an event loop
SD_EVENT_RUNNING
Low-level event loop operations
sd_event_set_watchdog
Enable event loop watchdog support
sd_event_signal_handler_t
Add a UNIX process signal event source to an event loop
sd_event_source
Add an I/O event source to an event loop
sd_event_source_get_child_pid
Add a child process state change event source to an event loop
sd_event_source_get_description
Set or retrieve descriptive names of event sources
sd_event_source_get_enabled
Enable or disable event sources
sd_event_source_get_event
Retrieve the event loop of an event source
sd_event_source_get_io_events
Add an I/O event source to an event loop
sd_event_source_get_io_fd
Add an I/O event source to an event loop
sd_event_source_get_io_revents
Add an I/O event source to an event loop
sd_event_source_get_pending
Determine pending state of event sources
sd_event_source_get_priority
Set or retrieve the priority of event sources
sd_event_source_get_signal
Add a UNIX process signal event source to an event loop
sd_event_source_get_time
Add a timer event source to an event loop
sd_event_source_get_time_accuracy
Add a timer event source to an event loop
sd_event_source_get_time_clock
Add a timer event source to an event loop
sd_event_source_get_userdata
Set or retrieve user data pointer of event sources
sd_event_source_ref
Increase or decrease event source reference counters
sd_event_source_set_description
Set or retrieve descriptive names of event sources
sd_event_source_set_enabled
Enable or disable event sources
sd_event_source_set_io_events
Add an I/O event source to an event loop
sd_event_source_set_io_fd
Add an I/O event source to an event loop
sd_event_source_set_prepare
Set a preparation callback for event sources
sd_event_source_set_priority
Set or retrieve the priority of event sources
sd_event_source_set_time
Add a timer event source to an event loop
sd_event_source_set_time_accuracy
Add a timer event source to an event loop
sd_event_source_set_userdata
Set or retrieve user data pointer of event sources
sd_event_source_unref
Increase or decrease event source reference counters
sd_event_source_unrefp
Increase or decrease event source reference counters
sd_event_time_handler_t
Add a timer event source to an event loop
sd_event_unref
Acquire and release an event loop object
sd_event_unrefp
Acquire and release an event loop object
sd_event_wait
Low-level event loop operations
sd_get_machine_names
Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_seats
Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_sessions
Determine available seats, sessions, logged in users and virtual machines/containers
sd_get_uids
Determine available seats, sessions, logged in users and virtual machines/containers
sd-id128
APIs for processing 128-bit IDs
SD_ID128_CONST_STR
APIs for processing 128-bit IDs
sd_id128_equal
APIs for processing 128-bit IDs
SD_ID128_FORMAT_STR
APIs for processing 128-bit IDs
SD_ID128_FORMAT_VAL
APIs for processing 128-bit IDs
sd_id128_from_string
Format or parse 128-bit IDs as strings
sd_id128_get_boot
Retrieve 128-bit IDs
sd_id128_get_invocation
Retrieve 128-bit IDs
sd_id128_get_machine
Retrieve 128-bit IDs
sd_id128_get_machine_app_specific
Retrieve 128-bit IDs
sd_id128_is_null
APIs for processing 128-bit IDs
SD_ID128_MAKE
APIs for processing 128-bit IDs
SD_ID128_MAKE_STR
APIs for processing 128-bit IDs
SD_ID128_NULL
APIs for processing 128-bit IDs
sd_id128_randomize
Generate 128-bit IDs
sd_id128_t
APIs for processing 128-bit IDs
sd_id128_to_string
Format or parse 128-bit IDs as strings
SD_INFO
APIs for new-style daemons
sd_is_fifo
Check the type of a file descriptor
sd_is_mq
Check the type of a file descriptor
sd_is_socket
Check the type of a file descriptor
sd_is_socket_inet
Check the type of a file descriptor
sd_is_socket_sockaddr
Check the type of a file descriptor
sd_is_socket_unix
Check the type of a file descriptor
sd_is_special
Check the type of a file descriptor
sd-journal
APIs for submitting and querying log entries to and from the journal
sd_journal
Open the system journal for reading
sd_journal_add_conjunction
Add or remove entry matches
sd_journal_add_disjunction
Add or remove entry matches
sd_journal_add_match
Add or remove entry matches
SD_JOURNAL_APPEND
Journal change notification interface
sd_journal_close
Open the system journal for reading
SD_JOURNAL_CURRENT_USER
Open the system journal for reading
sd_journal_enumerate_data
Read data fields from the current journal entry
sd_journal_enumerate_fields
Read used field names from the journal
sd_journal_enumerate_unique
Read unique data fields from the journal
sd_journal_flush_matches
Add or remove entry matches
SD_JOURNAL_FOREACH
Advance or set back the read pointer in the journal
SD_JOURNAL_FOREACH_BACKWARDS
Advance or set back the read pointer in the journal
SD_JOURNAL_FOREACH_DATA
Read data fields from the current journal entry
SD_JOURNAL_FOREACH_FIELD
Read used field names from the journal
SD_JOURNAL_FOREACH_UNIQUE
Read unique data fields from the journal
sd_journal_get_catalog
Retrieve message catalog entry
sd_journal_get_catalog_for_message_id
Retrieve message catalog entry
sd_journal_get_cursor
Get cursor string for or test cursor string against the current journal entry
sd_journal_get_cutoff_monotonic_usec
Read cut-off timestamps from the current journal entry
sd_journal_get_cutoff_realtime_usec
Read cut-off timestamps from the current journal entry
sd_journal_get_data
Read data fields from the current journal entry
sd_journal_get_data_threshold
Read data fields from the current journal entry
sd_journal_get_events
Journal change notification interface
sd_journal_get_fd
Journal change notification interface
sd_journal_get_monotonic_usec
Read timestamps from the current journal entry
sd_journal_get_realtime_usec
Read timestamps from the current journal entry
sd_journal_get_timeout
Journal change notification interface
sd_journal_get_usage
Journal disk usage
sd_journal_has_persistent_files
Query availability of runtime or persistent journal files.
sd_journal_has_runtime_files
Query availability of runtime or persistent journal files.
SD_JOURNAL_INVALIDATE
Journal change notification interface
SD_JOURNAL_LOCAL_ONLY
Open the system journal for reading
sd_journal_next
Advance or set back the read pointer in the journal
sd_journal_next_skip
Advance or set back the read pointer in the journal
SD_JOURNAL_NOP
Journal change notification interface
sd_journal_open
Open the system journal for reading
sd_journal_open_directory
Open the system journal for reading
sd_journal_open_directory_fd
Open the system journal for reading
sd_journal_open_files
Open the system journal for reading
sd_journal_open_files_fd
Open the system journal for reading
SD_JOURNAL_OS_ROOT
Open the system journal for reading
sd_journal_perror
Submit log entries to the journal
sd_journal_previous
Advance or set back the read pointer in the journal
sd_journal_previous_skip
Advance or set back the read pointer in the journal
sd_journal_print
Submit log entries to the journal
sd_journal_printv
Submit log entries to the journal
sd_journal_process
Journal change notification interface
sd_journal_query_unique
Read unique data fields from the journal
sd_journal_reliable_fd
Journal change notification interface
sd_journal_restart_data
Read data fields from the current journal entry
sd_journal_restart_fields
Read used field names from the journal
sd_journal_restart_unique
Read unique data fields from the journal
SD_JOURNAL_RUNTIME_ONLY
Open the system journal for reading
sd_journal_seek_cursor
Seek to a position in the journal
sd_journal_seek_head
Seek to a position in the journal
sd_journal_seek_monotonic_usec
Seek to a position in the journal
sd_journal_seek_realtime_usec
Seek to a position in the journal
sd_journal_seek_tail
Seek to a position in the journal
sd_journal_send
Submit log entries to the journal
sd_journal_sendv
Submit log entries to the journal
sd_journal_set_data_threshold
Read data fields from the current journal entry
sd_journal_stream_fd
Create log stream file descriptor to the journal
SD_JOURNAL_SUPPRESS_LOCATION
Submit log entries to the journal
SD_JOURNAL_SYSTEM
Open the system journal for reading
sd_journal_test_cursor
Get cursor string for or test cursor string against the current journal entry
sd_journal_wait
Journal change notification interface
sd_listen_fds
Check for file descriptors passed by the system manager
SD_LISTEN_FDS_START
Check for file descriptors passed by the system manager
sd_listen_fds_with_names
Check for file descriptors passed by the system manager
sd-login
APIs for tracking logins
sd_login_monitor
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_flush
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_events
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_fd
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_get_timeout
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_new
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_unref
Monitor login sessions, seats, users and virtual machines/containers
sd_login_monitor_unrefp
Monitor login sessions, seats, users and virtual machines/containers
sd_machine_get_class
Determine the class and network interface indices of a locally running virtual machine or container.
sd_machine_get_ifindices
Determine the class and network interface indices of a locally running virtual machine or container.
SD_NOTICE
APIs for new-style daemons
sd_notify
Notify service manager about start-up completion and other service status changes
sd_notifyf
Notify service manager about start-up completion and other service status changes
sd_peer_get_cgroup
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_machine_name
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_owner_uid
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_session
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_slice
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_unit
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_user_slice
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_peer_get_user_unit
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_cgroup
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_machine_name
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_owner_uid
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_session
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_slice
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_unit
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_user_slice
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_get_user_unit
Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to.
sd_pid_notify
Notify service manager about start-up completion and other service status changes
sd_pid_notifyf
Notify service manager about start-up completion and other service status changes
sd_pid_notify_with_fds
Notify service manager about start-up completion and other service status changes
sd_seat_can_graphical
Determine state of a specific seat
sd_seat_can_multi_session
Determine state of a specific seat
sd_seat_can_tty
Determine state of a specific seat
sd_seat_get_active
Determine state of a specific seat
sd_seat_get_sessions
Determine state of a specific seat
sd_session_get_class
Determine state of a specific session
sd_session_get_desktop
Determine state of a specific session
sd_session_get_display
Determine state of a specific session
sd_session_get_remote_host
Determine state of a specific session
sd_session_get_remote_user
Determine state of a specific session
sd_session_get_seat
Determine state of a specific session
sd_session_get_service
Determine state of a specific session
sd_session_get_state
Determine state of a specific session
sd_session_get_tty
Determine state of a specific session
sd_session_get_type
Determine state of a specific session
sd_session_get_uid
Determine state of a specific session
sd_session_get_vt
Determine state of a specific session
sd_session_is_active
Determine state of a specific session
sd_session_is_remote
Determine state of a specific session
sd_uid_get_display
Determine login state of a specific Unix user ID
sd_uid_get_seats
Determine login state of a specific Unix user ID
sd_uid_get_sessions
Determine login state of a specific Unix user ID
sd_uid_get_state
Determine login state of a specific Unix user ID
sd_uid_is_on_seat
Determine login state of a specific Unix user ID
SD_WARNING
APIs for new-style daemons
sd_watchdog_enabled
Check whether the service manager expects watchdog keep-alive notifications from a service
seccomp_api_get
Manage the libseccomp API level
seccomp_api_set
Manage the libseccomp API level
seccomp_arch_add
Manage seccomp filter architectures
seccomp_arch_exist
Manage seccomp filter architectures
seccomp_arch_native
Manage seccomp filter architectures
seccomp_arch_remove
Manage seccomp filter architectures
seccomp_arch_resolve_name
Manage seccomp filter architectures
seccomp_attr_get
Manage the seccomp filter attributes
seccomp_attr_set
Manage the seccomp filter attributes
seccomp_export_bpf
Export the seccomp filter
seccomp_export_pfc
Export the seccomp filter
seccomp_init
Initialize the seccomp filter state
seccomp_load
Load the current seccomp filter into the kernel
seccomp_merge
Merge two seccomp filters
seccomp_release
Release the seccomp filter state
seccomp_reset
Initialize the seccomp filter state
seccomp_rule_add
Add a seccomp filter rule
seccomp_rule_add_array
Add a seccomp filter rule
seccomp_rule_add_exact
Add a seccomp filter rule
seccomp_rule_add_exact_array
Add a seccomp filter rule
seccomp_syscall_priority
Prioritize syscalls in the seccomp filter
seccomp_syscall_resolve_name
Resolve a syscall name
seccomp_syscall_resolve_name_arch
Resolve a syscall name
seccomp_syscall_resolve_name_rewrite
Resolve a syscall name
seccomp_syscall_resolve_num_arch
Resolve a syscall name
seccomp_version
Query the libseccomp version information
secure_getenv
get an environment variable
security_av_perm_to_string
display an access vector in human-readable form.
security_av_string
display an access vector in human-readable form.
security_check_context
check the validity of a SELinux context
security_check_context_raw
check the validity of a SELinux context
security_class_to_string
display an access vector in human-readable form.
security_commit_booleans
routines for manipulating SELinux boolean values
security_compute_av
query the SELinux policy database in the kernel
security_compute_av_flags
query the SELinux policy database in the kernel
security_compute_av_flags_raw
query the SELinux policy database in the kernel
security_compute_av_raw
query the SELinux policy database in the kernel
security_compute_create
query the SELinux policy database in the kernel
security_compute_create_name
query the SELinux policy database in the kernel
security_compute_create_name_raw
query the SELinux policy database in the kernel
security_compute_create_raw
query the SELinux policy database in the kernel
security_compute_member
query the SELinux policy database in the kernel
security_compute_member_raw
query the SELinux policy database in the kernel
security_compute_relabel
query the SELinux policy database in the kernel
security_compute_relabel_raw
query the SELinux policy database in the kernel
security_compute_user
query the SELinux policy database in the kernel
security_compute_user_raw
query the SELinux policy database in the kernel
security_deny_unknown
get or set the enforcing state of SELinux
security_disable
disable the SELinux kernel code at runtime
security_get_boolean_active
routines for manipulating SELinux boolean values
security_get_boolean_names
routines for manipulating SELinux boolean values
security_get_boolean_pending
routines for manipulating SELinux boolean values
security_getenforce
get or set the enforcing state of SELinux
security_get_initial_context
query the SELinux policy database in the kernel
security_get_initial_context_raw
query the SELinux policy database in the kernel
security_load_booleans
routines for manipulating SELinux boolean values
security_load_policy
load a new SELinux policy
security_mkload_policy
load a new SELinux policy
security_policyvers
get the version of the SELinux policy
security_reject_unknown
get or set the enforcing state of SELinux
security_set_boolean
routines for manipulating SELinux boolean values
security_setenforce
get or set the enforcing state of SELinux
seed48
generate uniformly distributed pseudo-random numbers
seed48_r
generate uniformly distributed pseudo-random numbers reentrantly
seekdir
set the position of the next readdir() call in the directory stream.
selabel_close
userspace SELinux labeling interface
selabel_digest
Return digest of specfiles and list of files used
selabel_get_digests_all_partial_matches
Only supported on file backend.
selabel_lookup
obtain SELinux security context from a string label
selabel_lookup_best_match
Only supported on file backend.
selabel_lookup_best_match_raw
Only supported on file backend.
selabel_lookup_raw
obtain SELinux security context from a string label
selabel_open
userspace SELinux labeling interface
selabel_partial_match
Only supported on file backend.
selabel_stats
obtain SELinux labeling statistics
selinux_binary_policy_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_boolean_sub
Search the translated name for a boolean_name record
selinux_check_access
query the SELinux policy database in the kernel
selinux_check_passwd_access
query the SELinux policy database in the kernel
selinux_check_securetty_context
check whether a SELinux tty security context is defined as a securetty context
selinux_colors_path
Return a path to the active SELinux policy color configuration file
selinux_contexts_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_current_policy_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_default_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_default_type_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_failsafe_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_file_context_cmp
Compare two SELinux security contexts excluding the 'user' component
selinux_file_context_homedir_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_file_context_local_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_file_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_file_context_verify
Compare the SELinux security context on disk to the default security context required by the policy file contexts file
selinux_getenforcemode
get the enforcing state of SELinux
selinux_getpolicytype
get the type of SELinux policy running on the system
selinux_homedir_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_init_load_policy
load a new SELinux policy
selinux_lsetfilecon_default
set the file context to the system defaults
selinux_media_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_mkload_policy
load a new SELinux policy
selinux_netfilter_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_policy_root
Set an alternate SELinux root path for the SELinux policy files for this machine.
selinux_raw_context_to_color
Return RGB color string for an SELinux security context
selinux_removable_context_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_restorecon
restore file(s) default SELinux security contexts
selinux_restorecon_default_handle
sets default parameters for selinux_restorecon(3)
selinux_restorecon_set_alt_rootpath
set an alternate rootpath.
selinux_restorecon_set_exclude_list
set list of directories to be excluded from relabeling.
selinux_restorecon_set_sehandle
set a labeling handle for use by selinux_restorecon(3)
selinux_restorecon_xattr
manage default security.sehash extended attribute entries added by selinux_restorecon(3), setfiles(8) or restorecon(8).
selinux_securetty_types_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_set_callback
userspace SELinux callback facilities
selinux_set_mapping
establish dynamic object class and permission mapping
selinux_set_policy_root
Set an alternate SELinux root path for the SELinux policy files for this machine.
selinux_status_close
reference the SELinux kernel status without invocation of system calls
selinux_status_deny_unknown
reference the SELinux kernel status without invocation of system calls
selinux_status_getenforce
reference the SELinux kernel status without invocation of system calls
selinux_status_open
reference the SELinux kernel status without invocation of system calls
selinux_status_policyload
reference the SELinux kernel status without invocation of system calls
selinux_status_updated
reference the SELinux kernel status without invocation of system calls
selinux_user_contexts_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_usersconf_path
These functions return the paths to the active SELinux policy configuration directories and files
selinux_x_context_path
These functions return the paths to the active SELinux policy configuration directories and files
semanage_bool
SELinux Policy Booleans Management API
semanage_bool_count
SELinux Management API
semanage_bool_count_active
SELinux Management API
semanage_bool_count_local
SELinux Management API
semanage_bool_del_local
SELinux Management API
semanage_bool_exists
SELinux Management API
semanage_bool_exists_active
SELinux Management API
semanage_bool_exists_local
SELinux Management API
semanage_bool_iterate
SELinux Management API
semanage_bool_iterate_active
SELinux Management API
semanage_bool_iterate_local
SELinux Management API
semanage_bool_list
SELinux Lists Management API
semanage_bool_list_active
SELinux Lists Management API
semanage_bool_list_local
SELinux Lists Management API
semanage_bool_modify_local
SELinux Management API
semanage_bool_query
SELinux Management API
semanage_bool_query_active
SELinux Management API
semanage_bool_query_local
SELinux Management API
semanage_bool_set_active
update an existing SELinux boolean in the currently active policy
semanage_count
SELinux Management API
semanage_del
SELinux Management API
semanage_exists
SELinux Management API
semanage_fcontext
SELinux File Context Management API
semanage_fcontext_count
SELinux Management API
semanage_fcontext_count_local
SELinux Management API
semanage_fcontext_del_local
SELinux Management API
semanage_fcontext_exists
SELinux Management API
semanage_fcontext_exists_local
SELinux Management API
semanage_fcontext_iterate
SELinux Management API
semanage_fcontext_iterate_local
SELinux Management API
semanage_fcontext_list
SELinux Lists Management API
semanage_fcontext_list_local
SELinux Lists Management API
semanage_fcontext_modify_local
SELinux Management API
semanage_fcontext_query
SELinux Management API
semanage_fcontext_query_local
SELinux Management API
semanage_iface
SELinux Network Interfaces Management API
semanage_iface_count
SELinux Management API
semanage_iface_count_local
SELinux Management API
semanage_iface_del_local
SELinux Management API
semanage_iface_exists
SELinux Management API
semanage_iface_exists_local
SELinux Management API
semanage_iface_iterate
SELinux Management API
semanage_iface_iterate_local
SELinux Management API
semanage_iface_list
SELinux Lists Management API
semanage_iface_list_local
SELinux Lists Management API
semanage_iface_modify_local
SELinux Management API
semanage_iface_query
SELinux Management API
semanage_iface_query_local
SELinux Management API
semanage_iterate
SELinux Management API
semanage_list
SELinux Lists Management API
semanage_modify
SELinux Management API
semanage_node
SELinux Network Nodes Management API
semanage_node_count
SELinux Management API
semanage_node_count_local
SELinux Management API
semanage_node_del_local
SELinux Management API
semanage_node_exists
SELinux Management API
semanage_node_exists_local
SELinux Management API
semanage_node_iterate
SELinux Management API
semanage_node_iterate_local
SELinux Management API
semanage_node_list
SELinux Lists Management API
semanage_node_list_local
SELinux Lists Management API
semanage_node_modify_local
SELinux Management API
semanage_node_query
SELinux Management API
semanage_node_query_local
SELinux Management API
semanage_port
SELinux Network Ports Management API
semanage_port_count
SELinux Management API
semanage_port_count_local
SELinux Management API
semanage_port_del_local
SELinux Management API
semanage_port_exists
SELinux Management API
semanage_port_exists_local
SELinux Management API
semanage_port_iterate
SELinux Management API
semanage_port_iterate_local
SELinux Management API
semanage_port_list
SELinux Lists Management API
semanage_port_list_local
SELinux Lists Management API
semanage_port_modify_local
SELinux Management API
semanage_port_query
SELinux Management API
semanage_port_query_local
SELinux Management API
semanage_query
SELinux Management API
semanage_set_root
SELinux Management API
semanage_seuser
Linux UID to SELinux User Management API
semanage_seuser_count
SELinux Management API
semanage_seuser_count_local
SELinux Management API
semanage_seuser_del_local
SELinux Management API
semanage_seuser_exists
SELinux Management API
semanage_seuser_exists_local
SELinux Management API
semanage_seuser_iterate
SELinux Management API
semanage_seuser_iterate_local
SELinux Management API
semanage_seuser_list
SELinux Lists Management API
semanage_seuser_list_local
SELinux Lists Management API
semanage_seuser_modify_local
SELinux Management API
semanage_seuser_query
SELinux Management API
semanage_seuser_query_local
SELinux Management API
semanage_user
SELinux User Management API
semanage_user_count
SELinux Management API
semanage_user_count_local
SELinux Management API
semanage_user_del_local
SELinux Management API
semanage_user_exists
SELinux Management API
semanage_user_exists_local
SELinux Management API
semanage_user_iterate
SELinux Management API
semanage_user_iterate_local
SELinux Management API
semanage_user_list
SELinux Lists Management API
semanage_user_list_local
SELinux Lists Management API
semanage_user_modify_local
SELinux Management API
semanage_user_query
SELinux Management API
semanage_user_query_local
SELinux Management API
sem_close
close a named semaphore
sem_destroy
destroy an unnamed semaphore
sem_getvalue
get the value of a semaphore
sem_init
initialize an unnamed semaphore
sem_open
initialize and open a named semaphore
sem_post
unlock a semaphore
sem_timedwait
lock a semaphore
sem_trywait
lock a semaphore
sem_unlink
remove a named semaphore
sem_wait
lock a semaphore
sepol_check_context
Check the validity of a security context against a binary policy.
setaliasent
read an alias entry
set_aumessage_mode
Sets the message mode
setbuf
stream buffering operations
setbuffer
stream buffering operations
setcon
get SELinux security context of a process
setcon_raw
get SELinux security context of a process
setenv
change or add an environment variable
setexeccon
get or set the SELinux security context used for executing a new process
setexeccon_raw
get or set the SELinux security context used for executing a new process
setfilecon
set SELinux security context of a file
setfilecon_raw
set SELinux security context of a file
__setfpucw
set FPU control word on i386 architecture (obsolete)
setfscreatecon
get or set the SELinux security context used for creating a new file system object
setfscreatecon_raw
get or set the SELinux security context used for creating a new file system object
setfsent
handle fstab entries
setgrent
get group file entry
sethostent
get network host entry
setjmp
performing a nonlocal goto
setkey
encrypt 64-bit messages
setkeycreatecon
get or set the SELinux security context used for creating a new kernel keyrings
setkeycreatecon_raw
get or set the SELinux security context used for creating a new kernel keyrings
setkey_r
encrypt 64-bit messages
setlinebuf
stream buffering operations
setlocale
set the current locale
setlogmask
set log priority mask
set_matchpathcon_flags
set flags controlling the operation of matchpathcon or matchpathcon_index and configure the behaviour of validity checking and error displaying
set_matchpathcon_invalidcon
set flags controlling the operation of matchpathcon or matchpathcon_index and configure the behaviour of validity checking and error displaying
set_matchpathcon_printf
set flags controlling the operation of matchpathcon or matchpathcon_index and configure the behaviour of validity checking and error displaying
setmntent
get filesystem descriptor file entry
setnetent
get network entry
setnetgrent
handle network group entries
setprotoent
get protocol entry
setpwent
get password file entry
setrpcent
get RPC entry
set_selinuxmnt
initialize the global variable selinux_mnt
setservent
get service entry
setsockcreatecon
get or set the SELinux security context used for creating a new labeled sockets
setsockcreatecon_raw
get or set the SELinux security context used for creating a new labeled sockets
setspent
get shadow password file entry
setstate
random number generator
setstate_r
reentrant random number generator
setttyent
get ttys file entry
setusershell
get permitted user shells
setutent
access utmp file entries
setutxent
access utmp file entries
setvbuf
stream buffering operations
sgetspent
get shadow password file entry
sgetspent_r
get shadow password file entry
shadow
encrypted password file routines
shm_open
create/open or unlink POSIX shared memory objects
shm_unlink
create/open or unlink POSIX shared memory objects
sidget
obtain and manipulate SELinux security ID's
sidput
obtain and manipulate SELinux security ID's
sigaddset
POSIX signal set operations
sigandset
POSIX signal set operations
sigblock
BSD signal API
sigdelset
POSIX signal set operations
sigemptyset
POSIX signal set operations
sigfillset
POSIX signal set operations
siggetmask
BSD signal API
sighold
System V signal API
sigignore
System V signal API
siginterrupt
allow signals to interrupt system calls
sigisemptyset
POSIX signal set operations
sigismember
POSIX signal set operations
siglongjmp
performing a nonlocal goto
sigmask
BSD signal API
signbit
test sign of a real floating-point number
signgam
log gamma function
significand
get mantissa of floating-point number
significandf
get mantissa of floating-point number
significandl
get mantissa of floating-point number
sigorset
POSIX signal set operations
sigpause
atomically release blocked signals and wait for interrupt
sigrelse
System V signal API
sigset
System V signal API
sigsetjmp
performing a nonlocal goto
sigsetmask
BSD signal API
sigsetops
POSIX signal set operations
sigstack
set and/or get signal stack context
sigvec
BSD signal API
sigwait
wait for a signal
sin
sine function
sincos
calculate sin and cos simultaneously
sincosf
calculate sin and cos simultaneously
sincosl
calculate sin and cos simultaneously
sinf
sine function
sinh
hyperbolic sine function
sinhf
hyperbolic sine function
sinhl
hyperbolic sine function
sinl
sine function
SLIST_EMPTY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_ENTRY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_FIRST
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_FOREACH
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_HEAD_INITIALIZER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_INIT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_INSERT_AFTER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_INSERT_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_NEXT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_REMOVE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
SLIST_REMOVE_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
snprintf
formatted output conversion
sockatmark
determine whether socket is at out-of-band mark
sprintf
formatted output conversion
sqrt
square root function
sqrtf
square root function
sqrtl
square root function
srand
pseudo-random number generator
srand48
generate uniformly distributed pseudo-random numbers
srand48_r
generate uniformly distributed pseudo-random numbers reentrantly
srandom
random number generator
srandom_r
reentrant random number generator
sscanf
input format conversion
ssignal
software signal facility
STAILQ_CONCAT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_EMPTY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_ENTRY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_FIRST
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_FOREACH
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_HEAD_INITIALIZER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_INIT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_INSERT_AFTER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_INSERT_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_INSERT_TAIL
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_NEXT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_REMOVE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
STAILQ_REMOVE_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
stdarg
variable argument lists
stderr
standard I/O streams
stdin
standard I/O streams
stdio
standard input/output library functions
stdio_ext
interfaces to stdio FILE structure
stdout
standard I/O streams
stpcpy
copy a string returning a pointer to its end
stpncpy
copy a fixed-size string, returning a pointer to its end
strcasecmp
compare two strings ignoring case
strcasestr
locate a substring
strcat
concatenate two strings
strchr
locate character in string
strchrnul
locate character in string
strcmp
compare two strings
strcoll
compare two strings using the current locale
strcpy
copy a string
strcspn
get length of a prefix substring
strdup
duplicate a string
strdupa
duplicate a string
strerror
return string describing error number
strerror_l
return string describing error number
strerror_r
return string describing error number
strfmon
convert monetary value to a string
strfmon_l
convert monetary value to a string
strfromd
convert a floating-point value into a string
strfromf
convert a floating-point value into a string
strfroml
convert a floating-point value into a string
strfry
randomize a string
strftime
format date and time
string
string operations
string_to_av_perm
display an access vector in human-readable form.
string_to_security_class
display an access vector in human-readable form.
strlen
calculate the length of a string
strncasecmp
compare two strings ignoring case
strncat
concatenate two strings
strncmp
compare two strings
strncpy
copy a string
strndup
duplicate a string
strndupa
duplicate a string
strnlen
determine the length of a fixed-size string
strpbrk
search a string for any of a set of bytes
strptime
convert a string representation of time to a time tm structure
strrchr
locate character in string
strsep
extract token from string
strsignal
return string describing signal
strspn
get length of a prefix substring
strstr
locate a substring
strtod
convert ASCII string to floating-point number
strtof
convert ASCII string to floating-point number
strtoimax
convert string to integer
strtok
extract tokens from strings
strtok_r
extract tokens from strings
strtol
convert a string to a long integer
strtold
convert ASCII string to floating-point number
strtoll
convert a string to a long integer
strtoq
convert a string to a long integer
strtoul
convert a string to an unsigned long integer
strtoull
convert a string to an unsigned long integer
strtoumax
convert string to integer
strtouq
convert a string to an unsigned long integer
strverscmp
compare two version strings
strxfrm
string transformation
svc_destroy
library routines for remote procedure calls
svcerr_auth
library routines for remote procedure calls
svcerr_decode
library routines for remote procedure calls
svcerr_noproc
library routines for remote procedure calls
svcerr_noprog
library routines for remote procedure calls
svcerr_progvers
library routines for remote procedure calls
svcerr_systemerr
library routines for remote procedure calls
svcerr_weakauth
library routines for remote procedure calls
svcfd_create
library routines for remote procedure calls
svc_freeargs
library routines for remote procedure calls
svc_getargs
library routines for remote procedure calls
svc_getcaller
library routines for remote procedure calls
svc_getreq
library routines for remote procedure calls
svc_getreqset
library routines for remote procedure calls
svcraw_create
library routines for remote procedure calls
svc_register
library routines for remote procedure calls
svc_run
library routines for remote procedure calls
svc_sendreply
library routines for remote procedure calls
svctcp_create
library routines for remote procedure calls
svcudp_bufcreate
library routines for remote procedure calls
svcudp_create
library routines for remote procedure calls
svc_unregister
library routines for remote procedure calls
swab
swap adjacent bytes
swapcontext
manipulate user context
swprintf
formatted wide-character output conversion
sysconf
get configuration information at run time
sys_errlist
print a system error message
sys_nerr
print a system error message
system
execute a shell command
sysv_signal
signal handling with System V semantics
TAILQ_CONCAT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_EMPTY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_ENTRY
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_FIRST
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_FOREACH
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_FOREACH_REVERSE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_HEAD_INITIALIZER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_INIT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_INSERT_AFTER
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_INSERT_BEFORE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_INSERT_HEAD
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_INSERT_TAIL
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_LAST
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_NEXT
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_PREV
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_REMOVE
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
TAILQ_SWAP
implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
tan
tangent function
tanf
tangent function
tanh
hyperbolic tangent function
tanhf
hyperbolic tangent function
tanhl
hyperbolic tangent function
tanl
tangent function
tcdrain
get and set terminal attributes, line control, get and set baud rate
tcflow
get and set terminal attributes, line control, get and set baud rate
tcflush
get and set terminal attributes, line control, get and set baud rate
tcgetattr
get and set terminal attributes, line control, get and set baud rate
tcgetpgrp
get and set terminal foreground process group
tcgetsid
get session ID
tcsendbreak
get and set terminal attributes, line control, get and set baud rate
tcsetattr
get and set terminal attributes, line control, get and set baud rate
tcsetpgrp
get and set terminal foreground process group
tdelete
manage a binary search tree
tdestroy
manage a binary search tree
telldir
return current location in directory stream
tempnam
create a name for a temporary file
termios
get and set terminal attributes, line control, get and set baud rate
textdomain
set domain for future gettext() calls
tfind
manage a binary search tree
tgamma
true gamma function
tgammaf
true gamma function
tgammal
true gamma function
timegm
inverses of gmtime and localtime
timelocal
inverses of gmtime and localtime
timeradd
timeval operations
timerclear
timeval operations
timercmp
timeval operations
timerisset
timeval operations
timersub
timeval operations
timezone
initialize time conversion information
tmpfile
create a temporary file
tmpnam
create a name for a temporary file
tmpnam_r
create a name for a temporary file
toascii
convert character to ASCII
tolower
convert uppercase or lowercase
tolower_l
convert uppercase or lowercase
toupper
convert uppercase or lowercase
toupper_l
convert uppercase or lowercase
towctrans
wide-character transliteration
towlower
convert a wide character to lowercase
towlower_l
convert a wide character to lowercase
towupper
convert a wide character to uppercase
towupper_l
convert a wide character to uppercase
tracef
LTTng-UST printf(3)-like interface
tracelog
LTTng-UST printf(3)-like interface with a log level
tracepoint
LTTng user space tracing
tracepoint_enabled
LTTng user space tracing
trunc
round to integer, toward zero
truncf
round to integer, toward zero
truncl
round to integer, toward zero
tsearch
manage a binary search tree
ttyname
return name of a terminal
ttyname_r
return name of a terminal
ttyslot
find the slot of the current user's terminal in some file
twalk
manage a binary search tree
twalk_r
manage a binary search tree
tzname
initialize time conversion information
tzset
initialize time conversion information
ualarm
schedule signal after given number of microseconds
udev_device_get_action
Query device properties
udev_device_get_devlinks_list_entry
Retrieve or set device attributes
udev_device_get_devnode
Query device properties
udev_device_get_devnum
Query device properties
udev_device_get_devpath
Query device properties
udev_device_get_devtype
Query device properties
udev_device_get_driver
Query device properties
udev_device_get_is_initialized
Query device properties
udev_device_get_parent
Query device properties
udev_device_get_parent_with_subsystem_devtype
Query device properties
udev_device_get_properties_list_entry
Retrieve or set device attributes
udev_device_get_property_value
Retrieve or set device attributes
udev_device_get_subsystem
Query device properties
udev_device_get_sysattr_list_entry
Retrieve or set device attributes
udev_device_get_sysattr_value
Retrieve or set device attributes
udev_device_get_sysname
Query device properties
udev_device_get_sysnum
Query device properties
udev_device_get_syspath
Query device properties
udev_device_get_tags_list_entry
Retrieve or set device attributes
udev_device_get_udev
Query device properties
udev_device_has_tag
Retrieve or set device attributes
udev_device_new_from_device_id
Create, acquire and release a udev device object
udev_device_new_from_devnum
Create, acquire and release a udev device object
udev_device_new_from_environment
Create, acquire and release a udev device object
udev_device_new_from_subsystem_sysname
Create, acquire and release a udev device object
udev_device_new_from_syspath
Create, acquire and release a udev device object
udev_device_ref
Create, acquire and release a udev device object
udev_device_set_sysattr_value
Retrieve or set device attributes
udev_device_unref
Create, acquire and release a udev device object
udev_enumerate_add_match_is_initialized
Modify filters
udev_enumerate_add_match_parent
Modify filters
udev_enumerate_add_match_property
Modify filters
udev_enumerate_add_match_subsystem
Modify filters
udev_enumerate_add_match_sysattr
Modify filters
udev_enumerate_add_match_sysname
Modify filters
udev_enumerate_add_match_tag
Modify filters
udev_enumerate_add_nomatch_subsystem
Modify filters
udev_enumerate_add_nomatch_sysattr
Modify filters
udev_enumerate_add_syspath
Query or modify a udev enumerate object
udev_enumerate_get_list_entry
Query or modify a udev enumerate object
udev_enumerate_get_udev
Query or modify a udev enumerate object
udev_enumerate_new
Create, acquire and release a udev enumerate object
udev_enumerate_ref
Create, acquire and release a udev enumerate object
udev_enumerate_scan_devices
Query or modify a udev enumerate object
udev_enumerate_scan_subsystems
Query or modify a udev enumerate object
udev_enumerate_unref
Create, acquire and release a udev enumerate object
udev_list_entry
Iterate and access udev lists
udev_list_entry_get_by_name
Iterate and access udev lists
udev_list_entry_get_name
Iterate and access udev lists
udev_list_entry_get_next
Iterate and access udev lists
udev_list_entry_get_value
Iterate and access udev lists
udev_monitor_enable_receiving
Query and modify device monitor
udev_monitor_filter_add_match_subsystem_devtype
Modify filters
udev_monitor_filter_add_match_tag
Modify filters
udev_monitor_filter_remove
Modify filters
udev_monitor_filter_update
Modify filters
udev_monitor_get_fd
Query and modify device monitor
udev_monitor_get_udev
Query and modify device monitor
udev_monitor_new_from_netlink
Create, acquire and release a udev monitor object
udev_monitor_receive_device
Query and modify device monitor
udev_monitor_ref
Create, acquire and release a udev monitor object
udev_monitor_set_receive_buffer_size
Query and modify device monitor
udev_monitor_unref
Create, acquire and release a udev monitor object
udev_new
Create, acquire and release a udev context object
udev_ref
Create, acquire and release a udev context object
udev_unref
Create, acquire and release a udev context object
ulckpwdf
get shadow password file entry
ulimit
get and set user limits
umad_addr_dump
dump addr structure to stderr
umad_alloc
allocate memory for umad buffers
umad_class_str
class of functions to return string representations of enums
umad_close_port
close InfiniBand device port for umad access
umad_debug
set debug level
umad_dump
dump umad buffer to stderr
umad_free
frees memory of umad buffers
umad_get_ca
get and release InfiniBand device port attributes
umad_get_ca_portguids
get the InfiniBand device ports GUIDs
umad_get_cas_names
get list of available InfiniBand device names
umad_get_fd
get the umad fd for the requested port
umad_get_issm_path
get path of issm device
umad_get_mad
get the MAD pointer of a umad buffer
umad_get_mad_addr
get the address of the ib_mad_addr from a umad buffer
umad_get_pkey
get pkey index from umad buffer
umad_get_port
open and close an InfiniBand port
umad_open_port
open InfiniBand device port for umad access
umad_poll
poll umad
umad_recv
receive umad
umad_register
register the specified management class and version for port
umad_register2
register the specified management class and version for port
umad_register_oui
register the specified class in vendor range 2 for port
umad_release_ca
get and release InfiniBand device port attributes
umad_release_port
open and close an InfiniBand port
umad_send
send umad
umad_set_addr
set MAD address fields within umad buffer using host ordering
umad_set_addr_net
set MAD address fields within umad buffer using network ordering
umad_set_grh
set GRH fields within umad buffer using host ordering
umad_set_grh_net
set GRH fields within umad buffer using network ordering
umad_set_pkey
set pkey index within umad buffer
umad_size
get the size of umad buffer
umad_status
get the status of a umad buffer
umad_unregister
unregister umad agent
undocumented
undocumented library functions
ungetc
input of characters and strings
ungetwc
push back a wide character onto a FILE stream
unlocked_stdio
nonlocking stdio functions
unlockpt
unlock a pseudoterminal master/slave pair
unsetenv
change or add an environment variable
updwtmp
append an entry to the wtmp file
updwtmpx
append an entry to the wtmp file
uselocale
set/get the locale for the calling thread
usleep
suspend execution for microsecond intervals
utmpname
access utmp file entries
utmpxname
access utmp file entries
uuid
DCE compatible Universally Unique Identifier library
uuid_clear
reset value of UUID variable to the NULL value
uuid_compare
compare whether two UUIDs are the same
uuid_copy
copy a UUID value
uuid_generate
create a new unique UUID value
uuid_generate_random
create a new unique UUID value
uuid_generate_time
create a new unique UUID value
uuid_generate_time_safe
create a new unique UUID value
uuid_is_null
compare the value of the UUID to the NULL value
uuid_parse
convert an input UUID string into binary representation
uuid_time
extract the time at which the UUID was created
uuid_unparse
convert a UUID from binary representation to a string
va_arg
variable argument lists
va_copy
variable argument lists
va_end
variable argument lists
valloc
allocate aligned memory
vasprintf
print to allocated string
va_start
variable argument lists
vdprintf
formatted output conversion
verr
formatted error messages
verrx
formatted error messages
versionsort
scan a directory for matching entries
vfprintf
formatted output conversion
vfscanf
input format conversion
vfwprintf
formatted wide-character output conversion
vlimit
get/set resource limits
vprintf
formatted output conversion
vscanf
input format conversion
vsnprintf
formatted output conversion
vsprintf
formatted output conversion
vsscanf
input format conversion
vswprintf
formatted wide-character output conversion
vsyslog
send messages to the system logger
vtimes
get resource usage
vwarn
formatted error messages
vwarnx
formatted error messages
vwprintf
formatted wide-character output conversion
warn
formatted error messages
warnx
formatted error messages
wcpcpy
copy a wide-character string, returning a pointer to its end
wcpncpy
copy a fixed-size string of wide characters, returning a pointer to its end
wcrtomb
convert a wide character to a multibyte sequence
wcscasecmp
compare two wide-character strings, ignoring case
wcscat
concatenate two wide-character strings
wcschr
search a wide character in a wide-character string
wcscmp
compare two wide-character strings
wcscpy
copy a wide-character string
wcscspn
search a wide-character string for any of a set of wide characters
wcsdup
duplicate a wide-character string
wcslen
determine the length of a wide-character string
wcsncasecmp
compare two fixed-size wide-character strings, ignoring case
wcsncat
concatenate two wide-character strings
wcsncmp
compare two fixed-size wide-character strings
wcsncpy
copy a fixed-size string of wide characters
wcsnlen
determine the length of a fixed-size wide-character string
wcsnrtombs
convert a wide-character string to a multibyte string
wcspbrk
search a wide-character string for any of a set of wide characters
wcsrchr
search a wide character in a wide-character string
wcsrtombs
convert a wide-character string to a multibyte string
wcsspn
advance in a wide-character string, skipping any of a set of wide characters
wcsstr
locate a substring in a wide-character string
wcstoimax
convert wide-character string to integer
wcstok
split wide-character string into tokens
wcstombs
convert a wide-character string to a multibyte string
wcstoumax
convert wide-character string to integer
wcswidth
determine columns needed for a fixed-size wide-character string
wctob
try to represent a wide character as a single byte
wctomb
convert a wide character to a multibyte sequence
wctrans
wide-character translation mapping
wctype
wide-character classification
wcwidth
determine columns needed for a wide character
wmemchr
search a wide character in a wide-character array
wmemcmp
compare two arrays of wide-characters
wmemcpy
copy an array of wide-characters
wmemmove
copy an array of wide-characters
wmempcpy
copy memory area
wmemset
fill an array of wide-characters with a constant wide character
wordexp
perform word expansion like a posix-shell
wordfree
perform word expansion like a posix-shell
wprintf
formatted wide-character output conversion
xcrypt
RFS password encryption
xdecrypt
RFS password encryption
xdr
library routines for external data representation
xdr_accepted_reply
library routines for remote procedure calls
xdr_array
library routines for external data representation
xdr_authunix_parms
library routines for remote procedure calls
xdr_bool
library routines for external data representation
xdr_bytes
library routines for external data representation
xdr_callhdr
library routines for remote procedure calls
xdr_callmsg
library routines for remote procedure calls
xdr_char
library routines for external data representation
xdr_destroy
library routines for external data representation
xdr_double
library routines for external data representation
xdr_enum
library routines for external data representation
xdr_float
library routines for external data representation
xdr_free
library routines for external data representation
xdr_getpos
library routines for external data representation
xdr_inline
library routines for external data representation
xdr_int
library routines for external data representation
xdr_long
library routines for external data representation
xdrmem_create
library routines for external data representation
xdr_opaque
library routines for external data representation
xdr_opaque_auth
library routines for remote procedure calls
xdr_pmap
library routines for remote procedure calls
xdr_pmaplist
library routines for remote procedure calls
xdr_pointer
library routines for external data representation
xdrrec_create
library routines for external data representation
xdrrec_endofrecord
library routines for external data representation
xdrrec_eof
library routines for external data representation
xdrrec_skiprecord
library routines for external data representation
xdr_reference
library routines for external data representation
xdr_rejected_reply
library routines for remote procedure calls
xdr_replymsg
library routines for remote procedure calls
xdr_setpos
library routines for external data representation
xdr_short
library routines for external data representation
xdrstdio_create
library routines for external data representation
xdr_string
library routines for external data representation
xdr_u_char
library routines for external data representation
xdr_u_int
library routines for external data representation
xdr_u_long
library routines for external data representation
xdr_union
library routines for external data representation
xdr_u_short
library routines for external data representation
xdr_vector
library routines for external data representation
xdr_void
library routines for external data representation
xdr_wrapstring
library routines for external data representation
xencrypt
RFS password encryption
xfsctl
control XFS filesystems and individual files
xprt_register
library routines for remote procedure calls
xprt_unregister
library routines for remote procedure calls
y0
Bessel functions of the second kind
y0f
Bessel functions of the second kind
y0l
Bessel functions of the second kind
y1
Bessel functions of the second kind
y1f
Bessel functions of the second kind
y1l
Bessel functions of the second kind
yn
Bessel functions of the second kind
ynf
Bessel functions of the second kind
ynl
Bessel functions of the second kind
zbxpcp
Zabbix Agent Loadable PCP Module