Manual pages
Scope: BSD Library Functions Manual.
[ Alias ↣ ] Name (section) | Brief |
---|---|
acl_add_perm(3) | Add a permission to an ACL permission set. |
acl_calc_mask(3) | Calculate the file group class mask. |
acl_check(3) | Check an ACL for validity. |
acl_clear_perms(3) | Clear all permissions from an ACL permission set. |
acl_cmp(3) | Compare two ACLs. |
acl_copy_entry(3) | Copy an ACL entry. |
acl_copy_ext(3) | Copy an ACL from internal to external representation. |
acl_copy_int(3) | Copy an ACL from external to internal representation. |
acl_create_entry(3) | Create a new ACL entry. |
acl_delete_def_file(3) | Delete a default ACL by filename. |
acl_delete_entry(3) | Delete an ACL entry. |
acl_delete_perm(3) | Delete a permission from an ACL permission set. |
acl_dup(3) | Duplicate an ACL. |
acl_entries(3) | Return the number of entries in an ACL. |
acl_equiv_mode(3) | Check for an equivalent ACL. |
acl_error(3) | Convert an ACL error code to a text message. |
acl_extended_fd(3) | Test for information in the ACL by file descriptor. |
acl_extended_file(3) | Test for information in ACLs by file name. |
acl_extended_file_nofollow(3) ↣ acl_extended_file(3) | Test for information in ACLs by file name. |
acl_free(3) | Release memory allocated to an ACL data object. |
acl_from_mode(3) | Create an ACL from file permission bits. |
acl_from_text(3) | Create an ACL from text. |
acl_get_entry(3) | Get an ACL entry. |
acl_get_fd(3) | Get an ACL by file descriptor. |
acl_get_file(3) | Get an ACL by filename. |
acl_get_perm(3) | Test for a permission in an ACL permission set. |
acl_get_permset(3) | Retrieve the permission set from an ACL entry. |
acl_get_qualifier(3) | Retrieve the qualifier from an ACL entry. |
acl_get_tag_type(3) | Get the tag type of an ACL entry. |
acl_init(3) | Initialize ACL working storage. |
acl_set_fd(3) | Set an ACL by file descriptor. |
acl_set_file(3) | Set an ACL by filename. |
acl_set_permset(3) | Set the permission set in an ACL entry. |
acl_set_qualifier(3) | Set the qualifier of an ACL entry. |
acl_set_tag_type(3) | Set the tag type of an ACL entry. |
acl_size(3) | Get the size of the external representation of an ACL. |
acl_to_any_text(3) | Convert an ACL to text. |
acl_to_text(3) | Convert an ACL to text. |
acl_valid(3) | Validate an ACL. |
archive_entry(3) | Functions for managing ar‐. |
archive_entry_acl(3) | … |
archive_entry_linkify(3) | … |
archive_entry_paths(3) | … |
archive_entry_perms(3) | … |
archive_entry_stat(3) | … |
archive_entry_time(3) | … |
archive_read(3) | Functions for reading streaming archives. |
archive_read_add_passphrase(3) | Functions for reading encrypted archives. |
archive_read_data(3) | Functions for. |
archive_read_disk(3) | … |
archive_read_extract(3) | Functions for reading. |
archive_read_filter(3) | … |
archive_read_format(3) | … |
archive_read_free(3) | Functions for reading streaming archives. |
archive_read_header(3) | Functions for reading streaming archives. |
archive_read_new(3) | Functions for reading streaming archives. |
archive_read_open(3) | … |
archive_read_set_options(3) | … |
archive_util(3) | … |
archive_write(3) | Functions for creating archives. |
archive_write_blocksize(3) | … |
archive_write_data(3) | Functions for creating archives. |
archive_write_disk(3) | … |
archive_write_filter(3) | … |
archive_write_finish_entry(3) | Functions for creating archives. |
archive_write_format(3) | … |
archive_write_free(3) | Functions for creating ar‐. |
archive_write_header(3) | Functions for creating archives. |
archive_write_new(3) | Functions for creating archives. |
archive_write_open(3) | … |
archive_write_set_options(3) | … |
archive_write_set_passphrase(3) | Functions for writing encrypted archives. |
arg_printusage(3) | Collect command line options. |
bindresvport(3t) | Bind a socket to a privileged IP port. |
blake2(3) | … |
CIRCLEQ_ENTRY(3) ↣ queue(3) | … |
CIRCLEQ_HEAD(3) ↣ queue(3) | … |
CIRCLEQ_INIT(3) ↣ queue(3) | … |
CIRCLEQ_INSERT_AFTER(3) ↣ queue(3) | … |
CIRCLEQ_INSERT_BEFORE(3) ↣ queue(3) | … |
CIRCLEQ_INSERT_HEAD(3) ↣ queue(3) | … |
CIRCLEQ_INSERT_TAIL(3) ↣ queue(3) | … |
CIRCLEQ_REMOVE(3) ↣ queue(3) | … |
ck_array_buffer(3) | Return length and pointer to array of reader-visible pointers. |
ck_array_commit(3) | Linearization point for mutations before commit call. |
ck_array_deinit(3) | Destroy and deinitialize a pointer array. |
CK_ARRAY_FOREACH(3) | Iterate through an array. |
ck_array_init(3) | Initialize a pointer array. |
ck_array_initialized(3) | Indicates whether an array was recently initialized or deinitialized. |
ck_array_length(3) | Returns the number of pointers committed to an array. |
ck_array_put(3) | Attempt immediate or deferred insertion of a pointer into array. |
ck_array_put_unique(3) | Attempt immediate or deferred insertion of a unique pointer into array. |
ck_array_remove(3) | Attempt immediate or deferred removal of a pointer from an array. |
ck_bitmap_base(3) | Determine the size of a bit array in bytes. |
ck_bitmap_bits(3) | Return number of addressable bits in bitmap. |
ck_bitmap_bts(3) | Set the bit at the specified index and fetch its original value. |
ck_bitmap_buffer(3) | Returns pointer to bit array. |
ck_bitmap_clear(3) | Reset all bits. |
ck_bitmap_init(3) | Initialize a bitmap. |
ck_bitmap_iterator_init(3) | Initialize bitmap iterator. |
ck_bitmap_next(3) | Iterate to the next set bit in bitmap. |
ck_bitmap_reset(3) | Resets the bit at the specified index. |
ck_bitmap_set(3) | Set the bit at the specified index. |
ck_bitmap_size(3) | Returns necessary number of bytes for bitmap. |
ck_bitmap_test(3) | Determine if the bit at the specified index is set. |
ck_bitmap_union(3) | Generates union of two bitmaps. |
ck_brlock(3) | … |
ck_cohort(3) | Generalized interface for lock cohorts. |
CK_COHORT_INIT(3) | Initialize instance of a cohort type. |
CK_COHORT_INSTANCE(3) | Declare an instance of a cohort type. |
CK_COHORT_LOCK(3) | Acquire cohort lock. |
CK_COHORT_PROTOTYPE(3) | Define cohort type with specified lock types. |
CK_COHORT_TRYLOCK(3) | Try to acquire cohort lock. |
CK_COHORT_TRYLOCK_PROTOTYPE(3) | Define cohort type with specified lock types. |
CK_COHORT_UNLOCK(3) | Release cohort lock. |
ck_elide(3) | … |
ck_epoch_barrier(3) | Block until a grace period and all callbacks have been dispatched. |
ck_epoch_begin(3) | Begin epoch-protected segment of execution. |
ck_epoch_call(3) | Defer function execution until a grace period. |
ck_epoch_end(3) | End epoch-protected segment of execution. |
ck_epoch_init(3) | Initialize epoch reclamation object. |
ck_epoch_poll(3) | Non-blocking poll of epoch object for dispatch cycles. |
ck_epoch_reclaim(3) | Immediately execute all deferred callbacks. |
ck_epoch_recycle(3) | Return an epoch record that may be used by caller. |
ck_epoch_register(3) | Register a thread for epoch reclamation. |
ck_epoch_synchronize(3) | Block until a grace period has been detected. |
ck_epoch_unregister(3) | Unregister a thread for epoch reclamation. |
ck_hs_apply(3) | Apply a function to hash set value. |
ck_hs_count(3) | Returns number of entries in hash set. |
ck_hs_destroy(3) | Destroy hash set. |
ck_hs_fas(3) | Fetch and store key in hash set. |
ck_hs_gc(3) | Perform maintenance on a hash set. |
ck_hs_get(3) | Load a key from a hash set. |
ck_hs_grow(3) | Enlarge hash set capacity. |
CK_HS_HASH(3) | Invoke hash function with hash set seed. |
ck_hs_init(3) | Initialize a hash set. |
ck_hs_iterator_init(3) | Initialize hash set iterator. |
ck_hs_move(3) | Move one from hash set to another. |
ck_hs_next(3) | Iterate to next entry in hash set. |
ck_hs_put(3) | Store unique key into a hash set. |
ck_hs_put_unique(3) | Unconditionally store unique key into a hash set. |
ck_hs_rebuild(3) | Rebuild a hash set. |
ck_hs_remove(3) | Remove key from a hash set. |
ck_hs_reset(3) | Remove all keys from a hash set. |
ck_hs_reset_size(3) | Remove all keys from a hash set. |
ck_hs_set(3) | Store key into a hash set. |
ck_hs_stat(3) | Get hash set status. |
ck_ht_count(3) | Return count of key-value pairs in hash table. |
ck_ht_destroy(3) | Immediately destroy a hash table. |
ck_ht_entry_empty(3) | Determine whether entry contains a key-value pair. |
ck_ht_entry_key(3) | Return pointer to key as specified in hash table entry. |
ck_ht_entry_key_direct(3) | Return key value as specified in hash table entry. |
ck_ht_entry_key_length(3) | Returns the length of the key specified in the argument. |
ck_ht_entry_key_set(3) | Initialize pointer to key in hash table entry. |
ck_ht_entry_key_set_direct(3) | Initialize key value in hash table entry. |
ck_ht_entry_set(3) | Initialize a key-value pair. |
ck_ht_entry_set_direct(3) | Initialize a key-value pair. |
ck_ht_entry_value(3) | Return pointer to value as specified in hash table entry. |
ck_ht_entry_value_direct(3) | Return value as specified in hash table entry. |
ck_ht_gc(3) | Perform maintenance on a hash table. |
ck_ht_get_spmc(3) | Load a key-value pair from a hash table. |
ck_ht_grow_spmc(3) | Resize a hash table if necessary. |
ck_ht_hash(3) | Generate a hash value for a hash table. |
ck_ht_hash_direct(3) | Generate a hash value for a hash table. |
ck_ht_init(3) | Initialize a hash table. |
ck_ht_iterator_init(3) | Initialize hash table iterator. |
ck_ht_next(3) | Iterate to next entry in hash table. |
ck_ht_put_spmc(3) | Store unique key-value pair into hash table. |
ck_ht_remove_spmc(3) | Resize a hash table if necessary. |
ck_ht_reset_size_spmc(3) | Remove all entries from a hash table and reset size. |
ck_ht_reset_spmc(3) | Remove all entries from a hash table. |
ck_ht_set_spmc(3) | Store key-value pair into hash table. |
ck_ht_stat(3) | Get hash table status. |
ck_pflock(3) | Cen‐. |
ck_pr(3) | Concurrency primitives interface. |
ck_pr_add(3) | … |
ck_pr_and(3) | … |
ck_pr_barrier(3) | Compiler optimization barrier. |
ck_pr_btc(3) | Atomic bit test-and-. |
ck_pr_btr(3) | Atomic bit test-and-. |
ck_pr_bts(3) | Atomic bit test-and-set. |
ck_pr_cas(3) | … |
ck_pr_dec(3) | … |
ck_pr_faa(3) | … |
ck_pr_fas(3) | … |
ck_pr_fence_acquire(3) | Enforce acquire semantics. |
ck_pr_fence_atomic(3) | Enforce partial ordering of atomic read-modify-write operations. |
ck_pr_fence_atomic_load(3) | Enforce ordering of atomic read-modify-write operations to load operations. |
ck_pr_fence_atomic_store(3) | Enforce ordering of atomic read-modify-write operations to store operations. |
ck_pr_fence_load(3) | Enforce partial ordering of load operations. |
ck_pr_fence_load_atomic(3) | Enforce ordering of load operations to atomic read-modify-write operations. |
ck_pr_fence_load_depends(3) | Data dependency barrier. |
ck_pr_fence_load_store(3) | Enforce ordering of load operations to store operations. |
ck_pr_fence_memory(3) | Enforce partial ordering of all memory operations. |
ck_pr_fence_release(3) | Enforce release semantics. |
ck_pr_fence_store(3) | Enforce partial ordering of store operations. |
ck_pr_fence_store_atomic(3) | Enforce ordering of store operations to load operations. |
ck_pr_fence_store_load(3) | Enforce ordering of store operations to load operations. |
ck_pr_inc(3) | … |
ck_pr_load(3) | … |
ck_pr_neg(3) | … |
ck_pr_not(3) | … |
ck_pr_or(3) | … |
ck_pr_rtm(3) | Restricted transactional memory. |
ck_pr_stall(3) | Busy-wait primitive. |
ck_pr_store(3) | … |
ck_pr_sub(3) | … |
ck_pr_xor(3) | … |
ck_queue(3) | … |
ck_rhs_apply(3) | Apply a function to hash set value. |
ck_rhs_count(3) | Returns number of entries in hash set. |
ck_rhs_destroy(3) | Destroy hash set. |
ck_rhs_fas(3) | Fetch and store key in hash set. |
ck_rhs_gc(3) | Perform maintenance on a hash set. |
ck_rhs_get(3) | Load a key from a hash set. |
ck_rhs_grow(3) | Enlarge hash set capacity. |
CK_RHS_HASH(3) | Invoke hash function with hash set seed. |
ck_rhs_init(3) | Initialize a hash set. |
ck_rhs_iterator_init(3) | Initialize hash set iterator. |
ck_rhs_move(3) | Move one from hash set to another. |
ck_rhs_next(3) | Iterate to next entry in hash set. |
ck_rhs_put(3) | Store unique key into a hash set. |
ck_rhs_put_unique(3) | Unconditionally store unique key into a hash set. |
ck_rhs_rebuild(3) | Rebuild a hash set. |
ck_rhs_remove(3) | Remove key from a hash set. |
ck_rhs_reset(3) | Remove all keys from a hash set. |
ck_rhs_reset_size(3) | Remove all keys from a hash set. |
ck_rhs_set(3) | Store key into a hash set. |
ck_rhs_stat(3) | Get hash set status. |
ck_ring_capacity(3) | Returns number of pointer slots in bounded FIFO. |
ck_ring_dequeue_spmc(3) | Dequeue pointer from bounded FIFO. |
ck_ring_dequeue_spsc(3) | Dequeue pointer from bounded FIFO. |
ck_ring_enqueue_spmc(3) | Enqueue pointer into bounded FIFO. |
ck_ring_enqueue_spmc_size(3) | Enqueue pointer into bounded FIFO and return size of buffer. |
ck_ring_enqueue_spsc(3) | Enqueue pointer into bounded FIFO. |
ck_ring_enqueue_spsc_size(3) | Enqueue pointer into bounded FIFO and return size of buffer. |
ck_ring_init(3) | Initialize bounded FIFO. |
ck_ring_size(3) | Return number of pointers enqueued in bounded FIFO. |
ck_ring_trydequeue_spmc(3) | Dequeue from bounded FIFO and allow for spurious failure. |
ck_rwcohort(3) | Generalized interface for reader-writer locks using cohort locks. |
CK_RWCOHORT_INIT(3) | Initialize instance of a cohort-based reader-writer lock type. |
CK_RWCOHORT_INSTANCE(3) | Declare an instance of a cohort-based reader-writer lock type. |
CK_RWCOHORT_PROTOTYPE(3) | Define reader-writer cohort-based lock using the specified cohort type. |
CK_RWCOHORT_READ_LOCK(3) | Acquire read-only permission for cohort-based reader-writer lock. |
CK_RWCOHORT_READ_UNLOCK(3) | Relinquish read-only access to cohort-based reader-writer lock. |
CK_RWCOHORT_WRITE_LOCK(3) | Acquite write access for a cohort-based reader-writer lock. |
CK_RWCOHORT_WRITE_UNLOCK(3) | Relinquish write access for cohort-based reader-writer lock. |
ck_rwlock(3) | … |
ck_sequence(3) | … |
ck_spinlock(3) | … |
ck_swlock(3) | … |
ck_tflock(3) | … |
des_crypt(3t) | Fast DES encryption. |
dispatch(3) | The dispatch framework. |
dispatch_after(3) | Schedule blocks for deferred execution. |
dispatch_after_f(3) ↣ dispatch_after(3) | Schedule blocks for deferred execution. |
dispatch_api(3) | Designing API using dispatch. |
dispatch_apply(3) | Schedule blocks for iterative execution. |
dispatch_apply_f(3) ↣ dispatch_apply(3) | Schedule blocks for iterative execution. |
dispatch_async(3) | Schedule blocks for execution. |
dispatch_async_f(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_benchmark(3) | Measures block execution time. |
dispatch_benchmark_f(3) ↣ dispatch_benchmark(3) | Measures block execution time. |
dispatch_get_context(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_get_current_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_get_global_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_get_main_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_group_async(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_async_f(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_enter(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_leave(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_notify(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_notify_f(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_wait(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_main(3) ↣ dispatch_queue_create(3) | … |
dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_once(3) | Execute a block only once. |
dispatch_once_f(3) ↣ dispatch_once(3) | Execute a block only once. |
dispatch_queue_create(3) | … |
dispatch_queue_get_label(3) ↣ dispatch_queue_create(3) | … |
dispatch_release(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_resume(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_retain(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_semaphore_signal(3) ↣ dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_semaphore_wait(3) ↣ dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_set_context(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_set_finalizer_f(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_set_target_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_source_cancel(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_data(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_handle(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_mask(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_merge_data(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_cancel_handler(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_cancel_handler_f(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_event_handler(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_event_handler_f(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_timer(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_testcancel(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_suspend(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_sync(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_sync_f(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_time(3) | Calculate temporal milestones. |
dispatch_walltime(3) ↣ dispatch_time(3) | Calculate temporal milestones. |
dumbnet(3) | Dumb networking library. |
duo(3) | Duo authentication service. |
ecalloc(3) | Exit-on-failure wrapper functions. |
editline(3edit) | … |
editline.tn(3) | … |
el_deletestr(3) ↣ editline(3edit) | … |
el_end(3) ↣ editline(3edit) | … |
el_get(3) ↣ editline(3edit) | … |
el_getc(3) ↣ editline(3edit) | … |
el_gets(3) ↣ editline(3edit) | … |
el_init(3) ↣ editline(3edit) | … |
el_init_fd(3) ↣ editline(3edit) | … |
el_insertstr(3) ↣ editline(3edit) | … |
el_line(3) ↣ editline(3edit) | … |
el_parse(3) ↣ editline(3edit) | … |
el_push(3) ↣ editline(3edit) | … |
el_reset(3) ↣ editline(3edit) | … |
el_resize(3) ↣ editline(3edit) | … |
el_set(3) ↣ editline(3edit) | … |
el_source(3) ↣ editline(3edit) | … |
el_wdeletestr(3) ↣ editline(3edit) | … |
el_wget(3) ↣ editline(3edit) | … |
el_wgetc(3) ↣ editline(3edit) | … |
el_wgets(3) ↣ editline(3edit) | … |
el_winsertstr(3) ↣ editline(3edit) | … |
el_wline(3) ↣ editline(3edit) | … |
el_wparse(3) ↣ editline(3edit) | … |
el_wpush(3) ↣ editline(3edit) | … |
el_wset(3) ↣ editline(3edit) | … |
emalloc(3) | Exit-on-failure wrapper functions. |
eread(3) | Exit-on-failure wrapper functions. |
erealloc(3) | Exit-on-failure wrapper functions. |
esetenv(3) | Exit-on-failure wrapper functions. |
estrdup(3) | Exit-on-failure wrapper functions. |
evdns(3) | … |
event(3) | … |
ewrite(3) | Exit-on-failure wrapper functions. |
fec(3) | An erasure code in GF(2^m). |
ffi(3) | Foreign Function Interface. |
ffi_call(3) | Invoke a foreign function. |
ffi_prep_cif(3) | Prepare a ffi_cif structure for use with ffi_call. |
ffi_prep_cif_var(3) | Prepare a ffi_cif structure for use with ffi_call for variadic functions. |
freefare(3) | … |
freefare_error(3) | Error Reporting Func‐. |
freefare_free_tags(3) ↣ freefare(3) | … |
freefare_get_tag_friendly_name(3) ↣ freefare(3) | … |
freefare_get_tag_type(3) ↣ freefare(3) | … |
freefare_get_tag_uid(3) ↣ freefare(3) | … |
freefare_get_tags(3) ↣ freefare(3) | … |
freefare_perror(3) ↣ freefare_error(3) | Error Reporting Func‐. |
freefare_strerror(3) ↣ freefare_error(3) | Error Reporting Func‐. |
freefare_strerror_r(3) ↣ freefare_error(3) | Error Reporting Func‐. |
getarg(3) | Collect command line options. |
getnetconfig(3t) | Get network. |
getnetpath(3t) | Get /etc/netconfig entry corresponding to NETPATH component. |
getrpcent(3t) | Get RPC entry. |
getrpcport(3t) | Get RPC port number. |
gss_accept_sec_context(3) | … |
gss_acquire_cred(3) | … |
gss_add_cred(3) | … |
gss_add_oid_set_member(3) | … |
gss_canonicalize_name(3) | … |
gss_compare_name(3) | … |
gss_context_time(3) | … |
gss_create_empty_oid_set(3) | … |
gss_delete_sec_context(3) | … |
gss_display_name(3) | … |
gss_display_status(3) | … |
gss_duplicate_name(3) | … |
gss_export_name(3) | … |
gss_export_sec_context(3) | … |
gss_get_mic(3) | … |
gss_import_name(3) | … |
gss_import_sec_context(3) | … |
gss_indicate_mechs(3) | … |
gss_init_sec_context(3) | … |
gss_inquire_context(3) | … |
gss_inquire_cred(3) | … |
gss_inquire_cred_by_mech(3) | … |
gss_inquire_mechs_for_name(3) | … |
gss_inquire_names_for_mech(3) | … |
gss_krb5_ccache_name(3) | … |
gss_krb5_compat_des3_mic(3) | … |
gss_krb5_copy_ccache(3) | … |
gss_krb5_get_tkt_flags(3) | … |
gss_krb5_import_ccache(3) | … |
gss_krb5_import_cred(3) | … |
gss_process_context_token(3) | … |
gss_release_buffer(3) | … |
gss_release_cred(3) | … |
gss_release_name(3) | … |
gss_release_oid_set(3) | … |
gss_seal(3) | … |
gss_sign(3) | … |
gss_test_oid_set_member(3) | … |
gss_unseal(3) | … |
gss_unwrap(3) | … |
gss_verify(3) | … |
gss_verify_mic(3) | … |
gss_wrap(3) | … |
gss_wrap_size_limit(3) | … |
gssapi(3) | Generic Security Service Application Program Interface library. |
gsskrb5_extract_authz_data_from_sec_context(3) | … |
gsskrb5_register_acceptor_identity(3) | … |
history(3) ↣ editline(3edit) | … |
history_end(3) ↣ editline(3edit) | … |
history_init(3) ↣ editline(3edit) | … |
history_w(3) ↣ editline(3edit) | … |
history_wend(3) ↣ editline(3edit) | … |
history_winit(3) ↣ editline(3edit) | … |
ipsec_set_policy(3) | Manipulate IPsec policy specification structure from. |
ipsec_strerror(3) | Error messages for the IPsec policy manipulation library. |
ipx(3) | IPX address conversion routines. |
ipx_addr(3) ↣ ipx(3) | IPX address conversion routines. |
ipx_ntoa(3) ↣ ipx(3) | IPX address conversion routines. |
k_afs_cell_of_file(3) | … |
k_hasafs(3) | … |
k_hasafs_recheck(3) | … |
k_pioctl(3) | … |
k_setpag(3) | … |
k_unlog(3) | … |
kadm5_add_passwd_quality_verifier(3) | … |
kadm5_check_password_quality(3) | … |
kadm5_pwcheck(3) | … |
kadm5_setup_passwd_quality_check(3) | … |
kafs(3) | … |
kafs_set_verbose(3) | … |
kafs_settoken(3) | … |
kafs_settoken5(3) | … |
kafs_settoken_rxkad(3) | … |
krb524_convert_creds_kdc(3) | Converts Kerberos 5 credentials to Kerberos 4 cre‐. |
krb524_convert_creds_kdc_ccache(3) | Converts Kerberos 5 credentials to Kerberos 4 cre‐. |
krb5_425_conv_principal(3) | Converts to and from version 4. |
krb5_425_conv_principal_ext(3) | Converts to and from version 4. |
krb5_524_conv_principal(3) | Converts to and from version 4. |
krb5_acl_match_file(3) | ACL matching functions. |
krb5_acl_match_string(3) | ACL matching functions. |
krb5_add_et_list(3) | … |
krb5_add_extra_addresses(3) | … |
krb5_add_ignore_addresses(3) | … |
krb5_addlog_dest(3) | … |
krb5_addlog_func(3) | … |
krb5_afslog(3) | … |
krb5_afslog_uid(3) | … |
krb5_aname_to_localname(3) | Converts a principal to a system local name. |
krb5_appdefault(3) | Get application configuration value. |
krb5_appdefault_boolean(3) | Get application configuration value. |
krb5_appdefault_string(3) | Get application configuration value. |
krb5_appdefault_time(3) | Get application configuration value. |
krb5_auth_con_addflags(3) | … |
krb5_auth_con_free(3) | … |
krb5_auth_con_genaddrs(3) | … |
krb5_auth_con_generatelocalsubkey(3) | … |
krb5_auth_con_getaddrs(3) | … |
krb5_auth_con_getauthenticator(3) | … |
krb5_auth_con_getflags(3) | … |
krb5_auth_con_getkey(3) | … |
krb5_auth_con_getlocalsubkey(3) | … |
krb5_auth_con_getrcache(3) | … |
krb5_auth_con_getremotesubkey(3) | … |
krb5_auth_con_getuserkey(3) | … |
krb5_auth_con_init(3) | … |
krb5_auth_con_initivector(3) | … |
krb5_auth_con_removeflags(3) | … |
krb5_auth_con_setaddrs(3) | … |
krb5_auth_con_setaddrs_from_fd(3) | … |
krb5_auth_con_setflags(3) | … |
krb5_auth_con_setivector(3) | … |
krb5_auth_con_setkey(3) | … |
krb5_auth_con_setlocalsubkey(3) | … |
krb5_auth_con_setrcache(3) | … |
krb5_auth_con_setremotesubkey(3) | … |
krb5_auth_con_setuserkey(3) | … |
krb5_auth_context(3) | … |
krb5_auth_getcksumtype(3) | … |
krb5_auth_getkeytype(3) | … |
krb5_auth_getlocalseqnumber(3) | … |
krb5_auth_getremoteseqnumber(3) | … |
krb5_auth_setcksumtype(3) | … |
krb5_auth_setkeytype(3) | … |
krb5_auth_setlocalseqnumber(3) | … |
krb5_auth_setremoteseqnumber(3) | … |
krb5_build_ap_req(3) | … |
krb5_build_principal(3) | … |
krb5_build_principal_ext(3) | … |
krb5_build_principal_va(3) | … |
krb5_build_principal_va_ext(3) | … |
krb5_c_block_size(3) | … |
krb5_c_checksum_length(3) | … |
krb5_c_decrypt(3) | … |
krb5_c_encrypt(3) | … |
krb5_c_encrypt_length(3) | … |
krb5_c_enctype_compare(3) | … |
krb5_c_get_checksum(3) | … |
krb5_c_is_coll_proof_cksum(3) | … |
krb5_c_is_keyed_cksum(3) | … |
krb5_c_keylength(3) | … |
krb5_c_make_checksum(3) | … |
krb5_c_make_random_key(3) | … |
krb5_c_set_checksum(3) | … |
krb5_c_valid_cksumtype(3) | … |
krb5_c_valid_enctype(3) | … |
krb5_c_verify_checksum(3) | … |
krb5_change_password(3) | Change. |
krb5_check_transited(3) | Realm. |
krb5_check_transited_realms(3) | Realm. |
krb5_checksum(3) | … |
krb5_checksum_disable(3) | … |
krb5_checksum_is_collision_proof(3) | … |
krb5_checksum_is_keyed(3) | … |
krb5_checksumsize(3) | … |
krb5_cksumtype_valid(3) | … |
krb5_closelog(3) | … |
krb5_context(3) | … |
krb5_copy_checksum(3) | … |
krb5_copy_creds(3) | Kerberos 5. |
krb5_copy_creds_contents(3) | Kerberos 5. |
krb5_copy_host_realm(3) | … |
krb5_copy_principal(3) | … |
krb5_create_checksum(3) | … |
krb5_creds(3) | Kerberos 5. |
krb5_crypto_get_checksum_type(3) | … |
krb5_crypto_getblocksize(3) | … |
krb5_crypto_getconfoundersize(3) | … |
krb5_crypto_getenctype(3) | … |
krb5_crypto_getpadsize(3) | … |
krb5_crypto_overhead(3) | … |
krb5_decrypt(3) | … |
krb5_decrypt_EncryptedData(3) | … |
krb5_decrypt_ivec(3) | … |
krb5_decrypt_ticket(3) | … |
krb5_digest(3) | … |
krb5_digest_alloc(3) | … |
krb5_digest_free(3) | … |
krb5_digest_get_a1_hash(3) | … |
krb5_digest_get_client_binding(3) | … |
krb5_digest_get_identifier(3) | … |
krb5_digest_get_opaque(3) | … |
krb5_digest_get_responseData(3) | … |
krb5_digest_get_rsp(3) | … |
krb5_digest_get_server_nonce(3) | … |
krb5_digest_get_tickets(3) | … |
krb5_digest_init_request(3) | … |
krb5_digest_request(3) | … |
krb5_digest_set_authentication_user(3) | … |
krb5_digest_set_authid(3) | … |
krb5_digest_set_client_nonce(3) | … |
krb5_digest_set_digest(3) | … |
krb5_digest_set_hostname(3) | … |
krb5_digest_set_identifier(3) | … |
krb5_digest_set_method(3) | … |
krb5_digest_set_nonceCount(3) | … |
krb5_digest_set_opaque(3) | … |
krb5_digest_set_qop(3) | … |
krb5_digest_set_realm(3) | … |
krb5_digest_set_server_cb(3) | … |
krb5_digest_set_server_nonce(3) | … |
krb5_digest_set_type(3) | … |
krb5_digest_set_uri(3) | … |
krb5_digest_set_username(3) | … |
krb5_domain_x500_decode(3) | Realm. |
krb5_domain_x500_encode(3) | Realm. |
krb5_eai_to_heim_errno(3) | Convert resolver error code to com_err error codes. |
krb5_encrypt(3) | … |
krb5_encrypt_EncryptedData(3) | … |
krb5_encrypt_ivec(3) | … |
krb5_enctype_disable(3) | … |
krb5_enctype_keysize(3) | … |
krb5_enctype_to_string(3) | … |
krb5_enctype_valid(3) | … |
krb5_error_from_rd_error(3) | Parse, free and read error. |
krb5_find_padata(3) | Kerberos 5 pre-authentication data handling functions. |
krb5_format_time(3) | Kerberos 5 time. |
krb5_free_authenticator(3) | … |
krb5_free_checksum(3) | … |
krb5_free_checksum_contents(3) | … |
krb5_free_config_files(3) | … |
krb5_free_context(3) | … |
krb5_free_cred_contents(3) | Kerberos 5. |
krb5_free_creds(3) | Kerberos 5. |
krb5_free_error(3) | Parse, free and read error. |
krb5_free_error_contents(3) | Parse, free and read error. |
krb5_free_host_realm(3) | … |
krb5_free_kdc_rep(3) | … |
krb5_free_krbhst(3) | … |
krb5_free_principal(3) | … |
krb5_free_salt(3) | … |
krb5_fwd_tgt_creds(3) | Get forwarded credentials from the KDC. |
krb5_generate_random_block(3) | Kerberos 5 random functions. |
krb5_get_all_client_addrs(3) | Return local addresses. |
krb5_get_all_server_addrs(3) | Return local addresses. |
krb5_get_credentials(3) | Get creden‐. |
krb5_get_credentials_with_flags(3) | Get creden‐. |
krb5_get_creds(3) | … |
krb5_get_creds_opt_add_options(3) | … |
krb5_get_creds_opt_alloc(3) | … |
krb5_get_creds_opt_free(3) | … |
krb5_get_creds_opt_set_enctype(3) | … |
krb5_get_creds_opt_set_impersonate(3) | … |
krb5_get_creds_opt_set_options(3) | … |
krb5_get_creds_opt_set_ticket(3) | … |
krb5_get_default_config_files(3) | … |
krb5_get_default_principal(3) | … |
krb5_get_default_realm(3) | … |
krb5_get_default_realms(3) | … |
krb5_get_dns_canonize_hostname(3) | … |
krb5_get_extra_addresses(3) | … |
krb5_get_fcache_version(3) | … |
krb5_get_forwarded_creds(3) | Get forwarded credentials from the KDC. |
krb5_get_host_realm(3) | … |
krb5_get_ignore_addresses(3) | … |
krb5_get_in_cred(3) | … |
krb5_get_in_tkt(3) | … |
krb5_get_in_tkt_with_keytab(3) | … |
krb5_get_in_tkt_with_password(3) | … |
krb5_get_in_tkt_with_skey(3) | … |
krb5_get_init_creds(3) | … |
krb5_get_init_creds_keytab(3) | … |
krb5_get_init_creds_opt(3) | … |
krb5_get_init_creds_opt_alloc(3) | … |
krb5_get_init_creds_opt_free(3) | … |
krb5_get_init_creds_opt_init(3) | … |
krb5_get_init_creds_opt_set_address_list(3) | … |
krb5_get_init_creds_opt_set_addressless(3) | … |
krb5_get_init_creds_opt_set_anonymous(3) | … |
krb5_get_init_creds_opt_set_canonicalize(3) | … |
krb5_get_init_creds_opt_set_default_flags(3) | … |
krb5_get_init_creds_opt_set_etype_list(3) | … |
krb5_get_init_creds_opt_set_forwardable(3) | … |
krb5_get_init_creds_opt_set_pa_password(3) | … |
krb5_get_init_creds_opt_set_paq_request(3) | … |
krb5_get_init_creds_opt_set_preauth_list(3) | … |
krb5_get_init_creds_opt_set_proxiable(3) | … |
krb5_get_init_creds_opt_set_renew_life(3) | … |
krb5_get_init_creds_opt_set_salt(3) | … |
krb5_get_init_creds_opt_set_tkt_life(3) | … |
krb5_get_init_creds_opt_set_win2k(3) | … |
krb5_get_init_creds_password(3) | … |
krb5_get_kdc_cred(3) | Get creden‐. |
krb5_get_kdc_sec_offset(3) | … |
krb5_get_krb524hst(3) | … |
krb5_get_krb_admin_hst(3) | … |
krb5_get_krb_changepw_hst(3) | … |
krb5_get_krbhst(3) | … |
krb5_get_max_time_skew(3) | … |
krb5_get_pw_salt(3) | … |
krb5_get_renewed_creds(3) | Get creden‐. |
krb5_get_server_rcache(3) | … |
krb5_get_use_admin_kdc(3) | … |
krb5_get_wrapped_length(3) | … |
krb5_getportbyname(3) | Get port number by name. |
krb5_h_errno_to_heim_errno(3) | Convert resolver error code to com_err error codes. |
krb5_hmac(3) | … |
krb5_init_context(3) | … |
krb5_init_ets(3) | … |
krb5_initlog(3) | … |
krb5_is_thread_safe(3) | Is the Kerberos library compiled with multithread support. |
krb5_krbhst_format_string(3) | … |
krb5_krbhst_free(3) | … |
krb5_krbhst_get_addrinfo(3) | … |
krb5_krbhst_init(3) | … |
krb5_krbhst_init_flags(3) | … |
krb5_krbhst_next(3) | … |
krb5_krbhst_next_as_string(3) | … |
krb5_krbhst_reset(3) | … |
krb5_log(3) | … |
krb5_log_msg(3) | … |
krb5_make_principal(3) | … |
krb5_mk_priv(3) | Generates integrity protected and/or encrypted messages. |
krb5_mk_rep(3) | … |
krb5_mk_rep_exact(3) | … |
krb5_mk_rep_extended(3) | … |
krb5_mk_req(3) | … |
krb5_mk_req_exact(3) | … |
krb5_mk_req_extended(3) | … |
krb5_mk_safe(3) | Generates integrity protected and/or encrypted messages. |
krb5_openlog(3) | … |
krb5_padata_add(3) | Kerberos 5 pre-authentication data handling functions. |
krb5_parse_name(3) | … |
krb5_parse_name_flags(3) | … |
krb5_parse_nametype(3) | … |
krb5_passwd_result_to_string(3) | Change. |
krb5_password_key_proc(3) | … |
krb5_prepend_config_files(3) | … |
krb5_prepend_config_files_default(3) | … |
krb5_princ_set_realm(3) | … |
krb5_principal(3) | … |
krb5_principal_compare(3) | … |
krb5_principal_compare_any_realm(3) | … |
krb5_principal_get_comp_string(3) | … |
krb5_principal_get_realm(3) | … |
krb5_principal_get_type(3) | … |
krb5_principal_match(3) | … |
krb5_principal_set_type(3) | … |
krb5_prompt(3) | … |
krb5_prompter_posix(3) | … |
krb5_pwcheck(3) | … |
krb5_rc_close(3) | … |
krb5_rc_default(3) | … |
krb5_rc_default_name(3) | … |
krb5_rc_default_type(3) | … |
krb5_rc_destroy(3) | … |
krb5_rc_expunge(3) | … |
krb5_rc_get_lifespan(3) | … |
krb5_rc_get_name(3) | … |
krb5_rc_get_type(3) | … |
krb5_rc_initialize(3) | … |
krb5_rc_recover(3) | … |
krb5_rc_resolve(3) | … |
krb5_rc_resolve_full(3) | … |
krb5_rc_resolve_type(3) | … |
krb5_rc_store(3) | … |
krb5_rcache(3) | … |
krb5_rd_error(3) | Parse, free and read error. |
krb5_rd_priv(3) | Verifies authenticity of messages. |
krb5_rd_rep(3) | … |
krb5_rd_req(3) | … |
krb5_rd_req_with_keyblock(3) | … |
krb5_rd_safe(3) | Verifies authenticity of messages. |
krb5_realm_compare(3) | … |
krb5_set_config_files(3) | … |
krb5_set_default_realm(3) | … |
krb5_set_dns_canonize_hostname(3) | … |
krb5_set_extra_addresses(3) | … |
krb5_set_fcache_version(3) | … |
krb5_set_ignore_addresses(3) | … |
krb5_set_max_time_skew(3) | … |
krb5_set_password(3) | Change. |
krb5_set_password_using_ccache(3) | Change. |
krb5_set_real_time(3) | Kerberos 5 time. |
krb5_set_use_admin_kdc(3) | … |
krb5_sname_to_principal(3) | … |
krb5_sock_to_principal(3) | … |
krb5_string_to_deltat(3) | Kerberos 5 time. |
krb5_string_to_enctype(3) | … |
krb5_string_to_key(3) | … |
krb5_string_to_key_data(3) | … |
krb5_string_to_key_data_salt(3) | … |
krb5_string_to_key_data_salt_opaque(3) | … |
krb5_string_to_key_salt(3) | … |
krb5_string_to_key_salt_opaque(3) | … |
krb5_timeofday(3) | Kerberos 5 time. |
krb5_unparse_name(3) | … |
krb5_unparse_name_fixed(3) | … |
krb5_unparse_name_fixed_flags(3) | … |
krb5_unparse_name_fixed_short(3) | … |
krb5_unparse_name_flags(3) | … |
krb5_unparse_name_short(3) | … |
krb5_us_timeofday(3) | Kerberos 5 time. |
krb5_verify_ap_req(3) | … |
krb5_verify_checksum(3) | … |
krb5_verify_init_creds(3) | Verifies. |
krb5_verify_init_creds_opt_init(3) | Verifies. |
krb5_verify_init_creds_opt_set_ap_req_nofail(3) | Verifies. |
krb5_verify_opt_alloc(3) | … |
krb5_verify_opt_free(3) | … |
krb5_verify_opt_init(3) | … |
krb5_verify_opt_set_ccache(3) | … |
krb5_verify_opt_set_flags(3) | … |
krb5_verify_opt_set_keytab(3) | … |
krb5_verify_opt_set_secure(3) | … |
krb5_verify_opt_set_service(3) | … |
krb5_verify_user(3) | … |
krb5_verify_user_lrealm(3) | … |
krb5_verify_user_opt(3) | … |
krb5_vlog(3) | … |
krb5_vlog_msg(3) | … |
krb_afslog(3) | … |
krb_afslog_uid(3) | … |
libarchive(3) | Functions for reading and writing streaming archives. |
libarchive_changes(3) | Changes in libarchive interface. |
libarchive_internals(3) | Description of libarchive internal interfaces. |
libbde(3) | Library to access the BitLocker Drive Encryption (BDE) format. |
libbfio(3) | Library to support (abstracted) basic file input/output (IO). |
libcidr(3) | CIDR-style IP address manipulation functions. |
libesedb(3) | Library to access the Extensible Storage Engine (ESE) Database File (EDB) format. |
libevt(3) | Library to access the Windows Event Log (EVT) format. |
libevtx(3) | Library to access the Windows XML Event Log (EVTX) format. |
libewf(3) | Library to access the Expert Witness Compression Format (EWF) file format. |
libfsntfs(3) | Library to access the Windows NT File System (NTFS) format. |
libfvde(3) | Library to access the FileVault Drive Encryption (FVDE) format. |
libfwnt(3) | Library to support common Windows NT specific formats. |
libfwsi(3) | Library to access the Windows Shell Item format. |
liblnk(3) | Library to access the Windows Shortcut File (LNK) format. |
libmagic(3) | … |
libmsiecf(3) | Library to access the MSIE Cache File (index.dat) format. |
libolecf(3) | Library to access the Object Linking and Embedding (OLE) Compound File (CF) format. |
libpff(3) | Library to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format. PFF is. |
libqcow(3) | Library to access the QEMU Copy-On-Write (QCOW) image format. |
libregf(3) | Library to access the Windows NT Registry File (REGF) format. |
libscca(3) | Library to access the Windows Prefetch File (PF) format. |
libsigscan(3) | Library for binary signature scanning. |
libsmdev(3) | Library to access and read storage media (SM) devices. |
libsmraw(3) | Library to access the storage media (SM) (split) RAW format. |
libutempter(3) ↣ utempter(3) | Utempter inter‐. |
libvhdi(3) | Library to access the Virtual Hard Disk (VHD) image format. |
libvmdk(3) | Library to access the VMware Virtual Disk (VMDK) format. |
libvshadow(3) | Library to access the Windows NT Volume Shadow Snapshot (VSS) format. |
libvslvm(3) | Library to access the Linux Logical Volume Manager (LVM) volume system. |
LIST_EMPTY(3) ↣ queue(3) | … |
LIST_ENTRY(3) ↣ queue(3) | … |
LIST_FIRST(3) ↣ queue(3) | … |
LIST_FOREACH(3) ↣ queue(3) | … |
LIST_HEAD(3) ↣ queue(3) | … |
LIST_HEAD_INITIALIZER(3) ↣ queue(3) | … |
LIST_INIT(3) ↣ queue(3) | … |
LIST_INSERT_AFTER(3) ↣ queue(3) | … |
LIST_INSERT_BEFORE(3) ↣ queue(3) | … |
LIST_INSERT_HEAD(3) ↣ queue(3) | … |
LIST_NEXT(3) ↣ queue(3) | … |
LIST_REMOVE(3) ↣ queue(3) | … |
mad(3) | … |
mad_free(3) ↣ mad(3) | … |
mad_get_aid(3) ↣ mad(3) | … |
mad_get_card_publisher_sector(3) ↣ mad(3) | … |
mad_get_version(3) ↣ mad(3) | … |
mad_new(3) ↣ mad(3) | … |
mad_read(3) ↣ mad(3) | … |
mad_set_aid(3) ↣ mad(3) | … |
mad_set_card_publisher_sector(3) ↣ mad(3) | … |
mad_set_version(3) ↣ mad(3) | … |
mad_write(3) ↣ mad(3) | … |
markdown(3) | Process Markdown documents. |
Mat_Close(3) | Closes an open MATLAB MAT file. |
Mat_CreateVer(3) | Creates a MATLAB MAT file. |
Mat_GetDir(3) | Returns a list of the variable names of a MATLAB MAT file given a MAT file. structure. |
Mat_GetFilename(3) | Returns the filename of a MATLAB MAT file given a MAT file structure. |
Mat_GetLibraryVersion(3) | Gets the version of the matio library. |
Mat_GetVersion(3) | Returns the version of a MATLAB MAT file given a MAT file structure. |
Mat_Open(3) | Opens a MATLAB MAT file. |
Mat_Rewind(3) | Rewinds an open MAT file to the beginning. |
Mat_VarAddStructField(3) | Adds a field to a structure array. |
Mat_VarCreate(3) | Creates a MAT variable structure. |
Mat_VarCreateStruct(3) | Creates a structure variable. |
Mat_VarDelete(3) | Deletes a MAT variable from a file. |
Mat_VarFree(3) | Frees a MAT variable structure. |
Mat_VarGetNumberOfFields(3) | Gets the number of fields for a structure variable. |
Mat_VarGetSize(3) | Calculates the size of a MAT variable in bytes. |
Mat_VarGetStructFieldnames(3) | Get the fieldnames of a structure variable. |
Mat_VarGetStructs(3) | Index a structure variable using slices of each dimension. |
Mat_VarGetStructsLinear(3) | Linearly index a structure variable. |
Mat_VarPrint(3) | Prints the information of a MAT variable to stdout. |
Mat_VarRead(3) | Reads the information and data for a specific variable in a MATLAB MAT file. |
Mat_VarReadInfo(3) | Reads the information for a specific variable in a MATLAB MAT file. |
Mat_VarReadNext(3) | Reads the information and data for the next variable in a MATLAB MAT file. |
Mat_VarReadNextInfo(3) | Reads the information for the next variable in a MATLAB MAT file. |
Mat_VarWrite(3) | Writes a MATLAB variable to a MATLAB MAT file. |
Mat_VarWriteAppend(3) | Writes/appends a MATLAB variable to an HDF5 format MATLAB MAT file. |
md2(3) | Calculate the RSA. |
MD2Data(3) ↣ md2(3) | Calculate the RSA. |
MD2End(3) ↣ md2(3) | Calculate the RSA. |
MD2File(3) ↣ md2(3) | Calculate the RSA. |
MD2FileChunk(3) ↣ md2(3) | Calculate the RSA. |
MD2Final(3) ↣ md2(3) | Calculate the RSA. |
MD2Init(3) ↣ md2(3) | Calculate the RSA. |
MD2Transform(3) ↣ md2(3) | Calculate the RSA. |
MD2Update(3) ↣ md2(3) | Calculate the RSA. |
md4(3) | Calculate the RSA. |
MD4Data(3) ↣ md4(3) | Calculate the RSA. |
MD4End(3) ↣ md4(3) | Calculate the RSA. |
MD4File(3) ↣ md4(3) | Calculate the RSA. |
MD4FileChunk(3) ↣ md4(3) | Calculate the RSA. |
MD4Final(3) ↣ md4(3) | Calculate the RSA. |
MD4Init(3) ↣ md4(3) | Calculate the RSA. |
MD4Pad(3) ↣ md4(3) | Calculate the RSA. |
MD4Transform(3) ↣ md4(3) | Calculate the RSA. |
MD4Update(3) ↣ md4(3) | Calculate the RSA. |
md5(3) | Calculate the RSA. |
MD5Data(3) ↣ md5(3) | Calculate the RSA. |
MD5End(3) ↣ md5(3) | Calculate the RSA. |
MD5File(3) ↣ md5(3) | Calculate the RSA. |
MD5FileChunk(3) ↣ md5(3) | Calculate the RSA. |
MD5Final(3) ↣ md5(3) | Calculate the RSA. |
MD5Init(3) ↣ md5(3) | Calculate the RSA. |
MD5Pad(3) ↣ md5(3) | Calculate the RSA. |
MD5Transform(3) ↣ md5(3) | Calculate the RSA. |
MD5Update(3) ↣ md5(3) | Calculate the RSA. |
mifare_application(3) | … |
mifare_application_alloc(3) ↣ mifare_application(3) | … |
mifare_application_find(3) ↣ mifare_application(3) | … |
mifare_application_free(3) ↣ mifare_application(3) | … |
mifare_application_read(3) ↣ mifare_application(3) | … |
mifare_application_write(3) ↣ mifare_application(3) | … |
mifare_classic(3) | … |
mifare_classic_authenticate(3) ↣ mifare_classic(3) | … |
mifare_classic_connect(3) ↣ mifare_classic(3) | … |
mifare_classic_decrement(3) ↣ mifare_classic(3) | … |
mifare_classic_disconnect(3) ↣ mifare_classic(3) | … |
mifare_classic_format_sector(3) ↣ mifare_classic(3) | … |
mifare_classic_get_data_block_permission(3) ↣ mifare_classic(3) | … |
mifare_classic_get_trailer_block_permission(3) ↣ mifare_classic(3) | … |
mifare_classic_get_uid(3) ↣ mifare_classic(3) | … |
mifare_classic_increment(3) ↣ mifare_classic(3) | … |
mifare_classic_init_value(3) ↣ mifare_classic(3) | … |
mifare_classic_read(3) ↣ mifare_classic(3) | … |
mifare_classic_read_value(3) ↣ mifare_classic(3) | … |
mifare_classic_restore(3) ↣ mifare_classic(3) | … |
mifare_classic_trailer_block(3) ↣ mifare_classic(3) | … |
mifare_classic_transfer(3) ↣ mifare_classic(3) | … |
mifare_classic_write(3) ↣ mifare_classic(3) | … |
mifare_desfire(3) | … |
mifare_desfire_3des_key_new(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_3des_key_new_with_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_3k3des_key_new(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_3k3des_key_new_with_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_abort_transaction(3) ↣ mifare_desfire(3) | … |
mifare_desfire_aes_key_new(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_aes_key_new_with_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_aid(3) | Mifare DESFire AID. |
mifare_desfire_aid_get_aid(3) ↣ mifare_desfire_aid(3) | Mifare DESFire AID. |
mifare_desfire_aid_new(3) ↣ mifare_desfire_aid(3) | Mifare DESFire AID. |
mifare_desfire_aid_new_with_mad_aid(3) ↣ mifare_desfire_aid(3) | Mifare DESFire AID. |
mifare_desfire_authenticate(3) ↣ mifare_desfire(3) | … |
mifare_desfire_authenticate_aes(3) ↣ mifare_desfire(3) | … |
mifare_desfire_authenticate_iso(3) ↣ mifare_desfire(3) | … |
mifare_desfire_change_file_settings(3) ↣ mifare_desfire(3) | … |
mifare_desfire_change_key(3) ↣ mifare_desfire(3) | … |
mifare_desfire_change_key_settings(3) ↣ mifare_desfire(3) | … |
mifare_desfire_clear_record_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_commit_transaction(3) ↣ mifare_desfire(3) | … |
mifare_desfire_connect(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_application(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_backup_data_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_cyclic_record_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_linear_record_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_std_data_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_create_value_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_credit(3) ↣ mifare_desfire(3) | … |
mifare_desfire_credit_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_debit(3) ↣ mifare_desfire(3) | … |
mifare_desfire_debit_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_delete_application(3) ↣ mifare_desfire(3) | … |
mifare_desfire_delete_file(3) ↣ mifare_desfire(3) | … |
mifare_desfire_des_key_new(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_des_key_new_with_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_disconnect(3) ↣ mifare_desfire(3) | … |
mifare_desfire_format_picc(3) ↣ mifare_desfire(3) | … |
mifare_desfire_free_application_ids(3) ↣ mifare_desfire(3) | … |
mifare_desfire_free_mem(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_application_ids(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_card_uid(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_file_ids(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_file_settings(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_key_settings(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_key_version(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_value(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_value_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_get_version(3) ↣ mifare_desfire(3) | … |
mifare_desfire_key(3) | … |
mifare_desfire_key_free(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_key_get_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_key_set_version(3) ↣ mifare_desfire_key(3) | … |
mifare_desfire_last_pcd_error(3) ↣ freefare_error(3) | Error Reporting Func‐. |
mifare_desfire_last_picc_error(3) ↣ freefare_error(3) | Error Reporting Func‐. |
mifare_desfire_limited_credit(3) ↣ mifare_desfire(3) | … |
mifare_desfire_limited_credit_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_read_data(3) ↣ mifare_desfire(3) | … |
mifare_desfire_read_data_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_read_records(3) ↣ mifare_desfire(3) | … |
mifare_desfire_read_records_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_select_application(3) ↣ mifare_desfire(3) | … |
mifare_desfire_set_ats(3) ↣ mifare_desfire(3) | … |
mifare_desfire_set_configuration(3) ↣ mifare_desfire(3) | … |
mifare_desfire_set_default_key(3) ↣ mifare_desfire(3) | … |
mifare_desfire_write_data(3) ↣ mifare_desfire(3) | … |
mifare_desfire_write_data_ex(3) ↣ mifare_desfire(3) | … |
mifare_desfire_write_record(3) ↣ mifare_desfire(3) | … |
mifare_desfire_write_record_ex(3) ↣ mifare_desfire(3) | … |
mifare_ultralight(3) | … |
mifare_ultralight_connect(3) ↣ mifare_ultralight(3) | … |
mifare_ultralight_disconnect(3) ↣ mifare_ultralight(3) | … |
mifare_ultralight_get_uid(3) ↣ mifare_ultralight(3) | … |
mifare_ultralight_read(3) ↣ mifare_ultralight(3) | … |
mifare_ultralight_write(3) ↣ mifare_ultralight(3) | … |
mifare_ultralightc_authenticate(3) ↣ mifare_ultralight(3) | … |
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. |
parse_time(3) | Parse and unparse time intervals. |
print_time_table(3) | Parse and unparse time intervals. |
pthread_workqueue(3) | Thread workqueue opera‐. |
queue(3) | … |
rpc(3t) | Library routines for remote procedure calls. |
rpc_clnt_auth(3t) | Library routines for client side remote. |
rpc_clnt_calls(3t) | … |
rpc_secure(3t) | Library routines for secure remote procedure calls. |
rpc_soc(3t) | … |
rpc_svc_calls(3t) | … |
rpc_svc_err(3t) | … |
rpc_svc_reg(3t) | Library routines for. |
rpc_xdr(3t) | … |
rpcbind(3t) | Library routines for RPC bind. |
rtbl(3) | … |
rtbl_add_column(3) | … |
rtbl_add_column_by_id(3) | … |
rtbl_add_column_entry(3) | … |
rtbl_add_column_entry_by_id(3) | … |
rtbl_create(3) | … |
rtbl_destroy(3) | … |
rtbl_format(3) | … |
rtbl_get_flags(3) | … |
rtbl_new_row(3) | … |
rtbl_set_column_affix_by_id(3) | … |
rtbl_set_column_prefix(3) | … |
rtbl_set_flags(3) | … |
rtbl_set_prefix(3) | … |
rtbl_set_separator(3) | … |
rtime(3t) | Get remote time. |
SLIST_EMPTY(3) ↣ queue(3) | … |
SLIST_ENTRY(3) ↣ queue(3) | … |
SLIST_FIRST(3) ↣ queue(3) | … |
SLIST_FOREACH(3) ↣ queue(3) | … |
SLIST_HEAD(3) ↣ queue(3) | … |
SLIST_HEAD_INITIALIZER(3) ↣ queue(3) | … |
SLIST_INIT(3) ↣ queue(3) | … |
SLIST_INSERT_AFTER(3) ↣ queue(3) | … |
SLIST_INSERT_HEAD(3) ↣ queue(3) | … |
SLIST_NEXT(3) ↣ queue(3) | … |
SLIST_REMOVE(3) ↣ queue(3) | … |
SLIST_REMOVE_HEAD(3) ↣ queue(3) | … |
STAILQ_CONCAT(3) ↣ queue(3) | … |
STAILQ_EMPTY(3) ↣ queue(3) | … |
STAILQ_ENTRY(3) ↣ queue(3) | … |
STAILQ_FIRST(3) ↣ queue(3) | … |
STAILQ_FOREACH(3) ↣ queue(3) | … |
STAILQ_HEAD(3) ↣ queue(3) | … |
STAILQ_HEAD_INITIALIZER(3) ↣ queue(3) | … |
STAILQ_INIT(3) ↣ queue(3) | … |
STAILQ_INSERT_AFTER(3) ↣ queue(3) | … |
STAILQ_INSERT_HEAD(3) ↣ queue(3) | … |
STAILQ_INSERT_TAIL(3) ↣ queue(3) | … |
STAILQ_NEXT(3) ↣ queue(3) | … |
STAILQ_REMOVE(3) ↣ queue(3) | … |
STAILQ_REMOVE_HEAD(3) ↣ queue(3) | … |
sysctl(3freebsd) | Get or set system information. |
TAILQ_CONCAT(3) ↣ queue(3) | … |
TAILQ_EMPTY(3) ↣ queue(3) | … |
TAILQ_ENTRY(3) ↣ queue(3) | … |
TAILQ_FIRST(3) ↣ queue(3) | … |
TAILQ_FOREACH(3) ↣ queue(3) | … |
TAILQ_FOREACH_REVERSE(3) ↣ queue(3) | … |
TAILQ_HEAD(3) ↣ queue(3) | … |
TAILQ_HEAD_INITIALIZER(3) ↣ queue(3) | … |
TAILQ_INIT(3) ↣ queue(3) | … |
TAILQ_INSERT_AFTER(3) ↣ queue(3) | … |
TAILQ_INSERT_BEFORE(3) ↣ queue(3) | … |
TAILQ_INSERT_HEAD(3) ↣ queue(3) | … |
TAILQ_INSERT_TAIL(3) ↣ queue(3) | … |
TAILQ_LAST(3) ↣ queue(3) | … |
TAILQ_NEXT(3) ↣ queue(3) | … |
TAILQ_PREV(3) ↣ queue(3) | … |
TAILQ_REMOVE(3) ↣ queue(3) | … |
TAILQ_SWAP(3) ↣ queue(3) | … |
tlv(3) | TLV Manipulation Functions. |
tlv_decode(3) ↣ tlv(3) | TLV Manipulation Functions. |
tlv_encode(3) ↣ tlv(3) | TLV Manipulation Functions. |
tok_end(3) ↣ editline(3edit) | … |
tok_init(3) ↣ editline(3edit) | … |
tok_line(3) ↣ editline(3edit) | … |
tok_reset(3) ↣ editline(3edit) | … |
tok_str(3) ↣ editline(3edit) | … |
tok_wend(3) ↣ editline(3edit) | … |
tok_winit(3) ↣ editline(3edit) | … |
tok_wline(3) ↣ editline(3edit) | … |
tok_wreset(3) ↣ editline(3edit) | … |
tok_wstr(3) ↣ editline(3edit) | … |
unparse_time(3) | Parse and unparse time intervals. |
unparse_time_approx(3) | Parse and unparse time intervals. |
utempter(3) | Utempter inter‐. |
utempter_add_record(3) ↣ utempter(3) | Utempter inter‐. |
utempter_remove_added_record(3) ↣ utempter(3) | Utempter inter‐. |
utempter_remove_record(3) ↣ utempter(3) | Utempter inter‐. |
utempter_set_helper(3) ↣ utempter(3) | Utempter inter‐. |
vc(3) | … |