skip to content
section 3 — Library functions (k–r)
- kbuffer_alloc(3) Creating of kbuffer element to parse the Linux kernel tracing ring buffer
- kbuffer_read_event(3) Functions to read through the kbuffer sub buffer.
- kbuffer_timestamp(3) Functions that read various data of a kbuffer descriptor
- key_setsecret(3) interfaces to rpc keyserver daemon
- keyctl(3) key management function wrappers
- keyctl_capabilities(3) Query subsystem capabilities
- keyctl_chown(3) change the ownership of a key
- keyctl_clear(3) clear a keyring
- keyctl_describe(3) describe a key
- keyctl_dh_compute(3) Compute a Diffie-Hellman shared secret or public key
- keyctl_get_keyring_ID(3) get the ID of a special keyring
- keyctl_get_persistent(3) get the persistent keyring for a user
- keyctl_get_security(3) retrieve a key's security context
- keyctl_instantiate(3) key instantiation functions
- keyctl_invalidate(3) invalidate a key
- keyctl_join_session_keyring(3) join a different session keyring
- keyctl_link(3) link/unlink a key to/from a keyring
- keyctl_move(3) Move a key between keyrings
- keyctl_pkey_encrypt(3) Encrypt and decrypt data
- keyctl_pkey_query(3) Query public key parameters
- keyctl_pkey_sign(3) Generate and verify signatures
- keyctl_read(3) read a key
- keyctl_restrict_keyring(3) restrict keys that may be linked to a keyring
- keyctl_revoke(3) revoke a key
- keyctl_search(3) search a keyring for a key
- keyctl_session_to_parent(3) set the parent process's session keyring
- keyctl_set_reqkey_keyring(3) set the implicit destination keyring
- keyctl_set_timeout(3) set the expiration timer on a key
- keyctl_setperm(3) change the permissions mask on a key
- keyctl_update(3) update a key
- keyctl_watch_key(3) Watch for changes to a key
- killpg(3) send signal to a process group
- knet_addrtostr(3) Convert an address to a host name.
- knet_get_compress_list(3) Get a list of support compression types.
- knet_get_crypto_list(3) Get a list of supported crypto libraries.
- knet_get_transport_id_by_name(3) Get a transport ID from its name.
- knet_get_transport_list(3) Get a list of the transports support by this build of knet.
- knet_get_transport_name_by_id(3) Get a transport name from its ID number.
- knet_handle_add_datafd(3) Install a file descriptor for communication.
- knet_handle_clear_stats(3) Clear knet stats, link and/or handle.
- knet_handle_compress(3) Set up packet compression.
- knet_handle_crypto(3) set up packet cryptographic signing & encryption
- knet_handle_crypto_rx_clear_traffic(3) enable or disable RX processing of clear (unencrypted) traffic
- knet_handle_crypto_set_config(3) set up packet cryptographic signing & encryption
- knet_handle_crypto_use_config(3) specify crypto configuration to use for TX
- knet_handle_enable_access_lists(3) Enable or disable usage of access lists (default: off)
- knet_handle_enable_filter(3) install a filter to route packets
- knet_handle_enable_pmtud_notify(3) install a callback to receive PMTUd changes
- knet_handle_enable_sock_notify(3) Register a callback to receive socket events.
- knet_handle_free(3) Destroy a knet handle, free all resources.
- knet_handle_get_channel(3) Get the channel associated with a file descriptor.
- knet_handle_get_datafd(3) Get the file descriptor associated with a channel.
- knet_handle_get_stats(3) Get statistics for compression & crypto.
- knet_handle_get_transport_reconnect_interval(3) Get the interval between transport attempts to reconnect a failed link.
- knet_handle_new(3) knet_handle_new_ex with flags = KNET_HANDLE_FLAG_PRIVILEGED.
- knet_handle_new_ex(3) create a new instance of a knet handle
- knet_handle_pmtud_get(3) Get the current data MTU.
- knet_handle_pmtud_getfreq(3) Get the interval between PMTUd scans.
- knet_handle_pmtud_set(3) Set the current interface MTU.
- knet_handle_pmtud_setfreq(3) Set the interval between PMTUd scans.
- knet_handle_remove_datafd(3) Remove a file descriptor from knet.
- knet_handle_set_transport_reconnect_interval(3) Set the interval between transport attempts to reconnect a failed link.
- knet_handle_setfwd(3) Start packet forwarding.
- knet_host_add(3) Add a new host ID to knet.
- knet_host_enable_status_change_notify(3) Install a callback to get host status change events.
- knet_host_get_host_list(3) Get a list of hosts known to knet.
- knet_host_get_id_by_host_name(3) Get the ID of a host given its name.
- knet_host_get_name_by_host_id(3) Get the name of a host given its ID.
- knet_host_get_policy(3) Get the switching policy for a host's links.
- knet_host_get_status(3) Get the status of a host.
- knet_host_remove(3) Remove a host ID from knet.
- knet_host_set_name(3) Set the name of a knet host.
- knet_host_set_policy(3) Set the switching policy for a host's links.
- knet_link_add_acl(3) Add access list entry to an open link.
- knet_link_clear_acl(3) Remove all access list entries from an open link.
- knet_link_clear_config(3) Clear link information and disconnect the link.
- knet_link_get_config(3) Get the link configutation information.
- knet_link_get_enable(3) Find out whether a link is enabled or not.
- knet_link_get_link_list(3) Get a list of links connecting a host.
- knet_link_get_ping_timers(3) Get the ping timers for a link.
- knet_link_get_pong_count(3) Get the pong count for a link.
- knet_link_get_priority(3) Get the priority for a link.
- knet_link_get_status(3) Get the status (and statistics) for a link.
- knet_link_insert_acl(3) Insert access list entry to an open link at given index.
- knet_link_rm_acl(3) Remove access list entry from an open link.
- knet_link_set_config(3) Configure the link to a host.
- knet_link_set_enable(3) Enable traffic on a link.
- knet_link_set_ping_timers(3) Set the ping timers for a link.
- knet_link_set_pong_count(3) Set the pong count for a link.
- knet_link_set_priority(3) Set the priority for a link.
- knet_log_get_loglevel(3) Get the logging level for a subsystem.
- knet_log_get_loglevel_id(3) Get a logging level ID from its name.
- knet_log_get_loglevel_name(3) Get a logging level name from its numeric ID.
- knet_log_get_subsystem_id(3) Get a logging system ID from its name.
- knet_log_get_subsystem_name(3) Get a logging system name from its numeric ID.
- knet_log_set_loglevel(3) Set the logging level for a subsystem.
- knet_recv(3) Receive data from knet nodes.
- knet_send(3) Send data to knet nodes.
- knet_send_sync(3) Synchronously send data to knet nodes.
- knet_strtoaddr(3) Convert a hostname string to an address.
- la_constants(3) LA_CONSTANTS is a module for the scaling constants for the compiled Fortran single and double precisions
- la_gbamv(3) la_gbamv: matrix-vector multiply |A| * |x|, general banded
- la_gbrcond(3) la_gbrcond: Skeel condition number estimate
- la_gbrfsx_extended(3) la_gbrfsx_extended: step in gbrfsx
- la_gbrpvgrw(3) la_gbrpvgrw: reciprocal pivot growth
- la_geamv(3) la_geamv: matrix-vector multiply |A| * |x|, general
- la_gercond(3) la_gercond: Skeel condition number estimate
- la_gerfsx_extended(3) la_gerfsx_extended: step in gerfsx
- la_gerpvgrw(3) la_gerpvgrw: reciprocal pivot growth
- la_heamv(3) la_heamv: matrix-vector multiply |A| * |x|, Hermitian/symmetric
- la_hercond(3) la_hercond: Skeel condition number estimate
- la_herfsx_extended(3) la_herfsx_extended: step in herfsx
- la_herpvgrw(3) la_herpvgrw: reciprocal pivot growth
- la_lin_berr(3) la_lin_berr: backward error
- la_porcond(3) la_porcond: Skeel condition number estimate
- la_porfsx_extended(3) la_porfsx_extended: step in porfsx
- la_porpvgrw(3) la_porpvgrw: reciprocal pivot growth
- la_transtype(3) la_transtype: BLAST const to string
- la_wwaddw(3) la_wwaddw: add to double-double or single-single vector
- la_xisnan_la_isnan(3)
- labad(3) labad: over/underflow on obsolete pre-IEEE machines
- labrd(3) labrd: step in gebrd
- lacgv(3) lacgv: conjugate vector
- lacn2(3) lacn2: 1-norm estimate, e.g., || A^{-1} ||_1 in gecon
- lacon(3) lacon: 1-norm estimate, e.g., || A^{-1} ||_1 in gecon, old
- lacp2(3) lacp2: general matrix, convert real to complex
- lacpy(3) lacpy: copy matrix
- lacrm(3) lacrm: complex * real matrix-matrix multiply
- lacrt(3) lacrt: apply plane rotation (unused?)
- ladiv(3) ladiv: complex divide
- lae2(3) lae2: 2x2 eig, step in steqr, stemr
- laebz(3) laebz: counts eigvals <= value
- laed0(3) laed0: D&C step: top level solver
- laed1(3) laed1: D&C step: merge subproblems
- laed2(3) laed2: D&C step: deflation
- laed3(3) laed3: D&C step: secular equation
- laed4(3) laed4: D&C step: secular equation nonlinear solver
- laed5(3) laed5: D&C step: secular equation, 2x2
- laed6(3) laed6: D&C step: secular equation Newton step
- laed7(3) laed7: D&C step: merge subproblems
- laed8(3) laed8: D&C step: deflation
- laed9(3) laed9: D&C step: secular equation
- laed_comp2(3) --- eig value only or update Q ---
- laed_comp_grp(3) tridiag divide and conquer (D&C) routines
- laeda(3) laeda: D&C step: z vector
- laein(3) laein: eigvec by Hessenberg inverse iteration
- laesy(3) laesy: 2x2 eig
- laev2(3) laev2: 2x2 eig
- laexc(3) laexc: reorder Schur form
- lag2(3) lag2: 2x2 eig
- lags2(3) lags2: 2x2 orthogonal factor, step in tgsja
- lagtf(3) lagtf: LU factor of (T - λI)
- lagtm(3) lagtm: tridiagonal matrix-matrix multiply
- lagts(3) lagts: LU solve of (T - λI) x = y
- lagv2(3) lagv2: 2x2 generalized Schur factor
- lahef(3) la{he, sy}f: step in hetrf
- lahef_aa(3) la{he, sy}f_aa: triangular factor partial factor
- lahef_rk(3) la{he, sy}f_rk: triangular factor step
- lahef_rook(3) la{he, sy}f_rook: triangular factor step
- lahqr(3) lahqr: eig of Hessenberg, step in hseqr
- lahr2(3) lahr2: step in gehrd
- laic1(3) laic1: condition estimate, step in gelsy
- laisnan(3) laisnan: test for NaN, unoptimized
- laln2(3) laln2: 1x1 or 2x2 solve, step in trevc
- lals0(3) lals0: back multiplying factors, step in gelsd
- lalsa(3) lalsa: SVD of coefficient matrix, step in gelsd
- lalsd(3) lalsd: uses SVD for least squares, step in gelsd
- lamc1(3) lamc1: ??
- lamc2(3) lamc2: ??
- lamc3(3) lamc3: ??
- lamc4(3) lamc4: ??
- lamc5(3) lamc5: ??
- lamch(3) lamch: machine parameters
- lamrg(3) lamrg: permutation to merge 2 sorted lists
- lamswlq(3) lamswlq: multiply by Q from laswlq
- lamtsqr(3) lamtsqr: multiply by Q from latsqr
- laneg(3) laneg: Sturm count
- langb(3) langb: general matrix, banded
- lange(3) lange: general matrix
- langt(3) langt: general matrix, tridiagonal
- lanhb(3) lan{hb, sb}: Hermitian/symmetric matrix, banded
- lanhe(3) lan{he, sy}: Hermitian/symmetric matrix
- lanhf(3) lan{hf, sf}: Hermitian/symmetric matrix, RFP
- lanhp(3) lan{hp, sp}: Hermitian/symmetric matrix, packed
- lanhs(3) lanhs: Hessenberg
- lanht(3) lan{ht, st}: Hermitian/symmetric matrix, tridiagonal
- lantb(3) lantb: triangular matrix, banded
- lantp(3) lantp: triangular matrix, packed
- lantr(3) lantr: triangular matrix
- lanv2(3) lanv2: 2x2 Schur factor
- lapack_top(3) LAPACK
- lapll(3) lapll: linear dependence of 2 vectors
- lapmr(3) lapmr: permute rows
- lapmt(3) lapmt: permute cols
- lapy2(3) lapy2: robust sqrt( x^2 + y^2 )
- lapy3(3) lapy3: robust sqrt( x^2 + y^2 + z^2 )
- laqgb(3) laqgb: row/col scale matrix
- laqge(3) laqge: row/col scale matrix
- laqhb(3) laqhb: row/col scale matrix
- laqhe(3) laqhe: row/col scale matrix
- laqhp(3) laqhp: row/col scale matrix
- laqp2(3) laqp2: step of geqp3
- laqps(3) laqps: step of geqp3
- laqr0(3) laqr0: eig of Hessenberg, step in hseqr
- laqr1(3) laqr1: step in hseqr
- laqr2(3) laqr2: step in hseqr
- laqr3(3) laqr3: step in hseqr
- laqr4(3) laqr4: eig of Hessenberg, step in hseqr
- laqr5(3) laqr5: step in hseqr
- laqr_group(3) --- hseqr auxiliary ---
- laqtr(3) laqtr: quasi-triangular solve
- laqz0(3) laqz0: step in ggev3, gges3
- laqz1(3) laqz1: step in ggev3, gges3
- laqz2(3) laqz2: step in ggev3, gges3
- laqz3(3) laqz3: step in ggev3, gges3
- laqz4(3) laqz4: step in ggev3, gges3
- laqz_group(3) --- ggev3, gges3 auxiliary ---
- lar1v(3) lar1v: step in larrv, hence stemr & stegr
- lar2v(3) lar2v: apply vector of plane rotations to 2x2 matrices
- larcm(3) larcm: real * complex matrix-matrix multiply
- larf(3) larf: apply Householder reflector
- larfb(3) larfb: apply block Householder reflector
- larfb_gett(3) larfb_gett: step in ungtsqr_row
- larfg(3) larfg: generate Householder reflector
- larfgp(3) larfgp: generate Householder reflector, beta ≥ 0
- larft(3) larft: generate T matrix
- larfx(3) larfx: apply Householder reflector, unrolled
- larfy(3) larfy: apply Householder reflector symmetrically (2-sided)
- largv(3) largv: generate vector of plane rotations
- larmm(3) larmm: scale factor to avoid overflow, step in latrs
- larnv(3) larnv: random vector
- larr_comp_grp(3) tridiag RRR routines
- larra(3) larra: step in stemr
- larrb(3) larrb: step in stemr
- larrc(3) larrc: step in stemr
- larrd(3) larrd: step in stemr, tridiag eig
- larre(3) larre: step in stemr
- larrf(3) larrf: step in stemr, find relative robust representation (RRR)
- larrj(3) larrj: step in stemr, refine eigval estimates
- larrk(3) larrk: step in stemr, compute one eigval
- larrr(3) larrr: step in stemr, test to do expensive tridiag eig algorithm
- larrv(3) larrv: eig tridiagonal, step in stemr & stegr
- larscl2(3) larscl2: reciprocal diagonal scale matrix, A = D^{-1} A
- lartg(3) lartg: generate plane rotation, more accurate than BLAS rot
- lartgp(3) lartgp: generate plane rotation, more accurate than BLAS rot
- lartgs(3) lartgs: generate plane rotation for bidiag SVD
- lartv(3) lartv: apply vector of plane rotations to vectors
- laruv(3) laruv: random uniform vector
- larz(3) larz: apply reflector
- larzb(3) larzb: apply block reflector
- larzt(3) larzt: generate T matrix
- las2(3) las2: 2x2 triangular SVD
- lascl(3) lascl: scale matrix
- lascl2(3) lascl2: diagonal scale matrix, A = D A
- lasd0(3) lasd0: D&C step: top level solver
- lasd1(3) lasd1: D&C step: merge subproblems
- lasd2(3) lasd2: D&C step: deflation
- lasd3(3) lasd3: D&C step: secular equation
- lasd4(3) lasd4: D&C step: secular equation nonlinear solver
- lasd5(3) lasd5: D&C step: secular equation, 2x2
- lasd6(3) lasd6: D&C step: merge subproblems
- lasd7(3) lasd7: D&C step: deflation
- lasd8(3) lasd8: D&C step: secular equation
- lasd_comp2(3) --- singular values only or factored form ---
- lasd_comp_grp(3) bidiag D&C routines
- lasda(3) lasda: D&C step: top level solver
- lasdq(3) lasdq: D&C step: leaf using bdsqr
- lasdt(3) lasdt: D&C step: tree
- laset(3) laset: set matrix
- lasq1(3) lasq1: dqds step
- lasq2(3) lasq2: dqds step
- lasq3(3) lasq3: dqds step
- lasq4(3) lasq4: dqds step
- lasq5(3) lasq5: dqds step
- lasq6(3) lasq6: dqds step
- lasq_comp_grp(3) bidiag QR iteration routines
- lasr(3) lasr: apply series of plane rotations
- lasrt(3) lasrt: sort vector
- lassq(3) lassq: sum-of-squares, avoiding over/underflow
- lasv2(3) lasv2: 2x2 triangular SVD
- laswlq(3) laswlq: short-wide LQ factor
- laswp(3) laswp: swap permutation
- lasy2(3) lasy2: Sylvester equation
- latbs(3) latbs: triangular solve with scaling
- latdf(3) latdf: Dif-estimate with complete pivoting LU, step in tgsen
- latps(3) latps: triangular solve with robust scaling
- latrd(3) latrd: step in hetrd
- latrs(3) latrs: triangular solve with robust scaling
- latrs3(3) latrs3: triangular solve with robust scaling, level 3
- latrz(3) latrz: RZ factor step
- latsqr(3) latsqr: tall-skinny QR factor
- launhr_col_getrfnp(3) la{un, or}hr_col_getrfnp: LU factor without pivoting
- launhr_col_getrfnp2(3) la{un, or}hr_col_getrfnp2: LU factor without pivoting, level 2
- lauu2(3) lauu2: triangular multiply: U^H U, level 2
- lauum(3) lauum: triangular multiply: U^H U
- lber-decode(3) OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
- lber-encode(3) OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
- lber-memory(3) OpenLDAP LBER memory allocators
- lber-sockbuf(3) OpenLDAP LBER I/O infrastructure
- lber-types(3) OpenLDAP LBER types and allocation functions
- ld_errno(3) LDAP protocol error handling routines
- ldap(3) OpenLDAP Lightweight Directory Access Protocol API
- ldap_abandon(3) Abandon an LDAP operation in progress
- ldap_abandon_ext(3) Abandon an LDAP operation in progress
- ldap_add(3) Perform an LDAP add operation
- ldap_add_ext(3) Perform an LDAP add operation
- ldap_add_ext_s(3) Perform an LDAP add operation
- ldap_add_s(3) Perform an LDAP add operation
- ldap_attributetype2name(3) Schema definition handling routines
- ldap_attributetype2str(3) Schema definition handling routines
- ldap_attributetype_free(3) Schema definition handling routines
- ldap_bind(3) LDAP bind routines
- ldap_bind_s(3) LDAP bind routines
- ldap_compare(3) Perform an LDAP compare operation.
- ldap_compare_ext(3) Perform an LDAP compare operation.
- ldap_compare_ext_s(3) Perform an LDAP compare operation.
- ldap_compare_s(3) Perform an LDAP compare operation.
- ldap_control_create(3) LDAP control manipulation routines
- ldap_control_dup(3) LDAP control manipulation routines
- ldap_control_find(3) LDAP control manipulation routines
- ldap_control_free(3) LDAP control manipulation routines
- ldap_controls(3) LDAP control manipulation routines
- ldap_controls_dup(3) LDAP control manipulation routines
- ldap_controls_free(3) LDAP control manipulation routines
- ldap_count_entries(3) LDAP result entry parsing and counting routines
- ldap_count_messages(3) Stepping through messages in a result chain
- ldap_count_references(3) Stepping through continuation references in a result chain
- ldap_count_values(3) LDAP attribute value handling routines
- ldap_count_values_len(3) LDAP attribute value handling routines
- ldap_dcedn2dn(3) LDAP DN handling routines
- ldap_delete(3) Perform an LDAP delete operation.
- ldap_delete_ext(3) Perform an LDAP delete operation.
- ldap_delete_ext_s(3) Perform an LDAP delete operation.
- ldap_delete_s(3) Perform an LDAP delete operation.
- ldap_destroy(3) Duplicate and destroy LDAP session handles
- ldap_dn2ad_canonical(3) LDAP DN handling routines
- ldap_dn2dcedn(3) LDAP DN handling routines
- ldap_dn2str(3) LDAP DN handling routines
- ldap_dn2ufn(3) LDAP DN handling routines
- ldap_dnfree(3) LDAP DN handling routines
- ldap_dup(3) Duplicate and destroy LDAP session handles
- ldap_err2string(3) LDAP protocol error handling routines
- ldap_errlist(3) LDAP protocol error handling routines
- ldap_error(3) LDAP protocol error handling routines
- ldap_explode_dn(3) LDAP DN handling routines
- ldap_explode_rdn(3) LDAP DN handling routines
- ldap_extended_operation(3) Extends the LDAP operations to the LDAP server.
- ldap_extended_operation_s(3) Extends the LDAP operations to the LDAP server.
- ldap_first_attribute(3) step through LDAP entry attributes
- ldap_first_entry(3) LDAP result entry parsing and counting routines
- ldap_first_message(3) Stepping through messages in a result chain
- ldap_first_reference(3) Stepping through continuation references in a result chain
- ldap_free_urldesc(3) LDAP Uniform Resource Locator routines
- ldap_get_attribute_ber(3) step through LDAP entry attributes
- ldap_get_dn(3) LDAP DN handling routines
- ldap_get_option(3) LDAP option handling routines
- ldap_get_values(3) LDAP attribute value handling routines
- ldap_get_values_len(3) LDAP attribute value handling routines
- ldap_init(3) Initialize the LDAP library and open a connection to an LDAP server
- ldap_init_fd(3) Initialize the LDAP library and open a connection to an LDAP server
- ldap_initialize(3) Initialize the LDAP library and open a connection to an LDAP server
- ldap_install_tls(3) LDAP TLS initialization routines
- ldap_is_ldap_url(3) LDAP Uniform Resource Locator routines
- ldap_matchingrule2name(3) Schema definition handling routines
- ldap_matchingrule2str(3) Schema definition handling routines
- ldap_matchingrule_free(3) Schema definition handling routines
- ldap_memalloc(3) LDAP memory allocation routines
- ldap_memcalloc(3) LDAP memory allocation routines
- ldap_memfree(3) LDAP memory allocation routines
- ldap_memory(3) LDAP memory allocation routines
- ldap_memrealloc(3) LDAP memory allocation routines
- ldap_memvfree(3) LDAP memory allocation routines
- ldap_modify(3) Perform an LDAP modify operation
- ldap_modify_ext(3) Perform an LDAP modify operation
- ldap_modify_ext_s(3) Perform an LDAP modify operation
- ldap_modify_s(3) Perform an LDAP modify operation
- ldap_modrdn(3) Perform an LDAP modify RDN operation
- ldap_modrdn2(3) Perform an LDAP modify RDN operation
- ldap_modrdn2_s(3) Perform an LDAP modify RDN operation
- ldap_modrdn_s(3) Perform an LDAP modify RDN operation
- ldap_mods_free(3) Perform an LDAP modify operation
- ldap_msgfree(3) Wait for the result of an LDAP operation
- ldap_msgid(3) Wait for the result of an LDAP operation
- ldap_msgtype(3) Wait for the result of an LDAP operation
- ldap_next_attribute(3) step through LDAP entry attributes
- ldap_next_entry(3) LDAP result entry parsing and counting routines
- ldap_next_message(3) Stepping through messages in a result chain
- ldap_next_reference(3) Stepping through continuation references in a result chain
- ldap_objectclass2name(3) Schema definition handling routines
- ldap_objectclass2str(3) Schema definition handling routines
- ldap_objectclass_free(3) Schema definition handling routines
- ldap_open(3) Initialize the LDAP library and open a connection to an LDAP server
- ldap_parse_extended_result(3) Parsing results
- ldap_parse_intermediate(3) Parsing results
- ldap_parse_reference(3) Extract referrals and controls from a reference message
- ldap_parse_result(3) Parsing results
- ldap_parse_sasl_bind_result(3) Parsing results
- ldap_parse_sort_control(3) Decode the information returned from a search operation that used a server-side sort control
- ldap_parse_vlv_control(3) Decode the information returned from a search operation that used a VLV (virtual list view) control
- ldap_perror(3) LDAP protocol error handling routines
- ldap_rename(3) Renames the specified entry.
- ldap_rename_s(3) Renames the specified entry.
- ldap_result(3) Wait for the result of an LDAP operation
- ldap_result2error(3) LDAP protocol error handling routines
- ldap_sasl_bind(3) LDAP bind routines
- ldap_sasl_bind_s(3) LDAP bind routines
- ldap_schema(3) Schema definition handling routines
- ldap_scherr2str(3) Schema definition handling routines
- ldap_search(3) Perform an LDAP search operation
- ldap_search_ext(3) Perform an LDAP search operation
- ldap_search_ext_s(3) Perform an LDAP search operation
- ldap_search_s(3) Perform an LDAP search operation
- ldap_search_st(3) Perform an LDAP search operation
- ldap_set_option(3) LDAP option handling routines
- ldap_set_rebind_proc(3) LDAP bind routines
- ldap_set_urllist_proc(3) Initialize the LDAP library and open a connection to an LDAP server
- ldap_simple_bind(3) LDAP bind routines
- ldap_simple_bind_s(3) LDAP bind routines
- ldap_sort(3) LDAP sorting routines (deprecated)
- ldap_sort_entries(3) LDAP sorting routines (deprecated)
- ldap_sort_strcasecmp(3) LDAP sorting routines (deprecated)
- ldap_sort_values(3) LDAP sorting routines (deprecated)
- ldap_start_tls(3) LDAP TLS initialization routines
- ldap_start_tls_s(3) LDAP TLS initialization routines
- ldap_str2attributetype(3) Schema definition handling routines
- ldap_str2dn(3) LDAP DN handling routines
- ldap_str2matchingrule(3) Schema definition handling routines
- ldap_str2objectclass(3) Schema definition handling routines
- ldap_str2syntax(3) Schema definition handling routines
- ldap_strdup(3) LDAP memory allocation routines
- ldap_sync(3) LDAP sync routines
- ldap_syntax2name(3) Schema definition handling routines
- ldap_syntax2str(3) Schema definition handling routines
- ldap_syntax_free(3) Schema definition handling routines
- ldap_tls(3) LDAP TLS initialization routines
- ldap_tls_inplace(3) LDAP TLS initialization routines
- ldap_unbind(3) LDAP bind routines
- ldap_unbind_ext(3) LDAP bind routines
- ldap_unbind_ext_s(3) LDAP bind routines
- ldap_unbind_s(3) LDAP bind routines
- ldap_url(3) LDAP Uniform Resource Locator routines
- ldap_url_parse(3) LDAP Uniform Resource Locator routines
- ldap_value_free(3) LDAP attribute value handling routines
- ldap_value_free_len(3) LDAP attribute value handling routines
- ldb(3) A light-weight database library
- ldexp(3) multiply floating-point number by integral power of 2
- lgamma(3) log gamma function
- libarchive(3) functions for reading and writing streaming archives
- libarchive_changes(3) changes in libarchive interface
- libarchive_internals(3) description of libarchive internal interfaces
- libatomic-malloc(3) Library providing simple almost-lock-free malloc implementation
- libatomic-ops(3) Library providing user level atomic operations
- libatomic-stack(3) Library providing linked stack abstraction
- libblkid(3) block device identification library
- libcap(3) capability data object manipulation
- libcurl(3) client-side URL transfers
- libcurl-easy(3) easy interface overview
- libcurl-env(3) environment variables libcurl understands
- libcurl-env-dbg(3) environment variables libcurl DEBUGBUILD understands
- libcurl-errors(3) error codes in libcurl
- libcurl-multi(3) how to use the multi interface
- libcurl-security(3) security considerations when using libcurl
- libcurl-share(3) how to use the share interface
- libcurl-symbols(3) libcurl symbol version information
- libcurl-thread(3) libcurl thread safety
- libcurl-tutorial(3) libcurl programming tutorial
- libcurl-url(3) URL interface overview
- libcurl-ws(3) WebSocket interface overview
- libcxl(3) A library to interact with CXL devices through sysfs(5) and ioctl(2) interfaces
- libdlm(3) dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup
- libevdev(3) wrapper library for evdev devices
- libexslt(3) extension library for XSLT
- libfreeipmi(3) FreeIPMI library
- libgphoto2(3) cross-platform digital camera library
- libgphoto2_port(3) cross-platform port access library
- libgps(3) C service library for communicating with the GPS daemon
- libgpsmm(3) C++ and QT class wrappers for the GPS daemon
- libguestlib(3) vmware shared library
- libhashkit(3) libhashkit Documentation
- libieee1284(3) IEEE1284 communications library
- libipmiconsole(3) IPMI SOL library
- libipmidetect(3) a library of functions to determine if a node is detected or undetected
- libipmimonitoring(3) a library for IPMI system event and sensor monitoring
- libipset(3) A library for using ipset
- libmagic(3) Magic number recognition library
- libmaxminddb(3) a library for working with MaxMind DB files
- libmemcached(3) C/C++ Client Library for memcached
- libmemcached_check_configuration(3) libmemcached Documentation
- libmemcached_configuration(3) libmemcached Documentation
- libmemcached_examples(3) libmemcached Documentation
- libmemcachedutil(3) libmemcached Documentation
- libnet-functions.h(3)
- libnet-macros.h(3)
- libnet.h(3)
- libnetlink(3) A library for accessing the netlink service
- libnftables(3) nftables frontend library
- libnutclient(3) Network UPS Tools high-level client access library
- libnutclient_commands(3) Instant command related functions in Network UPS Tools high-level client access library
- libnutclient_devices(3) Device related functions in Network UPS Tools high-level client access library
- libnutclient_general(3) General and utility functions in Network UPS Tools high-level client access library
- libnutclient_misc(3) Miscellaneous functions in Network UPS Tools high-level client access library
- libnutclient_tcp(3) TCP protocol related function for Network UPS Tools high-level client access library
- libnutclient_variables(3) Variable related functions in Network UPS Tools high-level client access library
- libopeniscsiusr.h(3) iSCSI userspace API.
- libopenjp2(3) a library for reading and writing JPEG2000 image files.
- libpipeline(3) pipeline manipulation library
- libpng(3) Portable Network Graphics (PNG) Reference Library 1.6.43
- libpngpf(3) Portable Network Graphics (PNG) Reference Library 1.6.43 (private functions)
- libpsl(3) Public Suffix List library functions
- libpsx(3) POSIX semantics for system calls
- libraptor2(3) Raptor RDF syntax library 2.0
- librasqal(3) Rasqal RDF query library
- librrd(3) RRD library functions
- librsync(3) library for delta compression of streams
- librtmp(3) RTMPDump Real-Time Messaging Protocol API
- libsensors(3) publicly accessible functions provided by the sensors library
- libssh2_agent_connect(3) connect to an ssh-agent
- libssh2_agent_disconnect(3) close a connection to an ssh-agent
- libssh2_agent_free(3) free an ssh-agent handle
- libssh2_agent_get_identity(3) get a public key off the collection of public keys managed by ssh-agent
- libssh2_agent_get_identity_path(3) gets the custom ssh-agent socket path
- libssh2_agent_init(3) init an ssh-agent handle
- libssh2_agent_list_identities(3) request an ssh-agent to list of public keys.
- libssh2_agent_set_identity_path(3) set an ssh-agent socket path on disk
- libssh2_agent_sign(3) sign data, with the help of ssh-agent
- libssh2_agent_userauth(3) authenticate a session with a public key, with the help of ssh-agent
- libssh2_banner_set(3) set the SSH protocol banner for the local client
- libssh2_base64_decode(3) decode a base64 encoded string
- libssh2_channel_close(3) close a channel
- libssh2_channel_direct_streamlocal_ex(3) Tunnel a UNIX socket connection through an SSH session
- libssh2_channel_direct_tcpip(3) convenience macro for libssh2_channel_direct_tcpip_ex(3) calls
- libssh2_channel_direct_tcpip_ex(3) Tunnel a TCP connection through an SSH session
- libssh2_channel_eof(3) check a channel's EOF status
- libssh2_channel_exec(3) convenience macro for libssh2_channel_process_startup(3) calls
- libssh2_channel_flush(3) convenience macro for libssh2_channel_flush_ex(3) calls
- libssh2_channel_flush_ex(3) flush a channel
- libssh2_channel_flush_stderr(3) convenience macro for libssh2_channel_flush_ex(3) calls
- libssh2_channel_forward_accept(3) accept a queued connection
- libssh2_channel_forward_cancel(3) cancel a forwarded TCP port
- libssh2_channel_forward_listen(3) convenience macro for libssh2_channel_forward_listen_ex(3) calls
- libssh2_channel_forward_listen_ex(3) listen to inbound connections
- libssh2_channel_free(3) free all resources associated with a channel
- libssh2_channel_get_exit_signal(3) get the remote exit signal
- libssh2_channel_get_exit_status(3) get the remote exit code
- libssh2_channel_handle_extended_data(3) set extended data handling mode
- libssh2_channel_handle_extended_data2(3) set extended data handling mode
- libssh2_channel_ignore_extended_data(3) convenience macro for libssh2_channel_handle_extended_data(3) calls
- libssh2_channel_open_ex(3) establish a generic session channel
- libssh2_channel_open_session(3) convenience macro for libssh2_channel_open_ex(3) calls
- libssh2_channel_process_startup(3) request a shell on a channel
- libssh2_channel_read(3) convenience macro for libssh2_channel_read_ex(3) calls
- libssh2_channel_read_ex(3) read data from a channel stream
- libssh2_channel_read_stderr(3) convenience macro for libssh2_channel_read_ex(3) calls
- libssh2_channel_receive_window_adjust(3) adjust the channel window
- libssh2_channel_receive_window_adjust2(3) adjust the channel window
- libssh2_channel_request_auth_agent(3) request agent forwarding for a session
- libssh2_channel_request_pty(3) convenience macro for libssh2_channel_request_pty_ex(3) calls
- libssh2_channel_request_pty_ex(3) short function description
- libssh2_channel_request_pty_size(3) convenience macro for libssh2_channel_request_pty_size_ex(3) calls
- libssh2_channel_send_eof(3) send EOF to remote server
- libssh2_channel_set_blocking(3) set or clear blocking mode on channel
- libssh2_channel_setenv(3) convenience macro for libssh2_channel_setenv_ex(3) calls
- libssh2_channel_setenv_ex(3) set an environment variable on the channel
- libssh2_channel_shell(3) convenience macro for libssh2_channel_process_startup(3) calls
- libssh2_channel_signal_ex(3) Send a signal to process previously opened on channel.
- libssh2_channel_subsystem(3) convenience macro for libssh2_channel_process_startup(3) calls
- libssh2_channel_wait_closed(3) wait for the remote to close the channel
- libssh2_channel_wait_eof(3) wait for the remote to reply to an EOF request
- libssh2_channel_window_read(3) convenience macro for libssh2_channel_window_read_ex(3) calls
- libssh2_channel_window_read_ex(3) Check the status of the read window
- libssh2_channel_window_write(3) convenience macro for libssh2_channel_window_write_ex(3) calls
- libssh2_channel_window_write_ex(3) Check the status of the write window
- libssh2_channel_write(3) convenience macro for libssh2_channel_write_ex(3)
- libssh2_channel_write_ex(3) write data to a channel stream blocking
- libssh2_channel_write_stderr(3) convenience macro for libssh2_channel_write_ex(3)
- libssh2_channel_x11_req(3) convenience macro for libssh2_channel_x11_req_ex(3) calls
- libssh2_channel_x11_req_ex(3) request an X11 forwarding channel
- libssh2_crypto_engine(3) retrieve used crypto engine
- libssh2_exit(3) global library deinitialization
- libssh2_free(3) deallocate libssh2 memory
- libssh2_hostkey_hash(3) return a hash of the remote host's key
- libssh2_init(3) global library initialization
- libssh2_keepalive_config(3) short function description
- libssh2_keepalive_send(3) short function description
- libssh2_knownhost_add(3) add a known host
- libssh2_knownhost_addc(3) add a known host
- libssh2_knownhost_check(3) check a host+key against the list of known hosts
- libssh2_knownhost_checkp(3) check a host+key against the list of known hosts
- libssh2_knownhost_del(3) delete a known host entry
- libssh2_knownhost_free(3) free a collection of known hosts
- libssh2_knownhost_get(3) get a known host off the collection of known hosts
- libssh2_knownhost_init(3) init a collection of known hosts
- libssh2_knownhost_readfile(3) parse a file of known hosts
- libssh2_knownhost_readline(3) read a known host line
- libssh2_knownhost_writefile(3) write a collection of known hosts to a file
- libssh2_knownhost_writeline(3) convert a known host to a line for storage
- libssh2_poll(3) poll for activity on a socket, channel or listener
- libssh2_poll_channel_read(3) check if data is available
- libssh2_publickey_add(3) convenience macro for libssh2_publickey_add_ex(3) calls
- libssh2_publickey_add_ex(3) Add a public key entry
- libssh2_publickey_init(3) TODO
- libssh2_publickey_list_fetch(3) TODO
- libssh2_publickey_list_free(3) TODO
- libssh2_publickey_remove(3) convenience macro for libssh2_publickey_remove_ex(3) calls
- libssh2_publickey_remove_ex(3) TODO
- libssh2_publickey_shutdown(3) TODO
- libssh2_scp_recv(3) request a remote file via SCP
- libssh2_scp_recv2(3) request a remote file via SCP
- libssh2_scp_send(3) convenience macro for libssh2_scp_send_ex(3) calls
- libssh2_scp_send64(3) Send a file via SCP
- libssh2_scp_send_ex(3) Send a file via SCP
- libssh2_session_abstract(3) return a pointer to a session's abstract pointer
- libssh2_session_banner_get(3) get the remote banner
- libssh2_session_banner_set(3) set the SSH protocol banner for the local client
- libssh2_session_block_directions(3) get directions to wait for
- libssh2_session_callback_set(3) set a callback function
- libssh2_session_disconnect(3) convenience macro for libssh2_session_disconnect_ex(3) calls
- libssh2_session_disconnect_ex(3) terminate transport layer
- libssh2_session_flag(3) TODO
- libssh2_session_free(3) frees resources associated with a session instance
- libssh2_session_get_blocking(3) TODO
- libssh2_session_get_read_timeout(3) get the timeout for packet read functions
- libssh2_session_get_timeout(3) get the timeout for blocking functions
- libssh2_session_handshake(3) perform the SSH handshake
- libssh2_session_hostkey(3) get the remote key
- libssh2_session_init(3) convenience macro for libssh2_session_init_ex(3) calls
- libssh2_session_init_ex(3) initializes an SSH session object
- libssh2_session_last_errno(3) get the most recent error number
- libssh2_session_last_error(3) get the most recent error
- libssh2_session_method_pref(3) set preferred key exchange method
- libssh2_session_methods(3) return the currently active algorithms
- libssh2_session_set_blocking(3) set or clear blocking mode on session
- libssh2_session_set_last_error(3) sets the internal error state
- libssh2_session_set_read_timeout(3) set timeout for packet read functions
- libssh2_session_set_timeout(3) set timeout for blocking functions
- libssh2_session_startup(3) begin transport layer
- libssh2_session_supported_algs(3) get list of supported algorithms
- libssh2_sftp_close(3) convenience macro for libssh2_sftp_close_handle(3) calls
- libssh2_sftp_close_handle(3) close filehandle
- libssh2_sftp_closedir(3) convenience macro for libssh2_sftp_close_handle(3) calls
- libssh2_sftp_fsetstat(3) convenience macro for libssh2_sftp_fstat_ex(3) calls
- libssh2_sftp_fstat(3) convenience macro for libssh2_sftp_fstat_ex(3) calls
- libssh2_sftp_fstat_ex(3) get or set attributes on an SFTP file handle
- libssh2_sftp_fsync(3) synchronize file to disk
- libssh2_sftp_get_channel(3) return the channel of sftp
- libssh2_sftp_init(3) open SFTP channel for the given SSH session.
- libssh2_sftp_last_error(3) return the last SFTP-specific error code
- libssh2_sftp_lstat(3) convenience macro for libssh2_sftp_stat_ex(3) calls
- libssh2_sftp_mkdir(3) convenience macro for libssh2_sftp_mkdir_ex(3) calls
- libssh2_sftp_mkdir_ex(3) create a directory on the remote file system
- libssh2_sftp_open(3) convenience macro for libssh2_sftp_open_ex(3) calls
- libssh2_sftp_open_ex(3) open filehandle for file on SFTP.
- libssh2_sftp_open_ex_r(3) open filehandle for file on SFTP.
- libssh2_sftp_open_r(3) convenience macro for libssh2_sftp_open_ex_r(3) calls
- libssh2_sftp_opendir(3) convenience macro for libssh2_sftp_open_ex(3) calls
- libssh2_sftp_read(3) read data from an SFTP handle
- libssh2_sftp_readdir(3) convenience macro for libssh2_sftp_readdir_ex(3) calls
- libssh2_sftp_readdir_ex(3) read directory data from an SFTP handle
- libssh2_sftp_readlink(3) convenience macro for libssh2_sftp_symlink_ex(3)
- libssh2_sftp_realpath(3) convenience macro for libssh2_sftp_symlink_ex(3)
- libssh2_sftp_rename(3) convenience macro for libssh2_sftp_rename_ex(3) calls
- libssh2_sftp_rename_ex(3) rename an SFTP file
- libssh2_sftp_rewind(3) convenience macro for libssh2_sftp_seek64(3) calls
- libssh2_sftp_rmdir(3) convenience macro for libssh2_sftp_rmdir_ex(3)
- libssh2_sftp_rmdir_ex(3) remove an SFTP directory
- libssh2_sftp_seek(3) set the read/write position indicator within a file
- libssh2_sftp_seek64(3) set the read/write position within a file
- libssh2_sftp_setstat(3) convenience macro for libssh2_sftp_stat_ex(3) calls
- libssh2_sftp_shutdown(3) shut down an SFTP session
- libssh2_sftp_stat(3) convenience macro for libssh2_sftp_fstat_ex(3) calls
- libssh2_sftp_stat_ex(3) get status about an SFTP file
- libssh2_sftp_statvfs(3) get file system statistics
- libssh2_sftp_symlink(3) convenience macro for libssh2_sftp_symlink_ex(3)
- libssh2_sftp_symlink_ex(3) read or set a symbolic link
- libssh2_sftp_tell(3) get the current read/write position indicator for a file
- libssh2_sftp_tell64(3) get the current read/write position indicator for a file
- libssh2_sftp_unlink(3) convenience macro for libssh2_sftp_unlink_ex(3) calls
- libssh2_sftp_unlink_ex(3) unlink an SFTP file
- libssh2_sftp_write(3) write SFTP data
- libssh2_sign_sk(3) Create a signature from a FIDO2 authenticator.
- libssh2_trace(3) enable debug info from inside libssh2
- libssh2_trace_sethandler(3) set a trace output handler
- libssh2_userauth_authenticated(3) return authentication status
- libssh2_userauth_banner(3) get the server's userauth banner message
- libssh2_userauth_hostbased_fromfile(3) convenience macro for libssh2_userauth_hostbased_fromfile_ex(3) calls
- libssh2_userauth_keyboard_interactive(3) convenience macro for libssh2_userauth_keyboard_interactive_ex(3) calls
- libssh2_userauth_keyboard_interactive_ex(3) authenticate a session using keyboard-interactive authentication
- libssh2_userauth_list(3) list supported authentication methods
- libssh2_userauth_password(3) convenience macro for libssh2_userauth_password_ex(3) calls
- libssh2_userauth_password_ex(3) authenticate a session with username and password
- libssh2_userauth_publickey(3) authenticate using a callback function
- libssh2_userauth_publickey_fromfile(3) convenience macro for libssh2_userauth_publickey_fromfile_ex(3) calls
- libssh2_userauth_publickey_fromfile_ex(3) authenticate a session with a public key, read from a file
- libssh2_userauth_publickey_frommemory(3) authenticate a session with a public key, read from memory
- libssh2_userauth_publickey_sk(3) authenticate a session with a FIDO2 authenticator
- libssh2_version(3) return the libssh2 version number
- libstatgrab(3) get system statistics
- libsystemd(3) Functions for implementing services and interacting with systemd
- libtracecmd(3) trace-cmd library APIs
- libtraceevent(3) Linux kernel trace event library
- libtracefs(3) Linux kernel trace file system library
- libudev(3) API for enumerating and introspecting local devices
- libunbound(3) Unbound DNS validating resolver 1.19.2 functions.
- libunwind(3) - a (mostly) platform-independent unwind API
- libunwind-dynamic(3) - libunwind-support for runtime-generated code
- libunwind-ia64(3) - IA-64-specific support in libunwind
- libunwind-ptrace(3) - ptrace() support in libunwind
- libunwind-setjmp(3) - libunwind-based non-local gotos
- libvmtools(3) vmware shared library
- libxdp(3) library for attaching XDP programs and using AF_XDP sockets
- libxml(3) library used to parse XML files
- libxslt(3) library used to do XSL transformations on XML documents
- Lintian::Archive(3) - Facilities for archive data
- Lintian::Changelog(3) - Parse a literal version string into its constituents
- Lintian::Changelog::Entry(3) represents one entry in a Debian changelog
- Lintian::Changelog::Version(3) - Parse a literal version string into its constituents
- Lintian::Check(3) - Common facilities for Lintian checks
- Lintian::Conffiles(3) access to collected control data for conffiles
- Lintian::Conffiles::Entry(3) access to collected control data for conffiles
- Lintian::Data(3) Data parser for Lintian
- Lintian::Data::Architectures(3) - Lintian API for handling architectures and wildcards
- Lintian::Data::Archive::AutoRejection(3) Lintian interface to the archive's auto-rejection tags
- Lintian::Data::Archive::Sections(3) Lintian interface to the archive's sections
- Lintian::Data::Authorities(3) Lintian's Reference Authorities
- Lintian::Data::Authority::DebconfSpecification(3) Lintian interface for manual references
- Lintian::Data::Authority::DebianPolicy(3) Lintian interface for manual references
- Lintian::Data::Authority::DeveloperReference(3) Lintian interface for manual references
- Lintian::Data::Authority::DocBaseManual(3) Lintian interface for manual references
- Lintian::Data::Authority::FilesystemHierarchy(3) Lintian interface for manual references
- Lintian::Data::Authority::JavaPolicy(3) Lintian interface for manual references
- Lintian::Data::Authority::LintianManual(3) Lintian interface for manual references
- Lintian::Data::Authority::MenuManual(3) Lintian interface for manual references
- Lintian::Data::Authority::MenuPolicy(3) Lintian interface for manual references
- Lintian::Data::Authority::NewMaintainer(3) Lintian interface for manual references
- Lintian::Data::Authority::PerlPolicy(3) Lintian interface for manual references
- Lintian::Data::Authority::PythonPolicy(3) Lintian interface for manual references
- Lintian::Data::Authority::VimPolicy(3) Lintian interface for manual references
- Lintian::Data::Buildflags::Hardening(3) - Lintian API for hardening build flags
- Lintian::Data::Debhelper::Addons(3) Lintian interface for debhelper addons.
- Lintian::Data::Debhelper::Commands(3) Lintian interface for debhelper commands.
- Lintian::Data::Debhelper::Levels(3) Lintian interface for debhelper compat levels.
- Lintian::Data::Fonts(3) Lintian interface for fonts.
- Lintian::Data::InitD::VirtualFacilities(3) Lintian interface for init.d virtual facilities
- Lintian::Data::JoinedLines(3) Lintian interface to query lists of keywords
- Lintian::Data::Policy::Releases(3) Lintian interface for policy releases
- Lintian::Data::PreambledJSON(3) - Data in preambled JSON format
- Lintian::Data::Provides::MailTransportAgent(3) Lintian interface for mail transport agents.
- Lintian::Data::Stylesheet(3) Lintian interface to CSS style sheets
- Lintian::Data::Traditional(3) Lintian interface for generic data
- Lintian::Deb822(3) - A deb822 control file
- Lintian::Deb822::Constants(3) Lintian's generic Deb822 constants
- Lintian::Deb822::Section(3) - A paragraph in a control file
- Lintian::Debian::Control(3) Lintian interface to d/control fields
- Lintian::Elf::Section(3) - ELF Sections
- Lintian::Elf::Symbol(3) - ELF Symbols
- Lintian::Group(3) - A group of objects that Lintian can process
- Lintian::Hint(3) - Common facilities for Lintian tags found and to be issued
- Lintian::Hint::Annotated(3) standard tag with arguments concatenated by space
- Lintian::Hint::Pointed(3) pointed tag with arguments concatenated by space
- Lintian::Index(3) access to collected data about the upstream (orig) sources
- Lintian::Index::Ar(3) binary symbol information.
- Lintian::Index::Elf(3) binary symbol information.
- Lintian::Index::FileTypes(3) determine file type via magic.
- Lintian::Index::Item(3) Lintian representation of a path entry in a package
- Lintian::Index::Java(3) java information.
- Lintian::Index::Md5sums(3) calculate checksums for index.
- Lintian::Index::Strings(3) strings in binary files.
- Lintian::IO::Select(3) process functions based on IO::Select
- Lintian::IPC::Run3(3) process functions based on IPC::Run3
- Lintian::Mask(3) access to mask data
- Lintian::Override(3) access to override data
- Lintian::Pointer::Item(3) - Facilities for pointing into specific index items
- Lintian::Pool(3) - Pool of processables
- Lintian::Processable(3) - An (abstract) object that Lintian can process
- Lintian::Processable::Buildinfo(3) - A buildinfo file Lintian can process
- Lintian::Processable::Buildinfo::Overrides(3) access to override data
- Lintian::Processable::Changelog::Version(3) Lintian interface to source package data collection
- Lintian::Processable::Changes(3) - A changes file Lintian can process
- Lintian::Processable::Changes::Overrides(3) access to override data
- Lintian::Processable::Debian::Control(3) Lintian interface to d/control fields
- Lintian::Processable::Diffstat(3) access to collected diffstat data
- Lintian::Processable::Fields::Files(3) Lintian interface to .buildinfo or changes file data collection
- Lintian::Processable::Hardening(3) access to collected hardening data
- Lintian::Processable::Installable(3) - An installation package Lintian can process
- Lintian::Processable::Installable::Changelog(3) access to collected changelog data
- Lintian::Processable::Installable::Class(3) Lintian interface to binary package data collection
- Lintian::Processable::Installable::Conffiles(3) access to collected control data for conffiles
- Lintian::Processable::Installable::Control(3) access to collected control file data
- Lintian::Processable::Installable::Installed(3) access to collected data about the upstream (orig) sources
- Lintian::Processable::Installable::Overrides(3) access to override data
- Lintian::Processable::Installable::Relation(3) Lintian interface to binary package data collection
- Lintian::Processable::IsNonFree(3) Lintian interface to source package data collection
- Lintian::Processable::NotJustDocs(3) Lintian interface to installable package data collection
- Lintian::Processable::Overrides(3) access to override data
- Lintian::Processable::Source(3) - A dsc source package Lintian can process
- Lintian::Processable::Source::Changelog(3) access to collected changelog data
- Lintian::Processable::Source::Components(3) interface to orig tar components
- Lintian::Processable::Source::Format(3) Lintian interface to source format
- Lintian::Processable::Source::Orig(3) access to collected data about the upstream (orig) sources
- Lintian::Processable::Source::Overrides(3) access to override data
- Lintian::Processable::Source::Patched(3) access to sources with Debian patches applied
- Lintian::Processable::Source::Relation(3) Lintian interface to source package data collection
- Lintian::Processable::Source::Repacked(3) Lintian interface to source package data collection
- Lintian::Profile(3) Profile parser for Lintian
- Lintian::Relation(3) Lintian operations on dependencies and relationships
- Lintian::Relation::Predicate(3) Lintian type for relationship predicates
- Lintian::Relation::Version(3) Comparison operators on Debian versions
- Lintian::Reporting::ResourceManager(3) - A simple resource manager for html_reports
- Lintian::Reporting::Util(3) Lintian utility functions
- Lintian::Screen(3) - Common facilities for Lintian screens
- Lintian::SlidingWindow(3) Lintian interface to sliding window match
- Lintian::Spelling(3) - Lintian spell checks shared between multiple scripts
- Lintian::Storage::MLDBM(3) store multi-level hashes on disk
- Lintian::Tag(3) Lintian interface to tag metadata
- Lintian::Tutorial(3) - The newcomer's guide to Lintian
- Lintian::Tutorial::TestSuite(3) - Quick intro to running the Lintian testsuite
- Lintian::Tutorial::WritingChecks(3) - Writing checks for Lintian
- Lintian::Tutorial::WritingTests(3) - Short tutorial on writing tests
- Lintian::Util(3) Lintian utility functions
- Lintian::Version(3) routines to determine Lintian version
- lio_listio(3) initiate a list of I/O requests
- list(3) implementation of a doubly linked list
- localeconv(3) get numeric formatting information
- lockf(3) apply, test or remove a POSIX lock on an open file
- lockfile_create(3) manage lockfiles
- log(3) natural logarithmic function
- log10(3) base-10 logarithmic function
- log1p(3) logarithm of 1 plus argument
- log2(3) base-2 logarithmic function
- logb(3) get exponent of a floating-point value
- login(3) write utmp and wtmp entries
- lrint(3) round to nearest integer
- lround(3) round to nearest integer
- lsame(3) lsame: string comparison
- lsamen(3) lsamen: string comparison
- lsearch(3) linear search of an array
- lseek64(3) reposition 64-bit read/write file offset
- lttng-ust(3) LTTng user space tracing
- lttng-ust-cyg-profile(3) Function tracing (LTTng-UST helper)
- lttng-ust-dl(3) Dynamic linker tracing (LTTng-UST helper)
- lttng_ust_tracef(3) LTTng-UST printf(3)-like interface
- lttng_ust_tracelog(3) LTTng-UST printf(3)-like interface with a log level
- maillock(3) manage mailbox lockfiles
- makecontext(3) manipulate user context
- makedev(3) manage a device number
- mallinfo(3) obtain memory allocation information
- malloc(3) allocate and free dynamic memory
- malloc_get_state(3) record and restore state of malloc implementation
- malloc_hook(3) malloc debugging variables (DEPRECATED)
- malloc_info(3) export malloc state to a stream
- malloc_stats(3) print memory allocation statistics
- malloc_trim(3) release free memory from the heap
- malloc_usable_size(3) obtain size of block of memory allocated from heap
- mallopt(3) set memory allocation parameters
- manadv_init_obj(3) Initialize mana direct verbs object from ibv_xxx structures
- manadv_set_context_attr(3) Set context attributes
- markdown(3) process Markdown documents
- matchmediacon(3) get the default SELinux security context for the specified mediatype from the policy
- matchpathcon(3) get the default SELinux security context for the specified path from the file contexts configuration
- matchpathcon_checkmatches(3) check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
- matherr(3) SVID math library exception handling
- MAX(3) maximum or minimum of two values
- MB_CUR_MAX(3) maximum length of a multibyte character in the current locale
- MB_LEN_MAX(3) maximum multibyte length of a character across all locales
- mblen(3) determine number of bytes in next multibyte character
- mbrlen(3) determine number of bytes in next multibyte character
- mbrtowc(3) convert a multibyte sequence to a wide character
- mbsinit(3) test for initial shift state
- mbsnrtowcs(3) convert a multibyte string to a wide-character string
- mbsrtowcs(3) convert a multibyte string to a wide-character string (restartable)
- mbstowcs(3) convert a multibyte string to a wide-character string
- mbtowc(3) convert a multibyte sequence to a wide character
- mcheck(3) heap consistency checking
- md2(3) calculate the RSA Data Security, Inc., "MD2" message digest
- md4(3) calculate the RSA Data Security, Inc., "MD4" message digest
- md5(3) calculate the RSA Data Security, Inc., "MD5" message digest
- md__r_e_a_d_m_e(3) LAPACK
- mdb(3) LMDB API
- mdb.c(3) Lightning memory-mapped database library.
- mdb_compat(3) Compatibility Macros
- mdb_copy(3) Copy Flags
- mdb_cursor(3) Cursor Flags
- mdb_dbi_open(3) Database Flags
- mdb_debug(3) Debug Macros
- mdb_env(3) Environment Flags
- mdb_errors(3) Return Codes
- mdb_idls(3) ID List Management
- mdb_internal(3) LMDB Internals
- mdb_lmdb.h(3) Lightning memory-mapped database library.
- mdb_mt_dbflag(3) Transaction DB Flags
- mdb_node(3) Node Flags
- mdb_page(3) Page Flags
- mdb_put(3) Write Flags
- mdb_readers(3) Reader Lock Table
- mdb_todo(3) Todo List
- mdb_txn(3) Transaction Flags
- mdb_Version(3) Version Macros
- mem_d(3) AA-lib memory driver.
- memcached(3) libmemcached Documentation
- memcached_add(3) Storing and Replacing Data
- memcached_add_by_key(3) Storing and Replacing Data
- memcached_analyze(3) libmemcached Documentation
- memcached_append(3) Appending to or Prepending Data
- memcached_append_by_key(3) Appending to or Prepending Data
- memcached_auto(3) Incrementing and Decrementing Values
- memcached_behavior(3) libmemcached Documentation
- memcached_behavior_get(3) libmemcached Documentation
- memcached_behavior_set(3) libmemcached Documentation
- memcached_callback(3) libmemcached Documentation
- memcached_callback_get(3) libmemcached Documentation
- memcached_callback_set(3) libmemcached Documentation
- memcached_cas(3) Atomic Compare and Swap
- memcached_cas_by_key(3) Storing and Replacing Data
- memcached_clone(3) libmemcached Documentation
- memcached_create(3) libmemcached Documentation
- memcached_decrement(3) Incrementing and Decrementing Values
- memcached_decrement_with_initial(3) Incrementing and Decrementing Values
- memcached_delete(3) libmemcached Documentation
- memcached_delete_by_key(3) libmemcached Documentation
- memcached_destroy_sasl_auth_data(3) libmemcached Documentation
- memcached_dump(3) libmemcached Documentation
- memcached_exist(3) libmemcached Documentation
- memcached_exist_by_key(3) libmemcached Documentation
- memcached_fetch(3) Retrieving data from the server
- memcached_fetch_execute(3) Retrieving data from the server
- memcached_fetch_result(3) Retrieving data from the server
- memcached_flush(3) libmemcached Documentation
- memcached_flush_buffers(3) libmemcached Documentation
- memcached_free(3) libmemcached Documentation
- memcached_generate_hash(3) Generating hash values directly
- memcached_generate_hash_value(3) Generating hash values directly
- memcached_get(3) Retrieving data from the server
- memcached_get_by_key(3) Retrieving data from the server
- memcached_get_memory_allocators(3) libmemcached Documentation
- memcached_get_sasl_callbacks(3) libmemcached Documentation
- memcached_get_user_data(3) libmemcached Documentation
- memcached_increment(3) Incrementing and Decrementing Values
- memcached_increment_with_initial(3) Incrementing and Decrementing Values
- memcached_last_error(3) libmemcached Documentation
- memcached_last_error_errno(3) libmemcached Documentation
- memcached_last_error_message(3) libmemcached Documentation
- memcached_lib_version(3) libmemcached Documentation
- memcached_memory_allocators(3) libmemcached Documentation
- memcached_mget(3) Retrieving data from the server
- memcached_mget_by_key(3) Retrieving data from the server
- memcached_mget_execute(3) Retrieving data from the server
- memcached_mget_execute_by_key(3) Retrieving data from the server
- memcached_pool(3) libmemcached Documentation
- memcached_pool_behavior_get(3) libmemcached Documentation
- memcached_pool_behavior_set(3) libmemcached Documentation
- memcached_pool_create(3) libmemcached Documentation
- memcached_pool_destroy(3) libmemcached Documentation
- memcached_pool_fetch(3) libmemcached Documentation
- memcached_pool_pop(3) libmemcached Documentation
- memcached_pool_push(3) libmemcached Documentation
- memcached_pool_release(3) libmemcached Documentation
- memcached_pool_st(3) libmemcached Documentation
- memcached_prepend(3) Appending to or Prepending Data
- memcached_prepend_by_key(3) Appending to or Prepending Data
- memcached_quit(3) libmemcached Documentation
- memcached_replace(3) Storing and Replacing Data
- memcached_replace_by_key(3) Storing and Replacing Data
- memcached_result_cas(3) Working with result sets
- memcached_result_create(3) Working with result sets
- memcached_result_flags(3) Working with result sets
- memcached_result_free(3) Working with result sets
- memcached_result_key_length(3) Working with result sets
- memcached_result_key_value(3) Working with result sets
- memcached_result_length(3) Working with result sets
- memcached_result_st(3) Working with result sets
- memcached_result_value(3) Working with result sets
- memcached_return_t(3) Return type values
- memcached_sasl(3) libmemcached Documentation
- memcached_sasl_set_auth_data(3) libmemcached Documentation
- memcached_server_add(3) libmemcached Documentation
- memcached_server_add_unix_socket(3) libmemcached Documentation
- memcached_server_count(3) libmemcached Documentation
- memcached_server_cursor(3) libmemcached Documentation
- memcached_server_list(3) libmemcached Documentation
- memcached_server_list_append(3) libmemcached Documentation
- memcached_server_list_count(3) libmemcached Documentation
- memcached_server_list_free(3) libmemcached Documentation
- memcached_server_push(3) libmemcached Documentation
- memcached_server_st(3) libmemcached Documentation
- memcached_servers(3) libmemcached Documentation
- memcached_servers_parse(3) libmemcached Documentation
- memcached_servers_reset(3) libmemcached Documentation
- memcached_set(3) Storing and Replacing Data
- memcached_set_by_key(3) Storing and Replacing Data
- memcached_set_encoding_key(3) libmemcached Documentation
- memcached_set_memory_allocators(3) libmemcached Documentation
- memcached_set_memory_allocators_context(3) libmemcached Documentation
- memcached_set_sasl_callbacks(3) libmemcached Documentation
- memcached_set_user_data(3) libmemcached Documentation
- memcached_stat(3) libmemcached Documentation
- memcached_stat_execute(3) libmemcached Documentation
- memcached_stat_get_keys(3) libmemcached Documentation
- memcached_stat_get_value(3) libmemcached Documentation
- memcached_stat_servername(3) libmemcached Documentation
- memcached_stats(3) libmemcached Documentation
- memcached_strerror(3) libmemcached Documentation
- memcached_touch(3) libmemcached Documentation
- memcached_touch_by_key(3) libmemcached Documentation
- memcached_user_data(3) libmemcached Documentation
- memcached_verbosity(3) libmemcached Documentation
- memcached_version(3) libmemcached Documentation
- memccpy(3) copy memory area
- memchr(3) scan memory for a character
- memcmp(3) compare memory areas
- memcpy(3) copy memory area
- memfrob(3) frobnicate (obfuscate) a memory area
- memmem(3) locate a substring
- memmove(3) copy memory area
- mempcpy(3) copy memory area
- memset(3) fill memory with a constant byte
- mhash(3) Hash Library
- midl.c(3) ldap bdb back-end ID List functions
- midl.h(3) LMDB ID List header file.
- miniupnpc(3) UPnP client library
- misc_conv(3) text based conversation function
- mkd-callbacks(3) functions that modify link targets
- mkd-functions(3) access and process Markdown documents.
- mkd-line(3) do Markdown translation of small items
- mkdtemp(3) create a unique temporary directory
- mkfifo(3) make a FIFO special file (a named pipe)
- mkstemp(3) create a unique temporary file
- mktemp(3) make a unique temporary filename
- mlx4dv_init_obj(3) Initialize mlx4 direct verbs object from ibv_xxx structures
- mlx4dv_query_device(3) Query device capabilities specific to mlx4
- mlx4dv_set_context_attr(3) Set context attributes
- mlx5dv_alloc_dm(3) allocates device memory (DM)
- mlx5dv_alloc_var(3) Allocates a VAR
- mlx5dv_create_cq(3) creates a completion queue (CQ)
- mlx5dv_create_flow(3) creates a steering flow rule
- mlx5dv_create_flow_action_modify_header(3) Flow action modify header for mlx5 provider
- mlx5dv_create_flow_action_packet_reformat(3) Flow action reformat packet for mlx5 provider
- mlx5dv_create_flow_matcher(3) creates a matcher to be used withf[I]mlx5dv_create_flow(3)f[R]
- mlx5dv_create_mkey(3) Creates an indirect mkey
- mlx5dv_create_qp(3) creates a queue pair (QP)
- mlx5dv_create_steering_anchor(3) Creates a steering anchor
- mlx5dv_crypto_login(3) Creates a crypto login session
- mlx5dv_crypto_login_create(3) Creates a crypto login object
- mlx5dv_dci_stream_id_reset(3) Reset stream_id of a given DCI QP
- mlx5dv_dek_create(3) Creates a DEK
- mlx5dv_devx_alloc_msi_vector(3) Allocate an msi vector to be used for creating an EQ.
- mlx5dv_devx_alloc_uar(3) Allocates a DEVX UAR
- mlx5dv_devx_create_cmd_comp(3) Create a command completion to be used for DEVX asynchronous commands.
- mlx5dv_devx_create_eq(3) Create an EQ object
- mlx5dv_devx_create_event_channel(3) Create an event channel to be used for DEVX asynchronous events.
- mlx5dv_devx_get_event(3) Get an asynchronous event.
- mlx5dv_devx_obj_create(3) Creates a devx object
- mlx5dv_devx_qp_modify(3) Modifies a verbs QP via DEVX
- mlx5dv_devx_query_eqn(3) Query EQN for a given vector id.
- mlx5dv_devx_subscribe_devx_event(3) Subscribe over an event channel for device events.
- mlx5dv_devx_umem_reg(3) Register a user memory to be used by the devx interface
- mlx5dv_dm_map_op_addr(3) Get operation address of a device memory (DM)
- mlx5dv_dr_flow(3) Manage flow domains
- mlx5dv_dump(3) Dump DR Domain
- mlx5dv_flow_action_esp(3) Flow action esp for mlx5 provider
- mlx5dv_get_clock_info(3) Get device clock information
- mlx5dv_get_vfio_device_list(3) Get list of available devices to be used over VFIO
- mlx5dv_init_obj(3) Initialize mlx5 direct verbs object from ibv_xxx structures
- mlx5dv_is_supported(3) Check whether an RDMA device implemented by the mlx5 provider
- mlx5dv_map_ah_to_qp(3) Map the destination path information in address handle (AH) to the information extracted from the qp.
- mlx5dv_mkey_check(3) Check a MKEY for errors
- mlx5dv_modify_qp_lag_port(3) Modify the lag port information of a given QP
- mlx5dv_modify_qp_sched_elem(3) Connect a QP with a requestor and/or a responder scheduling element
- mlx5dv_modify_qp_udp_sport(3) Modify the UDP source port of a given QP
- mlx5dv_open_device(3) Open an RDMA device context for the mlx5 provider
- mlx5dv_pp_alloc(3) Allocates a packet pacing entry
- mlx5dv_qp_cancel_posted_send_wrs(3) Cancel all pending send work requests with supplied WRID in a QP in SQD state
- mlx5dv_query_device(3) Query device capabilities specific to mlx5
- mlx5dv_query_port(3) Query non standard attributes of IB device port.
- mlx5dv_query_qp_lag_port(3) Query the lag port information of a given QP
- mlx5dv_reserved_qpn_alloc(3) Allocate a reserved QP number from device
- mlx5dv_sched_node_create(3) Creates a scheduling node element
- mlx5dv_ts_to_ns(3) Convert device timestamp from HCA core clock units to the corresponding nanosecond counts
- mlx5dv_vfio_get_events_fd(3) Get the file descriptor to manage driver events.
- mlx5dv_vfio_process_events(3) process vfio driver events
- mlx5dv_wr_mkey_configure(3) Create a work request to configure an MKEY
- mlx5dv_wr_post(3) Attach a DC info to the last work request
- mlx5dv_wr_set_mkey_crypto(3) Configure a MKey for crypto operation.
- mlx5dv_wr_set_mkey_sig_block(3) Configure a MKEY for block signature (data integrity) operation.
- mnl_attr_get_len(3) Netlink attribute helpers
- mnl_cb_run(3) Callback helpers
- mnl_nlmsg_batch_current(3) Netlink message batch helpers
- mnl_nlmsg_fprintf(3) Netlink message helpers
- mnl_socket_bind(3) Netlink socket helpers
- modf(3) extract signed integral and fractional values from floating-point number
- mpool(3) shared memory buffer pool
- mq_close(3) close a message queue descriptor
- mq_getattr(3) get/set message queue attributes
- mq_notify(3) register for notification when a message is available
- mq_open(3) open a message queue
- mq_receive(3) receive a message from a message queue
- mq_send(3) send a message to a message queue
- mq_unlink(3) remove a message queue
- mtp_albums(3) albums
- mtp_basic(3) basic
- mtp_custom(3) custom
- mtp_device-flags.h(3)
- mtp_event_cb_data_struct(3)
- mtp_filemap_struct(3)
- mtp_files(3) files
- mtp_folders(3) folders
- mtp_internals(3) internals
- mtp_libmtp.c(3)
- mtp_libmtp.h(3)
- mtp_LIBMTP_album_struct(3)
- mtp_LIBMTP_allowed_values_struct(3)
- mtp_LIBMTP_device_entry_struct(3)
- mtp_LIBMTP_device_extension_struct(3)
- mtp_LIBMTP_devicestorage_struct(3)
- mtp_LIBMTP_error_struct(3)
- mtp_LIBMTP_file_struct(3)
- mtp_LIBMTP_filesampledata_struct(3)
- mtp_LIBMTP_folder_struct(3)
- mtp_LIBMTP_mtpdevice_struct(3)
- mtp_LIBMTP_playlist_struct(3)
- mtp_LIBMTP_raw_device_struct(3)
- mtp_LIBMTP_track_struct(3)
- mtp_libusb-glue.h(3)
- mtp_lv_data_header(3)
- mtp_lv_framebuffer_desc(3)
- mtp_mtpdevice_list_struct(3)
- mtp_mtpz.c(3)
- mtp_mtpz.h(3)
- mtp_mtpz_rsa_struct(3)
- mtp_music-players.h(3)
- mtp_objects(3) objects
- mtp_playlists(3) playlists
- mtp_propertymap_struct(3)
- mtp_ptp_chdk_rc_chunk(3)
- mtp_ptp_chdk_script_msg(3)
- mtp_ptp_event_cb_data(3)
- mtp_ptp_opcode_trans_t(3)
- mtp_PTPFDHandlerPrivate(3)
- mtp_PTPMemHandlerPrivate(3)
- mtp_structar(3) structar
- mtp_tagptp_chdk_videosettings(3)
- mtp_text_struct(3)
- mtp_tracks(3) tracks
- mtp_types(3) types
- mtp_unicode.c(3)
- mtp_unicode.h(3)
- mtp_util.c(3)
- mtrace(3) malloc tracing
- nan(3) return 'Not a Number'
- netlink(3) Netlink macros
- newlocale(3) create, modify, and free a locale object
- nextafter(3) floating-point number manipulation
- nextup(3) return next floating-point number toward positive/negative infinity
- nfs4_uid_to_name(3) ID mapping routines used for NFSv4
- ngettext(3) translate message and choose plural form
- nl_langinfo(3) query language and locale information
- norm_grp(3) Matrix norm
- nozzle_add_ip(3) equivalent of ip addr or ifconfig <ipaddress/prefix>
- nozzle_close(3) deconfigure and destroy a nozzle device
- nozzle_del_ip(3) equivalent of ip addr del or ifconfig del <ipaddress/prefix>
- nozzle_get_fd(3) nozzle - pointer to the nozzle struct
- nozzle_get_handle_by_name(3) find a nozzle handle by device name
- nozzle_get_ips(3) retrieve the list of all configured ips for a given interface
- nozzle_get_mac(3) retrieve mac address on a given nozzle interface
- nozzle_get_mtu(3) retrieve mtu on a given nozzle interface
- nozzle_get_name_by_handle(3) retrieve nozzle interface name by handle
- nozzle_open(3) create a new tap device on the system.
- nozzle_reset_mac(3) reset mac address on a given nozzle interface to system default
- nozzle_reset_mtu(3) reset mtu on a given nozzle interface to the system default
- nozzle_run_updown(3) execute updown commands associated with a nozzle device.
- nozzle_set_down(3) equivalent of ifconfig down
- nozzle_set_mac(3) set mac address on a given nozzle interface
- nozzle_set_mtu(3) set mtu on a given nozzle interface
- nozzle_set_up(3) equivalent of ifconfig up
- nrm2(3) nrm2: || x ||_2
- ntp_gettime(3) get time parameters (NTP daemon interface)
- numa(3) NUMA policy library
- nutscan(3) Network UPS Tools (NUT) device discovery library
- nutscan_add_device_to_device(3) Concatenate two devices structure.
- nutscan_add_option_to_device(3) Add option data to the specified device.
- nutscan_cidr_to_ip(3) Convert a CIDR IP to a range of IP address.
- nutscan_display_parsable(3) Display the specified `nutscan_device_t` structure on stdout.
- nutscan_display_sanity_check(3) Display sanity check warnings about the specified `nutscan_device_t` structure on stdout.
- nutscan_display_sanity_check_serial(3) Display sanity check warnings about "serial" (serial number/code string) optional values in the specified `nutscan_device_t` structure on stdout.
- nutscan_display_ups_conf(3) Display the specified `nutscan_device_t` structure on stdout.
- nutscan_display_ups_conf_with_sanity_check(3) Display the specified `nutscan_device_t` structure and sanity-check warnings on stdout.
- nutscan_free_device(3) Free a `nutscan_device_t` structure created by `nutscan_new_device`.
- nutscan_get_serial_ports_list(3) Get a port list name from a range of port.
- nutscan_init(3) Initialize the nutscan library.
- nutscan_new_device(3) Create a new nutscan_device_t structure.
- nutscan_scan_avahi(3) Scan network for NUT services via mDNS
- nutscan_scan_eaton_serial(3) Scan serial ports for Eaton devices (XCP, SHUT and Q1).
- nutscan_scan_ipmi(3) Scan local IPMI devices.
- nutscan_scan_nut(3) Scan network for available NUT services.
- nutscan_scan_snmp(3) Scan network for SNMP devices.
- nutscan_scan_usb(3) Scan NUT compatible USB devices.
- nutscan_scan_xml_http_range(3) Scan network for XML/HTTP devices.
- oath_authenticate_usersfile(3) API function
- oath_base32_decode(3) API function
- oath_base32_encode(3) API function
- oath_bin2hex(3) API function
- oath_check_version(3) API function
- oath_done(3) API function
- oath_hex2bin(3) API function
- oath_hotp_generate(3) API function
- oath_hotp_validate(3) API function
- oath_hotp_validate_callback(3) API function
- oath_init(3) API function
- oath_strerror(3) API function
- oath_strerror_name(3) API function
- oath_totp_generate(3) API function
- oath_totp_generate2(3) API function
- oath_totp_validate(3) API function
- oath_totp_validate2(3) API function
- oath_totp_validate2_callback(3) API function
- oath_totp_validate3(3) API function
- oath_totp_validate3_callback(3) API function
- oath_totp_validate4(3) API function
- oath_totp_validate4_callback(3) API function
- oath_totp_validate_callback(3) API function
- offsetof(3) offset of a structure member
- on_exit(3) register a function to be called at normal process termination
- open_memstream(3) open a dynamic memory buffer stream
- opendir(3) open a directory
- openpty(3) terminal utility functions
- opus_ctlvalues(3) Pre-defined values for CTL interface
- opus_custom(3) Opus Custom
- opus_custom.h(3) Opus-Custom reference implementation API.
- opus_decoder(3) Opus Decoder
- opus_decoderctls(3) Decoder related CTLs
- opus_defines.h(3) Opus reference implementation constants.
- opus_encoder(3) Opus Encoder
- opus_encoderctls(3) Encoder related CTLs
- opus_errorcodes(3) Error codes
- opus_genericctls(3) Generic CTLs
- opus_libinfo(3) Opus library information functions
- opus_multistream(3) Opus Multistream API
- opus_multistream.h(3) Opus reference implementation multistream API.
- opus_multistream_ctls(3) Multistream specific encoder and decoder CTLs
- opus_repacketizer(3) Repacketizer
- opus_types.h(3) Opus reference implementation types.
- pam(3) Pluggable Authentication Modules Library
- pam_acct_mgmt(3) PAM account validation management
- pam_authenticate(3) account authentication
- pam_chauthtok(3) updating authentication tokens
- pam_close_session(3) terminate PAM session management
- pam_conv(3) PAM conversation function
- pam_end(3) termination of PAM transaction
- pam_error(3) display error messages to the user
- pam_fail_delay(3) request a delay on failure
- pam_get_authtok(3) get authentication token
- pam_get_data(3) get module internal data
- pam_get_item(3) getting PAM information
- pam_get_user(3) get user name
- pam_getenv(3) get a PAM environment variable
- pam_getenvlist(3) getting the PAM environment
- pam_info(3) display messages to the user
- pam_misc_drop_env(3) liberating a locally saved environment
- pam_misc_paste_env(3) transcribing an environment to that of PAM
- pam_misc_setenv(3) BSD like PAM environment variable setting
- pam_open_session(3) start PAM session management
- pam_prompt(3) interface to conversation function
- pam_putenv(3) set or change PAM environment variable
- pam_set_data(3) set module internal data
- pam_set_item(3) set and update PAM information
- pam_setcred(3) establish / delete user credentials
- pam_sm_acct_mgmt(3) PAM service function for account management
- pam_sm_authenticate(3) PAM service function for user authentication
- pam_sm_chauthtok(3) PAM service function for authentication token management
- pam_sm_close_session(3) PAM service function to terminate session management
- pam_sm_open_session(3) PAM service function to start session management
- pam_sm_setcred(3) PAM service function to alter credentials
- pam_start(3) initialization of PAM transaction
- pam_strerror(3) return string describing PAM error code
- pam_syslog(3) send messages to the system logger
- pam_xauth_data(3) structure containing X authentication data
- paperinfo(3) return informations about a paper
- paperinit(3) begin and end using the paper library
- params_grp(3) Parameters
- parport(3) representation of a parallel port
- parport_list(3) a collection of parallel ports
- path_to_handle(3) file handle operations
- pbcon(3) pbcon: condition number estimate
- pbequ(3) pbequ: equilibration
- pbrfs(3) pbrfs: iterative refinement
- pbstf(3) pbstf: split Cholesky factor, use with hbgst
- pbsv(3) pbsv: factor and solve
- pbsv_comp(3) --- banded ---
- pbsv_driver(3) --- banded ---
- pbsvx(3) pbsvx: factor and solve, expert
- pbtf2(3) pbtf2: triangular factor panel, level 2
- pbtrf(3) pbtrf: triangular factor
- pbtrs(3) pbtrs: triangular solve using factor
- pcre2(3) Perl-compatible regular expressions (revised API)
- pcre2_callout_enumerate(3) Perl-compatible regular expressions (revised API)
- pcre2_code_copy(3) Perl-compatible regular expressions (revised API)
- pcre2_code_copy_with_tables(3) Perl-compatible regular expressions (revised API)
- pcre2_code_free(3) Perl-compatible regular expressions (revised API)
- pcre2_compile(3) Perl-compatible regular expressions (revised API)
- pcre2_compile_context_copy(3) Perl-compatible regular expressions (revised API)
- pcre2_compile_context_create(3) Perl-compatible regular expressions (revised API)
- pcre2_compile_context_free(3) Perl-compatible regular expressions (revised API)
- pcre2_config(3) Perl-compatible regular expressions (revised API)
- pcre2_convert_context_copy(3) Perl-compatible regular expressions (revised API)
- pcre2_convert_context_create(3) Perl-compatible regular expressions (revised API)
- pcre2_convert_context_free(3) Perl-compatible regular expressions (revised API)
- pcre2_converted_pattern_free(3) Perl-compatible regular expressions (revised API)
- pcre2_dfa_match(3) Perl-compatible regular expressions (revised API)
- pcre2_general_context_copy(3) Perl-compatible regular expressions (revised API)
- pcre2_general_context_create(3) Perl-compatible regular expressions (revised API)
- pcre2_general_context_free(3) Perl-compatible regular expressions (revised API)
- pcre2_get_error_message(3) Perl-compatible regular expressions (revised API)
- pcre2_get_mark(3) Perl-compatible regular expressions (revised API)
- pcre2_get_match_data_size(3) Perl-compatible regular expressions (revised API)
- pcre2_get_ovector_count(3) Perl-compatible regular expressions (revised API)
- pcre2_get_ovector_pointer(3) Perl-compatible regular expressions (revised API)
- pcre2_get_startchar(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_compile(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_free_unused_memory(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_match(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_stack_assign(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_stack_create(3) Perl-compatible regular expressions (revised API)
- pcre2_jit_stack_free(3) Perl-compatible regular expressions (revised API)
- pcre2_maketables(3) Perl-compatible regular expressions (revised API)
- pcre2_maketables_free(3) Perl-compatible regular expressions (revised API)
- pcre2_match(3) Perl-compatible regular expressions (revised API)
- pcre2_match_context_copy(3) Perl-compatible regular expressions (revised API)
- pcre2_match_context_create(3) Perl-compatible regular expressions (revised API)
- pcre2_match_context_free(3) Perl-compatible regular expressions (revised API)
- pcre2_match_data_create(3) Perl-compatible regular expressions (revised API)
- pcre2_match_data_create_from_pattern(3) Perl-compatible regular expressions (revised API)
- pcre2_match_data_free(3) Perl-compatible regular expressions (revised API)
- pcre2_pattern_convert(3) Perl-compatible regular expressions (revised API)
- pcre2_pattern_info(3) Perl-compatible regular expressions (revised API)
- pcre2_serialize_decode(3) Perl-compatible regular expressions (revised API)
- pcre2_serialize_encode(3) Perl-compatible regular expressions (revised API)
- pcre2_serialize_free(3) Perl-compatible regular expressions (revised API)
- pcre2_serialize_get_number_of_codes(3) Perl-compatible regular expressions (revised API)
- pcre2_set_bsr(3) Perl-compatible regular expressions (revised API)
- pcre2_set_callout(3) Perl-compatible regular expressions (revised API)
- pcre2_set_character_tables(3) Perl-compatible regular expressions (revised API)
- pcre2_set_compile_extra_options(3) Perl-compatible regular expressions (revised API)
- pcre2_set_compile_recursion_guard(3) Perl-compatible regular expressions (revised API)
- pcre2_set_depth_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_glob_escape(3) Perl-compatible regular expressions (revised API)
- pcre2_set_glob_separator(3) Perl-compatible regular expressions (revised API)
- pcre2_set_heap_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_match_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_max_pattern_length(3) Perl-compatible regular expressions (revised API)
- pcre2_set_newline(3) Perl-compatible regular expressions (revised API)
- pcre2_set_offset_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_parens_nest_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_recursion_limit(3) Perl-compatible regular expressions (revised API)
- pcre2_set_recursion_memory_management(3) Perl-compatible regular expressions (revised API)
- pcre2_set_substitute_callout(3) Perl-compatible regular expressions (revised API)
- pcre2_substitute(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_copy_byname(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_copy_bynumber(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_free(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_get_byname(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_get_bynumber(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_length_byname(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_length_bynumber(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_list_free(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_list_get(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_nametable_scan(3) Perl-compatible regular expressions (revised API)
- pcre2_substring_number_from_name(3) Perl-compatible regular expressions (revised API)
- pcre2api(3) Perl-compatible regular expressions (revised API)
- pcre2build(3) Perl-compatible regular expressions (revised API)
- pcre2callout(3) Perl-compatible regular expressions (revised API)
- pcre2compat(3) Perl-compatible regular expressions (revised API)
- pcre2convert(3) Perl-compatible regular expressions (revised API)
- pcre2demo(3) A demonstration C program for PCRE2 - //
- pcre2jit(3) Perl-compatible regular expressions (revised API)
- pcre2limits(3) Perl-compatible regular expressions (revised API)
- pcre2matching(3) Perl-compatible regular expressions (revised API)
- pcre2partial(3) Perl-compatible regular expressions
- pcre2pattern(3) Perl-compatible regular expressions (revised API)
- pcre2perform(3) Perl-compatible regular expressions (revised API)
- pcre2posix(3) Perl-compatible regular expressions (revised API)
- pcre2sample(3) Perl-compatible regular expressions (revised API)
- pcre2serialize(3) Perl-compatible regular expressions (revised API)
- pcre2syntax(3) Perl-compatible regular expressions (revised API)
- pcre2unicode(3) Perl-compatible regular expressions (revised API)
- perror(3) print a system error message
- pfsv(3) pfsv: factor and solve [not available]
- pfsv_comp(3) --- rectangular full packed (RFP) ---
- pfsv_driver(3) --- rectangular full packed (RFP) ---
- pftrf(3) pftrf: triangular factor
- pftri(3) pftri: triangular inverse
- pftrs(3) pftrs: triangular solve using factor
- pmem2_async(3) asynchronous data movement operations
- pmem2_badblock_clear(3) clear the given bad block
- pmem2_badblock_context_new(3) allocate and free a context for f[B]pmem2_badblock_nextf[R]() and f[B]pmem2_badblock_clearf[R]() operations
- pmem2_badblock_next(3) read the next bad block for the given bad block context f[I]*bbctxf[R].
- pmem2_config_new(3) allocate and free a configuration structure for a libpmem2 mapping
- pmem2_config_set_length(3) set length in the pmem2_config structure
- pmem2_config_set_offset(3) set offset in the pmem2_config structure
- pmem2_config_set_protection(3) set a protection flags in pmem2_config structure.
- pmem2_config_set_required_store_granularity(3) set a granularity in pmem2_config structure.
- pmem2_config_set_sharing(3) set sharing in the pmem2_config structure
- pmem2_config_set_vm_reservation(3) sets the pmem2_vm_reservation structure basing on the values in the pmem2_config structure
- pmem2_deep_flush(3) highly reliable persistent memory synchronization
- pmem2_errormsg(3) returns last error message
- pmem2_get_drain_fn(3) get a drain function
- pmem2_get_flush_fn(3) get a flush function
- pmem2_get_memmove_fn(3) get a function that provides optimized copying to persistent memory
- pmem2_get_persist_fn(3) get a persist function
- pmem2_map_delete(3) deletes a mapping
- pmem2_map_from_existing(3) creates a pmem2_map object from an existing mapping
- pmem2_map_get_address(3) reads mapping address
- pmem2_map_get_size(3) reads mapping size
- pmem2_map_get_store_granularity(3) reads effective mapping granularity
- pmem2_map_new(3) creates a mapping
- pmem2_perror(3) prints a descriptive error message to stderr
- pmem2_source_alignment(3) returns data source alignment
- pmem2_source_device_id(3) returns the unique identifier of a device
- pmem2_source_device_usc(3) returns the f[I]unsafe shutdown counterf[R] value of a device
- pmem2_source_from_anon(3) creates data source backed by anonymous memory pages
- pmem2_source_from_fd(3) creates or deletes an instance of persistent memory data source
- pmem2_source_get_fd(3) reads file descriptor of the data source
- pmem2_source_get_handle(3) reads file handler of the data source
- pmem2_source_numa_node(3) returns data source numa node
- pmem2_source_pread_mcsafe(3) read source contents or write to the source in a safe manner
- pmem2_source_size(3) returns the size of the data source
- pmem2_vm_reservation_extend(3) extends and shrinks existing virtual memory reservation
- pmem2_vm_reservation_get_address(3) reads address of the virtual memory reservation
- pmem2_vm_reservation_get_size(3) reads virtual memory reservation size
- pmem2_vm_reservation_map_find(3) search for the mapping located at the desirable location
- pmem2_vm_reservation_new(3) creates or deletes an instance of virtual memory reservation
- pmem_flush(3) check persistency, store persistent data and delete mappings
- pmem_is_pmem(3) check persistency, create and delete mappings
- pmem_memmove_persist(3) functions that provide optimized copying to persistent memory
- pocon(3) pocon: condition number estimate
- poequ(3) poequ: equilibration
- poequb(3) poequb: equilibration, power of 2
- popen(3) pipe stream to or from a process
- popt(3) Parse command line options
- porfs(3) porfs: iterative refinement
- porfsx(3) porfsx: iterative refinement, expert
- posix_fallocate(3) allocate file space
- posix_madvise(3) give advice about patterns of memory usage
- posix_memalign(3) allocate aligned memory
- posix_openpt(3) open a pseudoterminal device
- posix_spawn(3) spawn a process
- posv(3) posv: factor and solve
- posv_comp(3) --- full ---
- posv_comp_grp(3) Cholesky: computational routines (factor, cond, etc.)
- posv_driver(3) --- full ---
- posv_driver_grp(3) Cholesky: Hermitian/symmetric positive definite matrix, driver
- posv_mixed(3) posv: factor and solve, mixed precision
- posvx(3) posvx: factor and solve, expert
- posvxx(3) posvxx: factor and solve, extra precise
- potf2(3) potf2: triangular factor panel, level 2
- potrf(3) potrf: triangular factor
- potrf2(3) potrf2: triangular factor panel, recursive?
- potri(3) potri: triangular inverse
- potrs(3) potrs: triangular solve using factor
- pow(3) power functions
- pow10(3) base-10 power functions
- powerof2(3) test if a value is a power of 2
- ppcon(3) ppcon: condition number estimate
- ppequ(3) ppequ: equilibration
- pprfs(3) pprfs: iterative refinement
- ppsv(3) ppsv: factor and solve
- ppsv_comp(3) --- packed ---
- ppsv_driver(3) --- packed ---
- ppsvx(3) ppsvx: factor and solve, expert
- pptrf(3) pptrf: triangular factor
- pptri(3) pptri: triangular inverse
- pptrs(3) pptrs: triangular solve using factor
- pr29_4(3) API function
- pr29_4z(3) API function
- pr29_8z(3) API function
- pr29_strerror(3) API function
- printf(3) formatted output conversion
- procps(3) API to access system level information in the /proc filesystem
- procps_misc(3) API for miscellaneous information in the /proc filesystem
- procps_pids(3) API to access process information in the /proc filesystem
- profil(3) execution time profile
- program_invocation_name(3) obtain name used to invoke calling program
- psignal(3) print signal description
- pskc_add_keypackage(3) API function
- pskc_build_xml(3) API function
- pskc_check_version(3) API function
- pskc_done(3) API function
- pskc_free(3) API function
- pskc_get_cryptomodule_id(3) API function
- pskc_get_device_devicebinding(3) API function
- pskc_get_device_expirydate(3) API function
- pskc_get_device_issueno(3) API function
- pskc_get_device_manufacturer(3) API function
- pskc_get_device_model(3) API function
- pskc_get_device_serialno(3) API function
- pskc_get_device_startdate(3) API function
- pskc_get_device_userid(3) API function
- pskc_get_id(3) API function
- pskc_get_key_algorithm(3) API function
- pskc_get_key_algparm_chall_checkdigits(3) API function
- pskc_get_key_algparm_chall_encoding(3) API function
- pskc_get_key_algparm_chall_max(3) API function
- pskc_get_key_algparm_chall_min(3) API function
- pskc_get_key_algparm_resp_checkdigits(3) API function
- pskc_get_key_algparm_resp_encoding(3) API function
- pskc_get_key_algparm_resp_length(3) API function
- pskc_get_key_algparm_suite(3) API function
- pskc_get_key_data_b64secret(3) API function
- pskc_get_key_data_counter(3) API function
- pskc_get_key_data_secret(3) API function
- pskc_get_key_data_time(3) API function
- pskc_get_key_data_timedrift(3) API function
- pskc_get_key_data_timeinterval(3) API function
- pskc_get_key_friendlyname(3) API function
- pskc_get_key_id(3) API function
- pskc_get_key_issuer(3) API function
- pskc_get_key_policy_expirydate(3) API function
- pskc_get_key_policy_keyusages(3) API function
- pskc_get_key_policy_numberoftransactions(3) API function
- pskc_get_key_policy_pinencoding(3) API function
- pskc_get_key_policy_pinkeyid(3) API function
- pskc_get_key_policy_pinmaxfailedattempts(3) API function
- pskc_get_key_policy_pinmaxlength(3) API function
- pskc_get_key_policy_pinminlength(3) API function
- pskc_get_key_policy_pinusagemode(3) API function
- pskc_get_key_policy_startdate(3) API function
- pskc_get_key_profileid(3) API function
- pskc_get_key_reference(3) API function
- pskc_get_key_userid(3) API function
- pskc_get_keypackage(3) API function
- pskc_get_signed_p(3) API function
- pskc_get_version(3) API function
- pskc_global_done(3) API function
- pskc_global_init(3) API function
- pskc_global_log(3) API function
- pskc_init(3) API function
- pskc_keyusage2str(3) API function
- pskc_output(3) API function
- pskc_parse_from_memory(3) API function
- pskc_pinusagemode2str(3) API function
- pskc_set_cryptomodule_id(3) API function
- pskc_set_device_devicebinding(3) API function
- pskc_set_device_expirydate(3) API function
- pskc_set_device_issueno(3) API function
- pskc_set_device_manufacturer(3) API function
- pskc_set_device_model(3) API function
- pskc_set_device_serialno(3) API function
- pskc_set_device_startdate(3) API function
- pskc_set_device_userid(3) API function
- pskc_set_id(3) API function
- pskc_set_key_algorithm(3) API function
- pskc_set_key_algparm_chall_checkdigits(3) API function
- pskc_set_key_algparm_chall_encoding(3) API function
- pskc_set_key_algparm_chall_max(3) API function
- pskc_set_key_algparm_chall_min(3) API function
- pskc_set_key_algparm_resp_checkdigits(3) API function
- pskc_set_key_algparm_resp_encoding(3) API function
- pskc_set_key_algparm_resp_length(3) API function
- pskc_set_key_algparm_suite(3) API function
- pskc_set_key_data_b64secret(3) API function
- pskc_set_key_data_counter(3) API function
- pskc_set_key_data_secret(3) API function
- pskc_set_key_data_time(3) API function
- pskc_set_key_data_timedrift(3) API function
- pskc_set_key_data_timeinterval(3) API function
- pskc_set_key_friendlyname(3) API function
- pskc_set_key_id(3) API function
- pskc_set_key_issuer(3) API function
- pskc_set_key_policy_expirydate(3) API function
- pskc_set_key_policy_keyusages(3) API function
- pskc_set_key_policy_numberoftransactions(3) API function
- pskc_set_key_policy_pinencoding(3) API function
- pskc_set_key_policy_pinkeyid(3) API function
- pskc_set_key_policy_pinmaxfailedattempts(3) API function
- pskc_set_key_policy_pinmaxlength(3) API function
- pskc_set_key_policy_pinminlength(3) API function
- pskc_set_key_policy_pinusagemode(3) API function
- pskc_set_key_policy_startdate(3) API function
- pskc_set_key_profileid(3) API function
- pskc_set_key_reference(3) API function
- pskc_set_key_userid(3) API function
- pskc_set_version(3) API function
- pskc_sign_x509(3) API function
- pskc_str2keyusage(3) API function
- pskc_str2pinusagemode(3) API function
- pskc_str2valueformat(3) API function
- pskc_strerror(3) API function
- pskc_strerror_name(3) API function
- pskc_validate(3) API function
- pskc_valueformat2str(3) API function
- pskc_verify_x509crt(3) API function
- pstf2(3) pstf2: triangular factor, with pivoting panel, level 2
- pstrf(3) pstrf: triangular factor, with pivoting
- ptcon(3) ptcon: condition number estimate
- pteqr(3) pteqr: eig, positive definite tridiagonal
- pthread_atfork(3) register handlers to be called at fork(2) time
- pthread_attr_init(3) initialize and destroy thread attributes object
- pthread_attr_setaffinity_np(3) set/get CPU affinity attribute in thread attributes object
- pthread_attr_setdetachstate(3) set/get detach state attribute in thread attributes object
- pthread_attr_setguardsize(3) set/get guard size attribute in thread attributes object
- pthread_attr_setinheritsched(3) set/get inherit-scheduler attribute in thread attributes object
- pthread_attr_setschedparam(3) set/get scheduling parameter attributes in thread attributes object
- pthread_attr_setschedpolicy(3) set/get scheduling policy attribute in thread attributes object
- pthread_attr_setscope(3) set/get contention scope attribute in thread attributes object
- pthread_attr_setsigmask_np(3) set/get signal mask attribute in thread attributes object
- pthread_attr_setstack(3) set/get stack attributes in thread attributes object
- pthread_attr_setstackaddr(3) set/get stack address attribute in thread attributes object
- pthread_attr_setstacksize(3) set/get stack size attribute in thread attributes object
- pthread_cancel(3) send a cancelation request to a thread
- pthread_cleanup_push(3) push and pop thread cancelation clean-up handlers
- pthread_cleanup_push_defer_np(3) push and pop thread cancelation clean-up handlers while saving cancelability type
- pthread_cond_init(3) operations on conditions
- pthread_condattr_init(3) condition creation attributes
- pthread_create(3) create a new thread
- pthread_detach(3) detach a thread
- pthread_equal(3) compare thread IDs
- pthread_exit(3) terminate calling thread
- pthread_getattr_default_np(3) get or set default thread-creation attributes
- pthread_getattr_np(3) get attributes of created thread
- pthread_getcpuclockid(3) retrieve ID of a thread's CPU time clock
- pthread_join(3) join with a terminated thread
- pthread_key_create(3) management of thread-specific data
- pthread_kill(3) send a signal to a thread
- pthread_kill_other_threads_np(3) terminate all other threads in process
- pthread_mutex_consistent(3) make a robust mutex consistent
- pthread_mutex_init(3) operations on mutexes
- pthread_mutexattr_getpshared(3) get/set process-shared mutex attribute
- pthread_mutexattr_init(3) mutex creation attributes
- pthread_mutexattr_setkind_np(3) deprecated mutex creation attributes
- pthread_mutexattr_setrobust(3) get and set the robustness attribute of a mutex attributes object
- pthread_once(3) once-only initialization
- pthread_rwlockattr_setkind_np(3) set/get the read-write lock kind of the thread read-write lock attribute object
- pthread_self(3) obtain ID of the calling thread
- pthread_setaffinity_np(3) set/get CPU affinity of a thread
- pthread_setcancelstate(3) set cancelability state and type
- pthread_setconcurrency(3) set/get the concurrency level
- pthread_setname_np(3) set/get the name of a thread
- pthread_setschedparam(3) set/get scheduling policy and parameters of a thread
- pthread_setschedprio(3) set scheduling priority of a thread
- pthread_sigmask(3) examine and change mask of blocked signals
- pthread_sigqueue(3) queue a signal and data to a thread
- pthread_spin_init(3) initialize or destroy a spin lock
- pthread_spin_lock(3) lock and unlock a spin lock
- pthread_testcancel(3) request delivery of any pending cancelation request
- pthread_tryjoin_np(3) try to join with a terminated thread
- pthread_yield(3) yield the processor
- ptrfs(3) ptrfs: iterative refinement
- ptsname(3) get the name of the slave pseudoterminal
- ptsv(3) ptsv: factor and solve
- ptsv_comp(3) --- tridiagonal ---
- ptsv_driver(3) --- tridiagonal ---
- ptsvx(3) ptsvx: factor and solve, expert
- pttrf(3) pttrf: triangular factor
- pttrs(3) pttrs: triangular solve using factor
- ptts2(3) ptts2: triangular solve using factor, unblocked
- punycode_decode(3) API function
- punycode_encode(3) API function
- punycode_strerror(3) API function
- putenv(3) change or add an environment variable
- putgrent(3) write a group database entry to a file
- putpwent(3) write a password file entry
- puts(3) output of characters and strings
- putwchar(3) write a wide character to standard output
- pwquality(3) Documentation of the libpwquality API
- qb_array_create(3) Create an array with fixed sized elements.
- qb_array_create_2(3) Create an array with fixed sized elements.
- qb_array_elems_per_bin_get(3) Get the number of elements per bin.
- qb_array_free(3) Free all the memory used by the array.
- qb_array_grow(3) Grow the array.
- qb_array_index(3) Get an element at a particular index.
- qb_array_new_bin_cb_set(3) Get a callback when a new bin is allocated.
- qb_array_num_bins_get(3) Get the number of bins used by the array.
- qb_atomic_init(3)
- qb_atomic_int_add(3) Atomically adds val to the integer pointed to by atomic.
- qb_atomic_int_compare_and_exchange(3) Compares oldval with the integer pointed to by atomic and if they are equal, atomically exchanges *atomic with newval.
- qb_atomic_int_exchange_and_add(3) Atomically adds val to the integer pointed to by atomic.
- qb_atomic_int_get(3) Reads the value of the integer pointed to by atomic.
- qb_atomic_int_set(3) Sets the value of the integer pointed to by atomic.
- qb_atomic_pointer_compare_and_exchange(3) Compares oldval with the pointer pointed to by atomic and if they are equal, atomically exchanges *atomic with newval.
- qb_atomic_pointer_get(3) Reads the value of the pointer pointed to by atomic.
- qb_atomic_pointer_set(3) Sets the value of the pointer pointed to by atomic.
- qb_hashtable_create(3) Create an unsorted map based on a hashtable.
- qb_hdb_base_convert(3)
- qb_hdb_create(3) Create a new database.
- qb_hdb_destroy(3) Destroy a handle database.
- qb_hdb_handle_create(3) Create a new handle.
- qb_hdb_handle_destroy(3) Request the destruction of the object.
- qb_hdb_handle_get(3) Get the instance associated with this handle and increase it's refcount.
- qb_hdb_handle_get_always(3) Get the instance associated with this handle and increase it's refcount.
- qb_hdb_handle_put(3) Put the instance associated with this handle and decrease it's refcount.
- qb_hdb_handle_refcount_get(3) Get the current refcount.
- qb_hdb_iterator_next(3) Get the next object and increament it's refcount.
- qb_hdb_iterator_reset(3) Reset the iterator.
- qb_hdb_nocheck_convert(3)
- qb_ipcc_connect(3) Create a connection to an IPC service.
- qb_ipcc_context_get(3) Get the context (set previously)
- qb_ipcc_context_set(3) Associate a "user" pointer with this connection.
- qb_ipcc_disconnect(3) Disconnect an IPC connection.
- qb_ipcc_event_recv(3) Receive an event.
- qb_ipcc_fc_enable_max_set(3) Set the maximum allowable flowcontrol value.
- qb_ipcc_fd_get(3) Get the file descriptor to poll.
- qb_ipcc_get_buffer_size(3) What is the actual buffer size used after the connection.
- qb_ipcc_is_connected(3) Is the connection connected?
- qb_ipcc_recv(3) Receive a response.
- qb_ipcc_send(3) Send a message.
- qb_ipcc_sendv(3) Send a message (iovec).
- qb_ipcc_sendv_recv(3) This is a convenience function that simply sends and then recvs.
- qb_ipcc_verify_dgram_max_msg_size(3) Test kernel dgram socket buffers to verify the largest size up to the max_msg_size value a single msg can be.
- qb_ipcs_connection_auth_set(3) Set the permissions on and shared memory files so that both processes can read and write to them.
- qb_ipcs_connection_first_get(3) Get the first connection.
- qb_ipcs_connection_get_buffer_size(3) Retrieve the connection ipc buffer size.
- qb_ipcs_connection_next_get(3) Get the next connection.
- qb_ipcs_connection_ref(3) Increment the connection's reference counter.
- qb_ipcs_connection_service_context_get(3) Get the context previously set on the service backing this connection.
- qb_ipcs_connection_stats_get(3) Get the connection statistics.
- qb_ipcs_connection_stats_get_2(3) Get (and allocate) the connection statistics.
- qb_ipcs_connection_unref(3) Decrement the connection's reference counter.
- qb_ipcs_context_get(3) Get the context (set previously)
- qb_ipcs_context_set(3) Associate a "user" pointer with this connection.
- qb_ipcs_create(3) Create a new IPC server.
- qb_ipcs_destroy(3) Destroy the IPC server.
- qb_ipcs_disconnect(3) Disconnect from this client.
- qb_ipcs_enforce_buffer_size(3) Enforce the max buffer size clients must use from the server side.
- qb_ipcs_event_send(3) Send an asynchronous event message to the client.
- qb_ipcs_event_sendv(3) Send an asynchronous event message to the client.
- qb_ipcs_poll_handlers_set(3) Set your poll callbacks.
- qb_ipcs_ref(3) Increase the reference counter on the service object.
- qb_ipcs_request_rate_limit(3) Limit the incoming request rate.
- qb_ipcs_response_send(3) Send a response to a incoming request.
- qb_ipcs_response_sendv(3) Send a response to a incoming request.
- qb_ipcs_run(3) run the new IPC server.
- qb_ipcs_service_context_get(3) Get the context (set previously)
- qb_ipcs_service_context_set(3) Associate a "user" pointer with this service.
- qb_ipcs_service_id_get(3) Get the service id related to this connection's service.
- qb_ipcs_stats_get(3) Get the service statistics.
- qb_ipcs_unref(3) Decrease the reference counter on the service object.
- qb_list_add(3) Add this element to the list.
- qb_list_add_tail(3) Add to the list (but at the end of the list).
- qb_list_del(3) Delete an entry from the list.
- qb_list_empty(3) A quick test to see if the list is empty (pointing to it's self).
- qb_list_init(3) Initialize the list entry.
- qb_list_is_last(3) Tests whether list is the last entry in list head.
- qb_list_length(3) Count the number of items in the list.
- qb_list_replace(3) Replace old entry by new one.
- qb_list_splice(3) Join two lists.
- qb_list_splice_tail(3) Join two lists, each list being a queue.
- qb_log_blackbox_print_from_file(3) Read the blackbox for file and print it out.
- qb_log_blackbox_write_to_file(3) Write the blackbox to file.
- qb_log_callsite_get(3) Get or create a callsite at the given position.
- qb_log_callsites_dump(3) Dump the callsite info to stdout.
- qb_log_callsites_register(3) If you are using dynamically loadable modules via dlopen() and you load them after qb_log_init() then after you load the module you will need to do the following to get the filters to work in that module:
- qb_log_ctl(3) Main logging control function.
- qb_log_ctl2(3) Extension of main logging control function accepting also strings.
- qb_log_custom_close(3) Close a custom log target and release its resources.
- qb_log_custom_open(3) Open a custom log target.
- qb_log_facility2int(3) Convert string "auth" to equivalent number "LOG_AUTH" etc.
- qb_log_facility2str(3) Convert number "LOG_AUTH" to equivalent string "auth" etc.
- qb_log_file_close(3) Close a log file and release its resources.
- qb_log_file_open(3) Open a log file.
- qb_log_file_reopen(3) Open a new log file for an existing target.
- qb_log_filter_ctl(3) This allows you modify the 'tags' and 'targets' callsite fields at runtime.
- qb_log_filter_ctl2(3) This extends qb_log_filter_ctl() by been able to provide a high_priority.
- qb_log_filter_fn_set(3) Instead of using the qb_log_filter_ctl() functions you can apply the filters manually by defining a callback and setting the targets field using qb_bit_set() and qb_bit_clear() like the following below:
- qb_log_fini(3) Logging system finalization function.
- qb_log_format_set(3) Set the format specifiers.
- qb_log_from_external_source(3) This function is to import logs from other code (like libraries) that provide a callback with their logs.
- qb_log_from_external_source_va(3)
- qb_log_init(3) Init the logging system.
- qb_log_real_(3) Internal function: use qb_log() or qb_logt()
- qb_log_real_va_(3)
- qb_log_tags_stringify_fn_set(3) Set the callback to map the 'tags' bit map to a string.
- qb_log_target_format(3) Format the callsite and timestamp info according to the format.
- qb_log_target_user_data_get(3) Retrieve the user data set by either qb_log_custom_open or qb_log_target_user_data_set.
- qb_log_target_user_data_set(3) Associate user data with this log target.
- qb_log_thread_priority_set(3) When using threaded logging set the pthread policy and priority.
- qb_log_thread_start(3) Start the logging pthread.
- qb_loop_create(3) Create a new main loop.
- qb_loop_destroy(3)
- qb_loop_job_add(3) Add a job to the mainloop.
- qb_loop_job_del(3) Delete a job from the mainloop.
- qb_loop_poll_add(3) Add a poll job to the mainloop.
- qb_loop_poll_del(3) Delete a poll job.
- qb_loop_poll_low_fds_event_set(3) Set a callback to receive events on file descriptors getting low.
- qb_loop_poll_mod(3) Modify a poll job.
- qb_loop_run(3) Run the main loop.
- qb_loop_signal_add(3) Add a signal job.
- qb_loop_signal_del(3) Delete the signal job.
- qb_loop_signal_mod(3) Modify the signal job.
- qb_loop_stop(3) Stop the main loop.
- qb_loop_timer_add(3) Add a timer to the mainloop.
- qb_loop_timer_del(3) Delete a timer that is still outstanding.
- qb_loop_timer_expire_time_get(3) Get the expiration time of the timer, as set when the timer was created.
- qb_loop_timer_expire_time_remaining(3) Get the time remaining before the timer expires.
- qb_loop_timer_is_running(3) Check to see if a timer that is still outstanding.
- qb_map_count_get(3) Get the number of items in the map.
- qb_map_destroy(3) Destroy the map, removes all the items from the map.
- qb_map_foreach(3) Calls the given function for each of the key/value pairs in the map.
- qb_map_get(3) Gets the value corresponding to the given key.
- qb_map_iter_create(3) Create an iterator.
- qb_map_iter_free(3) free the iterator
- qb_map_iter_next(3) Get the next item.
- qb_map_notify_add(3) Add a notifier to the map.
- qb_map_notify_del(3) Delete a notifier from the map.
- qb_map_notify_del_2(3) Delete a notifier from the map (including the userdata).
- qb_map_pref_iter_create(3) Create a prefix iterator.
- qb_map_put(3) Inserts a new key and value into a qb_map_t.
- qb_map_rm(3) Removes a key/value pair from a map.
- qb_rb_chmod(3) Like 'chmod', it changes the mode of the ringbuffer's resources.
- qb_rb_chown(3) Like 'chown', it changes the owner and group of the ringbuffer's resources.
- qb_rb_chunk_alloc(3) Allocate space for a chunk of the given size.
- qb_rb_chunk_commit(3) Finalize the chunk.
- qb_rb_chunk_peek(3) Read (without reclaiming) the last chunk.
- qb_rb_chunk_read(3) Read the oldest chunk into data_out.
- qb_rb_chunk_reclaim(3) Reclaim the oldest chunk.
- qb_rb_chunk_write(3) Write a chunk to the ring buffer.
- qb_rb_chunks_used(3) The total number of chunks in the buffer.
- qb_rb_close(3) Dereference the ringbuffer and, if we are the last user, destroy it.
- qb_rb_create_from_file(3) Load the saved ring buffer from file into temporary memory.
- qb_rb_name_get(3) Get the name of the ringbuffer.
- qb_rb_open(3) Create the ring buffer with the given type.
- qb_rb_refcount_get(3) Get the reference count.
- qb_rb_shared_user_data_get(3) Get a point to user shared data area.
- qb_rb_space_free(3) The amount of free space in the ring buffer.
- qb_rb_space_used(3) The total amount of data in the buffer.
- qb_rb_write_to_file(3) Write the contents of the Ring Buffer to file.
- qb_skiplist_create(3) Create a sorted map using a skiplist.
- qb_strerror_r(3) strerror_r replacement.
- qb_thread_lock(3) Calls either pthread_mutex_lock() or pthread_spin_lock().
- qb_thread_lock_create(3) Create a new lock of the given type.
- qb_thread_lock_destroy(3) Calls either pthread_mutex_destro() or pthread_spin_destroy().
- qb_thread_trylock(3) Calls either pthread_mutex_trylock() or pthread_spin_trylock().
- qb_thread_unlock(3) Calls either pthread_mutex_unlock() or pthread_spin_unlock.
- qb_timespec_add_ms(3) Add milliseconds onto the timespec.
- qb_trie_create(3) Create a sorted map using a Patricia trie or "Radix tree".
- qb_trie_dump(3) print out the nodes in the trie
- qb_util_nano_current_get(3) Get the current number of nano secounds produced by the systems incrementing clock (CLOCK_MONOTOMIC if available).
- qb_util_nano_from_epoch_get(3) Get the time in nano seconds since epoch.
- qb_util_nano_monotonic_hz(3) Get the frequence of the clock used in qb_util_nano_current_get().
- qb_util_set_log_function(3) Use this function to output libqb internal log message as you wish.
- qb_util_stopwatch_create(3) Create a Stopwatch (to time operations)
- qb_util_stopwatch_free(3) Free the stopwatch.
- qb_util_stopwatch_sec_elapsed_get(3) Get the elapsed time in seconds.
- qb_util_stopwatch_split(3) Create a new time split (or lap time)
- qb_util_stopwatch_split_ctl(3)
- qb_util_stopwatch_split_last(3) Get the last split index to be used by qb_util_stopwatch_time_split_get()
- qb_util_stopwatch_start(3) Start the stopwatch.
- qb_util_stopwatch_stop(3) Stop the stopwatch.
- qb_util_stopwatch_time_split_get(3) Read the time split (in us) from "receint" to "older".
- qb_util_stopwatch_us_elapsed_get(3) Get the elapsed time in micro seconds.
- qb_util_timespec_from_epoch_get(3) Get the time in timespec since epoch.
- qbarray.h(3) This is a dynamic array (it can grow, but without moving memory).
- qbatomic.h(3) Basic atomic integer and pointer operations.
- qbdefs.h(3) These are some convience macros and defines.
- qbhdb.h(3) The handle database is for reference counting objects.
- qbipc_common.h(3) common types and definitions
- qbipcc.h(3) Client IPC API.
- qbipcs.h(3) Server IPC API.
- qblist.h(3) This is a kernel style list implementation.
- qblog.h(3) The logging API provides four main parts (basics, filtering, threading & blackbox).
- qbloop.h(3) Main loop manages timers, jobs and polling sockets.
- qbmap.h(3) This provides a map interface to a Patricia trie, hashtable or skiplist.
- qbrb.h(3) This implements a ring buffer that works in "chunks", not bytes.
- qbutil.h(3) These are some convience functions used throughout libqb.
- qecvt(3) convert a floating-point number to a string
- qsort(3) sort an array
- quorum_context_get(3) Gets the context variable for a QUORUM instance
- quorum_context_set(3) Sets the context variable for a QUORUM instance
- quorum_dispatch(3) Dispatches callbacks from the quorum service
- quorum_fd_get(3) Dispatches callbacks from the quorum service
- quorum_finalize(3) Terminate a connection to the quorum service
- quorum_getquorate(3) Gets the quorate status of the node.
- quorum_initialize(3) Create a new connection to the Quorum service
- quorum_model_initialize(3) Create a new connection to the Quorum service
- quorum_overview(3) Quorum Library Overview
- quorum_trackstart(3) Enable callbacks notification.
- quorum_trackstop(3) Disable callbacks notification.
- raise(3) send a signal to the caller
- rand(3) pseudo-random number generator
- random(3) random number generator
- random_r(3) reentrant random number generator
- rcmd(3) routines for returning a stream to a remote command
- rdma_accept(3) Called to accept a connection request.
- rdma_ack_cm_event(3) Free a communication event.
- rdma_bind_addr(3) Bind an RDMA identifier to a source address.
- rdma_connect(3) Initiate an active connection request.
- rdma_create_ep(3) Allocate a communication identifier and optional QP.
- rdma_create_event_channel(3) Open a channel used to report communication events.
- rdma_create_id(3) Allocate a communication identifier.
- rdma_create_qp(3) Allocate a QP.
- rdma_create_srq(3) Allocate a shared receive queue.
- rdma_dereg_mr(3) deregisters a registered memory region.
- rdma_destroy_ep(3) Release a communication identifier.
- rdma_destroy_event_channel(3) Close an event communication channel.
- rdma_destroy_id(3) Release a communication identifier.
- rdma_destroy_qp(3) Deallocate a QP.
- rdma_destroy_srq(3) Deallocate a SRQ.
- rdma_disconnect(3) This function disconnects a connection.
- rdma_establish(3) Complete an active connection request.
- rdma_event_str(3) Returns a string representation of an rdma cm event.
- rdma_free_devices(3) Frees the list of devices returned by rdma_get_devices.
- rdma_get_cm_event(3) Retrieves the next pending communication event.
- rdma_get_devices(3) Get a list of RDMA devices currently available.
- rdma_get_dst_port(3) Returns the remote port number of a bound rdma_cm_id.
- rdma_get_local_addr(3) Returns the local IP address of a bound rdma_cm_id.
- rdma_get_peer_addr(3) Returns the remote IP address of a bound rdma_cm_id.
- rdma_get_recv_comp(3) retrieves a completed receive request.
- rdma_get_remote_ece(3) Get remote ECE paraemters as received from the peer.
- rdma_get_request(3) Retrieves the next pending connection request event.
- rdma_get_send_comp(3) retrieves a completed send, read, or write request.
- rdma_get_src_port(3) Returns the local port number of a bound rdma_cm_id.
- rdma_getaddrinfo(3) Provides transport independent address translation.
- rdma_init_qp_attr(3) Returns qp attributes of an rdma_cm_id.
- rdma_join_multicast(3) Joins a multicast group.
- rdma_join_multicast_ex(3) Joins a multicast group with extended options.
- rdma_leave_multicast(3) Leaves a multicast group.
- rdma_listen(3) Listen for incoming connection requests.
- rdma_migrate_id(3) Move a communication identifier to a different event channel.
- rdma_notify(3) Notifies the librdmacm of an asynchronous event.
- rdma_post_read(3) post an RDMA read work request.
- rdma_post_readv(3) post an RDMA read work request.
- rdma_post_recv(3) post a work request to receive an incoming message.
- rdma_post_recvv(3) post a work request to receive incoming messages.
- rdma_post_send(3) post a work request to send a message.
- rdma_post_sendv(3) post a work request to send a message.
- rdma_post_ud_send(3) post a work request to send a datagram.
- rdma_post_write(3) post an RDMA write work request.
- rdma_post_writev(3) post an RDMA write work request.
- rdma_reg_msgs(3) register data buffer(s) for sending or receiving messages.
- rdma_reg_read(3) register data buffer(s) for remote RDMA read access.
- rdma_reg_write(3) register data buffer(s) for remote RDMA write access.
- rdma_reject(3) Called to reject a connection request.
- rdma_resolve_addr(3) Resolve destination and optional source addresses.
- rdma_resolve_route(3) Resolve the route information needed to establish a connection.
- rdma_set_local_ece(3) Set local ECE paraemters to be used for REQ/REP communication.
- rdma_set_option(3) Set communication options for an rdma_cm_id.
- re_comp(3) BSD regex functions
- readdir(3) read a directory
- readdir_r(3) read a directory
- realpath(3) return the canonicalized absolute pathname
- recno(3) record number database access method
- recursive_key_scan(3) apply a function to all keys in a keyring tree
- redland(3) Resource Description Framework (RDF) Library
- reflector_aux_grp(3) Householder reflectors
- regex(3) POSIX regex functions
- remainder(3) floating-point remainder function
- remove(3) remove a file or directory
- remquo(3) remainder and part of quotient
- resolver(3) resolver routines
- rewinddir(3) reset directory stream
- rexec(3) return stream to a remote command
- rint(3) round to nearest integer
- rmd160(3) calculate the ``RIPEMD-160'' message digest
- rot(3) rot: apply plane rotation ([cz]rot in LAPACK)
- rot_aux_grp(3) Givens/Jacobi plane rotations
- rot_comp(3) --- Givens/Jacobi plane rotations ---
- rotg(3) rotg: generate plane rotation (cf. lartg)
- rotm(3) rotm: apply modified (fast) plane rotation
- rotmg(3) rotmg: generate modified (fast) plane rotation
- round(3) round to nearest integer, away from zero
- roundup(3) round up in steps
- roundup_lwork(3) roundup_lwork: fix rounding integer to float
- rpc(3) library routines for remote procedure calls
- rpmatch(3) determine if the answer to a question is affirmative or negative
- rquota(3) implement quotas on remote machines
- rs256_pk_new(3) FIDO2 COSE RS256 API
- rscl(3) rscl: scale vector by reciprocal
- rtime(3) get time from a remote machine
- rtnetlink(3) macros to manipulate rtnetlink messages