Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- ARB_PROTOTYPE(3), ARB_PROTOTYPE_STATIC(3), ARB_PROTOTYPE_INSERT(3), ARB_PROTOTYPE_INSERT_COLOR(3), ARB_PROTOTYPE_REMOVE(3), ARB_PROTOTYPE_REMOVE_COLOR(3), ARB_PROTOTYPE_FIND(3), ARB_PROTOTYPE_NFIND(3), ARB_PROTOTYPE_NEXT(3), ARB_PROTOTYPE_PREV(3), ARB_PROTOTYPE_MINMAX(3), ARB_PROTOTYPE_REINSERT(3), ARB_GENERATE(3), ARB_GENERATE_STATIC(3), ARB_GENERATE_INSERT(3), ARB_GENERATE_INSERT_COLOR(3), ARB_GENERATE_REMOVE(3), ARB_GENERATE_REMOVE_COLOR(3), ARB_GENERATE_FIND(3), ARB_GENERATE_NFIND(3), ARB_GENERATE_NEXT(3), ARB_GENERATE_PREV(3), ARB_GENERATE_MINMAX(3), ARB_GENERATE_REINSERT(3), ARB8_ENTRY(3), ARB16_ENTRY(3), ARB32_ENTRY(3), ARB8_HEAD(3), ARB16_HEAD(3), ARB32_HEAD(3), ARB_ALLOCSIZE(3), ARB_INITIALIZER(3), ARB_ROOT(3), ARB_EMPTY(3), ARB_FULL(3), ARB_CURNODES(3), ARB_MAXNODES(3), ARB_NEXT(3), ARB_PREV(3), ARB_MIN(3), ARB_MAX(3), ARB_FIND(3), ARB_NFIND(3), ARB_LEFT(3), ARB_LEFTIDX(3), ARB_RIGHT(3), ARB_RIGHTIDX(3), ARB_PARENT(3), ARB_PARENTIDX(3), ARB_GETFREE(3), ARB_FREEIDX(3), ARB_FOREACH(3), ARB_FOREACH_FROM(3), ARB_FOREACH_SAFE(3), ARB_FOREACH_REVERSE(3), ARB_FOREACH_REVERSE_FROM(3), ARB_FOREACH_REVERSE_SAFE(3), ARB_INIT(3), ARB_INSERT(3), ARB_REMOVE(3), ARB_REINSERT(3), ARB_RESET_TREE(3)
- array-based red-black trees
- BITSET_DEFINE(9), bitset(9)(9)
- BITSET_DEFINE, BITSET_T_INITIALIZER, BITSET_FSET, BIT_CLR, BIT_COPY, BIT_ISSET, BIT_SET, BIT_ZERO, BIT_FILL, BIT_SETOF, BIT_EMPTY, BIT_ISFULLSET, BIT_FFS, BIT_FFS_AT, BIT_FLS, BIT_FOREACH_ISSET, BIT_FOREACH_ISCLR, BIT_COUNT, BIT_SUBSET, BIT_OVERLAP, BIT_CMP, BIT_OR, BIT_OR2, BIT_ORNOT, BIT_ORNOT2, BIT_AND, BIT_AND2, BIT_ANDNOT, BIT_ANDNOT2, BIT_XOR, BIT_XOR2, BIT_CLR_ATOMIC, BIT_SET_ATOMIC, BIT_SET_ATOMIC_ACQ, BIT_TEST_SET_ATOMIC, BIT_TEST_CLR_ATOMIC, BIT_AND_ATOMIC, BIT_OR_ATOMIC, BIT_COPY_STORE_REL bitset manipulation macros
- BUF_LOCKFREE(9)
- destroys a buffer's lock
- BUS_ADD_CHILD(9)
- add a device node to the tree with a given priority
- BUS_CHILD_DELETED(9)
- notify a bus device that a child is being deleted
- BUS_CHILD_DETACHED(9)
- notify a bus device that a child was detached
- BUS_CHILD_PNPINFO(9)
- obtain the plug and play information from a device
- BUS_CONFIG_INTR(9), bus_config_intr(9)
- configure interrupt polarity and trigger mode
- BUS_DESCRIBE_INTR(9), bus_describe_intr(9)
- associate a description with an active interrupt handler
- BUS_GET_CPUS(9), bus_get_cpus(9)
- request a set of device-specific CPUs
- BUS_HINTED_CHILD(9)
- notify a bus device about a potential child device identified by hints
- BUS_PRINT_CHILD(9)
- print information about a device
- BUS_READ_IVAR(9), BUS_WRITE_IVAR(9)
- manipulate bus-specific device instance variables
- BUS_RESCAN(9)
- rescan a bus checking for devices that have been added or removed
- COLOR_PAIR(3), %start_color(3), %has_colors(3), %can_change_color(3), %init_pair(3), %init_color(3), %init_extended_pair(3), %init_extended_color(3), %color_content(3), %pair_content(3), %extended_color_content(3), %extended_pair_content(3), %reset_color_pairs(3), %COLOR_PAIR(3), %PAIR_NUMBER(3), %COLORS(3), %COLOR_PAIRS(3), %COLOR_BLACK(3), %COLOR_RED(3), %COLOR_GREEN(3), %COLOR_YELLOW(3), %COLOR_BLUE(3), %COLOR_MAGENTA(3), %COLOR_CYAN(3), %COLOR_WHITE(3)
- manipulate terminal colors with curses
- CREATE_SERVICE(3)
- casper service declaration macro
- DB_COMMAND(9), DB_COMMAND_FLAGS(9), DB_SHOW_COMMAND(9), DB_SHOW_COMMAND_FLAGS(9), DB_SHOW_ALL_COMMAND(9), DB_TABLE_COMMAND(9), DB_TABLE_COMMAND_FLAGS(9), DB_ALIAS(9), DB_ALIAS_FLAGS(9), DB_SHOW_ALIAS(9), DB_SHOW_ALIAS_FLAGS(9), DB_SHOW_ALL_ALIAS(9), DB_TABLE_ALIAS(9), DB_TABLE_ALIAS_FLAGS DB_DECLARE_TABLE(9), DB_DEFINE_TABLE(9)
- Extends the ddb command set
- DEBUG_FP(9), KFAIL_POINT_CODE(9), KFAIL_POINT_CODE_FLAGS(9), KFAIL_POINT_CODE_COND(9), KFAIL_POINT_ERROR(9), KFAIL_POINT_EVAL(9), KFAIL_POINT_DECLARE(9), KFAIL_POINT_DEFINE(9), KFAIL_POINT_GOTO(9), KFAIL_POINT_RETURN(9), KFAIL_POINT_RETURN_VOID(9), KFAIL_POINT_SLEEP_CALLBACKS(9), fail_point(9)
- fail points
- DECLARE_GEOM_CLASS(9)
- GEOM class declaration macro
- DECLARE_MODULE(9)
- kernel module declaration macro
- DEFINE_IFUNC(9)
- define a kernel function with an implementation selected at run-time
- DELAY(9)
- busy loop for an interval
- DEVICE_ATTACH(9)
- attach a device
- DEVICE_DETACH(9)
- detach a device
- DEVICE_IDENTIFY(9)
- identify new child devices and register them
- DEVICE_PROBE(9)
- probe for device existence
- DEVICE_SHUTDOWN(9)
- called during system shutdown
- DEV_MODULE(9)
- device driver module declaration macro
- DRIVER_MODULE(9), DRIVER_MODULE_ORDERED(9), EARLY_DRIVER_MODULE(9), EARLY_DRIVER_MODULE_ORDERED(9)
- kernel driver declaration macro
- INDEX(5)
- File containing information about the state of the ports tree
- INSERT_OBJECT_OID_LINK_INDEX(3), INSERT_OBJECT_INT_LINK_INDEX(3), FIND_OBJECT_OID_LINK_INDEX(3), NEXT_OBJECT_OID_LINK_INDEX(3), FIND_OBJECT_INT_LINK_INDEX(3), NEXT_OBJECT_INT_LINK_INDEX(3), INSERT_OBJECT_OID_LINK(3), INSERT_OBJECT_INT_LINK(3), FIND_OBJECT_OID_LINK(3), NEXT_OBJECT_OID_LINK(3), FIND_OBJECT_INT_LINK(3), NEXT_OBJECT_INT_LINK(3), INSERT_OBJECT_OID(3), INSERT_OBJECT_INT(3), FIND_OBJECT_OID(3), FIND_OBJECT_INT(3), NEXT_OBJECT_OID(3), NEXT_OBJECT_INT(3), this_tick(3), start_tick(3), get_ticks(3), systemg(3), comm_define(3), community(3), oid_zeroDotZero(3), oid_usmUnknownEngineIDs(3), oid_usmNotInTimeWindows(3), reqid_allocate(3), reqid_next(3), reqid_base(3), reqid_istype(3), reqid_type(3), timer_start(3), timer_start_repeat(3), timer_stop(3), fd_select(3), fd_deselect(3), fd_suspend(3), fd_resume(3), or_register(3), or_unregister(3), buf_alloc(3), buf_size(3), snmp_input_start(3), snmp_input_finish(3), snmp_output(3), snmp_send_port(3), snmp_send_trap(3), snmp_pdu_auth_access string_save(3), string_commit(3), string_rollback(3), string_get(3), string_get_max(3), string_free(3), ip_save(3), ip_rollback(3), ip_commit(3), ip_get(3), oid_save(3), oid_rollback(3), oid_commit(3), oid_get(3), index_decode(3), index_compare(3), index_compare_off(3), index_append(3), index_append_off(3), snmpd_usmstats(3), bsnmpd_get_usm_stats(3), bsnmpd_reset_usm_stats(3), usm_first_user(3), usm_next_user(3), usm_find_user(3), usm_new_user(3), usm_delete_user(3), usm_flush_users(3), usm_user(3), snmpd_target_stat(3), bsnmpd_get_target_stats(3), target_first_address(3), target_next_address(3), target_new_address(3), target_activate_address(3), target_delete_address(3), target_first_param(3), target_next_param(3), target_new_param(3), target_delete_param(3), target_first_notify(3), target_next_notify(3), target_new_notify(3), target_delete_notify(3), target_flush_all(3), target_address(3), target_param(3), target_notify(3)
- SNMP daemon loadable module interface
- MODULE_DEPEND(9)
- set kernel module dependencies
- MODULE_PNP_INFO(9)
- register plug and play information for device matching
- NgMkSockNode(3), NgNameNode(3), NgSendMsg(3), NgSendAsciiMsg(3), NgSendReplyMsg(3), NgRecvMsg(3), NgAllocRecvMsg(3), NgRecvAsciiMsg(3), NgAllocRecvAsciiMsg(3), NgSendData(3), NgRecvData(3), NgAllocRecvData(3), NgSetDebug(3), NgSetErrLog(3)
- netgraph user library
- OF_child(9), OF_parent(9), OF_peer(9)
- navigate device tree
- OF_device_from_xref(9), OF_xref_from_device(9), OF_device_register_xref(9)
- manage mappings between xrefs and devices
- OF_finddevice(9)
- find node in device tree
- OF_getprop(9), OF_getproplen(9), OF_getencprop(9), OF_hasprop(9), OF_searchprop(9), OF_searchencprop(9), OF_getprop_alloc(9), OF_getencprop_alloc(9), OF_getprop_alloc_multi(9), OF_getencprop_alloc_multi(9), OF_prop_free(9), OF_nextprop(9), OF_setprop(9)
- access properties of device tree node
- OF_node_from_xref(9), OF_xref_from_node(9)
- convert between kernel phandle and effective phandle
- OF_package_to_path(9)
- get fully qualified path to a device tree node
- PAIR_NUMBER(3), %attr_get(3), %wattr_get(3), %attr_set(3), %wattr_set(3), %attr_off(3), %wattr_off(3), %attr_on(3), %wattr_on(3), %attroff(3), %wattroff(3), %attron(3), %wattron(3), %attrset(3), %wattrset(3), %chgat(3), %wchgat(3), %mvchgat(3), %mvwchgat(3), %color_set(3), %wcolor_set(3), %standend(3), %wstandend(3), %standout(3), %wstandout(3)
- manipulate attributes of character cells in curses windows
- PCI_IOV_INIT(9)
- enable SR-IOV on a PF device
- PCI_IOV_UNINIT(9)
- disable SR-IOV on a PF device
- Q_INI(3), Q_NCBITS(3), Q_BT(3), Q_TC(3), Q_NTBITS(3), Q_NFCBITS(3), Q_MAXNFBITS(3), Q_NFBITS(3), Q_NIBITS(3), Q_RPSHFT(3), Q_ABS(3), Q_MAXSTRLEN(3), Q_TOSTR(3), Q_SHL(3), Q_SHR(3), Q_DEBUG(3)
- fixed-point math miscellaneous functions/variables
- SDP_GET8(3), SDP_GET16(3), SDP_GET32(3), SDP_GET64(3), SDP_GET128(3), SDP_GET_UUID128(3), SDP_PUT8(3), SDP_PUT16(3), SDP_PUT32(3), SDP_PUT64(3), SDP_PUT128(3), SDP_PUT_UUID128(3), sdp_open(3), sdp_open_local(3), sdp_close(3), sdp_error(3), sdp_get_lcaddr(3), sdp_search(3), sdp_attr2desc(3), sdp_uuid2desc(3)
- Bluetooth SDP routines
- SDT(9)
- a DTrace framework for adding statically-defined tracing probes
- SMP(4)
- description of the FreeBSD Symmetric Multi-Processor kernel
- SYSCALL_MODULE(9)
- syscall kernel module declaration macro
- SYSCTL_DECL(9), SYSCTL_ADD_BOOL(9), SYSCTL_ADD_COUNTER_U64(9), SYSCTL_ADD_COUNTER_U64_ARRAY(9), SYSCTL_ADD_INT(9), SYSCTL_ADD_LONG(9), SYSCTL_ADD_NODE(9), SYSCTL_ADD_NODE_WITH_LABEL(9), SYSCTL_ADD_OPAQUE(9), SYSCTL_ADD_PROC(9), SYSCTL_ADD_QUAD(9), SYSCTL_ADD_ROOT_NODE(9), SYSCTL_ADD_S8(9), SYSCTL_ADD_S16(9), SYSCTL_ADD_S32(9), SYSCTL_ADD_S64(9), SYSCTL_ADD_SBINTIME_MSEC(9), SYSCTL_ADD_SBINTIME_USEC(9), SYSCTL_ADD_STRING(9), SYSCTL_ADD_CONST_STRING(9), SYSCTL_ADD_STRUCT(9), SYSCTL_ADD_TIMEVAL_SEC(9), SYSCTL_ADD_U8(9), SYSCTL_ADD_U16(9), SYSCTL_ADD_U32(9), SYSCTL_ADD_U64(9), SYSCTL_ADD_UAUTO(9), SYSCTL_ADD_UINT(9), SYSCTL_ADD_ULONG(9), SYSCTL_ADD_UMA_CUR(9), SYSCTL_ADD_UMA_MAX(9), SYSCTL_ADD_UQUAD(9), SYSCTL_CHILDREN(9), SYSCTL_STATIC_CHILDREN(9), SYSCTL_NODE_CHILDREN(9), SYSCTL_PARENT(9), SYSCTL_BOOL(9), SYSCTL_COUNTER_U64(9), SYSCTL_COUNTER_U64_ARRAY(9), SYSCTL_INT(9), SYSCTL_INT_WITH_LABEL(9), SYSCTL_LONG(9), sysctl_msec_to_ticks(9), SYSCTL_NODE(9), SYSCTL_NODE_WITH_LABEL(9), SYSCTL_OPAQUE(9), SYSCTL_PROC(9), SYSCTL_QUAD(9), SYSCTL_ROOT_NODE(9), SYSCTL_S8(9), SYSCTL_S16(9), SYSCTL_S32(9), SYSCTL_S64(9), SYSCTL_SBINTIME_MSEC(9), SYSCTL_SBINTIME_USEC(9), SYSCTL_STRING(9), SYSCTL_CONST_STRING(9), SYSCTL_STRUCT(9), SYSCTL_TIMEVAL_SEC(9), SYSCTL_U8(9), SYSCTL_U16(9), SYSCTL_U32(9), SYSCTL_U64(9), SYSCTL_UINT(9), SYSCTL_ULONG(9), SYSCTL_UMA_CUR(9), SYSCTL_UMA_MAX(9), SYSCTL_UQUAD(9)
- Dynamic and static sysctl MIB creation functions
- VFS_FHTOVP(9)
- turn an NFS filehandle into a vnode
- VFS_ROOT(9)
- return the root vnode of a file system
- VFS_VGET(9)
- convert an inode number to a vnode
- VGLBitmapAllocateBits(3), VGLBitmapCopy(3), VGLBitmapCreate(3), VGLBitmapDestroy(3), VGLBitmapPutChar(3), VGLBitmapString(3), VGLBlankDisplay(3), VGLBox(3), VGLCheckSwitch(3), VGLClear(3), VGLEllipse(3), VGLEnd(3), VGLFilledBox(3), VGLFilledEllipse(3), VGLGetXY(3), VGLInit(3), VGLLine(3), VGLKeyboardInit(3), VGLKeyboardEnd(3), VGLKeyboardGetCh(3), VGLMouseInit(3), VGLMouseMode(3), VGLMouseSetImage(3), VGLMouseSetStdImage(3), VGLMouseStatus(3), VGLPanScreen(3), VGLSetBorder(3), VGLSetPalette(3), VGLSetPaletteIndex(3), VGLSetVScreenSize(3), VGLSetXY(3), VGLTextSetFontFile(3)
- Video Graphics Library functions
- VOP_ACLCHECK(9)
- check an access control list for a vnode
- VOP_CREATE(9), VOP_MKNOD(9), VOP_MKDIR(9), VOP_SYMLINK(9)
- create a file, socket, fifo, device, directory or symlink
- VOP_DEALLOCATE(9)
- zero and/or deallocate storage from a file
- VOP_GETACL(9)
- retrieve access control list for a vnode
- VOP_GETEXTATTR(9)
- retrieve named extended attribute from a vnode
- VOP_INACTIVE(9), VOP_RECLAIM(9)
- reclaim file system resources for a vnode
- VOP_IOCTL(9)
- device specific control
- VOP_LISTEXTATTR(9)
- retrieve a list of named extended attributes from a vnode
- VOP_LOCK(9), VOP_UNLOCK(9), VOP_ISLOCKED(9), vn_lock(9)
- serialize access to a vnode
- VOP_PRINT(9)
- print debugging information
- VOP_REVOKE(9)
- revoke access to a device and its aliases
- VOP_SETACL(9)
- set the access control list for a vnode
- VOP_SETEXTATTR(9)
- set named extended attribute for a vnode
- VOP_VPTOCNP(9)
- translate a vnode to its component name
- VOP_VPTOFH(9)
- turn a vnode into an NFS filehandle
- _nc_tracebits(3), %curses_trace(3), %trace(3), %_tracef(3), %_traceattr(3), %_traceattr2(3), %_tracecchar_t(3), %_tracecchar_t2(3), %_tracechar(3), %_tracechtype(3), %_tracechtype2(3), %_nc_tracebits(3), %_tracedump(3), %_tracemouse(3)
- curses debugging routines
- _secure_path(3)
- determine if a file appears to be secure
- accept_filter(9), accept_filt_add(9), accept_filt_del(9), accept_filt_generic_mod_event(9), accept_filt_get(9)
- filter incoming connections
- acl_delete_def_file(3), acl_delete_def_link_np(3), acl_delete_fd_np(3), acl_delete_file_np(3), acl_delete_link_np(3)
- delete an ACL from a file
- acl_delete_entry(3), acl_delete_entry_np(3)
- delete an ACL entry from an ACL
- acl_delete_flag_np(3)
- delete flags from a flagset
- acl_delete_perm(3)
- delete permissions from a permission set
- acl_equiv_mode_np(3)
- check if ACL can be represented as UNIX permissions
- acl_extended_file_np(3), acl_extended_file_nofollow_np(3), acl_extended_link_np(3)
- checks if the file has extended ACLs set
- acl_from_mode_np(3)
- create an ACL from status information
- acl_is_trivial_np(3)
- determine whether ACL is trivial
- acl_strip_np(3)
- strip extended entries from an ACL
- acpi_dock(4)
- Laptop Docking Station device driver
- acpi_ged(4)
- ACPI Generic Event Device
- acpi_video(4)
- ACPI Video Extensions driver
- acpidb(8)
- ACPI DSDT debugger
- ada(4)
- ATA Direct Access device driver
- adb(4)
- Apple Desktop Bus
- addnwstr(3), %addwstr(3), %addnwstr(3), %waddwstr(3), %waddnwstr(3), %mvaddwstr(3), %mvaddnwstr(3), %mvwaddwstr(3), %mvwaddnwstr(3)
- add a wide-character string to a curses window and advance the cursor
- altera_avgen(4)
- driver for generic Altera Avalon-bus-attached, memory-mapped devices
- amdsbwd(4)
- device driver for the AMD southbridge watchdog timers
- amdsmn(4)
- device driver for AMD processor System Management Network
- amdtemp(4)
- device driver for AMD processor on-die digital thermal sensor
- arc4rand(9), arc4random(9), arc4random_buf(9), is_random_seeded(9), random(9), read_random(9), read_random_uio(9)
- supply pseudo-random numbers
- arch(7)
- Architecture-specific details
- archive_clear_error(3), archive_compression(3), archive_compression_name(3), archive_copy_error(3), archive_errno(3), archive_error_string(3), archive_file_count(3), archive_filter_code(3), archive_filter_count(3), archive_filter_name(3), archive_format(3), archive_format_name(3), archive_position(3), archive_set_error(3)
- libarchive utility functions
- archive_entry_acl_add_entry(3), archive_entry_acl_add_entry_w(3), archive_entry_acl_clear(3), archive_entry_acl_count(3), archive_entry_acl_from_text(3), archive_entry_acl_from_text_w(3), archive_entry_acl_next(3), archive_entry_acl_reset(3), archive_entry_acl_to_text(3), archive_entry_acl_to_text_w(3), archive_entry_acl_types(3)
- functions for manipulating Access Control Lists in archive entry descriptions
- archive_entry_atime(3), archive_entry_atime_nsec(3), archive_entry_atime_is_set(3), archive_entry_set_atime(3), archive_entry_unset_atime(3), archive_entry_birthtime(3), archive_entry_birthtime_nsec(3), archive_entry_birthtime_is_set(3), archive_entry_set_birthtime(3), archive_entry_unset_birthtime(3), archive_entry_ctime(3), archive_entry_ctime_nsec(3), archive_entry_ctime_is_set(3), archive_entry_set_ctime(3), archive_entry_unset_ctime(3), archive_entry_mtime(3), archive_entry_mtime_nsec(3), archive_entry_mtime_is_set(3), archive_entry_set_mtime(3), archive_entry_unset_mtime(3)
- functions for manipulating times in archive entry descriptions
- archive_entry_clear(3), archive_entry_clone(3), archive_entry_free(3), archive_entry_new(3)
- functions for managing archive entry descriptions
- archive_entry_gid(3), archive_entry_set_gid(3), archive_entry_uid(3), archive_entry_set_uid(3), archive_entry_perm(3), archive_entry_set_perm(3), archive_entry_strmode(3), archive_entry_uname(3), archive_entry_uname_w(3), archive_entry_set_uname(3), archive_entry_copy_uname(3), archive_entry_copy_uname_w(3), archive_entry_update_uname_utf8(3), archive_entry_gname(3), archive_entry_gname_w(3), archive_entry_set_gname(3), archive_entry_copy_gname(3), archive_entry_copy_gname_w(3), archive_entry_update_gname_utf8(3), archive_entry_fflags(3), archive_entry_fflags_text(3), archive_entry_set_fflags(3), archive_entry_copy_fflags_text(3), archive_entry_copy_fflags_text_w(3)
- functions for manipulating ownership and permissions in archive entry descriptions
- archive_entry_hardlink(3), archive_entry_hardlink_w(3), archive_entry_set_hardlink(3), archive_entry_copy_hardlink(3), archive_entry_copy_hardlink_w(3), archive_entry_update_hardlink_utf8(3), archive_entry_set_link(3), archive_entry_copy_link(3), archive_entry_copy_link_w(3), archive_entry_update_link_utf8(3), archive_entry_pathname(3), archive_entry_pathname_w(3), archive_entry_set_pathname(3), archive_entry_copy_pathname(3), archive_entry_copy_pathname_w(3), archive_entry_update_pathname_utf8(3), archive_entry_sourcepath(3), archive_entry_copy_sourcepath(3), archive_entry_symlink(3), archive_entry_symlink_w(3), archive_entry_set_symlink(3), archive_entry_copy_symlink(3), archive_entry_copy_symlink_w(3), archive_entry_update_symlink_utf8(3)
- functions for manipulating path names in archive entry descriptions
- archive_entry_stat(3), archive_entry_copy_stat(3), archive_entry_filetype(3), archive_entry_set_filetype(3), archive_entry_mode(3), archive_entry_set_mode(3), archive_entry_size(3), archive_entry_size_is_set(3), archive_entry_set_size(3), archive_entry_unset_size(3), archive_entry_dev(3), archive_entry_set_dev(3), archive_entry_dev_is_set(3), archive_entry_devmajor(3), archive_entry_set_devmajor(3), archive_entry_devminor(3), archive_entry_set_devminor(3), archive_entry_ino(3), archive_entry_set_ino(3), archive_entry_ino_is_set(3), archive_entry_ino64(3), archive_entry_set_ino64(3), archive_entry_nlink(3), archive_entry_rdev(3), archive_entry_set_rdev(3), archive_entry_rdevmajor(3), archive_entry_set_rdevmajor(3), archive_entry_rdevminor(3), archive_entry_set_rdevminor(3)
- accessor functions for manipulating archive entry descriptions
- archive_read_disk_new(3), archive_read_disk_open(3), archive_read_disk_open_w(3), archive_read_disk_set_behavior(3), archive_read_disk_set_symlink_logical(3), archive_read_disk_set_symlink_physical(3), archive_read_disk_set_symlink_hybrid(3), archive_read_disk_entry_from_file(3), archive_read_disk_gname(3), archive_read_disk_uname(3), archive_read_disk_set_uname_lookup(3), archive_read_disk_set_gname_lookup(3), archive_read_disk_set_standard_lookup(3), archive_read_disk_descend(3), archive_read_disk_can_descend(3), archive_read_disk_current_filesystem(3), archive_read_disk_current_filesystem_is_synthetic(3), archive_read_disk_current_filesystem_is_remote(3), archive_read_disk_set_matching(3), archive_read_disk_set_metadata_filter_callback(3)
- functions for reading objects from disk
- archive_read_next_header(3), archive_read_next_header2(3)
- functions for reading streaming archives
- archive_read_support_format_7zip(3), archive_read_support_format_all(3), archive_read_support_format_ar(3), archive_read_support_format_by_code(3), archive_read_support_format_cab(3), archive_read_support_format_cpio(3), archive_read_support_format_empty(3), archive_read_support_format_iso9660(3), archive_read_support_format_lha(3), archive_read_support_format_mtree(3), archive_read_support_format_rar(3), archive_read_support_format_raw(3), archive_read_support_format_tar(3), archive_read_support_format_xar(3), archive_read_support_format_zip(3)
- functions for reading streaming archives
- archive_write_add_filter_b64encode(3), archive_write_add_filter_by_name(3), archive_write_add_filter_bzip2(3), archive_write_add_filter_compress(3), archive_write_add_filter_grzip(3), archive_write_add_filter_gzip(3), archive_write_add_filter_lrzip(3), archive_write_add_filter_lz4(3), archive_write_add_filter_lzip(3), archive_write_add_filter_lzma(3), archive_write_add_filter_lzop(3), archive_write_add_filter_none(3), archive_write_add_filter_program(3), archive_write_add_filter_uuencode(3), archive_write_add_filter_xz(3), archive_write_add_filter_zstd(3)
- functions enabling output filters
- archive_write_header(3)
- functions for creating archives
- archive_write_set_format(3), archive_write_set_format_7zip(3), archive_write_set_format_ar(3), archive_write_set_format_ar_bsd(3), archive_write_set_format_ar_svr4(3), archive_write_set_format_by_name(3), archive_write_set_format_cpio(3), archive_write_set_format_cpio_bin(3), archive_write_set_format_cpio_newc(3), archive_write_set_format_cpio_odc(3), archive_write_set_format_cpio_pwb(3), archive_write_set_format_filter_by_ext(3), archive_write_set_format_filter_by_ext_def(3), archive_write_set_format_gnutar(3), archive_write_set_format_iso9660(3), archive_write_set_format_mtree(3), archive_write_set_format_mtree_classic(3), archive_write_set_format_mtree_default(3), archive_write_set_format_pax(3), archive_write_set_format_pax_restricted(3), archive_write_set_format_raw(3), archive_write_set_format_shar(3), archive_write_set_format_shar_dump(3), archive_write_set_format_ustar(3), archive_write_set_format_v7tar(3), archive_write_set_format_warc(3), archive_write_set_format_xar(3), archive_write_set_format_zip(3)
- functions for creating archives
- ascii(7)
- octal, hexadecimal, decimal and binary ASCII character sets
- asmc(4)
- device driver for the Apple System Management Controller (SMC)
- asn_get_header(3), asn_put_header(3), asn_put_temp_header(3), asn_commit_header(3), asn_get_integer_raw(3), asn_get_integer(3), asn_put_integer(3), asn_get_octetstring_raw(3), asn_get_octetstring(3), asn_put_octetstring(3), asn_get_null_raw(3), asn_get_null(3), asn_put_null(3), asn_put_exception(3), asn_get_objid_raw(3), asn_get_objid(3), asn_put_objid(3), asn_get_sequence(3), asn_get_ipaddress_raw(3), asn_get_ipaddress(3), asn_put_ipaddress(3), asn_get_uint32_raw(3), asn_put_uint32(3), asn_get_counter64_raw(3), asn_put_counter64(3), asn_get_timeticks(3), asn_put_timeticks(3), asn_skip(3), asn_slice_oid(3), asn_append_oid(3), asn_compare_oid(3), asn_is_suboid(3), asn_oid2str_r(3), asn_oid2str(3)
- ASN.1 library for SNMP
- assume_default_colors(3), %use_default_colors(3), %assume_default_colors(3)
- use terminal's default colors in curses
- assume_default_colors_sp(3), %curs_sp_funcs(3)
- curses screen-pointer extension
- at(1), batch(1), atq(1), atrm(1)
- queue, examine or delete jobs for later execution
- at45d(4)
- driver for DataFlash(tm) non-volatile storage devices
- atf-c(3), ATF_CHECK(3), ATF_CHECK_MSG(3), ATF_CHECK_EQ(3), ATF_CHECK_EQ_MSG(3), ATF_CHECK_MATCH(3), ATF_CHECK_MATCH_MSG(3), ATF_CHECK_STREQ(3), ATF_CHECK_STREQ_MSG(3), ATF_CHECK_INTEQ(3), ATF_CHECK_INTEQ_MSG(3), ATF_CHECK_ERRNO(3), ATF_REQUIRE(3), ATF_REQUIRE_MSG(3), ATF_REQUIRE_EQ(3), ATF_REQUIRE_EQ_MSG(3), ATF_REQUIRE_MATCH(3), ATF_REQUIRE_MATCH_MSG(3), ATF_REQUIRE_STREQ(3), ATF_REQUIRE_STREQ_MSG(3), ATF_REQUIRE_INTEQ(3), ATF_REQUIRE_INTEQ_MSG(3), ATF_REQUIRE_ERRNO(3), ATF_TC(3), ATF_TC_BODY(3), ATF_TC_BODY_NAME(3), ATF_TC_CLEANUP(3), ATF_TC_CLEANUP_NAME(3), ATF_TC_HEAD(3), ATF_TC_HEAD_NAME(3), ATF_TC_NAME(3), ATF_TC_WITH_CLEANUP(3), ATF_TC_WITHOUT_HEAD(3), ATF_TP_ADD_TC(3), ATF_TP_ADD_TCS(3), atf_tc_get_config_var(3), atf_tc_get_config_var_wd(3), atf_tc_get_config_var_as_bool(3), atf_tc_get_config_var_as_bool_wd(3), atf_tc_get_config_var_as_long(3), atf_tc_get_config_var_as_long_wd(3), atf_no_error(3), atf_tc_expect_death(3), atf_tc_expect_exit(3), atf_tc_expect_fail(3), atf_tc_expect_pass(3), atf_tc_expect_signal(3), atf_tc_expect_timeout(3), atf_tc_fail(3), atf_tc_fail_nonfatal(3), atf_tc_pass(3), atf_tc_skip(3), atf_utils_cat_file(3), atf_utils_compare_file(3), atf_utils_copy_file(3), atf_utils_create_file(3), atf_utils_file_exists(3), atf_utils_fork(3), atf_utils_free_charpp(3), atf_utils_grep_file(3), atf_utils_grep_string(3), atf_utils_readline(3), atf_utils_redirect(3), atf_utils_wait(3)
- C API to write ATF-based test programs
- atf-test-case(4)
- generic description of test cases
- atf_add_test_case(3), atf_check(3), atf_check_equal(3), atf_check_not_equal(3), atf_config_get(3), atf_config_has(3), atf_expect_death(3), atf_expect_exit(3), atf_expect_fail(3), atf_expect_pass(3), atf_expect_signal(3), atf_expect_timeout(3), atf_fail(3), atf_get(3), atf_get_srcdir(3), atf_init_test_cases(3), atf_pass(3), atf_require_prog(3), atf_set(3), atf_skip(3), atf_test_case(3)
- POSIX shell API to write ATF-based test programs
- ath3kfw(8)
- download firmware for Atheros AR3011/AR3012 Bluetooth USB devices
- au_free_token(3)
- deallocate a token_t created by any of the au_to_*() BSM API functions
- au_to_arg32(3), au_to_arg64(3), au_to_arg(3), au_to_attr64(3), au_to_data(3), au_to_exit(3), au_to_groups(3), au_to_newgroups(3), au_to_in_addr(3), au_to_in_addr_ex(3), au_to_ip(3), au_to_ipc(3), au_to_ipc_perm(3), au_to_iport(3), au_to_opaque(3), au_to_file(3), au_to_text(3), au_to_path(3), au_to_process32(3), au_to_process64(3), au_to_process(3), au_to_process32_ex(3), au_to_process64_ex(3), au_to_process_ex(3), au_to_return32(3), au_to_return64(3), au_to_return(3), au_to_seq(3), au_to_sock_inet32(3), au_to_sock_inet128(3), au_to_sock_inet(3), au_to_socket_ex(3), au_to_subject32(3), au_to_subject64(3), au_to_subject(3), au_to_subject32_ex(3), au_to_subject64_ex(3), au_to_subject_ex(3), au_to_me(3), au_to_exec_args(3), au_to_exec_env(3), au_to_header(3), au_to_header32(3), au_to_header64(3), au_to_header_ex(3), au_to_header32_ex(3), au_to_trailer(3), au_to_zonename(3)
- routines for generating BSM audit tokens
- audit_class(5)
- audit event class descriptions
- audit_event(5)
- audit event descriptions
- auditpipe(4)
- pseudo-device for live audit event tracking
- auth_destroy(3), authnone_create(3), authsys_create(3), authsys_create_default(3)
- library routines for client side remote procedure call authentication
- axp(4)
- Advanced Micro Devices 10G Ethernet driver
- backlight(9), backlight_register(9), backlight_destroy(9), BACKLIGHT_GET_STATUS(9), BACKLIGHT_SET_STATUS(9)
- BACKLIGHT methods
- bc(1)
- arbitrary-precision decimal arithmetic language and calculator
- bcmfw(8)
- download firmware for Broadcom BCM2033 Bluetooth USB devices
- bfe(4)
- Broadcom BCM4401 Ethernet Device Driver
- bhnd_erom(9), bhnd_erom_alloc(9), bhnd_erom_dump(9), bhnd_erom_fini_static(9), bhnd_erom_free(9), bhnd_erom_free_core_table(9), bhnd_erom_get_core_table(9), bhnd_erom_init_static(9), bhnd_erom_io(9), bhnd_erom_io_fini(9), bhnd_erom_io_map(9), bhnd_erom_io_read(9), bhnd_erom_iobus_init(9), bhnd_erom_iores_new(9), bhnd_erom_lookup_core(9), bhnd_erom_lookup_core_addr(9), bhnd_erom_probe(9), bhnd_erom_probe_driver_classes(9)
- BHND device enumeration table parsing
- bhyve(8)
- run a guest operating system inside a virtual machine
- bhyveload(8)
- load a guest inside a bhyve virtual machine
- bintrans(1), uuencode(1), uudecode(1), b64encode(1), b64decode(1), base64(1)
- encode / decode a binary file
- bit_alloc(3), bit_clear(3), bit_count(3), bit_decl(3), bit_ffc(3), bit_ffs(3), bit_ff_at(3), bit_ffc_at(3), bit_ffs_at(3), bit_ffc_area(3), bit_ffs_area(3), bit_ff_area_at(3), bit_ffc_area_at(3), bit_ffs_area_at(3), bit_nclear(3), bit_nset(3), bit_ntest(3), bit_set(3), bit_test(3), bitstr_size(3)
- bit-string manipulation functions and macros
- bkgrnd(3), %bkgrnd(3), %wbkgrnd(3), %bkgrndset(3), %wbkgrndset(3), %getbkgrnd(3), %wgetbkgrnd(3)
- manipulate background of a curses window of wide characters
- blacklistd(8)
- block and release ports on demand to avoid DoS abuse
- bluetooth.device.conf(5)
- Bluetooth device configuration file
- boot1.efi(8)
- UEFI chain loader
- border(3), %border(3), %wborder(3), %box(3), %hline(3), %whline(3), %vline(3), %wvline(3), %mvhline(3), %mvwhline(3), %mvvline(3), %mvwvline(3)
- draw borders and lines in a curses window of characters
- border_set(3), %border_set(3), %wborder_set(3), %box_set(3), %hline_set(3), %whline_set(3), %mvhline_set(3), %mvwhline_set(3), %vline_set(3), %wvline_set(3), %mvvline_set(3), %mvwvline_set(3)
- draw borders and lines in a curses window of wide characters
- brandelf(1)
- mark an ELF binary for a specific ABI
- bsddialog(3), bsddialog_backtitle(3), bsddialog_calendar(3), bsddialog_clearterminal(3), bsddialog_color(3), bsddialog_color_attrs(3), bsddialog_checklist(3), bsddialog_datebox(3), bsddialog_end(3), bsddialog_form(3), bsddialog_gauge(3), bsddialog_geterror(3), bsddialog_get_theme(3), bsddialog_hascolors(3), bsddialog_infobox(3), bsddialog_init(3), bsddialog_init_notheme(3), bsddialog_initconf(3), bsddialog_menu(3), bsddialog_mixedgauge(3), bsddialog_mixedlist(3), bsddialog_msgbox(3), bsddialog_pause(3), bsddialog_radiolist(3), bsddialog_rangebox(3), bsddialog_set_theme(3), bsddialog_set_default_theme(3), bsddialog_textbox(3), bsddialog_timebox(3), bsddialog_yesno(3)
- TUI dialogs
- bsde_add_rule(3), bsde_get_rule(3), bsde_set_rule(3), bsde_delete_rule(3)
- file system firewall rules list management
- bsde_get_rule_count(3), bsde_get_rule_slots(3)
- file system firewall statistics
- bsde_parse_rule(3), bsde_parse_rule_string(3)
- parse file system firewall rules
- bsde_rule_to_string(3)
- convert a ugidfw rule into its text representation
- bsnmpagent(3), snmp_depop_t(3), snmp_op_t(3), tree(3), tree_size(3), snmp_trace(3), snmp_debug(3), snmp_get(3), snmp_getnext(3), snmp_getbulk(3), snmp_set(3), snmp_make_errresp(3), snmp_dep_lookup(3), snmp_init_context(3), snmp_dep_commit(3), snmp_dep_rollback(3), snmp_dep_finish(3)
- SNMP agent library
- bswap16(9), bswap32(9), bswap64(9), be16toh(9), be32toh(9), be64toh(9), htobe16(9), htobe32(9), htobe64(9), htole16(9), htole32(9), htole64(9), le16toh(9), le32toh(9), le64toh(9), be16enc(9), be16dec(9), be32enc(9), be32dec(9), be64enc(9), be64dec(9), le16enc(9), le16dec(9), le32enc(9), le32dec(9), le64enc(9), le64dec(9)
- byte order operations
- bt_gethostbyname(3), bt_gethostbyaddr(3), bt_gethostent(3), bt_sethostent(3), bt_endhostent(3), bt_getprotobyname(3), bt_getprotobynumber(3), bt_getprotoent(3), bt_setprotoent(3), bt_endprotoent(3), bt_aton(3), bt_ntoa(3), bt_devaddr(3), bt_devname(3), bt_devinfo(3), bt_devenum(3), bt_devopen(3), bt_devclose(3), bt_devsend(3), bt_devrecv(3), bt_devreq(3), bt_devfilter(3), bt_devfilter_pkt_set(3), bt_devfilter_pkt_clr(3), bt_devfilter_pkt_tst(3), bt_devfilter_evt_set(3), bt_devfilter_evt_clr(3), bt_devfilter_evt_tst(3), bt_devinquiry(3), bt_devremote_name(3), bt_devremote_name_gen(3), bdaddr_same(3), bdaddr_any(3), bdaddr_copy(3)
- Bluetooth routines
- btowc(3), wctob(3)
- convert between wide and single-byte characters
- buf_ring(9), buf_ring_alloc(9), buf_ring_free(9), buf_ring_enqueue(9), buf_ring_dequeue_mc(9), buf_ring_dequeue_sc(9), buf_ring_count(9), buf_ring_empty(9), buf_ring_full(9), buf_ring_peek(9)
- multi-producer, {single, multi}-consumer lock-less ring buffer
- builtin(1), !(1), %(1), .(1), :(1), @(1), [(1), {(1), }(1), alias(1), alloc(1), bg(1), bind(1), bindkey(1), break(1), breaksw(1), builtins(1), case(1), cd(1), chdir(1), command(1), complete(1), continue(1), default(1), dirs(1), do(1), done(1), echo(1), echotc(1), elif(1), else(1), end(1), endif(1), endsw(1), esac(1), eval(1), exec(1), exit(1), export(1), false(1), fc(1), fg(1), filetest(1), fi(1), for(1), foreach(1), getopts(1), glob(1), goto(1), hash(1), hashstat(1), history(1), hup(1), if(1), jobid(1), jobs(1), kill(1), limit(1), local(1), log(1), login(1), logout(1), ls-F(1), nice(1), nohup(1), notify(1), onintr(1), popd(1), printenv(1), printf(1), pushd(1), pwd(1), read(1), readonly(1), rehash(1), repeat(1), return(1), sched(1), set(1), setenv(1), settc(1), setty(1), setvar(1), shift(1), source(1), stop(1), suspend(1), switch(1), telltc(1), test(1), then(1), time(1), times(1), trap(1), true(1), type(1), ulimit(1), umask(1), unalias(1), uncomplete(1), unhash(1), unlimit(1), unset(1), unsetenv(1), until(1), wait(1), where(1), which(1), while(1)
- shell built-in commands
- bus_activate_resource(9), bus_deactivate_resource(9)
- activate or deactivate a resource
- bus_child_present(9)
- ask the bus driver to see if this device is still really present
- bus_delayed_attach_children(9)
- request that the children be attached when interrupts are enabled
- bus_dma(9), bus_dma_tag_create(9), bus_dma_tag_destroy(9), bus_dma_template_init(9), bus_dma_template_tag(9), bus_dma_template_clone(9), bus_dma_template_fill(9), BUS_DMA_TEMPLATE_FILL(9), bus_dmamap_create(9), bus_dmamap_destroy(9), bus_dmamap_load(9), bus_dmamap_load_bio(9), bus_dmamap_load_ccb(9), bus_dmamap_load_crp(9), bus_dmamap_load_crp_buffer(9), bus_dmamap_load_mbuf(9), bus_dmamap_load_mbuf_sg(9), bus_dmamap_load_uio(9), bus_dmamap_unload(9), bus_dmamap_sync(9), bus_dmamem_alloc(9), bus_dmamem_free(9)
- Bus and Machine Independent DMA Mapping Interface
- bus_generic_attach(9)
- generic implementation of DEVICE_ATTACH for buses
- bus_generic_detach(9)
- generic implementation of DEVICE_DETACH for buses
- bus_generic_new_pass(9)
- generic implementation of BUS_NEW_PASS for bus devices
- bus_generic_print_child(9), bus_print_child_domain(9), bus_print_child_footer(9), bus_print_child_header(9)
- generic implementation of BUS_PRINT_CHILD(9)
- bus_generic_shutdown(9)
- generic implementation of DEVICE_SHUTDOWN for buses
- bus_set_resource(9)
- associate a definite resource with a given resource ID
- bzip2(1), bunzip2(1)
- a block-sorting file compressor, v1.0.8 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
- caesar(6), rot13(6)
- decrypt caesar ciphers
- calendar(1)
- reminder service
- call_once(3), cnd_broadcast(3), cnd_destroy(3), cnd_init(3), cnd_signal(3), cnd_timedwait(3), cnd_wait(3), mtx_destroy(3), mtx_init(3), mtx_lock(3), mtx_timedlock(3), mtx_trylock(3), mtx_unlock(3), thrd_create(3), thrd_current(3), thrd_detach(3), thrd_equal(3), thrd_exit(3), thrd_join(3), thrd_sleep(3), thrd_yield(3), tss_create(3), tss_delete(3), tss_get(3), tss_set(3)
- C11 threads interface
- callout_active(9), callout_deactivate(9), callout_async_drain(9), callout_drain(9), callout_init(9), callout_init_mtx(9), callout_init_rm(9), callout_init_rw(9), callout_pending(9), callout_reset(9), callout_reset_curcpu(9), callout_reset_on(9), callout_reset_sbt(9), callout_reset_sbt_curcpu(9), callout_reset_sbt_on(9), callout_schedule(9), callout_schedule_curcpu(9), callout_schedule_on(9), callout_schedule_sbt(9), callout_schedule_sbt_curcpu(9), callout_schedule_sbt_on(9), callout_stop(9), callout_when(9)
- execute a function after a specified length of time
- cam_open_device(3), cam_open_spec_device(3), cam_open_btl(3), cam_open_pass(3), cam_close_device(3), cam_close_spec_device(3), cam_getccb(3), cam_send_ccb(3), cam_freeccb(3), cam_path_string(3), cam_device_dup(3), cam_device_copy(3), cam_get_device(3)
- CAM user library
- cap_bind(3), cap_connect(3), cap_getaddrinfo(3), cap_gethostbyaddr(3), cap_gethostbyname(3), cap_gethostbyname2(3), cap_getnameinfo(3), cap_net_free(3), cap_net_limit(3), cap_net_limit_addr2name(3), cap_net_limit_addr2name_family(3), cap_net_limit_bind(3), cap_net_limit_connect(3), cap_net_limit_init(3), cap_net_limit_name2addr(3), cap_net_limit_name2addr_family(3)
- library for networking in capability mode
- cap_enter(2), cap_getmode(2)
- Capability mode system calls
- cap_getaddrinfo(3), cap_getnameinfo(3), cap_gethostbyname(3), cap_gethostbyname2(3), cap_gethostbyaddr(3), cap_dns_type_limit(3), cap_dns_family_limit(3)
- library for getting network host entry in capability mode
- cap_getgrent(3), cap_getgrnam(3), cap_getgrgid(3), cap_getgrent_r(3), cap_getgrnam_r(3), cap_getgrgid_r(3), cap_setgroupent(3), cap_setgrent(3), cap_endgrent(3), cap_grp_limit_cmds(3), cap_grp_limit_fields(3), cap_grp_limit_groups(3)
- library for group database operations in capability mode
- cap_getprotobyname(3)
- library for getting network proto entry in capability mode
- cap_getpwent(3), cap_getpwnam(3), cap_getpwuid(3), cap_getpwent_r(3), cap_getpwnam_r(3), cap_getpwuid_r(3), cap_setpassent(3), cap_setpwent(3), cap_endpwent(3), cap_pwd_limit_cmds(3), cap_pwd_limit_fields(3), cap_pwd_limit_users(3)
- library for password database operations in capability mode
- cap_sandboxed(3)
- Check if in a capability mode sandbox
- cap_sysctl(3)
- library for getting or setting system information in capability mode
- cap_syslog(3), cap_vsyslog(3), cap_openlog(3), cap_closelog(3), cap_setlogmask(3)
- library for syslog in capability mode
- caph_limit_stream(3), caph_limit_stdin(3), caph_limit_stderr(3), caph_limit_stdout(3), caph_limit_stdio(3), caph_stream_rights(3), caph_cache_tzdata(3), caph_cache_catpages(3), caph_enter(3), caph_enter_casper(3), caph_rights_limit(3), caph_ioctls_limit(3), caph_fcntls_limit(3)
- set of the capsicum helpers, part of the libcapsicum
- captoinfo(1), %tic(1)
- compile terminal descriptions for terminfo or termcap
- cbreak(3), %cbreak(3), %echo(3), %halfdelay(3), %intrflush(3), %is_cbreak(3), %is_echo(3), %is_nl(3), %is_raw(3), %keypad(3), %meta(3), %nl(3), %nocbreak(3), %nodelay(3), %noecho(3), %nonl(3), %noqiflush(3), %noraw(3), %notimeout(3), %qiflush(3), %raw(3), %timeout(3), %wtimeout(3), %typeahead(3)
- get and set curses terminal input options
- cdboot(8)
- find a bootloader on ISO-9660
- cdce(4)
- USB Communication Device Class Ethernet (CDC ECM/NCM) driver
- cdceem(4)
- USB Communication Device Class Ethernet Emulation Model (CDC EEM) driver
- cfumass(4)
- USB device side support for Mass Storage Class Transport
- cgget(3), cgput(3), cgread(3), cgread1(3), cgwrite(3), cgwrite1(3)
- read/write cylinder groups of UFS disks
- chat(8)
- Automated conversational script with a modem
- check_utility_compat(3)
- determine whether a utility should be compatible
- chmod(1)
- change file modes
- chmod(2), fchmod(2), lchmod(2), fchmodat(2)
- change mode of file
- chromebook_platform(4)
- support driver for hardware on various Chromebook models
- cli.lua(8)
- bootloader command line interpreter module
- clock(3)
- determine processor time used
- close(2)
- delete a descriptor
- closefrom(2), close_range(2)
- delete open file descriptors
- clri(8)
- clear an inode
- color.4th(8)
- FreeBSD color-detection boot module
- color.lua(8)
- bootloader color module
- comcontrol(8)
- control a special tty device
- condvar(9), cv_init(9), cv_destroy(9), cv_wait(9), cv_wait_sig(9), cv_wait_unlock(9), cv_timedwait(9), cv_timedwait_sbt(9), cv_timedwait_sig(9), cv_timedwait_sig_sbt(9), cv_signal(9), cv_broadcast(9), cv_broadcastpri(9), cv_wmesg(9)
- kernel condition variable
- config.lua(8)
- bootloader configuration module
- conscontrol(8)
- control physical system video console devices
- core.lua(8)
- bootloader core module
- coretemp(4)
- device driver for Intel Core on-die digital thermal sensor
- cp2112(4)
- driver for a USB GPIO and I2C peripheral device
- cpu_machdep(9), cpu_copy_thread(9), cpu_exec_vmspace_reuse(9), cpu_exit(9), cpu_fetch_syscall_args(9), cpu_fork(9), cpu_fork_kthread_handler(9), cpu_idle(9), cpu_idle_wakeup(9), cpu_procctl(9), cpu_set_syscall_retval(9), cpu_set_upcall(9), cpu_set_user_tls(9), cpu_switch(9), cpu_sync_core(9), cpu_thread_alloc(9), cpu_thread_clean(9), cpu_thread_exit(9), cpu_thread_free(9), cpu_throw(9)
- machine-dependent interfaces to handle CPU and thread state
- cpucontrol(8)
- control utility for the cpuctl(4) device
- cpuctl(4)
- cpuctl pseudo device
- cr_bsd_visible(9)
- determine if subjects may see entities according to BSD security policies
- cr_cansee(9)
- determine visibility of objects given their user credentials
- cr_canseejailproc(9)
- determine if subjects may see entities in sub-jails
- cr_canseeothergids(9)
- determine if subjects may see entities in a disjoint group set
- cr_canseeotheruids(9)
- determine if subjects may see entities with differing user ID
- crunchide(1)
- hides symbol names from ld, for crunching programs together
- crypto(4), cryptodev(4)
- user-mode access to hardware-accelerated cryptography
- csio_build(3), csio_build_visit(3), csio_decode(3), csio_decode_visit(3), buff_decode(3), buff_decode_visit(3), csio_encode(3), csio_encode_visit(3), buff_encode_visit(3)
- CAM user library SCSI buffer parsing routines
- ctfconvert(1)
- convert debug data to CTF data
- curs_delch(3), %delch(3), %wdelch(3), %mvdelch(3), %mvwdelch(3)
- delete a character from a curses window
- curs_deleteln(3), %deleteln(3), %wdeleteln(3), %insdelln(3), %winsdelln(3), %insertln(3), %winsertln(3)
- delete or insert lines in a curses window
- curs_extend(3), %curses_version(3), %use_extended_names(3)
- miscellaneous curses extensions
- curs_get_wch(3), %get_wch(3), %wget_wch(3), %mvget_wch(3), %mvwget_wch(3), %unget_wch(3)
- get (or push back) a wide character from curses terminal keyboard
- curs_get_wstr(3), %get_wstr(3), %getn_wstr(3), %wget_wstr(3), %wgetn_wstr(3), %mvget_wstr(3), %mvgetn_wstr(3), %mvwget_wstr(3), %mvwgetn_wstr(3)
- get a wide-character string from a curses terminal keyboard
- curs_getcchar(3), %getcchar(3), %setcchar(3)
- convert between a wide-character string and a curses complex character
- curs_initscr(3), %initscr(3), %newterm(3), %endwin(3), %isendwin(3), %set_term(3), %delscreen(3)
- initialize, manipulate, or tear down curses terminal interface
- curs_ins_wstr(3), %ins_wstr(3), %ins_nwstr(3), %wins_wstr(3), %wins_nwstr(3), %mvins_wstr(3), %mvins_nwstr(3), %mvwins_wstr(3), %mvwins_nwstr(3)
- insert a wide-character string in a curses window
- curs_inwstr(3), %inwstr(3), %innwstr(3), %winwstr(3), %winnwstr(3), %mvinwstr(3), %mvinnwstr(3), %mvwinwstr(3), %mvwinnwstr(3)
- get a wide-character string from a curses window
- curs_kernel(3), %def_prog_mode(3), %def_shell_mode(3), %reset_prog_mode(3), %reset_shell_mode(3), %resetty(3), %savetty(3), %getsyx(3), %setsyx(3), %ripoffline(3), %curs_set(3), %napms(3)
- low-level curses routines
- curs_opaque(3), %is_cleared(3), %is_idlok(3), %is_idcok(3), %is_immedok(3), %is_keypad(3), %is_leaveok(3), %is_nodelay(3), %is_notimeout(3), %is_pad(3), %is_scrollok(3), %is_subwin(3), %is_syncok(3), %wgetdelay(3), %wgetparent(3), %wgetscrreg(3)
- obtain curses window properties
- curs_slk(3), %slk_init(3), %slk_set(3), %slk_wset(3), %slk_refresh(3), %slk_noutrefresh(3), %slk_label(3), %slk_clear(3), %slk_restore(3), %slk_touch(3), %slk_attron(3), %slk_attrset(3), %slk_attroff(3), %slk_attr_on(3), %slk_attr_set(3), %slk_attr_off(3), %slk_attr(3), %slk_color(3), %extended_slk_color(3)
- curses soft label key routines
- curs_terminfo(3), %del_curterm(3), %mvcur(3), %putp(3), %restartterm(3), %set_curterm(3), %setupterm(3), %tigetflag(3), %tigetnum(3), %tigetstr(3), %tiparm(3), %tiparm_s(3), %tiscan_s(3), %tparm(3), %tputs(3), %vid_attr(3), %vid_puts(3), %vidattr(3), %vidputs(3)
- curses interfaces to %term%info database
- curs_threads(3), %NCURSES_WINDOW_CB(3), %NCURSES_SCREEN_CB(3), %get_escdelay(3), %set_escdelay(3), %set_tabsize(3), %use_screen(3), %use_window(3)
- curses support for multi-threaded applications
- curs_util(3), %delay_output(3), %filter(3), %flushinp(3), %getwin(3), %key_name(3), %keyname(3), %nofilter(3), %putwin(3), %unctrl(3), %use_env(3), %use_tioctl(3), %wunctrl(3)
- miscellaneous curses utility routines
- curs_variables(3), %bool(3), %chtype(3), %cchar_t(3), %attr_t(3), %SCREEN(3), %WINDOW(3), %TRUE(3), %FALSE(3), %ERR(3), %OK(3), %curscr(3), %newscr(3), %stdscr(3), %COLORS(3), %COLOR_PAIRS(3), %COLS(3), %LINES(3), %ESCDELAY(3), %TABSIZE(3)
- curses data types, constants, and global variables
- curs_window(3), %newwin(3), %delwin(3), %mvwin(3), %subwin(3), %derwin(3), %mvderwin(3), %dupwin(3), %wsyncup(3), %syncok(3), %wcursyncup(3), %wsyncdown(3)
- create and manipulate curses windows
- cuse(3), libcuse(3)
- Userland character device library
- da(4)
- SCSI Direct Access device driver
- daemon(8)
- run detached from the controlling terminal
- dbm_clearerr(3), dbm_close(3), dbm_delete(3), dbm_dirfno(3), dbm_error(3), dbm_fetch(3), dbm_firstkey(3), dbm_nextkey(3), dbm_open(3), dbm_store(3)
- database access functions
- dc(1)
- arbitrary-precision decimal reverse-Polish notation calculator
- dc(4)
- DEC/Intel 21143 and clone 10/100 Ethernet driver
- dcons(4)
- dumb console device driver
- ddb(4)
- interactive kernel debugger
- ddb(8)
- configure DDB kernel debugger properties
- decryptcore(8)
- decrypt a core dump of the operating system
- define_key(3), %define_key(3)
- define a curses keycode
- delay.4th(8)
- FreeBSD debugging boot module
- des_crypt(3), ecb_crypt(3), cbc_crypt(3), des_setparity(3)
- fast DES encryption
- dev_clone(9), drain_dev_clone_events(9)
- eventhandler for name-based device cloning in devfs
- dev_refthread(9), devvn_refthread(9), dev_relthread(9)
- safely access device methods
- devcfg(4)
- Zynq PL device config interface
- devclass(9)
- object representing a class of devices
- devclass_find(9)
- search for a devclass
- devclass_get_device(9)
- translate unit number to device
- devclass_get_devices(9)
- get a list of devices in a devclass
- devclass_get_drivers(9)
- get a list of drivers in a devclass
- devclass_get_maxunit(9)
- find the maximum unit number in the class
- devclass_get_name(9)
- access the name of a devclass
- devclass_get_softc(9)
- translate unit number to driver private structure
- devctl(3), devctl_attach(3), devctl_clear_driver(3), devctl_delete(3), devctl_detach(3), devctl_disable(3), devctl_enable(3), devctl_freeze(3), devctl_getpath(3), devctl_rescan(3), devctl_reset(3), devctl_resume(3), devctl_set_driver(3), devctl_suspend(3), devctl_thaw(3)
- device control library
- devctl(4)
- device event reporting and device control interface
- devctl(8)
- device control utility
- devctl_notify(9)
- Send a message, via devctl, to userland
- devctl_process_running(9)
- Returns true when devctl has a consumer process running
- devctl_safe_quote_sb(9)
- Insert a string, properly quoted, into a sbuf
- devd(8)
- device state change daemon
- devd.conf(5)
- configuration file for devd(8)
- development(7)
- introduction to development process
- devfs(5)
- device file system
- devfs(8)
- DEVFS control
- devfs.conf(5)
- boot-time devfs configuration information
- devfs.rules(5)
- devfs configuration information
- devfs_set_cdevpriv(9), devfs_get_cdevpriv(9), devfs_clear_cdevpriv(9), devfs_foreach_cdevpriv(9)
- manage per-open filedescriptor data for devices
- device(9)
- an abstract representation of a device
- device.hints(5)
- device resource hints
- device_add_child(9), device_add_child_ordered(9)
- add a new device as a child of an existing device
- device_attach(9), device_detach(9), device_probe(9), device_probe_and_attach(9)
- manage device's connection to a device driver
- device_delete_child(9)
- delete a child from a device
- device_delete_children(9)
- delete all child devices of a given device
- device_enable(9), device_disable(9), device_is_enabled(9)
- manipulate device enabled flag
- device_find_child(9)
- search for a child of a device
- device_get_children(9)
- get a list of devices connected to a device
- device_get_devclass(9)
- access the devclass of a device
- device_get_driver(9)
- access the current driver of a device
- device_get_ivars(9), device_set_ivars(9)
- access bus private variables
- device_get_name(9), device_get_nameunit(9)
- access the name of a device's device class or instance
- device_get_parent(9)
- return the device's parent
- device_get_property(9), device_has_property(9)
- access device specific data
- device_get_softc(9)
- access driver private instance variables
- device_get_state(9), device_busy(9), device_unbusy(9), device_is_alive(9), device_is_attached(9)
- manipulate device state
- device_get_sysctl_ctx(9), device_get_sysctl_tree(9)
- manipulate the sysctl oid tree for driver specific sysctl nodes
- device_get_unit(9)
- access the unit number of a device
- device_printf(9)
- formatted output conversion
- device_quiet(9), device_verbose(9), device_is_quiet(9)
- manipulate device quiet flag
- device_set_desc(9), device_set_descf(9), device_set_desc_copy(9), device_get_desc(9)
- access the description of a device
- device_set_driver(9)
- associate a specific driver with a device node in the tree
- device_set_flags(9), device_get_flags(9)
- manipulate driver flags
- devinfo(3), devinfo_init(3), devinfo_free(3), devinfo_handle_to_device(3), devinfo_handle_to_resource(3), devinfo_handle_to_rman(3), devinfo_foreach_device_child(3), devinfo_foreach_device_resource(3), devinfo_foreach_rman_resource(3), devinfo_foreach_rman(3)
- device and resource information utility library
- devinfo(8)
- print information about system device configuration
- devmatch(8)
- print information about unattached devices
- devname(3)
- get device name
- devstat(3), devstat_getnumdevs(3), devstat_getgeneration(3), devstat_getversion(3), devstat_checkversion(3), devstat_getdevs(3), devstat_selectdevs(3), devstat_buildmatch(3), devstat_compute_statistics(3), devstat_compute_etime(3)
- device statistics utility library
- devstat(9), devstat_end_transaction(9), devstat_end_transaction_bio(9), devstat_end_transaction_bio_bt(9), devstat_new_entry(9), devstat_remove_entry(9), devstat_start_transaction(9), devstat_start_transaction_bio(9)
- kernel interface for keeping device statistics
- devtoname(9)
- converts character device into a string indicating the device name
- digittoint(3), isalnum(3), isalpha(3), isascii(3), isblank(3), iscntrl(3), isdigit(3), isgraph(3), ishexnumber(3), isideogram(3), islower(3), isnumber(3), isphonogram(3), isprint(3), ispunct(3), isrune(3), isspace(3), isspecial(3), isupper(3), isxdigit(3), toascii(3), tolower(3), toupper(3)
- character classification functions
- digittoint_l(3), isalnum_l(3), isalpha_l(3), isblank_l(3), iscntrl_l(3), isdigit_l(3), isgraph_l(3), ishexnumber_l(3), isideogram_l(3), islower_l(3), isnumber_l(3), isphonogram_l(3), isprint_l(3), ispunct_l(3), isrune_l(3), isspace_l(3), isspecial_l(3), isupper_l(3), isxdigit_l(3), tolower_l(3), toupper_l(3)
- character classification functions
- diskinfo(8)
- get information about disk device
- disktab(5)
- disk description file
- div(3)
- return quotient and remainder from division
- dl_iterate_phdr(3)
- iterate over program headers
- dlinfo(3)
- information about dynamically loaded object
- dnv(9), dnvlist_get(9), dnvlist_take(9)
- API for getting name/value pairs with a default value
- drawer.lua(8)
- bootloader menu/screen drawer module
- drbr(9), drbr_free(9), drbr_enqueue(9), drbr_dequeue(9), drbr_dequeue_cond(9), drbr_flush(9), drbr_empty(9), drbr_inuse(9)
- network driver interface to buf_ring
- drill(1)
- get (debug) information out of DNS(SEC)
- driver(9)
- structure describing a device driver
- dtc(1)
- device tree compiler
- dtrace_audit(4)
- A DTrace provider for tracing audit(4) events
- dtrace_io(4)
- a DTrace provider for tracing events related to disk I/O
- dtrace_ip(4)
- a DTrace provider for tracing events related to the IPv4 and IPv6 protocols
- dtrace_kinst(4)
- a DTrace provider for tracing arbitrary instructions in a given kernel function
- dtrace_lockstat(4)
- a DTrace provider for tracing CPU scheduling events
- dtrace_proc(4)
- a DTrace provider for tracing events related to user processes
- dtrace_sched(4)
- a DTrace provider for tracing CPU scheduling events
- dtrace_sctp(4)
- a DTrace provider for tracing events related to the sctp(4) protocol
- dtrace_tcp(4)
- a DTrace provider for tracing events related to the tcp(4) protocol
- dtrace_udp(4)
- a DTrace provider for tracing events related to the UDP protocol
- dtrace_udplite(4)
- a DTrace provider for tracing events related to the UDP-Lite protocol
- dtsec(4)
- Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driver
- dummynet(4)
- traffic shaper, bandwidth manager and delay emulator
- dumpon(8)
- specify a device for crash dumps
- dup(2), dup2(2)
- duplicate an existing file descriptor
- dup3(3)
- duplicate an existing file descriptor
- dwarf(3)
- access debugging information in object files
- dwarf_add_AT_dataref(3)
- create an attribute descriptor for a relocatable address
- dwarf_add_AT_location_expr(3)
- create an attribute descriptor for a location expression
- dwarf_add_AT_ref_address(3)
- create a reference class attribute descriptor
- dwarf_add_die_to_debug(3)
- set the root debugging information entry
- dwarf_add_directory_decl(3)
- add a directory name to a producer instance
- dwarf_add_expr_gen(3)
- add an operator to a location expression descriptor
- dwarf_add_fde_inst(3)
- add a call frame instruction to a DWARF frame descriptor
- dwarf_add_file_decl(3)
- add a source file entry to a producer instance
- dwarf_add_frame_fde(3)
- add a call frame descriptor to a DWARF producer instance
- dwarf_add_typename(3)
- add information about a user-defined type to a DWARF producer instance
- dwarf_arrayorder(3), dwarf_bitoffset(3), dwarf_bitsize(3), dwarf_bytesize(3), dwarf_highpc(3), dwarf_highpc_b(3), dwarf_lowpc(3), dwarf_srclang(3)
- retrieve the value of a DWARF attribute
- dwarf_attr(3)
- retrieve an attribute descriptor associated with a DWARF debugging information entry
- dwarf_attrlist(3)
- retrieve DWARF attribute descriptors
- dwarf_attroffset(3)
- retrieve the section-relative offset of an attribute descriptor
- dwarf_attrval_flag(3), dwarf_attrval_signed(3), dwarf_attrval_string(3), dwarf_attrval_unsigned(3)
- retrieve the value of an attribute within a DWARF debugging information entry
- dwarf_child(3), dwarf_offdie(3), dwarf_offdie_b(3), dwarf_siblingof(3), dwarf_siblingof_b(3)
- retrieve DWARF Debugging Information Entry descriptors
- dwarf_dealloc(3), dwarf_fde_cie_list_dealloc(3), dwarf_funcs_dealloc(3), dwarf_globals_dealloc(3), dwarf_pubtypes_dealloc(3), dwarf_ranges_dealloc(3), dwarf_srclines_dealloc(3), dwarf_types_dealloc(3), dwarf_vars_dealloc(3), dwarf_weaks_dealloc(3)
- release resources
- dwarf_def_macro(3)
- add a macro definition to a DWARF producer instance
- dwarf_die_CU_offset(3), dwarf_die_CU_offset_range(3), dwarf_dieoffset(3), dwarf_get_cu_die_offset_given_cu_header_offset(3), dwarf_get_cu_die_offset_given_cu_header_offset_b(3)
- return offsets of DWARF debugging information entries
- dwarf_die_abbrev_code(3)
- retrieve the abbreviation code for a DWARF debugging information entry
- dwarf_die_link(3)
- link a debugging information entry
- dwarf_diename(3)
- retrieve the name associated with a debugging information entry
- dwarf_fde_cfa_offset(3)
- add a DW_CFA_offset frame instruction to a DWARF frame descriptor
- dwarf_finish(3), dwarf_object_finish(3)
- free resources associated with a debug descriptor
- dwarf_get_abbrev_code(3)
- retrieve the abbreviation code for an abbreviation
- dwarf_get_abbrev_entry(3)
- retrieve attribute information from an abbreviation descriptor
- dwarf_get_address_size(3)
- return the number of bytes needed to represent an address
- dwarf_get_arange(3)
- retrieve the address range descriptor for an address
- dwarf_get_arange_cu_header_offset(3), dwarf_get_cu_die_offset(3)
- retrieve compilation unit offsets
- dwarf_get_arange_info(3)
- extract address range information from a descriptor
- dwarf_get_cie_index(3)
- retrieve the index of a CIE descriptor
- dwarf_get_cie_info(3)
- retrieve information associated with a CIE descriptor
- dwarf_get_cie_of_fde(3)
- retrieve CIE descriptor
- dwarf_get_elf(3)
- retrieve the Elf descriptor associated with a Dwarf_Debug instance
- dwarf_get_fde_at_pc(3)
- retrieve the FDE descriptor for an address
- dwarf_get_fde_info_for_all_regs(3)
- retrieve register rule row
- dwarf_get_fde_info_for_all_regs3(3)
- retrieve register rule row
- dwarf_get_fde_info_for_cfa_reg3(3), dwarf_get_fde_info_for_cfa_regs3(3)
- retrieve a CFA register rule
- dwarf_get_fde_info_for_reg(3)
- retrieve register rule
- dwarf_get_fde_info_for_reg3(3)
- retrieve register rule
- dwarf_get_fde_instr_bytes(3)
- retrieve instructions from FDE descritpor
- dwarf_get_fde_list(3)
- retrieve frame information
- dwarf_get_fde_n(3)
- retrieve FDE descriptor
- dwarf_get_fde_range(3)
- retrieve range information from an FDE descriptor
- dwarf_get_macro_details(3)
- retrieve macro information
- dwarf_get_pubtypes(3), dwarf_pubtype_cu_offset(3), dwarf_pubtype_die_offset(3), dwarf_pubtype_name_offsets(3), dwarf_pubtypename(3)
- retrieve information about user-defined types
- dwarf_get_types(3), dwarf_type_cu_offset(3), dwarf_type_die_offset(3), dwarf_type_name_offsets(3), dwarf_typename(3)
- retrieve information about user-defined types
- dwarf_init(3), dwarf_elf_init(3)
- allocate a DWARF debug descriptor
- dwarf_lineaddr(3), dwarf_linebeginstatement(3), dwarf_lineblock(3), dwarf_lineendsequence(3), dwarf_lineno(3), dwarf_lineoff(3), dwarf_linesrc(3), dwarf_line_srcfileno(3)
- retrieve information associated with a DWARF line descriptor
- dwarf_new_die(3)
- allocate a new debugging information entry
- dwarf_new_expr(3)
- create a location expression descriptor
- dwarf_new_fde(3)
- allocate a DWARF frame descriptor
- dwarf_next_cu_header(3), dwarf_next_cu_header_b(3), dwarf_next_cu_header_c(3)
- step through compilation units in a DWARF debug context
- dwarf_next_types_section(3)
- step through.debug_types sections in a debug context
- dwarf_object_init(3)
- allocate a DWARF debug descriptor with application-specific file
- dwarf_producer_init(3), dwarf_producer_init_b(3)
- allocate a DWARF producer descriptor
- dwarf_set_frame_cfa_value(3), dwarf_set_frame_rule_initial_value(3), dwarf_set_frame_rule_table_size(3), dwarf_set_frame_same_value(3), dwarf_set_frame_undefined_value(3)
- set internal register rule table parameters
- dwarf_set_reloc_application(3)
- set a library-wide relocation flag
- dwarf_srclines(3)
- retrieve line number information for a debugging information entry
- dwarf_tag(3)
- retrieve the tag associated with a DWARF debugging information entry
- dwarf_undef_macro(3)
- record the removal of a macro definition
- dwarf_whatattr(3)
- retrieve the attribute code for a DWARF attribute
- editline(3), el_init(3), el_init_fd(3), el_end(3), el_reset(3), el_gets(3), el_wgets(3), el_getc(3), el_wgetc(3), el_push(3), el_wpush(3), el_parse(3), el_wparse(3), el_set(3), el_wset(3), el_get(3), el_wget(3), el_source(3), el_resize(3), el_cursor(3), el_line(3), el_wline(3), el_insertstr(3), el_winsertstr(3), el_deletestr(3), el_wdeletestr(3), history_init(3), history_winit(3), history_end(3), history_wend(3), history(3), history_w(3), tok_init(3), tok_winit(3), tok_end(3), tok_wend(3), tok_reset(3), tok_wreset(3), tok_line(3), tok_wline(3), tok_str(3), tok_wstr(3)
- line editor, history and tokenization functions
- efidev(4), efirtc(4)
- user-mode access to UEFI runtime services
- efidp(8)
- UEFI Device Path manipulation
- elf32_getchdr(3), elf64_getchdr(3), gelf_getchdr(3)
- retrieve the compression header of a section
- elf32_getehdr(3), elf64_getehdr(3), gelf_getehdr(3)
- retrieve the object file header
- elf32_getphdr(3), elf64_getphdr(3), gelf_getphdr(3)
- retrieve an ELF program header table
- elf32_getshdr(3), elf64_getshdr(3), gelf_getshdr(3)
- retrieve the class-dependent section header
- elf32_newehdr(3), elf64_newehdr(3), gelf_newehdr(3)
- retrieve or allocate the object file header
- elf32_newphdr(3), elf64_newphdr(3), gelf_newphdr(3)
- allocate an ELF program header table
- elf_cntl(3)
- control an elf file descriptor
- elf_end(3)
- release an ELF descriptor
- elf_getarhdr(3)
- retrieve ar(1) header for an archive member
- elf_getident(3)
- return the initial bytes of a file
- elf_getphdrnum(3)
- return the number of program headers in an ELF file
- elf_getphnum(3)
- return the number of program headers in an ELF file
- elf_getshdrstrndx(3)
- retrieve the index of the section name string table
- elf_getshstrndx(3), elf_setshstrndx(3)
- retrieve/update the index of the section name string table
- elf_kind(3)
- determine ELF file type
- elf_next(3)
- provide sequential access to the next archive member
- elf_rand(3)
- provide sequential access to the next archive member
- elf_update(3)
- update an ELF descriptor
- elftc_bfd_find_target(3), elftc_bfd_target_byteorder(3), elftc_bfd_target_class(3), elftc_bfd_target_flavor(3), elftc_bfd_target_machine(3)
- binary object descriptor handling
- elftc_demangle(3)
- demangle a C++ name
- elftc_string_table_create(3), elftc_string_table_destroy(3), elftc_string_table_from_section(3), elftc_string_table_image(3), elftc_string_table_insert(3), elftc_string_table_lookup(3), elftc_string_table_remove(3), elftc_string_table_to_string(3)
- convenience routines for handling ELF string tables
- elftc_timestamp(3)
- return the current or environment-provided timestamp
- elftc_version(3)
- return a project-wide version identifier string
- euc(5)
- EUC encoding of wide characters
- eventfd(2)
- create a file descriptor for event notification
- eventfd_read(3), eventfd(3)
- create a file descriptor for event notification
- exports(5)
- define remote mount points for NFS mount requests
- extattr(9)
- virtual file system named extended attributes
- extattr_delete_fd(2), extattr_delete_file(2), extattr_delete_link(2), extattr_get_fd(2), extattr_get_file(2), extattr_get_link(2), extattr_list_fd(2), extattr_list_file(2), extattr_list_link(2), extattr_set_fd(2), extattr_set_file(2), extattr_set_link(2)
- system calls to manipulate VFS extended attributes
- extattr_namespace_to_string(3), extattr_string_to_namespace(3)
- convert an extended attribute namespace identifier to a string and vice versa
- extattrctl(8)
- manage UFS1 extended attributes
- fbtab(5)
- change device protection upon login
- fd(4), stdin(4), stdout(4), stderr(4)
- file descriptor files
- fdescfs(5)
- file-descriptor file system
- fdt(4)
- Flattened Device Tree support
- fdtbus(4)
- Flattened Device Tree bus driver
- feclearexcept(3), fegetexceptflag(3), feraiseexcept(3), fesetexceptflag(3), fetestexcept(3), fegetround(3), fesetround(3), fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3), feenableexcept(3), fedisableexcept(3), fegetexcept(3)
- floating-point environment control
- fegetenv(3), feholdexcept(3), fesetenv(3), feupdateenv(3)
- floating-point environment save and restore
- fgetwc(3), getwc(3), getwchar(3)
- get next wide character from input stream
- fgetwln(3)
- get a line of wide characters from a stream
- fgetws(3)
- get a line of wide characters from a stream
- fifolog_create(1), fifolog_writer(1), fifolog_reader(1)
- initialize, write, seek and extract data from a fifolog
- file(1)
- determine file type
- fileargs_cinit(3), fileargs_cinitnv(3), fileargs_init(3), fileargs_initnv(3), fileargs_free(3), fileargs_lstat(3), fileargs_open(3), fileargs_fopen(3)
- library for handling files in capability mode
- filemon(4)
- the filemon device
- firewall(7)
- simple firewalls under FreeBSD
- fmod(3), fmodf(3), fmodl(3)
- floating-point remainder functions
- fmtmsg(3)
- display a detailed diagnostic message
- fold(1)
- fold long lines for finite width output device
- form_fieldtype(3)
- define validation-field types
- fputwc(3), putwc(3), putwchar(3)
- output a wide character to a stream
- fputws(3)
- output a line of wide characters to a stream
- free_mntarg(9), kernel_mount(9), mount_arg(9), mount_argb(9), mount_argf(9), mount_argsu(9)
- functions provided as part of the kernel mount interface
- fs(5), inode(5)
- format of file system volume
- fsdb(8)
- FFS debugging/editing tool
- fsirand(8)
- randomize inode generation numbers
- fstat(1)
- identify active files
- fstyp(8)
- determine filesystem type
- ftok(3)
- create IPC identifier from path name
- full(4)
- the full device
- fwide(3)
- get/set orientation of a stream
- fwohci(4)
- OHCI FireWire chipset device driver
- fxp(4)
- Intel EtherExpress PRO/100 Ethernet device driver
- g_access(9)
- control access to GEOM consumers and their providers
- g_attach(9), g_detach(9)
- attach/detach GEOM consumers to/from providers
- g_new_bio(9), g_clone_bio(9), g_destroy_bio(9), g_format_bio(9), g_print_bio(9), g_reset_bio(9)
- GEOM bio controlling functions
- g_new_consumer(9), g_destroy_consumer(9)
- GEOM consumers management
- g_new_geomf(9), g_destroy_geom(9)
- geom management
- g_new_providerf(9), g_destroy_provider(9), g_error_provider(9)
- GEOM providers management
- g_provider_by_name(9)
- find GEOM provider with given name
- g_wither_geom(9)
- destroy geom and related providers and consumers when you get a chance
- gai_strerror(3)
- get error message string from EAI_xxx error code
- gbde(4)
- Geom Based Disk Encryption
- gbde(8)
- operation and management utility for Geom Based Disk Encryption
- gdb(4)
- external kernel debugger
- gelf(3)
- class-independent API for ELF manipulation
- gelf_getclass(3)
- retrieve the class of an ELF descriptor
- gelf_getrela(3), gelf_update_rela(3)
- read and update ELF relocation entries with addends
- gelf_getsymshndx(3), gelf_update_symshndx(3)
- read and update symbol information using extended section indices
- gelf_update_ehdr(3), gelf_update_phdr(3), gelf_update_shdr(3)
- update underlying ELF data structures
- gem(4)
- GEM/GMAC Ethernet device driver
- gensnmptree(1)
- generate C and header files from a MIB description file
- geom_stats_open(3), geom_stats_close(3), geom_stats_resync(3), geom_stats_snapshot_get(3), geom_stats_snapshot_free(3), geom_stats_snapshot_timestamp(3), geom_stats_snapshot_reset(3), geom_stats_snapshot_next(3), gctl_get_handle(3), gctl_ro_param(3), gctl_rw_param(3), gctl_issue(3), gctl_free(3), gctl_dump(3), geom_getxml(3), geom_xml2tree(3), geom_gettree(3), geom_deletetree(3), g_open(3), g_close(3), g_mediasize(3), g_sectorsize(3), g_stripeoffset(3), g_stripesize(3), g_flush(3), g_delete(3), g_device_path(3), g_get_ident(3), g_get_name(3), g_open_by_ident(3), g_providername(3)
- userland API library for kernel GEOM subsystem
- getdelim(3), getline(3)
- get a line from a stream
- getdirentries(2), getdents(2)
- get directory entries in a file system independent format
- getdiskbyname(3)
- get generic disk description by its name
- getdtablesize(2)
- get file descriptor limit
- getextattr(8), lsextattr(8), rmextattr(8), setextattr(8)
- manipulate extended attributes
- getfsent(3), getfsspec(3), getfsfile(3), setfsent(3), endfsent(3)
- get file system descriptor file entry
- getgid(2), getegid(2)
- get group process identification
- gethostid(3), sethostid(3)
- get/set unique identifier of current host
- getinode(3), putinode(3)
- fetch and store inodes on a UFS file system
- getipnodebyname(3), getipnodebyaddr(3), freehostent(3)
- nodename-to-address and address-to-nodename translation
- getmode(3), setmode(3)
- modify mode bits
- getnewvnode(9)
- get a new vnode
- getpeereid(3)
- get the effective credentials of a UNIX-domain peer
- getpid(2), getppid(2)
- get parent or calling process identification
- getty(8)
- set terminal mode
- getuid(2), geteuid(2)
- get user identification
- gfx.lua(8)
- bootloader graphics module
- gjournal(8)
- control utility for journaled devices
- glxiic(4)
- Geode LX CS5536 I2C controller driver
- glxsb(4)
- Geode LX Security Block crypto accelerator
- gmirror(8)
- control utility for mirrored devices
- gone_in(9), gone_in_dev(9)
- deprecation notice functions
- gpioiic(4)
- GPIO I2C bit-banging device driver
- gpiokeys(4)
- GPIO keys device driver
- gpioled(4)
- GPIO LED generic device driver
- gptboot(8)
- GPT bootcode for UFS on BIOS-based computers
- gptboot.efi(8)
- GPT bootcode for UFS on UEFI computers
- gptzfsboot(8)
- GPT bootcode for ZFS on BIOS-based computers
- graid(8)
- control utility for software RAID devices
- graid3(8)
- control utility for RAID3 devices
- gre(4)
- encapsulating network device
- groupmember(9)
- checks if credentials mandate some group membership
- gshsec(8)
- control utility for shared secret devices
- gss_acquire_cred(3)
- Obtain a GSS-API credential handle for pre-existing credentials
- gss_add_cred(3)
- Construct credentials incrementally
- gss_add_oid_set_member(3)
- Add an object identifier to a set
- gss_context_time(3)
- Determine for how long a context will remain valid
- gss_create_empty_oid_set(3)
- Create a set containing no object identifiers
- gss_delete_sec_context(3)
- Discard a security context
- gss_display_status(3)
- Convert a GSS-API status code to text
- gss_get_mic(3), gss_sign(3)
- Calculate a cryptographic message integrity code (MIC) for a message; integrity service
- gss_indicate_mechs(3)
- Determine available underlying authentication mechanisms
- gss_inquire_cred(3)
- Obtain information about a credential
- gss_inquire_cred_by_mech(3)
- Obtain per-mechanism information about a credential
- gss_release_cred(3)
- Discard a credential handle
- gss_release_oid_set(3)
- Discard a set of object identifiers
- gss_test_oid_set_member(3)
- Determines whether an object identifier is a member of a set
- gss_wrap_size_limit(3)
- Determine maximum message sizes
- gstripe(8)
- control utility for striped devices
- gvirstor(8)
- control utility for virtual data storage devices
- gzexe(1)
- create auto-decompressing executables
- gzip(1), gunzip(1), zcat(1)
- compression/decompression tool using Lempel-Ziv coding (LZ77)
- hashinit(9), hashinit_flags(9), hashdestroy(9), phashinit(9), phashinit_flags(9)
- manage kernel hash tables
- hcreate(3), hcreate_r(3), hdestroy(3), hdestroy_r(3), hsearch(3), hsearch_r(3)
- manage hash search table
- hcsecd(8)
- control link keys and PIN codes for Bluetooth devices
- hexdump(1), hd(1)
- ASCII, decimal, hexadecimal, octal dump
- hexdump(3)
- dump a block of bytes to standard out in hexadecimal form
- hexdump(9)
- dump a block of bytes to the console in hexadecimal form
- hhook(9), hhook_head_register(9), hhook_head_deregister(9), hhook_head_deregister_lookup(9), hhook_run_hooks(9), HHOOKS_RUN_IF(9), HHOOKS_RUN_LOOKUP_IF(9)
- Helper Hook Framework
- hidraw(4)
- Raw Access to HID devices
- hier(7)
- index of file system hierarchy
- hmt(4)
- MS Windows 7/8/10 - compatible HID multi-touch device driver
- hook.lua(8)
- bootloader hook module
- hostname(7)
- host name resolution description
- hptiop(4)
- HighPoint RocketRAID 3xxx/4xxx device driver
- hptmv(4)
- HighPoint RocketRAID 182x device driver
- hptrr(4)
- HighPoint RocketRAID device driver
- htonl(3), htons(3), ntohl(3), ntohs(3)
- convert values between host and network byte order
- hx509_lock(3), hx509 lock functions(3)
- See the Locking and unlocking certificates and encrypted data. for description and examples
- hypot(3), hypotf(3), hypotl(3), cabs(3), cabsf(3), cabsl(3)
- Euclidean distance and complex absolute value functions
- hz(9), tick(9), stathz(9), profhz(9)
- system time model
- i2c(8)
- test I2C bus and slave devices
- iasl(8)
- Intel ACPI compiler/decompiler
- ibnd_discover_fabric(3), ibnd_destroy_fabric(3), ibnd_debug ibnd_show_progress(3)
- initialize ibnetdiscover library
- ibnd_find_node_guid(3), ibnd_find_node_dr(3)
- given a fabric object find the node object within it which matches the guid or directed route specified
- ibnd_iter_nodes(3), ibnd_iter_nodes_type(3)
- given a fabric object and a function itterate over the nodes in the fabric
- ibstat(8), IBSTAT(8)
- rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- ibv_alloc_mw(3), ibv_dealloc_mw(3)
- allocate or deallocate a memory window (MW)
- ibv_alloc_pd(3), ibv_dealloc_pd(3)
- allocate or deallocate a protection domain (PDs)
- ibv_attach_mcast(3), ibv_detach_mcast(3)
- attach and detach a queue pair (QPs) to/from a multicast group
- ibv_create_ah(3), ibv_destroy_ah(3)
- create or destroy an address handle (AH)
- ibv_create_comp_channel(3), ibv_destroy_comp_channel(3)
- create or destroy a completion event channel
- ibv_create_cq(3), ibv_destroy_cq(3)
- create or destroy a completion queue (CQ)
- ibv_create_flow(3), ibv_destroy_flow(3)
- create or destroy flow steering rules
- ibv_create_qp(3), ibv_destroy_qp(3)
- create or destroy a queue pair (QP)
- ibv_create_qp_ex(3), ibv_destroy_qp(3)
- create or destroy a queue pair (QP)
- ibv_create_rwq_ind_table(3), ibv_destroy_rwq_ind_table (3)
- create or destroy a Receive Work Queue Indirection Table (RWQ IND TBL)
- ibv_create_srq(3), ibv_destroy_srq(3)
- create or destroy a shared receive queue (SRQ)
- ibv_create_srq_ex(3), ibv_destroy_srq(3)
- create or destroy a shared receive queue (SRQ)
- ibv_create_wq(3), ibv_destroy_wq(3)
- create or destroy a Work Queue (WQ)
- ibv_devices(1)
- list RDMA devices
- ibv_devinfo(1)
- query RDMA devices
- ibv_event_type_str(3)
- Return string describing event_type enum value ibv_node_type_str - Return string describing node_type enum value ibv_port_state_str - Return string describing port_state enum value
- ibv_get_device_guid(3)
- get an RDMA device's GUID
- ibv_get_device_list(3), ibv_free_device_list(3)
- get and release list of available RDMA devices
- ibv_get_device_name(3)
- get an RDMA device's name
- ibv_open_device(3), ibv_close_device(3)
- open and close an RDMA device context
- ibv_query_device(3)
- query an RDMA device's attributes
- ibv_query_device_ex(3)
- query an RDMA device's attributes
- ibv_query_rt_values_ex(3)
- query an RDMA device for some real time values
- ibv_reg_mr(3), ibv_dereg_mr(3)
- register or deregister a memory region (MR)
- ichwd(4)
- device driver for the Intel ICH watchdog interrupt timer
- iconv(1)
- codeset conversion utility
- iconv_open(3), iconv_open_into(3), iconv_close(3), iconv(3)
- codeset conversion functions
- id(1)
- return user identity
- ident(1)
- identify RCS keyword string in files
- ieee80211_node(9)
- software 802.11 stack node management functions
- ieee80211_radiotap(9)
- 802.11 device packet capture support
- ietp(4)
- Elantech I2C touchpad device driver
- if_bridge(4)
- network bridge device
- if_nametoindex(3), if_indextoname(3), if_nameindex(3), if_freenameindex(3)
- provide mappings between interface names and indexes
- iflibdd(9)
- Device Dependent Configuration Functions
- iflibdi(9)
- Device Independent Configuration Functions
- iflibtxrx(9)
- Device Dependent Transmit and Receive Functions
- ig4(4)
- Synopsys DesignWare I2C Controller
- iic(4)
- I2C generic I/O device driver
- imaxdiv(3)
- returns quotient and remainder
- imx6_ahci(4)
- device driver for the NXP i.MX6 on-chip SATA controller
- imx6_snvs(4)
- device driver for the NXP i.MX6 on-chip Realtime Clock
- imx_wdog(4)
- device driver for the NXP i.MX5 and i.MX6 watchdog timer
- indent(1)
- indent and format C program source
- index(3), rindex(3)
- locate character in string
- inet6_opt_init(3), inet6_opt_append(3), inet6_opt_finish(3), inet6_opt_set_val(3), inet6_opt_next(3), inet6_opt_find(3), inet6_opt_get_val(3)
- IPv6 Hop-by-Hop and Destination Options manipulation
- inet6_option_space(3), inet6_option_init(3), inet6_option_append(3), inet6_option_alloc(3), inet6_option_next(3), inet6_option_find(3)
- IPv6 Hop-by-Hop and Destination Option Manipulation
- inet6_rth_space(3), inet6_rth_init(3), inet6_rth_add(3), inet6_rth_reverse(3), inet6_rth_segments(3), inet6_rth_getaddr(3)
- IPv6 Routing Header Options manipulation
- inet6_rthdr_space(3), inet6_rthdr_init(3), inet6_rthdr_add(3), inet6_rthdr_lasthop(3), inet6_rthdr_reverse(3), inet6_rthdr_segments(3), inet6_rthdr_getaddr(3), inet6_rthdr_getflags(3)
- IPv6 Routing Header Options Manipulation
- infocmp(1)
- compare or print out terminfo descriptions
- insmntque(9), insmntque1(9)
- associate a vnode with a mount
- intr_event_add_handler(9), intr_event_create(9), intr_event_destroy(9), intr_event_handle(9), intr_event_remove_handler(9), intr_priority(9)
- kernel interrupt handler and thread API
- intro(4)
- introduction to devices and device drivers
- ioctl(2)
- control device
- ipl(4)
- IP packet log device
- ipmon(8)
- monitors /dev/ipl for logged packets
- is_term_resized(3), %is_term_resized(3), %resize_term(3), %resizeterm(3)
- manage the terminal dimensions understood by curses
- isdigit(3), isnumber(3), isdigit_l(3), isnumber_l(3)
- decimal-digit character test
- isgreater(3), isgreaterequal(3), isless(3), islessequal(3), islessgreater(3), isunordered(3)
- compare two floating-point numbers
- isideogram(3), isideogram_l(3)
- ideographic character test
- isoboot(8)
- Boot code for hybrid ISO/USB images on BIOS-based computers
- iswalnum(3), iswalpha(3), iswascii(3), iswblank(3), iswcntrl(3), iswdigit(3), iswgraph(3), iswhexnumber(3), iswideogram(3), iswlower(3), iswnumber(3), iswphonogram(3), iswprint(3), iswpunct(3), iswrune(3), iswspace(3), iswspecial(3), iswupper(3), iswxdigit(3)
- wide character classification utilities
- iswalnum_l(3), iswalpha_l(3), iswcntrl_l(3), iswctype_l(3), iswdigit_l(3), iswgraph_l(3), iswlower_l(3), iswprint_l(3), iswpunct_l(3), iswspace_l(3), iswupper_l(3), iswxdigit_l(3), towlower_l(3), towupper_l(3), wctype_l(3), iswblank_l(3), iswhexnumber_l(3), iswideogram_l(3), iswnumber_l(3), iswphonogram_l(3), iswrune_l(3), iswspecial_l(3), nextwctype_l(3), towctrans_l(3), wctrans_l(3)
- wide character classification utilities
- iswctype(3), wctype(3)
- wide character class functions
- isxdigit(3), ishexnumber(3), isxdigit_l(3), ishexnumber_l(3)
- hexadecimal-digit character test
- item_name(3), item_description(3)
- get menu item name and description fields
- itwd(4)
- device driver for ITE Super I/O chips watchdog timer
- iwmbtfw(8)
- download firmware for Intel Wireless AC Bluetooth USB devices
- jedec_dimm(4)
- report asset information and temperatures for JEDEC DDR3 / DDR4 DIMMs
- jexec(8)
- execute a command inside an existing jail
- kbdcontrol(1)
- system video console keyboard control/configuration utility
- kbdmap(1), vidfont(1)
- system video console keyboard map/font dialog utilities
- kcm(8)
- process-based credential cache for Kerberos tickets
- kcov(4)
- interface for collecting kernel code coverage information
- kdestroy(1)
- remove one credential or destroy the current ticket file
- key_defined(3), %key_defined(3)
- test whether a curses keycode is defined
- keybound(3), %keybound(3)
- get definition of curses keycode
- keylogin(1)
- decrypt and store secret key
- keylogout(1)
- delete stored secret key
- keyok(3), %keyok(3)
- enable or disable a curses keycode
- kfd(8)
- receive forwarded tickets
- khelp(9), khelp_init_osd(9), khelp_destroy_osd(9), khelp_get_id(9), khelp_get_osd(9), khelp_add_hhook(9), khelp_remove_hhook(9), KHELP_DECLARE_MOD(9), KHELP_DECLARE_MOD_UMA(9)
- Kernel Helper Framework
- kiconv_add_xlat16_cspair(3), kiconv_add_xlat16_cspairs(3), kiconv_add_xlat16_table(3)
- kernel side iconv library
- kinfo_getfile(3)
- function for getting per-process file descriptor information
- kinfo_getvmobject(3)
- function for getting system-wide memory information
- kld_isloaded(3), kld_load(3)
- kld utility functions
- kldxref(8)
- generate hints for the kernel loader
- klist(1)
- list Kerberos credentials
- kqueue_add_filteropts(9), kqueue_del_filteropts(9), kqfd_register(9), knote_fdclose(9), knlist_init(9), knlist_init_mtx(9), knlist_add(9), knlist_remove(9), knlist_remove_inevent(9), knlist_empty(9), knlist_clear(9), knlist_delete(9), knlist_destroy(9), KNOTE_LOCKED(9), KNOTE_UNLOCKED(9)
- event delivery subsystem
- krb5-config(1)
- give information on how to link code against Heimdal libraries
- krb524_convert_creds_kdc(3), krb524_convert_creds_kdc_ccache(3)
- converts Kerberos 5 credentials to Kerberos 4 credentials
- krb5_acc_ops(3), Heimdal(3)
- Kerberos 5 credential cache functions
- krb5_add_et_list(3), krb5_add_extra_addresses(3), krb5_add_ignore_addresses(3), krb5_context(3), krb5_free_config_files(3), krb5_free_context(3), krb5_get_default_config_files(3), krb5_get_dns_canonize_hostname(3), krb5_get_extra_addresses(3), krb5_get_fcache_version(3), krb5_get_ignore_addresses(3), krb5_get_kdc_sec_offset(3), krb5_get_max_time_skew(3), krb5_get_use_admin_kdc krb5_init_context(3), krb5_init_ets(3), krb5_prepend_config_files(3), krb5_prepend_config_files_default(3), krb5_set_config_files(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_use_admin_kdc(3)
- create, modify and delete krb5_context structures
- krb5_appdefault_boolean(3), krb5_appdefault_string(3), krb5_appdefault_time(3)
- get application configuration value
- krb5_auth_getremoteseqnumber(3), Heimdal(3)
- Kerberos 5 deprecated functions
- krb5_c_block_size(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_c_checksum_length(3)
- Kerberos 5 crypto API
- krb5_ccache_intro(3)
- The credential cache functions
- krb5_check_transited(3), krb5_check_transited_realms(3), krb5_domain_x500_decode(3), krb5_domain_x500_encode(3)
- realm transit verification and encoding/decoding functions
- krb5_copy_host_realm(3), krb5_free_host_realm(3), krb5_get_default_realm(3), krb5_get_default_realms(3), krb5_get_host_realm(3), krb5_set_default_realm(3)
- default and host realm read and manipulation routines
- krb5_credential(3), Heimdal(3)
- Kerberos 5 credential handing functions
- krb5_creds(3), krb5_copy_creds(3), krb5_copy_creds_contents(3), krb5_free_creds(3), krb5_free_cred_contents(3)
- Kerberos 5 credential handling functions
- krb5_crypto_getblocksize(3), krb5_crypto_getconfoundersize 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_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_get_wrapped_length(3), krb5_string_to_enctype(3)
- encrypt and decrypt data, set and get encryption type parameters
- krb5_digest(3), krb5_digest_alloc(3), krb5_digest_free(3), krb5_digest_set_server_cb(3), krb5_digest_set_type(3), krb5_digest_set_hostname(3), krb5_digest_get_server_nonce(3), krb5_digest_set_server_nonce(3), krb5_digest_get_opaque(3), krb5_digest_set_opaque(3), krb5_digest_get_identifier(3), krb5_digest_set_identifier(3), krb5_digest_init_request(3), krb5_digest_set_client_nonce(3), krb5_digest_set_digest(3), krb5_digest_set_username(3), krb5_digest_set_authid(3), krb5_digest_set_authentication_user(3), krb5_digest_set_realm(3), krb5_digest_set_method(3), krb5_digest_set_uri(3), krb5_digest_set_nonceCount(3), krb5_digest_set_qop(3), krb5_digest_request(3), krb5_digest_get_responseData(3), krb5_digest_get_rsp(3), krb5_digest_get_tickets(3), krb5_digest_get_client_binding(3), krb5_digest_get_a1_hash(3)
- remote digest (HTTP-DIGEST, SASL, CHAP) suppport
- krb5_eai_to_heim_errno(3), krb5_h_errno_to_heim_errno(3)
- convert resolver error code to com_err error codes
- krb5_get_credentials(3), krb5_get_credentials_with_flags(3), krb5_get_kdc_cred(3), krb5_get_renewed_creds(3)
- get credentials from the KDC using krbtgt
- 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)
- get credentials from the KDC
- krb5_get_default_principal(3), krb5_principal(3), krb5_build_principal(3), krb5_build_principal_ext(3), krb5_build_principal_va(3), krb5_build_principal_va_ext(3), krb5_copy_principal(3), krb5_free_principal(3), krb5_make_principal(3), krb5_parse_name(3), krb5_parse_name_flags(3), krb5_parse_nametype(3), krb5_princ_set_realm(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_realm_compare(3), krb5_sname_to_principal(3), krb5_sock_to_principal(3), krb5_unparse_name(3), krb5_unparse_name_flags(3), krb5_unparse_name_fixed(3), krb5_unparse_name_fixed_flags(3), krb5_unparse_name_fixed_short(3), krb5_unparse_name_short(3)
- Kerberos 5 principal handling functions
- krb5_get_forwarded_creds(3), krb5_fwd_tgt_creds(3)
- get forwarded credentials from the KDC
- krb5_get_in_tkt(3), krb5_get_in_cred(3), krb5_get_in_tkt_with_password(3), krb5_get_in_tkt_with_keytab(3), krb5_get_in_tkt_with_skey(3), krb5_free_kdc_rep(3), krb5_password_key_proc(3)
- deprecated initial authentication functions
- 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_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_canonicalize(3), krb5_get_init_creds_opt_set_win2k(3), krb5_get_init_creds_password(3), krb5_prompt(3), krb5_prompter_posix(3)
- Kerberos 5 initial authentication functions
- krb5_init_creds_intro(3)
- The initial credential handing functions
- krb5_initlog(3), krb5_openlog(3), krb5_closelog(3), krb5_addlog_dest(3), krb5_addlog_func(3), krb5_log(3), krb5_vlog(3), krb5_log_msg(3), krb5_vlog_msg(3)
- Heimdal logging functions
- krb5_mk_req(3), krb5_mk_req_exact(3), krb5_mk_req_extended(3), krb5_rd_req(3), krb5_rd_req_with_keyblock(3), krb5_mk_rep(3), krb5_mk_rep_exact(3), krb5_mk_rep_extended(3), krb5_rd_rep(3), krb5_build_ap_req(3), krb5_verify_ap_req(3)
- create and read application authentication request
- krb5_rcache(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_get_server_rcache(3)
- Kerberos 5 replay cache
- krb5_timeofday(3), krb5_set_real_time(3), krb5_us_timeofday(3), krb5_format_time(3), krb5_string_to_deltat(3)
- Kerberos 5 time handling functions
- krb5_verify_init_creds_opt_init(3), krb5_verify_init_creds_opt_set_ap_req_nofail(3), krb5_verify_init_creds(3)
- verifies a credential cache is correct by using a local keytab
- kstack_contains(9)
- determine if an address range lies within the kernel stack for a thread
- kswitch(1)
- switch between default credential caches
- kvm_geterr(3)
- get error message on kvm descriptor
- kvm_native(3)
- is a kvm descriptor opened on a native kernel image
- kyua-about(1), kyua about(1)
- Shows detailed authors, license, and version information
- kyua-config(1), kyua config(1)
- Inspects the values of the loaded configuration
- kyua-db-migrate(1), kyua db-migrate(1)
- Upgrades the schema of an existing results file
- kyua-debug(1), kyua debug(1)
- Executes a single test case with facilities for debugging
- kyuafile(5), Kyuafile(5)
- Test suite description files
- l2ping(8)
- send L2CAP ECHO_REQUEST to remote devices
- ldd(1)
- list dynamic object dependencies
- ldexp(3), ldexpf(3), ldexpl(3)
- multiply floating-point number by integral power of 2
- ldiv(3)
- return quotient and remainder from division
- legacy_coding(3), %use_legacy_coding(3)
- override curses locale encoding checks
- libarchive_internals(3)
- description of libarchive internal interfaces
- libbe(3)
- library for creating, destroying and modifying ZFS boot environments
- libmagic(3), magic_open(3), magic_close(3), magic_error(3), magic_errno(3), magic_descriptor(3), magic_buffer(3), magic_getflags(3), magic_setflags(3), magic_check(3), magic_compile(3), magic_list(3), magic_load(3), magic_load_buffers(3), magic_setparam(3), magic_getparam(3), magic_version(3)
- Magic number recognition library
- libmap.conf(5)
- configuration file for dynamic object dependency mapping
- librtld_db(3)
- library for run-time linker debugging
- libstdbuf(3)
- preloaded library to change standard streams initial buffering
- lindebugfs(5)
- Linux file system for debugging
- link(5)
- dynamic loader and link editor interface
- lldiv(3)
- returns quotient and remainder
- llvm-cxxfilt(1)
- LLVM symbol name demangler
- llvm-nm(1)
- list LLVM bitcode and object file's symbol table
- llvm-ranlib(1)
- generates an archive index
- llvm-readelf(1)
- GNU-style LLVM Object Reader
- llvm-readobj(1)
- LLVM Object Reader
- llvm-symbolizer(1)
- convert addresses into source code locations
- loader(8)
- kernel bootstrapping final stage
- loader.4th(8)
- loader.conf processing tools
- loader.conf(5)
- system bootstrap configuration information
- loader.conf.lua(5)
- system bootstrap Lua configuration information
- loader.efi(8)
- UEFI kernel loader
- loader.lua(8)
- bootloader Lua binding module
- loader_4th(8)
- kernel bootstrapping final stage
- loader_lua(8)
- kernel bootstrapping final stage
- loader_simp(8)
- kernel bootstrapping final stage
- localedef(1)
- define locale environment
- lockinit(9), lockdestroy(9), lockmgr(9), lockmgr_args(9), lockmgr_args_rw(9), lockmgr_disown(9), lockmgr_printinfo(9), lockmgr_recursed(9), lockmgr_rw(9), lockstatus(9), lockmgr_assert(9)
- lockmgr family of functions
- lorder(1)
- list dependencies for object files
- lpt(4)
- generic printer device driver
- lzmainfo(1)
- show information stored in the .lzma file header
- mac_bsdextended(4)
- file system firewall policy
- mac_ddb(4)
- Restricted kernel debugger interface policy
- mac_do(4)
- policy allowing unprivileged users to change process credentials
- mac_mls(4)
- Multi-Level Security confidentiality policy
- make(1)
- maintain program dependencies
- make_dev(9), make_dev_cred(9), make_dev_credf(9), make_dev_p(9), make_dev_s(9), make_dev_alias(9), make_dev_alias_p(9), destroy_dev(9), destroy_dev_sched(9), destroy_dev_sched_cb(9), destroy_dev_drain(9), dev_depends(9)
- create and destroy character devices including devfs registration
- makedev(3), major(3), minor(3)
- device number conversion
- makewhatis(8)
- index UNIX manuals
- malloc(9), mallocarray(9), free(9), zfree(9), realloc(9), reallocf(9), malloc_usable_size(9), malloc_aligned(9), malloc_exec(9), MALLOC_DECLARE(9), MALLOC_DEFINE(9), malloc_domainset(9), malloc_domainset_aligned(9), malloc_domainset_exec(9), mallocarray_domainset(9)
- kernel memory management routines
- mbchain(9), mb_init(9), mb_initm(9), mb_done(9), mb_detach(9), mb_fixhdr(9), mb_reserve(9), mb_put_uint8(9), mb_put_uint16be(9), mb_put_uint16le(9), mb_put_uint32be(9), mb_put_uint32le(9), mb_put_int64be(9), mb_put_int64le(9), mb_put_mem(9), mb_put_mbuf(9), mb_put_uio(9)
- set of functions to build an mbuf chain from various data types
- mbrtowc(3), mbrtoc16(3), mbrtoc32(3)
- convert a character to a wide-character code (restartable)
- mbsinit(3)
- determine conversion object status
- mbsrtowcs(3), mbsnrtowcs(3)
- convert a character string to a wide-character string (restartable)
- mbstowcs(3)
- convert a character string to a wide-character string
- mbtowc(3)
- convert a character to a wide-character code
- me(4)
- encapsulating network device
- memguard(9), MemGuard(9)
- memory allocator for debugging purposes
- menu.lua(8)
- bootloader dynamic menu module
- mergemaster(8)
- merge configuration files, et al during an upgrade
- mge(4)
- Marvell Gigabit Ethernet device driver
- microseq(9)
- ppbus microsequencer developer's guide
- miibus(4)
- IEEE 802.3 Media Independent Interface network bus
- mincore(2)
- determine residency of memory pages
- mixer_open(3), mixer_close(3), mixer_get_dev(3), mixer_get_dev_byname(3), mixer_add_ctl(3), mixer_add_ctl_s(3), mixer_remove_ctl(3), mixer_get_ctl(3), mixer_get_ctl_byname(3), mixer_set_vol(3), mixer_set_mute(3), mixer_mod_recsrc(3), mixer_get_dunit(3), mixer_set_dunit(3), mixer_get_mode(3), mixer_get_nmixers(3), mixer_get_path(3), MIX_ISDEV(3), MIX_ISMUTE(3), MIX_ISREC(3), MIX_ISRECSRC(3), MIX_VOLNORM(3), MIX_VOLDENORM(3)
- interface to OSS mixers
- mkdep(1)
- construct Makefile dependency list
- mknod(2), mknodat(2)
- make a special file node
- mmap(2)
- allocate memory, or map files or devices into memory
- mod_cc(9), DECLARE_CC_MODULE(9), CCV(9)
- Modular Congestion Control
- module(9)
- structure describing a kernel module
- morse(6)
- reformat input as morse code
- mount_nullfs(8)
- mount a loopback file system sub-tree; demonstrate the use of a null file system layer
- mouse(4)
- mouse and pointing device drivers
- moused(8)
- pass mouse data to the system video console driver
- mpi3mr(4)
- Broadcom MPIMR 3.0 IT/IR 24Gb/s SAS Tri-Mode RAID PCIe 4.0 driver
- mt(3), mt_start_element(3), mt_end_element(3), mt_char_handler(3), mt_status_tree_sbuf(3), mt_status_tree_print(3), mt_status_entry_free(3), mt_status_free(3), mt_entry_sbuf(3), mt_param_parent_print(3), mt_param_entry_print(3), mt_protect_print(3), mt_param_list(3), mt_density_name(3), mt_density_bp(3), mt_density_num(3), mt_get_xml_str(3), mt_get_status(3)
- Magnetic Tape library
- mtx_pool(9), mtx_pool_alloc(9), mtx_pool_find(9), mtx_pool_lock(9), mtx_pool_lock_spin(9), mtx_pool_unlock(9), mtx_pool_unlock_spin(9), mtx_pool_create(9), mtx_pool_destroy(9)
- mutex pool routines
- multibyte(3)
- multibyte and wide character manipulation functions
- mutex(9), mtx_init(9), mtx_destroy(9), mtx_lock(9), mtx_lock_spin(9), mtx_lock_flags(9), mtx_lock_spin_flags(9), mtx_trylock(9), mtx_trylock_flags(9), mtx_trylock_spin(9), mtx_trylock_spin_flags(9), mtx_unlock(9), mtx_unlock_spin(9), mtx_unlock_flags(9), mtx_unlock_spin_flags(9), mtx_sleep(9), mtx_initialized(9), mtx_owned(9), mtx_recursed(9), mtx_assert(9), MTX_SYSINIT(9)
- kernel synchronization primitives
- mx25l(4)
- driver for SpiFlash(tm) compatible non-volatile storage devices
- nanobsd.sh(8)
- utility used to create a FreeBSD system image suitable for embedded applications
- nda(4)
- NVMe Direct Access device driver
- net80211(4)
- standard interface to IEEE 802.11 devices
- netfpga10g_nf10bmac(4)
- driver for the NetFPGA-10G Embedded CPU Ethernet Core
- netgdb(4)
- protocol for debugging the kernel with GDB over the network
- netgroup(5)
- defines network groups
- netid(5)
- YP network credential file
- networking(7), wifi(7)
- quickstart guide to connecting to a network
- new_field(3), dup_field(3), link_field(3), free_field(3)
- create and destroy form fields
- new_form(3), free_form(3)
- create and destroy forms
- new_item(3), free_item(3)
- create and destroy menu items
- new_menu(3), free_menu(3)
- create and destroy menus
- new_unrhdr(9), clean_unrhdr(9), clear_unrhdr(9), delete_unrhdr(9), alloc_unr(9), alloc_unr_specific(9), free_unr(9), create_iter_unr(9), next_iter_unr(9), free_iter_unr(9)
- kernel unit number allocator
- nfscbd(8)
- NFSv4 client side callback daemon
- ng_UI(4)
- UI netgraph node type
- ng_async(4)
- asynchronous framing netgraph node type
- ng_bluetooth(4)
- placeholder for global Bluetooth variables
- ng_bpf(4)
- Berkeley packet filter netgraph node type
- ng_bridge(4)
- Ethernet bridging netgraph node type
- ng_car(4)
- Committed Access Rate netgraph node type
- ng_checksum(4)
- reconstructing IP checksums node type
- ng_cisco(4)
- Cisco HDLC protocol netgraph node type
- ng_deflate(4)
- Deflate PPP compression (RFC 1979) netgraph node type
- ng_device(4)
- device netgraph node type
- ng_echo(4)
- netgraph echo node type
- ng_eiface(4)
- generic Ethernet interface netgraph node type
- ng_etf(4)
- Ethertype filtering netgraph node type
- ng_ether(4)
- Ethernet netgraph node type
- ng_ether_echo(4)
- netgraph ether_echo node type
- ng_frame_relay(4)
- frame relay netgraph node type
- ng_gif(4)
- generic tunnel interface netgraph node type
- ng_gif_demux(4)
- demultiplexer for packets from ng_gif(4) nodes
- ng_hci(4)
- Netgraph node type that is also a Bluetooth Host Controller Interface (HCI) layer
- ng_hole(4)
- netgraph discard node type
- ng_hub(4)
- packet distribution netgraph node type
- ng_iface(4)
- interface netgraph node type
- ng_ip_input(4)
- netgraph IP input node type
- ng_ksocket(4)
- kernel socket netgraph node type
- ng_l2cap(4)
- Netgraph node type that implements Bluetooth Logical Link Control and Adaptation Protocol (L2CAP)
- ng_l2tp(4)
- L2TP protocol netgraph node type
- ng_lmi(4)
- frame relay LMI protocol netgraph node type
- ng_macfilter(4)
- packet filtering netgraph node using ethernet MAC addresses
- ng_mppc(4)
- Microsoft MPPC/MPPE compression and encryption netgraph node type
- ng_nat(4)
- NAT netgraph node type
- ng_one2many(4)
- packet multiplexing netgraph node type
- ng_patch(4)
- trivial mbuf data modifying netgraph node type
- ng_pipe(4)
- Traffic manipulating netgraph node type
- ng_ppp(4)
- PPP protocol netgraph node type
- ng_pppoe(4)
- RFC 2516 PPPoE protocol netgraph node type
- ng_pptpgre(4)
- PPTP GRE protocol netgraph node type
- ng_pred1(4)
- Predictor-1 PPP compression (RFC 1978) netgraph node type
- ng_rfc1490(4)
- RFC 1490 netgraph node type
- ng_socket(4)
- netgraph socket node type
- ng_source(4)
- netgraph node for traffic generation
- ng_split(4)
- netgraph node to separate incoming and outgoing flows
- ng_tag(4)
- mbuf tags manipulating netgraph node type
- ng_tcpmss(4)
- netgraph node to adjust TCP MSS option
- ng_tee(4)
- netgraph ``tee'' node type
- ng_tty(4)
- netgraph node type that is also a TTY hook
- ng_ubt(4)
- Netgraph node type that is also a driver for Bluetooth USB devices
- ng_vjc(4)
- Van Jacobson compression netgraph node type
- ng_vlan(4)
- IEEE 802.1Q VLAN tagging netgraph node type
- ng_vlan_rotate(4)
- IEEE 802.1ad VLAN manipulation netgraph node type
- nghook(8)
- connect to a netgraph(4) node
- nmdm(4)
- nullmodem terminal driver
- null(4)
- the null device
- nvlist_create(9), nvlist_destroy(9), nvlist_error(9), nvlist_set_error(9), nvlist_empty(9), nvlist_flags(9), nvlist_exists(9), nvlist_free(9), nvlist_clone(9), nvlist_dump(9), nvlist_fdump(9), nvlist_size(9), nvlist_pack(9), nvlist_unpack(9), nvlist_send(9), nvlist_recv(9), nvlist_xfer(9), nvlist_in_array(9), nvlist_next(9), nvlist_add(9), nvlist_move(9), nvlist_get(9), nvlist_take(9), nvlist_append(9)
- library for name/value pairs
- oce(4)
- Device driver for Emulex OneConnect 10Gb network adapters
- ocs_fc(4)
- Device driver for Emulex Fibre Channel Host Adapters
- od(1)
- octal, decimal, hex, ASCII dump
- ofw_bus_get_status(9), ofw_bus_status_okay(9), ofw_bus_node_status_okay(9)
- check status of the device tree node
- ofw_bus_is_compatible(9), ofw_bus_is_compatible_strict(9), ofw_bus_node_is_compatible(9), ofw_bus_search_compatible(9)
- check device tree nodes for compatibility with drivers
- ofw_graph(9), ofw_graph_get_port_by_idx(9), ofw_graph_port_get_num_endpoints(9), ofw_graph_get_endpoint_by_idx(9), ofw_graph_get_remote_endpoint(9), ofw_graph_get_remote_parent(9), ofw_graph_get_device_by_port_ep(9)
- Helpers for the graph bindings
- openpam_borrow_cred(3)
- temporarily borrow user credentials
- openpam_restore_cred(3)
- restore credentials
- openpam_straddch(3)
- add a character to a string, expanding the buffer if needed
- operator(7)
- C and C++ operator precedence and order of evaluation
- orders(7)
- orders of magnitude
- os-release(5)
- file describing the current OS and some of its attributes
- osd(9), osd_register(9), osd_deregister(9), osd_set(9), osd_reserve(9), osd_set_reserved(9), osd_free_reserved(9), osd_get(9), osd_del(9), osd_call(9), osd_exit(9)
- Object Specific Data
- p_candebug(9)
- determine debuggability of a process
- p_cansee(9)
- determine visibility of a process
- padlock(4)
- driver for the cryptographic functions and RNG in VIA C3, C7 and Eden processors
- pam_deny(8)
- Deny PAM module
- pam_setcred(3)
- modify / delete user credentials for an authentication service
- password.lua(8)
- bootloader password module
- pcap-linktype(7)
- link-layer header types supported by libpcap
- pcap_can_set_rfmon(3)
- check whether monitor mode can be set for a not-yet-activated capture handle
- pcap_close(3)
- close a capture device or savefile
- pcap_datalink(3)
- get the link-layer header type
- pcap_datalink_name_to_val(3)
- get the link-layer header type value corresponding to a header type name
- pcap_datalink_val_to_name(3), pcap_datalink_val_to_description(3), pcap_datalink_val_to_description_or_dlt(3)
- get a name or description for a link-layer header type value
- pcap_fileno(3)
- get the file descriptor for a live capture
- pcap_findalldevs(3), pcap_freealldevs(3)
- get a list of capture devices, and free that list
- pcap_freecode(3)
- free a BPF program
- pcap_get_selectable_fd(3)
- get a file descriptor on which a select() can be done for a live capture
- pcap_is_swapped(3)
- find out whether a savefile has the native byte order
- pcap_list_datalinks(3), pcap_free_datalinks(3)
- get a list of link-layer header types supported by a capture device, and free that list
- pcap_list_tstamp_types(3), pcap_free_tstamp_types(3)
- get a list of time stamp types supported by a capture device, and free that list
- pcap_lookupdev(3)
- find the default device on which to capture
- pcap_lookupnet(3)
- find the IPv4 network number and netmask for a device
- pcap_open_dead(3), pcap_open_dead_with_tstamp_precision(3)
- open a fake pcap_t for compiling filters or opening a capture for output
- pcap_open_live(3)
- open a device for capturing
- pcap_set_datalink(3)
- set the link-layer header type to be used by a capture device
- pcap_set_promisc(3)
- set promiscuous mode for a not-yet-activated capture handle
- pcap_set_rfmon(3)
- set monitor mode for a not-yet-activated capture handle
- pcap_set_tstamp_type(3)
- set the time stamp type to be used by a capture device
- pcap_setnonblock(3), pcap_getnonblock(3)
- set or get the state of non-blocking mode on a capture device
- pcap_tstamp_type_val_to_name(3), pcap_tstamp_type_val_to_description(3)
- get a name or description for a time stamp type value
- pcf8574(4)
- driver for the PCF8574 8-bit I2C IO expander
- pci(9), pci_alloc_msi(9), pci_alloc_msix(9), pci_clear_pme(9), pci_disable_busmaster(9), pci_disable_io(9), pci_enable_busmaster(9), pci_enable_io(9), pci_enable_pme(9), pci_find_bsf(9), pci_find_cap(9), pci_find_dbsf(9), pci_find_device(9), pci_find_extcap(9), pci_find_htcap(9), pci_find_next_cap(9), pci_find_next_extcap(9), pci_find_next_htcap(9), pci_find_pcie_root_port(9), pci_get_id(9), pci_get_max_payload(9), pci_get_max_read_req(9), pci_get_powerstate(9), pci_get_vpd_ident(9), pci_get_vpd_readonly(9), pci_has_pm(9), pci_iov_attach(9), pci_iov_attach_name(9), pci_iov_detach(9), pci_msi_count(9), pci_msix_count(9), pci_msix_pba_bar(9), pci_msix_table_bar(9), pci_pending_msix(9), pci_read_config(9), pci_release_msi(9), pci_remap_msix(9), pci_restore_state(9), pci_save_state(9), pci_set_max_read_req(9), pci_set_powerstate(9), pci_write_config(9), pcie_adjust_config(9), pcie_flr(9), pcie_get_max_completion_timeout(9), pcie_read_config(9), pcie_wait_for_pending_transactions(9), pcie_write_config(9)
- PCI bus interface
- pci_iov_schema(9), pci_iov_schema_alloc_node(9), pci_iov_schema_add_bool(9), pci_iov_schema_add_string(9), pci_iov_schema_add_uint8(9), pci_iov_schema_add_uint16(9), pci_iov_schema_add_uint32(9), pci_iov_schema_add_uint64(9), pci_iov_schema_add_unicast_mac(9)
- PCI SR-IOV config schema interface
- pdfork(2), pdgetpid(2), pdkill(2)
- System calls to manage process descriptors
- pfctl(8)
- control the packet filter (PF) device
- physio(9)
- initiate I/O on raw devices
- pim(4)
- Protocol Independent Multicast
- pipe(2), pipe2(2)
- create descriptor pair for interprocess communication
- pkru(3), Protection Key Rights for User pages(3)
- provide fast user-managed key-based access control for pages
- pmap(9)
- machine-dependent portion of virtual memory subsystem
- pmap_is_prefaultable(9)
- determine if a page may be prefaulted
- pmap_mincore(9)
- determine if a virtual address is resident in physical memory
- pmap_page_exists_quick(9)
- determine if a page exists in a physical map
- pmap_page_init(9)
- initialize machine-dependent fields of a VM page
- pmap_resident_count(9), pmap_wired_count(9)
- return page resident and wiring statistics
- pmap_zero_page(9), pmap_zero_area(9)
- zero-fill a page using machine-dependent optimizations
- pmc_attach(3), pmc_detach(3)
- attaching and detaching process scope PMCs to target processes
- pmc_name_of_capability(3), pmc_name_of_class(3), pmc_name_of_cputype(3), pmc_name_of_disposition(3), pmc_name_of_event(3), pmc_name_of_mode(3), pmc_name_of_state(3)
- human readable names for numeric constants used by pmc(3) and hwpmc(4)
- pnfsdsfile(8)
- display a pNFS data storage file's location(s) and/or modify the pnfsd.dsfile extended attribute for them
- pnp(4)
- support for Plug and Play (PnP) ISA devices
- pnpbios(4)
- support for embedded devices on the motherboard
- polling(4)
- device polling support
- posix_openpt(2)
- open a pseudo-terminal device
- posix_spawn_file_actions_init(3), posix_spawn_file_actions_destroy(3)
- initialize and destroy spawn file actions object
- posix_spawnattr_getsigdefault(3), posix_spawnattr_setsigdefault(3)
- get and set the spawn-sigdefault attribute of a spawn attributes object
- posix_spawnattr_init(3), posix_spawnattr_destroy(3)
- initialize and destroy spawn attributes object
- prison_check(9)
- determine if subjects may see entities according to jail restrictions
- procdesc(4)
- process descriptor facility
- procstat(1)
- get detailed process information
- procstat_close(3), procstat_freeadvlock(3), procstat_freeargv(3), procstat_freeauxv(3), procstat_freeenvv(3), procstat_freefiles(3), procstat_freegroups(3), procstat_freekstack(3), procstat_freeprocs(3), procstat_freeptlwpinfo(3), procstat_freevmmap(3), procstat_get_pipe_info(3), procstat_get_pts_info(3), procstat_get_sem_info(3), procstat_get_shm_info(3), procstat_get_socket_info(3), procstat_get_vnode_info(3), procstat_getadvlock(3), procstat_getargv(3), procstat_getauxv(3), procstat_getenvv(3), procstat_getfiles(3), procstat_getgroups(3), procstat_getkstack(3), procstat_getosrel(3), procstat_getpathname(3), procstat_getprocs(3), procstat_getptlwpinfo(3), procstat_getrlimit(3), procstat_getumask(3), procstat_getvmmap(3), procstat_open_core(3), procstat_open_kvm(3), procstat_open_sysctl(3)
- library interface for file and process information retrieval
- psm(4)
- PS/2 mouse style pointing device driver
- pst(4)
- device driver for Promise Supertrak SX6000
- pthread_attr_init(3), pthread_attr_destroy(3), pthread_attr_setstack(3), pthread_attr_getstack(3), pthread_attr_setstacksize(3), pthread_attr_getstacksize(3), pthread_attr_setguardsize(3), pthread_attr_getguardsize(3), pthread_attr_setstackaddr(3), pthread_attr_getstackaddr(3), pthread_attr_setdetachstate(3), pthread_attr_getdetachstate(3), pthread_attr_setinheritsched(3), pthread_attr_getinheritsched(3), pthread_attr_setschedparam(3), pthread_attr_getschedparam(3), pthread_attr_setschedpolicy(3), pthread_attr_getschedpolicy(3), pthread_attr_setscope(3), pthread_attr_getscope(3)
- thread attribute operations
- pthread_attr_setcreatesuspend_np(3)
- prepare attribute for creation of suspended thread
- pthread_barrier_destroy(3), pthread_barrier_init(3), pthread_barrier_wait(3)
- destroy, initialize or wait on a barrier object
- pthread_barrierattr_destroy(3), pthread_barrierattr_getpshared(3), pthread_barrierattr_init(3), pthread_barrierattr_setpshared(3)
- manipulate a barrier attribute object
- pthread_cond_destroy(3)
- destroy a condition variable
- pthread_condattr_init(3), pthread_condattr_destroy(3), pthread_condattr_getclock(3), pthread_condattr_setclock(3), pthread_condattr_getpshared(3), pthread_condattr_setpshared(3)
- condition attribute operations
- pthread_detach(3)
- detach a thread
- pthread_key_delete(3)
- delete a thread-specific data key
- pthread_main_np(3)
- identify the initial thread
- pthread_multi_np(3), pthread_single_np(3)
- switch between multi- and single-threaded scheduling modes
- pthread_mutex_destroy(3)
- free resources allocated for a mutex
- pthread_mutex_timedlock(3)
- lock a mutex without blocking indefinitely
- pthread_mutexattr_init(3), pthread_mutexattr_destroy(3), pthread_mutexattr_setprioceiling(3), pthread_mutexattr_getprioceiling(3), pthread_mutexattr_setprotocol(3), pthread_mutexattr_getprotocol(3), pthread_mutexattr_setpshared(3), pthread_mutexattr_getpshared(3), pthread_mutexattr_setrobust(3), pthread_mutexattr_getrobust(3), pthread_mutexattr_settype(3), pthread_mutexattr_gettype(3)
- mutex attribute operations
- pthread_resume_all_np(3)
- resume all suspended threads
- pthread_resume_np(3)
- resume suspended thread
- pthread_rwlock_destroy(3)
- destroy a read/write lock
- pthread_rwlockattr_destroy(3)
- destroy a read/write lock
- pthread_spin_init(3), pthread_spin_destroy(3)
- initialize or destroy a spin lock
- pthread_switch_add_np(3), pthread_switch_delete_np(3)
- thread context switches debugging primitives
- ptrace(2)
- process tracing and debugging
- pwmc(4)
- PWM (Pulse Width Modulation) control device driver
- pxeboot(8)
- Preboot Execution Environment (PXE) bootloader
- random(3), srandom(3), srandomdev(3), initstate(3), setstate(3)
- non-cryptographic pseudorandom number generator; routines for changing generators
- random(4)
- the entropy device
- random_harvest(9)
- gather entropy from the kernel for the entropy device
- rcorder(8)
- print a dependency ordering of interdependent files
- rctl.conf(5)
- resource limits database defaults
- rdma_bind_addr(3)
- Bind an RDMA identifier to a source address
- rdma_create_ep(3)
- Allocate a communication identifier and optional QP
- rdma_create_id(3)
- Allocate a communication identifier
- 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_free_devices(3)
- Frees the list of devices returned by rdma_get_devices
- rdma_get_devices(3)
- Get a list of RDMA devices currently available
- rdma_getaddrinfo(3)
- Provides transport independent address translation
- rdma_migrate_id(3)
- Move a communication identifier to a different event channel
- rdma_resolve_addr(3)
- Resolve destination and optional source addresses
- rdma_resolve_route(3)
- Resolve the route information needed to establish a connection
- readelf(1)
- display information about ELF objects
- redzone(9), RedZone(9)
- buffer corruptions detector
- regdomain(5), regdomain.xml(5)
- 802.11 wireless regulatory definitions
- remainder(3), remainderf(3), remainderl(3), remquo(3), remquof(3), remquol(3)
- minimal residue functions
- remote(5)
- remote host description file
- restore(8), rrestore(8)
- restore files or file systems from backups made with dump
- revoke(1)
- revoke a character device
- rights(4), Capability rights(4)
- Capsicum capability rights for file descriptors
- rijndael(9), rijndael_makeKey(9), rijndael_cipherInit(9), rijndael_blockEncrypt(9), rijndael_padEncrypt(9), rijndael_blockDecrypt(9), rijndael_padDecrypt(9)
- AES encryption
- rip6query(8)
- RIPng debugging tool
- rl(4)
- RealTek 8129/8139 Fast Ethernet device driver
- rman(9), rman_activate_resource(9), rman_adjust_resource(9), rman_deactivate_resource(9), rman_fini(9), rman_init(9), rman_init_from_resource(9), rman_is_region_manager(9), rman_manage_region(9), rman_first_free_region(9), rman_last_free_region(9), rman_release_resource(9), rman_reserve_resource(9), rman_reserve_resource_bound(9), rman_make_alignment_flags(9), rman_get_start(9), rman_get_end(9), rman_get_device(9), rman_get_size(9), rman_get_flags(9), rman_set_mapping(9), rman_get_mapping(9), rman_set_virtual(9), rman_get_virtual(9), rman_set_bustag(9), rman_get_bustag(9), rman_set_bushandle(9), rman_get_bushandle(9), rman_set_rid(9), rman_get_rid(9), rman_set_type(9), rman_get_type(9)
- resource management functions
- rmlock(9), rm_init(9), rm_init_flags(9), rm_destroy(9), rm_rlock(9), rm_try_rlock(9), rm_wlock(9), rm_runlock(9), rm_wunlock(9), rm_wowned(9), rm_sleep(9), rm_assert(9), RM_SYSINIT(9), RM_SYSINIT_FLAGS(9), rms_init(9), rms_destroy(9), rms_rlock(9), rms_wlock(9), rms_runlock(9), rms_wunlock(9)
- kernel reader/writer lock optimized for read-mostly access patterns
- rpc_clnt_calls(3), clnt_call(3), clnt_freeres(3), clnt_geterr(3), clnt_perrno(3), clnt_perror(3), clnt_sperrno(3), clnt_sperror(3), rpc_broadcast(3), rpc_broadcast_exp(3), rpc_call(3)
- library routines for client side calls
- rpc_clnt_create(3), clnt_control(3), clnt_create(3), clnt_create_timed(3), clnt_create_vers(3), clnt_create_vers_timed(3), clnt_destroy(3), clnt_dg_create(3), clnt_pcreateerror(3), clnt_raw_create(3), clnt_spcreateerror(3), clnt_tli_create(3), clnt_tp_create(3), clnt_tp_create_timed(3), clnt_vc_create(3), rpc_createerr(3)
- library routines for dealing with creation and manipulation of CLIENT handles
- rpc_gss_get_error(3)
- Get error details
- rpc_gss_set_defaults(3)
- set service and quality of protection
- rpc_soc(3), auth_destroy(3), authnone_create(3), authunix_create(3), authunix_create_default(3), callrpc(3), clnt_broadcast(3), clnt_call(3), clnt_control(3), clnt_create(3), clnt_destroy(3), clnt_freeres(3), clnt_geterr(3), clnt_pcreateerror(3), clnt_perrno(3), clnt_perror(3), clnt_spcreateerror(3), clnt_sperrno(3), clnt_sperror(3), clntraw_create(3), clnttcp_create(3), clntudp_bufcreate(3), clntudp_create(3), clntunix_create(3), get_myaddress(3), pmap_getmaps(3), pmap_getport(3), pmap_rmtcall(3), pmap_set(3), pmap_unset(3), registerrpc(3), rpc_createerr(3), svc_destroy(3), svc_fds(3), svc_fdset(3), svc_getargs(3), svc_getcaller(3), svc_getreq(3), svc_getreqset(3), svc_register(3), svc_run(3), svc_sendreply(3), svc_unregister(3), svcerr_auth(3), svcerr_decode(3), svcerr_noproc(3), svcerr_noprog(3), svcerr_progvers(3), svcerr_systemerr(3), svcerr_weakauth(3), svcfd_create(3), svcunixfd_create(3), svcraw_create(3), svcunix_create(3), xdr_accepted_reply(3), xdr_authunix_parms(3), xdr_callhdr(3), xdr_callmsg(3), xdr_opaque_auth(3), xdr_pmap(3), xdr_pmaplist(3), xdr_rejected_reply(3), xdr_replymsg(3), xprt_register(3), xprt_unregister(3)
- library routines for remote procedure calls
- rpc_svc_create(3), svc_control(3), svc_create(3), svc_destroy(3), svc_dg_create(3), svc_fd_create(3), svc_raw_create(3), svc_tli_create(3), svc_tp_create(3), svc_vc_create(3)
- library routines for the creation of server handles
- rpc_svc_err(3), svcerr_auth(3), svcerr_decode(3), svcerr_noproc(3), svcerr_noprog(3), svcerr_progvers(3), svcerr_systemerr(3), svcerr_weakauth(3)
- library routines for server side remote procedure call errors
- rpmatch(3)
- determine whether the response to a question is affirmative or negative
- rpoll(3)
- callback functions for file descriptors and timers
- rtlbtfw(8)
- firmware download utility for Realtek 87XX/88XX chip based Bluetooth USB devices
- rtsx(4)
- Realtek SD card reader
- rwlock(9), rw_init(9), rw_init_flags(9), rw_destroy(9), rw_rlock(9), rw_wlock(9), rw_runlock(9), rw_wunlock(9), rw_unlock(9), rw_try_rlock(9), rw_try_upgrade(9), rw_try_wlock(9), rw_downgrade(9), rw_sleep(9), rw_initialized(9), rw_wowned(9), rw_assert(9), RW_SYSINIT(9), RW_SYSINIT_FLAGS(9)
- kernel reader/writer lock
- sa(4)
- SCSI Sequential Access device driver
- sade(8)
- sysadmins disk editor
- safexcel(4)
- Inside Secure SafeXcel-IP-97 cryptographic offload engine
- save-entropy(8)
- Save bits of entropy to feed /dev/random at startup
- sbni(4)
- Granch SBNI12 leased line modem driver
- sbp(4)
- Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver
- sbp_targ(4)
- Serial Bus Protocol 2 (SBP-2) Target Mode devices driver
- sbuf(9), sbuf_new(9), sbuf_new_auto(9), sbuf_new_for_sysctl(9), sbuf_clear(9), sbuf_get_flags(9), sbuf_set_flags(9), sbuf_clear_flags(9), sbuf_setpos(9), sbuf_bcat(9), sbuf_bcopyin(9), sbuf_bcpy(9), sbuf_cat(9), sbuf_copyin(9), sbuf_cpy(9), sbuf_nl_terminate(9), sbuf_printf(9), sbuf_vprintf(9), sbuf_putc(9), sbuf_set_drain(9), sbuf_trim(9), sbuf_error(9), sbuf_finish(9), sbuf_data(9), sbuf_len(9), sbuf_done(9), sbuf_delete(9), sbuf_start_section(9), sbuf_end_section(9), sbuf_hexdump(9), sbuf_printf_drain(9), sbuf_putbuf(9)
- safe string composition
- scc(4)
- driver for Serial Communications Controllers (SCC) devices
- screen.lua(8)
- bootloader screen manipulation module
- sctp_connectx(3)
- connect an SCTP socket with multiple destination addresses
- sctp_peeloff(2)
- detach an association from a one-to-many socket to its own fd
- sdiff(1)
- side-by-side diff
- sdoc(7)
- guide to adding security considerations sections to manual pages
- security(7)
- introduction to security under FreeBSD
- sem_destroy(3)
- destroy an unnamed semaphore
- sem_wait(3), sem_trywait(3)
- decrement (lock) a semaphore
- sema(9), sema_init(9), sema_destroy(9), sema_post(9), sema_wait(9), sema_timedwait(9), sema_trywait(9), sema_value(9)
- kernel counting semaphore
- send(4)
- Kernel side support for Secure Neighbor Discovery (SeND)
- sesutil(8)
- Utility for managing SCSI Enclosure Services (SES) device
- setcred(2)
- set current process credentials atomically
- setfib(1)
- execute a utility with an altered default network view
- setfib(2)
- set the default FIB (routing table) for the calling process
- sg(4)
- Linux ioctl-compatible SCSI passthru device
- shmat(2), shmdt(2)
- attach or detach shared memory
- shmget(2)
- obtain a shared memory identifier
- sigemptyset(3), sigfillset(3), sigaddset(3), sigandset(3), sigdelset(3), sigisemptyset(3), sigismember(3), sigorset(3)
- manipulate signal sets
- signal(9), SIGADDSET(9), SIGDELSET(9), SETEMPTYSET(9), SIGFILLSET(9), SIGISMEMBER(9), SIGISEMPTY(9), SIGNOTEMPTY(9), SIGSETEQ(9), SIGSETNEQ(9), SIGSETOR(9), SIGSETAND(9), SIGSETNAND(9), SIGSETCANTMASK(9), SIG_STOPSIGMASK(9), SIG_CONTSIGMASK(9), SIGPENDING(9), cursig(9), execsigs(9), issignal(9), killproc(9), pgsigio(9), postsig(9), sigexit(9), siginit(9), signotify(9), trapsignal(9)
- kernel signal functions
- signbit(3)
- determine whether a floating-point number's sign is negative
- sis(4)
- SiS 900, SiS 7016 and NS DP83815/DP83816 Fast Ethernet device driver
- smb(4)
- System Management Bus (SMBus) generic I/O device driver
- snd_ai2s(4)
- Apple I2S audio device driver
- snd_als4000(4)
- Avance Logic ALS4000 PCI bridge device driver
- snd_atiixp(4)
- ATI IXP bridge device driver
- snd_cmi(4)
- CMedia CMI8338/CMI8738 PCI bridge device driver
- snd_cs4281(4)
- Crystal Semiconductor CS4281 PCI bridge device driver
- snd_csa(4)
- Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver
- snd_davbus(4)
- Apple Davbus audio device driver
- snd_emu10k1(4)
- SoundBlaster Live! and Audigy PCI bridge device driver
- snd_emu10kx(4)
- Creative SoundBlaster Live! and Audigy sound cards device driver
- snd_envy24(4)
- VIA Envy24 and compatible bridge device driver
- snd_envy24ht(4)
- VIA Envy24HT and compatible bridge device driver
- snd_es137x(4)
- Ensoniq AudioPCI ES137x bridge device driver
- snd_fm801(4)
- Forte Media FM801 bridge device driver
- snd_hda(4)
- Intel High Definition Audio bridge device driver
- snd_hdspe(4)
- RME HDSPe bridge device driver
- snd_ich(4)
- Intel ICH AC'97 and compatible bridge device driver
- snd_maestro3(4)
- ESS Maestro3/Allegro-1 bridge device driver
- snd_neomagic(4)
- NeoMagic 256AV/ZX bridge device driver
- snd_solo(4)
- ESS Solo-1/1E PCI bridge device driver
- snd_spicds(4)
- I2S SPI audio codec driver
- snd_t4dwave(4)
- Trident 4DWave bridge device driver
- snd_uaudio(4)
- USB audio and MIDI device driver
- snd_via8233(4)
- VIA Technologies VT8233 bridge device driver
- snd_via82c686(4)
- VIA Technologies 82C686A bridge device driver
- snd_vibes(4)
- S3 SonicVibes bridge device driver
- sndstat(4)
- nvlist-based PCM audio device enumeration interface
- snl(3), snl_init(3), snl_free(3), snl_read_message(3), snl_send(3), snl_get_seq(3), snl_allocz(3), snl_clear_lb(3), snl_parse_nlmsg(3), snl_parse_header(3), snl_parse_attrs(3), snl_parse_attrs_raw(3), snl_attr_get_flag(3), snl_attr_get_ip(3), snl_attr_get_uint16(3), snl_attr_get_uint32(3), snl_attr_get_string(3), snl_attr_get_stringn(3), snl_attr_get_nla(3), snl_field_get_uint8(3), snl_field_get_uint16(3), snl_field_get_uint32(3)
- simple netlink library
- snmp_mibII(3), mibII(3), mibif_notify_f(3), mib_netsock(3), mib_if_set_dyn(3), mib_refresh_iflist(3), mib_find_if(3), mib_find_if_sys(3), mib_find_if_name(3), mib_first_if(3), mib_next_if(3), mib_register_newif(3), mib_unregister_newif(3), mib_fetch_ifmib(3), mib_if_admin(3), mib_find_ifa(3), mib_first_ififa(3), mib_next_ififa(3), mib_ifstack_create(3), mib_ifstack_delete(3), mib_find_rcvaddr(3), mib_rcvaddr_create(3), mib_rcvaddr_delete(3), mibif_notify(3), mibif_unnotify(3)
- mib-2 module for bsnmpd
- snmp_netgraph(3), snmp_node(3), snmp_nodename(3), ng_cookie_f(3), ng_hook_f(3), ng_register_cookie(3), ng_unregister_cookie(3), ng_register_hook(3), ng_unregister_hook(3), ng_unregister_module(3), ng_output(3), ng_output_node(3), ng_output_id(3), ng_dialog(3), ng_dialog_node(3), ng_dialog_id(3), ng_send_data(3), ng_mkpeer_id(3), ng_connect_node(3), ng_connect_id(3), ng_connect2_id(3), ng_connect2_tee_id(3), ng_rmhook(3), ng_rmhook_id(3), ng_rmhook_tee_id(3), ng_shutdown_id(3), ng_next_node_id(3), ng_node_id(3), ng_node_id_node(3), ng_node_name(3), ng_node_type(3), ng_peer_hook_id(3)
- netgraph module for snmpd
- snmp_value_free(3), snmp_value_parse(3), snmp_value_copy(3), snmp_pdu_free(3), snmp_pdu_decode(3), snmp_pdu_encode(3), snmp_pdu_decode_header(3), snmp_pdu_decode_scoped(3), snmp_pdu_decode_secmode(3), snmp_pdu_init_secparams(3), snmp_pdu_dump(3), snmp_passwd_to_keys(3), snmp_get_local_keys(3), snmp_calc_keychange(3), TRUTH_MK(3), TRUTH_GET(3), TRUTH_OK(3)
- SNMP decoding and encoding library
- sockatmark(3)
- determine whether the read pointer is at the OOB mark
- sound(4), pcm(4), snd(4)
- PCM audio device infrastructure
- speaker(4), spkr(4)
- console speaker device driver
- spi(8)
- communicate on SPI bus with slave devices
- spigen(4)
- SPI generic I/O device driver
- ssh-add(1)
- adds private key identities to the OpenSSH authentication agent
- ste(4)
- Sundance Technologies ST201 Fast Ethernet device driver
- stpcpy(3), strcat(3), strncat(3), strchr(3), strrchr(3), strcmp(3), strncmp(3), strcasecmp(3), strncasecmp(3), strcpy(3), strncpy(3), strerror(3), strlen(3), strpbrk(3), strsep(3), strspn(3), strcspn(3), strstr(3), strtok(3), index(3), rindex(3)
- string specific functions
- strlcpy(3), strlcat(3)
- size-bounded string copying and concatenation
- strmode(3)
- convert inode status information into a symbolic string
- strverscmp(3)
- compare strings according to natural order
- strxfrm(3)
- transform a string under locale
- stty(1)
- set the options for a terminal device interface
- style(9)
- kernel source file style guide
- style.Makefile(5)
- Makefile file style guide
- style.lua(9)
- lua file style guide
- style.mdoc(5)
- FreeBSD manual page style guide
- su(1)
- substitute user identity
- superio(9), superio_devid(9), superio_dev_disable(9), superio_dev_enable(9), superio_dev_enabled(9), superio_find_dev(9), superio_get_dma(9), superio_get_iobase(9), superio_get_irq(9), superio_get_ldn(9), superio_get_type(9), superio_read(9), superio_revid(9), superio_vendor(9), superio_write(9)
- Super I/O bus interface
- swapon(2), swapoff(2)
- control devices for interleaved paging/swapping
- swapon(8), swapoff(8), swapctl(8)
- specify devices for paging and swapping
- sx(9), sx_init(9), sx_init_flags(9), sx_destroy(9), sx_slock(9), sx_xlock(9), sx_slock_sig(9), sx_xlock_sig(9), sx_try_slock(9), sx_try_xlock(9), sx_sunlock(9), sx_xunlock(9), sx_unlock(9), sx_try_upgrade(9), sx_downgrade(9), sx_sleep(9), sx_xholder(9), sx_xlocked(9), sx_assert(9), SX_SYSINIT(9), SX_SYSINIT_FLAGS(9)
- kernel shared/exclusive lock
- sysarch(2)
- architecture-dependent system call
- sysctl.conf(5)
- kernel state defaults
- sysctl_ctx_init(9), sysctl_ctx_free(9), sysctl_ctx_entry_add(9), sysctl_ctx_entry_find(9), sysctl_ctx_entry_del(9)
- sysctl context for managing dynamically created sysctl OIDs
- sysdecode(3)
- system argument decoding library
- sysdecode_abi_to_freebsd_errno(3), sysdecode_freebsd_to_abi_errno(3)
- translate error numbers between process ABIs
- sysdecode_cap_rights(3)
- output list of capability rights
- sysdecode_cmsg_type(3)
- lookup name of cmsg type
- sysdecode_enum(3), sysdecode_acltype(3), sysdecode_atfd(3), sysdecode_extattrnamespace(3), sysdecode_fadvice(3), sysdecode_fcntl_cmd(3), sysdecode_getfsstat_mode(3), sysdecode_getrusage_who(3), sysdecode_idtype(3), sysdecode_ipproto(3), sysdecode_itimer(3), sysdecode_kldsym_cmd(3), sysdecode_kldunload_flags(3), sysdecode_lio_listio_mode(3), sysdecode_madvice(3), sysdecode_minherit_flags(3), sysdecode_msgctl_cmd(3), sysdecode_nfssvc_flags(3), sysdecode_pathconf_name(3), sysdecode_prio_which(3), sysdecode_procctl_cmd(3), sysdecode_ptrace_request(3), sysdecode_rlimit(3), sysdecode_rtprio_function(3), sysdecode_scheduler_policy(3), sysdecode_sctp_pr_policy(3), sysdecode_sctp_sinfo_flags(3), sysdecode_semctl_cmd(3), sysdecode_shmctl_cmd(3), sysdecode_shutdown_how(3), sysdecode_sigbus_code(3), sysdecode_sigchld_code(3), sysdecode_sigfpe_code(3), sysdecode_sigill_code(3), sysdecode_signal(3), sysdecode_sigprocmask_how(3), sysdecode_sigsegv_code(3), sysdecode_sigtrap_code(3), sysdecode_sockaddr_family(3), sysdecode_socketdomain(3), sysdecode_sockettype(3), sysdecode_sockopt_level(3), sysdecode_sysarch_number(3), sysdecode_umtx_op(3), sysdecode_vmresult(3), sysdecode_whence(3)
- lookup name of various enumerated values
- sysdecode_fcntl_arg(3), sysdecode_fcntl_arg_p(3)
- output description of fcntl argument
- sysdecode_ioctlname(3)
- lookup name of device control command
- sysdecode_kevent(3), sysdecode_kevent_fflags(3), sysdecode_kevent_filter(3), sysdecode_kevent_flags(3)
- output description of kevent structure fields
- sysdecode_mask(3), sysdecode_accessmode(3), sysdecode_atflags(3), sysdecode_capfcntlrights(3), sysdecode_close_range_flags(3), sysdecode_fcntl_fileflags(3), sysdecode_fileflags(3), sysdecode_filemode(3), sysdecode_flock_operation(3), sysdecode_mlockall_flags(3), sysdecode_mmap_flags(3), sysdecode_mmap_prot(3), sysdecode_mount_flags(3), sysdecode_msg_flags(3), sysdecode_msync_flags(3), sysdecode_open_flags(3), sysdecode_pipe2_flags(3), sysdecode_pollfd_events(3), sysdecode_reboot_howto(3), sysdecode_rfork_flags(3), sysdecode_semget_flags(3), sysdecode_sendfile_flags(3), sysdecode_shmat_flags(3), sysdecode_sctp_nxt_flags(3), sysdecode_sctp_rcv_flags(3), sysdecode_sctp_snd_flags(3), sysdecode_socket_type(3), sysdecode_thr_create_flags(3), sysdecode_umtx_cvwait_flags(3), sysdecode_umtx_rwlock_flags(3), sysdecode_vmprot(3), sysdecode_wait4_options(3), sysdecode_wait6_options(3)
- print name of various bitmask values
- sysdecode_quotactl_cmd(3)
- output name of quotactl command
- sysdecode_sctp_sinfo_flags(3)
- output textual description of the sinfo_flags field of struct sctp_sndrcvinfo
- sysdecode_sigcode(3)
- lookup name of signal code
- sysdecode_socket_protocol(3)
- lookup name of socket protocol
- sysdecode_sockopt_name(3)
- lookup name of socket option
- sysdecode_syscallnames(3)
- lookup name of system calls
- sysdecode_utrace(3)
- produce text description of a utrace record
- sysexits(3)
- legacy exit status codes for system programs
- tcp_rack(4)
- TCP RACK-TLP Loss Detection Algorithm for TCP
- tdfx(4)
- Voodoo Graphics and VoodooII Memory Access GLIDE device driver
- term(5)
- compiled terminfo terminal description
- term_variables(3), %SP(3), %acs_map(3), %boolcodes(3), %boolfnames(3), %boolnames(3), %cur_term(3), %numcodes(3), %numfnames(3), %numnames(3), %strcodes(3), %strfnames(3), %strnames(3), %ttytype(3)
- terminfo global variables
- thr_self(2)
- return thread identifier for the calling thread
- thr_wake(2)
- wake up the suspended thread
- timer_delete(2)
- delete a per-process timer (REALTIME)
- timerfd(2), timerfd_create(2), timerfd_gettime(2), timerfd_settime(2)
- timers with file descriptor semantics
- towctrans(3), wctrans(3)
- wide character mapping functions
- towlower(3)
- upper case to lower case letter conversion (wide character version)
- towupper(3)
- lower case to upper case letter conversion (wide character version)
- traceroute6(8)
- print the route IPv6 packets will take to a network node
- trim(8)
- erase device blocks that have no needed contents
- trunc(3), truncf(3), truncl(3)
- nearest integral value with magnitude less than or equal to |x|
- tsearch(3), tfind(3), tdelete(3), twalk(3)
- manipulate binary search trees
- tsec(4)
- Freescale Three-Speed Ethernet Controller device driver
- ttyname(3), ttyname_r(3), isatty(3)
- get name of associated terminal (tty) from file descriptor
- tuning(7)
- performance tuning under FreeBSD
- u3g(4)
- USB support for 3G and 4G cellular modems
- uathload(8)
- firmware loader for Atheros USB wireless driver
- ubtbcmfw(4)
- Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
- ucred(9), crget(9), crhold(9), crfree(9), crcopy(9), crdup(9), cru2x(9)
- functions related to user credentials
- ucycom(4)
- device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
- udl(4)
- DisplayLink DL-120 / DL-160 USB display devices
- ugen(4)
- USB generic device support
- uhso(4)
- support for several HSxPA devices from Option N.V
- uhsoctl(1)
- connection utility for Option based devices
- uio(9), uiomove(9), uiomove_frombuf(9), uiomove_nofault(9)
- device driver I/O routines
- ul(1)
- do underlining
- umask(2)
- set file creation mode mask
- umass(4)
- USB Mass Storage Devices driver
- umodem(4)
- USB Communication Device Class serial (CDC ACM) driver
- umoscom(4)
- USB support for serial adapters based on chips made by MOSCHIP
- uname(3)
- get system identification
- undelete(2)
- attempt to recover a deleted file
- ungetwc(3)
- un-get wide character from input stream
- unifdef(1), unifdefall(1)
- remove preprocessor conditionals from code
- unvis(3), strunvis(3), strnunvis(3), strunvisx(3), strnunvisx(3)
- decode a visual representation of characters
- urndis(4)
- USB Remote NDIS Ethernet device
- usb_fifo_alloc_buffer(9), usb_fifo_attach(9), usb_fifo_detach(9), usb_fifo_free_buffer(9), usb_fifo_get_data(9), usb_fifo_get_data_buffer(9), usb_fifo_get_data_error(9), usb_fifo_get_data_linear(9), usb_fifo_put_bytes_max(9), usb_fifo_put_data(9), usb_fifo_put_data_buffer(9), usb_fifo_put_data_error(9), usb_fifo_put_data_linear(9), usb_fifo_reset(9), usb_fifo_softc(9), usb_fifo_wakeup(9), usbd_do_request(9), usbd_do_request_flags(9), usbd_errstr(9), usbd_lookup_id_by_info(9), usbd_lookup_id_by_uaa(9), usbd_transfer_clear_stall(9), usbd_transfer_drain(9), usbd_transfer_pending(9), usbd_transfer_poll(9), usbd_transfer_setup(9), usbd_transfer_start(9), usbd_transfer_stop(9), usbd_transfer_submit(9), usbd_transfer_unsetup(9), usbd_xfer_clr_flag(9), usbd_xfer_frame_data(9), usbd_xfer_frame_len(9), usbd_xfer_get_frame(9), usbd_xfer_get_priv(9), usbd_xfer_is_stalled(9), usbd_xfer_max_framelen(9), usbd_xfer_max_frames(9), usbd_xfer_max_len(9), usbd_xfer_set_flag(9), usbd_xfer_set_frame_data(9), usbd_xfer_set_frame_len(9), usbd_xfer_set_frame_offset(9), usbd_xfer_set_frames(9), usbd_xfer_set_interval(9), usbd_xfer_set_priv(9), usbd_xfer_set_stall(9), usbd_xfer_set_timeout(9), usbd_xfer_softc(9), usbd_xfer_state(9), usbd_xfer_status(9)
- Universal Serial Bus driver programming interface
- usb_template(4)
- USB device side templates
- usbhid(3), hid_get_report_desc(3), hid_get_report_id(3), hid_use_report_desc(3), hid_dispose_report_desc(3), hid_start_parse(3), hid_end_parse(3), hid_get_item(3), hid_report_size(3), hid_locate(3), hid_usage_page(3), hid_usage_in_page(3), hid_init(3), hid_get_data(3), hid_set_data(3), hid_get_report(3), hid_set_report(3)
- USB HID access routines
- usbhidctl(1)
- manipulate USB HID devices
- user_caps(5)
- user-defined terminfo capability format
- usfs(4)
- USB device side support for bulk only transport mass storage
- utempter_add_record(3), utempter_remove_added_record(3), utempter_remove_record(3), addToUtmp(3), removeFromUtmp(3), removeLineFromUtmp(3)
- utempter compatibility interface
- uu_lock(3), uu_unlock(3), uu_lockerr(3)
- acquire and release control of a serial device
- uuencode(5)
- format of an encoded uuencode file
- uuidgen(1)
- generate universally unique identifiers
- uuidgen(2)
- generate universally unique identifiers
- vacation(1)
- E-mail auto-responder
- vaccess(9)
- generate an access control decision using vnode parameters
- vaccess_acl_nfs4(9)
- generate a NFSv4 ACL access control decision using vnode parameters
- vaccess_acl_posix1e(9)
- generate a POSIX.1e ACL access control decision using vnode parameters
- valectl(8)
- manage VALE network switches provided by netmap
- vdevprops(7)
- native and user-defined properties of ZFS vdevs
- vflush(9)
- flush vnodes for a mount point
- vfs_getnewfsid(9)
- allocate a new file system identifier
- vfs_getvfs(9)
- returns a mount point given its file system identifier
- vfs_suser(9)
- check if credentials have superuser privileges for a mount point
- vga(4)
- generic video card interface
- vget(9)
- get a vnode from the free list
- vgone(9)
- prepare a vnode for reuse
- vhold(9), vdrop(9), vdropl(9)
- acquire/release a hold on a vnode
- viawd(4)
- device driver for VIA south bridge watchdog timer
- vidcontrol(1)
- system video console control and configuration utility
- vinvalbuf(9)
- flushes and invalidates all buffers associated with a vnode
- virtio(4)
- VirtIO Device Support
- vis(3), nvis(3), strvis(3), stravis(3), strnvis(3), strvisx(3), strnvisx(3), strenvisx(3), svis(3), snvis(3), strsvis(3), strsnvis(3), strsvisx(3), strsnvisx(3), strsenvisx(3)
- visually encode characters
- vm_map_delete(9)
- deallocate an address range from a map
- vm_map_lock(9), vm_map_unlock(9), vm_map_lock_read(9), vm_map_unlock_read(9), vm_map_trylock(9), vm_map_trylock_read(9), vm_map_lock_upgrade(9), vm_map_lock_downgrade(9)
- vm_map locking macros
- vm_page_busied(9), vm_page_busy_downgrade(9), vm_page_busy_sleep(9), vm_page_sbusied(9), vm_page_sunbusy(9), vm_page_trysbusy(9), vm_page_tryxbusy(9), vm_page_xbusied(9), vm_page_xunbusy(9), vm_page_assert_sbusied(9), vm_page_assert_unbusied(9), vm_page_assert_xbusied(9)
- protect page identity changes and page content references
- vm_page_deactivate(9)
- deactivate a page
- vm_page_dontneed(9)
- indicate that a page is not needed anymore
- vmd(4)
- Intel Volume Management Device driver
- vmx(4)
- VMware VMXNET3 Virtual Interface Controller device
- vn_deallocate(9)
- zero and/or deallocate storage from a file
- vn_fullpath(9)
- convert a vnode reference to a full pathname, given a process context
- vn_isdisk(9)
- checks if a vnode represents a disk
- vnode(9)
- internal representation of a file or directory
- vnode_pager_purge_range(9)
- invalidate the cached content within the given byte range
- vnode_pager_setsize(9)
- notify the VM system about updates in the file size
- vput(9), vrele(9), vunref(9)
- decrement the use count for a vnode
- vr(4)
- VIA Technologies Rhine I/II/III Ethernet device driver
- vref(9), vrefl(9)
- increment the use count for a vnode
- vrefcnt(9)
- returns the use count of a vnode
- vt(4)
- virtual terminal system video console driver
- vtfontcvt(8)
- convert font files for use by the video console
- wbwd(4)
- device driver for Winbond/Nuvoton Super I/O chips watchdog timer
- wcrtomb(3), c16rtomb(3), c32rtomb(3)
- convert a wide-character code to a character (restartable)
- wcscoll(3)
- compare wide strings according to current collation
- wcsftime(3)
- convert date and time to a wide-character string
- wcsrtombs(3), wcsnrtombs(3)
- convert a wide-character string to a character string (restartable)
- wcstok(3)
- split wide-character string into tokens
- wcstol(3), wcstoul(3), wcstoll(3), wcstoull(3), wcstoimax(3), wcstoumax(3)
- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intmax_t or uintmax_t integer
- wcstombs(3)
- convert a wide-character string to a character string
- wcswidth(3)
- number of column positions in wide-character string
- wcsxfrm(3)
- transform a wide string under locale
- wctomb(3)
- convert a wide-character code to a character
- wcwidth(3)
- number of column positions of a wide-character code
- wdatwd(4)
- device driver for the ACPI WDAT based watchdog interrupt timer
- wlan_acl(4)
- MAC-based ACL support for 802.11 devices
- wlan_amrr(4)
- AMRR rate adaptation algorithm support for 802.11 devices
- wlan_ccmp(4)
- AES-CCMP crypto support for 802.11 devices
- wlan_tkip(4)
- TKIP and Michael crypto support for 802.11 devices
- wlan_wep(4)
- WEP crypto support for 802.11 devices
- wlan_xauth(4)
- External authenticator support for 802.11 devices
- wlandebug(8)
- set/query 802.11 wireless debugging messages
- wmemchr(3), wmemcmp(3), wmemcpy(3), wmemmove(3), wmempcpy(3), wmemset(3), wcpcpy(3), wcpncpy(3), wcscasecmp(3), wcscat(3), wcschr(3), wcscmp(3), wcscpy(3), wcscspn(3), wcsdup(3), wcslcat(3), wcslcpy(3), wcslen(3), wcsncasecmp(3), wcsncat(3), wcsncmp(3), wcsncpy(3), wcsnlen(3), wcspbrk(3), wcsrchr(3), wcsspn(3), wcsstr(3)
- wide character string manipulation operations
- wmt(4)
- MS Windows 7/8/10 - compatible USB HID multi-touch device driver
- wordexp(3)
- perform shell-style word expansions
- wpa_supplicant(8)
- WPA/802.11i Supplicant for wireless network devices
- wprintf(3), fwprintf(3), swprintf(3), vwprintf(3), vfwprintf(3), vswprintf(3)
- formatted wide character output conversion
- wscanf(3), fwscanf(3), swscanf(3), vwscanf(3), vswscanf(3), vfwscanf(3)
- wide character input format conversion
- xdr(3), xdr_array(3), xdr_bool(3), xdr_bytes(3), xdr_char(3), xdr_destroy(3), xdr_double(3), xdr_enum(3), xdr_float(3), xdr_free(3), xdr_getpos(3), xdr_hyper(3), xdr_inline(3), xdr_int(3), xdr_long(3), xdr_longlong_t(3), xdrmem_create(3), xdr_opaque(3), xdr_pointer(3), xdrrec_create(3), xdrrec_endofrecord(3), xdrrec_eof(3), xdrrec_skiprecord(3), xdr_reference(3), xdr_setpos(3), xdr_short(3), xdr_sizeof(3), xdrstdio_create(3), xdr_string(3), xdr_u_char(3), xdr_u_hyper(3), xdr_u_int(3), xdr_u_long(3), xdr_u_longlong_t(3), xdr_u_short(3), xdr_union(3), xdr_vector(3), xdr_void(3), xdr_wrapstring(3)
- library routines for external data representation
- xl(4)
- 3Com Etherlink XL and Fast Etherlink XL Ethernet device driver
- xlocale(3)
- Thread-safe extended locale support
- xo_create(3), xo_create_to_file(3), xo_destroy(3)
- create and destroy libxo output handles
- xo_format(5)
- content of format descriptors for xo_emit
- xo_parse_args(3), xo_set_program(3)
- detect, parse, and remove arguments for libxo
- xo_set_syslog_enterprise_id(3)
- Set the enterprise identifier for syslog content
- xo_set_version(3), xo_set_version_h(3)
- record content-version information in encoded output
- xz(1), unxz(1), xzcat(1), lzma(1), unlzma(1), lzcat(1)
- Compress or decompress .xz and .lzma files
- xzdec(1), lzmadec(1)
- Small .xz and .lzma decompressors
- yp(8)
- description of the YP/NIS system
- zdb(8)
- display ZFS storage pool debugging and consistency information
- zero(4)
- the zero device
- zfs-allow(8)
- delegate ZFS administration permissions to unprivileged users
- zfs-destroy(8)
- destroy ZFS dataset, snapshots, or bookmark
- zfs-jail(8)
- attach or detach ZFS filesystem from FreeBSD jail
- zfs-promote(8)
- promote clone dataset to no longer depend on origin snapshot
- zfs-upgrade(8)
- manage on-disk version of ZFS filesystems
- zfsboot(8)
- bootcode for ZFS on BIOS-based computers
- zfsprops(7)
- native and user-defined properties of ZFS datasets
- zgrep(1), zegrep(1), zfgrep(1), bzgrep(1), bzegrep(1), bzfgrep(1), lzgrep(1), lzegrep(1), lzfgrep(1), xzgrep(1), xzegrep(1), xzfgrep(1), zstdgrep(1), zstdegrep(1), zstdfgrep(1)
- grep compressed files
- zlib(3)
- compression/decompression library
- zpool-add(8)
- add vdevs to ZFS storage pool
- zpool-attach(8)
- attach new device to existing ZFS vdev
- zpool-clear(8)
- clear device errors in ZFS storage pool
- zpool-destroy(8)
- destroy ZFS storage pool
- zpool-detach(8)
- detach device from ZFS mirror
- zpool-features(7)
- description of ZFS pool features
- zpool-labelclear(8)
- remove ZFS label information from device
- zpool-offline(8)
- take physical devices offline in ZFS storage pool
- zpool-reguid(8)
- generate new unique identifier for ZFS storage pool
- zpool-remove(8)
- remove devices from ZFS storage pool
- zpool-reopen(8)
- reopen vdevs associated with ZFS storage pools
- zpool-replace(8)
- replace one device with another in ZFS storage pool
- zpool-resilver(8)
- resilver devices in ZFS storage pools
- zpool-split(8)
- split devices off ZFS storage pool, creating new pool
- zpool-status(8)
- show detailed health status for ZFS storage pools
- zpool-upgrade(8)
- manage version and feature flags of ZFS storage pools
- zstd(1)
- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
- ztest(1)
- was written by the ZFS Developers as a ZFS unit test
- ASN1_item_d2i_ex(3), ASN1_item_d2i(3), ASN1_item_d2i_bio_ex(3), ASN1_item_d2i_bio(3), ASN1_item_d2i_fp_ex(3), ASN1_item_d2i_fp(3), ASN1_item_i2d_mem_bio(3)
- decode and encode DER-encoded ASN.1 structures
- BF_set_key(3), BF_encrypt(3), BF_decrypt(3), BF_ecb_encrypt(3), BF_cbc_encrypt(3), BF_cfb64_encrypt(3), BF_ofb64_encrypt(3), BF_options(3)
- Blowfish encryption
- BIO_do_handshake(3), BIO_f_ssl(3), BIO_set_ssl(3), BIO_get_ssl(3), BIO_set_ssl_mode(3), BIO_set_ssl_renegotiate_bytes(3), BIO_get_num_renegotiates(3), BIO_set_ssl_renegotiate_timeout(3), BIO_new_ssl(3), BIO_new_ssl_connect(3), BIO_new_buffer_ssl_connect(3), BIO_ssl_copy_session_id(3), BIO_ssl_shutdown(3)
- SSL BIO
- BIO_f_prefix(3), BIO_set_prefix(3), BIO_set_indent(3), BIO_get_indent(3)
- prefix BIO filter
- BIO_get_ex_new_index(3), BIO_set_ex_data(3), BIO_get_ex_data(3), BIO_set_app_data(3), BIO_get_app_data(3), DH_get_ex_new_index(3), DH_set_ex_data(3), DH_get_ex_data(3), DSA_get_ex_new_index(3), DSA_set_ex_data(3), DSA_get_ex_data(3), EC_KEY_get_ex_new_index(3), EC_KEY_set_ex_data(3), EC_KEY_get_ex_data(3), ENGINE_get_ex_new_index(3), ENGINE_set_ex_data(3), ENGINE_get_ex_data(3), EVP_PKEY_get_ex_new_index(3), EVP_PKEY_set_ex_data(3), EVP_PKEY_get_ex_data(3), RSA_get_ex_new_index(3), RSA_set_ex_data(3), RSA_get_ex_data(3), RSA_set_app_data(3), RSA_get_app_data(3), SSL_get_ex_new_index(3), SSL_set_ex_data(3), SSL_get_ex_data(3), SSL_set_app_data(3), SSL_get_app_data(3), SSL_CTX_get_ex_new_index(3), SSL_CTX_set_ex_data(3), SSL_CTX_get_ex_data(3), SSL_CTX_set_app_data(3), SSL_CTX_get_app_data(3), SSL_SESSION_get_ex_new_index(3), SSL_SESSION_set_ex_data(3), SSL_SESSION_get_ex_data(3), SSL_SESSION_set_app_data(3), SSL_SESSION_get_app_data(3), UI_get_ex_new_index(3), UI_set_ex_data(3), UI_get_ex_data(3), UI_set_app_data(3), UI_get_app_data(3), X509_STORE_CTX_get_ex_new_index(3), X509_STORE_CTX_set_ex_data(3), X509_STORE_CTX_get_ex_data(3), X509_STORE_CTX_set_app_data(3), X509_STORE_CTX_get_app_data(3), X509_STORE_get_ex_new_index(3), X509_STORE_set_ex_data(3), X509_STORE_get_ex_data(3), X509_get_ex_new_index(3), X509_set_ex_data(3), X509_get_ex_data(3)
- application-specific data
- BIO_get_new_index(3), BIO_meth_new(3), BIO_meth_free(3), BIO_meth_get_read_ex(3), BIO_meth_set_read_ex(3), BIO_meth_get_write_ex(3), BIO_meth_set_write_ex(3), BIO_meth_get_write(3), BIO_meth_set_write(3), BIO_meth_get_read(3), BIO_meth_set_read(3), BIO_meth_get_puts(3), BIO_meth_set_puts(3), BIO_meth_get_gets(3), BIO_meth_set_gets(3), BIO_meth_get_ctrl(3), BIO_meth_set_ctrl(3), BIO_meth_get_create(3), BIO_meth_set_create(3), BIO_meth_get_destroy(3), BIO_meth_set_destroy(3), BIO_meth_get_callback_ctrl(3), BIO_meth_set_callback_ctrl(3)
- Routines to build up BIO methods
- BIO_s_accept(3), BIO_set_accept_name(3), BIO_set_accept_port(3), BIO_get_accept_name(3), BIO_get_accept_port(3), BIO_new_accept(3), BIO_set_nbio_accept(3), BIO_set_accept_bios(3), BIO_get_peer_name(3), BIO_get_peer_port(3), BIO_get_accept_ip_family(3), BIO_set_accept_ip_family(3), BIO_set_bind_mode(3), BIO_get_bind_mode(3), BIO_do_accept(3)
- accept BIO
- BIO_s_bio(3), BIO_make_bio_pair(3), BIO_destroy_bio_pair(3), BIO_shutdown_wr(3), BIO_set_write_buf_size(3), BIO_get_write_buf_size(3), BIO_new_bio_pair(3), BIO_get_write_guarantee(3), BIO_ctrl_get_write_guarantee(3), BIO_get_read_request(3), BIO_ctrl_get_read_request(3), BIO_ctrl_reset_read_request(3)
- BIO pair BIO
- BIO_s_fd(3), BIO_set_fd(3), BIO_get_fd(3), BIO_new_fd(3)
- file descriptor BIO
- BIO_set_callback_ex(3), BIO_get_callback_ex(3), BIO_set_callback(3), BIO_get_callback(3), BIO_set_callback_arg(3), BIO_get_callback_arg(3), BIO_debug_callback(3), BIO_debug_callback_ex(3), BIO_callback_fn_ex(3), BIO_callback_fn(3)
- BIO callback functions
- BN_bn2binpad(3), BN_bn2bin(3), BN_bin2bn(3), BN_bn2lebinpad(3), BN_lebin2bn(3), BN_bn2nativepad(3), BN_native2bn(3), BN_bn2hex(3), BN_bn2dec(3), BN_hex2bn(3), BN_dec2bn(3), BN_print(3), BN_print_fp(3), BN_bn2mpi(3), BN_mpi2bn(3)
- format conversions
- CMS_EncryptedData_decrypt(3)
- Decrypt CMS EncryptedData
- CMS_decrypt(3), CMS_decrypt_set1_pkey_and_peer(3), CMS_decrypt_set1_pkey(3), CMS_decrypt_set1_password(3)
- decrypt content from a CMS envelopedData structure
- CMS_get0_RecipientInfos(3), CMS_RecipientInfo_type(3), CMS_RecipientInfo_ktri_get0_signer_id(3), CMS_RecipientInfo_ktri_cert_cmp(3), CMS_RecipientInfo_set0_pkey(3), CMS_RecipientInfo_kekri_get0_id(3), CMS_RecipientInfo_kari_set0_pkey_and_peer(3), CMS_RecipientInfo_kari_set0_pkey(3), CMS_RecipientInfo_kekri_id_cmp(3), CMS_RecipientInfo_set0_key(3), CMS_RecipientInfo_decrypt(3), CMS_RecipientInfo_encrypt(3)
- CMS envelopedData RecipientInfo routines
- CONF_get1_default_config_file(3), CONF_modules_load_file_ex(3), CONF_modules_load_file(3), CONF_modules_load(3)
- OpenSSL configuration functions
- CRYPTO_EX_new(3), CRYPTO_EX_free(3), CRYPTO_EX_dup(3), CRYPTO_free_ex_index(3), CRYPTO_get_ex_new_index(3), CRYPTO_alloc_ex_data(3), CRYPTO_set_ex_data(3), CRYPTO_get_ex_data(3), CRYPTO_free_ex_data(3), CRYPTO_new_ex_data(3)
- functions supporting application-specific data
- CTLOG_STORE_new_ex(3), CTLOG_STORE_new(3), CTLOG_STORE_free(3), CTLOG_STORE_load_default_file(3), CTLOG_STORE_load_file(3)
- Create and populate a Certificate Transparency log list
- DECLARE_ASN1_FUNCTIONS(3), IMPLEMENT_ASN1_FUNCTIONS(3), ASN1_ITEM(3), ACCESS_DESCRIPTION_free(3), ACCESS_DESCRIPTION_new(3), ADMISSIONS_free(3), ADMISSIONS_new(3), ADMISSION_SYNTAX_free(3), ADMISSION_SYNTAX_new(3), ASIdOrRange_free(3), ASIdOrRange_new(3), ASIdentifierChoice_free(3), ASIdentifierChoice_new(3), ASIdentifiers_free(3), ASIdentifiers_new(3), ASRange_free(3), ASRange_new(3), AUTHORITY_INFO_ACCESS_free(3), AUTHORITY_INFO_ACCESS_new(3), AUTHORITY_KEYID_free(3), AUTHORITY_KEYID_new(3), BASIC_CONSTRAINTS_free(3), BASIC_CONSTRAINTS_new(3), CERTIFICATEPOLICIES_free(3), CERTIFICATEPOLICIES_new(3), CMS_ContentInfo_free(3), CMS_ContentInfo_new(3), CMS_ContentInfo_new_ex(3), CMS_ContentInfo_print_ctx(3), CMS_ReceiptRequest_free(3), CMS_ReceiptRequest_new(3), CRL_DIST_POINTS_free(3), CRL_DIST_POINTS_new(3), DIRECTORYSTRING_free(3), DIRECTORYSTRING_new(3), DISPLAYTEXT_free(3), DISPLAYTEXT_new(3), DIST_POINT_NAME_free(3), DIST_POINT_NAME_new(3), DIST_POINT_free(3), DIST_POINT_new(3), DSAparams_dup(3), ECPARAMETERS_free(3), ECPARAMETERS_new(3), ECPKPARAMETERS_free(3), ECPKPARAMETERS_new(3), EDIPARTYNAME_free(3), EDIPARTYNAME_new(3), ESS_CERT_ID_dup(3), ESS_CERT_ID_free(3), ESS_CERT_ID_new(3), ESS_CERT_ID_V2_dup(3), ESS_CERT_ID_V2_free(3), ESS_CERT_ID_V2_new(3), ESS_ISSUER_SERIAL_dup(3), ESS_ISSUER_SERIAL_free(3), ESS_ISSUER_SERIAL_new(3), ESS_SIGNING_CERT_dup(3), ESS_SIGNING_CERT_free(3), ESS_SIGNING_CERT_it(3), ESS_SIGNING_CERT_new(3), ESS_SIGNING_CERT_V2_dup(3), ESS_SIGNING_CERT_V2_free(3), ESS_SIGNING_CERT_V2_it(3), ESS_SIGNING_CERT_V2_new(3), EXTENDED_KEY_USAGE_free(3), EXTENDED_KEY_USAGE_new(3), GENERAL_NAMES_free(3), GENERAL_NAMES_new(3), GENERAL_NAME_dup(3), GENERAL_NAME_free(3), GENERAL_NAME_new(3), GENERAL_SUBTREE_free(3), GENERAL_SUBTREE_new(3), IPAddressChoice_free(3), IPAddressChoice_new(3), IPAddressFamily_free(3), IPAddressFamily_new(3), IPAddressOrRange_free(3), IPAddressOrRange_new(3), IPAddressRange_free(3), IPAddressRange_new(3), ISSUER_SIGN_TOOL_free(3), ISSUER_SIGN_TOOL_it(3), ISSUER_SIGN_TOOL_new(3), ISSUING_DIST_POINT_free(3), ISSUING_DIST_POINT_it(3), ISSUING_DIST_POINT_new(3), NAME_CONSTRAINTS_free(3), NAME_CONSTRAINTS_new(3), NAMING_AUTHORITY_free(3), NAMING_AUTHORITY_new(3), NETSCAPE_CERT_SEQUENCE_free(3), NETSCAPE_CERT_SEQUENCE_new(3), NETSCAPE_SPKAC_free(3), NETSCAPE_SPKAC_new(3), NETSCAPE_SPKI_free(3), NETSCAPE_SPKI_new(3), NOTICEREF_free(3), NOTICEREF_new(3), OCSP_BASICRESP_free(3), OCSP_BASICRESP_new(3), OCSP_CERTID_dup(3), OCSP_CERTID_new(3), OCSP_CERTSTATUS_free(3), OCSP_CERTSTATUS_new(3), OCSP_CRLID_free(3), OCSP_CRLID_new(3), OCSP_ONEREQ_free(3), OCSP_ONEREQ_new(3), OCSP_REQINFO_free(3), OCSP_REQINFO_new(3), OCSP_RESPBYTES_free(3), OCSP_RESPBYTES_new(3), OCSP_RESPDATA_free(3), OCSP_RESPDATA_new(3), OCSP_RESPID_free(3), OCSP_RESPID_new(3), OCSP_RESPONSE_new(3), OCSP_REVOKEDINFO_free(3), OCSP_REVOKEDINFO_new(3), OCSP_SERVICELOC_free(3), OCSP_SERVICELOC_new(3), OCSP_SIGNATURE_free(3), OCSP_SIGNATURE_new(3), OCSP_SINGLERESP_free(3), OCSP_SINGLERESP_new(3), OSSL_CMP_ITAV_dup(3), OSSL_CMP_ITAV_free(3), OSSL_CMP_MSG_dup(3), OSSL_CMP_MSG_it(3), OSSL_CMP_MSG_free(3), OSSL_CMP_PKIHEADER_free(3), OSSL_CMP_PKIHEADER_it(3), OSSL_CMP_PKIHEADER_new(3), OSSL_CMP_PKISI_dup(3), OSSL_CMP_PKISI_free(3), OSSL_CMP_PKISI_it(3), OSSL_CMP_PKISI_new(3), OSSL_CMP_PKISTATUS_it(3), OSSL_CRMF_CERTID_dup(3), OSSL_CRMF_CERTID_free(3), OSSL_CRMF_CERTID_it(3), OSSL_CRMF_CERTID_new(3), OSSL_CRMF_CERTTEMPLATE_free(3), OSSL_CRMF_CERTTEMPLATE_it(3), OSSL_CRMF_CERTTEMPLATE_new(3), OSSL_CRMF_ENCRYPTEDVALUE_free(3), OSSL_CRMF_ENCRYPTEDVALUE_it(3), OSSL_CRMF_ENCRYPTEDVALUE_new(3), OSSL_CRMF_MSGS_free(3), OSSL_CRMF_MSGS_it(3), OSSL_CRMF_MSGS_new(3), OSSL_CRMF_MSG_dup(3), OSSL_CRMF_MSG_free(3), OSSL_CRMF_MSG_it(3), OSSL_CRMF_MSG_new(3), OSSL_CRMF_PBMPARAMETER_free(3), OSSL_CRMF_PBMPARAMETER_it(3), OSSL_CRMF_PBMPARAMETER_new(3), OSSL_CRMF_PKIPUBLICATIONINFO_free(3), OSSL_CRMF_PKIPUBLICATIONINFO_it(3), OSSL_CRMF_PKIPUBLICATIONINFO_new(3), OSSL_CRMF_SINGLEPUBINFO_free(3), OSSL_CRMF_SINGLEPUBINFO_it(3), OSSL_CRMF_SINGLEPUBINFO_new(3), OTHERNAME_free(3), OTHERNAME_new(3), PBE2PARAM_free(3), PBE2PARAM_new(3), PBEPARAM_free(3), PBEPARAM_new(3), PBKDF2PARAM_free(3), PBKDF2PARAM_new(3), PKCS12_BAGS_free(3), PKCS12_BAGS_new(3), PKCS12_MAC_DATA_free(3), PKCS12_MAC_DATA_new(3), PKCS12_SAFEBAG_free(3), PKCS12_SAFEBAG_new(3), PKCS12_free(3), PKCS12_new(3), PKCS7_DIGEST_free(3), PKCS7_DIGEST_new(3), PKCS7_ENCRYPT_free(3), PKCS7_ENCRYPT_new(3), PKCS7_ENC_CONTENT_free(3), PKCS7_ENC_CONTENT_new(3), PKCS7_ENVELOPE_free(3), PKCS7_ENVELOPE_new(3), PKCS7_ISSUER_AND_SERIAL_free(3), PKCS7_ISSUER_AND_SERIAL_new(3), PKCS7_RECIP_INFO_free(3), PKCS7_RECIP_INFO_new(3), PKCS7_SIGNED_free(3), PKCS7_SIGNED_new(3), PKCS7_SIGNER_INFO_free(3), PKCS7_SIGNER_INFO_new(3), PKCS7_SIGN_ENVELOPE_free(3), PKCS7_SIGN_ENVELOPE_new(3), PKCS7_dup(3), PKCS7_free(3), PKCS7_new_ex(3), PKCS7_new(3), PKCS7_print_ctx(3), PKCS8_PRIV_KEY_INFO_free(3), PKCS8_PRIV_KEY_INFO_new(3), PKEY_USAGE_PERIOD_free(3), PKEY_USAGE_PERIOD_new(3), POLICYINFO_free(3), POLICYINFO_new(3), POLICYQUALINFO_free(3), POLICYQUALINFO_new(3), POLICY_CONSTRAINTS_free(3), POLICY_CONSTRAINTS_new(3), POLICY_MAPPING_free(3), POLICY_MAPPING_new(3), PROFESSION_INFOS_free(3), PROFESSION_INFOS_new(3), PROFESSION_INFO_free(3), PROFESSION_INFO_new(3), PROXY_CERT_INFO_EXTENSION_free(3), PROXY_CERT_INFO_EXTENSION_new(3), PROXY_POLICY_free(3), PROXY_POLICY_new(3), RSAPrivateKey_dup(3), RSAPublicKey_dup(3), RSA_OAEP_PARAMS_free(3), RSA_OAEP_PARAMS_new(3), RSA_PSS_PARAMS_free(3), RSA_PSS_PARAMS_new(3), RSA_PSS_PARAMS_dup(3), SCRYPT_PARAMS_free(3), SCRYPT_PARAMS_new(3), SXNETID_free(3), SXNETID_new(3), SXNET_free(3), SXNET_new(3), TLS_FEATURE_free(3), TLS_FEATURE_new(3), TS_ACCURACY_dup(3), TS_ACCURACY_free(3), TS_ACCURACY_new(3), TS_MSG_IMPRINT_dup(3), TS_MSG_IMPRINT_free(3), TS_MSG_IMPRINT_new(3), TS_REQ_dup(3), TS_REQ_free(3), TS_REQ_new(3), TS_RESP_dup(3), TS_RESP_free(3), TS_RESP_new(3), TS_STATUS_INFO_dup(3), TS_STATUS_INFO_free(3), TS_STATUS_INFO_new(3), TS_TST_INFO_dup(3), TS_TST_INFO_free(3), TS_TST_INFO_new(3), USERNOTICE_free(3), USERNOTICE_new(3), X509_ALGOR_free(3), X509_ALGOR_it(3), X509_ALGOR_new(3), X509_ATTRIBUTE_dup(3), X509_ATTRIBUTE_free(3), X509_ATTRIBUTE_new(3), X509_CERT_AUX_free(3), X509_CERT_AUX_new(3), X509_CINF_free(3), X509_CINF_new(3), X509_CRL_INFO_free(3), X509_CRL_INFO_new(3), X509_CRL_dup(3), X509_CRL_free(3), X509_CRL_new_ex(3), X509_CRL_new(3), X509_EXTENSION_dup(3), X509_EXTENSION_free(3), X509_EXTENSION_new(3), X509_NAME_ENTRY_dup(3), X509_NAME_ENTRY_free(3), X509_NAME_ENTRY_new(3), X509_NAME_dup(3), X509_NAME_free(3), X509_NAME_new(3), X509_REQ_INFO_free(3), X509_REQ_INFO_new(3), X509_REQ_dup(3), X509_REQ_free(3), X509_REQ_new(3), X509_REQ_new_ex(3), X509_REVOKED_dup(3), X509_REVOKED_free(3), X509_REVOKED_new(3), X509_SIG_free(3), X509_SIG_new(3), X509_VAL_free(3), X509_VAL_new(3), X509_dup(3)
- ASN1 object utilities
- DECLARE_PEM_rw(3), PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), PEM_write_bio_CMS(3), PEM_write_DHxparams(3), PEM_write_bio_DHxparams(3), PEM_read_ECPKParameters(3), PEM_read_bio_ECPKParameters(3), PEM_write_ECPKParameters(3), PEM_write_bio_ECPKParameters(3), PEM_read_ECPrivateKey(3), PEM_write_ECPrivateKey(3), PEM_write_bio_ECPrivateKey(3), PEM_read_EC_PUBKEY(3), PEM_read_bio_EC_PUBKEY(3), PEM_write_EC_PUBKEY(3), PEM_write_bio_EC_PUBKEY(3), PEM_read_NETSCAPE_CERT_SEQUENCE(3), PEM_read_bio_NETSCAPE_CERT_SEQUENCE(3), PEM_write_NETSCAPE_CERT_SEQUENCE(3), PEM_write_bio_NETSCAPE_CERT_SEQUENCE(3), PEM_read_PKCS8(3), PEM_read_bio_PKCS8(3), PEM_write_PKCS8(3), PEM_write_bio_PKCS8(3), PEM_write_PKCS8_PRIV_KEY_INFO(3), PEM_read_bio_PKCS8_PRIV_KEY_INFO(3), PEM_read_PKCS8_PRIV_KEY_INFO(3), PEM_write_bio_PKCS8_PRIV_KEY_INFO(3), PEM_read_SSL_SESSION(3), PEM_read_bio_SSL_SESSION(3), PEM_write_SSL_SESSION(3), PEM_write_bio_SSL_SESSION(3), PEM_read_X509_PUBKEY(3), PEM_read_bio_X509_PUBKEY(3), PEM_write_X509_PUBKEY(3), PEM_write_bio_X509_PUBKEY(3)
- PEM object encoding routines
- DEFINE_STACK_OF(3), DEFINE_STACK_OF_CONST(3), DEFINE_SPECIAL_STACK_OF(3), DEFINE_SPECIAL_STACK_OF_CONST(3), sk_TYPE_num(3), sk_TYPE_value(3), sk_TYPE_new(3), sk_TYPE_new_null(3), sk_TYPE_reserve(3), sk_TYPE_free(3), sk_TYPE_zero(3), sk_TYPE_delete(3), sk_TYPE_delete_ptr(3), sk_TYPE_push(3), sk_TYPE_unshift(3), sk_TYPE_pop(3), sk_TYPE_shift(3), sk_TYPE_pop_free(3), sk_TYPE_insert(3), sk_TYPE_set(3), sk_TYPE_find(3), sk_TYPE_find_ex(3), sk_TYPE_find_all(3), sk_TYPE_sort(3), sk_TYPE_is_sorted(3), sk_TYPE_dup(3), sk_TYPE_deep_copy(3), sk_TYPE_set_cmp_func(3), sk_TYPE_new_reserve(3), OPENSSL_sk_deep_copy(3), OPENSSL_sk_delete(3), OPENSSL_sk_delete_ptr(3), OPENSSL_sk_dup(3), OPENSSL_sk_find(3), OPENSSL_sk_find_ex(3), OPENSSL_sk_find_all(3), OPENSSL_sk_free(3), OPENSSL_sk_insert(3), OPENSSL_sk_is_sorted(3), OPENSSL_sk_new(3), OPENSSL_sk_new_null(3), OPENSSL_sk_new_reserve(3), OPENSSL_sk_num(3), OPENSSL_sk_pop(3), OPENSSL_sk_pop_free(3), OPENSSL_sk_push(3), OPENSSL_sk_reserve(3), OPENSSL_sk_set(3), OPENSSL_sk_set_cmp_func(3), OPENSSL_sk_shift(3), OPENSSL_sk_sort(3), OPENSSL_sk_unshift(3), OPENSSL_sk_value(3), OPENSSL_sk_zero(3)
- stack container
- DES_random_key(3), DES_set_key(3), DES_key_sched(3), DES_set_key_checked(3), DES_set_key_unchecked(3), DES_set_odd_parity(3), DES_is_weak_key(3), DES_ecb_encrypt(3), DES_ecb2_encrypt(3), DES_ecb3_encrypt(3), DES_ncbc_encrypt(3), DES_cfb_encrypt(3), DES_ofb_encrypt(3), DES_pcbc_encrypt(3), DES_cfb64_encrypt(3), DES_ofb64_encrypt(3), DES_xcbc_encrypt(3), DES_ede2_cbc_encrypt(3), DES_ede2_cfb64_encrypt(3), DES_ede2_ofb64_encrypt(3), DES_ede3_cbc_encrypt(3), DES_ede3_cfb64_encrypt(3), DES_ede3_ofb64_encrypt(3), DES_cbc_cksum(3), DES_quad_cksum(3), DES_string_to_key(3), DES_string_to_2keys(3), DES_fcrypt(3), DES_crypt(3)
- DES encryption
- DH_generate_key(3), DH_compute_key(3), DH_compute_key_padded(3)
- perform Diffie-Hellman key exchange
- DH_set_default_method(3), DH_get_default_method(3), DH_set_method(3), DH_new_method(3), DH_OpenSSL(3)
- select DH method
- DSA_set_default_method(3), DSA_get_default_method(3), DSA_set_method(3), DSA_new_method(3), DSA_OpenSSL(3)
- select DSA method
- ECDSA_SIG_new(3), ECDSA_SIG_free(3), ECDSA_SIG_get0(3), ECDSA_SIG_get0_r(3), ECDSA_SIG_get0_s(3), ECDSA_SIG_set0(3)
- Functions for creating, destroying and manipulating ECDSA_SIG objects
- ECDSA_size(3), ECDSA_sign(3), ECDSA_do_sign(3), ECDSA_verify(3), ECDSA_do_verify(3), ECDSA_sign_setup(3), ECDSA_sign_ex(3), ECDSA_do_sign_ex(3)
- deprecated low-level elliptic curve digital signature algorithm (ECDSA) functions
- ECPKParameters_print(3), ECPKParameters_print_fp(3)
- Functions for decoding and encoding ASN1 representations of elliptic curve entities
- EC_GROUP_get0_order(3), EC_GROUP_order_bits(3), EC_GROUP_get0_cofactor(3), EC_GROUP_copy(3), EC_GROUP_dup(3), EC_GROUP_method_of(3), EC_GROUP_set_generator(3), EC_GROUP_get0_generator(3), EC_GROUP_get_order(3), EC_GROUP_get_cofactor(3), EC_GROUP_set_curve_name(3), EC_GROUP_get_curve_name(3), EC_GROUP_set_asn1_flag(3), EC_GROUP_get_asn1_flag(3), EC_GROUP_set_point_conversion_form(3), EC_GROUP_get_point_conversion_form(3), EC_GROUP_get0_seed(3), EC_GROUP_get_seed_len(3), EC_GROUP_set_seed(3), EC_GROUP_get_degree(3), EC_GROUP_check(3), EC_GROUP_check_named_curve(3), EC_GROUP_check_discriminant(3), EC_GROUP_cmp(3), EC_GROUP_get_basis_type(3), EC_GROUP_get_trinomial_basis(3), EC_GROUP_get_pentanomial_basis(3), EC_GROUP_get0_field(3), EC_GROUP_get_field_type(3)
- Functions for manipulating EC_GROUP objects
- EC_GROUP_get_ecparameters(3), EC_GROUP_get_ecpkparameters(3), EC_GROUP_new_from_params(3), EC_GROUP_new_from_ecparameters(3), EC_GROUP_new_from_ecpkparameters(3), EC_GROUP_new(3), EC_GROUP_free(3), EC_GROUP_clear_free(3), EC_GROUP_new_curve_GFp(3), EC_GROUP_new_curve_GF2m(3), EC_GROUP_new_by_curve_name_ex(3), EC_GROUP_new_by_curve_name(3), EC_GROUP_set_curve(3), EC_GROUP_get_curve(3), EC_GROUP_set_curve_GFp(3), EC_GROUP_get_curve_GFp(3), EC_GROUP_set_curve_GF2m(3), EC_GROUP_get_curve_GF2m(3), EC_get_builtin_curves(3), OSSL_EC_curve_nid2name(3)
- Functions for creating and destroying EC_GROUP objects
- EC_POINT_set_Jprojective_coordinates_GFp(3), EC_POINT_point2buf(3), EC_POINT_new(3), EC_POINT_free(3), EC_POINT_clear_free(3), EC_POINT_copy(3), EC_POINT_dup(3), EC_POINT_method_of(3), EC_POINT_set_to_infinity(3), EC_POINT_get_Jprojective_coordinates_GFp(3), EC_POINT_set_affine_coordinates(3), EC_POINT_get_affine_coordinates(3), EC_POINT_set_compressed_coordinates(3), EC_POINT_set_affine_coordinates_GFp(3), EC_POINT_get_affine_coordinates_GFp(3), EC_POINT_set_compressed_coordinates_GFp(3), EC_POINT_set_affine_coordinates_GF2m(3), EC_POINT_get_affine_coordinates_GF2m(3), EC_POINT_set_compressed_coordinates_GF2m(3), EC_POINT_point2oct(3), EC_POINT_oct2point(3), EC_POINT_point2bn(3), EC_POINT_bn2point(3), EC_POINT_point2hex(3), EC_POINT_hex2point(3)
- Functions for creating, destroying and manipulating EC_POINT objects
- ENGINE_get_DH(3), ENGINE_get_DSA(3), ENGINE_by_id(3), ENGINE_get_cipher_engine(3), ENGINE_get_default_DH(3), ENGINE_get_default_DSA(3), ENGINE_get_default_RAND(3), ENGINE_get_default_RSA(3), ENGINE_get_digest_engine(3), ENGINE_get_first(3), ENGINE_get_last(3), ENGINE_get_next(3), ENGINE_get_prev(3), ENGINE_new(3), ENGINE_get_ciphers(3), ENGINE_get_ctrl_function(3), ENGINE_get_digests(3), ENGINE_get_destroy_function(3), ENGINE_get_finish_function(3), ENGINE_get_init_function(3), ENGINE_get_load_privkey_function(3), ENGINE_get_load_pubkey_function(3), ENGINE_load_private_key(3), ENGINE_load_public_key(3), ENGINE_get_RAND(3), ENGINE_get_RSA(3), ENGINE_get_id(3), ENGINE_get_name(3), ENGINE_get_cmd_defns(3), ENGINE_get_cipher(3), ENGINE_get_digest(3), ENGINE_add(3), ENGINE_cmd_is_executable(3), ENGINE_ctrl(3), ENGINE_ctrl_cmd(3), ENGINE_ctrl_cmd_string(3), ENGINE_finish(3), ENGINE_free(3), ENGINE_get_flags(3), ENGINE_init(3), ENGINE_register_DH(3), ENGINE_register_DSA(3), ENGINE_register_RAND(3), ENGINE_register_RSA(3), ENGINE_register_all_complete(3), ENGINE_register_ciphers(3), ENGINE_register_complete(3), ENGINE_register_digests(3), ENGINE_remove(3), ENGINE_set_DH(3), ENGINE_set_DSA(3), ENGINE_set_RAND(3), ENGINE_set_RSA(3), ENGINE_set_ciphers(3), ENGINE_set_cmd_defns(3), ENGINE_set_ctrl_function(3), ENGINE_set_default(3), ENGINE_set_default_DH(3), ENGINE_set_default_DSA(3), ENGINE_set_default_RAND(3), ENGINE_set_default_RSA(3), ENGINE_set_default_ciphers(3), ENGINE_set_default_digests(3), ENGINE_set_default_string(3), ENGINE_set_destroy_function(3), ENGINE_set_digests(3), ENGINE_set_finish_function(3), ENGINE_set_flags(3), ENGINE_set_id(3), ENGINE_set_init_function(3), ENGINE_set_load_privkey_function(3), ENGINE_set_load_pubkey_function(3), ENGINE_set_name(3), ENGINE_up_ref(3), ENGINE_get_table_flags(3), ENGINE_cleanup(3), ENGINE_load_builtin_engines(3), ENGINE_register_all_DH(3), ENGINE_register_all_DSA(3), ENGINE_register_all_RAND(3), ENGINE_register_all_RSA(3), ENGINE_register_all_ciphers(3), ENGINE_register_all_digests(3), ENGINE_set_table_flags(3), ENGINE_unregister_DH(3), ENGINE_unregister_DSA(3), ENGINE_unregister_RAND(3), ENGINE_unregister_RSA(3), ENGINE_unregister_ciphers(3), ENGINE_unregister_digests(3)
- ENGINE cryptographic module support
- ERR_GET_LIB(3), ERR_GET_REASON(3), ERR_FATAL_ERROR(3)
- get information from error codes
- ERR_get_error(3), ERR_peek_error(3), ERR_peek_last_error(3), ERR_get_error_line(3), ERR_peek_error_line(3), ERR_peek_last_error_line(3), ERR_peek_error_func(3), ERR_peek_last_error_func(3), ERR_peek_error_data(3), ERR_peek_last_error_data(3), ERR_get_error_all(3), ERR_peek_error_all(3), ERR_peek_last_error_all(3), ERR_get_error_line_data(3), ERR_peek_error_line_data(3), ERR_peek_last_error_line_data(3)
- obtain error code and data
- ERR_new(3), ERR_set_debug(3), ERR_set_error(3), ERR_vset_error(3)
- Error recording building blocks
- ERR_remove_thread_state(3), ERR_remove_state(3)
- DEPRECATED
- EVP_ASYM_CIPHER_fetch(3), EVP_ASYM_CIPHER_free(3), EVP_ASYM_CIPHER_up_ref(3), EVP_ASYM_CIPHER_is_a(3), EVP_ASYM_CIPHER_get0_provider(3), EVP_ASYM_CIPHER_do_all_provided(3), EVP_ASYM_CIPHER_names_do_all(3), EVP_ASYM_CIPHER_get0_name(3), EVP_ASYM_CIPHER_get0_description(3), EVP_ASYM_CIPHER_gettable_ctx_params(3), EVP_ASYM_CIPHER_settable_ctx_params(3)
- Functions to manage EVP_ASYM_CIPHER algorithm objects
- EVP_CIPHER-DES(7)
- The DES EVP_CIPHER implementations
- EVP_CIPHER-IDEA(7)
- The IDEA EVP_CIPHER implementations
- EVP_CIPHER_fetch(3), EVP_CIPHER_up_ref(3), EVP_CIPHER_free(3), EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_reset(3), EVP_CIPHER_CTX_free(3), EVP_EncryptInit_ex(3), EVP_EncryptInit_ex2(3), EVP_EncryptUpdate(3), EVP_EncryptFinal_ex(3), EVP_DecryptInit_ex(3), EVP_DecryptInit_ex2(3), EVP_DecryptUpdate(3), EVP_DecryptFinal_ex(3), EVP_CipherInit_ex(3), EVP_CipherInit_ex2(3), EVP_CipherUpdate(3), EVP_CipherFinal_ex(3), EVP_CIPHER_CTX_set_key_length(3), EVP_CIPHER_CTX_ctrl(3), EVP_EncryptInit(3), EVP_EncryptFinal(3), EVP_DecryptInit(3), EVP_DecryptFinal(3), EVP_CipherInit(3), EVP_CipherFinal(3), EVP_Cipher(3), EVP_get_cipherbyname(3), EVP_get_cipherbynid(3), EVP_get_cipherbyobj(3), EVP_CIPHER_is_a(3), EVP_CIPHER_get0_name(3), EVP_CIPHER_get0_description(3), EVP_CIPHER_names_do_all(3), EVP_CIPHER_get0_provider(3), EVP_CIPHER_get_nid(3), EVP_CIPHER_get_params(3), EVP_CIPHER_gettable_params(3), EVP_CIPHER_get_block_size(3), EVP_CIPHER_get_key_length(3), EVP_CIPHER_get_iv_length(3), EVP_CIPHER_get_flags(3), EVP_CIPHER_get_mode(3), EVP_CIPHER_get_type(3), EVP_CIPHER_CTX_cipher(3), EVP_CIPHER_CTX_get0_cipher(3), EVP_CIPHER_CTX_get1_cipher(3), EVP_CIPHER_CTX_get0_name(3), EVP_CIPHER_CTX_get_nid(3), EVP_CIPHER_CTX_get_params(3), EVP_CIPHER_gettable_ctx_params(3), EVP_CIPHER_CTX_gettable_params(3), EVP_CIPHER_CTX_set_params(3), EVP_CIPHER_settable_ctx_params(3), EVP_CIPHER_CTX_settable_params(3), EVP_CIPHER_CTX_get_block_size(3), EVP_CIPHER_CTX_get_key_length(3), EVP_CIPHER_CTX_get_iv_length(3), EVP_CIPHER_CTX_get_tag_length(3), EVP_CIPHER_CTX_get_app_data(3), EVP_CIPHER_CTX_set_app_data(3), EVP_CIPHER_CTX_flags(3), EVP_CIPHER_CTX_set_flags(3), EVP_CIPHER_CTX_clear_flags(3), EVP_CIPHER_CTX_test_flags(3), EVP_CIPHER_CTX_get_type(3), EVP_CIPHER_CTX_get_mode(3), EVP_CIPHER_CTX_get_num(3), EVP_CIPHER_CTX_set_num(3), EVP_CIPHER_CTX_is_encrypting(3), EVP_CIPHER_param_to_asn1(3), EVP_CIPHER_asn1_to_param(3), EVP_CIPHER_CTX_set_padding(3), EVP_enc_null(3), EVP_CIPHER_do_all_provided(3), EVP_CIPHER_nid(3), EVP_CIPHER_name(3), EVP_CIPHER_block_size(3), EVP_CIPHER_key_length(3), EVP_CIPHER_iv_length(3), EVP_CIPHER_flags(3), EVP_CIPHER_mode(3), EVP_CIPHER_type(3), EVP_CIPHER_CTX_encrypting(3), EVP_CIPHER_CTX_nid(3), EVP_CIPHER_CTX_block_size(3), EVP_CIPHER_CTX_key_length(3), EVP_CIPHER_CTX_iv_length(3), EVP_CIPHER_CTX_tag_length(3), EVP_CIPHER_CTX_num(3), EVP_CIPHER_CTX_type(3), EVP_CIPHER_CTX_mode(3)
- EVP cipher routines
- EVP_EC_gen(3), EC_KEY_get_method(3), EC_KEY_set_method(3), EC_KEY_new_ex(3), EC_KEY_new(3), EC_KEY_get_flags(3), EC_KEY_set_flags(3), EC_KEY_clear_flags(3), EC_KEY_new_by_curve_name_ex(3), EC_KEY_new_by_curve_name(3), EC_KEY_free(3), EC_KEY_copy(3), EC_KEY_dup(3), EC_KEY_up_ref(3), EC_KEY_get0_engine(3), EC_KEY_get0_group(3), EC_KEY_set_group(3), EC_KEY_get0_private_key(3), EC_KEY_set_private_key(3), EC_KEY_get0_public_key(3), EC_KEY_set_public_key(3), EC_KEY_get_conv_form(3), EC_KEY_set_conv_form(3), EC_KEY_set_asn1_flag(3), EC_KEY_decoded_from_explicit_params(3), EC_KEY_precompute_mult(3), EC_KEY_generate_key(3), EC_KEY_check_key(3), EC_KEY_set_public_key_affine_coordinates(3), EC_KEY_oct2key(3), EC_KEY_key2buf(3), EC_KEY_oct2priv(3), EC_KEY_priv2oct(3), EC_KEY_priv2buf(3)
- Functions for creating, destroying and manipulating EC_KEY objects
- EVP_ENCODE_CTX_new(3), EVP_ENCODE_CTX_free(3), EVP_ENCODE_CTX_copy(3), EVP_ENCODE_CTX_num(3), EVP_EncodeInit(3), EVP_EncodeUpdate(3), EVP_EncodeFinal(3), EVP_EncodeBlock(3), EVP_DecodeInit(3), EVP_DecodeUpdate(3), EVP_DecodeFinal(3), EVP_DecodeBlock(3)
- EVP base 64 encode/decode routines
- EVP_KDF(3), EVP_KDF_fetch(3), EVP_KDF_free(3), EVP_KDF_up_ref(3), EVP_KDF_CTX(3), EVP_KDF_CTX_new(3), EVP_KDF_CTX_free(3), EVP_KDF_CTX_dup(3), EVP_KDF_CTX_reset(3), EVP_KDF_derive(3), EVP_KDF_CTX_get_kdf_size(3), EVP_KDF_get0_provider(3), EVP_KDF_CTX_kdf(3), EVP_KDF_is_a(3), EVP_KDF_get0_name(3), EVP_KDF_names_do_all(3), EVP_KDF_get0_description(3), EVP_KDF_CTX_get_params(3), EVP_KDF_CTX_set_params(3), EVP_KDF_do_all_provided(3), EVP_KDF_get_params(3), EVP_KDF_gettable_params(3), EVP_KDF_gettable_ctx_params(3), EVP_KDF_settable_ctx_params(3), EVP_KDF_CTX_gettable_params(3), EVP_KDF_CTX_settable_params(3)
- EVP KDF routines
- EVP_KEM_fetch(3), EVP_KEM_free(3), EVP_KEM_up_ref(3), EVP_KEM_get0_name(3), EVP_KEM_is_a(3), EVP_KEM_get0_provider(3), EVP_KEM_do_all_provided(3), EVP_KEM_names_do_all(3), EVP_KEM_get0_description(3), EVP_KEM_gettable_ctx_params(3), EVP_KEM_settable_ctx_params(3)
- Functions to manage EVP_KEM algorithm objects
- EVP_KEYEXCH_fetch(3), EVP_KEYEXCH_free(3), EVP_KEYEXCH_up_ref(3), EVP_KEYEXCH_get0_provider(3), EVP_KEYEXCH_is_a(3), EVP_KEYEXCH_do_all_provided(3), EVP_KEYEXCH_names_do_all(3), EVP_KEYEXCH_get0_name(3), EVP_KEYEXCH_get0_description(3), EVP_KEYEXCH_gettable_ctx_params(3), EVP_KEYEXCH_settable_ctx_params(3)
- Functions to manage EVP_KEYEXCH algorithm objects
- EVP_KEYMGMT(3), EVP_KEYMGMT_fetch(3), EVP_KEYMGMT_up_ref(3), EVP_KEYMGMT_free(3), EVP_KEYMGMT_get0_provider(3), EVP_KEYMGMT_is_a(3), EVP_KEYMGMT_get0_description(3), EVP_KEYMGMT_get0_name(3), EVP_KEYMGMT_do_all_provided(3), EVP_KEYMGMT_names_do_all(3), EVP_KEYMGMT_gettable_params(3), EVP_KEYMGMT_settable_params(3), EVP_KEYMGMT_gen_settable_params(3)
- EVP key management routines
- EVP_MAC(3), EVP_MAC_fetch(3), EVP_MAC_up_ref(3), EVP_MAC_free(3), EVP_MAC_is_a(3), EVP_MAC_get0_name(3), EVP_MAC_names_do_all(3), EVP_MAC_get0_description(3), EVP_MAC_get0_provider(3), EVP_MAC_get_params(3), EVP_MAC_gettable_params(3), EVP_MAC_CTX(3), EVP_MAC_CTX_new(3), EVP_MAC_CTX_free(3), EVP_MAC_CTX_dup(3), EVP_MAC_CTX_get0_mac(3), EVP_MAC_CTX_get_params(3), EVP_MAC_CTX_set_params(3), EVP_MAC_CTX_get_mac_size(3), EVP_MAC_CTX_get_block_size(3), EVP_Q_mac(3), EVP_MAC_init(3), EVP_MAC_update(3), EVP_MAC_final(3), EVP_MAC_finalXOF(3), EVP_MAC_gettable_ctx_params(3), EVP_MAC_settable_ctx_params(3), EVP_MAC_CTX_gettable_params(3), EVP_MAC_CTX_settable_params(3), EVP_MAC_do_all_provided(3)
- EVP MAC routines
- EVP_MD_fetch(3), EVP_MD_up_ref(3), EVP_MD_free(3), EVP_MD_get_params(3), EVP_MD_gettable_params(3), EVP_MD_CTX_new(3), EVP_MD_CTX_reset(3), EVP_MD_CTX_free(3), EVP_MD_CTX_copy(3), EVP_MD_CTX_copy_ex(3), EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_params(3), EVP_MD_CTX_get_params(3), EVP_MD_settable_ctx_params(3), EVP_MD_gettable_ctx_params(3), EVP_MD_CTX_settable_params(3), EVP_MD_CTX_gettable_params(3), EVP_MD_CTX_set_flags(3), EVP_MD_CTX_clear_flags(3), EVP_MD_CTX_test_flags(3), EVP_Q_digest(3), EVP_Digest(3), EVP_DigestInit_ex2(3), EVP_DigestInit_ex(3), EVP_DigestInit(3), EVP_DigestUpdate(3), EVP_DigestFinal_ex(3), EVP_DigestFinalXOF(3), EVP_DigestFinal(3), EVP_MD_is_a(3), EVP_MD_get0_name(3), EVP_MD_get0_description(3), EVP_MD_names_do_all(3), EVP_MD_get0_provider(3), EVP_MD_get_type(3), EVP_MD_get_pkey_type(3), EVP_MD_get_size(3), EVP_MD_get_block_size(3), EVP_MD_get_flags(3), EVP_MD_CTX_get0_name(3), EVP_MD_CTX_md(3), EVP_MD_CTX_get0_md(3), EVP_MD_CTX_get1_md(3), EVP_MD_CTX_get_type(3), EVP_MD_CTX_get_size(3), EVP_MD_CTX_get_block_size(3), EVP_MD_CTX_get0_md_data(3), EVP_MD_CTX_update_fn(3), EVP_MD_CTX_set_update_fn(3), EVP_md_null(3), EVP_get_digestbyname(3), EVP_get_digestbynid(3), EVP_get_digestbyobj(3), EVP_MD_CTX_get_pkey_ctx(3), EVP_MD_CTX_set_pkey_ctx(3), EVP_MD_do_all_provided(3), EVP_MD_type(3), EVP_MD_nid(3), EVP_MD_name(3), EVP_MD_pkey_type(3), EVP_MD_size(3), EVP_MD_block_size(3), EVP_MD_flags(3), EVP_MD_CTX_size(3), EVP_MD_CTX_block_size(3), EVP_MD_CTX_type(3), EVP_MD_CTX_pkey_ctx(3), EVP_MD_CTX_md_data(3)
- EVP digest routines
- EVP_OpenInit(3), EVP_OpenUpdate(3), EVP_OpenFinal(3)
- EVP envelope decryption
- EVP_PKEY_CTX_ctrl(3), EVP_PKEY_CTX_ctrl_str(3), EVP_PKEY_CTX_ctrl_uint64(3), EVP_PKEY_CTX_md(3), EVP_PKEY_CTX_set_signature_md(3), EVP_PKEY_CTX_get_signature_md(3), EVP_PKEY_CTX_set_mac_key(3), EVP_PKEY_CTX_set_group_name(3), EVP_PKEY_CTX_get_group_name(3), EVP_PKEY_CTX_set_rsa_padding(3), EVP_PKEY_CTX_get_rsa_padding(3), EVP_PKEY_CTX_set_rsa_pss_saltlen(3), EVP_PKEY_CTX_get_rsa_pss_saltlen(3), EVP_PKEY_CTX_set_rsa_keygen_bits(3), EVP_PKEY_CTX_set_rsa_keygen_pubexp(3), EVP_PKEY_CTX_set1_rsa_keygen_pubexp(3), EVP_PKEY_CTX_set_rsa_keygen_primes(3), EVP_PKEY_CTX_set_rsa_mgf1_md_name(3), EVP_PKEY_CTX_set_rsa_mgf1_md(3), EVP_PKEY_CTX_get_rsa_mgf1_md(3), EVP_PKEY_CTX_get_rsa_mgf1_md_name(3), EVP_PKEY_CTX_set_rsa_oaep_md_name(3), EVP_PKEY_CTX_set_rsa_oaep_md(3), EVP_PKEY_CTX_get_rsa_oaep_md(3), EVP_PKEY_CTX_get_rsa_oaep_md_name(3), EVP_PKEY_CTX_set0_rsa_oaep_label(3), EVP_PKEY_CTX_get0_rsa_oaep_label(3), EVP_PKEY_CTX_set_dsa_paramgen_bits(3), EVP_PKEY_CTX_set_dsa_paramgen_q_bits(3), EVP_PKEY_CTX_set_dsa_paramgen_md(3), EVP_PKEY_CTX_set_dsa_paramgen_md_props(3), EVP_PKEY_CTX_set_dsa_paramgen_gindex(3), EVP_PKEY_CTX_set_dsa_paramgen_type(3), EVP_PKEY_CTX_set_dsa_paramgen_seed(3), EVP_PKEY_CTX_set_dh_paramgen_prime_len(3), EVP_PKEY_CTX_set_dh_paramgen_subprime_len(3), EVP_PKEY_CTX_set_dh_paramgen_generator(3), EVP_PKEY_CTX_set_dh_paramgen_type(3), EVP_PKEY_CTX_set_dh_paramgen_gindex(3), EVP_PKEY_CTX_set_dh_paramgen_seed(3), EVP_PKEY_CTX_set_dh_rfc5114(3), EVP_PKEY_CTX_set_dhx_rfc5114(3), EVP_PKEY_CTX_set_dh_pad(3), EVP_PKEY_CTX_set_dh_nid(3), EVP_PKEY_CTX_set_dh_kdf_type(3), EVP_PKEY_CTX_get_dh_kdf_type(3), EVP_PKEY_CTX_set0_dh_kdf_oid(3), EVP_PKEY_CTX_get0_dh_kdf_oid(3), EVP_PKEY_CTX_set_dh_kdf_md(3), EVP_PKEY_CTX_get_dh_kdf_md(3), EVP_PKEY_CTX_set_dh_kdf_outlen(3), EVP_PKEY_CTX_get_dh_kdf_outlen(3), EVP_PKEY_CTX_set0_dh_kdf_ukm(3), EVP_PKEY_CTX_get0_dh_kdf_ukm(3), EVP_PKEY_CTX_set_ec_paramgen_curve_nid(3), EVP_PKEY_CTX_set_ec_param_enc(3), EVP_PKEY_CTX_set_ecdh_cofactor_mode(3), EVP_PKEY_CTX_get_ecdh_cofactor_mode(3), EVP_PKEY_CTX_set_ecdh_kdf_type(3), EVP_PKEY_CTX_get_ecdh_kdf_type(3), EVP_PKEY_CTX_set_ecdh_kdf_md(3), EVP_PKEY_CTX_get_ecdh_kdf_md(3), EVP_PKEY_CTX_set_ecdh_kdf_outlen(3), EVP_PKEY_CTX_get_ecdh_kdf_outlen(3), EVP_PKEY_CTX_set0_ecdh_kdf_ukm(3), EVP_PKEY_CTX_get0_ecdh_kdf_ukm(3), EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), EVP_PKEY_CTX_get1_id_len(3), EVP_PKEY_CTX_set_kem_op(3)
- algorithm specific control operations
- EVP_PKEY_CTX_get0_libctx(3), EVP_PKEY_CTX_get0_propq(3), EVP_PKEY_CTX_get0_provider(3)
- functions for getting diverse information from an EVP_PKEY_CTX
- EVP_PKEY_CTX_set_hkdf_md(3), EVP_PKEY_CTX_set1_hkdf_salt(3), EVP_PKEY_CTX_set1_hkdf_key(3), EVP_PKEY_CTX_add1_hkdf_info(3), EVP_PKEY_CTX_set_hkdf_mode(3)
- HMAC-based Extract-and-Expand key derivation algorithm
- EVP_PKEY_CTX_set_params(3), EVP_PKEY_CTX_settable_params(3), EVP_PKEY_CTX_get_params(3), EVP_PKEY_CTX_gettable_params(3)
- provider parameter passing operations
- EVP_PKEY_CTX_set_tls1_prf_md(3), EVP_PKEY_CTX_set1_tls1_prf_secret(3), EVP_PKEY_CTX_add1_tls1_prf_seed(3)
- TLS PRF key derivation algorithm
- EVP_PKEY_decapsulate_init(3), EVP_PKEY_decapsulate(3)
- Key decapsulation using a KEM algorithm with a private key
- EVP_PKEY_decrypt_init(3), EVP_PKEY_decrypt_init_ex(3), EVP_PKEY_decrypt(3)
- decrypt using a public key algorithm
- EVP_PKEY_derive_init(3), EVP_PKEY_derive_init_ex(3), EVP_PKEY_derive_set_peer_ex(3), EVP_PKEY_derive_set_peer(3), EVP_PKEY_derive(3)
- derive public key algorithm shared secret
- EVP_PKEY_get_default_digest_nid(3), EVP_PKEY_get_default_digest_name(3)
- get default signature digest
- EVP_PKEY_is_a(3), EVP_PKEY_can_sign(3), EVP_PKEY_type_names_do_all(3), EVP_PKEY_get0_type_name(3), EVP_PKEY_get0_description(3), EVP_PKEY_get0_provider(3)
- key type and capabilities functions
- EVP_PKEY_meth_new(3), EVP_PKEY_meth_free(3), EVP_PKEY_meth_copy(3), EVP_PKEY_meth_find(3), EVP_PKEY_meth_add0(3), EVP_PKEY_METHOD(3), EVP_PKEY_meth_set_init(3), EVP_PKEY_meth_set_copy(3), EVP_PKEY_meth_set_cleanup(3), EVP_PKEY_meth_set_paramgen(3), EVP_PKEY_meth_set_keygen(3), EVP_PKEY_meth_set_sign(3), EVP_PKEY_meth_set_verify(3), EVP_PKEY_meth_set_verify_recover(3), EVP_PKEY_meth_set_signctx(3), EVP_PKEY_meth_set_verifyctx(3), EVP_PKEY_meth_set_encrypt(3), EVP_PKEY_meth_set_decrypt(3), EVP_PKEY_meth_set_derive(3), EVP_PKEY_meth_set_ctrl(3), EVP_PKEY_meth_set_digestsign(3), EVP_PKEY_meth_set_digestverify(3), EVP_PKEY_meth_set_check(3), EVP_PKEY_meth_set_public_check(3), EVP_PKEY_meth_set_param_check(3), EVP_PKEY_meth_set_digest_custom(3), EVP_PKEY_meth_get_init(3), EVP_PKEY_meth_get_copy(3), EVP_PKEY_meth_get_cleanup(3), EVP_PKEY_meth_get_paramgen(3), EVP_PKEY_meth_get_keygen(3), EVP_PKEY_meth_get_sign(3), EVP_PKEY_meth_get_verify(3), EVP_PKEY_meth_get_verify_recover(3), EVP_PKEY_meth_get_signctx(3), EVP_PKEY_meth_get_verifyctx(3), EVP_PKEY_meth_get_encrypt(3), EVP_PKEY_meth_get_decrypt(3), EVP_PKEY_meth_get_derive(3), EVP_PKEY_meth_get_ctrl(3), EVP_PKEY_meth_get_digestsign(3), EVP_PKEY_meth_get_digestverify(3), EVP_PKEY_meth_get_check(3), EVP_PKEY_meth_get_public_check(3), EVP_PKEY_meth_get_param_check(3), EVP_PKEY_meth_get_digest_custom(3), EVP_PKEY_meth_remove(3)
- manipulating EVP_PKEY_METHOD structure
- EVP_PKEY_set1_encoded_public_key(3), EVP_PKEY_get1_encoded_public_key(3), EVP_PKEY_set1_tls_encodedpoint(3), EVP_PKEY_get1_tls_encodedpoint(3)
- functions to set and get public key data within an EVP_PKEY
- EVP_RAND(3), EVP_RAND_fetch(3), EVP_RAND_free(3), EVP_RAND_up_ref(3), EVP_RAND_CTX(3), EVP_RAND_CTX_new(3), EVP_RAND_CTX_free(3), EVP_RAND_instantiate(3), EVP_RAND_uninstantiate(3), EVP_RAND_generate(3), EVP_RAND_reseed(3), EVP_RAND_nonce(3), EVP_RAND_enable_locking(3), EVP_RAND_verify_zeroization(3), EVP_RAND_get_strength(3), EVP_RAND_get_state(3), EVP_RAND_get0_provider(3), EVP_RAND_CTX_get0_rand(3), EVP_RAND_is_a(3), EVP_RAND_get0_name(3), EVP_RAND_names_do_all(3), EVP_RAND_get0_description(3), EVP_RAND_CTX_get_params(3), EVP_RAND_CTX_set_params(3), EVP_RAND_do_all_provided(3), EVP_RAND_get_params(3), EVP_RAND_gettable_ctx_params(3), EVP_RAND_settable_ctx_params(3), EVP_RAND_CTX_gettable_params(3), EVP_RAND_CTX_settable_params(3), EVP_RAND_gettable_params(3), EVP_RAND_STATE_UNINITIALISED(3), EVP_RAND_STATE_READY(3), EVP_RAND_STATE_ERROR(3)
- EVP RAND routines
- EVP_SIGNATURE(3), EVP_SIGNATURE_fetch(3), EVP_SIGNATURE_free(3), EVP_SIGNATURE_up_ref(3), EVP_SIGNATURE_is_a(3), EVP_SIGNATURE_get0_provider(3), EVP_SIGNATURE_do_all_provided(3), EVP_SIGNATURE_names_do_all(3), EVP_SIGNATURE_get0_name(3), EVP_SIGNATURE_get0_description(3), EVP_SIGNATURE_gettable_ctx_params(3), EVP_SIGNATURE_settable_ctx_params(3)
- Functions to manage EVP_SIGNATURE algorithm objects
- EVP_des_cbc(3), EVP_des_cfb(3), EVP_des_cfb1(3), EVP_des_cfb8(3), EVP_des_cfb64(3), EVP_des_ecb(3), EVP_des_ofb(3), EVP_des_ede(3), EVP_des_ede_cbc(3), EVP_des_ede_cfb(3), EVP_des_ede_cfb64(3), EVP_des_ede_ecb(3), EVP_des_ede_ofb(3), EVP_des_ede3(3), EVP_des_ede3_cbc(3), EVP_des_ede3_cfb(3), EVP_des_ede3_cfb1(3), EVP_des_ede3_cfb8(3), EVP_des_ede3_cfb64(3), EVP_des_ede3_ecb(3), EVP_des_ede3_ofb(3), EVP_des_ede3_wrap(3)
- EVP DES cipher
- EVP_desx_cbc(3)
- EVP DES-X cipher
- EVP_idea_cbc(3), EVP_idea_cfb(3), EVP_idea_cfb64(3), EVP_idea_ecb(3), EVP_idea_ofb(3)
- EVP IDEA cipher
- EVP_set_default_properties(3), EVP_default_properties_enable_fips(3), EVP_default_properties_is_fips_enabled(3)
- Set default properties for future algorithm fetches
- HMAC(3), HMAC_CTX_new(3), HMAC_CTX_reset(3), HMAC_CTX_free(3), HMAC_Init(3), HMAC_Init_ex(3), HMAC_Update(3), HMAC_Final(3), HMAC_CTX_copy(3), HMAC_CTX_set_flags(3), HMAC_CTX_get_md(3), HMAC_size(3)
- HMAC message authentication code
- LHASH(3), DECLARE_LHASH_OF(3), OPENSSL_LH_COMPFUNC(3), OPENSSL_LH_HASHFUNC(3), OPENSSL_LH_DOALL_FUNC(3), LHASH_DOALL_ARG_FN_TYPE(3), IMPLEMENT_LHASH_HASH_FN(3), IMPLEMENT_LHASH_COMP_FN(3), lh_TYPE_new(3), lh_TYPE_free(3), lh_TYPE_flush(3), lh_TYPE_insert(3), lh_TYPE_delete(3), lh_TYPE_retrieve(3), lh_TYPE_doall(3), lh_TYPE_doall_arg(3), lh_TYPE_error(3), OPENSSL_LH_new(3), OPENSSL_LH_free(3), OPENSSL_LH_flush(3), OPENSSL_LH_insert(3), OPENSSL_LH_delete(3), OPENSSL_LH_retrieve(3), OPENSSL_LH_doall(3), OPENSSL_LH_doall_arg(3), OPENSSL_LH_error(3)
- dynamic hash table
- NCONF_new_ex(3), NCONF_new(3), NCONF_free(3), NCONF_default(3), NCONF_load(3), NCONF_get0_libctx(3), NCONF_get_section(3), NCONF_get_section_names(3)
- functionality to Load and parse configuration files manually
- OCSP_REQ_CTX(3), OCSP_sendreq_new(3), OCSP_sendreq_nbio(3), OCSP_sendreq_bio(3), OCSP_REQ_CTX_i2d(3), OCSP_REQ_CTX_add1_header(3), OCSP_REQ_CTX_free(3), OCSP_set_max_response_length(3), OCSP_REQ_CTX_set1_req(3)
- OCSP responder query functions
- OPENSSL_INIT_new(3), OPENSSL_INIT_set_config_filename(3), OPENSSL_INIT_set_config_appname(3), OPENSSL_INIT_set_config_file_flags(3), OPENSSL_INIT_free(3), OPENSSL_init_crypto(3), OPENSSL_cleanup(3), OPENSSL_atexit(3), OPENSSL_thread_stop_ex(3), OPENSSL_thread_stop(3)
- OpenSSL initialisation and deinitialisation functions
- OPENSSL_LH_stats(3), OPENSSL_LH_node_stats(3), OPENSSL_LH_node_usage_stats(3), OPENSSL_LH_stats_bio(3), OPENSSL_LH_node_stats_bio(3), OPENSSL_LH_node_usage_stats_bio(3)
- LHASH statistics
- OPENSSL_hexchar2int(3), OPENSSL_hexstr2buf_ex(3), OPENSSL_hexstr2buf(3), OPENSSL_buf2hexstr_ex(3), OPENSSL_buf2hexstr(3)
- Hex encoding and decoding functions
- OPENSSL_malloc_init(3), OPENSSL_malloc(3), OPENSSL_zalloc(3), OPENSSL_realloc(3), OPENSSL_free(3), OPENSSL_clear_realloc(3), OPENSSL_clear_free(3), OPENSSL_cleanse(3), CRYPTO_malloc(3), CRYPTO_zalloc(3), CRYPTO_realloc(3), CRYPTO_free(3), OPENSSL_strdup(3), OPENSSL_strndup(3), OPENSSL_memdup(3), OPENSSL_strlcpy(3), OPENSSL_strlcat(3), CRYPTO_strdup(3), CRYPTO_strndup(3), OPENSSL_mem_debug_push(3), OPENSSL_mem_debug_pop(3), CRYPTO_mem_debug_push(3), CRYPTO_mem_debug_pop(3), CRYPTO_clear_realloc(3), CRYPTO_clear_free(3), CRYPTO_malloc_fn(3), CRYPTO_realloc_fn(3), CRYPTO_free_fn(3), CRYPTO_get_mem_functions(3), CRYPTO_set_mem_functions(3), CRYPTO_get_alloc_counts(3), CRYPTO_set_mem_debug(3), CRYPTO_mem_ctrl(3), CRYPTO_mem_leaks(3), CRYPTO_mem_leaks_fp(3), CRYPTO_mem_leaks_cb(3), OPENSSL_MALLOC_FAILURES(3), OPENSSL_MALLOC_FD(3)
- Memory allocation functions
- OSSL_ALGORITHM(3)
- OpenSSL Core type to define a fetchable algorithm
- OSSL_CALLBACK(3), OSSL_PASSPHRASE_CALLBACK(3)
- OpenSSL Core type to define callbacks
- OSSL_CMP_CTX_new(3), OSSL_CMP_CTX_free(3), OSSL_CMP_CTX_reinit(3), OSSL_CMP_CTX_set_option(3), OSSL_CMP_CTX_get_option(3), OSSL_CMP_CTX_set_log_cb(3), OSSL_CMP_CTX_set_log_verbosity(3), OSSL_CMP_CTX_print_errors(3), OSSL_CMP_CTX_set1_serverPath(3), OSSL_CMP_CTX_set1_server(3), OSSL_CMP_CTX_set_serverPort(3), OSSL_CMP_CTX_set1_proxy(3), OSSL_CMP_CTX_set1_no_proxy(3), OSSL_CMP_CTX_set_http_cb(3), OSSL_CMP_CTX_set_http_cb_arg(3), OSSL_CMP_CTX_get_http_cb_arg(3), OSSL_CMP_transfer_cb_t(3), OSSL_CMP_CTX_set_transfer_cb(3), OSSL_CMP_CTX_set_transfer_cb_arg(3), OSSL_CMP_CTX_get_transfer_cb_arg(3), OSSL_CMP_CTX_set1_srvCert(3), OSSL_CMP_CTX_set1_expected_sender(3), OSSL_CMP_CTX_set0_trustedStore(3), OSSL_CMP_CTX_get0_trustedStore(3), OSSL_CMP_CTX_set1_untrusted(3), OSSL_CMP_CTX_get0_untrusted(3), OSSL_CMP_CTX_set1_cert(3), OSSL_CMP_CTX_build_cert_chain(3), OSSL_CMP_CTX_set1_pkey(3), OSSL_CMP_CTX_set1_referenceValue(3), OSSL_CMP_CTX_set1_secretValue(3), OSSL_CMP_CTX_set1_recipient(3), OSSL_CMP_CTX_push0_geninfo_ITAV(3), OSSL_CMP_CTX_reset_geninfo_ITAVs(3), OSSL_CMP_CTX_set1_extraCertsOut(3), OSSL_CMP_CTX_set0_newPkey(3), OSSL_CMP_CTX_get0_newPkey(3), OSSL_CMP_CTX_set1_issuer(3), OSSL_CMP_CTX_set1_subjectName(3), OSSL_CMP_CTX_push1_subjectAltName(3), OSSL_CMP_CTX_set0_reqExtensions(3), OSSL_CMP_CTX_reqExtensions_have_SAN(3), OSSL_CMP_CTX_push0_policy(3), OSSL_CMP_CTX_set1_oldCert(3), OSSL_CMP_CTX_set1_p10CSR(3), OSSL_CMP_CTX_push0_genm_ITAV(3), OSSL_CMP_certConf_cb_t(3), OSSL_CMP_certConf_cb(3), OSSL_CMP_CTX_set_certConf_cb(3), OSSL_CMP_CTX_set_certConf_cb_arg(3), OSSL_CMP_CTX_get_certConf_cb_arg(3), OSSL_CMP_CTX_get_status(3), OSSL_CMP_CTX_get0_statusString(3), OSSL_CMP_CTX_get_failInfoCode(3), OSSL_CMP_CTX_get0_newCert(3), OSSL_CMP_CTX_get1_newChain(3), OSSL_CMP_CTX_get1_caPubs(3), OSSL_CMP_CTX_get1_extraCertsIn(3), OSSL_CMP_CTX_set1_transactionID(3), OSSL_CMP_CTX_set1_senderNonce(3)
- functions for managing the CMP client context data structure
- OSSL_CMP_HDR_get0_transactionID(3), OSSL_CMP_HDR_get0_recipNonce(3)
- functions manipulating CMP message headers
- OSSL_CMP_MSG_get0_header(3), OSSL_CMP_MSG_get_bodytype(3), OSSL_CMP_MSG_update_transactionID(3), OSSL_CMP_MSG_update_recipNonce(3), OSSL_CMP_CTX_setup_CRM(3), OSSL_CMP_MSG_read(3), OSSL_CMP_MSG_write(3), d2i_OSSL_CMP_MSG_bio(3), i2d_OSSL_CMP_MSG_bio(3)
- function(s) manipulating CMP messages
- OSSL_CMP_MSG_http_perform(3)
- client-side HTTP(S) transfer of a CMP request-response pair
- OSSL_CMP_log_open(3), OSSL_CMP_log_close(3), OSSL_CMP_severity(3), OSSL_CMP_LOG_EMERG(3), OSSL_CMP_LOG_ALERT(3), OSSL_CMP_LOG_CRIT(3), OSSL_CMP_LOG_ERR(3), OSSL_CMP_LOG_WARNING(3), OSSL_CMP_LOG_NOTICE(3), OSSL_CMP_LOG_INFO(3), OSSL_CMP_LOG_DEBUG(3), OSSL_CMP_LOG_TRACE(3), OSSL_CMP_log_cb_t(3), OSSL_CMP_print_to_bio(3), OSSL_CMP_print_errors_cb(3)
- functions for logging and error reporting
- OSSL_DECODER(3), OSSL_DECODER_fetch(3), OSSL_DECODER_up_ref(3), OSSL_DECODER_free(3), OSSL_DECODER_get0_provider(3), OSSL_DECODER_get0_properties(3), OSSL_DECODER_is_a(3), OSSL_DECODER_get0_name(3), OSSL_DECODER_get0_description(3), OSSL_DECODER_do_all_provided(3), OSSL_DECODER_names_do_all(3), OSSL_DECODER_gettable_params(3), OSSL_DECODER_get_params(3)
- Decoder method routines
- OSSL_DECODER_CTX(3), OSSL_DECODER_CTX_new(3), OSSL_DECODER_settable_ctx_params(3), OSSL_DECODER_CTX_set_params(3), OSSL_DECODER_CTX_free(3), OSSL_DECODER_CTX_set_selection(3), OSSL_DECODER_CTX_set_input_type(3), OSSL_DECODER_CTX_set_input_structure(3), OSSL_DECODER_CTX_add_decoder(3), OSSL_DECODER_CTX_add_extra(3), OSSL_DECODER_CTX_get_num_decoders(3), OSSL_DECODER_INSTANCE(3), OSSL_DECODER_CONSTRUCT(3), OSSL_DECODER_CLEANUP(3), OSSL_DECODER_CTX_set_construct(3), OSSL_DECODER_CTX_set_construct_data(3), OSSL_DECODER_CTX_set_cleanup(3), OSSL_DECODER_CTX_get_construct(3), OSSL_DECODER_CTX_get_construct_data(3), OSSL_DECODER_CTX_get_cleanup(3), OSSL_DECODER_export(3), OSSL_DECODER_INSTANCE_get_decoder(3), OSSL_DECODER_INSTANCE_get_decoder_ctx(3), OSSL_DECODER_INSTANCE_get_input_type(3), OSSL_DECODER_INSTANCE_get_input_structure(3)
- Decoder context routines
- OSSL_DECODER_CTX_new_for_pkey(3), OSSL_DECODER_CTX_set_passphrase(3), OSSL_DECODER_CTX_set_pem_password_cb(3), OSSL_DECODER_CTX_set_passphrase_ui(3), OSSL_DECODER_CTX_set_passphrase_cb(3)
- Decoder routines to decode EVP_PKEYs
- OSSL_DECODER_from_data(3), OSSL_DECODER_from_bio(3), OSSL_DECODER_from_fp(3)
- Routines to perform a decoding
- OSSL_DISPATCH(3)
- OpenSSL Core type to define a dispatchable function table
- OSSL_ENCODER(3), OSSL_ENCODER_fetch(3), OSSL_ENCODER_up_ref(3), OSSL_ENCODER_free(3), OSSL_ENCODER_get0_provider(3), OSSL_ENCODER_get0_properties(3), OSSL_ENCODER_is_a(3), OSSL_ENCODER_get0_name(3), OSSL_ENCODER_get0_description(3), OSSL_ENCODER_do_all_provided(3), OSSL_ENCODER_names_do_all(3), OSSL_ENCODER_gettable_params(3), OSSL_ENCODER_get_params(3)
- Encoder method routines
- OSSL_ENCODER_CTX(3), OSSL_ENCODER_CTX_new(3), OSSL_ENCODER_settable_ctx_params(3), OSSL_ENCODER_CTX_set_params(3), OSSL_ENCODER_CTX_free(3), OSSL_ENCODER_CTX_set_selection(3), OSSL_ENCODER_CTX_set_output_type(3), OSSL_ENCODER_CTX_set_output_structure(3), OSSL_ENCODER_CTX_add_encoder(3), OSSL_ENCODER_CTX_add_extra(3), OSSL_ENCODER_CTX_get_num_encoders(3), OSSL_ENCODER_INSTANCE(3), OSSL_ENCODER_INSTANCE_get_encoder(3), OSSL_ENCODER_INSTANCE_get_encoder_ctx(3), OSSL_ENCODER_INSTANCE_get_output_type(3), OSSL_ENCODER_INSTANCE_get_output_structure(3), OSSL_ENCODER_CONSTRUCT(3), OSSL_ENCODER_CLEANUP(3), OSSL_ENCODER_CTX_set_construct(3), OSSL_ENCODER_CTX_set_construct_data(3), OSSL_ENCODER_CTX_set_cleanup(3)
- Encoder context routines
- OSSL_ENCODER_CTX_new_for_pkey(3), OSSL_ENCODER_CTX_set_cipher(3), OSSL_ENCODER_CTX_set_passphrase(3), OSSL_ENCODER_CTX_set_pem_password_cb(3), OSSL_ENCODER_CTX_set_passphrase_cb(3), OSSL_ENCODER_CTX_set_passphrase_ui(3)
- Encoder routines to encode EVP_PKEYs
- OSSL_ENCODER_to_data(3), OSSL_ENCODER_to_bio(3), OSSL_ENCODER_to_fp(3)
- Routines to perform an encoding
- OSSL_HTTP_REQ_CTX(3), OSSL_HTTP_REQ_CTX_new(3), OSSL_HTTP_REQ_CTX_free(3), OSSL_HTTP_REQ_CTX_set_request_line(3), OSSL_HTTP_REQ_CTX_add1_header(3), OSSL_HTTP_REQ_CTX_set_expected(3), OSSL_HTTP_REQ_CTX_set1_req(3), OSSL_HTTP_REQ_CTX_nbio(3), OSSL_HTTP_REQ_CTX_nbio_d2i(3), OSSL_HTTP_REQ_CTX_exchange(3), OSSL_HTTP_REQ_CTX_get0_mem_bio(3), OSSL_HTTP_REQ_CTX_get_resp_len(3), OSSL_HTTP_REQ_CTX_set_max_response_length(3), OSSL_HTTP_is_alive(3)
- HTTP client low-level functions
- OSSL_LIB_CTX(3), OSSL_LIB_CTX_new(3), OSSL_LIB_CTX_new_from_dispatch(3), OSSL_LIB_CTX_new_child(3), OSSL_LIB_CTX_free(3), OSSL_LIB_CTX_load_config(3), OSSL_LIB_CTX_get0_global_default(3), OSSL_LIB_CTX_set0_default(3)
- OpenSSL library context
- OSSL_PARAM_double(3), OSSL_PARAM_int(3), OSSL_PARAM_int32(3), OSSL_PARAM_int64(3), OSSL_PARAM_long(3), OSSL_PARAM_size_t(3), OSSL_PARAM_time_t(3), OSSL_PARAM_uint(3), OSSL_PARAM_uint32(3), OSSL_PARAM_uint64(3), OSSL_PARAM_ulong(3), OSSL_PARAM_BN(3), OSSL_PARAM_utf8_string(3), OSSL_PARAM_octet_string(3), OSSL_PARAM_utf8_ptr(3), OSSL_PARAM_octet_ptr(3), OSSL_PARAM_END(3), OSSL_PARAM_DEFN(3), OSSL_PARAM_construct_double(3), OSSL_PARAM_construct_int(3), OSSL_PARAM_construct_int32(3), OSSL_PARAM_construct_int64(3), OSSL_PARAM_construct_long(3), OSSL_PARAM_construct_size_t(3), OSSL_PARAM_construct_time_t(3), OSSL_PARAM_construct_uint(3), OSSL_PARAM_construct_uint32(3), OSSL_PARAM_construct_uint64(3), OSSL_PARAM_construct_ulong(3), OSSL_PARAM_construct_BN(3), OSSL_PARAM_construct_utf8_string(3), OSSL_PARAM_construct_utf8_ptr(3), OSSL_PARAM_construct_octet_string(3), OSSL_PARAM_construct_octet_ptr(3), OSSL_PARAM_construct_end(3), OSSL_PARAM_locate(3), OSSL_PARAM_locate_const(3), OSSL_PARAM_get_double(3), OSSL_PARAM_get_int(3), OSSL_PARAM_get_int32(3), OSSL_PARAM_get_int64(3), OSSL_PARAM_get_long(3), OSSL_PARAM_get_size_t(3), OSSL_PARAM_get_time_t(3), OSSL_PARAM_get_uint(3), OSSL_PARAM_get_uint32(3), OSSL_PARAM_get_uint64(3), OSSL_PARAM_get_ulong(3), OSSL_PARAM_get_BN(3), OSSL_PARAM_get_utf8_string(3), OSSL_PARAM_get_octet_string(3), OSSL_PARAM_get_utf8_ptr(3), OSSL_PARAM_get_octet_ptr(3), OSSL_PARAM_get_utf8_string_ptr(3), OSSL_PARAM_get_octet_string_ptr(3), OSSL_PARAM_set_double(3), OSSL_PARAM_set_int(3), OSSL_PARAM_set_int32(3), OSSL_PARAM_set_int64(3), OSSL_PARAM_set_long(3), OSSL_PARAM_set_size_t(3), OSSL_PARAM_set_time_t(3), OSSL_PARAM_set_uint(3), OSSL_PARAM_set_uint32(3), OSSL_PARAM_set_uint64(3), OSSL_PARAM_set_ulong(3), OSSL_PARAM_set_BN(3), OSSL_PARAM_set_utf8_string(3), OSSL_PARAM_set_octet_string(3), OSSL_PARAM_set_utf8_ptr(3), OSSL_PARAM_set_octet_ptr(3), OSSL_PARAM_UNMODIFIED(3), OSSL_PARAM_modified(3), OSSL_PARAM_set_all_unmodified(3)
- OSSL_PARAM helpers
- OSSL_PROVIDER-FIPS(7)
- OpenSSL FIPS provider
- OSSL_PROVIDER-base(7)
- OpenSSL base provider
- OSSL_PROVIDER-default(7)
- OpenSSL default provider
- OSSL_PROVIDER-legacy(7)
- OpenSSL legacy provider
- OSSL_PROVIDER-null(7)
- OpenSSL null provider
- OSSL_PROVIDER_set_default_search_path(3), OSSL_PROVIDER(3), OSSL_PROVIDER_load(3), OSSL_PROVIDER_try_load(3), OSSL_PROVIDER_unload(3), OSSL_PROVIDER_available(3), OSSL_PROVIDER_do_all(3), OSSL_PROVIDER_gettable_params(3), OSSL_PROVIDER_get_params(3), OSSL_PROVIDER_query_operation(3), OSSL_PROVIDER_unquery_operation(3), OSSL_PROVIDER_get0_provider_ctx(3), OSSL_PROVIDER_get0_dispatch(3), OSSL_PROVIDER_add_builtin(3), OSSL_PROVIDER_get0_name(3), OSSL_PROVIDER_get_capabilities(3), OSSL_PROVIDER_self_test(3)
- provider routines
- OSSL_STORE_INFO(3), OSSL_STORE_INFO_get_type(3), OSSL_STORE_INFO_get0_NAME(3), OSSL_STORE_INFO_get0_NAME_description(3), OSSL_STORE_INFO_get0_PARAMS(3), OSSL_STORE_INFO_get0_PUBKEY(3), OSSL_STORE_INFO_get0_PKEY(3), OSSL_STORE_INFO_get0_CERT(3), OSSL_STORE_INFO_get0_CRL(3), OSSL_STORE_INFO_get1_NAME(3), OSSL_STORE_INFO_get1_NAME_description(3), OSSL_STORE_INFO_get1_PARAMS(3), OSSL_STORE_INFO_get1_PUBKEY(3), OSSL_STORE_INFO_get1_PKEY(3), OSSL_STORE_INFO_get1_CERT(3), OSSL_STORE_INFO_get1_CRL(3), OSSL_STORE_INFO_type_string(3), OSSL_STORE_INFO_free(3), OSSL_STORE_INFO_new_NAME(3), OSSL_STORE_INFO_set0_NAME_description(3), OSSL_STORE_INFO_new_PARAMS(3), OSSL_STORE_INFO_new_PUBKEY(3), OSSL_STORE_INFO_new_PKEY(3), OSSL_STORE_INFO_new_CERT(3), OSSL_STORE_INFO_new_CRL(3), OSSL_STORE_INFO_new(3), OSSL_STORE_INFO_get0_data(3)
- Functions to manipulate OSSL_STORE_INFO objects
- OSSL_STORE_LOADER(3), OSSL_STORE_LOADER_fetch(3), OSSL_STORE_LOADER_up_ref(3), OSSL_STORE_LOADER_free(3), OSSL_STORE_LOADER_get0_provider(3), OSSL_STORE_LOADER_get0_properties(3), OSSL_STORE_LOADER_is_a(3), OSSL_STORE_LOADER_get0_description(3), OSSL_STORE_LOADER_do_all_provided(3), OSSL_STORE_LOADER_names_do_all(3), OSSL_STORE_LOADER_CTX(3), OSSL_STORE_LOADER_new(3), OSSL_STORE_LOADER_get0_engine(3), OSSL_STORE_LOADER_get0_scheme(3), OSSL_STORE_LOADER_set_open(3), OSSL_STORE_LOADER_set_open_ex(3), OSSL_STORE_LOADER_set_attach(3), OSSL_STORE_LOADER_set_ctrl(3), OSSL_STORE_LOADER_set_expect(3), OSSL_STORE_LOADER_set_find(3), OSSL_STORE_LOADER_set_load(3), OSSL_STORE_LOADER_set_eof(3), OSSL_STORE_LOADER_set_error(3), OSSL_STORE_LOADER_set_close(3), OSSL_STORE_register_loader(3), OSSL_STORE_unregister_loader(3), OSSL_STORE_open_fn(3), OSSL_STORE_open_ex_fn(3), OSSL_STORE_attach_fn(3), OSSL_STORE_ctrl_fn(3), OSSL_STORE_expect_fn(3), OSSL_STORE_find_fn(3), OSSL_STORE_load_fn(3), OSSL_STORE_eof_fn(3), OSSL_STORE_error_fn(3), OSSL_STORE_close_fn(3)
- Types and functions to manipulate, register and unregister STORE loaders for different URI schemes
- PEM_X509_INFO_read_ex(3), PEM_X509_INFO_read(3), PEM_X509_INFO_read_bio_ex(3), PEM_X509_INFO_read_bio(3)
- read PEM-encoded data structures into one or more X509_INFO objects
- PEM_bytes_read_bio(3), PEM_bytes_read_bio_secmem(3)
- read a PEM-encoded data structure from a BIO
- PEM_write(3), PEM_write_bio(3), PEM_read(3), PEM_read_bio(3), PEM_do_header(3), PEM_get_EVP_CIPHER_INFO(3)
- PEM encoding routines
- PKCS12_decrypt_skey(3), PKCS12_decrypt_skey_ex(3)
- PKCS12 shrouded keyBag decrypt functions
- PKCS12_item_decrypt_d2i(3), PKCS12_item_decrypt_d2i_ex(3), PKCS12_item_i2d_encrypt(3), PKCS12_item_i2d_encrypt_ex(3)
- PKCS12 item encrypt/decrypt functions
- PKCS12_key_gen_asc(3), PKCS12_key_gen_asc_ex(3), PKCS12_key_gen_uni(3), PKCS12_key_gen_uni_ex(3), PKCS12_key_gen_utf8(3), PKCS12_key_gen_utf8_ex(3)
- PKCS#12 Password based key derivation
- PKCS5_PBKDF2_HMAC(3), PKCS5_PBKDF2_HMAC_SHA1(3)
- password based derivation routines with salt and iteration count
- PKCS7_decrypt(3)
- decrypt content from a PKCS#7 envelopedData structure
- PKCS7_type_is_other(3)
- determine content type of PKCS#7 envelopedData structure
- PKCS8_decrypt(3), PKCS8_decrypt_ex(3), PKCS8_encrypt(3), PKCS8_encrypt_ex(3), PKCS8_set0_pbe(3), PKCS8_set0_pbe_ex(3)
- PKCS8 encrypt/decrypt functions
- RAND_add(3), RAND_poll(3), RAND_seed(3), RAND_status(3), RAND_event(3), RAND_screen(3), RAND_keep_random_devices_open(3)
- add randomness to the PRNG or get its status
- RSA_meth_get0_app_data(3), RSA_meth_set0_app_data(3), RSA_meth_new(3), RSA_meth_free(3), RSA_meth_dup(3), RSA_meth_get0_name(3), RSA_meth_set1_name(3), RSA_meth_get_flags(3), RSA_meth_set_flags(3), RSA_meth_get_pub_enc(3), RSA_meth_set_pub_enc(3), RSA_meth_get_pub_dec(3), RSA_meth_set_pub_dec(3), RSA_meth_get_priv_enc(3), RSA_meth_set_priv_enc(3), RSA_meth_get_priv_dec(3), RSA_meth_set_priv_dec(3), RSA_meth_get_mod_exp(3), RSA_meth_set_mod_exp(3), RSA_meth_get_bn_mod_exp(3), RSA_meth_set_bn_mod_exp(3), RSA_meth_get_init(3), RSA_meth_set_init(3), RSA_meth_get_finish(3), RSA_meth_set_finish(3), RSA_meth_get_sign(3), RSA_meth_set_sign(3), RSA_meth_get_verify(3), RSA_meth_set_verify(3), RSA_meth_get_keygen(3), RSA_meth_set_keygen(3), RSA_meth_get_multi_prime_keygen(3), RSA_meth_set_multi_prime_keygen(3)
- Routines to build up RSA methods
- RSA_private_encrypt(3), RSA_public_decrypt(3)
- low-level signature operations
- RSA_public_encrypt(3), RSA_private_decrypt(3)
- RSA public key cryptography
- RSA_set_default_method(3), RSA_get_default_method(3), RSA_set_method(3), RSA_get_method(3), RSA_PKCS1_OpenSSL(3), RSA_flags(3), RSA_new_method(3)
- select RSA method
- SRP_create_verifier_ex(3), SRP_create_verifier(3), SRP_create_verifier_BN_ex(3), SRP_create_verifier_BN(3), SRP_check_known_gN_param(3), SRP_get_default_gN(3)
- SRP authentication primitives
- SSL_CIPHER_get_name(3), SSL_CIPHER_standard_name(3), OPENSSL_cipher_name(3), SSL_CIPHER_get_bits(3), SSL_CIPHER_get_version(3), SSL_CIPHER_description(3), SSL_CIPHER_get_cipher_nid(3), SSL_CIPHER_get_digest_nid(3), SSL_CIPHER_get_handshake_digest(3), SSL_CIPHER_get_kx_nid(3), SSL_CIPHER_get_auth_nid(3), SSL_CIPHER_is_aead(3), SSL_CIPHER_find(3), SSL_CIPHER_get_id(3), SSL_CIPHER_get_protocol_id(3)
- get SSL_CIPHER properties
- SSL_CTX_get_verify_mode(3), SSL_get_verify_mode(3), SSL_CTX_get_verify_depth(3), SSL_get_verify_depth(3), SSL_get_verify_callback(3), SSL_CTX_get_verify_callback(3)
- get currently set verification parameters
- SSL_CTX_load_verify_dir(3), SSL_CTX_load_verify_file(3), SSL_CTX_load_verify_store(3), SSL_CTX_set_default_verify_paths(3), SSL_CTX_set_default_verify_dir(3), SSL_CTX_set_default_verify_file(3), SSL_CTX_set_default_verify_store(3), SSL_CTX_load_verify_locations(3)
- set default locations for trusted CA certificates
- SSL_CTX_sess_set_new_cb(3), SSL_CTX_sess_set_remove_cb(3), SSL_CTX_sess_set_get_cb(3), SSL_CTX_sess_get_new_cb(3), SSL_CTX_sess_get_remove_cb(3), SSL_CTX_sess_get_get_cb(3)
- provide callback functions for server side external session caching
- SSL_CTX_set_cipher_list(3), SSL_set_cipher_list(3), SSL_CTX_set_ciphersuites(3), SSL_set_ciphersuites(3), OSSL_default_cipher_list(3), OSSL_default_ciphersuites(3)
- choose list of available SSL_CIPHERs
- SSL_CTX_set_client_hello_cb(3), SSL_client_hello_cb_fn(3), SSL_client_hello_isv2(3), SSL_client_hello_get0_legacy_version(3), SSL_client_hello_get0_random(3), SSL_client_hello_get0_session_id(3), SSL_client_hello_get0_ciphers(3), SSL_client_hello_get0_compression_methods(3), SSL_client_hello_get1_extensions_present(3), SSL_client_hello_get0_ext(3)
- callback functions for early server-side ClientHello processing
- SSL_CTX_set_default_ctlog_list_file(3), SSL_CTX_set_ctlog_list_file(3)
- load a Certificate Transparency log list from a file
- SSL_CTX_set_default_passwd_cb(3), SSL_CTX_set_default_passwd_cb_userdata(3), SSL_CTX_get_default_passwd_cb(3), SSL_CTX_get_default_passwd_cb_userdata(3), SSL_set_default_passwd_cb(3), SSL_set_default_passwd_cb_userdata(3), SSL_get_default_passwd_cb(3), SSL_get_default_passwd_cb_userdata(3)
- set or get passwd callback for encrypted PEM file handling
- SSL_CTX_set_max_send_fragment(3), SSL_set_max_send_fragment(3), SSL_CTX_set_split_send_fragment(3), SSL_set_split_send_fragment(3), SSL_CTX_set_max_pipelines(3), SSL_set_max_pipelines(3), SSL_CTX_set_default_read_buffer_len(3), SSL_set_default_read_buffer_len(3), SSL_CTX_set_tlsext_max_fragment_length(3), SSL_set_tlsext_max_fragment_length(3), SSL_SESSION_get_max_fragment_length(3)
- Control fragment size settings and pipelining operations
- SSL_CTX_set_mode(3), SSL_CTX_clear_mode(3), SSL_set_mode(3), SSL_clear_mode(3), SSL_CTX_get_mode(3), SSL_get_mode(3)
- manipulate SSL engine mode
- SSL_CTX_set_read_ahead(3), SSL_CTX_get_read_ahead(3), SSL_set_read_ahead(3), SSL_get_read_ahead(3), SSL_CTX_get_default_read_ahead(3)
- manage whether to read as many input bytes as possible
- SSL_CTX_set_session_cache_mode(3), SSL_CTX_get_session_cache_mode(3)
- enable/disable session caching
- SSL_CTX_set_session_id_context(3), SSL_set_session_id_context(3)
- set context within which session can be reused (server side only)
- SSL_CTX_set_session_ticket_cb(3), SSL_SESSION_get0_ticket_appdata(3), SSL_SESSION_set1_ticket_appdata(3), SSL_CTX_generate_session_ticket_fn(3), SSL_CTX_decrypt_session_ticket_fn(3)
- manage session ticket application data
- SSL_SESSION_get0_peer(3)
- get details about peer's certificate for a session
- SSL_SESSION_get0_ticket(3), SSL_SESSION_has_ticket(3), SSL_SESSION_get_ticket_lifetime_hint(3)
- get details about the ticket associated with a session
- SSL_SESSION_get_compress_id(3)
- get details about the compression associated with a session
- SSL_SESSION_is_resumable(3)
- determine whether an SSL_SESSION object can be used for resumption
- SSL_alert_type_string(3), SSL_alert_type_string_long(3), SSL_alert_desc_string(3), SSL_alert_desc_string_long(3)
- get textual description of alert information
- SSL_get_default_timeout(3)
- get default session timeout value
- SSL_get_error(3)
- obtain result code for TLS/SSL I/O operation
- SSL_get_ex_data_X509_STORE_CTX_idx(3), SSL_CTX_set_verify(3), SSL_set_verify(3), SSL_CTX_set_verify_depth(3), SSL_set_verify_depth(3), SSL_verify_cb(3), SSL_verify_client_post_handshake(3), SSL_set_post_handshake_auth(3), SSL_CTX_set_post_handshake_auth(3)
- set various SSL/TLS parameters for peer certificate verification
- SSL_get_extms_support(3)
- extended master secret support
- SSL_get_fd(3), SSL_get_rfd(3), SSL_get_wfd(3)
- get file descriptor linked to an SSL object
- SSL_get_psk_identity(3), SSL_get_psk_identity_hint(3)
- get PSK client identity and hint
- SSL_psk_server_cb_func(3), SSL_psk_find_session_cb_func(3), SSL_CTX_use_psk_identity_hint(3), SSL_use_psk_identity_hint(3), SSL_CTX_set_psk_server_callback(3), SSL_set_psk_server_callback(3), SSL_CTX_set_psk_find_session_callback(3), SSL_set_psk_find_session_callback(3)
- set PSK identity hint to use
- SSL_rstate_string(3), SSL_rstate_string_long(3)
- get textual description of state of an SSL object during read operation
- SSL_set_connect_state(3), SSL_set_accept_state(3), SSL_is_server(3)
- functions for manipulating and examining the client or server mode of an SSL object
- SSL_set_fd(3), SSL_set_rfd(3), SSL_set_wfd(3)
- connect the SSL object with a file descriptor
- SSL_set_verify_result(3)
- override result of peer certificate verification
- SSL_state_string(3), SSL_state_string_long(3)
- get textual description of state of an SSL object
- UI(3), UI_new(3), UI_new_method(3), UI_free(3), UI_add_input_string(3), UI_dup_input_string(3), UI_add_verify_string(3), UI_dup_verify_string(3), UI_add_input_boolean(3), UI_dup_input_boolean(3), UI_add_info_string(3), UI_dup_info_string(3), UI_add_error_string(3), UI_dup_error_string(3), UI_construct_prompt(3), UI_add_user_data(3), UI_dup_user_data(3), UI_get0_user_data(3), UI_get0_result(3), UI_get_result_length(3), UI_process(3), UI_ctrl(3), UI_set_default_method(3), UI_get_default_method(3), UI_get_method(3), UI_set_method(3), UI_OpenSSL(3), UI_null(3)
- user interface
- UI_METHOD(3), UI_create_method(3), UI_destroy_method(3), UI_method_set_opener(3), UI_method_set_writer(3), UI_method_set_flusher(3), UI_method_set_reader(3), UI_method_set_closer(3), UI_method_set_data_duplicator(3), UI_method_set_prompt_constructor(3), UI_method_set_ex_data(3), UI_method_get_opener(3), UI_method_get_writer(3), UI_method_get_flusher(3), UI_method_get_reader(3), UI_method_get_closer(3), UI_method_get_data_duplicator(3), UI_method_get_data_destructor(3), UI_method_get_prompt_constructor(3), UI_method_get_ex_data(3)
- user interface method creation and destruction
- X509V3_get_d2i(3), X509V3_add1_i2d(3), X509V3_EXT_d2i(3), X509V3_EXT_i2d(3), X509_get_ext_d2i(3), X509_add1_ext_i2d(3), X509_CRL_get_ext_d2i(3), X509_CRL_add1_ext_i2d(3), X509_REVOKED_get_ext_d2i(3), X509_REVOKED_add1_ext_i2d(3), X509_get0_extensions(3), X509_CRL_get0_extensions(3), X509_REVOKED_get0_extensions(3)
- X509 extension decode and encode functions
- X509_ALGOR_dup(3), X509_ALGOR_set0(3), X509_ALGOR_get0(3), X509_ALGOR_set_md(3), X509_ALGOR_cmp(3), X509_ALGOR_copy(3)
- AlgorithmIdentifier functions
- X509_LOOKUP_hash_dir(3), X509_LOOKUP_file(3), X509_LOOKUP_store(3), X509_load_cert_file_ex(3), X509_load_cert_file(3), X509_load_crl_file(3), X509_load_cert_crl_file_ex(3), X509_load_cert_crl_file(3)
- Default OpenSSL certificate lookup methods
- X509_NAME_add_entry_by_txt(3), X509_NAME_add_entry_by_OBJ(3), X509_NAME_add_entry_by_NID(3), X509_NAME_add_entry(3), X509_NAME_delete_entry(3)
- X509_NAME modification functions
- X509_NAME_get0_der(3)
- get X509_NAME DER encoding
- X509_NAME_get_index_by_NID(3), X509_NAME_get_index_by_OBJ(3), X509_NAME_get_entry(3), X509_NAME_entry_count(3), X509_NAME_get_text_by_NID(3), X509_NAME_get_text_by_OBJ(3)
- X509_NAME lookup and enumeration functions
- X509_STORE(3), X509_STORE_add_cert(3), X509_STORE_add_crl(3), X509_STORE_set_depth(3), X509_STORE_set_flags(3), X509_STORE_set_purpose(3), X509_STORE_set_trust(3), X509_STORE_add_lookup(3), X509_STORE_load_file_ex(3), X509_STORE_load_file(3), X509_STORE_load_path(3), X509_STORE_load_store_ex(3), X509_STORE_load_store(3), X509_STORE_set_default_paths_ex(3), X509_STORE_set_default_paths(3), X509_STORE_load_locations_ex(3), X509_STORE_load_locations(3)
- X509_STORE manipulation
- X509_STORE_CTX_get_error(3), X509_STORE_CTX_set_error(3), X509_STORE_CTX_get_error_depth(3), X509_STORE_CTX_set_error_depth(3), X509_STORE_CTX_get_current_cert(3), X509_STORE_CTX_set_current_cert(3), X509_STORE_CTX_get0_cert(3), X509_STORE_CTX_get1_chain(3), X509_verify_cert_error_string(3)
- get or set certificate verification status information
- X509_STORE_CTX_new_ex(3), X509_STORE_CTX_new(3), X509_STORE_CTX_cleanup(3), X509_STORE_CTX_free(3), X509_STORE_CTX_init(3), X509_STORE_CTX_set0_trusted_stack(3), X509_STORE_CTX_set_cert(3), X509_STORE_CTX_set0_crls(3), X509_STORE_CTX_get0_param(3), X509_STORE_CTX_set0_param(3), X509_STORE_CTX_get0_untrusted(3), X509_STORE_CTX_set0_untrusted(3), X509_STORE_CTX_get_num_untrusted(3), X509_STORE_CTX_get0_chain(3), X509_STORE_CTX_set0_verified_chain(3), X509_STORE_CTX_set_default(3), X509_STORE_CTX_set_verify(3), X509_STORE_CTX_verify_fn(3), X509_STORE_CTX_set_purpose(3), X509_STORE_CTX_set_trust(3), X509_STORE_CTX_purpose_inherit(3)
- X509_STORE_CTX initialisation
- X509_VERIFY_PARAM_set_flags(3), X509_VERIFY_PARAM_clear_flags(3), X509_VERIFY_PARAM_get_flags(3), X509_VERIFY_PARAM_set_purpose(3), X509_VERIFY_PARAM_get_inh_flags(3), X509_VERIFY_PARAM_set_inh_flags(3), X509_VERIFY_PARAM_set_trust(3), X509_VERIFY_PARAM_set_depth(3), X509_VERIFY_PARAM_get_depth(3), X509_VERIFY_PARAM_set_auth_level(3), X509_VERIFY_PARAM_get_auth_level(3), X509_VERIFY_PARAM_set_time(3), X509_VERIFY_PARAM_get_time(3), X509_VERIFY_PARAM_add0_policy(3), X509_VERIFY_PARAM_set1_policies(3), X509_VERIFY_PARAM_get0_host(3), X509_VERIFY_PARAM_set1_host(3), X509_VERIFY_PARAM_add1_host(3), X509_VERIFY_PARAM_set_hostflags(3), X509_VERIFY_PARAM_get_hostflags(3), X509_VERIFY_PARAM_get0_peername(3), X509_VERIFY_PARAM_get0_email(3), X509_VERIFY_PARAM_set1_email(3), X509_VERIFY_PARAM_set1_ip(3), X509_VERIFY_PARAM_get1_ip_asc(3), X509_VERIFY_PARAM_set1_ip_asc(3)
- X509 verification parameters
- X509_get0_subject_key_id(3), X509_get0_authority_key_id(3), X509_get0_authority_issuer(3), X509_get0_authority_serial(3), X509_get_pathlen(3), X509_get_extension_flags(3), X509_get_key_usage(3), X509_get_extended_key_usage(3), X509_set_proxy_flag(3), X509_set_proxy_pathlen(3), X509_get_proxy_pathlen(3)
- retrieve certificate extension data
- X509_get0_uids(3)
- get certificate unique identifiers
- X509v3_get_ext_count(3), X509v3_get_ext(3), X509v3_get_ext_by_NID(3), X509v3_get_ext_by_OBJ(3), X509v3_get_ext_by_critical(3), X509v3_delete_ext(3), X509v3_add_ext(3), X509_get_ext_count(3), X509_get_ext(3), X509_get_ext_by_NID(3), X509_get_ext_by_OBJ(3), X509_get_ext_by_critical(3), X509_delete_ext(3), X509_add_ext(3), X509_CRL_get_ext_count(3), X509_CRL_get_ext(3), X509_CRL_get_ext_by_NID(3), X509_CRL_get_ext_by_OBJ(3), X509_CRL_get_ext_by_critical(3), X509_CRL_delete_ext(3), X509_CRL_add_ext(3), X509_REVOKED_get_ext_count(3), X509_REVOKED_get_ext(3), X509_REVOKED_get_ext_by_NID(3), X509_REVOKED_get_ext_by_OBJ(3), X509_REVOKED_get_ext_by_critical(3), X509_REVOKED_delete_ext(3), X509_REVOKED_add_ext(3)
- extension stack utility functions
- b2i_PVK_bio(3), b2i_PVK_bio_ex(3), i2b_PVK_bio(3), i2b_PVK_bio_ex(3)
- Decode and encode functions for reading and writing MSBLOB format private keys
- d2i_ACCESS_DESCRIPTION(3), d2i_ADMISSIONS(3), d2i_ADMISSION_SYNTAX(3), d2i_ASIdOrRange(3), d2i_ASIdentifierChoice(3), d2i_ASIdentifiers(3), d2i_ASN1_BIT_STRING(3), d2i_ASN1_BMPSTRING(3), d2i_ASN1_ENUMERATED(3), d2i_ASN1_GENERALIZEDTIME(3), d2i_ASN1_GENERALSTRING(3), d2i_ASN1_IA5STRING(3), d2i_ASN1_INTEGER(3), d2i_ASN1_NULL(3), d2i_ASN1_OBJECT(3), d2i_ASN1_OCTET_STRING(3), d2i_ASN1_PRINTABLE(3), d2i_ASN1_PRINTABLESTRING(3), d2i_ASN1_SEQUENCE_ANY(3), d2i_ASN1_SET_ANY(3), d2i_ASN1_T61STRING(3), d2i_ASN1_TIME(3), d2i_ASN1_TYPE(3), d2i_ASN1_UINTEGER(3), d2i_ASN1_UNIVERSALSTRING(3), d2i_ASN1_UTCTIME(3), d2i_ASN1_UTF8STRING(3), d2i_ASN1_VISIBLESTRING(3), d2i_ASRange(3), d2i_AUTHORITY_INFO_ACCESS(3), d2i_AUTHORITY_KEYID(3), d2i_BASIC_CONSTRAINTS(3), d2i_CERTIFICATEPOLICIES(3), d2i_CMS_ContentInfo(3), d2i_CMS_ReceiptRequest(3), d2i_CMS_bio(3), d2i_CRL_DIST_POINTS(3), d2i_DHxparams(3), d2i_DIRECTORYSTRING(3), d2i_DISPLAYTEXT(3), d2i_DIST_POINT(3), d2i_DIST_POINT_NAME(3), d2i_DSA_SIG(3), d2i_ECDSA_SIG(3), d2i_ECPKParameters(3), d2i_EDIPARTYNAME(3), d2i_ESS_CERT_ID(3), d2i_ESS_CERT_ID_V2(3), d2i_ESS_ISSUER_SERIAL(3), d2i_ESS_SIGNING_CERT(3), d2i_ESS_SIGNING_CERT_V2(3), d2i_EXTENDED_KEY_USAGE(3), d2i_GENERAL_NAME(3), d2i_GENERAL_NAMES(3), d2i_IPAddressChoice(3), d2i_IPAddressFamily(3), d2i_IPAddressOrRange(3), d2i_IPAddressRange(3), d2i_ISSUER_SIGN_TOOL(3), d2i_ISSUING_DIST_POINT(3), d2i_NAMING_AUTHORITY(3), d2i_NETSCAPE_CERT_SEQUENCE(3), d2i_NETSCAPE_SPKAC(3), d2i_NETSCAPE_SPKI(3), d2i_NOTICEREF(3), d2i_OCSP_BASICRESP(3), d2i_OCSP_CERTID(3), d2i_OCSP_CERTSTATUS(3), d2i_OCSP_CRLID(3), d2i_OCSP_ONEREQ(3), d2i_OCSP_REQINFO(3), d2i_OCSP_REQUEST(3), d2i_OCSP_RESPBYTES(3), d2i_OCSP_RESPDATA(3), d2i_OCSP_RESPID(3), d2i_OCSP_RESPONSE(3), d2i_OCSP_REVOKEDINFO(3), d2i_OCSP_SERVICELOC(3), d2i_OCSP_SIGNATURE(3), d2i_OCSP_SINGLERESP(3), d2i_OSSL_CMP_MSG(3), d2i_OSSL_CMP_PKIHEADER(3), d2i_OSSL_CMP_PKISI(3), d2i_OSSL_CRMF_CERTID(3), d2i_OSSL_CRMF_CERTTEMPLATE(3), d2i_OSSL_CRMF_ENCRYPTEDVALUE(3), d2i_OSSL_CRMF_MSG(3), d2i_OSSL_CRMF_MSGS(3), d2i_OSSL_CRMF_PBMPARAMETER(3), d2i_OSSL_CRMF_PKIPUBLICATIONINFO(3), d2i_OSSL_CRMF_SINGLEPUBINFO(3), d2i_OTHERNAME(3), d2i_PBE2PARAM(3), d2i_PBEPARAM(3), d2i_PBKDF2PARAM(3), d2i_PKCS12(3), d2i_PKCS12_BAGS(3), d2i_PKCS12_MAC_DATA(3), d2i_PKCS12_SAFEBAG(3), d2i_PKCS12_bio(3), d2i_PKCS12_fp(3), d2i_PKCS7(3), d2i_PKCS7_DIGEST(3), d2i_PKCS7_ENCRYPT(3), d2i_PKCS7_ENC_CONTENT(3), d2i_PKCS7_ENVELOPE(3), d2i_PKCS7_ISSUER_AND_SERIAL(3), d2i_PKCS7_RECIP_INFO(3), d2i_PKCS7_SIGNED(3), d2i_PKCS7_SIGNER_INFO(3), d2i_PKCS7_SIGN_ENVELOPE(3), d2i_PKCS7_bio(3), d2i_PKCS7_fp(3), d2i_PKCS8_PRIV_KEY_INFO(3), d2i_PKCS8_PRIV_KEY_INFO_bio(3), d2i_PKCS8_PRIV_KEY_INFO_fp(3), d2i_PKCS8_bio(3), d2i_PKCS8_fp(3), d2i_PKEY_USAGE_PERIOD(3), d2i_POLICYINFO(3), d2i_POLICYQUALINFO(3), d2i_PROFESSION_INFO(3), d2i_PROXY_CERT_INFO_EXTENSION(3), d2i_PROXY_POLICY(3), d2i_RSA_OAEP_PARAMS(3), d2i_RSA_PSS_PARAMS(3), d2i_SCRYPT_PARAMS(3), d2i_SCT_LIST(3), d2i_SXNET(3), d2i_SXNETID(3), d2i_TS_ACCURACY(3), d2i_TS_MSG_IMPRINT(3), d2i_TS_MSG_IMPRINT_bio(3), d2i_TS_MSG_IMPRINT_fp(3), d2i_TS_REQ(3), d2i_TS_REQ_bio(3), d2i_TS_REQ_fp(3), d2i_TS_RESP(3), d2i_TS_RESP_bio(3), d2i_TS_RESP_fp(3), d2i_TS_STATUS_INFO(3), d2i_TS_TST_INFO(3), d2i_TS_TST_INFO_bio(3), d2i_TS_TST_INFO_fp(3), d2i_USERNOTICE(3), d2i_X509(3), d2i_X509_bio(3), d2i_X509_fp(3), d2i_X509_ALGOR(3), d2i_X509_ALGORS(3), d2i_X509_ATTRIBUTE(3), d2i_X509_CERT_AUX(3), d2i_X509_CINF(3), d2i_X509_CRL(3), d2i_X509_CRL_INFO(3), d2i_X509_CRL_bio(3), d2i_X509_CRL_fp(3), d2i_X509_EXTENSION(3), d2i_X509_EXTENSIONS(3), d2i_X509_NAME(3), d2i_X509_NAME_ENTRY(3), d2i_X509_PUBKEY(3), d2i_X509_PUBKEY_bio(3), d2i_X509_PUBKEY_fp(3), d2i_X509_REQ(3), d2i_X509_REQ_INFO(3), d2i_X509_REQ_bio(3), d2i_X509_REQ_fp(3), d2i_X509_REVOKED(3), d2i_X509_SIG(3), d2i_X509_VAL(3), i2d_ACCESS_DESCRIPTION(3), i2d_ADMISSIONS(3), i2d_ADMISSION_SYNTAX(3), i2d_ASIdOrRange(3), i2d_ASIdentifierChoice(3), i2d_ASIdentifiers(3), i2d_ASN1_BIT_STRING(3), i2d_ASN1_BMPSTRING(3), i2d_ASN1_ENUMERATED(3), i2d_ASN1_GENERALIZEDTIME(3), i2d_ASN1_GENERALSTRING(3), i2d_ASN1_IA5STRING(3), i2d_ASN1_INTEGER(3), i2d_ASN1_NULL(3), i2d_ASN1_OBJECT(3), i2d_ASN1_OCTET_STRING(3), i2d_ASN1_PRINTABLE(3), i2d_ASN1_PRINTABLESTRING(3), i2d_ASN1_SEQUENCE_ANY(3), i2d_ASN1_SET_ANY(3), i2d_ASN1_T61STRING(3), i2d_ASN1_TIME(3), i2d_ASN1_TYPE(3), i2d_ASN1_UNIVERSALSTRING(3), i2d_ASN1_UTCTIME(3), i2d_ASN1_UTF8STRING(3), i2d_ASN1_VISIBLESTRING(3), i2d_ASN1_bio_stream(3), i2d_ASRange(3), i2d_AUTHORITY_INFO_ACCESS(3), i2d_AUTHORITY_KEYID(3), i2d_BASIC_CONSTRAINTS(3), i2d_CERTIFICATEPOLICIES(3), i2d_CMS_ContentInfo(3), i2d_CMS_ReceiptRequest(3), i2d_CMS_bio(3), i2d_CRL_DIST_POINTS(3), i2d_DHxparams(3), i2d_DIRECTORYSTRING(3), i2d_DISPLAYTEXT(3), i2d_DIST_POINT(3), i2d_DIST_POINT_NAME(3), i2d_DSA_SIG(3), i2d_ECDSA_SIG(3), i2d_ECPKParameters(3), i2d_EDIPARTYNAME(3), i2d_ESS_CERT_ID(3), i2d_ESS_CERT_ID_V2(3), i2d_ESS_ISSUER_SERIAL(3), i2d_ESS_SIGNING_CERT(3), i2d_ESS_SIGNING_CERT_V2(3), i2d_EXTENDED_KEY_USAGE(3), i2d_GENERAL_NAME(3), i2d_GENERAL_NAMES(3), i2d_IPAddressChoice(3), i2d_IPAddressFamily(3), i2d_IPAddressOrRange(3), i2d_IPAddressRange(3), i2d_ISSUER_SIGN_TOOL(3), i2d_ISSUING_DIST_POINT(3), i2d_NAMING_AUTHORITY(3), i2d_NETSCAPE_CERT_SEQUENCE(3), i2d_NETSCAPE_SPKAC(3), i2d_NETSCAPE_SPKI(3), i2d_NOTICEREF(3), i2d_OCSP_BASICRESP(3), i2d_OCSP_CERTID(3), i2d_OCSP_CERTSTATUS(3), i2d_OCSP_CRLID(3), i2d_OCSP_ONEREQ(3), i2d_OCSP_REQINFO(3), i2d_OCSP_REQUEST(3), i2d_OCSP_RESPBYTES(3), i2d_OCSP_RESPDATA(3), i2d_OCSP_RESPID(3), i2d_OCSP_RESPONSE(3), i2d_OCSP_REVOKEDINFO(3), i2d_OCSP_SERVICELOC(3), i2d_OCSP_SIGNATURE(3), i2d_OCSP_SINGLERESP(3), i2d_OSSL_CMP_MSG(3), i2d_OSSL_CMP_PKIHEADER(3), i2d_OSSL_CMP_PKISI(3), i2d_OSSL_CRMF_CERTID(3), i2d_OSSL_CRMF_CERTTEMPLATE(3), i2d_OSSL_CRMF_ENCRYPTEDVALUE(3), i2d_OSSL_CRMF_MSG(3), i2d_OSSL_CRMF_MSGS(3), i2d_OSSL_CRMF_PBMPARAMETER(3), i2d_OSSL_CRMF_PKIPUBLICATIONINFO(3), i2d_OSSL_CRMF_SINGLEPUBINFO(3), i2d_OTHERNAME(3), i2d_PBE2PARAM(3), i2d_PBEPARAM(3), i2d_PBKDF2PARAM(3), i2d_PKCS12(3), i2d_PKCS12_BAGS(3), i2d_PKCS12_MAC_DATA(3), i2d_PKCS12_SAFEBAG(3), i2d_PKCS12_bio(3), i2d_PKCS12_fp(3), i2d_PKCS7(3), i2d_PKCS7_DIGEST(3), i2d_PKCS7_ENCRYPT(3), i2d_PKCS7_ENC_CONTENT(3), i2d_PKCS7_ENVELOPE(3), i2d_PKCS7_ISSUER_AND_SERIAL(3), i2d_PKCS7_NDEF(3), i2d_PKCS7_RECIP_INFO(3), i2d_PKCS7_SIGNED(3), i2d_PKCS7_SIGNER_INFO(3), i2d_PKCS7_SIGN_ENVELOPE(3), i2d_PKCS7_bio(3), i2d_PKCS7_fp(3), i2d_PKCS8PrivateKeyInfo_bio(3), i2d_PKCS8PrivateKeyInfo_fp(3), i2d_PKCS8_PRIV_KEY_INFO(3), i2d_PKCS8_PRIV_KEY_INFO_bio(3), i2d_PKCS8_PRIV_KEY_INFO_fp(3), i2d_PKCS8_bio(3), i2d_PKCS8_fp(3), i2d_PKEY_USAGE_PERIOD(3), i2d_POLICYINFO(3), i2d_POLICYQUALINFO(3), i2d_PROFESSION_INFO(3), i2d_PROXY_CERT_INFO_EXTENSION(3), i2d_PROXY_POLICY(3), i2d_RSA_OAEP_PARAMS(3), i2d_RSA_PSS_PARAMS(3), i2d_SCRYPT_PARAMS(3), i2d_SCT_LIST(3), i2d_SXNET(3), i2d_SXNETID(3), i2d_TS_ACCURACY(3), i2d_TS_MSG_IMPRINT(3), i2d_TS_MSG_IMPRINT_bio(3), i2d_TS_MSG_IMPRINT_fp(3), i2d_TS_REQ(3), i2d_TS_REQ_bio(3), i2d_TS_REQ_fp(3), i2d_TS_RESP(3), i2d_TS_RESP_bio(3), i2d_TS_RESP_fp(3), i2d_TS_STATUS_INFO(3), i2d_TS_TST_INFO(3), i2d_TS_TST_INFO_bio(3), i2d_TS_TST_INFO_fp(3), i2d_USERNOTICE(3), i2d_X509(3), i2d_X509_bio(3), i2d_X509_fp(3), i2d_X509_ALGOR(3), i2d_X509_ALGORS(3), i2d_X509_ATTRIBUTE(3), i2d_X509_CERT_AUX(3), i2d_X509_CINF(3), i2d_X509_CRL(3), i2d_X509_CRL_INFO(3), i2d_X509_CRL_bio(3), i2d_X509_CRL_fp(3), i2d_X509_EXTENSION(3), i2d_X509_EXTENSIONS(3), i2d_X509_NAME(3), i2d_X509_NAME_ENTRY(3), i2d_X509_PUBKEY(3), i2d_X509_PUBKEY_bio(3), i2d_X509_PUBKEY_fp(3), i2d_X509_REQ(3), i2d_X509_REQ_INFO(3), i2d_X509_REQ_bio(3), i2d_X509_REQ_fp(3), i2d_X509_REVOKED(3), i2d_X509_SIG(3), i2d_X509_VAL(3)
- convert objects from/to ASN.1/DER representation
- d2i_DSAPrivateKey(3), d2i_DSAPrivateKey_bio(3), d2i_DSAPrivateKey_fp(3), d2i_DSAPublicKey(3), d2i_DSA_PUBKEY(3), d2i_DSA_PUBKEY_bio(3), d2i_DSA_PUBKEY_fp(3), d2i_DSAparams(3), d2i_RSAPrivateKey(3), d2i_RSAPrivateKey_bio(3), d2i_RSAPrivateKey_fp(3), d2i_RSAPublicKey(3), d2i_RSAPublicKey_bio(3), d2i_RSAPublicKey_fp(3), d2i_RSA_PUBKEY(3), d2i_RSA_PUBKEY_bio(3), d2i_RSA_PUBKEY_fp(3), d2i_DHparams(3), d2i_DHparams_bio(3), d2i_DHparams_fp(3), d2i_ECParameters(3), d2i_ECPrivateKey(3), d2i_ECPrivateKey_bio(3), d2i_ECPrivateKey_fp(3), d2i_EC_PUBKEY(3), d2i_EC_PUBKEY_bio(3), d2i_EC_PUBKEY_fp(3), i2d_RSAPrivateKey(3), i2d_RSAPrivateKey_bio(3), i2d_RSAPrivateKey_fp(3), i2d_RSAPublicKey(3), i2d_RSAPublicKey_bio(3), i2d_RSAPublicKey_fp(3), i2d_RSA_PUBKEY(3), i2d_RSA_PUBKEY_bio(3), i2d_RSA_PUBKEY_fp(3), i2d_DHparams(3), i2d_DHparams_bio(3), i2d_DHparams_fp(3), i2d_DSAPrivateKey(3), i2d_DSAPrivateKey_bio(3), i2d_DSAPrivateKey_fp(3), i2d_DSAPublicKey(3), i2d_DSA_PUBKEY(3), i2d_DSA_PUBKEY_bio(3), i2d_DSA_PUBKEY_fp(3), i2d_DSAparams(3), i2d_ECParameters(3), i2d_ECPrivateKey(3), i2d_ECPrivateKey_bio(3), i2d_ECPrivateKey_fp(3), i2d_EC_PUBKEY(3), i2d_EC_PUBKEY_bio(3), i2d_EC_PUBKEY_fp(3)
- DEPRECATED
- d2i_PrivateKey_ex(3), d2i_PrivateKey(3), d2i_PublicKey(3), d2i_KeyParams(3), d2i_AutoPrivateKey_ex(3), d2i_AutoPrivateKey(3), i2d_PrivateKey(3), i2d_PublicKey(3), i2d_KeyParams(3), i2d_KeyParams_bio(3), d2i_PrivateKey_ex_bio(3), d2i_PrivateKey_bio(3), d2i_PrivateKey_ex_fp(3), d2i_PrivateKey_fp(3), d2i_KeyParams_bio(3), i2d_PrivateKey_bio(3), i2d_PrivateKey_fp(3)
- decode and encode functions for reading and saving EVP_PKEY structures
- d2i_X509_AUX(3), i2d_X509_AUX(3), i2d_re_X509_tbs(3), i2d_re_X509_CRL_tbs(3), i2d_re_X509_REQ_tbs(3)
- X509 encode and decode functions
- des_modes(7)
- the variants of DES and other crypto algorithms of OpenSSL
- fips_module(7)
- OpenSSL fips module guide
- migration_guide(7)
- OpenSSL migration guide
- o2i_SCT_LIST(3), i2o_SCT_LIST(3), o2i_SCT(3), i2o_SCT(3)
- decode and encode Signed Certificate Timestamp lists in TLS wire format
- openssl-core_dispatch.h(7), openssl/core_dispatch.h(7)
- OpenSSL provider dispatch numbers and function types
- openssl-core_names.h(7), openssl/core_names.h(7)
- OpenSSL provider parameter names
- openssl-errstr(1)
- lookup error codes
- openssl-kdf(1)
- perform Key Derivation Function operations
- openssl-mac(1)
- perform Message Authentication Code operations
- openssl_user_macros(7), OPENSSL_API_COMPAT(7), OPENSSL_NO_DEPRECATED(7)
- User defined macros
- ossl_store-file(7)
- The store 'file' scheme loader
- provider(7)
- OpenSSL operation implementation providers
- provider-asym_cipher(7)
- The asym_cipher library <-> provider functions
- provider-base(7)
- The basic OpenSSL library <-> provider functions
- provider-cipher(7)
- The cipher library <-> provider functions
- provider-decoder(7)
- The OSSL_DECODER library <-> provider functions
- provider-digest(7)
- The digest library <-> provider functions
- provider-encoder(7)
- The OSSL_ENCODER library <-> provider functions
- provider-kdf(7)
- The KDF library <-> provider functions
- provider-kem(7)
- The kem library <-> provider functions
- provider-keyexch(7)
- The keyexch library <-> provider functions
- provider-keymgmt(7)
- The KEYMGMT library <-> provider functions
- provider-mac(7)
- The mac library <-> provider functions
- provider-object(7)
- A specification for a provider-native object abstraction
- provider-rand(7)
- The random number generation library <-> provider functions
- provider-signature(7)
- The signature library <-> provider functions
- provider-storemgmt(7)
- The OSSL_STORE library <-> provider functions
- "glBegin(3), glEnd(3)
- delimit the vertices of a primitive or a group of like primitives
- "glEnable(3), glDisable(3)
- enable or disable server-side GL capabilities
- "glEnableClientState(3), glDisableClientState(3)
- enable or disable client-side capability
- "glEvalCoord1d(3), glEvalCoord1f(3), glEvalCoord2d(3), glEvalCoord2f(3), glEvalCoord1dv(3), glEvalCoord1fv(3), glEvalCoord2dv(3), glEvalCoord2fv(3)
- evaluate enabled one- and two-dimensional maps delim $$
- "glGetTexLevelParameterfv(3), glGetTexLevelParameteriv(3)
- return texture parameter values for a specific level of detail
- "glIndexd(3), glIndexf(3), glIndexi(3), glIndexs(3), glIndexub(3), glIndexdv(3), glIndexfv(3), glIndexiv(3), glIndexsv(3), glIndexubv(3)
- set the current color index
- "glLightModelf(3), glLightModeli(3), glLightModelfv(3), glLightModeliv(3)
- set the lighting model parameters
- "glMap1d(3), glMap1f(3)
- define a one-dimensional evaluator
- "glMap2d(3), glMap2f(3)
- define a two-dimensional evaluator
- "glMapGrid1d(3), glMapGrid1f(3), glMapGrid2d(3), glMapGrid2f(3)
- define a one- or two-dimensional mesh
- "glMaterialf(3), glMateriali(3), glMaterialfv(3), glMaterialiv(3)
- specify material parameters for the lighting model
- "glNormal3b(3), glNormal3d(3), glNormal3f(3), glNormal3i(3), glNormal3s(3), glNormal3bv(3), glNormal3dv(3), glNormal3fv(3), glNormal3iv(3), glNormal3sv(3)
- set the current normal vector delim $$
- "glPixelStoref(3), glPixelStorei(3)
- set pixel storage modes
- "glPixelTransferf(3), glPixelTransferi(3)
- set pixel transfer modes
- "gluBeginCurve(3), gluEndCurve(3)
- delimit a NURBS curve definition
- "gluBeginPolygon(3), gluEndPolygon(3)
- delimit a polygon description
- "gluBeginSurface(3), gluEndSurface(3)
- delimit a NURBS surface definition
- "gluBeginTrim(3), gluEndTrim(3)
- delimit a NURBS trimming loop definition
- "gluTessBeginContour(3), gluTessEndContour(3)
- delimit a contour description
- 3ddesk(1)
- activates 3D-Desktop, a 3D desktop switcher
- 3ddeskd(1)
- starts the daemon for 3D-Desktop, a 3D desktop switcher
- 3omns(6)
- simple tile-based bomb-dropping deathmatch game
- 822field(1)
- print the value of a header field in a mail message
- 822header(1)
- print the header of a mail message
- AES_set_encrypt_key(3), AES_set_decrypt_key(3), AES_encrypt(3), AES_decrypt(3), AES_cbc_encrypt(3)
- low-level interface to the AES symmetric cipher
- AG_GlobalKeys(3)
- agar application-wide keyboard shortcuts
- AG_GuiDebugger(3)
- agar GUI debugging tool
- AG_InitVideoSDL(3)
- agar SDL video initialization
- AG_KeyMod(3)
- agar key modifier definitions
- AG_KeySym(3)
- agar key description
- AG_MouseButton(3)
- agar mouse button definitions
- AG_Slider(3)
- agar slider widget
- AG_Text(3)
- agar text rendering interface
- AG_WidgetPrimitives(3)
- agar widget rendering primitives
- ALLEGRO_AUDIO_DEPTH(3)
- Allegro 5 API
- ALLEGRO_AUDIO_RECORDER(3)
- Allegro 5 API
- ALLEGRO_AUDIO_RECORDER_EVENT(3)
- Allegro 5 API
- ALLEGRO_DATE(3)
- Defined to a number with the release date of Allegro
- ALLEGRO_DATE_STR(3)
- Defined to a string with the year Allegro was released
- ALLEGRO_DISPLAY_MODE(3)
- Allegro 5 API
- ALLEGRO_FILE_MODE(3)
- Allegro 5 API
- ALLEGRO_INDEX_BUFFER(3)
- Allegro 5 API
- ALLEGRO_MOUSE_EMULATION_MODE(3)
- Allegro 5 API
- ALLEGRO_PLAYMODE(3)
- Allegro 5 API
- ALLEGRO_RENDER_FUNCTION(3)
- Allegro 5 API
- ALLEGRO_RENDER_STATE(3)
- Allegro 5 API
- ALLEGRO_SHADER(3)
- Allegro 5 API
- ALLEGRO_SHADER_PLATFORM(3)
- Allegro 5 API
- ALLEGRO_SHADER_TYPE(3)
- Allegro 5 API
- ALLEGRO_SUB_VERSION(3)
- Defined to the middle version of Allegro
- ALLEGRO_VERSION(3)
- Defined to the major version of Allegro
- ALLEGRO_VERSION_STR(3)
- Defined to a string with the full Allegro version number
- ALLEGRO_VERTEX_DECL(3)
- Allegro 5 API
- ALLEGRO_VIDEO_EVENT_TYPE(3)
- Allegro 5 API
- ALLEGRO_VIDEO_POSITION_TYPE(3)
- Allegro 5 API
- ALLEGRO_WIP_VERSION(3)
- Defined to the minor version of Allegro
- ALTER_AGGREGATE(7)
- change the definition of an aggregate function
- ALTER_COLLATION(7)
- change the definition of a collation
- ALTER_CONVERSION(7)
- change the definition of a conversion
- ALTER_DEFAULT_PRIVILEGES(7)
- define default access privileges
- ALTER_DOMAIN(7)
- change the definition of a domain
- ALTER_EVENT_TRIGGER(7)
- change the definition of an event trigger
- ALTER_EXTENSION(7)
- change the definition of an extension
- ALTER_FOREIGN_DATA_WRAPPER(7)
- change the definition of a foreign-data wrapper
- ALTER_FOREIGN_TABLE(7)
- change the definition of a foreign table
- ALTER_FUNCTION(7)
- change the definition of a function
- ALTER_INDEX(7)
- change the definition of an index
- ALTER_LANGUAGE(7)
- change the definition of a procedural language
- ALTER_LARGE_OBJECT(7)
- change the definition of a large object
- ALTER_MATERIALIZED_VIEW(7)
- change the definition of a materialized view
- ALTER_OPERATOR(7)
- change the definition of an operator
- ALTER_OPERATOR_CLASS(7)
- change the definition of an operator class
- ALTER_OPERATOR_FAMILY(7)
- change the definition of an operator family
- ALTER_POLICY(7)
- change the definition of a row-level security policy
- ALTER_PROCEDURE(7)
- change the definition of a procedure
- ALTER_PUBLICATION(7)
- change the definition of a publication
- ALTER_ROUTINE(7)
- change the definition of a routine
- ALTER_RULE(7)
- change the definition of a rule
- ALTER_SCHEMA(7)
- change the definition of a schema
- ALTER_SEQUENCE(7)
- change the definition of a sequence generator
- ALTER_SERVER(7)
- change the definition of a foreign server
- ALTER_STATISTICS(7)
- change the definition of an extended statistics object
- ALTER_SUBSCRIPTION(7)
- change the definition of a subscription
- ALTER_TABLE(7)
- change the definition of a table
- ALTER_TABLESPACE(7)
- change the definition of a tablespace
- ALTER_TEXT_SEARCH_CONFIGURATION(7)
- change the definition of a text search configuration
- ALTER_TEXT_SEARCH_DICTIONARY(7)
- change the definition of a text search dictionary
- ALTER_TEXT_SEARCH_PARSER(7)
- change the definition of a text search parser
- ALTER_TEXT_SEARCH_TEMPLATE(7)
- change the definition of a text search template
- ALTER_TRIGGER(7)
- change the definition of a trigger
- ALTER_TYPE(7)
- change the definition of a type
- ALTER_USER_MAPPING(7)
- change the definition of a user mapping
- ALTER_VIEW(7)
- change the definition of a view
- ART(1)
- An advanced, cross-platform program for developing raw photos
- ASDatabase(1x)
- defines how windows should be treated by AfterStep depending on its name
- ASN1_UNIVERSALSTRING_to_string(3)
- recode UTF-32 to ISO Latin-1
- ASN1_get_object(3)
- parse identifier and length octets
- ASN1_item_d2i(3), ASN1_item_d2i_bio(3), ASN1_item_d2i_fp(3), d2i_ASN1_TYPE(3), ASN1_item_i2d(3), ASN1_item_i2d_bio(3), ASN1_item_i2d_fp(3), i2d_ASN1_TYPE(3), ASN1_item_dup(3), ASN1_item_print(3)
- decode and encode ASN.1 objects
- ASN1_item_d2i_ex(3ossl), ASN1_item_d2i(3ossl), ASN1_item_d2i_bio_ex(3ossl), ASN1_item_d2i_bio(3ossl), ASN1_item_d2i_fp_ex(3ossl), ASN1_item_d2i_fp(3ossl), ASN1_item_i2d_mem_bio(3ossl), ASN1_item_pack(3ossl), ASN1_item_unpack_ex(3ossl), ASN1_item_unpack(3ossl)
- decode and encode DER-encoded ASN.1 structures
- ASN1_item_digest(3)
- DER-encode and hash an ASN.1 value
- ASN1_item_new(3), ASN1_item_free(3)
- generic ASN.1 value constructor and destructor
- ASN1_item_sign(3), ASN1_item_sign_ctx(3)
- DER-encode and sign an ASN.1 value
- ASN1_mbstring_copy(3), ASN1_mbstring_ncopy(3), ASN1_STRING_set_by_NID(3), ASN1_STRING_set_default_mask(3), ASN1_STRING_set_default_mask_asc(3), ASN1_STRING_get_default_mask(3), ASN1_tag2bit(3)
- copy a multibyte string into an ASN.1 string object
- ASSERT(3)
- Debugging helper macro to assert. Allegro game programming library
- AU_DevOut(3)
- agar audio output interface
- AllPlanes(3), BlackPixel(3), WhitePixel(3), ConnectionNumber(3), DefaultColormap(3), DefaultDepth(3), XListDepths(3), DefaultGC(3), DefaultRootWindow(3), DefaultScreenOfDisplay(3), DefaultScreen(3), DefaultVisual(3), DisplayCells(3), DisplayPlanes(3), DisplayString(3), XMaxRequestSize(3), XExtendedMaxRequestSize(3), LastKnownRequestProcessed(3), NextRequest(3), ProtocolVersion(3), ProtocolRevision(3), QLength(3), RootWindow(3), ScreenCount(3), ScreenOfDisplay(3), ServerVendor(3), VendorRelease(3)
- Display macros and functions
- Animate(1x)
- AfterStep module animating windows being iconified/deiconified
- AnimateTypes(1x)
- animation modes used in the Animate module's config
- Arg_helper(3o)
- Decipher command line arguments of the form <value> | <key>=<value>,
- Arg_helper.Make(3o)
- no description
- Arrange(1x)
- AfterStep module for arranging windows in a tiling or cascading order
- Ast_helper.Const(3o)
- no description
- Ast_helper.Incl(3o)
- Includes
- Ast_helper.Md(3o)
- Module declarations
- Ast_helper.Mtd(3o)
- Module type declarations
- Ast_helper.Type(3o)
- Type declarations
- Ast_helper.Val(3o)
- Value declarations
- Atomic(3o)
- This module provides a purely sequential implementation of the concurrent atomic references provided by the Multicore OCaml standard library:
- AusweisApp(1)
- Official authentication app for German ID cards and residence permits
- BF_set_key(3), BF_encrypt(3), BF_decrypt(3), BF_ecb_encrypt(3), BF_cbc_encrypt(3), BF_cfb64_encrypt(3), BF_ofb64_encrypt(3), BF_options(3)
- Blowfish encryption
- BF_set_key(3ossl), BF_encrypt(3ossl), BF_decrypt(3ossl), BF_ecb_encrypt(3ossl), BF_cbc_encrypt(3ossl), BF_cfb64_encrypt(3ossl), BF_ofb64_encrypt(3ossl), BF_options(3ossl)
- Blowfish encryption
- BIO_ctrl(3ossl), BIO_callback_ctrl(3ossl), BIO_ptr_ctrl(3ossl), BIO_int_ctrl(3ossl), BIO_reset(3ossl), BIO_seek(3ossl), BIO_tell(3ossl), BIO_flush(3ossl), BIO_eof(3ossl), BIO_set_close(3ossl), BIO_get_close(3ossl), BIO_pending(3ossl), BIO_wpending(3ossl), BIO_ctrl_pending(3ossl), BIO_ctrl_wpending(3ossl), BIO_get_info_callback(3ossl), BIO_set_info_callback(3ossl), BIO_info_cb(3ossl), BIO_get_ktls_send(3ossl), BIO_get_ktls_recv(3ossl), BIO_set_conn_mode(3ossl), BIO_get_conn_mode(3ossl), BIO_set_tfo(3ossl)
- BIO control operations
- BIO_do_handshake(3), BIO_f_ssl(3), BIO_set_ssl(3), BIO_get_ssl(3), BIO_set_ssl_mode(3), BIO_set_ssl_renegotiate_bytes(3), BIO_get_num_renegotiates(3), BIO_set_ssl_renegotiate_timeout(3), BIO_new_ssl(3), BIO_new_ssl_connect(3), BIO_new_buffer_ssl_connect(3), BIO_ssl_copy_session_id(3), BIO_ssl_shutdown(3)
- SSL BIO
- BIO_do_handshake(3ossl), BIO_f_ssl(3ossl), BIO_set_ssl(3ossl), BIO_get_ssl(3ossl), BIO_set_ssl_mode(3ossl), BIO_set_ssl_renegotiate_bytes(3ossl), BIO_get_num_renegotiates(3ossl), BIO_set_ssl_renegotiate_timeout(3ossl), BIO_new_ssl(3ossl), BIO_new_ssl_connect(3ossl), BIO_new_buffer_ssl_connect(3ossl), BIO_ssl_copy_session_id(3ossl), BIO_ssl_shutdown(3ossl)
- SSL BIO
- BIO_dump(3), BIO_dump_indent(3), BIO_dump_fp(3), BIO_dump_indent_fp(3)
- hexadecimal printout of arbitrary byte arrays
- BIO_f_prefix(3ossl), BIO_set_prefix(3ossl), BIO_set_indent(3ossl), BIO_get_indent(3ossl)
- prefix BIO filter
- BIO_get_ex_new_index(3), BIO_set_ex_data(3), BIO_get_ex_data(3), ENGINE_get_ex_new_index(3), ENGINE_set_ex_data(3), ENGINE_get_ex_data(3), UI_get_ex_new_index(3), UI_set_ex_data(3), UI_get_ex_data(3), X509_get_ex_new_index(3), X509_set_ex_data(3), X509_get_ex_data(3), X509_STORE_get_ex_new_index(3), X509_STORE_set_ex_data(3), X509_STORE_get_ex_data(3), X509_STORE_CTX_get_ex_new_index(3), X509_STORE_CTX_set_ex_data(3), X509_STORE_CTX_get_ex_data(3), DH_get_ex_new_index(3), DH_set_ex_data(3), DH_get_ex_data(3), DSA_get_ex_new_index(3), DSA_set_ex_data(3), DSA_get_ex_data(3), ECDH_get_ex_new_index(3), ECDH_set_ex_data(3), ECDH_get_ex_data(3), EC_KEY_get_ex_new_index(3), EC_KEY_set_ex_data(3), EC_KEY_get_ex_data(3), RSA_get_ex_new_index(3), RSA_set_ex_data(3), RSA_get_ex_data(3)
- application-specific data
- BIO_get_ex_new_index(3ossl), BIO_set_ex_data(3ossl), BIO_get_ex_data(3ossl), BIO_set_app_data(3ossl), BIO_get_app_data(3ossl), DH_get_ex_new_index(3ossl), DH_set_ex_data(3ossl), DH_get_ex_data(3ossl), DSA_get_ex_new_index(3ossl), DSA_set_ex_data(3ossl), DSA_get_ex_data(3ossl), EC_KEY_get_ex_new_index(3ossl), EC_KEY_set_ex_data(3ossl), EC_KEY_get_ex_data(3ossl), ENGINE_get_ex_new_index(3ossl), ENGINE_set_ex_data(3ossl), ENGINE_get_ex_data(3ossl), EVP_PKEY_get_ex_new_index(3ossl), EVP_PKEY_set_ex_data(3ossl), EVP_PKEY_get_ex_data(3ossl), RSA_get_ex_new_index(3ossl), RSA_set_ex_data(3ossl), RSA_get_ex_data(3ossl), RSA_set_app_data(3ossl), RSA_get_app_data(3ossl), SSL_get_ex_new_index(3ossl), SSL_set_ex_data(3ossl), SSL_get_ex_data(3ossl), SSL_set_app_data(3ossl), SSL_get_app_data(3ossl), SSL_CTX_get_ex_new_index(3ossl), SSL_CTX_set_ex_data(3ossl), SSL_CTX_get_ex_data(3ossl), SSL_CTX_set_app_data(3ossl), SSL_CTX_get_app_data(3ossl), SSL_SESSION_get_ex_new_index(3ossl), SSL_SESSION_set_ex_data(3ossl), SSL_SESSION_get_ex_data(3ossl), SSL_SESSION_set_app_data(3ossl), SSL_SESSION_get_app_data(3ossl), UI_get_ex_new_index(3ossl), UI_set_ex_data(3ossl), UI_get_ex_data(3ossl), UI_set_app_data(3ossl), UI_get_app_data(3ossl), X509_STORE_CTX_get_ex_new_index(3ossl), X509_STORE_CTX_set_ex_data(3ossl), X509_STORE_CTX_get_ex_data(3ossl), X509_STORE_CTX_set_app_data(3ossl), X509_STORE_CTX_get_app_data(3ossl), X509_STORE_get_ex_new_index(3ossl), X509_STORE_set_ex_data(3ossl), X509_STORE_get_ex_data(3ossl), X509_get_ex_new_index(3ossl), X509_set_ex_data(3ossl), X509_get_ex_data(3ossl)
- application-specific data
- BIO_get_host_ip(3), BIO_get_port(3), BIO_get_accept_socket(3), BIO_accept(3), BIO_sock_error(3), BIO_sock_non_fatal_error(3), BIO_sock_should_retry(3), BIO_socket_nbio(3), BIO_set_tcp_ndelay(3)
- wrappers for socket operations
- BIO_get_new_index(3), BIO_meth_new(3), BIO_meth_free(3), BIO_meth_get_read_ex(3), BIO_meth_set_read_ex(3), BIO_meth_get_write_ex(3), BIO_meth_set_write_ex(3), BIO_meth_get_write(3), BIO_meth_set_write(3), BIO_meth_get_read(3), BIO_meth_set_read(3), BIO_meth_get_puts(3), BIO_meth_set_puts(3), BIO_meth_get_gets(3), BIO_meth_set_gets(3), BIO_meth_get_ctrl(3), BIO_meth_set_ctrl(3), BIO_meth_get_create(3), BIO_meth_set_create(3), BIO_meth_get_destroy(3), BIO_meth_set_destroy(3), BIO_meth_get_callback_ctrl(3), BIO_meth_set_callback_ctrl(3)
- Routines to build up BIO methods
- BIO_get_new_index(3ossl), BIO_meth_new(3ossl), BIO_meth_free(3ossl), BIO_meth_get_read_ex(3ossl), BIO_meth_set_read_ex(3ossl), BIO_meth_get_write_ex(3ossl), BIO_meth_set_write_ex(3ossl), BIO_meth_get_write(3ossl), BIO_meth_set_write(3ossl), BIO_meth_get_read(3ossl), BIO_meth_set_read(3ossl), BIO_meth_get_puts(3ossl), BIO_meth_set_puts(3ossl), BIO_meth_get_gets(3ossl), BIO_meth_set_gets(3ossl), BIO_meth_get_ctrl(3ossl), BIO_meth_set_ctrl(3ossl), BIO_meth_get_create(3ossl), BIO_meth_set_create(3ossl), BIO_meth_get_destroy(3ossl), BIO_meth_set_destroy(3ossl), BIO_meth_get_callback_ctrl(3ossl), BIO_meth_set_callback_ctrl(3ossl), BIO_meth_set_sendmmsg(3ossl), BIO_meth_get_sendmmsg(3ossl), BIO_meth_set_recvmmsg(3ossl), BIO_meth_get_recvmmsg(3ossl)
- Routines to build up BIO methods
- BIO_get_rpoll_descriptor(3ossl), BIO_get_wpoll_descriptor(3ossl)
- obtain a structure which can be used to determine when a BIO object can next be read or written
- BIO_s_accept(3), BIO_set_accept_name(3), BIO_set_accept_port(3), BIO_get_accept_name(3), BIO_get_accept_port(3), BIO_new_accept(3), BIO_set_nbio_accept(3), BIO_set_accept_bios(3), BIO_get_peer_name(3), BIO_get_peer_port(3), BIO_get_accept_ip_family(3), BIO_set_accept_ip_family(3), BIO_set_bind_mode(3), BIO_get_bind_mode(3), BIO_do_accept(3)
- accept BIO
- BIO_s_accept(3ossl), BIO_set_accept_name(3ossl), BIO_set_accept_port(3ossl), BIO_get_accept_name(3ossl), BIO_get_accept_port(3ossl), BIO_new_accept(3ossl), BIO_set_nbio_accept(3ossl), BIO_set_tfo_accept(3ossl), BIO_set_accept_bios(3ossl), BIO_get_peer_name(3ossl), BIO_get_peer_port(3ossl), BIO_get_accept_ip_family(3ossl), BIO_set_accept_ip_family(3ossl), BIO_set_bind_mode(3ossl), BIO_get_bind_mode(3ossl), BIO_do_accept(3ossl)
- accept BIO
- BIO_s_bio(3), BIO_make_bio_pair(3), BIO_destroy_bio_pair(3), BIO_shutdown_wr(3), BIO_set_write_buf_size(3), BIO_get_write_buf_size(3), BIO_new_bio_pair(3), BIO_get_write_guarantee(3), BIO_ctrl_get_write_guarantee(3), BIO_get_read_request(3), BIO_ctrl_get_read_request(3), BIO_ctrl_reset_read_request(3)
- BIO pair BIO
- BIO_s_bio(3ossl), BIO_make_bio_pair(3ossl), BIO_destroy_bio_pair(3ossl), BIO_shutdown_wr(3ossl), BIO_set_write_buf_size(3ossl), BIO_get_write_buf_size(3ossl), BIO_new_bio_pair(3ossl), BIO_get_write_guarantee(3ossl), BIO_ctrl_get_write_guarantee(3ossl), BIO_get_read_request(3ossl), BIO_ctrl_get_read_request(3ossl), BIO_ctrl_reset_read_request(3ossl)
- BIO pair BIO
- BIO_s_datagram(3ossl), BIO_new_dgram(3ossl), BIO_ctrl_dgram_connect(3ossl), BIO_ctrl_set_connected(3ossl), BIO_dgram_recv_timedout(3ossl), BIO_dgram_send_timedout(3ossl), BIO_dgram_get_peer(3ossl), BIO_dgram_set_peer(3ossl), BIO_dgram_detect_peer_addr(3ossl), BIO_dgram_get_mtu_overhead(3ossl)
- Network BIO with datagram semantics
- BIO_s_fd(3), BIO_set_fd(3), BIO_get_fd(3), BIO_new_fd(3)
- file descriptor BIO
- BIO_s_fd(3ossl), BIO_set_fd(3ossl), BIO_get_fd(3ossl), BIO_new_fd(3ossl)
- file descriptor BIO
- BIO_set_callback_ex(3), BIO_get_callback_ex(3), BIO_set_callback(3), BIO_get_callback(3), BIO_set_callback_arg(3), BIO_get_callback_arg(3), BIO_debug_callback(3), BIO_callback_fn_ex(3), BIO_callback_fn(3)
- BIO callback functions
- BIO_set_callback_ex(3ossl), BIO_get_callback_ex(3ossl), BIO_set_callback(3ossl), BIO_get_callback(3ossl), BIO_set_callback_arg(3ossl), BIO_get_callback_arg(3ossl), BIO_debug_callback(3ossl), BIO_debug_callback_ex(3ossl), BIO_callback_fn_ex(3ossl), BIO_callback_fn(3ossl)
- BIO callback functions
- BN_bn2binpad(3), BN_bn2bin(3), BN_bin2bn(3), BN_bn2lebinpad(3), BN_lebin2bn(3), BN_bn2hex(3), BN_bn2dec(3), BN_hex2bn(3), BN_dec2bn(3), BN_print(3), BN_print_fp(3), BN_bn2mpi(3), BN_mpi2bn(3)
- format conversions
- BN_bn2binpad(3ossl), BN_signed_bn2bin(3ossl), BN_bn2bin(3ossl), BN_bin2bn(3ossl), BN_signed_bin2bn(3ossl), BN_bn2lebinpad(3ossl), BN_signed_bn2lebin(3ossl), BN_lebin2bn(3ossl), BN_signed_lebin2bn(3ossl), BN_bn2nativepad(3ossl), BN_signed_bn2native(3ossl), BN_native2bn(3ossl), BN_signed_native2bn(3ossl), BN_bn2hex(3ossl), BN_bn2dec(3ossl), BN_hex2bn(3ossl), BN_dec2bn(3ossl), BN_print(3ossl), BN_print_fp(3ossl), BN_bn2mpi(3ossl), BN_mpi2bn(3ossl)
- format conversions
- BSb_back_solve(3)
- Backward triangular matrix solution on a block of right hand sides
- BSctx_set_is(3)
- Set the maximum i-node size allowed
- BSctx_set_pr(3)
- Set whether information on reordering should be printed
- BSctx_set_si(3)
- Set whether or not inodes and cliques will be found
- BSeasy_A(3)
- Given A in a standard numerical format, construct the sparse A that we need for BlockSolve. This routine is particularly useful for matrices created in Fortran. The rows on a processor must be contiguous in the global numbering. If they are not, then other BlockSolve routines must be called to construct the matrix for BlockSolve. Arrays are indexed starting with 0. The values in a row must be sorted according to column number
- BSfinalize(3)
- Finalizes BlockSolve and MPI. Prints the log stuff if MLOG was defined
- BSglobal_num_inodes(3)
- Returns the global number of i-nodes
- BSinv_diag_block(3)
- Invert the dense diagonal blocks of the matrix
- BSlocal_num_inodes(3)
- Returns the local number of i-nodes
- BSpar_isolve(3)
- Solve a symmetric indefinite system of equations using symmlq preconditioned by one of several preconditioners
- BSpar_sym_solve(3)
- Solve a symmetric positive definite system of equations using conjugate gradients preconditioned by one of several preconditioners. The rhs can be a block of vectors. The user should not call this function directly, but BSpar_solve()
- BSprint_log(3)
- Print log stuff if MLOG is defined
- BasketLosses(1)
- Example of Modeling Losses Across Correlated Assets
- Beep(3), Beep CDKallocStrings CDKcountStrings CDKfreeChtypes CDKfreeStrings CDKsplitString baseName ceilCDK chlen chstrncpy chtype2Char cleanChar cleanChtype cmpStrChstr copyChar copyCharList copyChtype copyChtypeList dirName floorCDK freeChar freeCharList freeChtype freeChtypeList intlen lenCharList lenChtypeList mode2Char searchList sortList cdk_misc(3)
- Cdk miscellaneous routines
- Bigarray.Genarray(3o)
- no description
- Binutils(3o)
- no description
- BlackPixelOfScreen(3), WhitePixelOfScreen(3), CellsOfScreen(3), DefaultColormapOfScreen(3), DefaultDepthOfScreen(3), DefaultGCOfScreen(3), DefaultVisualOfScreen(3), DoesBackingStore(3), DoesSaveUnders(3), DisplayOfScreen(3), XScreenNumberOfScreen(3), EventMaskOfScreen(3), HeightOfScreen(3), HeightMMOfScreen(3), MaxCmapsOfScreen(3), MinCmapsOfScreen(3), PlanesOfScreen(3), RootWindowOfScreen(3), WidthOfScreen(3), WidthMMOfScreen(3)
- screen information functions and macros
- Blt_TreeCreateNode(3)
- Creates a node in a tree data object
- Blt_TreeDeleteNode(3)
- Deletes a node and its descendants
- Blt_TreeGetNode(3)
- Finds the node from the ID
- Blt_TreeNodeId(3)
- Returns the node serial number
- CDKchdir(3), CDKchdir CDKgetDirectoryContents CDKopenFile CDKreadFile alignxy char2Chtype char2DisplayType checkForLink chtype2String deleteCursesWindow enableCursesMarkup eraseCursesWindow getListIndex getString justifyString mode2Filetype moveCursesWindow popupDialog popupLabel popupLabelAttrib selectFile setWidgetDimension stripWhiteSpace viewFile viewInfo cdk_util(3)
- Cdk utility functions
- CDS(1)
- Example of Credit-Default Swap pricing
- CK_COHORT_INSTANCE(3)
- declare an instance of a cohort type
- CK_COHORT_PROTOTYPE(3)
- define cohort type with specified lock types
- CK_COHORT_TRYLOCK_PROTOTYPE(3)
- define cohort type with specified lock types
- 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
- CLUSTER(7)
- cluster a table according to an index
- CMAC_CTX(3ossl), CMAC_CTX_new(3ossl), CMAC_CTX_cleanup(3ossl), CMAC_CTX_free(3ossl), CMAC_CTX_get0_cipher_ctx(3ossl), CMAC_CTX_copy(3ossl), CMAC_Init(3ossl), CMAC_Update(3ossl), CMAC_Final(3ossl), CMAC_resume(3ossl)
- create cipher-based message authentication codes
- CMAC_CTX_new(3), CMAC_Init(3), CMAC_Update(3), CMAC_Final(3), CMAC_CTX_copy(3), CMAC_CTX_get0_cipher_ctx(3), CMAC_CTX_cleanup(3), CMAC_CTX_free(3)
- Cipher-based message authentication code
- CMS_EncryptedData_decrypt(3ossl), CMS_EnvelopedData_decrypt(3ossl)
- Decrypt CMS EncryptedData or EnvelopedData
- CMS_decrypt(3)
- decrypt content from a CMS envelopedData structure
- CMS_decrypt(3ossl), CMS_decrypt_set1_pkey_and_peer(3ossl), CMS_decrypt_set1_pkey(3ossl), CMS_decrypt_set1_password(3ossl)
- decrypt content from a CMS envelopedData structure
- CMS_get0_RecipientInfos(3), CMS_RecipientInfo_type(3), CMS_RecipientInfo_ktri_get0_signer_id(3), CMS_RecipientInfo_ktri_cert_cmp(3), CMS_RecipientInfo_set0_pkey(3), CMS_RecipientInfo_kekri_get0_id(3), CMS_RecipientInfo_kekri_id_cmp(3), CMS_RecipientInfo_set0_key(3), CMS_RecipientInfo_decrypt(3), CMS_RecipientInfo_encrypt(3)
- CMS envelopedData RecipientInfo routines
- CMS_get0_RecipientInfos(3ossl), CMS_RecipientInfo_type(3ossl), CMS_RecipientInfo_ktri_get0_signer_id(3ossl), CMS_RecipientInfo_ktri_cert_cmp(3ossl), CMS_RecipientInfo_set0_pkey(3ossl), CMS_RecipientInfo_kekri_get0_id(3ossl), CMS_RecipientInfo_kari_set0_pkey_and_peer(3ossl), CMS_RecipientInfo_kari_set0_pkey(3ossl), CMS_RecipientInfo_kekri_id_cmp(3ossl), CMS_RecipientInfo_set0_key(3ossl), CMS_RecipientInfo_decrypt(3ossl), CMS_RecipientInfo_encrypt(3ossl)
- CMS envelopedData RecipientInfo routines
- CMS_signed_add1_attr(3), CMS_signed_add1_attr_by_NID(3), CMS_signed_add1_attr_by_OBJ(3), CMS_signed_add1_attr_by_txt(3), CMS_signed_delete_attr(3), CMS_signed_get0_data_by_OBJ(3), CMS_signed_get_attr(3), CMS_signed_get_attr_by_NID(3), CMS_signed_get_attr_by_OBJ(3), CMS_signed_get_attr_count(3), CMS_unsigned_add1_attr(3), CMS_unsigned_add1_attr_by_NID(3), CMS_unsigned_add1_attr_by_OBJ(3), CMS_unsigned_add1_attr_by_txt(3), CMS_unsigned_delete_attr(3), CMS_unsigned_get0_data_by_OBJ(3), CMS_unsigned_get_attr(3), CMS_unsigned_get_attr_by_NID(3), CMS_unsigned_get_attr_by_OBJ(3), CMS_unsigned_get_attr_count(3)
- change signed and unsigned attributes of a CMS SignerInfo object
- CMS_signed_get_attr_count(3ossl), CMS_signed_get_attr_by_NID(3ossl), CMS_signed_get_attr_by_OBJ(3ossl), CMS_signed_get_attr(3ossl), CMS_signed_delete_attr(3ossl), CMS_signed_add1_attr(3ossl), CMS_signed_add1_attr_by_OBJ(3ossl), CMS_signed_add1_attr_by_NID(3ossl), CMS_signed_add1_attr_by_txt(3ossl), CMS_signed_get0_data_by_OBJ(3ossl), CMS_unsigned_get_attr_count(3ossl), CMS_unsigned_get_attr_by_NID(3ossl), CMS_unsigned_get_attr_by_OBJ(3ossl), CMS_unsigned_get_attr(3ossl), CMS_unsigned_delete_attr(3ossl), CMS_unsigned_add1_attr(3ossl), CMS_unsigned_add1_attr_by_OBJ(3ossl), CMS_unsigned_add1_attr_by_NID(3ossl), CMS_unsigned_add1_attr_by_txt(3ossl), CMS_unsigned_get0_data_by_OBJ(3ossl)
- CMS signed and unsigned attribute functions
- COLORS(3x), %bool(3x), %chtype(3x), %cchar_t(3x), %attr_t(3x), %SCREEN(3x), %WINDOW(3x), %TRUE(3x), %FALSE(3x), %ERR(3x), %OK(3x), %curscr(3x), %newscr(3x), %stdscr(3x), %COLORS(3x), %COLOR_PAIRS(3x), %COLS(3x), %LINES(3x), %ESCDELAY(3x), %TABSIZE(3x)
- curses data types, constants, and global variables
- COLOR_BLACK(3x), %start_color(3x), %has_colors(3x), %can_change_color(3x), %init_pair(3x), %init_color(3x), %init_extended_pair(3x), %init_extended_color(3x), %color_content(3x), %pair_content(3x), %extended_color_content(3x), %extended_pair_content(3x), %reset_color_pairs(3x), %COLOR_PAIR(3x), %PAIR_NUMBER(3x), %COLORS(3x), %COLOR_PAIRS(3x), %COLOR_BLACK(3x), %COLOR_RED(3x), %COLOR_GREEN(3x), %COLOR_YELLOW(3x), %COLOR_BLUE(3x), %COLOR_MAGENTA(3x), %COLOR_CYAN(3x), %COLOR_WHITE(3x)
- manipulate terminal colors with curses
- COMMENT(7)
- define or change the comment of an object
- CONF_get1_default_config_file(3ossl), CONF_modules_load_file_ex(3ossl), CONF_modules_load_file(3ossl), CONF_modules_load(3ossl)
- OpenSSL configuration functions
- CREATE_ACCESS_METHOD(7)
- define a new access method
- CREATE_AGGREGATE(7)
- define a new aggregate function
- CREATE_CAST(7)
- define a new cast
- CREATE_COLLATION(7)
- define a new collation
- CREATE_CONVERSION(7)
- define a new encoding conversion
- CREATE_DOMAIN(7)
- define a new domain
- CREATE_EVENT_TRIGGER(7)
- define a new event trigger
- CREATE_FOREIGN_DATA_WRAPPER(7)
- define a new foreign-data wrapper
- CREATE_FOREIGN_TABLE(7)
- define a new foreign table
- CREATE_FUNCTION(7)
- define a new function
- CREATE_GROUP(7)
- define a new database role
- CREATE_INDEX(7)
- define a new index
- CREATE_LANGUAGE(7)
- define a new procedural language
- CREATE_MATERIALIZED_VIEW(7)
- define a new materialized view
- CREATE_OPERATOR(7)
- define a new operator
- CREATE_OPERATOR_CLASS(7)
- define a new operator class
- CREATE_OPERATOR_FAMILY(7)
- define a new operator family
- CREATE_POLICY(7)
- define a new row-level security policy for a table
- CREATE_PROCEDURE(7)
- define a new procedure
- CREATE_PUBLICATION(7)
- define a new publication
- CREATE_ROLE(7)
- define a new database role
- CREATE_RULE(7)
- define a new rewrite rule
- CREATE_SCHEMA(7)
- define a new schema
- CREATE_SEQUENCE(7)
- define a new sequence generator
- CREATE_SERVER(7)
- define a new foreign server
- CREATE_STATISTICS(7)
- define extended statistics
- CREATE_SUBSCRIPTION(7)
- define a new subscription
- CREATE_TABLE(7)
- define a new table
- CREATE_TABLESPACE(7)
- define a new tablespace
- CREATE_TABLE_AS(7)
- define a new table from the results of a query
- CREATE_TEXT_SEARCH_CONFIGURATION(7)
- define a new text search configuration
- CREATE_TEXT_SEARCH_DICTIONARY(7)
- define a new text search dictionary
- CREATE_TEXT_SEARCH_PARSER(7)
- define a new text search parser
- CREATE_TEXT_SEARCH_TEMPLATE(7)
- define a new text search template
- CREATE_TRANSFORM(7)
- define a new transform
- CREATE_TRIGGER(7)
- define a new trigger
- CREATE_TYPE(7)
- define a new data type
- CREATE_USER(7)
- define a new database role
- CREATE_USER_MAPPING(7)
- define a new mapping of a user to a foreign server
- CREATE_VIEW(7)
- define a new view
- CRYPTO_EX_new(3), CRYPTO_EX_free(3), CRYPTO_EX_dup(3), CRYPTO_free_ex_index(3), CRYPTO_get_ex_new_index(3), CRYPTO_set_ex_data(3), CRYPTO_get_ex_data(3), CRYPTO_free_ex_data(3), CRYPTO_new_ex_data(3)
- functions supporting application-specific data
- CRYPTO_EX_new(3ossl), CRYPTO_EX_free(3ossl), CRYPTO_EX_dup(3ossl), CRYPTO_free_ex_index(3ossl), CRYPTO_get_ex_new_index(3ossl), CRYPTO_alloc_ex_data(3ossl), CRYPTO_set_ex_data(3ossl), CRYPTO_get_ex_data(3ossl), CRYPTO_free_ex_data(3ossl), CRYPTO_new_ex_data(3ossl)
- functions supporting application-specific data
- CRYPTO_THREAD_run_once(3ossl), CRYPTO_THREAD_lock_new(3ossl), CRYPTO_THREAD_read_lock(3ossl), CRYPTO_THREAD_write_lock(3ossl), CRYPTO_THREAD_unlock(3ossl), CRYPTO_THREAD_lock_free(3ossl), CRYPTO_atomic_add(3ossl), CRYPTO_atomic_add64(3ossl), CRYPTO_atomic_and(3ossl), CRYPTO_atomic_or(3ossl), CRYPTO_atomic_load(3ossl), CRYPTO_atomic_store(3ossl), CRYPTO_atomic_load_int(3ossl), OSSL_set_max_threads(3ossl), OSSL_get_max_threads(3ossl), OSSL_get_thread_support_flags(3ossl), OSSL_THREAD_SUPPORT_FLAG_THREAD_POOL(3ossl), OSSL_THREAD_SUPPORT_FLAG_DEFAULT_SPAWN(3ossl)
- OpenSSL thread support
- CTLOG_STORE_new(3), CTLOG_STORE_free(3), CTLOG_STORE_load_default_file(3), CTLOG_STORE_load_file(3)
- Create and populate a Certificate Transparency log list
- CTLOG_STORE_new_ex(3ossl), CTLOG_STORE_new(3ossl), CTLOG_STORE_free(3ossl), CTLOG_STORE_load_default_file(3ossl), CTLOG_STORE_load_file(3ossl)
- Create and populate a Certificate Transparency log list
- CURLINFO_CAINFO(3)
- get the default built-in CA certificate path
- CURLINFO_CAPATH(3)
- get the default built-in CA path string
- CURLINFO_HEADER_SIZE(3)
- get size of retrieved headers
- CURLINFO_HTTP_CONNECTCODE(3)
- get the CONNECT response code
- CURLINFO_PRIMARY_PORT(3)
- get the latest destination port number
- CURLINFO_PROXY_ERROR(3)
- get the detailed (SOCKS) proxy error
- CURLINFO_REFERER(3)
- get the used referrer request header
- CURLINFO_RESPONSE_CODE(3)
- get the last response code
- CURLINFO_RETRY_AFTER(3)
- returns the Retry-After retry delay
- CURLINFO_SIZE_DOWNLOAD(3)
- get the number of downloaded bytes
- CURLINFO_SIZE_DOWNLOAD_T(3)
- get the number of downloaded bytes
- CURLINFO_SIZE_UPLOAD(3)
- get the number of uploaded bytes
- CURLINFO_SIZE_UPLOAD_T(3)
- get the number of uploaded bytes
- CURLMOPT_PUSHFUNCTION(3)
- callback that approves or denies server pushes
- CURLOPT_ACCEPT_ENCODING(3)
- automatic decompression of HTTP downloads
- CURLOPT_AUTOREFERER(3)
- automatically update the referer header
- CURLOPT_COOKIE(3)
- HTTP Cookie header
- CURLOPT_DEBUGDATA(3)
- pointer passed to the debug callback
- CURLOPT_DEBUGFUNCTION(3)
- debug callback
- CURLOPT_DEFAULT_PROTOCOL(3)
- default protocol to use if the URL is missing a scheme name
- CURLOPT_DOH_URL(3)
- provide the DNS-over-HTTPS URL
- CURLOPT_FTPSSLAUTH(3)
- order in which to attempt TLS vs SSL
- CURLOPT_GSSAPI_DELEGATION(3)
- allowed GSS-API delegation
- CURLOPT_HAPROXYPROTOCOL(3)
- send HAProxy PROXY protocol v1 header
- CURLOPT_HEADER(3)
- pass headers to the data stream
- CURLOPT_HEADERDATA(3)
- pointer to pass to header callback
- CURLOPT_HEADERFUNCTION(3)
- callback that receives header data
- CURLOPT_HEADEROPT(3)
- send HTTP headers to both proxy and host or separately
- CURLOPT_HTTPHEADER(3)
- set of HTTP headers
- CURLOPT_HTTP_CONTENT_DECODING(3)
- HTTP content decoding control
- CURLOPT_HTTP_TRANSFER_DECODING(3)
- HTTP transfer decoding control
- CURLOPT_MAIL_FROM(3)
- SMTP sender address
- CURLOPT_PREREQFUNCTION(3)
- user callback called when a connection has been established, but before a request has been made
- CURLOPT_PROXYHEADER(3)
- set of HTTP headers to pass to proxy
- CURLOPT_PROXY_TRANSFER_MODE(3)
- append FTP transfer mode to URL for proxy
- CURLOPT_REFERER(3)
- the HTTP referer header
- CURLOPT_RESOLVE(3)
- provide custom hostname to IP address resolves
- CURLOPT_RTSP_TRANSPORT(3)
- RTSP Transport: header
- CURLOPT_SASL_AUTHZID(3)
- authorization identity (identity to act as)
- CURLOPT_SSLENGINE(3)
- Set SSL engine or provider
- CURLOPT_SSLENGINE_DEFAULT(3)
- make SSL engine default
- CURLOPT_STDERR(3)
- redirect stderr to another stream
- CURLOPT_STREAM_DEPENDS(3)
- stream this transfer depends on
- CURLOPT_STREAM_DEPENDS_E(3)
- stream this transfer depends on exclusively
- CURLOPT_SUPPRESS_CONNECT_HEADERS(3)
- suppress proxy CONNECT response headers
- CURLOPT_TCP_NODELAY(3)
- the TCP_NODELAY option
- CURLOPT_TRAILERDATA(3)
- pointer passed to trailing headers callback
- CURLOPT_TRAILERFUNCTION(3)
- callback for sending trailing headers
- CURLOPT_UNRESTRICTED_AUTH(3)
- send credentials to other hosts too
- CURLOPT_USERAGENT(3)
- HTTP user-agent header
- CURLOPT_VERBOSE(3)
- verbose mode
- CamlinternalAtomic(3o)
- no description
- CamlinternalFormat(3o)
- no description
- CamlinternalFormatBasics(3o)
- no description
- CamlinternalMenhirLib(3o)
- no description
- CamlinternalMenhirLib.Convert(3o)
- no description
- CamlinternalMenhirLib.Convert.Simplified(3o)
- no description
- CamlinternalMenhirLib.Engine(3o)
- no description
- CamlinternalMenhirLib.Engine.Make(3o)
- no description
- CamlinternalMenhirLib.EngineTypes(3o)
- no description
- CamlinternalMenhirLib.EngineTypes.ENGINE(3o)
- no description
- CamlinternalMenhirLib.EngineTypes.INCREMENTAL_ENGINE_START(3o)
- no description
- CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE(3o)
- no description
- CamlinternalMenhirLib.EngineTypes.TABLE(3o)
- no description
- CamlinternalMenhirLib.EngineTypes.TABLE.Log(3o)
- no description
- CamlinternalMenhirLib.ErrorReports(3o)
- no description
- CamlinternalMenhirLib.General(3o)
- no description
- CamlinternalMenhirLib.IncrementalEngine(3o)
- no description
- CamlinternalMenhirLib.IncrementalEngine.EVERYTHING(3o)
- no description
- CamlinternalMenhirLib.IncrementalEngine.INCREMENTAL_ENGINE(3o)
- no description
- CamlinternalMenhirLib.IncrementalEngine.INSPECTION(3o)
- no description
- CamlinternalMenhirLib.IncrementalEngine.SYMBOLS(3o)
- no description
- CamlinternalMenhirLib.InfiniteArray(3o)
- no description
- CamlinternalMenhirLib.InspectionTableFormat(3o)
- no description
- CamlinternalMenhirLib.InspectionTableFormat.TABLES(3o)
- no description
- CamlinternalMenhirLib.InspectionTableInterpreter(3o)
- no description
- CamlinternalMenhirLib.InspectionTableInterpreter.Make(3o)
- no description
- CamlinternalMenhirLib.InspectionTableInterpreter.Symbols(3o)
- no description
- CamlinternalMenhirLib.LexerUtil(3o)
- no description
- CamlinternalMenhirLib.LinearizedArray(3o)
- no description
- CamlinternalMenhirLib.PackedIntArray(3o)
- no description
- CamlinternalMenhirLib.Printers(3o)
- no description
- CamlinternalMenhirLib.Printers.Make(3o)
- no description
- CamlinternalMenhirLib.RowDisplacement(3o)
- no description
- CamlinternalMenhirLib.StaticVersion(3o)
- no description
- CamlinternalMenhirLib.TableFormat(3o)
- no description
- CamlinternalMenhirLib.TableFormat.TABLES(3o)
- no description
- CamlinternalMenhirLib.TableInterpreter(3o)
- no description
- CamlinternalMenhirLib.TableInterpreter.MakeEngineTable(3o)
- no description
- CartConvert(1)
- -- convert geodetic coordinates to geocentric or local cartesian
- Clflags.Compiler_pass(3o)
- no description
- Clflags.Float_arg_helper(3o)
- Optimization parameters represented as floats indexed by round number
- Clflags.Int_arg_helper(3o)
- Optimization parameters represented as ints indexed by round number
- Coccilib(3cocci)
- Library of functions for use with Coccinelle OCaml script code
- ColorScheme(1x)
- defines color values for standard set of internal color names, to be used in other configuration files
- CombShape(3), Shape_CombineBitmap(3), Shape_CombineRectangles(3), Shape_CombineRectanglesOrdered(3), Shape_CombineRegion(3), Shape_CombineWindow(3), Shape_MoveShape(3)
- apply a shaping to a window
- Consistbl.Make(3o)
- no description
- ControlPanel-17(1), ControlPanel(1)
- Configure desktop settings for FOX Toolkit applications
- CreateInterface(1)
- Create a Java Interface definition from DBus introspection data
- DC_SERVER_set_default_cache(2), DC_SERVER_set_cache(2), DC_SERVER_new(2), DC_SERVER_free(2), DC_SERVER_items_stored(2), DC_SERVER_reset_operations(2), DC_SERVER_num_operations(2), DC_SERVER_new_client(2), DC_SERVER_del_client(2), DC_SERVER_process_client(2), DC_SERVER_clients_to_sel(2), DC_SERVER_clients_io(2)
- distcache server API
- DEALLOCATE(7)
- deallocate a prepared statement
- DECLAR(3)
- GENPAT Package man1/alc_origin.1
- DECLARE(7)
- define a cursor
- DECLARE_ASN1_FUNCTIONS(3), IMPLEMENT_ASN1_FUNCTIONS(3), ASN1_ITEM(3), ACCESS_DESCRIPTION_free(3), ACCESS_DESCRIPTION_new(3), ADMISSIONS_free(3), ADMISSIONS_new(3), ADMISSION_SYNTAX_free(3), ADMISSION_SYNTAX_new(3), ASIdOrRange_free(3), ASIdOrRange_new(3), ASIdentifierChoice_free(3), ASIdentifierChoice_new(3), ASIdentifiers_free(3), ASIdentifiers_new(3), ASRange_free(3), ASRange_new(3), AUTHORITY_INFO_ACCESS_free(3), AUTHORITY_INFO_ACCESS_new(3), AUTHORITY_KEYID_free(3), AUTHORITY_KEYID_new(3), BASIC_CONSTRAINTS_free(3), BASIC_CONSTRAINTS_new(3), CERTIFICATEPOLICIES_free(3), CERTIFICATEPOLICIES_new(3), CMS_ContentInfo_free(3), CMS_ContentInfo_new(3), CMS_ContentInfo_print_ctx(3), CMS_ReceiptRequest_free(3), CMS_ReceiptRequest_new(3), CRL_DIST_POINTS_free(3), CRL_DIST_POINTS_new(3), DIRECTORYSTRING_free(3), DIRECTORYSTRING_new(3), DISPLAYTEXT_free(3), DISPLAYTEXT_new(3), DIST_POINT_NAME_free(3), DIST_POINT_NAME_new(3), DIST_POINT_free(3), DIST_POINT_new(3), DSAparams_dup(3), ECPARAMETERS_free(3), ECPARAMETERS_new(3), ECPKPARAMETERS_free(3), ECPKPARAMETERS_new(3), EDIPARTYNAME_free(3), EDIPARTYNAME_new(3), ESS_CERT_ID_dup(3), ESS_CERT_ID_free(3), ESS_CERT_ID_new(3), ESS_ISSUER_SERIAL_dup(3), ESS_ISSUER_SERIAL_free(3), ESS_ISSUER_SERIAL_new(3), ESS_SIGNING_CERT_dup(3), ESS_SIGNING_CERT_free(3), ESS_SIGNING_CERT_new(3), EXTENDED_KEY_USAGE_free(3), EXTENDED_KEY_USAGE_new(3), GENERAL_NAMES_free(3), GENERAL_NAMES_new(3), GENERAL_NAME_dup(3), GENERAL_NAME_free(3), GENERAL_NAME_new(3), GENERAL_SUBTREE_free(3), GENERAL_SUBTREE_new(3), IPAddressChoice_free(3), IPAddressChoice_new(3), IPAddressFamily_free(3), IPAddressFamily_new(3), IPAddressOrRange_free(3), IPAddressOrRange_new(3), IPAddressRange_free(3), IPAddressRange_new(3), ISSUING_DIST_POINT_free(3), ISSUING_DIST_POINT_new(3), NAME_CONSTRAINTS_free(3), NAME_CONSTRAINTS_new(3), NAMING_AUTHORITY_free(3), NAMING_AUTHORITY_new(3), NETSCAPE_CERT_SEQUENCE_free(3), NETSCAPE_CERT_SEQUENCE_new(3), NETSCAPE_SPKAC_free(3), NETSCAPE_SPKAC_new(3), NETSCAPE_SPKI_free(3), NETSCAPE_SPKI_new(3), NOTICEREF_free(3), NOTICEREF_new(3), OCSP_BASICRESP_free(3), OCSP_BASICRESP_new(3), OCSP_CERTID_dup(3), OCSP_CERTID_new(3), OCSP_CERTSTATUS_free(3), OCSP_CERTSTATUS_new(3), OCSP_CRLID_free(3), OCSP_CRLID_new(3), OCSP_ONEREQ_free(3), OCSP_ONEREQ_new(3), OCSP_REQINFO_free(3), OCSP_REQINFO_new(3), OCSP_RESPBYTES_free(3), OCSP_RESPBYTES_new(3), OCSP_RESPDATA_free(3), OCSP_RESPDATA_new(3), OCSP_RESPID_free(3), OCSP_RESPID_new(3), OCSP_RESPONSE_new(3), OCSP_REVOKEDINFO_free(3), OCSP_REVOKEDINFO_new(3), OCSP_SERVICELOC_free(3), OCSP_SERVICELOC_new(3), OCSP_SIGNATURE_free(3), OCSP_SIGNATURE_new(3), OCSP_SINGLERESP_free(3), OCSP_SINGLERESP_new(3), OTHERNAME_free(3), OTHERNAME_new(3), PBE2PARAM_free(3), PBE2PARAM_new(3), PBEPARAM_free(3), PBEPARAM_new(3), PBKDF2PARAM_free(3), PBKDF2PARAM_new(3), PKCS12_BAGS_free(3), PKCS12_BAGS_new(3), PKCS12_MAC_DATA_free(3), PKCS12_MAC_DATA_new(3), PKCS12_SAFEBAG_free(3), PKCS12_SAFEBAG_new(3), PKCS12_free(3), PKCS12_new(3), PKCS7_DIGEST_free(3), PKCS7_DIGEST_new(3), PKCS7_ENCRYPT_free(3), PKCS7_ENCRYPT_new(3), PKCS7_ENC_CONTENT_free(3), PKCS7_ENC_CONTENT_new(3), PKCS7_ENVELOPE_free(3), PKCS7_ENVELOPE_new(3), PKCS7_ISSUER_AND_SERIAL_free(3), PKCS7_ISSUER_AND_SERIAL_new(3), PKCS7_RECIP_INFO_free(3), PKCS7_RECIP_INFO_new(3), PKCS7_SIGNED_free(3), PKCS7_SIGNED_new(3), PKCS7_SIGNER_INFO_free(3), PKCS7_SIGNER_INFO_new(3), PKCS7_SIGN_ENVELOPE_free(3), PKCS7_SIGN_ENVELOPE_new(3), PKCS7_dup(3), PKCS7_free(3), PKCS7_new(3), PKCS7_print_ctx(3), PKCS8_PRIV_KEY_INFO_free(3), PKCS8_PRIV_KEY_INFO_new(3), PKEY_USAGE_PERIOD_free(3), PKEY_USAGE_PERIOD_new(3), POLICYINFO_free(3), POLICYINFO_new(3), POLICYQUALINFO_free(3), POLICYQUALINFO_new(3), POLICY_CONSTRAINTS_free(3), POLICY_CONSTRAINTS_new(3), POLICY_MAPPING_free(3), POLICY_MAPPING_new(3), PROFESSION_INFO_free(3), PROFESSION_INFO_new(3), PROFESSION_INFOS_free(3), PROFESSION_INFOS_new(3), PROXY_CERT_INFO_EXTENSION_free(3), PROXY_CERT_INFO_EXTENSION_new(3), PROXY_POLICY_free(3), PROXY_POLICY_new(3), RSAPrivateKey_dup(3), RSAPublicKey_dup(3), RSA_OAEP_PARAMS_free(3), RSA_OAEP_PARAMS_new(3), RSA_PSS_PARAMS_free(3), RSA_PSS_PARAMS_new(3), SCRYPT_PARAMS_free(3), SCRYPT_PARAMS_new(3), SXNETID_free(3), SXNETID_new(3), SXNET_free(3), SXNET_new(3), TLS_FEATURE_free(3), TLS_FEATURE_new(3), TS_ACCURACY_dup(3), TS_ACCURACY_free(3), TS_ACCURACY_new(3), TS_MSG_IMPRINT_dup(3), TS_MSG_IMPRINT_free(3), TS_MSG_IMPRINT_new(3), TS_REQ_dup(3), TS_REQ_free(3), TS_REQ_new(3), TS_RESP_dup(3), TS_RESP_free(3), TS_RESP_new(3), TS_STATUS_INFO_dup(3), TS_STATUS_INFO_free(3), TS_STATUS_INFO_new(3), TS_TST_INFO_dup(3), TS_TST_INFO_free(3), TS_TST_INFO_new(3), USERNOTICE _free(3), USERNOTICE_new(3), X509_ALGOR_free(3), X509_ALGOR_new(3), X509_ATTRIBUTE_dup(3), X509_ATTRIBUTE_free(3), X509_ATTRIBUTE_new(3), X509_CERT_AUX_free(3), X509_CERT_AUX_new(3), X509_CINF_free(3), X509_CINF_new(3), X509_CRL_INFO_free(3), X509_CRL_INFO_new(3), X509_CRL_dup(3), X509_CRL_free(3), X509_CRL_new(3), X509_EXTENSION_dup(3), X509_EXTENSION_free(3), X509_EXTENSION_new(3), X509_NAME_ENTRY_dup(3), X509_NAME_ENTRY_free(3), X509_NAME_ENTRY_new(3), X509_NAME_dup(3), X509_NAME_free(3), X509_NAME_new(3), X509_REQ_INFO_free(3), X509_REQ_INFO_new(3), X509_REQ_dup(3), X509_REQ_free(3), X509_REQ_new(3), X509_REVOKED_dup(3), X509_REVOKED_free(3), X509_REVOKED_new(3), X509_SIG_free(3), X509_SIG_new(3), X509_VAL_free(3), X509_VAL_new(3), X509_dup(3)
- ASN1 object utilities
- DECLARE_ASN1_FUNCTIONS(3ossl), IMPLEMENT_ASN1_FUNCTIONS(3ossl), ASN1_ITEM(3ossl), ACCESS_DESCRIPTION_free(3ossl), ACCESS_DESCRIPTION_new(3ossl), ADMISSIONS_free(3ossl), ADMISSIONS_new(3ossl), ADMISSION_SYNTAX_free(3ossl), ADMISSION_SYNTAX_new(3ossl), ASIdOrRange_free(3ossl), ASIdOrRange_new(3ossl), ASIdentifierChoice_free(3ossl), ASIdentifierChoice_new(3ossl), ASIdentifiers_free(3ossl), ASIdentifiers_new(3ossl), ASRange_free(3ossl), ASRange_new(3ossl), AUTHORITY_INFO_ACCESS_free(3ossl), AUTHORITY_INFO_ACCESS_new(3ossl), AUTHORITY_KEYID_free(3ossl), AUTHORITY_KEYID_new(3ossl), BASIC_CONSTRAINTS_free(3ossl), BASIC_CONSTRAINTS_new(3ossl), CERTIFICATEPOLICIES_free(3ossl), CERTIFICATEPOLICIES_new(3ossl), CMS_ContentInfo_free(3ossl), CMS_ContentInfo_new(3ossl), CMS_ContentInfo_new_ex(3ossl), CMS_ContentInfo_print_ctx(3ossl), CMS_EnvelopedData_it(3ossl), CMS_EnvelopedData_dup(3ossl), CMS_ReceiptRequest_free(3ossl), CMS_ReceiptRequest_new(3ossl), CMS_SignedData_free(3ossl), CMS_SignedData_new(3ossl), CRL_DIST_POINTS_free(3ossl), CRL_DIST_POINTS_new(3ossl), DIRECTORYSTRING_free(3ossl), DIRECTORYSTRING_new(3ossl), DISPLAYTEXT_free(3ossl), DISPLAYTEXT_new(3ossl), DIST_POINT_NAME_free(3ossl), DIST_POINT_NAME_new(3ossl), DIST_POINT_NAME_dup(3ossl), DIST_POINT_free(3ossl), DIST_POINT_new(3ossl), DSAparams_dup(3ossl), ECPARAMETERS_free(3ossl), ECPARAMETERS_new(3ossl), ECPKPARAMETERS_free(3ossl), ECPKPARAMETERS_new(3ossl), EDIPARTYNAME_free(3ossl), EDIPARTYNAME_new(3ossl), ESS_CERT_ID_dup(3ossl), ESS_CERT_ID_free(3ossl), ESS_CERT_ID_new(3ossl), ESS_CERT_ID_V2_dup(3ossl), ESS_CERT_ID_V2_free(3ossl), ESS_CERT_ID_V2_new(3ossl), ESS_ISSUER_SERIAL_dup(3ossl), ESS_ISSUER_SERIAL_free(3ossl), ESS_ISSUER_SERIAL_new(3ossl), ESS_SIGNING_CERT_dup(3ossl), ESS_SIGNING_CERT_free(3ossl), ESS_SIGNING_CERT_it(3ossl), ESS_SIGNING_CERT_new(3ossl), ESS_SIGNING_CERT_V2_dup(3ossl), ESS_SIGNING_CERT_V2_free(3ossl), ESS_SIGNING_CERT_V2_it(3ossl), ESS_SIGNING_CERT_V2_new(3ossl), EXTENDED_KEY_USAGE_free(3ossl), EXTENDED_KEY_USAGE_new(3ossl), GENERAL_NAMES_free(3ossl), GENERAL_NAMES_new(3ossl), GENERAL_NAME_dup(3ossl), GENERAL_NAME_free(3ossl), GENERAL_NAME_new(3ossl), GENERAL_SUBTREE_free(3ossl), GENERAL_SUBTREE_new(3ossl), OSSL_IETF_ATTR_SYNTAX_free(3ossl), OSSL_IETF_ATTR_SYNTAX_it(3ossl), OSSL_IETF_ATTR_SYNTAX_new(3ossl), IPAddressChoice_free(3ossl), IPAddressChoice_new(3ossl), IPAddressFamily_free(3ossl), IPAddressFamily_new(3ossl), IPAddressOrRange_free(3ossl), IPAddressOrRange_new(3ossl), IPAddressRange_free(3ossl), IPAddressRange_new(3ossl), ISSUER_SIGN_TOOL_free(3ossl), ISSUER_SIGN_TOOL_it(3ossl), ISSUER_SIGN_TOOL_new(3ossl), ISSUING_DIST_POINT_free(3ossl), ISSUING_DIST_POINT_it(3ossl), ISSUING_DIST_POINT_new(3ossl), NAME_CONSTRAINTS_free(3ossl), NAME_CONSTRAINTS_new(3ossl), NAMING_AUTHORITY_free(3ossl), NAMING_AUTHORITY_new(3ossl), NETSCAPE_CERT_SEQUENCE_free(3ossl), NETSCAPE_CERT_SEQUENCE_new(3ossl), NETSCAPE_SPKAC_free(3ossl), NETSCAPE_SPKAC_new(3ossl), NETSCAPE_SPKI_free(3ossl), NETSCAPE_SPKI_new(3ossl), NOTICEREF_free(3ossl), NOTICEREF_new(3ossl), OCSP_BASICRESP_free(3ossl), OCSP_BASICRESP_new(3ossl), OCSP_CERTID_dup(3ossl), OCSP_CERTID_new(3ossl), OCSP_CERTSTATUS_free(3ossl), OCSP_CERTSTATUS_new(3ossl), OCSP_CRLID_free(3ossl), OCSP_CRLID_new(3ossl), OCSP_ONEREQ_free(3ossl), OCSP_ONEREQ_new(3ossl), OCSP_REQINFO_free(3ossl), OCSP_REQINFO_new(3ossl), OCSP_RESPBYTES_free(3ossl), OCSP_RESPBYTES_new(3ossl), OCSP_RESPDATA_free(3ossl), OCSP_RESPDATA_new(3ossl), OCSP_RESPID_free(3ossl), OCSP_RESPID_new(3ossl), OCSP_RESPONSE_new(3ossl), OCSP_REVOKEDINFO_free(3ossl), OCSP_REVOKEDINFO_new(3ossl), OCSP_SERVICELOC_free(3ossl), OCSP_SERVICELOC_new(3ossl), OCSP_SIGNATURE_free(3ossl), OCSP_SIGNATURE_new(3ossl), OCSP_SINGLERESP_free(3ossl), OCSP_SINGLERESP_new(3ossl), OSSL_AA_DIST_POINT_free(3ossl), OSSL_AA_DIST_POINT_new(3ossl), OSSL_AA_DIST_POINT_it(3ossl), OSSL_ALLOWED_ATTRIBUTES_CHOICE_free(3ossl), OSSL_ALLOWED_ATTRIBUTES_CHOICE_new(3ossl), OSSL_ALLOWED_ATTRIBUTES_CHOICE_it(3ossl), OSSL_ALLOWED_ATTRIBUTES_ITEM_free(3ossl), OSSL_ALLOWED_ATTRIBUTES_ITEM_new(3ossl), OSSL_ALLOWED_ATTRIBUTES_ITEM_it(3ossl), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_free(3ossl), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_new(3ossl), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_it(3ossl), OSSL_ATAV_free(3ossl), OSSL_ATAV_new(3ossl), OSSL_ATAV_it(3ossl), OSSL_ATTRIBUTE_DESCRIPTOR_free(3ossl), OSSL_ATTRIBUTE_DESCRIPTOR_new(3ossl), OSSL_ATTRIBUTE_DESCRIPTOR_it(3ossl), OSSL_ATTRIBUTE_MAPPING_free(3ossl), OSSL_ATTRIBUTE_MAPPING_new(3ossl), OSSL_ATTRIBUTE_MAPPING_it(3ossl), OSSL_ATTRIBUTE_MAPPINGS_free(3ossl), OSSL_ATTRIBUTE_MAPPINGS_new(3ossl), OSSL_ATTRIBUTE_MAPPINGS_it(3ossl), OSSL_ATTRIBUTE_TYPE_MAPPING_free(3ossl), OSSL_ATTRIBUTE_TYPE_MAPPING_new(3ossl), OSSL_ATTRIBUTE_TYPE_MAPPING_it(3ossl), OSSL_ATTRIBUTE_VALUE_MAPPING_free(3ossl), OSSL_ATTRIBUTE_VALUE_MAPPING_new(3ossl), OSSL_ATTRIBUTE_VALUE_MAPPING_it(3ossl), OSSL_ATTRIBUTES_SYNTAX_free(3ossl), OSSL_ATTRIBUTES_SYNTAX_it(3ossl), OSSL_ATTRIBUTES_SYNTAX_new(3ossl), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_free(3ossl), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_it(3ossl), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_new(3ossl), OSSL_BASIC_ATTR_CONSTRAINTS_free(3ossl), OSSL_BASIC_ATTR_CONSTRAINTS_it(3ossl), OSSL_BASIC_ATTR_CONSTRAINTS_new(3ossl), OSSL_CMP_ATAVS_new(3ossl), OSSL_CMP_ATAVS_free(3ossl), OSSL_CMP_ATAVS_it(3ossl), OSSL_CMP_CRLSTATUS_free(3ossl), OSSL_CMP_ITAV_dup(3ossl), OSSL_CMP_ITAV_free(3ossl), OSSL_CMP_MSG_dup(3ossl), OSSL_CMP_MSG_it(3ossl), OSSL_CMP_MSG_free(3ossl), OSSL_CMP_PKIHEADER_free(3ossl), OSSL_CMP_PKIHEADER_it(3ossl), OSSL_CMP_PKIHEADER_new(3ossl), OSSL_CMP_PKISI_dup(3ossl), OSSL_CMP_PKISI_free(3ossl), OSSL_CMP_PKISI_it(3ossl), OSSL_CMP_PKISI_new(3ossl), OSSL_CMP_PKISTATUS_it(3ossl), OSSL_CRMF_CERTID_dup(3ossl), OSSL_CRMF_CERTID_free(3ossl), OSSL_CRMF_CERTID_it(3ossl), OSSL_CRMF_CERTID_new(3ossl), OSSL_CRMF_CERTTEMPLATE_free(3ossl), OSSL_CRMF_CERTTEMPLATE_it(3ossl), OSSL_CRMF_CERTTEMPLATE_new(3ossl), OSSL_CRMF_CERTTEMPLATE_dup(3ossl), OSSL_CRMF_ATTRIBUTETYPEANDVALUE_dup(3ossl), OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(3ossl), OSSL_CRMF_ENCRYPTEDKEY_free(3ossl), OSSL_CRMF_ENCRYPTEDKEY_it(3ossl), OSSL_CRMF_ENCRYPTEDKEY_new(3ossl), OSSL_CRMF_ENCRYPTEDVALUE_free(3ossl), OSSL_CRMF_ENCRYPTEDVALUE_it(3ossl), OSSL_CRMF_ENCRYPTEDVALUE_new(3ossl), OSSL_CRMF_MSGS_free(3ossl), OSSL_CRMF_MSGS_it(3ossl), OSSL_CRMF_MSGS_new(3ossl), OSSL_CRMF_MSG_dup(3ossl), OSSL_CRMF_MSG_free(3ossl), OSSL_CRMF_MSG_it(3ossl), OSSL_CRMF_MSG_new(3ossl), OSSL_CRMF_PBMPARAMETER_free(3ossl), OSSL_CRMF_PBMPARAMETER_it(3ossl), OSSL_CRMF_PBMPARAMETER_new(3ossl), OSSL_CRMF_PKIPUBLICATIONINFO_free(3ossl), OSSL_CRMF_PKIPUBLICATIONINFO_it(3ossl), OSSL_CRMF_PKIPUBLICATIONINFO_new(3ossl), OSSL_CRMF_SINGLEPUBINFO_free(3ossl), OSSL_CRMF_SINGLEPUBINFO_it(3ossl), OSSL_CRMF_SINGLEPUBINFO_new(3ossl), OSSL_DAY_TIME_free(3ossl), OSSL_DAY_TIME_new(3ossl), OSSL_DAY_TIME_it(3ossl), OSSL_DAY_TIME_BAND_free(3ossl), OSSL_DAY_TIME_BAND_new(3ossl), OSSL_DAY_TIME_BAND_it(3ossl), OSSL_HASH_free(3ossl), OSSL_HASH_it(3ossl), OSSL_HASH_new(3ossl), OSSL_INFO_SYNTAX_free(3ossl), OSSL_INFO_SYNTAX_it(3ossl), OSSL_INFO_SYNTAX_new(3ossl), OSSL_INFO_SYNTAX_POINTER_free(3ossl), OSSL_INFO_SYNTAX_POINTER_it(3ossl), OSSL_INFO_SYNTAX_POINTER_new(3ossl), OSSL_PRIVILEGE_POLICY_ID_free(3ossl), OSSL_PRIVILEGE_POLICY_ID_it(3ossl), OSSL_PRIVILEGE_POLICY_ID_new(3ossl), OSSL_TARGET_CERT_free(3ossl), OSSL_TARGET_CERT_it(3ossl), OSSL_TARGET_CERT_new(3ossl), OSSL_TARGET_free(3ossl), OSSL_TARGET_it(3ossl), OSSL_TARGET_new(3ossl), OSSL_TARGETING_INFORMATION_free(3ossl), OSSL_TARGETING_INFORMATION_it(3ossl), OSSL_TARGETING_INFORMATION_new(3ossl), OSSL_TARGETS_free(3ossl), OSSL_TARGETS_it(3ossl), OSSL_TARGETS_new(3ossl), OSSL_IETF_ATTR_SYNTAX_VALUE_free(3ossl), OSSL_IETF_ATTR_SYNTAX_VALUE_it(3ossl), OSSL_IETF_ATTR_SYNTAX_VALUE_new(3ossl), OSSL_ISSUER_SERIAL_free(3ossl), OSSL_ISSUER_SERIAL_new(3ossl), OSSL_NAMED_DAY_free(3ossl), OSSL_NAMED_DAY_new(3ossl), OSSL_NAMED_DAY_it(3ossl), OSSL_OBJECT_DIGEST_INFO_free(3ossl), OSSL_OBJECT_DIGEST_INFO_new(3ossl), OSSL_ROLE_SPEC_CERT_ID_free(3ossl), OSSL_ROLE_SPEC_CERT_ID_new(3ossl), OSSL_ROLE_SPEC_CERT_ID_it(3ossl), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_free(3ossl), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_new(3ossl), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_it(3ossl), OSSL_TIME_PERIOD_free(3ossl), OSSL_TIME_PERIOD_new(3ossl), OSSL_TIME_PERIOD_it(3ossl), OSSL_TIME_SPEC_ABSOLUTE_free(3ossl), OSSL_TIME_SPEC_ABSOLUTE_new(3ossl), OSSL_TIME_SPEC_ABSOLUTE_it(3ossl), OSSL_TIME_SPEC_free(3ossl), OSSL_TIME_SPEC_new(3ossl), OSSL_TIME_SPEC_it(3ossl), OSSL_TIME_SPEC_DAY_free(3ossl), OSSL_TIME_SPEC_DAY_new(3ossl), OSSL_TIME_SPEC_DAY_it(3ossl), OSSL_TIME_SPEC_MONTH_free(3ossl), OSSL_TIME_SPEC_MONTH_new(3ossl), OSSL_TIME_SPEC_MONTH_it(3ossl), OSSL_TIME_SPEC_TIME_free(3ossl), OSSL_TIME_SPEC_TIME_new(3ossl), OSSL_TIME_SPEC_TIME_it(3ossl), OSSL_TIME_SPEC_WEEKS_free(3ossl), OSSL_TIME_SPEC_WEEKS_new(3ossl), OSSL_TIME_SPEC_WEEKS_it(3ossl), OSSL_TIME_SPEC_X_DAY_OF_free(3ossl), OSSL_TIME_SPEC_X_DAY_OF_new(3ossl), OSSL_TIME_SPEC_X_DAY_OF_it(3ossl), OSSL_USER_NOTICE_SYNTAX_free(3ossl), OSSL_USER_NOTICE_SYNTAX_new(3ossl), OSSL_USER_NOTICE_SYNTAX_it(3ossl), OTHERNAME_free(3ossl), OTHERNAME_new(3ossl), PBE2PARAM_free(3ossl), PBE2PARAM_new(3ossl), PBEPARAM_free(3ossl), PBEPARAM_new(3ossl), PBKDF2PARAM_free(3ossl), PBKDF2PARAM_new(3ossl), PBMAC1PARAM_free(3ossl), PBMAC1PARAM_it(3ossl), PBMAC1PARAM_new(3ossl), PKCS12_BAGS_free(3ossl), PKCS12_BAGS_new(3ossl), PKCS12_MAC_DATA_free(3ossl), PKCS12_MAC_DATA_new(3ossl), PKCS12_SAFEBAG_free(3ossl), PKCS12_SAFEBAG_new(3ossl), PKCS12_free(3ossl), PKCS12_new(3ossl), PKCS7_DIGEST_free(3ossl), PKCS7_DIGEST_new(3ossl), PKCS7_ENCRYPT_free(3ossl), PKCS7_ENCRYPT_new(3ossl), PKCS7_ENC_CONTENT_free(3ossl), PKCS7_ENC_CONTENT_new(3ossl), PKCS7_ENVELOPE_free(3ossl), PKCS7_ENVELOPE_new(3ossl), PKCS7_ISSUER_AND_SERIAL_free(3ossl), PKCS7_ISSUER_AND_SERIAL_new(3ossl), PKCS7_RECIP_INFO_free(3ossl), PKCS7_RECIP_INFO_new(3ossl), PKCS7_SIGNED_free(3ossl), PKCS7_SIGNED_new(3ossl), PKCS7_SIGNER_INFO_free(3ossl), PKCS7_SIGNER_INFO_new(3ossl), PKCS7_SIGN_ENVELOPE_free(3ossl), PKCS7_SIGN_ENVELOPE_new(3ossl), PKCS7_dup(3ossl), PKCS7_free(3ossl), PKCS7_new_ex(3ossl), PKCS7_new(3ossl), PKCS7_print_ctx(3ossl), PKCS8_PRIV_KEY_INFO_free(3ossl), PKCS8_PRIV_KEY_INFO_new(3ossl), PKEY_USAGE_PERIOD_free(3ossl), PKEY_USAGE_PERIOD_new(3ossl), POLICYINFO_free(3ossl), POLICYINFO_new(3ossl), POLICYQUALINFO_free(3ossl), POLICYQUALINFO_new(3ossl), POLICY_CONSTRAINTS_free(3ossl), POLICY_CONSTRAINTS_new(3ossl), POLICY_MAPPING_free(3ossl), POLICY_MAPPING_new(3ossl), PROFESSION_INFOS_free(3ossl), PROFESSION_INFOS_new(3ossl), PROFESSION_INFO_free(3ossl), PROFESSION_INFO_new(3ossl), PROXY_CERT_INFO_EXTENSION_free(3ossl), PROXY_CERT_INFO_EXTENSION_new(3ossl), PROXY_POLICY_free(3ossl), PROXY_POLICY_new(3ossl), RSAPrivateKey_dup(3ossl), RSAPublicKey_dup(3ossl), RSA_OAEP_PARAMS_free(3ossl), RSA_OAEP_PARAMS_new(3ossl), RSA_PSS_PARAMS_free(3ossl), RSA_PSS_PARAMS_new(3ossl), RSA_PSS_PARAMS_dup(3ossl), SCRYPT_PARAMS_free(3ossl), SCRYPT_PARAMS_new(3ossl), SXNETID_free(3ossl), SXNETID_new(3ossl), SXNET_free(3ossl), SXNET_new(3ossl), TLS_FEATURE_free(3ossl), TLS_FEATURE_new(3ossl), TS_ACCURACY_dup(3ossl), TS_ACCURACY_free(3ossl), TS_ACCURACY_new(3ossl), TS_MSG_IMPRINT_dup(3ossl), TS_MSG_IMPRINT_free(3ossl), TS_MSG_IMPRINT_new(3ossl), TS_REQ_dup(3ossl), TS_REQ_free(3ossl), TS_REQ_new(3ossl), TS_RESP_dup(3ossl), TS_RESP_free(3ossl), TS_RESP_new(3ossl), TS_STATUS_INFO_dup(3ossl), TS_STATUS_INFO_free(3ossl), TS_STATUS_INFO_new(3ossl), TS_TST_INFO_dup(3ossl), TS_TST_INFO_free(3ossl), TS_TST_INFO_new(3ossl), USERNOTICE_free(3ossl), USERNOTICE_new(3ossl), X509_ACERT_dup(3ossl), X509_ACERT_free(3ossl), X509_ACERT_it(3ossl), X509_ACERT_new(3ossl), X509_ACERT_INFO_free(3ossl), X509_ACERT_INFO_it(3ossl), X509_ACERT_INFO_new(3ossl), X509_ACERT_ISSUER_V2FORM_free(3ossl), X509_ACERT_ISSUER_V2FORM_new(3ossl), X509_ALGOR_free(3ossl), X509_ALGOR_it(3ossl), X509_ALGOR_new(3ossl), X509_ATTRIBUTE_dup(3ossl), X509_ATTRIBUTE_free(3ossl), X509_ATTRIBUTE_new(3ossl), X509_CERT_AUX_free(3ossl), X509_CERT_AUX_new(3ossl), X509_CINF_free(3ossl), X509_CINF_new(3ossl), X509_CRL_INFO_free(3ossl), X509_CRL_INFO_new(3ossl), X509_CRL_dup(3ossl), X509_CRL_free(3ossl), X509_CRL_new_ex(3ossl), X509_CRL_new(3ossl), X509_EXTENSION_dup(3ossl), X509_EXTENSION_free(3ossl), X509_EXTENSION_new(3ossl), X509_NAME_ENTRY_dup(3ossl), X509_NAME_ENTRY_free(3ossl), X509_NAME_ENTRY_new(3ossl), X509_NAME_dup(3ossl), X509_NAME_free(3ossl), X509_NAME_new(3ossl), X509_REQ_INFO_free(3ossl), X509_REQ_INFO_new(3ossl), X509_REQ_dup(3ossl), X509_REQ_free(3ossl), X509_REQ_new(3ossl), X509_REQ_new_ex(3ossl), X509_REVOKED_dup(3ossl), X509_REVOKED_free(3ossl), X509_REVOKED_new(3ossl), X509_SIG_free(3ossl), X509_SIG_new(3ossl), X509_VAL_free(3ossl), X509_VAL_new(3ossl), X509_dup(3ossl)
- ASN1 object utilities
- DECLARE_PEM_rw(3), PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), PEM_write_bio_CMS(3), PEM_write_DHxparams(3), PEM_write_bio_DHxparams(3), PEM_read_ECPKParameters(3), PEM_read_bio_ECPKParameters(3), PEM_write_ECPKParameters(3), PEM_write_bio_ECPKParameters(3), PEM_read_ECPrivateKey(3), PEM_write_ECPrivateKey(3), PEM_write_bio_ECPrivateKey(3), PEM_read_EC_PUBKEY(3), PEM_read_bio_EC_PUBKEY(3), PEM_write_EC_PUBKEY(3), PEM_write_bio_EC_PUBKEY(3), PEM_read_NETSCAPE_CERT_SEQUENCE(3), PEM_read_bio_NETSCAPE_CERT_SEQUENCE(3), PEM_write_NETSCAPE_CERT_SEQUENCE(3), PEM_write_bio_NETSCAPE_CERT_SEQUENCE(3), PEM_read_PKCS8(3), PEM_read_bio_PKCS8(3), PEM_write_PKCS8(3), PEM_write_bio_PKCS8(3), PEM_write_PKCS8_PRIV_KEY_INFO(3), PEM_read_bio_PKCS8_PRIV_KEY_INFO(3), PEM_read_PKCS8_PRIV_KEY_INFO(3), PEM_write_bio_PKCS8_PRIV_KEY_INFO(3), PEM_read_SSL_SESSION(3), PEM_read_bio_SSL_SESSION(3), PEM_write_SSL_SESSION(3), PEM_write_bio_SSL_SESSION(3)
- PEM object encoding routines
- DECLARE_PEM_rw(3ossl), PEM_read_CMS(3ossl), PEM_read_bio_CMS(3ossl), PEM_write_CMS(3ossl), PEM_write_bio_CMS(3ossl), PEM_write_DHxparams(3ossl), PEM_write_bio_DHxparams(3ossl), PEM_read_ECPKParameters(3ossl), PEM_read_bio_ECPKParameters(3ossl), PEM_write_ECPKParameters(3ossl), PEM_write_bio_ECPKParameters(3ossl), PEM_read_ECPrivateKey(3ossl), PEM_write_ECPrivateKey(3ossl), PEM_write_bio_ECPrivateKey(3ossl), PEM_read_EC_PUBKEY(3ossl), PEM_read_bio_EC_PUBKEY(3ossl), PEM_write_EC_PUBKEY(3ossl), PEM_write_bio_EC_PUBKEY(3ossl), PEM_read_NETSCAPE_CERT_SEQUENCE(3ossl), PEM_read_bio_NETSCAPE_CERT_SEQUENCE(3ossl), PEM_write_NETSCAPE_CERT_SEQUENCE(3ossl), PEM_write_bio_NETSCAPE_CERT_SEQUENCE(3ossl), PEM_read_PKCS8(3ossl), PEM_read_bio_PKCS8(3ossl), PEM_write_PKCS8(3ossl), PEM_write_bio_PKCS8(3ossl), PEM_write_PKCS8_PRIV_KEY_INFO(3ossl), PEM_read_bio_PKCS8_PRIV_KEY_INFO(3ossl), PEM_read_PKCS8_PRIV_KEY_INFO(3ossl), PEM_write_bio_PKCS8_PRIV_KEY_INFO(3ossl), PEM_read_SSL_SESSION(3ossl), PEM_read_bio_SSL_SESSION(3ossl), PEM_write_SSL_SESSION(3ossl), PEM_write_bio_SSL_SESSION(3ossl), PEM_read_X509_PUBKEY(3ossl), PEM_read_bio_X509_PUBKEY(3ossl), PEM_write_X509_PUBKEY(3ossl), PEM_write_bio_X509_PUBKEY(3ossl)
- PEM object encoding routines
- DEFINE_STACK_OF(3), DEFINE_STACK_OF_CONST(3), DEFINE_SPECIAL_STACK_OF(3), DEFINE_SPECIAL_STACK_OF_CONST(3), sk_TYPE_num(3), sk_TYPE_value(3), sk_TYPE_new(3), sk_TYPE_new_null(3), sk_TYPE_reserve(3), sk_TYPE_free(3), sk_TYPE_zero(3), sk_TYPE_delete(3), sk_TYPE_delete_ptr(3), sk_TYPE_push(3), sk_TYPE_unshift(3), sk_TYPE_pop(3), sk_TYPE_shift(3), sk_TYPE_pop_free(3), sk_TYPE_insert(3), sk_TYPE_set(3), sk_TYPE_find(3), sk_TYPE_find_ex(3), sk_TYPE_sort(3), sk_TYPE_is_sorted(3), sk_TYPE_dup(3), sk_TYPE_deep_copy(3), sk_TYPE_set_cmp_func(3), sk_TYPE_new_reserve(3)
- stack container
- DEFINE_STACK_OF(3ossl), DEFINE_STACK_OF_CONST(3ossl), DEFINE_SPECIAL_STACK_OF(3ossl), DEFINE_SPECIAL_STACK_OF_CONST(3ossl), sk_TYPE_num(3ossl), sk_TYPE_value(3ossl), sk_TYPE_new(3ossl), sk_TYPE_new_null(3ossl), sk_TYPE_reserve(3ossl), sk_TYPE_free(3ossl), sk_TYPE_zero(3ossl), sk_TYPE_delete(3ossl), sk_TYPE_delete_ptr(3ossl), sk_TYPE_push(3ossl), sk_TYPE_unshift(3ossl), sk_TYPE_pop(3ossl), sk_TYPE_shift(3ossl), sk_TYPE_pop_free(3ossl), sk_TYPE_insert(3ossl), sk_TYPE_set(3ossl), sk_TYPE_find(3ossl), sk_TYPE_find_ex(3ossl), sk_TYPE_find_all(3ossl), sk_TYPE_sort(3ossl), sk_TYPE_is_sorted(3ossl), sk_TYPE_dup(3ossl), sk_TYPE_deep_copy(3ossl), sk_TYPE_set_cmp_func(3ossl), sk_TYPE_new_reserve(3ossl), OPENSSL_sk_deep_copy(3ossl), OPENSSL_sk_delete(3ossl), OPENSSL_sk_delete_ptr(3ossl), OPENSSL_sk_dup(3ossl), OPENSSL_sk_find(3ossl), OPENSSL_sk_find_ex(3ossl), OPENSSL_sk_find_all(3ossl), OPENSSL_sk_free(3ossl), OPENSSL_sk_insert(3ossl), OPENSSL_sk_is_sorted(3ossl), OPENSSL_sk_new(3ossl), OPENSSL_sk_new_null(3ossl), OPENSSL_sk_new_reserve(3ossl), OPENSSL_sk_num(3ossl), OPENSSL_sk_pop(3ossl), OPENSSL_sk_pop_free(3ossl), OPENSSL_sk_push(3ossl), OPENSSL_sk_reserve(3ossl), OPENSSL_sk_set(3ossl), OPENSSL_sk_set_cmp_func(3ossl), OPENSSL_sk_shift(3ossl), OPENSSL_sk_sort(3ossl), OPENSSL_sk_unshift(3ossl), OPENSSL_sk_value(3ossl), OPENSSL_sk_zero(3ossl)
- stack container
- DEF_GENPAT(3)
- GENPAT Package man1/alc_origin.1
- DELETE(7)
- delete rows of a table
- DES_random_key(3), DES_set_key(3), DES_key_sched(3), DES_set_key_checked(3), DES_set_key_unchecked(3), DES_set_odd_parity(3), DES_is_weak_key(3), DES_ecb_encrypt(3), DES_ecb2_encrypt(3), DES_ecb3_encrypt(3), DES_ncbc_encrypt(3), DES_cfb_encrypt(3), DES_ofb_encrypt(3), DES_pcbc_encrypt(3), DES_cfb64_encrypt(3), DES_ofb64_encrypt(3), DES_xcbc_encrypt(3), DES_ede2_cbc_encrypt(3), DES_ede2_cfb64_encrypt(3), DES_ede2_ofb64_encrypt(3), DES_ede3_cbc_encrypt(3), DES_ede3_cfb64_encrypt(3), DES_ede3_ofb64_encrypt(3), DES_cbc_cksum(3), DES_quad_cksum(3), DES_string_to_key(3), DES_string_to_2keys(3), DES_fcrypt(3), DES_crypt(3)
- DES encryption
- DES_random_key(3ossl), DES_set_key(3ossl), DES_key_sched(3ossl), DES_set_key_checked(3ossl), DES_set_key_unchecked(3ossl), DES_set_odd_parity(3ossl), DES_is_weak_key(3ossl), DES_ecb_encrypt(3ossl), DES_ecb2_encrypt(3ossl), DES_ecb3_encrypt(3ossl), DES_ncbc_encrypt(3ossl), DES_cfb_encrypt(3ossl), DES_ofb_encrypt(3ossl), DES_pcbc_encrypt(3ossl), DES_cfb64_encrypt(3ossl), DES_ofb64_encrypt(3ossl), DES_xcbc_encrypt(3ossl), DES_ede2_cbc_encrypt(3ossl), DES_ede2_cfb64_encrypt(3ossl), DES_ede2_ofb64_encrypt(3ossl), DES_ede3_cbc_encrypt(3ossl), DES_ede3_cfb64_encrypt(3ossl), DES_ede3_ofb64_encrypt(3ossl), DES_cbc_cksum(3ossl), DES_quad_cksum(3ossl), DES_string_to_key(3ossl), DES_string_to_2keys(3ossl), DES_fcrypt(3ossl), DES_crypt(3ossl)
- DES encryption
- DH_generate_key(3), DH_compute_key(3), DH_compute_key_padded(3)
- perform Diffie-Hellman key exchange
- DH_generate_key(3ossl), DH_compute_key(3ossl), DH_compute_key_padded(3ossl)
- perform Diffie-Hellman key exchange
- DH_set_default_method(3), DH_get_default_method(3), DH_set_method(3), DH_new_method(3), DH_OpenSSL(3)
- select DH method
- DH_set_default_method(3ossl), DH_get_default_method(3ossl), DH_set_method(3ossl), DH_new_method(3ossl), DH_OpenSSL(3ossl)
- select DH method
- DI(3)
- verify assertions in C and C++ code using gdb(1)
- DIALOG(3)
- Stores a GUI description. Allegro game programming library
- DL(3)
- generate logging messages in C and C++ using a debugger
- DO(7)
- execute an anonymous code block
- DOM_CharacterData(3m)
- the Document Object Model (DOM) DOM_CharacterData interface
- DOM_Document(3m)
- the Document Object Model (DOM) DOM_Document interface
- DOM_Element(3m)
- the Document Object Model (DOM) DOM_Element interface
- DOM_Implementation(3m)
- the Document Object Model (DOM) DOM_Implementation interface
- DOM_NamedNodeMap(3m)
- the Document Object Model (DOM) DOM_NamedNodeMap interface
- DOM_Node(3m)
- the Document Object Model (DOM) DOM_Node interface
- DOM_NodeList(3m)
- the Document Object Model (DOM) DOM_NodeList interface
- DOM_Text(3m)
- the Document Object Model (DOM) DOM_Text interface
- DPGEN_ADSB2F(3)
- Adder/Substractor Macro-Generator
- DPGEN_NUL(3)
- Zero Detector Macro-Generator
- DPGEN_RF1D(3), DPGEN_RF1DR0(3)
- Register File with Decoder Macro-Generator
- DPMSQueryExtension(3)
- queries the X server to determine the availability of the DPMS Extension
- DROP_INDEX(7)
- remove an index
- DROP_SERVER(7)
- remove a foreign server descriptor
- DROP_STATISTICS(7)
- remove extended statistics
- DS2502(3)
- Add-Only Memory (1 kBit) DS2502-E48, DS2502-UNW - 48-bit Node Address Chip, UniqueWare Add-Only Memory (1 kBit) DS1982, DS1982U - Add-Only iButton (1 kBit), UniqueWare iButton (1 kBit)
- DS28EA00(3)
- 1-Wire Digital Thermometer with Sequence Detect and PIO
- DSA_set_default_method(3), DSA_get_default_method(3), DSA_set_method(3), DSA_new_method(3), DSA_OpenSSL(3)
- select DSA method
- DSA_set_default_method(3ossl), DSA_get_default_method(3ossl), DSA_set_method(3ossl), DSA_new_method(3ossl), DSA_OpenSSL(3ossl)
- select DSA method
- DString.tcl86(3), Tcl_DStringInit(3), Tcl_DStringAppend(3), Tcl_DStringAppendElement(3), Tcl_DStringStartSublist(3), Tcl_DStringEndSublist(3), Tcl_DStringLength(3), Tcl_DStringValue(3), Tcl_DStringSetLength(3), Tcl_DStringTrunc(3), Tcl_DStringFree(3), Tcl_DStringResult(3), Tcl_DStringGetResult(3)
- manipulate dynamic strings
- DString.tcl90(3), Tcl_DStringInit(3), Tcl_DStringAppend(3), Tcl_DStringAppendElement(3), Tcl_DStringStartSublist(3), Tcl_DStringEndSublist(3), Tcl_DStringLength(3), Tcl_DStringValue(3), Tcl_DStringSetLength(3), Tcl_DStringFree(3), Tcl_DStringResult(3), Tcl_DStringGetResult(3), Tcl_DStringToObj(3)
- manipulate dynamic strings
- DTLSv1_get_timeout(3ossl)
- determine when a DTLS or QUIC SSL object next needs a timeout event to be handled
- Deadwood(1)
- A recursive caching DNS resolver
- Deductionguidesforstd::chrono::zoned_time(3)
- Deductionguidesforstd::chrono::zoned_time
- Depend(3o)
- Module dependencies
- Depend.String(3o)
- no description
- Diffing.Define(3o)
- Define(Defs) creates the diffing types from the types defined in Defs and the functors that need to be instantatied with the diffing algorithm parameters
- Diffing.Define.Left_variadic(3o)
- Variadic diffing
- Diffing.Define.Parameters(3o)
- no description
- Diffing.Define.Right_variadic(3o)
- no description
- Diffing.Define.S(3o)
- no description
- Diffing.Define.Simple(3o)
- no description
- Diffing.Defs(3o)
- The core types of a diffing implementation
- Diffing_with_keys.Define(3o)
- no description
- Diffing_with_keys.Define.Parameters(3o)
- no description
- Diffing_with_keys.Define.Simple(3o)
- no description
- Docstrings.WithMenhir(3o)
- no description
- Domainstate(3o)
- no description
- Dpkg::Changelog::Debian(3perl)
- parse Debian changelogs
- Dpkg::Changelog::Entry::Debian(3perl)
- represents a Debian changelog entry
- Dpkg::Compression::FileHandle(3perl)
- object dealing transparently with file compression
- Dpkg::Compression::Process(3perl)
- run compression/decompression processes
- Dpkg::Control::Info(3perl)
- parse files like debian/control
- Dpkg::Control::Tests(3perl)
- parse files like debian/tests/control
- Dpkg::Deps(3perl)
- parse and manipulate dependencies of Debian packages
- Dpkg::Deps::AND(3perl)
- list of AND dependencies
- Dpkg::Deps::KnownFacts(3perl)
- list of installed real and virtual packages
- Dpkg::Deps::Multiple(3perl)
- base module to represent multiple dependencies
- Dpkg::Deps::OR(3perl)
- list of OR dependencies
- Dpkg::Deps::Simple(3perl)
- represents a single dependency statement
- Dpkg::Deps::Union(3perl)
- list of unrelated dependencies
- Dpkg::Index(3perl)
- generic index of control information
- Dpkg::Source::Format(3perl)
- manipulate debian/source/format files
- Dpkg::Source::Package(3perl)
- manipulate Debian source packages
- Dpkg::Vendor::Debian(3perl)
- Debian vendor object
- Dpkg::Vendor::Default(3perl)
- default vendor object
- ECDSA_SIG_new(3ossl), ECDSA_SIG_free(3ossl), ECDSA_SIG_get0(3ossl), ECDSA_SIG_get0_r(3ossl), ECDSA_SIG_get0_s(3ossl), ECDSA_SIG_set0(3ossl)
- Functions for creating, destroying and manipulating ECDSA_SIG objects
- ECDSA_size(3ossl), ECDSA_sign(3ossl), ECDSA_do_sign(3ossl), ECDSA_verify(3ossl), ECDSA_do_verify(3ossl), ECDSA_sign_setup(3ossl), ECDSA_sign_ex(3ossl), ECDSA_do_sign_ex(3ossl)
- deprecated low-level elliptic curve digital signature algorithm (ECDSA) functions
- ECPKParameters_print(3), ECPKParameters_print_fp(3)
- Functions for decoding and encoding ASN1 representations of elliptic curve entities
- ECPKParameters_print(3ossl), ECPKParameters_print_fp(3ossl)
- Functions for decoding and encoding ASN1 representations of elliptic curve entities
- EC_GROUP_get0_order(3), EC_GROUP_order_bits(3), EC_GROUP_get0_cofactor(3), EC_GROUP_copy(3), EC_GROUP_dup(3), EC_GROUP_method_of(3), EC_GROUP_set_generator(3), EC_GROUP_get0_generator(3), EC_GROUP_get_order(3), EC_GROUP_get_cofactor(3), EC_GROUP_set_curve_name(3), EC_GROUP_get_curve_name(3), EC_GROUP_set_asn1_flag(3), EC_GROUP_get_asn1_flag(3), EC_GROUP_set_point_conversion_form(3), EC_GROUP_get_point_conversion_form(3), EC_GROUP_get0_seed(3), EC_GROUP_get_seed_len(3), EC_GROUP_set_seed(3), EC_GROUP_get_degree(3), EC_GROUP_check(3), EC_GROUP_check_discriminant(3), EC_GROUP_cmp(3), EC_GROUP_get_basis_type(3), EC_GROUP_get_trinomial_basis(3), EC_GROUP_get_pentanomial_basis(3)
- Functions for manipulating EC_GROUP objects
- EC_GROUP_get0_order(3ossl), EC_GROUP_order_bits(3ossl), EC_GROUP_get0_cofactor(3ossl), EC_GROUP_copy(3ossl), EC_GROUP_dup(3ossl), EC_GROUP_method_of(3ossl), EC_GROUP_set_generator(3ossl), EC_GROUP_get0_generator(3ossl), EC_GROUP_get_order(3ossl), EC_GROUP_get_cofactor(3ossl), EC_GROUP_set_curve_name(3ossl), EC_GROUP_get_curve_name(3ossl), EC_GROUP_set_asn1_flag(3ossl), EC_GROUP_get_asn1_flag(3ossl), EC_GROUP_set_point_conversion_form(3ossl), EC_GROUP_get_point_conversion_form(3ossl), EC_GROUP_get0_seed(3ossl), EC_GROUP_get_seed_len(3ossl), EC_GROUP_set_seed(3ossl), EC_GROUP_get_degree(3ossl), EC_GROUP_check(3ossl), EC_GROUP_check_named_curve(3ossl), EC_GROUP_check_discriminant(3ossl), EC_GROUP_cmp(3ossl), EC_GROUP_get_basis_type(3ossl), EC_GROUP_get_trinomial_basis(3ossl), EC_GROUP_get_pentanomial_basis(3ossl), EC_GROUP_get0_field(3ossl), EC_GROUP_get_field_type(3ossl)
- Functions for manipulating EC_GROUP objects
- EC_GROUP_get_ecparameters(3), EC_GROUP_get_ecpkparameters(3), EC_GROUP_new(3), EC_GROUP_new_from_ecparameters(3), EC_GROUP_new_from_ecpkparameters(3), EC_GROUP_free(3), EC_GROUP_clear_free(3), EC_GROUP_new_curve_GFp(3), EC_GROUP_new_curve_GF2m(3), EC_GROUP_new_by_curve_name(3), EC_GROUP_set_curve(3), EC_GROUP_get_curve(3), EC_GROUP_set_curve_GFp(3), EC_GROUP_get_curve_GFp(3), EC_GROUP_set_curve_GF2m(3), EC_GROUP_get_curve_GF2m(3), EC_get_builtin_curves(3)
- Functions for creating and destroying EC_GROUP objects
- EC_GROUP_get_ecparameters(3ossl), EC_GROUP_get_ecpkparameters(3ossl), EC_GROUP_new_from_params(3ossl), EC_GROUP_to_params(3ossl), EC_GROUP_new_from_ecparameters(3ossl), EC_GROUP_new_from_ecpkparameters(3ossl), EC_GROUP_new(3ossl), EC_GROUP_free(3ossl), EC_GROUP_clear_free(3ossl), EC_GROUP_new_curve_GFp(3ossl), EC_GROUP_new_curve_GF2m(3ossl), EC_GROUP_new_by_curve_name_ex(3ossl), EC_GROUP_new_by_curve_name(3ossl), EC_GROUP_set_curve(3ossl), EC_GROUP_get_curve(3ossl), EC_GROUP_set_curve_GFp(3ossl), EC_GROUP_get_curve_GFp(3ossl), EC_GROUP_set_curve_GF2m(3ossl), EC_GROUP_get_curve_GF2m(3ossl), EC_get_builtin_curves(3ossl), OSSL_EC_curve_nid2name(3ossl)
- Functions for creating and destroying EC_GROUP objects
- EC_KEY_METHOD_new(3), EC_KEY_METHOD_free(3), EC_KEY_METHOD_set_init(3), EC_KEY_METHOD_get_init(3), EC_KEY_METHOD_set_sign(3), EC_KEY_METHOD_get_sign(3), EC_KEY_METHOD_set_verify(3), EC_KEY_METHOD_get_verify(3), EC_KEY_METHOD_set_keygen(3), EC_KEY_METHOD_get_keygen(3), EC_KEY_METHOD_set_compute_key(3), EC_KEY_METHOD_get_compute_key(3), EC_KEY_OpenSSL(3), EC_KEY_set_default_method(3), EC_KEY_get_default_method(3), EC_KEY_new_method(3), EC_KEY_set_method(3), EC_KEY_get_method(3)
- custom EC_KEY implementations
- EC_KEY_get_method(3), EC_KEY_set_method(3), EC_KEY_new(3), EC_KEY_get_flags(3), EC_KEY_set_flags(3), EC_KEY_clear_flags(3), EC_KEY_new_by_curve_name(3), EC_KEY_free(3), EC_KEY_copy(3), EC_KEY_dup(3), EC_KEY_up_ref(3), EC_KEY_get0_engine(3), EC_KEY_get0_group(3), EC_KEY_set_group(3), EC_KEY_get0_private_key(3), EC_KEY_set_private_key(3), EC_KEY_get0_public_key(3), EC_KEY_set_public_key(3), EC_KEY_get_conv_form(3), EC_KEY_set_conv_form(3), EC_KEY_set_asn1_flag(3), EC_KEY_decoded_from_explicit_params(3), EC_KEY_precompute_mult(3), EC_KEY_generate_key(3), EC_KEY_check_key(3), EC_KEY_set_public_key_affine_coordinates(3), EC_KEY_oct2key(3), EC_KEY_key2buf(3), EC_KEY_oct2priv(3), EC_KEY_priv2oct(3), EC_KEY_priv2buf(3)
- Functions for creating, destroying and manipulating EC_KEY objects
- EC_POINT_set_Jprojective_coordinates_GFp(3), EC_POINT_point2buf(3), EC_POINT_new(3), EC_POINT_free(3), EC_POINT_clear_free(3), EC_POINT_copy(3), EC_POINT_dup(3), EC_POINT_method_of(3), EC_POINT_set_to_infinity(3), EC_POINT_get_Jprojective_coordinates_GFp(3), EC_POINT_set_affine_coordinates(3), EC_POINT_get_affine_coordinates(3), EC_POINT_set_compressed_coordinates(3), EC_POINT_set_affine_coordinates_GFp(3), EC_POINT_get_affine_coordinates_GFp(3), EC_POINT_set_compressed_coordinates_GFp(3), EC_POINT_set_affine_coordinates_GF2m(3), EC_POINT_get_affine_coordinates_GF2m(3), EC_POINT_set_compressed_coordinates_GF2m(3), EC_POINT_point2oct(3), EC_POINT_oct2point(3), EC_POINT_point2bn(3), EC_POINT_bn2point(3), EC_POINT_point2hex(3), EC_POINT_hex2point(3)
- Functions for creating, destroying and manipulating EC_POINT objects
- EC_POINT_set_Jprojective_coordinates_GFp(3ossl), EC_POINT_point2buf(3ossl), EC_POINT_new(3ossl), EC_POINT_free(3ossl), EC_POINT_clear_free(3ossl), EC_POINT_copy(3ossl), EC_POINT_dup(3ossl), EC_POINT_method_of(3ossl), EC_POINT_set_to_infinity(3ossl), EC_POINT_get_Jprojective_coordinates_GFp(3ossl), EC_POINT_set_affine_coordinates(3ossl), EC_POINT_get_affine_coordinates(3ossl), EC_POINT_set_compressed_coordinates(3ossl), EC_POINT_set_affine_coordinates_GFp(3ossl), EC_POINT_get_affine_coordinates_GFp(3ossl), EC_POINT_set_compressed_coordinates_GFp(3ossl), EC_POINT_set_affine_coordinates_GF2m(3ossl), EC_POINT_get_affine_coordinates_GF2m(3ossl), EC_POINT_set_compressed_coordinates_GF2m(3ossl), EC_POINT_point2oct(3ossl), EC_POINT_oct2point(3ossl), EC_POINT_point2bn(3ossl), EC_POINT_bn2point(3ossl), EC_POINT_point2hex(3ossl), EC_POINT_hex2point(3ossl)
- Functions for creating, destroying and manipulating EC_POINT objects
- EDS(3)
- Embedded Data Systems Sensors EDS0064 - Temperature EDS0065 - Temperature and Humidity EDS0066 - Temperature and Barometric Pressure EDS0067 - Temperature and Light EDS0068 - Temperature, Barometric Pressure and Light EDS0070 - Vibration EDS0071 - RTD 4-wire temperature EDS0072 - RTD 3-wire temperature EDS0080 - 8 Channel Analog Current Input EDS0082 - 8 Channel Analog Voltage Input EDS0083 - 4 Channel Analog Current Input EDS0085 - 4 Channel Analog Voltage Input EDS0090 - 8 Discrete I/O
- END_OF_FUNCTION(3)
- Locks the code used by a timer. Allegro game programming library
- ENGINE_get_DH(3), ENGINE_get_DSA(3), ENGINE_by_id(3), ENGINE_get_cipher_engine(3), ENGINE_get_default_DH(3), ENGINE_get_default_DSA(3), ENGINE_get_default_RAND(3), ENGINE_get_default_RSA(3), ENGINE_get_digest_engine(3), ENGINE_get_first(3), ENGINE_get_last(3), ENGINE_get_next(3), ENGINE_get_prev(3), ENGINE_new(3), ENGINE_get_ciphers(3), ENGINE_get_ctrl_function(3), ENGINE_get_digests(3), ENGINE_get_destroy_function(3), ENGINE_get_finish_function(3), ENGINE_get_init_function(3), ENGINE_get_load_privkey_function(3), ENGINE_get_load_pubkey_function(3), ENGINE_load_private_key(3), ENGINE_load_public_key(3), ENGINE_get_RAND(3), ENGINE_get_RSA(3), ENGINE_get_id(3), ENGINE_get_name(3), ENGINE_get_cmd_defns(3), ENGINE_get_cipher(3), ENGINE_get_digest(3), ENGINE_add(3), ENGINE_cmd_is_executable(3), ENGINE_ctrl(3), ENGINE_ctrl_cmd(3), ENGINE_ctrl_cmd_string(3), ENGINE_finish(3), ENGINE_free(3), ENGINE_get_flags(3), ENGINE_init(3), ENGINE_register_DH(3), ENGINE_register_DSA(3), ENGINE_register_RAND(3), ENGINE_register_RSA(3), ENGINE_register_all_complete(3), ENGINE_register_ciphers(3), ENGINE_register_complete(3), ENGINE_register_digests(3), ENGINE_remove(3), ENGINE_set_DH(3), ENGINE_set_DSA(3), ENGINE_set_RAND(3), ENGINE_set_RSA(3), ENGINE_set_ciphers(3), ENGINE_set_cmd_defns(3), ENGINE_set_ctrl_function(3), ENGINE_set_default(3), ENGINE_set_default_DH(3), ENGINE_set_default_DSA(3), ENGINE_set_default_RAND(3), ENGINE_set_default_RSA(3), ENGINE_set_default_ciphers(3), ENGINE_set_default_digests(3), ENGINE_set_default_string(3), ENGINE_set_destroy_function(3), ENGINE_set_digests(3), ENGINE_set_finish_function(3), ENGINE_set_flags(3), ENGINE_set_id(3), ENGINE_set_init_function(3), ENGINE_set_load_privkey_function(3), ENGINE_set_load_pubkey_function(3), ENGINE_set_name(3), ENGINE_up_ref(3), ENGINE_get_table_flags(3), ENGINE_cleanup(3), ENGINE_load_builtin_engines(3), ENGINE_register_all_DH(3), ENGINE_register_all_DSA(3), ENGINE_register_all_RAND(3), ENGINE_register_all_RSA(3), ENGINE_register_all_ciphers(3), ENGINE_register_all_digests(3), ENGINE_set_table_flags(3), ENGINE_unregister_DH(3), ENGINE_unregister_DSA(3), ENGINE_unregister_RAND(3), ENGINE_unregister_RSA(3), ENGINE_unregister_ciphers(3), ENGINE_unregister_digests(3)
- ENGINE cryptographic module support
- ENGINE_get_DH(3ossl), ENGINE_get_DSA(3ossl), ENGINE_by_id(3ossl), ENGINE_get_cipher_engine(3ossl), ENGINE_get_default_DH(3ossl), ENGINE_get_default_DSA(3ossl), ENGINE_get_default_RAND(3ossl), ENGINE_get_default_RSA(3ossl), ENGINE_get_digest_engine(3ossl), ENGINE_get_first(3ossl), ENGINE_get_last(3ossl), ENGINE_get_next(3ossl), ENGINE_get_prev(3ossl), ENGINE_new(3ossl), ENGINE_get_ciphers(3ossl), ENGINE_get_ctrl_function(3ossl), ENGINE_get_digests(3ossl), ENGINE_get_destroy_function(3ossl), ENGINE_get_finish_function(3ossl), ENGINE_get_init_function(3ossl), ENGINE_get_load_privkey_function(3ossl), ENGINE_get_load_pubkey_function(3ossl), ENGINE_load_private_key(3ossl), ENGINE_load_public_key(3ossl), ENGINE_get_RAND(3ossl), ENGINE_get_RSA(3ossl), ENGINE_get_id(3ossl), ENGINE_get_name(3ossl), ENGINE_get_cmd_defns(3ossl), ENGINE_get_cipher(3ossl), ENGINE_get_digest(3ossl), ENGINE_add(3ossl), ENGINE_cmd_is_executable(3ossl), ENGINE_ctrl(3ossl), ENGINE_ctrl_cmd(3ossl), ENGINE_ctrl_cmd_string(3ossl), ENGINE_finish(3ossl), ENGINE_free(3ossl), ENGINE_get_flags(3ossl), ENGINE_init(3ossl), ENGINE_register_DH(3ossl), ENGINE_register_DSA(3ossl), ENGINE_register_RAND(3ossl), ENGINE_register_RSA(3ossl), ENGINE_register_all_complete(3ossl), ENGINE_register_ciphers(3ossl), ENGINE_register_complete(3ossl), ENGINE_register_digests(3ossl), ENGINE_remove(3ossl), ENGINE_set_DH(3ossl), ENGINE_set_DSA(3ossl), ENGINE_set_RAND(3ossl), ENGINE_set_RSA(3ossl), ENGINE_set_ciphers(3ossl), ENGINE_set_cmd_defns(3ossl), ENGINE_set_ctrl_function(3ossl), ENGINE_set_default(3ossl), ENGINE_set_default_DH(3ossl), ENGINE_set_default_DSA(3ossl), ENGINE_set_default_RAND(3ossl), ENGINE_set_default_RSA(3ossl), ENGINE_set_default_ciphers(3ossl), ENGINE_set_default_digests(3ossl), ENGINE_set_default_string(3ossl), ENGINE_set_destroy_function(3ossl), ENGINE_set_digests(3ossl), ENGINE_set_finish_function(3ossl), ENGINE_set_flags(3ossl), ENGINE_set_id(3ossl), ENGINE_set_init_function(3ossl), ENGINE_set_load_privkey_function(3ossl), ENGINE_set_load_pubkey_function(3ossl), ENGINE_set_name(3ossl), ENGINE_up_ref(3ossl), ENGINE_get_table_flags(3ossl), ENGINE_cleanup(3ossl), ENGINE_load_builtin_engines(3ossl), ENGINE_register_all_DH(3ossl), ENGINE_register_all_DSA(3ossl), ENGINE_register_all_RAND(3ossl), ENGINE_register_all_RSA(3ossl), ENGINE_register_all_ciphers(3ossl), ENGINE_register_all_digests(3ossl), ENGINE_set_table_flags(3ossl), ENGINE_unregister_DH(3ossl), ENGINE_unregister_DSA(3ossl), ENGINE_unregister_RAND(3ossl), ENGINE_unregister_RSA(3ossl), ENGINE_unregister_ciphers(3ossl), ENGINE_unregister_digests(3ossl)
- ENGINE cryptographic module support
- ERR(3)
- OpenSSL error codes
- ERR_GET_LIB(3), ERR_GET_FUNC(3), ERR_GET_REASON(3), ERR_FATAL_ERROR(3)
- get information from error codes
- ERR_GET_LIB(3ossl), ERR_GET_REASON(3ossl), ERR_FATAL_ERROR(3ossl)
- get information from error codes
- ERR_get_error(3), ERR_peek_error(3), ERR_peek_last_error(3), ERR_get_error_line(3), ERR_peek_error_line(3), ERR_peek_last_error_line(3), ERR_get_error_line_data(3), ERR_peek_error_line_data(3), ERR_peek_last_error_line_data(3)
- obtain error code and data
- ERR_get_error(3ossl), ERR_peek_error(3ossl), ERR_peek_last_error(3ossl), ERR_get_error_line(3ossl), ERR_peek_error_line(3ossl), ERR_peek_last_error_line(3ossl), ERR_peek_error_func(3ossl), ERR_peek_last_error_func(3ossl), ERR_peek_error_data(3ossl), ERR_peek_last_error_data(3ossl), ERR_get_error_all(3ossl), ERR_peek_error_all(3ossl), ERR_peek_last_error_all(3ossl), ERR_get_error_line_data(3ossl), ERR_peek_error_line_data(3ossl), ERR_peek_last_error_line_data(3ossl)
- obtain error code and data
- ERR_new(3ossl), ERR_set_debug(3ossl), ERR_set_error(3ossl), ERR_vset_error(3ossl)
- Error recording building blocks
- ERR_remove_thread_state(3), ERR_remove_state(3)
- DEPRECATED
- ERR_remove_thread_state(3ossl), ERR_remove_state(3ossl)
- DEPRECATED
- EVP_ASYM_CIPHER_fetch(3ossl), EVP_ASYM_CIPHER_free(3ossl), EVP_ASYM_CIPHER_up_ref(3ossl), EVP_ASYM_CIPHER_is_a(3ossl), EVP_ASYM_CIPHER_get0_provider(3ossl), EVP_ASYM_CIPHER_do_all_provided(3ossl), EVP_ASYM_CIPHER_names_do_all(3ossl), EVP_ASYM_CIPHER_get0_name(3ossl), EVP_ASYM_CIPHER_get0_description(3ossl), EVP_ASYM_CIPHER_gettable_ctx_params(3ossl), EVP_ASYM_CIPHER_settable_ctx_params(3ossl)
- Functions to manage EVP_ASYM_CIPHER algorithm objects
- EVP_CIPHER-DES(7ossl)
- The DES EVP_CIPHER implementations
- EVP_CIPHER-IDEA(7ossl)
- The IDEA EVP_CIPHER implementations
- EVP_CIPHER_CTX_get_algor(3ossl), EVP_CIPHER_CTX_get_algor_params(3ossl), EVP_CIPHER_CTX_set_algor_params(3ossl), EVP_PKEY_CTX_get_algor(3ossl), EVP_PKEY_CTX_get_algor_params(3ossl), EVP_PKEY_CTX_set_algor_params(3ossl)
- pass AlgorithmIdentifier and its params to/from algorithm implementations
- EVP_CIPHER_CTX_new(3), EVP_CIPHER_CTX_reset(3), EVP_CIPHER_CTX_free(3), EVP_EncryptInit_ex(3), EVP_EncryptUpdate(3), EVP_EncryptFinal_ex(3), EVP_DecryptInit_ex(3), EVP_DecryptUpdate(3), EVP_DecryptFinal_ex(3), EVP_CipherInit_ex(3), EVP_CipherUpdate(3), EVP_CipherFinal_ex(3), EVP_CIPHER_CTX_set_key_length(3), EVP_CIPHER_CTX_ctrl(3), EVP_EncryptInit(3), EVP_EncryptFinal(3), EVP_DecryptInit(3), EVP_DecryptFinal(3), EVP_CipherInit(3), EVP_CipherFinal(3), EVP_get_cipherbyname(3), EVP_get_cipherbynid(3), EVP_get_cipherbyobj(3), EVP_CIPHER_nid(3), EVP_CIPHER_block_size(3), EVP_CIPHER_key_length(3), EVP_CIPHER_iv_length(3), EVP_CIPHER_flags(3), EVP_CIPHER_mode(3), EVP_CIPHER_type(3), EVP_CIPHER_CTX_cipher(3), EVP_CIPHER_CTX_nid(3), EVP_CIPHER_CTX_block_size(3), EVP_CIPHER_CTX_key_length(3), EVP_CIPHER_CTX_iv_length(3), EVP_CIPHER_CTX_get_app_data(3), EVP_CIPHER_CTX_set_app_data(3), EVP_CIPHER_CTX_type(3), EVP_CIPHER_CTX_flags(3), EVP_CIPHER_CTX_mode(3), EVP_CIPHER_param_to_asn1(3), EVP_CIPHER_asn1_to_param(3), EVP_CIPHER_CTX_set_padding(3), EVP_enc_null(3)
- EVP cipher routines
- EVP_CIPHER_fetch(3ossl), EVP_CIPHER_up_ref(3ossl), EVP_CIPHER_free(3ossl), EVP_CIPHER_CTX_new(3ossl), EVP_CIPHER_CTX_reset(3ossl), EVP_CIPHER_CTX_free(3ossl), EVP_CIPHER_CTX_dup(3ossl), EVP_CIPHER_CTX_copy(3ossl), EVP_EncryptInit_ex(3ossl), EVP_EncryptInit_ex2(3ossl), EVP_EncryptUpdate(3ossl), EVP_EncryptFinal_ex(3ossl), EVP_DecryptInit_ex(3ossl), EVP_DecryptInit_ex2(3ossl), EVP_DecryptUpdate(3ossl), EVP_DecryptFinal_ex(3ossl), EVP_CipherInit_ex(3ossl), EVP_CipherInit_ex2(3ossl), EVP_CipherInit_SKEY(3ossl), EVP_CipherUpdate(3ossl), EVP_CipherFinal_ex(3ossl), EVP_CIPHER_CTX_set_key_length(3ossl), EVP_CIPHER_CTX_ctrl(3ossl), EVP_EncryptInit(3ossl), EVP_EncryptFinal(3ossl), EVP_DecryptInit(3ossl), EVP_DecryptFinal(3ossl), EVP_CipherInit(3ossl), EVP_CipherFinal(3ossl), EVP_Cipher(3ossl), EVP_CIPHER_can_pipeline(3ossl), EVP_CipherPipelineEncryptInit(3ossl), EVP_CipherPipelineDecryptInit(3ossl), EVP_CipherPipelineUpdate(3ossl), EVP_CipherPipelineFinal(3ossl), EVP_get_cipherbyname(3ossl), EVP_get_cipherbynid(3ossl), EVP_get_cipherbyobj(3ossl), EVP_CIPHER_is_a(3ossl), EVP_CIPHER_get0_name(3ossl), EVP_CIPHER_get0_description(3ossl), EVP_CIPHER_names_do_all(3ossl), EVP_CIPHER_get0_provider(3ossl), EVP_CIPHER_get_nid(3ossl), EVP_CIPHER_get_params(3ossl), EVP_CIPHER_gettable_params(3ossl), EVP_CIPHER_get_block_size(3ossl), EVP_CIPHER_get_key_length(3ossl), EVP_CIPHER_get_iv_length(3ossl), EVP_CIPHER_get_flags(3ossl), EVP_CIPHER_get_mode(3ossl), EVP_CIPHER_get_type(3ossl), EVP_CIPHER_CTX_cipher(3ossl), EVP_CIPHER_CTX_get0_cipher(3ossl), EVP_CIPHER_CTX_get1_cipher(3ossl), EVP_CIPHER_CTX_get0_name(3ossl), EVP_CIPHER_CTX_get_nid(3ossl), EVP_CIPHER_CTX_get_params(3ossl), EVP_CIPHER_gettable_ctx_params(3ossl), EVP_CIPHER_CTX_gettable_params(3ossl), EVP_CIPHER_CTX_set_params(3ossl), EVP_CIPHER_settable_ctx_params(3ossl), EVP_CIPHER_CTX_settable_params(3ossl), EVP_CIPHER_CTX_get_block_size(3ossl), EVP_CIPHER_CTX_get_key_length(3ossl), EVP_CIPHER_CTX_get_iv_length(3ossl), EVP_CIPHER_CTX_get_tag_length(3ossl), EVP_CIPHER_CTX_get_app_data(3ossl), EVP_CIPHER_CTX_set_app_data(3ossl), EVP_CIPHER_CTX_flags(3ossl), EVP_CIPHER_CTX_set_flags(3ossl), EVP_CIPHER_CTX_clear_flags(3ossl), EVP_CIPHER_CTX_test_flags(3ossl), EVP_CIPHER_CTX_get_type(3ossl), EVP_CIPHER_CTX_get_mode(3ossl), EVP_CIPHER_CTX_get_num(3ossl), EVP_CIPHER_CTX_set_num(3ossl), EVP_CIPHER_CTX_is_encrypting(3ossl), EVP_CIPHER_param_to_asn1(3ossl), EVP_CIPHER_asn1_to_param(3ossl), EVP_CIPHER_CTX_set_padding(3ossl), EVP_enc_null(3ossl), EVP_CIPHER_do_all_provided(3ossl), EVP_CIPHER_nid(3ossl), EVP_CIPHER_name(3ossl), EVP_CIPHER_block_size(3ossl), EVP_CIPHER_key_length(3ossl), EVP_CIPHER_iv_length(3ossl), EVP_CIPHER_flags(3ossl), EVP_CIPHER_mode(3ossl), EVP_CIPHER_type(3ossl), EVP_CIPHER_CTX_encrypting(3ossl), EVP_CIPHER_CTX_nid(3ossl), EVP_CIPHER_CTX_block_size(3ossl), EVP_CIPHER_CTX_key_length(3ossl), EVP_CIPHER_CTX_iv_length(3ossl), EVP_CIPHER_CTX_tag_length(3ossl), EVP_CIPHER_CTX_num(3ossl), EVP_CIPHER_CTX_type(3ossl), EVP_CIPHER_CTX_mode(3ossl)
- EVP cipher routines
- EVP_EC_gen(3ossl), EC_KEY_get_method(3ossl), EC_KEY_set_method(3ossl), EC_KEY_new_ex(3ossl), EC_KEY_new(3ossl), EC_KEY_get_flags(3ossl), EC_KEY_set_flags(3ossl), EC_KEY_clear_flags(3ossl), EC_KEY_new_by_curve_name_ex(3ossl), EC_KEY_new_by_curve_name(3ossl), EC_KEY_free(3ossl), EC_KEY_copy(3ossl), EC_KEY_dup(3ossl), EC_KEY_up_ref(3ossl), EC_KEY_get0_engine(3ossl), EC_KEY_get0_group(3ossl), EC_KEY_set_group(3ossl), EC_KEY_get0_private_key(3ossl), EC_KEY_set_private_key(3ossl), EC_KEY_get0_public_key(3ossl), EC_KEY_set_public_key(3ossl), EC_KEY_get_conv_form(3ossl), EC_KEY_set_conv_form(3ossl), EC_KEY_set_asn1_flag(3ossl), EC_KEY_decoded_from_explicit_params(3ossl), EC_KEY_precompute_mult(3ossl), EC_KEY_generate_key(3ossl), EC_KEY_check_key(3ossl), EC_KEY_set_public_key_affine_coordinates(3ossl), EC_KEY_oct2key(3ossl), EC_KEY_key2buf(3ossl), EC_KEY_oct2priv(3ossl), EC_KEY_priv2oct(3ossl), EC_KEY_priv2buf(3ossl)
- Functions for creating, destroying and manipulating EC_KEY objects
- EVP_ENCODE_CTX_new(3), EVP_ENCODE_CTX_free(3), EVP_ENCODE_CTX_copy(3), EVP_ENCODE_CTX_num(3), EVP_EncodeInit(3), EVP_EncodeUpdate(3), EVP_EncodeFinal(3), EVP_EncodeBlock(3), EVP_DecodeInit(3), EVP_DecodeUpdate(3), EVP_DecodeFinal(3), EVP_DecodeBlock(3)
- EVP base 64 encode/decode routines
- EVP_ENCODE_CTX_new(3ossl), EVP_ENCODE_CTX_free(3ossl), EVP_ENCODE_CTX_copy(3ossl), EVP_ENCODE_CTX_num(3ossl), EVP_EncodeInit(3ossl), EVP_EncodeUpdate(3ossl), EVP_EncodeFinal(3ossl), EVP_EncodeBlock(3ossl), EVP_DecodeInit(3ossl), EVP_DecodeUpdate(3ossl), EVP_DecodeFinal(3ossl), EVP_DecodeBlock(3ossl)
- EVP base64 encode/decode routines
- EVP_KDF(3ossl), EVP_KDF_fetch(3ossl), EVP_KDF_free(3ossl), EVP_KDF_up_ref(3ossl), EVP_KDF_CTX(3ossl), EVP_KDF_CTX_new(3ossl), EVP_KDF_CTX_free(3ossl), EVP_KDF_CTX_dup(3ossl), EVP_KDF_CTX_reset(3ossl), EVP_KDF_derive(3ossl), EVP_KDF_CTX_get_kdf_size(3ossl), EVP_KDF_get0_provider(3ossl), EVP_KDF_CTX_kdf(3ossl), EVP_KDF_is_a(3ossl), EVP_KDF_get0_name(3ossl), EVP_KDF_names_do_all(3ossl), EVP_KDF_get0_description(3ossl), EVP_KDF_CTX_get_params(3ossl), EVP_KDF_CTX_set_params(3ossl), EVP_KDF_do_all_provided(3ossl), EVP_KDF_get_params(3ossl), EVP_KDF_gettable_params(3ossl), EVP_KDF_gettable_ctx_params(3ossl), EVP_KDF_settable_ctx_params(3ossl), EVP_KDF_CTX_gettable_params(3ossl), EVP_KDF_CTX_settable_params(3ossl)
- EVP KDF routines
- EVP_KDF-HMAC-DRBG(7ossl)
- The HMAC DRBG DETERMINISTIC EVP_KDF implementation
- EVP_KEM_fetch(3ossl), EVP_KEM_free(3ossl), EVP_KEM_up_ref(3ossl), EVP_KEM_get0_name(3ossl), EVP_KEM_is_a(3ossl), EVP_KEM_get0_provider(3ossl), EVP_KEM_do_all_provided(3ossl), EVP_KEM_names_do_all(3ossl), EVP_KEM_get0_description(3ossl), EVP_KEM_gettable_ctx_params(3ossl), EVP_KEM_settable_ctx_params(3ossl)
- Functions to manage EVP_KEM algorithm objects
- EVP_KEYEXCH_fetch(3ossl), EVP_KEYEXCH_free(3ossl), EVP_KEYEXCH_up_ref(3ossl), EVP_KEYEXCH_get0_provider(3ossl), EVP_KEYEXCH_is_a(3ossl), EVP_KEYEXCH_do_all_provided(3ossl), EVP_KEYEXCH_names_do_all(3ossl), EVP_KEYEXCH_get0_name(3ossl), EVP_KEYEXCH_get0_description(3ossl), EVP_KEYEXCH_gettable_ctx_params(3ossl), EVP_KEYEXCH_settable_ctx_params(3ossl)
- Functions to manage EVP_KEYEXCH algorithm objects
- EVP_KEYMGMT(3ossl), EVP_KEYMGMT_fetch(3ossl), EVP_KEYMGMT_up_ref(3ossl), EVP_KEYMGMT_free(3ossl), EVP_KEYMGMT_get0_provider(3ossl), EVP_KEYMGMT_is_a(3ossl), EVP_KEYMGMT_get0_description(3ossl), EVP_KEYMGMT_get0_name(3ossl), EVP_KEYMGMT_do_all_provided(3ossl), EVP_KEYMGMT_names_do_all(3ossl), EVP_KEYMGMT_gettable_params(3ossl), EVP_KEYMGMT_settable_params(3ossl), EVP_KEYMGMT_gen_gettable_params(3ossl), EVP_KEYMGMT_gen_settable_params(3ossl)
- EVP key management routines
- EVP_MAC(3ossl), EVP_MAC_fetch(3ossl), EVP_MAC_up_ref(3ossl), EVP_MAC_free(3ossl), EVP_MAC_is_a(3ossl), EVP_MAC_get0_name(3ossl), EVP_MAC_names_do_all(3ossl), EVP_MAC_get0_description(3ossl), EVP_MAC_get0_provider(3ossl), EVP_MAC_get_params(3ossl), EVP_MAC_gettable_params(3ossl), EVP_MAC_CTX(3ossl), EVP_MAC_CTX_new(3ossl), EVP_MAC_CTX_free(3ossl), EVP_MAC_CTX_dup(3ossl), EVP_MAC_CTX_get0_mac(3ossl), EVP_MAC_CTX_get_params(3ossl), EVP_MAC_CTX_set_params(3ossl), EVP_MAC_CTX_get_mac_size(3ossl), EVP_MAC_CTX_get_block_size(3ossl), EVP_Q_mac(3ossl), EVP_MAC_init(3ossl), EVP_MAC_init_SKEY(3ossl), EVP_MAC_update(3ossl), EVP_MAC_final(3ossl), EVP_MAC_finalXOF(3ossl), EVP_MAC_gettable_ctx_params(3ossl), EVP_MAC_settable_ctx_params(3ossl), EVP_MAC_CTX_gettable_params(3ossl), EVP_MAC_CTX_settable_params(3ossl), EVP_MAC_do_all_provided(3ossl)
- EVP MAC routines
- EVP_MD_fetch(3ossl), EVP_MD_up_ref(3ossl), EVP_MD_free(3ossl), EVP_MD_get_params(3ossl), EVP_MD_gettable_params(3ossl), EVP_MD_CTX_new(3ossl), EVP_MD_CTX_reset(3ossl), EVP_MD_CTX_free(3ossl), EVP_MD_CTX_dup(3ossl), EVP_MD_CTX_copy(3ossl), EVP_MD_CTX_copy_ex(3ossl), EVP_MD_CTX_ctrl(3ossl), EVP_MD_CTX_set_params(3ossl), EVP_MD_CTX_get_params(3ossl), EVP_MD_settable_ctx_params(3ossl), EVP_MD_gettable_ctx_params(3ossl), EVP_MD_CTX_settable_params(3ossl), EVP_MD_CTX_gettable_params(3ossl), EVP_MD_CTX_set_flags(3ossl), EVP_MD_CTX_clear_flags(3ossl), EVP_MD_CTX_test_flags(3ossl), EVP_Q_digest(3ossl), EVP_Digest(3ossl), EVP_DigestInit_ex2(3ossl), EVP_DigestInit_ex(3ossl), EVP_DigestInit(3ossl), EVP_DigestUpdate(3ossl), EVP_DigestFinal_ex(3ossl), EVP_DigestFinalXOF(3ossl), EVP_DigestFinal(3ossl), EVP_DigestSqueeze(3ossl), EVP_MD_is_a(3ossl), EVP_MD_get0_name(3ossl), EVP_MD_get0_description(3ossl), EVP_MD_names_do_all(3ossl), EVP_MD_get0_provider(3ossl), EVP_MD_get_type(3ossl), EVP_MD_get_pkey_type(3ossl), EVP_MD_get_size(3ossl), EVP_MD_get_block_size(3ossl), EVP_MD_get_flags(3ossl), EVP_MD_CTX_get0_name(3ossl), EVP_MD_CTX_md(3ossl), EVP_MD_CTX_get0_md(3ossl), EVP_MD_CTX_get1_md(3ossl), EVP_MD_CTX_get_type(3ossl), EVP_MD_CTX_get_size_ex(3ossl), EVP_MD_CTX_get_block_size(3ossl), EVP_MD_CTX_get0_md_data(3ossl), EVP_MD_CTX_update_fn(3ossl), EVP_MD_CTX_set_update_fn(3ossl), EVP_md_null(3ossl), EVP_get_digestbyname(3ossl), EVP_get_digestbynid(3ossl), EVP_get_digestbyobj(3ossl), EVP_MD_CTX_get_pkey_ctx(3ossl), EVP_MD_CTX_set_pkey_ctx(3ossl), EVP_MD_do_all_provided(3ossl), EVP_MD_type(3ossl), EVP_MD_nid(3ossl), EVP_MD_name(3ossl), EVP_MD_pkey_type(3ossl), EVP_MD_size(3ossl), EVP_MD_block_size(3ossl), EVP_MD_flags(3ossl), EVP_MD_xof(3ossl), EVP_MD_CTX_size(3ossl), EVP_MD_CTX_get_size(3ossl), EVP_MD_CTX_block_size(3ossl), EVP_MD_CTX_type(3ossl), EVP_MD_CTX_pkey_ctx(3ossl), EVP_MD_CTX_md_data(3ossl)
- EVP digest routines
- EVP_OpenInit(3), EVP_OpenUpdate(3), EVP_OpenFinal(3)
- EVP envelope decryption
- EVP_OpenInit(3ossl), EVP_OpenUpdate(3ossl), EVP_OpenFinal(3ossl)
- EVP envelope decryption
- EVP_PKEY_CTX_ctrl(3), EVP_PKEY_CTX_ctrl_str(3), EVP_PKEY_CTX_ctrl_uint64(3), EVP_PKEY_CTX_md(3), EVP_PKEY_CTX_set_signature_md(3), EVP_PKEY_CTX_get_signature_md(3), EVP_PKEY_CTX_set_mac_key(3), EVP_PKEY_CTX_set_rsa_padding(3), EVP_PKEY_CTX_get_rsa_padding(3), EVP_PKEY_CTX_set_rsa_pss_saltlen(3), EVP_PKEY_CTX_get_rsa_pss_saltlen(3), EVP_PKEY_CTX_set_rsa_keygen_bits(3), EVP_PKEY_CTX_set_rsa_keygen_pubexp(3), EVP_PKEY_CTX_set_rsa_keygen_primes(3), EVP_PKEY_CTX_set_rsa_mgf1_md(3), EVP_PKEY_CTX_get_rsa_mgf1_md(3), EVP_PKEY_CTX_set_rsa_oaep_md(3), EVP_PKEY_CTX_get_rsa_oaep_md(3), EVP_PKEY_CTX_set0_rsa_oaep_label(3), EVP_PKEY_CTX_get0_rsa_oaep_label(3), EVP_PKEY_CTX_set_dsa_paramgen_bits(3), EVP_PKEY_CTX_set_dsa_paramgen_q_bits(3), EVP_PKEY_CTX_set_dsa_paramgen_md(3), EVP_PKEY_CTX_set_dh_paramgen_prime_len(3), EVP_PKEY_CTX_set_dh_paramgen_subprime_len(3), EVP_PKEY_CTX_set_dh_paramgen_generator(3), EVP_PKEY_CTX_set_dh_paramgen_type(3), EVP_PKEY_CTX_set_dh_rfc5114(3), EVP_PKEY_CTX_set_dhx_rfc5114(3), EVP_PKEY_CTX_set_dh_pad(3), EVP_PKEY_CTX_set_dh_nid(3), EVP_PKEY_CTX_set_dh_kdf_type(3), EVP_PKEY_CTX_get_dh_kdf_type(3), EVP_PKEY_CTX_set0_dh_kdf_oid(3), EVP_PKEY_CTX_get0_dh_kdf_oid(3), EVP_PKEY_CTX_set_dh_kdf_md(3), EVP_PKEY_CTX_get_dh_kdf_md(3), EVP_PKEY_CTX_set_dh_kdf_outlen(3), EVP_PKEY_CTX_get_dh_kdf_outlen(3), EVP_PKEY_CTX_set0_dh_kdf_ukm(3), EVP_PKEY_CTX_get0_dh_kdf_ukm(3), EVP_PKEY_CTX_set_ec_paramgen_curve_nid(3), EVP_PKEY_CTX_set_ec_param_enc(3), EVP_PKEY_CTX_set_ecdh_cofactor_mode(3), EVP_PKEY_CTX_get_ecdh_cofactor_mode(3), EVP_PKEY_CTX_set_ecdh_kdf_type(3), EVP_PKEY_CTX_get_ecdh_kdf_type(3), EVP_PKEY_CTX_set_ecdh_kdf_md(3), EVP_PKEY_CTX_get_ecdh_kdf_md(3), EVP_PKEY_CTX_set_ecdh_kdf_outlen(3), EVP_PKEY_CTX_get_ecdh_kdf_outlen(3), EVP_PKEY_CTX_set0_ecdh_kdf_ukm(3), EVP_PKEY_CTX_get0_ecdh_kdf_ukm(3), EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), EVP_PKEY_CTX_get1_id_len(3)
- algorithm specific control operations
- EVP_PKEY_CTX_ctrl(3ossl), EVP_PKEY_CTX_ctrl_str(3ossl), EVP_PKEY_CTX_ctrl_uint64(3ossl), EVP_PKEY_CTX_md(3ossl), EVP_PKEY_CTX_set_signature_md(3ossl), EVP_PKEY_CTX_get_signature_md(3ossl), EVP_PKEY_CTX_set_mac_key(3ossl), EVP_PKEY_CTX_set_group_name(3ossl), EVP_PKEY_CTX_get_group_name(3ossl), EVP_PKEY_CTX_set_rsa_padding(3ossl), EVP_PKEY_CTX_get_rsa_padding(3ossl), EVP_PKEY_CTX_set_rsa_pss_saltlen(3ossl), EVP_PKEY_CTX_get_rsa_pss_saltlen(3ossl), EVP_PKEY_CTX_set_rsa_keygen_bits(3ossl), EVP_PKEY_CTX_set_rsa_keygen_pubexp(3ossl), EVP_PKEY_CTX_set1_rsa_keygen_pubexp(3ossl), EVP_PKEY_CTX_set_rsa_keygen_primes(3ossl), EVP_PKEY_CTX_set_rsa_mgf1_md_name(3ossl), EVP_PKEY_CTX_set_rsa_mgf1_md(3ossl), EVP_PKEY_CTX_get_rsa_mgf1_md(3ossl), EVP_PKEY_CTX_get_rsa_mgf1_md_name(3ossl), EVP_PKEY_CTX_set_rsa_oaep_md_name(3ossl), EVP_PKEY_CTX_set_rsa_oaep_md(3ossl), EVP_PKEY_CTX_get_rsa_oaep_md(3ossl), EVP_PKEY_CTX_get_rsa_oaep_md_name(3ossl), EVP_PKEY_CTX_set0_rsa_oaep_label(3ossl), EVP_PKEY_CTX_get0_rsa_oaep_label(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_bits(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_q_bits(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_md(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_md_props(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_gindex(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_type(3ossl), EVP_PKEY_CTX_set_dsa_paramgen_seed(3ossl), EVP_PKEY_CTX_set_dh_paramgen_prime_len(3ossl), EVP_PKEY_CTX_set_dh_paramgen_subprime_len(3ossl), EVP_PKEY_CTX_set_dh_paramgen_generator(3ossl), EVP_PKEY_CTX_set_dh_paramgen_type(3ossl), EVP_PKEY_CTX_set_dh_paramgen_gindex(3ossl), EVP_PKEY_CTX_set_dh_paramgen_seed(3ossl), EVP_PKEY_CTX_set_dh_rfc5114(3ossl), EVP_PKEY_CTX_set_dhx_rfc5114(3ossl), EVP_PKEY_CTX_set_dh_pad(3ossl), EVP_PKEY_CTX_set_dh_nid(3ossl), EVP_PKEY_CTX_set_dh_kdf_type(3ossl), EVP_PKEY_CTX_get_dh_kdf_type(3ossl), EVP_PKEY_CTX_set0_dh_kdf_oid(3ossl), EVP_PKEY_CTX_get0_dh_kdf_oid(3ossl), EVP_PKEY_CTX_set_dh_kdf_md(3ossl), EVP_PKEY_CTX_get_dh_kdf_md(3ossl), EVP_PKEY_CTX_set_dh_kdf_outlen(3ossl), EVP_PKEY_CTX_get_dh_kdf_outlen(3ossl), EVP_PKEY_CTX_set0_dh_kdf_ukm(3ossl), EVP_PKEY_CTX_get0_dh_kdf_ukm(3ossl), EVP_PKEY_CTX_set_ec_paramgen_curve_nid(3ossl), EVP_PKEY_CTX_set_ec_param_enc(3ossl), EVP_PKEY_CTX_set_ecdh_cofactor_mode(3ossl), EVP_PKEY_CTX_get_ecdh_cofactor_mode(3ossl), EVP_PKEY_CTX_set_ecdh_kdf_type(3ossl), EVP_PKEY_CTX_get_ecdh_kdf_type(3ossl), EVP_PKEY_CTX_set_ecdh_kdf_md(3ossl), EVP_PKEY_CTX_get_ecdh_kdf_md(3ossl), EVP_PKEY_CTX_set_ecdh_kdf_outlen(3ossl), EVP_PKEY_CTX_get_ecdh_kdf_outlen(3ossl), EVP_PKEY_CTX_set0_ecdh_kdf_ukm(3ossl), EVP_PKEY_CTX_get0_ecdh_kdf_ukm(3ossl), EVP_PKEY_CTX_set1_id(3ossl), EVP_PKEY_CTX_get1_id(3ossl), EVP_PKEY_CTX_get1_id_len(3ossl), EVP_PKEY_CTX_set_kem_op(3ossl)
- algorithm specific control operations
- EVP_PKEY_CTX_get0_libctx(3ossl), EVP_PKEY_CTX_get0_propq(3ossl), EVP_PKEY_CTX_get0_provider(3ossl)
- functions for getting diverse information from an EVP_PKEY_CTX
- EVP_PKEY_CTX_set_hkdf_md(3), EVP_PKEY_CTX_set1_hkdf_salt(3), EVP_PKEY_CTX_set1_hkdf_key(3), EVP_PKEY_CTX_add1_hkdf_info(3), EVP_PKEY_CTX_hkdf_mode(3)
- HMAC-based Extract-and-Expand key derivation algorithm
- EVP_PKEY_CTX_set_hkdf_md(3ossl), EVP_PKEY_CTX_set1_hkdf_salt(3ossl), EVP_PKEY_CTX_set1_hkdf_key(3ossl), EVP_PKEY_CTX_add1_hkdf_info(3ossl), EVP_PKEY_CTX_set_hkdf_mode(3ossl)
- HMAC-based Extract-and-Expand key derivation algorithm
- EVP_PKEY_CTX_set_params(3ossl), EVP_PKEY_CTX_settable_params(3ossl), EVP_PKEY_CTX_get_params(3ossl), EVP_PKEY_CTX_gettable_params(3ossl)
- provider parameter passing operations
- EVP_PKEY_CTX_set_tls1_prf_md(3), EVP_PKEY_CTX_set1_tls1_prf_secret(3), EVP_PKEY_CTX_add1_tls1_prf_seed(3)
- TLS PRF key derivation algorithm
- EVP_PKEY_CTX_set_tls1_prf_md(3ossl), EVP_PKEY_CTX_set1_tls1_prf_secret(3ossl), EVP_PKEY_CTX_add1_tls1_prf_seed(3ossl)
- TLS PRF key derivation algorithm
- EVP_PKEY_decapsulate_init(3ossl), EVP_PKEY_auth_decapsulate_init(3ossl), EVP_PKEY_decapsulate(3ossl)
- Key decapsulation using a KEM algorithm with a private key
- EVP_PKEY_decrypt_init(3), EVP_PKEY_decrypt(3)
- decrypt using a public key algorithm
- EVP_PKEY_decrypt_init(3ossl), EVP_PKEY_decrypt_init_ex(3ossl), EVP_PKEY_decrypt(3ossl)
- decrypt using a public key algorithm
- EVP_PKEY_derive_init(3), EVP_PKEY_derive_set_peer(3), EVP_PKEY_derive(3)
- derive public key algorithm shared secret
- EVP_PKEY_derive_init(3ossl), EVP_PKEY_derive_init_ex(3ossl), EVP_PKEY_derive_set_peer_ex(3ossl), EVP_PKEY_derive_set_peer(3ossl), EVP_PKEY_derive(3ossl)
- derive public key algorithm shared secret
- EVP_PKEY_get_attr(3ossl), EVP_PKEY_get_attr_count(3ossl), EVP_PKEY_get_attr_by_NID(3ossl), EVP_PKEY_get_attr_by_OBJ(3ossl), EVP_PKEY_delete_attr(3ossl), EVP_PKEY_add1_attr(3ossl), EVP_PKEY_add1_attr_by_OBJ(3ossl), EVP_PKEY_add1_attr_by_NID(3ossl), EVP_PKEY_add1_attr_by_txt(3ossl)
- EVP_PKEY X509_ATTRIBUTE functions
- EVP_PKEY_get_default_digest_nid(3)
- get default signature digest
- EVP_PKEY_get_default_digest_nid(3ossl), EVP_PKEY_get_default_digest_name(3ossl)
- get default signature digest
- EVP_PKEY_is_a(3ossl), EVP_PKEY_can_sign(3ossl), EVP_PKEY_type_names_do_all(3ossl), EVP_PKEY_get0_type_name(3ossl), EVP_PKEY_get0_description(3ossl), EVP_PKEY_get0_provider(3ossl)
- key type and capabilities functions
- EVP_PKEY_meth_new(3), EVP_PKEY_meth_free(3), EVP_PKEY_meth_copy(3), EVP_PKEY_meth_find(3), EVP_PKEY_meth_add0(3), EVP_PKEY_METHOD(3), EVP_PKEY_meth_set_init(3), EVP_PKEY_meth_set_copy(3), EVP_PKEY_meth_set_cleanup(3), EVP_PKEY_meth_set_paramgen(3), EVP_PKEY_meth_set_keygen(3), EVP_PKEY_meth_set_sign(3), EVP_PKEY_meth_set_verify(3), EVP_PKEY_meth_set_verify_recover(3), EVP_PKEY_meth_set_signctx(3), EVP_PKEY_meth_set_verifyctx(3), EVP_PKEY_meth_set_encrypt(3), EVP_PKEY_meth_set_decrypt(3), EVP_PKEY_meth_set_derive(3), EVP_PKEY_meth_set_ctrl(3), EVP_PKEY_meth_set_digestsign(3), EVP_PKEY_meth_set_digestverify(3), EVP_PKEY_meth_set_check(3), EVP_PKEY_meth_set_public_check(3), EVP_PKEY_meth_set_param_check(3), EVP_PKEY_meth_set_digest_custom(3), EVP_PKEY_meth_get_init(3), EVP_PKEY_meth_get_copy(3), EVP_PKEY_meth_get_cleanup(3), EVP_PKEY_meth_get_paramgen(3), EVP_PKEY_meth_get_keygen(3), EVP_PKEY_meth_get_sign(3), EVP_PKEY_meth_get_verify(3), EVP_PKEY_meth_get_verify_recover(3), EVP_PKEY_meth_get_signctx(3), EVP_PKEY_meth_get_verifyctx(3), EVP_PKEY_meth_get_encrypt(3), EVP_PKEY_meth_get_decrypt(3), EVP_PKEY_meth_get_derive(3), EVP_PKEY_meth_get_ctrl(3), EVP_PKEY_meth_get_digestsign(3), EVP_PKEY_meth_get_digestverify(3), EVP_PKEY_meth_get_check(3), EVP_PKEY_meth_get_public_check(3), EVP_PKEY_meth_get_param_check(3), EVP_PKEY_meth_get_digest_custom(3), EVP_PKEY_meth_remove(3)
- manipulating EVP_PKEY_METHOD structure
- EVP_PKEY_meth_new(3ossl), EVP_PKEY_meth_free(3ossl), EVP_PKEY_meth_copy(3ossl), EVP_PKEY_meth_find(3ossl), EVP_PKEY_meth_add0(3ossl), EVP_PKEY_METHOD(3ossl), EVP_PKEY_meth_set_init(3ossl), EVP_PKEY_meth_set_copy(3ossl), EVP_PKEY_meth_set_cleanup(3ossl), EVP_PKEY_meth_set_paramgen(3ossl), EVP_PKEY_meth_set_keygen(3ossl), EVP_PKEY_meth_set_sign(3ossl), EVP_PKEY_meth_set_verify(3ossl), EVP_PKEY_meth_set_verify_recover(3ossl), EVP_PKEY_meth_set_signctx(3ossl), EVP_PKEY_meth_set_verifyctx(3ossl), EVP_PKEY_meth_set_encrypt(3ossl), EVP_PKEY_meth_set_decrypt(3ossl), EVP_PKEY_meth_set_derive(3ossl), EVP_PKEY_meth_set_ctrl(3ossl), EVP_PKEY_meth_set_digestsign(3ossl), EVP_PKEY_meth_set_digestverify(3ossl), EVP_PKEY_meth_set_check(3ossl), EVP_PKEY_meth_set_public_check(3ossl), EVP_PKEY_meth_set_param_check(3ossl), EVP_PKEY_meth_set_digest_custom(3ossl), EVP_PKEY_meth_get_init(3ossl), EVP_PKEY_meth_get_copy(3ossl), EVP_PKEY_meth_get_cleanup(3ossl), EVP_PKEY_meth_get_paramgen(3ossl), EVP_PKEY_meth_get_keygen(3ossl), EVP_PKEY_meth_get_sign(3ossl), EVP_PKEY_meth_get_verify(3ossl), EVP_PKEY_meth_get_verify_recover(3ossl), EVP_PKEY_meth_get_signctx(3ossl), EVP_PKEY_meth_get_verifyctx(3ossl), EVP_PKEY_meth_get_encrypt(3ossl), EVP_PKEY_meth_get_decrypt(3ossl), EVP_PKEY_meth_get_derive(3ossl), EVP_PKEY_meth_get_ctrl(3ossl), EVP_PKEY_meth_get_digestsign(3ossl), EVP_PKEY_meth_get_digestverify(3ossl), EVP_PKEY_meth_get_check(3ossl), EVP_PKEY_meth_get_public_check(3ossl), EVP_PKEY_meth_get_param_check(3ossl), EVP_PKEY_meth_get_digest_custom(3ossl), EVP_PKEY_meth_remove(3ossl)
- manipulating EVP_PKEY_METHOD structure
- EVP_PKEY_set1_encoded_public_key(3ossl), EVP_PKEY_get1_encoded_public_key(3ossl), EVP_PKEY_set1_tls_encodedpoint(3ossl), EVP_PKEY_get1_tls_encodedpoint(3ossl)
- functions to set and get public key data within an EVP_PKEY
- EVP_RAND(3ossl), EVP_RAND_fetch(3ossl), EVP_RAND_free(3ossl), EVP_RAND_up_ref(3ossl), EVP_RAND_CTX(3ossl), EVP_RAND_CTX_new(3ossl), EVP_RAND_CTX_free(3ossl), EVP_RAND_CTX_up_ref(3ossl), EVP_RAND_instantiate(3ossl), EVP_RAND_uninstantiate(3ossl), EVP_RAND_generate(3ossl), EVP_RAND_reseed(3ossl), EVP_RAND_nonce(3ossl), EVP_RAND_enable_locking(3ossl), EVP_RAND_verify_zeroization(3ossl), EVP_RAND_get_strength(3ossl), EVP_RAND_get_state(3ossl), EVP_RAND_get0_provider(3ossl), EVP_RAND_CTX_get0_rand(3ossl), EVP_RAND_is_a(3ossl), EVP_RAND_get0_name(3ossl), EVP_RAND_names_do_all(3ossl), EVP_RAND_get0_description(3ossl), EVP_RAND_CTX_get_params(3ossl), EVP_RAND_CTX_set_params(3ossl), EVP_RAND_do_all_provided(3ossl), EVP_RAND_get_params(3ossl), EVP_RAND_gettable_ctx_params(3ossl), EVP_RAND_settable_ctx_params(3ossl), EVP_RAND_CTX_gettable_params(3ossl), EVP_RAND_CTX_settable_params(3ossl), EVP_RAND_gettable_params(3ossl), EVP_RAND_STATE_UNINITIALISED(3ossl), EVP_RAND_STATE_READY(3ossl), EVP_RAND_STATE_ERROR(3ossl)
- EVP RAND routines
- EVP_SIGNATURE(3ossl), EVP_SIGNATURE_fetch(3ossl), EVP_SIGNATURE_free(3ossl), EVP_SIGNATURE_up_ref(3ossl), EVP_SIGNATURE_is_a(3ossl), EVP_SIGNATURE_get0_provider(3ossl), EVP_SIGNATURE_do_all_provided(3ossl), EVP_SIGNATURE_names_do_all(3ossl), EVP_SIGNATURE_get0_name(3ossl), EVP_SIGNATURE_get0_description(3ossl), EVP_SIGNATURE_gettable_ctx_params(3ossl), EVP_SIGNATURE_settable_ctx_params(3ossl)
- Functions to manage EVP_SIGNATURE algorithm objects
- EVP_SKEY(3ossl), EVP_SKEY_generate(3ossl), EVP_SKEY_import(3ossl), EVP_SKEY_import_raw_key(3ossl), EVP_SKEY_up_ref(3ossl), EVP_SKEY_export(3ossl), EVP_SKEY_get0_raw_key(3ossl), EVP_SKEY_get0_key_id(3ossl), EVP_SKEY_get0_skeymgmt_name(3ossl), EVP_SKEY_get0_provider_name(3ossl), EVP_SKEY_free(3ossl), EVP_SKEY_is_a(3ossl), EVP_SKEY_to_provider(3ossl)
- opaque symmetric key allocation and handling functions
- EVP_SKEYMGMT(3ossl), EVP_SKEYMGMT_fetch(3ossl), EVP_SKEYMGMT_up_ref(3ossl), EVP_SKEYMGMT_free(3ossl), EVP_SKEYMGMT_get0_provider(3ossl), EVP_SKEYMGMT_is_a(3ossl), EVP_SKEYMGMT_get0_description(3ossl), EVP_SKEYMGMT_get0_name(3ossl), EVP_SKEYMGMT_do_all_provided(3ossl), EVP_SKEYMGMT_names_do_all(3ossl), EVP_SKEYMGMT_get0_gen_settable_params(3ossl), EVP_SKEYMGMT_get0_imp_settable_params(3ossl)
- EVP key management routines for opaque symmetric keys
- EVP_des_cbc(3), EVP_des_cfb(3), EVP_des_cfb1(3), EVP_des_cfb8(3), EVP_des_cfb64(3), EVP_des_ecb(3), EVP_des_ofb(3), EVP_des_ede(3), EVP_des_ede_cbc(3), EVP_des_ede_cfb(3), EVP_des_ede_cfb64(3), EVP_des_ede_ecb(3), EVP_des_ede_ofb(3), EVP_des_ede3(3), EVP_des_ede3_cbc(3), EVP_des_ede3_cfb(3), EVP_des_ede3_cfb1(3), EVP_des_ede3_cfb8(3), EVP_des_ede3_cfb64(3), EVP_des_ede3_ecb(3), EVP_des_ede3_ofb(3), EVP_des_ede3_wrap(3)
- EVP DES cipher
- EVP_des_cbc(3ossl), EVP_des_cfb(3ossl), EVP_des_cfb1(3ossl), EVP_des_cfb8(3ossl), EVP_des_cfb64(3ossl), EVP_des_ecb(3ossl), EVP_des_ofb(3ossl), EVP_des_ede(3ossl), EVP_des_ede_cbc(3ossl), EVP_des_ede_cfb(3ossl), EVP_des_ede_cfb64(3ossl), EVP_des_ede_ecb(3ossl), EVP_des_ede_ofb(3ossl), EVP_des_ede3(3ossl), EVP_des_ede3_cbc(3ossl), EVP_des_ede3_cfb(3ossl), EVP_des_ede3_cfb1(3ossl), EVP_des_ede3_cfb8(3ossl), EVP_des_ede3_cfb64(3ossl), EVP_des_ede3_ecb(3ossl), EVP_des_ede3_ofb(3ossl), EVP_des_ede3_wrap(3ossl)
- EVP DES cipher
- EVP_desx_cbc(3)
- EVP DES-X cipher
- EVP_desx_cbc(3ossl)
- EVP DES-X cipher
- EVP_idea_cbc(3), EVP_idea_cfb(3), EVP_idea_cfb64(3), EVP_idea_ecb(3), EVP_idea_ofb(3)
- EVP IDEA cipher
- EVP_idea_cbc(3ossl), EVP_idea_cfb(3ossl), EVP_idea_cfb64(3ossl), EVP_idea_ecb(3ossl), EVP_idea_ofb(3ossl)
- EVP IDEA cipher
- EVP_set_default_properties(3ossl), EVP_default_properties_enable_fips(3ossl), EVP_default_properties_is_fips_enabled(3ossl), EVP_get1_default_properties(3ossl)
- manage default properties for future algorithm fetches
- Ephemeron.GenHashTable(3o)
- Hash tables on generic containers with notion of death and aliveness
- Ephemeron.GenHashTable.MakeSeeded(3o)
- Functor building an implementation of an hash table that use the container for keeping the information given
- Ephemeron.K1.Bucket(3o)
- no description
- Ephemeron.K1.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.K2.Bucket(3o)
- no description
- Ephemeron.K2.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.Kn.Bucket(3o)
- no description
- Ephemeron.Kn.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.SeededS(3o)
- The output signature of the functors Ephemeron.K1.MakeSeeded and Ephemeron.K2.MakeSeeded
- ExperimentFile(3), exp_read_info (3), exp_fread_info (3), exp_create_info (3), exp_destroy_info (3), exp_create_range (3), exp_extract_range (3), exp_get_feature_index (3), exp_get_int (3), exp_get_rng (3), exp_get_str (3), exp_put_int (3), exp_put_rng (3), exp_put_str (3), exp_print_line (3), exp_print_seq (3), exp_print_file (3), opos2str (3), str2opos (3), conf2str (3), str2conf(3)
- Manipulations of the Experiment File format "exp_read_info()" "" "exp_read_info()" "exp_fread_info()" "" "exp_fread_info()" "exp_create_info()" "" "exp_create_info()" "exp_destroy_info()" "" "exp_destroy_info()" "exp_create_range()" "" "exp_create_range()" "exp_extract_range()" "" "exp_extract_range()" "exp_get_feature_index()" "" "exp_get_feature_index()" "exp_get_int()" "" "exp_get_int()" "exp_get_rng()" "" "exp_get_rng()" "exp_get_str()" "" "exp_get_str()" "exp_put_int()" "" "exp_put_int()" "exp_put_rng()" "" "exp_put_rng()" "exp_put_str()" "" "exp_put_str()" "exp_print_line()" "" "exp_print_line()" "exp_print_seq()" "" "exp_print_seq()" "exp_print_file()" "" "exp_print_file()" "opos2str()" "" "opos2str()" "str2opos()" "" "str2opos()" "conf2str()" "" "conf2str()" "str2conf()" "" "str2conf()"
- FTimes::EadRoutines(3)
- Home for various encoder and decoder routines
- FcAtomicDeleteNew(3)
- delete new file
- FcAtomicDestroy(3)
- destroy an FcAtomic object
- FcBlanksDestroy(3)
- Destroy and FcBlanks
- FcCharSetCoverage(3)
- DEPRECATED return coverage for a Unicode page
- FcCharSetDelChar(3)
- Delete a character from a charset
- FcCharSetDestroy(3)
- Destroy a character set
- FcCharSetNew(3)
- DEPRECATED alias for FcCharSetCreate
- FcConfigDestroy(3)
- Destroy a configuration
- FcConfigGetCache(3)
- DEPRECATED used to return per-user cache filename
- FcConfigSetCurrent(3)
- Set configuration as default
- FcDefaultSubstitute(3)
- Perform default substitutions in a pattern
- FcDirCacheDeleteUUID(3)
- Delete .uuid file
- FcDirSave(3)
- DEPRECATED: formerly used to save a directory cache
- FcFontRenderPrepare(3)
- Prepare pattern for loading font file
- FcFontSetDestroy(3)
- Destroy a font set
- FcFontSetSortDestroy(3)
- DEPRECATED destroy a font set
- FcFreeTypeCharIndex(3)
- map Unicode to glyph id
- FcFreeTypeCharSet(3)
- compute Unicode coverage
- FcFreeTypeCharSetAndSpacing(3)
- compute Unicode coverage and spacing type
- FcFreeTypeQuery(3)
- compute pattern from font file (and index)
- FcFreeTypeQueryAll(3)
- compute all patterns from font file (and index)
- FcGetDefaultLangs(3)
- Get the default languages list
- FcInitBringUptoDate(3)
- reload configuration files if needed
- FcLangSetDel(3)
- delete a language from a langset
- FcLangSetDestroy(3)
- destroy a langset object
- FcObjectSetDestroy(3)
- Destroy an object set
- FcPatternDel(3)
- Delete a property from a pattern
- FcPatternDestroy(3)
- Destroy a pattern
- FcPatternPrint(3)
- Print a pattern for debugging
- FcRangeDestroy(3)
- destroy a range object
- FcStrListDone(3)
- destroy a string iterator
- FcStrSetDel(3)
- delete from a string set
- FcStrSetDestroy(3)
- destroy a string set
- FcUtf16Len(3)
- count UTF-16 encoded chars
- FcUtf8Len(3)
- count UTF-8 encoded chars
- FcValueDestroy(3)
- Free a value
- FeelWindowBox(1x)
- defines placement policy for certain type of windows, based on desk, window attributes, window size, etc. Useful for xinerama configurations, where windows should not be placed in between screens
- FvwmIdent(1)
- the Fvwm identify-window module
- FvwmMFL(1)
- the Fvwm3 front-loader module
- GENLIB_DEF_AB(3)
- define a new abutment box to the current layout cell
- GENLIB_DEF_LOFIG(3)
- open a netlist model as current figure
- GENLIB_DEF_PHFIG(3)
- open a layout model as current figure
- GENLIB_DEF_PHINS(3)
- define a new reference instance
- GENLIB_DEF_PHSC(3)
- load a netlist and open a layout model as current figure
- GENLIB_HEIGHT(3)
- compute the height of a model
- GENLIB_LOSIG(3)
- declare an internal logical signal, or a vector of internal logical signals
- GENLIB_PLACE_BOTTOM(3)
- place a physical instance in the current figure under the "reference instance"
- GENLIB_REVERSE_PHCON(3)
- reverse the order of physical connectors on a bus
- GFX_MODE(3)
- Stores video mode information. Allegro game programming library
- GFX_MODE_LIST(3)
- Stores an array of GFX_MODE structures. Allegro game programming library
- GRANT(7)
- define access privileges
- Gaussian1dModels(1)
- Example of Gaussian Short Rate Model for Interest Rate Derivatives
- GeodSolve(1)
- -- perform geodesic calculations
- GeodesicProj(1)
- -- perform projections based on geodesics
- GeoidEval(1)
- -- look up geoid heights
- HMAC(3), HMAC_CTX_new(3), HMAC_CTX_reset(3), HMAC_CTX_free(3), HMAC_Init(3), HMAC_Init_ex(3), HMAC_Update(3), HMAC_Final(3), HMAC_CTX_copy(3), HMAC_CTX_set_flags(3), HMAC_CTX_get_md(3), HMAC_size(3)
- HMAC message authentication code
- HMAC(3ossl), HMAC_CTX_new(3ossl), HMAC_CTX_reset(3ossl), HMAC_CTX_free(3ossl), HMAC_Init(3ossl), HMAC_Init_ex(3ossl), HMAC_Update(3ossl), HMAC_Final(3ossl), HMAC_CTX_copy(3ossl), HMAC_CTX_set_flags(3ossl), HMAC_CTX_get_md(3ossl), HMAC_size(3ossl)
- HMAC message authentication code
- HPL_dlamch(3)
- determines machine-specific arithmetic constants
- HPL_indxg2l(3)
- Map a global index into a local one
- HPL_indxg2lp(3)
- Map a local index into a global one
- HPL_indxg2p(3)
- Map a global index into a process coordinate
- HPL_indxl2g(3)
- Map a index-process pair into a global index
- HPL_infog2l(3)
- global to local index translation
- HPL_logsort(3)
- Sort the processes in logarithmic order
- HPL_pdlamch(3)
- determines machine-specific arithmetic constants
- HPL_pdpanel_disp(3)
- Deallocate a panel data structure
- HPL_pdpanel_free(3)
- Deallocate the panel ressources
- HPL_perm(3)
- Combine 2 index arrays - Generate the permutation
- HPL_plindx0(3)
- Compute local swapping index arrays
- HPL_plindx1(3)
- Compute local swapping index arrays
- HPL_pnum(3)
- Rank determination
- Hashtbl.MakeSeeded(3o)
- Functor building an implementation of the hashtable structure
- Hashtbl.SeededHashedType(3o)
- The input signature of the functor Hashtbl.MakeSeeded
- Hashtbl.SeededS(3o)
- The output signature of the functor Hashtbl.MakeSeeded
- I(3)
- verify assertions in C and C++ code
- IMPORT_FOREIGN_SCHEMA(7)
- import table definitions from a foreign server
- IV_FD_PUMP_INIT(3), iv_fd_pump_init(3), iv_fd_pump_destroy(3), iv_fd_pump_pump(3), iv_fd_pump_is_done(3)
- pump data between file descriptors
- Identifiable(3o)
- Uniform interface for common data structures over various things
- Identifiable.Make(3o)
- no description
- Identifiable.Map(3o)
- no description
- Identifiable.Map.T(3o)
- no description
- Identifiable.Pair(3o)
- no description
- Identifiable.S(3o)
- no description
- Identifiable.S.Map(3o)
- no description
- Identifiable.S.Set(3o)
- no description
- Identifiable.S.T(3o)
- no description
- Identifiable.S.Tbl(3o)
- no description
- Identifiable.Set(3o)
- no description
- Identifiable.Set.T(3o)
- no description
- Identifiable.Tbl(3o)
- no description
- Identifiable.Tbl.T(3o)
- no description
- Identifiable.Thing(3o)
- no description
- ImageByteOrder(3), BitmapBitOrder(3), BitmapPad(3), BitmapUnit(3), DisplayHeight(3), DisplayHeightMM(3), DisplayWidth(3), DisplayWidthMM(3), XListPixmapFormats(3), XPixmapFormatValues(3)
- image format functions and macros
- InfernoEmbedded(3), InfernoEmbedded Softdevices(3)
- RGBW Controllers - Switch Masters - Firmware Updater
- Int_replace_polymorphic_compare(3o)
- no description
- Itcl_Class(3), Itcl_CreateClass(3), Itcl_DeleteClass(3), Itcl_FindClass(3), Itcl_IsClass(3), Itcl_IsClassNamespace(3)
- Manipulate classes
- Itcl_List(3), Itcl_InitList(3), Itcl_DeleteList(3), Itcl_CreateListElem(3), Itcl_DeleteListElem(3), Itcl_InsertList(3), Itcl_InsertListElem(3), Itcl_AppendList(3), Itcl_AppendListElem(3), Itcl_SetListValue(3)
- Manipulate an Itcl list object
- Itcl_Object(3), Itcl_CreateObject(3), Itcl_DeleteObject(3), Itcl_FindObject(3), Itcl_IsObject(3), Itcl_IsObjectIsa(3)
- Manipulate an class instance
- Itcl_Stack(3), Itcl_InitStack(3), Itcl_DeleteStack(3), Itcl_PushStack(3), Itcl_PopStack(3), Itcl_PeekStack(3), Itcl_GetStackValue(3), Itcl_GetStackSize(3)
- Manipulate an Itcl stack object
- JAM_AddEmptyMessage(3)
- Add a empty message entry to a message base
- JAM_ChangeMsgHeader(3)
- Change a message's header
- JAM_ClearMsgHeader(3)
- Clear a message header structure
- JAM_DelSubPacket(3)
- Delete a subfield packet
- JAM_DeleteMessage(3)
- Delete message from messagebase
- JAM_ReadMBHeader(3)
- Read message base header
- JAM_ReadMsgHeader(3)
- Read a message's header and its subfields
- JAM_WriteMBHeader(3)
- Write message base header
- JHSD(3), JudyHS macros(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index and a word as a Value
- JHSFA(3), JudyHS macros(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index and a word as a Value
- JHSG(3), JudyHS macros(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index and a word as a Value
- JHSI(3), JudyHS macros(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index and a word as a Value
- JLBC(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLC(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLD(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLF(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLFA(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLFE(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLG(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLI(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLL(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLLE(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLMU(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLN(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLNE(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLP(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JLPE(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JSBSim(1)
- standalone version of the JSBSim open source flight dynamics model
- JSLD(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLF(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLFA(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLG(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLI(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLL(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLN(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JSLP(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- Judy1(3), Judy1 macros(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1ByCount(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Count(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1First(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1FirstEmpty(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1FreeArray(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Last(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1LastEmpty(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1MemUsed(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Next(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1NextEmpty(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Prev(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1PrevEmpty(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Set(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Test(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1Unset(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- Judy1_funcs(3), Judy1 functions(3)
- C library for creating and accessing a dynamic array of bits, using any value of a word as an index
- JudyHS(3), JudyHS macros(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index and a word as a Value
- JudyHSDel(3), JudyHS functions(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as an Index and a word as a Value
- JudyHSFreeArray(3), JudyHS functions(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as an Index and a word as a Value
- JudyHSGet(3), JudyHS functions(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as an Index and a word as a Value
- JudyHSIns(3), JudyHS functions(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as an Index and a word as a Value
- JudyHS_funcs(3), JudyHS functions(3)
- C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as an Index and a word as a Value
- JudyL(3), JudyL macros(3)
- C library for creating and accessing a dynamic array of words, using a word as an index
- JudyLByCount(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLCount(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLDel(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLFirst(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLFirstEmpty(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLFreeArray(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLGet(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLIns(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLLast(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLLastEmpty(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLMemUsed(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLNext(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLNextEmpty(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLPrev(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyLPrevEmpty(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudyL_funcs(3), JudyL functions(3)
- C library for creating and accessing a dynamic array of words, using any value of a word as an index
- JudySL(3), JudySL macros(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an Index (associative array)
- JudySLDel(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLFirst(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLFreeArray(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLGet(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLIns(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLLast(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLNext(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySLPrev(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JudySL_funcs(3), JudySL functions(3)
- C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
- JxrDecApp(1)
- JPEG XR Decoder Utility
- JxrEncApp(1)
- JPEG XR Encoder Utility
- Keylist(3), TclX_NewKeyedListObj(3), TclX_KeyedListGet(3), TclX_KeyedListSet(3), TclX_KeyedListDelete(3), TclX_KeyedListGetKeys(3)
- Keyed list management routines
- Kobil_mIDentity_switch(8)
- activate mIDentity CCID reader
- LDView(1)
- 3D viewer for LDraw models
- LHASH(3), DECLARE_LHASH_OF(3), OPENSSL_LH_COMPFUNC(3), OPENSSL_LH_HASHFUNC(3), OPENSSL_LH_DOALL_FUNC(3), LHASH_DOALL_ARG_FN_TYPE(3), IMPLEMENT_LHASH_HASH_FN(3), IMPLEMENT_LHASH_COMP_FN(3), lh_TYPE_new(3), lh_TYPE_free(3), lh_TYPE_insert(3), lh_TYPE_delete(3), lh_TYPE_retrieve(3), lh_TYPE_doall(3), lh_TYPE_doall_arg(3), lh_TYPE_error(3)
- dynamic hash table
- LHASH(3ossl), LHASH_OF(3ossl), DEFINE_LHASH_OF_EX(3ossl), DEFINE_LHASH_OF(3ossl), OPENSSL_LH_COMPFUNC(3ossl), OPENSSL_LH_HASHFUNC(3ossl), OPENSSL_LH_DOALL_FUNC(3ossl), LHASH_DOALL_ARG_FN_TYPE(3ossl), IMPLEMENT_LHASH_HASH_FN(3ossl), IMPLEMENT_LHASH_COMP_FN(3ossl), lh_TYPE_new(3ossl), lh_TYPE_free(3ossl), lh_TYPE_flush(3ossl), lh_TYPE_insert(3ossl), lh_TYPE_delete(3ossl), lh_TYPE_retrieve(3ossl), lh_TYPE_doall(3ossl), lh_TYPE_doall_arg(3ossl), lh_TYPE_num_items(3ossl), lh_TYPE_get_down_load(3ossl), lh_TYPE_set_down_load(3ossl), lh_TYPE_error(3ossl), OPENSSL_LH_new(3ossl), OPENSSL_LH_free(3ossl), OPENSSL_LH_flush(3ossl), OPENSSL_LH_insert(3ossl), OPENSSL_LH_delete(3ossl), OPENSSL_LH_retrieve(3ossl), OPENSSL_LH_doall(3ossl), OPENSSL_LH_doall_arg(3ossl), OPENSSL_LH_doall_arg_thunk(3ossl), OPENSSL_LH_set_thunks(3ossl), OPENSSL_LH_num_items(3ossl), OPENSSL_LH_get_down_load(3ossl), OPENSSL_LH_set_down_load(3ossl), OPENSSL_LH_error(3ossl)
- dynamic hash table
- LLnextgen(1)
- an Extended-LL(1) parser generator
- LZSS_UNPACK_DATA(3)
- Opaque structure for handling LZSS decompression. Allegro game programming library
- LatentModel(1)
- Example of Modeling Correlated Defaults
- Lazy(3o)
- Deferred computations
- Lazy_backtrack(3o)
- no description
- Load_path(3o)
- Management of include directories
- Load_path.Dir(3o)
- no description
- Local_store(3o)
- This module provides some facilities for creating references (and hash tables) which can easily be snapshoted and restored to an arbitrary version
- Location(3o)
- Source code locations (ranges of positions), used in parsetree
- Longident(3o)
- Long identifiers, used in parsetree
- MBK_CATAL_NAME(1)
- define the mbk catalog file
- MBK_CATA_LIB(1)
- define the mbk catalog directory
- MBK_CK(1)
- define the clock name pattern
- MBK_FILTER_SFX(1)
- define the input/output filter suffixe. man1/alc_origin.1
- MBK_IN_FILTER(1)
- define the input filter man1/alc_origin.1
- MBK_IN_LO(1)
- define the logical input format of mbk and genlib
- MBK_IN_PH(1)
- define the physical input format of mbk and genlib
- MBK_OUT_FILTER(1)
- define the input filter man1/alc_origin.1
- MBK_OUT_LO(1)
- define the logical output format of mbk and genlib
- MBK_OUT_PH(1)
- define the physical output format of mbk and genlib
- MBK_SEPAR(1)
- define the separator character for hierarchy
- MBK_TRACE_GETENV(1)
- defines getenv() debug output man1/alc_origin.1
- MBK_VDD(1)
- define the high level power name pattern
- MBK_VSS(1)
- define the ground power name pattern
- MBK_WORK_LIB(1)
- define the mbk working directory
- MERGE(7)
- conditionally insert, update, or delete rows of a table
- MPIX_Async_get_state(3)
- [short description]
- MPIX_Async_spawn(3)
- [short description]
- MPIX_Async_start(3)
- [short description]
- MPIX_Grequest_class_allocate(3)
- Create and return a user-defined extended request based on a generalized request class
- MPIX_Grequest_class_create(3)
- [short description]
- MPIX_Grequest_start(3)
- Create and return a user-defined extended request
- MPIX_Info_set_hex(3)
- [short description]
- MPIX_Op_create_x(3)
- Creates a user-defined reduction op with an extra_state
- MPIX_Request_is_complete(3)
- [short description]
- MPIX_Stream_send(3)
- Send message from a specific local stream to a specific destination stream
- MPIX_Threadcomm_finish(3)
- finish/deactiviate a thread communicator (inside thread parallel regions)
- MPIX_Threadcomm_free(3)
- free a thread communicator (outside thread parallel regions)
- MPIX_Threadcomm_init(3)
- initialize a thread communicator (outside thread parallel regions)
- MPIX_Threadcomm_start(3)
- start/activiate a thread communicator (inside thread parallel regions)
- MPI_Add_error_code(3)
- Add an MPI error code to an MPI error class
- MPI_Add_error_string(3)
- Associates an error string with an MPI error code or class
- MPI_Allgatherv(3)
- Gathers data from all tasks and deliver the combined data to all tasks
- MPI_Alltoallv(3)
- Sends data from all to all processes; each process may send a different amount of data and provide displacements for the input and output data
- MPI_Attr_delete(3)
- Deletes an attribute value associated with a key on a communicator
- MPI_Bsend(3)
- Basic send with user-provided buffering
- MPI_Buffer_attach(3)
- Attaches a user-provided buffer for sending
- MPI_Buffer_detach(3)
- Removes an existing buffer (for use in MPI_Bsend etc)
- MPI_Cart_coords(3)
- Determines process coords in cartesian topology given rank in group
- MPI_Cart_rank(3)
- Determines process rank in communicator given Cartesian location
- MPI_Cart_shift(3)
- Returns the shifted source and destination ranks, given a shift direction and amount
- MPI_Comm_attach_buffer(3)
- Attaches a user-provided buffer for buffered send in the communicator
- MPI_Comm_delete_attr(3)
- Deletes an attribute value associated with a key on a communicator
- MPI_Comm_detach_buffer(3)
- Removes an existing buffer (for use in MPI_Bsend etc) in the communicator
- MPI_Comm_free(3)
- Marks the communicator object for deallocation
- MPI_Comm_rank(3)
- Determines the rank of the calling process in the communicator
- MPI_Comm_remote_size(3)
- Determines the size of the remote group
- MPI_Comm_size(3)
- Determines the size of the group associated with a communicator
- MPI_Compare_and_swap(3)
- Perform one-sided atomic compare-and-swap
- MPI_Dist_graph_neighbors(3)
- Provides adjacency information for a distributed graph topology
- MPI_Dist_graph_neighbors_count(3)
- Provides adjacency information for a distributed graph topology
- MPI_Error_class(3)
- Converts an error code into an error class
- MPI_Error_string(3)
- Return a string for a given error code
- MPI_Fetch_and_op(3)
- Perform one-sided read-modify-write
- MPI_File_delete(3)
- Deletes a file
- MPI_File_get_amode(3)
- Returns the file access mode
- MPI_File_get_atomicity(3)
- Returns the atomicity mode
- MPI_File_read_ordered(3)
- Collective read using shared file pointer
- MPI_File_read_ordered_begin(3)
- Begin a split collective read using shared file pointer
- MPI_File_read_ordered_begin_c(3)
- Begin a split collective read using shared file pointer
- MPI_File_read_ordered_c(3)
- Collective read using shared file pointer
- MPI_File_read_ordered_end(3)
- Complete a split collective read using shared file pointer
- MPI_File_set_atomicity(3)
- Sets the atomicity mode
- MPI_File_sync(3)
- Causes all previous writes to be transferred to the storage device
- MPI_File_write_ordered(3)
- Collective write using shared file pointer
- MPI_File_write_ordered_begin(3)
- Begin a split collective write using shared file pointer
- MPI_File_write_ordered_begin_c(3)
- Begin a split collective write using shared file pointer
- MPI_File_write_ordered_c(3)
- Collective write using shared file pointer
- MPI_File_write_ordered_end(3)
- Complete a split collective write using shared file pointer
- MPI_Get_accumulate(3)
- Perform an atomic, one-sided read-and-accumulate operation
- MPI_Graph_neighbors(3)
- Returns the neighbors of a node associated
- MPI_Graph_neighbors_count(3)
- Returns the number of neighbors of a node
- MPI_Grequest_complete(3)
- Notify MPI that a user-defined request is complete
- MPI_Grequest_start(3)
- Create and return a user-defined request
- MPI_Group_excl(3)
- Produces a group by reordering an existing group and taking only unlisted members
- MPI_Group_incl(3)
- Produces a group by reordering an existing group and taking only listed members
- MPI_Iallgatherv(3)
- Gathers data from all tasks and deliver the combined data to all tasks in a nonblocking way
- MPI_Ialltoallv(3)
- Sends data from all to all processes in a nonblocking way; each process may send a different amount of data and provide displacements for the input and output data
- MPI_Info_delete(3)
- Deletes a (key,value) pair from info
- MPI_Info_get_nkeys(3)
- Returns the number of currently defined keys in info
- MPI_Info_get_nthkey(3)
- Returns the nth defined key in info
- MPI_Op_create(3)
- Creates a user-defined combination function handle
- MPI_Op_free(3)
- Frees a user-defined combination function handle
- MPI_Pack_external_size(3)
- Returns the upper bound on the amount of space needed to pack a message using MPI_Pack_external
- MPI_Pack_size(3)
- Returns the upper bound on the amount of space needed to pack a message
- MPI_Query_thread(3)
- Return the level of thread support provided by the MPI library
- MPI_Register_datarep(3)
- Register functions for user-defined data representations
- MPI_Register_datarep_c(3)
- Register functions for user-defined data representations
- MPI_Remove_error_code(3)
- Remove an MPI error code
- MPI_Remove_error_string(3)
- Remove the error string associated with an MPI error code or class
- MPI_Request_get_status(3)
- Nondestructive test for the completion of a Request
- MPI_Request_get_status_all(3)
- Nondestructive test for the completion of all requests
- MPI_Request_get_status_any(3)
- Nondestructive test for the completion of any of the requests
- MPI_Request_get_status_some(3)
- Nondestructive test for the completion of some of the requests
- MPI_Rget_accumulate(3)
- Perform an atomic, one-sided read-and-accumulate
- MPI_Session_attach_buffer(3)
- Attaches a user-provided buffer for buffered send in the session
- MPI_Session_detach_buffer(3)
- Removes an existing buffer (for use in MPI_Bsend etc) in the session
- MPI_T_category_get_index(3)
- Get the index of a category
- MPI_T_cvar_get_index(3)
- Get the index of a control variable
- MPI_T_event_get_index(3)
- Returns the index of an event type identified by a known event type name
- MPI_T_event_get_source(3)
- Returns the index of the source of the event instance
- MPI_T_event_handle_alloc(3)
- Creates a registration handle for the event type identified by event_index
- MPI_T_event_handle_free(3)
- Initiates deallocation of the event-registration handle specified by event_registration
- MPI_T_event_register_callback(3)
- Associates a user-defined function with an allocated event-registration handle
- MPI_T_pvar_get_index(3)
- Get the index of a performance variable
- MPI_T_source_get_info(3)
- Returns additional information on the source identified by the source_index argument
- MPI_T_source_get_timestamp(3)
- Returns a current timestamp from the source identified by the source_index argument
- MPI_Topo_test(3)
- Determines the type of topology (if any) associated with a communicator
- MPI_Type_create_f90_complex(3)
- Return a predefined type that matches the specified range
- MPI_Type_create_f90_integer(3)
- Return a predefined type that matches the specified range
- MPI_Type_create_f90_real(3)
- Return a predefined type that matches the specified range
- MPI_Type_create_hindexed(3)
- Create a datatype for an indexed datatype with displacements in bytes
- MPI_Type_create_hindexed_block(3)
- Create an hindexed datatype with constant-sized blocks
- MPI_Type_create_hvector(3)
- Create a datatype with a constant stride given in bytes
- MPI_Type_create_indexed_block(3)
- Create an indexed datatype with constant-sized blocks
- MPI_Type_delete_attr(3)
- Deletes an attribute value associated with a key on a datatype
- MPI_Type_get_value_index(3)
- returns a handle to a predefined datatype suitable for the use with MPI_MINLOC and MPI_MAXLOC if such a predefined type exists
- MPI_Type_hindexed(3)
- Creates an indexed datatype with offsets in bytes
- MPI_Type_indexed(3)
- Creates an indexed datatype
- MPI_Type_vector(3)
- Creates a vector (strided) datatype
- MPI_Win_allocate(3)
- Create and allocate an MPI Window object for one-sided communication
- MPI_Win_allocate_shared(3)
- Create an MPI Window object for one-sided communication and shared memory access, and allocate memory at each process
- MPI_Win_create(3)
- Create an MPI Window object for one-sided communication
- MPI_Win_create_dynamic(3)
- Create an MPI Window object for one-sided communication
- MPI_Win_delete_attr(3)
- Deletes an attribute value associated with a key on a window
- MPI_Win_detach(3)
- Detach memory from a dynamic window
- Map(3o)
- Association tables over ordered types
- Map.Make(3o)
- Functor building an implementation of the map structure given a totally ordered type
- Map.OrderedType(3o)
- Input signature of the functor Map.Make
- MarketModels(1), MarketModel(1)
- Example of Interst Rate Derivative Pricing
- Mat_GetFileAccessMode(3)
- Returns the file access mode of a MATLAB MAT file given a MAT file structure
- Mat_GetHeader(3)
- Returns the header of a MATLAB MAT file given a MAT file structure
- Mat_VarDelete(3)
- Deletes a MAT variable from a file
- Mat_VarGetStructs(3)
- Index a structure variable using slices of each dimension
- Mat_VarGetStructsLinear(3)
- Linearly index a structure variable
- MeasureChar.tk86(3), Tk_MeasureChars(3), Tk_TextWidth(3), Tk_DrawChars(3), Tk_UnderlineChars(3)
- routines to measure and display simple single-line strings
- Misc.Color(3o)
- no description
- Misc.Error_style(3o)
- no description
- Misc.Int_literal_converter(3o)
- no description
- Misc.LongString(3o)
- no description
- Misc.Magic_number(3o)
- no description
- Misc.Stdlib(3o)
- no description
- Misc.Stdlib.Array(3o)
- no description
- Misc.Stdlib.List(3o)
- no description
- Misc.Stdlib.Option(3o)
- no description
- Misc.Stdlib.String(3o)
- no description
- Misc.Stdlib.String.Map(3o)
- no description
- Misc.Stdlib.String.Set(3o)
- no description
- Misc.Stdlib.String.Tbl(3o)
- no description
- MoreLabels.Hashtbl(3o)
- no description
- MoreLabels.Hashtbl.MakeSeeded(3o)
- Functor building an implementation of the hashtable structure
- MoreLabels.Hashtbl.SeededHashedType(3o)
- The input signature of the functor MoreLabels.Hashtbl.MakeSeeded
- MoreLabels.Hashtbl.SeededS(3o)
- The output signature of the functor MoreLabels.Hashtbl.MakeSeeded
- MoreLabels.Map(3o)
- no description
- MoreLabels.Map.Make(3o)
- Functor building an implementation of the map structure given a totally ordered type
- MoreLabels.Map.OrderedType(3o)
- Input signature of the functor MoreLabels.Map.Make
- MoreLabels.Set(3o)
- no description
- MoreLabels.Set.Make(3o)
- Functor building an implementation of the set structure given a totally ordered type
- MoreLabels.Set.OrderedType(3o)
- Input signature of the functor MoreLabels.Set.Make
- MrmFetchWidget(3)
- Fetches and creates an indexed (UIL named) application widget and its children "MrmFetchWidget" "uil functions" "MrmFetchWidget"
- MrmFetchWidgetOverride(3)
- Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application widget in UIL "MrmFetchWidgetOverride" "uil functions" "MrmFetchWidgetOverride"
- MrmRegisterClass(3)
- Saves the information needed for MRM to access the widget creation function for user-defined widgets "MrmRegisterClass" "uil functions" "MrmRegisterClass"
- MrmRegisterNames(3)
- Registers the values associated with the names referenced in UIL (for example, UIL callback function names or UIL identifier names) "MrmRegisterNames" "uil functions" "MrmRegisterNames"
- MrmRegisterNamesInHierarchy(3)
- Registers the values associated with the names referenced in UIL within a single hierarchy (for example, UIL callback function names or UIL identifier names) "MrmRegisterNamesIn%Hierarchy" "uil functions" "MrmRegisterNamesIn%Hierarchy"
- Munin::Common::Config(3)
- Abstract base class for common config code
- Munin::Common::Defaults(3)
- Default values defined by installation scripts
- Munin::Common::TLS(3), Munin::Node::TLS(3)
- Abstract base class implementing the STARTTLS protocol
- Munin::Common::TLSClient(3), Munin::Node::TLSClient(3)
- Implements the client side of the STARTTLS protocol
- Munin::Common::TLSServer(3), Munin::Node::TLSServer(3)
- Implements the server side of the STARTTLS protocol
- Munin::Common::Timeout(3)
- Run code with a timeout. May nest
- Munin::Master::Node(3)
- Provides easy access to the munin node
- Munin::Master::Update(3)
- Contacts Munin Nodes, gathers data from their service data sources, and stores this information in RRD files
- Munin::Node::Config(3)
- Singleton node configuration container. Reads configuration files
- Munin::Node::Configure::Debug(3)
- Prints a debug message in the standard munin-node-configure format
- Munin::Node::Configure::History(3)
- Filtering plugins based on the version of Munin they were first distributed with
- Munin::Node::Configure::HostEnumeration(3)
- Takes a list of hosts, and returns the corresponding IPs in dotted-quad form
- Munin::Node::Configure::Plugin(3)
- Class representing a plugin, along with its installed and suggested services
- Munin::Node::Configure::PluginList(3)
- Loading and listing a collection of plugins
- Munin::Node::Logger(3)
- The logger for munin node
- Munin::Node::OS(3)
- OS related utility methods for the Munin node
- Munin::Node::SNMPConfig(3)
- Subroutines providing munin-node-configure's SNMP scanning capabilities
- Munin::Node::Server(3)
- This module implements a Net::Server server for the munin node
- Munin::Node::Service(3)
- Methods related to handling of Munin services
- Munin::Node::Session(3)
- Stores the state for the session between a node and a master
- Munin::Node::SpoolReader(3)
- Reading side of the spool functionality
- Munin::Node::SpoolWriter(3)
- Writing side of the spool functionality
- Munin::Node::Utils(3)
- Various utility functions
- MyBackground(1x)
- details how background is to be rendered
- MyFrame(1x)
- defines how AfterStep should construct window's frame
- MyStyle(1x)
- defines combination of color, font, style, background to be used together
- NAL_ADDRESS_new(2), NAL_ADDRESS_free(2), NAL_ADDRESS_create(2), NAL_ADDRESS_set_def_buffer_size(2), NAL_ADDRESS_can_connect(2), NAL_ADDRESS_can_listen(2)
- libnal addressing functions
- NAL_CONNECTION_new(2), NAL_CONNECTION_free(2), NAL_CONNECTION_create(2), NAL_CONNECTION_create_pair(2), NAL_CONNECTION_create_dummy(2), NAL_CONNECTION_set_size(2), NAL_CONNECTION_get_read(2), NAL_CONNECTION_get_send(2), NAL_CONNECTION_io(2), NAL_CONNECTION_io_cap(2), NAL_CONNECTION_is_established(2), NAL_CONNECTION_add_to_selector(2), NAL_CONNECTION_del_from_selector(2)
- libnal connection functions
- NAL_decode_uint32(2), NAL_decode_uint16(2), NAL_decode_char(2), NAL_decode_bin(2), NAL_encode_uint32(2), NAL_encode_uint16(2), NAL_encode_char(2), NAL_encode_bin(2)
- libnal serialisation functions
- NCONF_new_ex(3ossl), NCONF_new(3ossl), NCONF_free(3ossl), NCONF_default(3ossl), NCONF_load(3ossl), NCONF_get0_libctx(3ossl), NCONF_get_section(3ossl), NCONF_get_section_names(3ossl)
- functionality to Load and parse configuration files manually
- NCURSES_SCREEN_CB(3x), %NCURSES_WINDOW_CB(3x), %NCURSES_SCREEN_CB(3x), %get_escdelay(3x), %set_escdelay(3x), %set_tabsize(3x), %use_screen(3x), %use_window(3x)
- curses support for multi-threaded applications
- NetSNMP::TrapReceiver(3)
- Embedded perl trap handling for Net-SNMP's snmptrapd
- NetSNMP::agent::default_store(3)
- Perl extension for Net-SNMP agent default storage
- NetSNMP::default_store(3)
- Perl extension for Net-SNMP generic storage of global data
- Notifier.tcl86(3), Tcl_CreateEventSource(3), Tcl_DeleteEventSource(3), Tcl_SetMaxBlockTime(3), Tcl_QueueEvent(3), Tcl_ThreadQueueEvent(3), Tcl_ThreadAlert(3), Tcl_GetCurrentThread(3), Tcl_DeleteEvents(3), Tcl_InitNotifier(3), Tcl_FinalizeNotifier(3), Tcl_WaitForEvent(3), Tcl_AlertNotifier(3), Tcl_SetTimer(3), Tcl_ServiceAll(3), Tcl_ServiceEvent(3), Tcl_GetServiceMode(3), Tcl_SetServiceMode(3), Tcl_ServiceModeHook(3), Tcl_SetNotifier(3)
- the event queue and notifier interfaces
- Notifier.tcl90(3), Tcl_CreateEventSource(3), Tcl_DeleteEventSource(3), Tcl_SetMaxBlockTime(3), Tcl_QueueEvent(3), Tcl_ThreadQueueEvent(3), Tcl_ThreadAlert(3), Tcl_GetCurrentThread(3), Tcl_DeleteEvents(3), Tcl_InitNotifier(3), Tcl_FinalizeNotifier(3), Tcl_WaitForEvent(3), Tcl_AlertNotifier(3), Tcl_SetTimer(3), Tcl_ServiceAll(3), Tcl_ServiceEvent(3), Tcl_GetServiceMode(3), Tcl_SetServiceMode(3), Tcl_ServiceModeHook(3), Tcl_SetNotifier(3)
- the event queue and notifier interfaces
- Numbers(3o)
- Modules about numbers, some of which satisfy Identifiable.S
- Numbers.Float(3o)
- no description
- Numbers.Int(3o)
- no description
- Numbers.Int16(3o)
- no description
- Numbers.Int8(3o)
- no description
- OBJ_NAME_add(3), OBJ_NAME_remove(3), OBJ_NAME_get(3), OBJ_NAME_new_index(3), OBJ_NAME_init(3), OBJ_NAME_cleanup(3)
- global associative array
- OCSP_REQ_CTX(3ossl), OCSP_sendreq_new(3ossl), OCSP_sendreq_nbio(3ossl), OCSP_sendreq_bio(3ossl), OCSP_REQ_CTX_i2d(3ossl), OCSP_REQ_CTX_add1_header(3ossl), OCSP_REQ_CTX_free(3ossl), OCSP_set_max_response_length(3ossl), OCSP_REQ_CTX_set1_req(3ossl)
- OCSP responder query functions
- OCSP_sendreq_new(3), OCSP_sendreq_nbio(3), OCSP_REQ_CTX_free(3), OCSP_set_max_response_length(3), OCSP_REQ_CTX_add1_header(3), OCSP_REQ_CTX_set1_req(3), OCSP_sendreq_bio(3), OCSP_REQ_CTX_i2d(3)
- OCSP responder query functions
- OPENSSL_INIT_new(3), OPENSSL_INIT_set_config_filename(3), OPENSSL_INIT_set_config_appname(3), OPENSSL_INIT_set_config_file_flags(3), OPENSSL_INIT_free(3), OPENSSL_init_crypto(3), OPENSSL_cleanup(3), OPENSSL_atexit(3), OPENSSL_thread_stop(3)
- OpenSSL initialisation and deinitialisation functions
- OPENSSL_INIT_new(3ossl), OPENSSL_INIT_set_config_filename(3ossl), OPENSSL_INIT_set_config_appname(3ossl), OPENSSL_INIT_set_config_file_flags(3ossl), OPENSSL_INIT_free(3ossl), OPENSSL_init_crypto(3ossl), OPENSSL_cleanup(3ossl), OPENSSL_atexit(3ossl), OPENSSL_thread_stop_ex(3ossl), OPENSSL_thread_stop(3ossl)
- OpenSSL initialisation and deinitialisation functions
- OPENSSL_LH_stats(3), OPENSSL_LH_node_stats(3), OPENSSL_LH_node_usage_stats(3), OPENSSL_LH_stats_bio(3), OPENSSL_LH_node_stats_bio(3), OPENSSL_LH_node_usage_stats_bio(3)
- LHASH statistics
- OPENSSL_LH_stats(3ossl), OPENSSL_LH_node_stats(3ossl), OPENSSL_LH_node_usage_stats(3ossl), OPENSSL_LH_stats_bio(3ossl), OPENSSL_LH_node_stats_bio(3ossl), OPENSSL_LH_node_usage_stats_bio(3ossl)
- LHASH statistics
- OPENSSL_hexchar2int(3ossl), OPENSSL_hexstr2buf_ex(3ossl), OPENSSL_hexstr2buf(3ossl), OPENSSL_buf2hexstr_ex(3ossl), OPENSSL_buf2hexstr(3ossl)
- Hex encoding and decoding functions
- OPENSSL_load_u16_le(3ossl), OPENSSL_load_u16_be(3ossl), OPENSSL_load_u32_le(3ossl), OPENSSL_load_u32_be(3ossl), OPENSSL_load_u64_le(3ossl), OPENSSL_load_u64_be(3ossl), OPENSSL_store_u16_le(3ossl), OPENSSL_store_u16_be(3ossl), OPENSSL_store_u32_le(3ossl), OPENSSL_store_u32_be(3ossl), OPENSSL_store_u64_le(3ossl), OPENSSL_store_u64_be(3ossl)
- Read and write unsigned 16, 32 and 64-bit integers in a specific byte order
- OPENSSL_malloc_init(3), OPENSSL_malloc(3), OPENSSL_zalloc(3), OPENSSL_realloc(3), OPENSSL_free(3), OPENSSL_clear_realloc(3), OPENSSL_clear_free(3), OPENSSL_cleanse(3), CRYPTO_malloc(3), CRYPTO_zalloc(3), CRYPTO_realloc(3), CRYPTO_free(3), OPENSSL_strdup(3), OPENSSL_strndup(3), OPENSSL_memdup(3), OPENSSL_strlcpy(3), OPENSSL_strlcat(3), OPENSSL_hexstr2buf(3), OPENSSL_buf2hexstr(3), OPENSSL_hexchar2int(3), CRYPTO_strdup(3), CRYPTO_strndup(3), OPENSSL_mem_debug_push(3), OPENSSL_mem_debug_pop(3), CRYPTO_mem_debug_push(3), CRYPTO_mem_debug_pop(3), CRYPTO_clear_realloc(3), CRYPTO_clear_free(3), CRYPTO_get_mem_functions(3), CRYPTO_set_mem_functions(3), CRYPTO_get_alloc_counts(3), CRYPTO_set_mem_debug(3), CRYPTO_mem_ctrl(3), CRYPTO_mem_leaks(3), CRYPTO_mem_leaks_fp(3), CRYPTO_mem_leaks_cb(3), OPENSSL_MALLOC_FAILURES(3), OPENSSL_MALLOC_FD(3)
- Memory allocation functions
- OPENSSL_malloc_init(3ossl), OPENSSL_malloc(3ossl), OPENSSL_aligned_alloc(3ossl), OPENSSL_zalloc(3ossl), OPENSSL_realloc(3ossl), OPENSSL_free(3ossl), OPENSSL_clear_realloc(3ossl), OPENSSL_clear_free(3ossl), OPENSSL_cleanse(3ossl), CRYPTO_malloc(3ossl), CRYPTO_aligned_alloc(3ossl), CRYPTO_zalloc(3ossl), CRYPTO_realloc(3ossl), CRYPTO_free(3ossl), OPENSSL_strdup(3ossl), OPENSSL_strndup(3ossl), OPENSSL_memdup(3ossl), OPENSSL_strlcpy(3ossl), OPENSSL_strlcat(3ossl), OPENSSL_strtoul(3ossl), CRYPTO_strdup(3ossl), CRYPTO_strndup(3ossl), OPENSSL_mem_debug_push(3ossl), OPENSSL_mem_debug_pop(3ossl), CRYPTO_mem_debug_push(3ossl), CRYPTO_mem_debug_pop(3ossl), CRYPTO_clear_realloc(3ossl), CRYPTO_clear_free(3ossl), CRYPTO_malloc_fn(3ossl), CRYPTO_realloc_fn(3ossl), CRYPTO_free_fn(3ossl), CRYPTO_get_mem_functions(3ossl), CRYPTO_set_mem_functions(3ossl), CRYPTO_get_alloc_counts(3ossl), CRYPTO_set_mem_debug(3ossl), CRYPTO_mem_ctrl(3ossl), CRYPTO_mem_leaks(3ossl), CRYPTO_mem_leaks_fp(3ossl), CRYPTO_mem_leaks_cb(3ossl), OPENSSL_MALLOC_FAILURES(3ossl), OPENSSL_MALLOC_FD(3ossl)
- Memory allocation functions
- OSSL_ALGORITHM(3ossl)
- OpenSSL Core type to define a fetchable algorithm
- OSSL_CALLBACK(3ossl), OSSL_PASSPHRASE_CALLBACK(3ossl)
- OpenSSL Core type to define callbacks
- OSSL_CMP_CTX_new(3ossl), OSSL_CMP_CTX_free(3ossl), OSSL_CMP_CTX_reinit(3ossl), OSSL_CMP_CTX_get0_libctx(3ossl), OSSL_CMP_CTX_get0_propq(3ossl), OSSL_CMP_CTX_set_option(3ossl), OSSL_CMP_CTX_get_option(3ossl), OSSL_CMP_CTX_set_log_cb(3ossl), OSSL_CMP_CTX_set_log_verbosity(3ossl), OSSL_CMP_CTX_print_errors(3ossl), OSSL_CMP_CTX_set1_serverPath(3ossl), OSSL_CMP_CTX_set1_server(3ossl), OSSL_CMP_CTX_set_serverPort(3ossl), OSSL_CMP_CTX_set1_proxy(3ossl), OSSL_CMP_CTX_set1_no_proxy(3ossl), OSSL_CMP_CTX_set_http_cb(3ossl), OSSL_CMP_CTX_set_http_cb_arg(3ossl), OSSL_CMP_CTX_get_http_cb_arg(3ossl), OSSL_CMP_transfer_cb_t(3ossl), OSSL_CMP_CTX_set_transfer_cb(3ossl), OSSL_CMP_CTX_set_transfer_cb_arg(3ossl), OSSL_CMP_CTX_get_transfer_cb_arg(3ossl), OSSL_CMP_CTX_set1_srvCert(3ossl), OSSL_CMP_CTX_set1_expected_sender(3ossl), OSSL_CMP_CTX_set0_trusted(3ossl), OSSL_CMP_CTX_set0_trustedStore(3ossl), OSSL_CMP_CTX_get0_trusted(3ossl), OSSL_CMP_CTX_get0_trustedStore(3ossl), OSSL_CMP_CTX_set1_untrusted(3ossl), OSSL_CMP_CTX_get0_untrusted(3ossl), OSSL_CMP_CTX_set1_cert(3ossl), OSSL_CMP_CTX_build_cert_chain(3ossl), OSSL_CMP_CTX_set1_pkey(3ossl), OSSL_CMP_CTX_set1_referenceValue(3ossl), OSSL_CMP_CTX_set1_secretValue(3ossl), OSSL_CMP_CTX_set1_recipient(3ossl), OSSL_CMP_CTX_push0_geninfo_ITAV(3ossl), OSSL_CMP_CTX_reset_geninfo_ITAVs(3ossl), OSSL_CMP_CTX_get0_geninfo_ITAVs(3ossl), OSSL_CMP_CTX_set1_extraCertsOut(3ossl), OSSL_CMP_CTX_set0_newPkey(3ossl), OSSL_CMP_CTX_get0_newPkey(3ossl), OSSL_CMP_CTX_set1_issuer(3ossl), OSSL_CMP_CTX_set1_serialNumber(3ossl), OSSL_CMP_CTX_set1_subjectName(3ossl), OSSL_CMP_CTX_push1_subjectAltName(3ossl), OSSL_CMP_CTX_set0_reqExtensions(3ossl), OSSL_CMP_CTX_reqExtensions_have_SAN(3ossl), OSSL_CMP_CTX_push0_policy(3ossl), OSSL_CMP_CTX_set1_oldCert(3ossl), OSSL_CMP_CTX_set1_p10CSR(3ossl), OSSL_CMP_CTX_push0_genm_ITAV(3ossl), OSSL_CMP_certConf_cb_t(3ossl), OSSL_CMP_certConf_cb(3ossl), OSSL_CMP_CTX_set_certConf_cb(3ossl), OSSL_CMP_CTX_set_certConf_cb_arg(3ossl), OSSL_CMP_CTX_get_certConf_cb_arg(3ossl), OSSL_CMP_CTX_get_status(3ossl), OSSL_CMP_CTX_get0_statusString(3ossl), OSSL_CMP_CTX_get_failInfoCode(3ossl), OSSL_CMP_CTX_get0_validatedSrvCert(3ossl), OSSL_CMP_CTX_get0_newCert(3ossl), OSSL_CMP_CTX_get1_newChain(3ossl), OSSL_CMP_CTX_get1_caPubs(3ossl), OSSL_CMP_CTX_get1_extraCertsIn(3ossl), OSSL_CMP_CTX_set1_transactionID(3ossl), OSSL_CMP_CTX_set1_senderNonce(3ossl)
- functions for managing the CMP client context data structure
- OSSL_CMP_HDR_get0_transactionID(3ossl), OSSL_CMP_HDR_get0_recipNonce(3ossl), OSSL_CMP_HDR_get0_geninfo_ITAVs(3ossl)
- functions manipulating CMP message headers
- OSSL_CMP_MSG_get0_header(3ossl), OSSL_CMP_MSG_get_bodytype(3ossl), OSSL_CMP_MSG_get0_certreq_publickey(3ossl), OSSL_CMP_MSG_update_transactionID(3ossl), OSSL_CMP_MSG_update_recipNonce(3ossl), OSSL_CMP_CTX_setup_CRM(3ossl), OSSL_CMP_MSG_read(3ossl), OSSL_CMP_MSG_write(3ossl), d2i_OSSL_CMP_MSG_bio(3ossl), i2d_OSSL_CMP_MSG_bio(3ossl)
- function(s) manipulating CMP messages
- OSSL_CMP_MSG_http_perform(3ossl)
- client-side HTTP(S) transfer of a CMP request-response pair
- OSSL_CMP_SRV_process_request(3ossl), OSSL_CMP_CTX_server_perform(3ossl), OSSL_CMP_SRV_CTX_new(3ossl), OSSL_CMP_SRV_CTX_free(3ossl), OSSL_CMP_SRV_cert_request_cb_t(3ossl), OSSL_CMP_SRV_rr_cb_t(3ossl), OSSL_CMP_SRV_certConf_cb_t(3ossl), OSSL_CMP_SRV_genm_cb_t(3ossl), OSSL_CMP_SRV_error_cb_t(3ossl), OSSL_CMP_SRV_pollReq_cb_t(3ossl), OSSL_CMP_SRV_CTX_init(3ossl), OSSL_CMP_SRV_delayed_delivery_cb_t(3ossl), OSSL_CMP_SRV_clean_transaction_cb_t(3ossl), OSSL_CMP_SRV_CTX_init_trans(3ossl), OSSL_CMP_SRV_CTX_get0_cmp_ctx(3ossl), OSSL_CMP_SRV_CTX_get0_custom_ctx(3ossl), OSSL_CMP_SRV_CTX_set_send_unprotected_errors(3ossl), OSSL_CMP_SRV_CTX_set_accept_unprotected(3ossl), OSSL_CMP_SRV_CTX_set_accept_raverified(3ossl), OSSL_CMP_SRV_CTX_set_grant_implicit_confirm(3ossl)
- generic functions to set up and control a CMP server
- OSSL_CMP_log_open(3ossl), OSSL_CMP_log_close(3ossl), OSSL_CMP_severity(3ossl), OSSL_CMP_LOG_EMERG(3ossl), OSSL_CMP_LOG_ALERT(3ossl), OSSL_CMP_LOG_CRIT(3ossl), OSSL_CMP_LOG_ERR(3ossl), OSSL_CMP_LOG_WARNING(3ossl), OSSL_CMP_LOG_NOTICE(3ossl), OSSL_CMP_LOG_INFO(3ossl), OSSL_CMP_LOG_DEBUG(3ossl), OSSL_CMP_LOG_TRACE(3ossl), OSSL_CMP_log_cb_t(3ossl), OSSL_CMP_print_to_bio(3ossl), OSSL_CMP_print_errors_cb(3ossl)
- functions for logging and error reporting
- OSSL_CRMF_MSG_get0_tmpl(3ossl), OSSL_CRMF_CERTTEMPLATE_get0_publicKey(3ossl), OSSL_CRMF_CERTTEMPLATE_get0_subject(3ossl), OSSL_CRMF_CERTTEMPLATE_get0_issuer(3ossl), OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(3ossl), OSSL_CRMF_CERTTEMPLATE_get0_extensions(3ossl), OSSL_CRMF_CERTID_get0_serialNumber(3ossl), OSSL_CRMF_CERTID_get0_issuer(3ossl), OSSL_CRMF_ENCRYPTEDKEY_get1_encCert(3ossl), OSSL_CRMF_ENCRYPTEDKEY_get1_pkey(3ossl), OSSL_CRMF_ENCRYPTEDKEY_init_envdata(3ossl), OSSL_CRMF_ENCRYPTEDVALUE_decrypt(3ossl), OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert(3ossl), OSSL_CRMF_MSG_get_certReqId(3ossl), OSSL_CRMF_MSG_centralkeygen_requested(3ossl)
- functions reading from CRMF CertReqMsg structures
- OSSL_DECODER(3ossl), OSSL_DECODER_fetch(3ossl), OSSL_DECODER_up_ref(3ossl), OSSL_DECODER_free(3ossl), OSSL_DECODER_get0_provider(3ossl), OSSL_DECODER_get0_properties(3ossl), OSSL_DECODER_is_a(3ossl), OSSL_DECODER_get0_name(3ossl), OSSL_DECODER_get0_description(3ossl), OSSL_DECODER_do_all_provided(3ossl), OSSL_DECODER_names_do_all(3ossl), OSSL_DECODER_gettable_params(3ossl), OSSL_DECODER_get_params(3ossl)
- Decoder method routines
- OSSL_DECODER_CTX(3ossl), OSSL_DECODER_CTX_new(3ossl), OSSL_DECODER_settable_ctx_params(3ossl), OSSL_DECODER_CTX_set_params(3ossl), OSSL_DECODER_CTX_free(3ossl), OSSL_DECODER_CTX_set_selection(3ossl), OSSL_DECODER_CTX_set_input_type(3ossl), OSSL_DECODER_CTX_set_input_structure(3ossl), OSSL_DECODER_CTX_add_decoder(3ossl), OSSL_DECODER_CTX_add_extra(3ossl), OSSL_DECODER_CTX_get_num_decoders(3ossl), OSSL_DECODER_INSTANCE(3ossl), OSSL_DECODER_CONSTRUCT(3ossl), OSSL_DECODER_CLEANUP(3ossl), OSSL_DECODER_CTX_set_construct(3ossl), OSSL_DECODER_CTX_set_construct_data(3ossl), OSSL_DECODER_CTX_set_cleanup(3ossl), OSSL_DECODER_CTX_get_construct(3ossl), OSSL_DECODER_CTX_get_construct_data(3ossl), OSSL_DECODER_CTX_get_cleanup(3ossl), OSSL_DECODER_export(3ossl), OSSL_DECODER_INSTANCE_get_decoder(3ossl), OSSL_DECODER_INSTANCE_get_decoder_ctx(3ossl), OSSL_DECODER_INSTANCE_get_input_type(3ossl), OSSL_DECODER_INSTANCE_get_input_structure(3ossl)
- Decoder context routines
- OSSL_DECODER_CTX_new_for_pkey(3ossl), OSSL_DECODER_CTX_set_passphrase(3ossl), OSSL_DECODER_CTX_set_pem_password_cb(3ossl), OSSL_DECODER_CTX_set_passphrase_ui(3ossl), OSSL_DECODER_CTX_set_passphrase_cb(3ossl)
- Decoder routines to decode EVP_PKEYs
- OSSL_DECODER_from_data(3ossl), OSSL_DECODER_from_bio(3ossl), OSSL_DECODER_from_fp(3ossl)
- Routines to perform a decoding
- OSSL_DISPATCH(3ossl), OSSL_DISPATCH_END(3ossl)
- OpenSSL Core type to define a dispatchable function table
- OSSL_ENCODER(3ossl), OSSL_ENCODER_fetch(3ossl), OSSL_ENCODER_up_ref(3ossl), OSSL_ENCODER_free(3ossl), OSSL_ENCODER_get0_provider(3ossl), OSSL_ENCODER_get0_properties(3ossl), OSSL_ENCODER_is_a(3ossl), OSSL_ENCODER_get0_name(3ossl), OSSL_ENCODER_get0_description(3ossl), OSSL_ENCODER_do_all_provided(3ossl), OSSL_ENCODER_names_do_all(3ossl), OSSL_ENCODER_gettable_params(3ossl), OSSL_ENCODER_get_params(3ossl)
- Encoder method routines
- OSSL_ENCODER_CTX(3ossl), OSSL_ENCODER_CTX_new(3ossl), OSSL_ENCODER_settable_ctx_params(3ossl), OSSL_ENCODER_CTX_set_params(3ossl), OSSL_ENCODER_CTX_free(3ossl), OSSL_ENCODER_CTX_set_selection(3ossl), OSSL_ENCODER_CTX_set_output_type(3ossl), OSSL_ENCODER_CTX_set_output_structure(3ossl), OSSL_ENCODER_CTX_add_encoder(3ossl), OSSL_ENCODER_CTX_add_extra(3ossl), OSSL_ENCODER_CTX_get_num_encoders(3ossl), OSSL_ENCODER_INSTANCE(3ossl), OSSL_ENCODER_INSTANCE_get_encoder(3ossl), OSSL_ENCODER_INSTANCE_get_encoder_ctx(3ossl), OSSL_ENCODER_INSTANCE_get_output_type(3ossl), OSSL_ENCODER_INSTANCE_get_output_structure(3ossl), OSSL_ENCODER_CONSTRUCT(3ossl), OSSL_ENCODER_CLEANUP(3ossl), OSSL_ENCODER_CTX_set_construct(3ossl), OSSL_ENCODER_CTX_set_construct_data(3ossl), OSSL_ENCODER_CTX_set_cleanup(3ossl)
- Encoder context routines
- OSSL_ENCODER_CTX_new_for_pkey(3ossl), OSSL_ENCODER_CTX_set_cipher(3ossl), OSSL_ENCODER_CTX_set_passphrase(3ossl), OSSL_ENCODER_CTX_set_pem_password_cb(3ossl), OSSL_ENCODER_CTX_set_passphrase_cb(3ossl), OSSL_ENCODER_CTX_set_passphrase_ui(3ossl)
- Encoder routines to encode EVP_PKEYs
- OSSL_ENCODER_to_data(3ossl), OSSL_ENCODER_to_bio(3ossl), OSSL_ENCODER_to_fp(3ossl)
- Routines to perform an encoding
- OSSL_HPKE_CTX_new(3ossl), OSSL_HPKE_CTX_free(3ossl), OSSL_HPKE_encap(3ossl), OSSL_HPKE_decap(3ossl), OSSL_HPKE_seal(3ossl), OSSL_HPKE_open(3ossl), OSSL_HPKE_export(3ossl), OSSL_HPKE_suite_check(3ossl), OSSL_HPKE_str2suite(3ossl), OSSL_HPKE_keygen(3ossl), OSSL_HPKE_get_grease_value(3ossl), OSSL_HPKE_get_ciphertext_size(3ossl), OSSL_HPKE_get_public_encap_size(3ossl), OSSL_HPKE_get_recommended_ikmelen(3ossl), OSSL_HPKE_CTX_set1_psk(3ossl), OSSL_HPKE_CTX_set1_ikme(3ossl), OSSL_HPKE_CTX_set1_authpriv(3ossl), OSSL_HPKE_CTX_set1_authpub(3ossl), OSSL_HPKE_CTX_get_seq(3ossl), OSSL_HPKE_CTX_set_seq(3ossl)
- Hybrid Public Key Encryption (HPKE) functions
- OSSL_HTTP_REQ_CTX(3ossl), OSSL_HTTP_REQ_CTX_new(3ossl), OSSL_HTTP_REQ_CTX_free(3ossl), OSSL_HTTP_REQ_CTX_set_request_line(3ossl), OSSL_HTTP_REQ_CTX_add1_header(3ossl), OSSL_HTTP_REQ_CTX_set_expected(3ossl), OSSL_HTTP_REQ_CTX_set1_req(3ossl), OSSL_HTTP_REQ_CTX_nbio(3ossl), OSSL_HTTP_REQ_CTX_nbio_d2i(3ossl), OSSL_HTTP_REQ_CTX_exchange(3ossl), OSSL_HTTP_REQ_CTX_get0_mem_bio(3ossl), OSSL_HTTP_REQ_CTX_get_resp_len(3ossl), OSSL_HTTP_REQ_CTX_set_max_response_length(3ossl), OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3ossl), OSSL_HTTP_is_alive(3ossl)
- HTTP client low-level functions
- OSSL_LIB_CTX(3ossl), OSSL_LIB_CTX_get_data(3ossl), OSSL_LIB_CTX_new(3ossl), OSSL_LIB_CTX_new_from_dispatch(3ossl), OSSL_LIB_CTX_new_child(3ossl), OSSL_LIB_CTX_free(3ossl), OSSL_LIB_CTX_load_config(3ossl), OSSL_LIB_CTX_get0_global_default(3ossl), OSSL_LIB_CTX_set0_default(3ossl)
- OpenSSL library context
- OSSL_PARAM_double(3ossl), OSSL_PARAM_int(3ossl), OSSL_PARAM_int32(3ossl), OSSL_PARAM_int64(3ossl), OSSL_PARAM_long(3ossl), OSSL_PARAM_size_t(3ossl), OSSL_PARAM_time_t(3ossl), OSSL_PARAM_uint(3ossl), OSSL_PARAM_uint32(3ossl), OSSL_PARAM_uint64(3ossl), OSSL_PARAM_ulong(3ossl), OSSL_PARAM_BN(3ossl), OSSL_PARAM_utf8_string(3ossl), OSSL_PARAM_octet_string(3ossl), OSSL_PARAM_utf8_ptr(3ossl), OSSL_PARAM_octet_ptr(3ossl), OSSL_PARAM_END(3ossl), OSSL_PARAM_DEFN(3ossl), OSSL_PARAM_construct_double(3ossl), OSSL_PARAM_construct_int(3ossl), OSSL_PARAM_construct_int32(3ossl), OSSL_PARAM_construct_int64(3ossl), OSSL_PARAM_construct_long(3ossl), OSSL_PARAM_construct_size_t(3ossl), OSSL_PARAM_construct_time_t(3ossl), OSSL_PARAM_construct_uint(3ossl), OSSL_PARAM_construct_uint32(3ossl), OSSL_PARAM_construct_uint64(3ossl), OSSL_PARAM_construct_ulong(3ossl), OSSL_PARAM_construct_BN(3ossl), OSSL_PARAM_construct_utf8_string(3ossl), OSSL_PARAM_construct_utf8_ptr(3ossl), OSSL_PARAM_construct_octet_string(3ossl), OSSL_PARAM_construct_octet_ptr(3ossl), OSSL_PARAM_construct_end(3ossl), OSSL_PARAM_locate(3ossl), OSSL_PARAM_locate_const(3ossl), OSSL_PARAM_get_double(3ossl), OSSL_PARAM_get_int(3ossl), OSSL_PARAM_get_int32(3ossl), OSSL_PARAM_get_int64(3ossl), OSSL_PARAM_get_long(3ossl), OSSL_PARAM_get_size_t(3ossl), OSSL_PARAM_get_time_t(3ossl), OSSL_PARAM_get_uint(3ossl), OSSL_PARAM_get_uint32(3ossl), OSSL_PARAM_get_uint64(3ossl), OSSL_PARAM_get_ulong(3ossl), OSSL_PARAM_get_BN(3ossl), OSSL_PARAM_get_utf8_string(3ossl), OSSL_PARAM_get_octet_string(3ossl), OSSL_PARAM_get_utf8_ptr(3ossl), OSSL_PARAM_get_octet_ptr(3ossl), OSSL_PARAM_get_utf8_string_ptr(3ossl), OSSL_PARAM_get_octet_string_ptr(3ossl), OSSL_PARAM_set_double(3ossl), OSSL_PARAM_set_int(3ossl), OSSL_PARAM_set_int32(3ossl), OSSL_PARAM_set_int64(3ossl), OSSL_PARAM_set_long(3ossl), OSSL_PARAM_set_size_t(3ossl), OSSL_PARAM_set_time_t(3ossl), OSSL_PARAM_set_uint(3ossl), OSSL_PARAM_set_uint32(3ossl), OSSL_PARAM_set_uint64(3ossl), OSSL_PARAM_set_ulong(3ossl), OSSL_PARAM_set_BN(3ossl), OSSL_PARAM_set_utf8_string(3ossl), OSSL_PARAM_set_octet_string(3ossl), OSSL_PARAM_set_utf8_ptr(3ossl), OSSL_PARAM_set_octet_ptr(3ossl), OSSL_PARAM_UNMODIFIED(3ossl), OSSL_PARAM_modified(3ossl), OSSL_PARAM_set_all_unmodified(3ossl)
- OSSL_PARAM helpers
- OSSL_PROVIDER-FIPS(7ossl)
- OpenSSL FIPS provider
- OSSL_PROVIDER-base(7ossl)
- OpenSSL base provider
- OSSL_PROVIDER-default(7ossl)
- OpenSSL default provider
- OSSL_PROVIDER-legacy(7ossl)
- OpenSSL legacy provider
- OSSL_PROVIDER-null(7ossl)
- OpenSSL null provider
- OSSL_PROVIDER_set_default_search_path(3ossl), OSSL_PROVIDER_get0_default_search_path(3ossl), OSSL_PROVIDER(3ossl), OSSL_PROVIDER_load(3ossl), OSSL_PROVIDER_try_load(3ossl), OSSL_PROVIDER_unload(3ossl), OSSL_PROVIDER_load_ex(3ossl), OSSL_PROVIDER_try_load_ex(3ossl), OSSL_PROVIDER_available(3ossl), OSSL_PROVIDER_do_all(3ossl), OSSL_PROVIDER_gettable_params(3ossl), OSSL_PROVIDER_get_params(3ossl), OSSL_PROVIDER_query_operation(3ossl), OSSL_PROVIDER_unquery_operation(3ossl), OSSL_PROVIDER_get0_provider_ctx(3ossl), OSSL_PROVIDER_get0_dispatch(3ossl), OSSL_PROVIDER_add_builtin(3ossl), OSSL_PROVIDER_get0_name(3ossl), OSSL_PROVIDER_get_capabilities(3ossl), OSSL_PROVIDER_add_conf_parameter(3ossl), OSSL_PROVIDER_get_conf_parameters(3ossl), OSSL_PROVIDER_conf_get_bool(3ossl), OSSL_PROVIDER_self_test(3ossl)
- provider routines
- OSSL_QUIC_client_method(3ossl), OSSL_QUIC_client_thread_method(3ossl), OSSL_QUIC_server_method(3ossl)
- Provide SSL_METHOD objects for QUIC enabled functions
- OSSL_STORE_CTX(3ossl), OSSL_STORE_post_process_info_fn(3ossl), OSSL_STORE_open(3ossl), OSSL_STORE_open_ex(3ossl), OSSL_STORE_ctrl(3ossl), OSSL_STORE_load(3ossl), OSSL_STORE_eof(3ossl), OSSL_STORE_delete(3ossl), OSSL_STORE_error(3ossl), OSSL_STORE_close(3ossl)
- Types and functions to read objects from a URI
- OSSL_STORE_INFO(3), OSSL_STORE_INFO_get_type(3), OSSL_STORE_INFO_get0_NAME(3), OSSL_STORE_INFO_get0_NAME_description(3), OSSL_STORE_INFO_get0_PARAMS(3), OSSL_STORE_INFO_get0_PKEY(3), OSSL_STORE_INFO_get0_CERT(3), OSSL_STORE_INFO_get0_CRL(3), OSSL_STORE_INFO_get1_NAME(3), OSSL_STORE_INFO_get1_NAME_description(3), OSSL_STORE_INFO_get1_PARAMS(3), OSSL_STORE_INFO_get1_PKEY(3), OSSL_STORE_INFO_get1_CERT(3), OSSL_STORE_INFO_get1_CRL(3), OSSL_STORE_INFO_type_string(3), OSSL_STORE_INFO_free(3), OSSL_STORE_INFO_new_NAME(3), OSSL_STORE_INFO_set0_NAME_description(3), OSSL_STORE_INFO_new_PARAMS(3), OSSL_STORE_INFO_new_PKEY(3), OSSL_STORE_INFO_new_CERT(3), OSSL_STORE_INFO_new_CRL(3)
- Functions to manipulate OSSL_STORE_INFO objects
- OSSL_STORE_INFO(3ossl), OSSL_STORE_INFO_get_type(3ossl), OSSL_STORE_INFO_get0_NAME(3ossl), OSSL_STORE_INFO_get0_NAME_description(3ossl), OSSL_STORE_INFO_get0_PARAMS(3ossl), OSSL_STORE_INFO_get0_PUBKEY(3ossl), OSSL_STORE_INFO_get0_PKEY(3ossl), OSSL_STORE_INFO_get0_CERT(3ossl), OSSL_STORE_INFO_get0_CRL(3ossl), OSSL_STORE_INFO_get1_NAME(3ossl), OSSL_STORE_INFO_get1_NAME_description(3ossl), OSSL_STORE_INFO_get1_PARAMS(3ossl), OSSL_STORE_INFO_get1_PUBKEY(3ossl), OSSL_STORE_INFO_get1_PKEY(3ossl), OSSL_STORE_INFO_get1_CERT(3ossl), OSSL_STORE_INFO_get1_CRL(3ossl), OSSL_STORE_INFO_type_string(3ossl), OSSL_STORE_INFO_free(3ossl), OSSL_STORE_INFO_new_NAME(3ossl), OSSL_STORE_INFO_set0_NAME_description(3ossl), OSSL_STORE_INFO_new_PARAMS(3ossl), OSSL_STORE_INFO_new_PUBKEY(3ossl), OSSL_STORE_INFO_new_PKEY(3ossl), OSSL_STORE_INFO_new_CERT(3ossl), OSSL_STORE_INFO_new_CRL(3ossl), OSSL_STORE_INFO_new(3ossl), OSSL_STORE_INFO_get0_data(3ossl)
- Functions to manipulate OSSL_STORE_INFO objects
- OSSL_STORE_LOADER(3), OSSL_STORE_LOADER_CTX(3), OSSL_STORE_LOADER_new(3), OSSL_STORE_LOADER_get0_engine(3), OSSL_STORE_LOADER_get0_scheme(3), OSSL_STORE_LOADER_set_open(3), OSSL_STORE_LOADER_set_ctrl(3), OSSL_STORE_LOADER_set_expect(3), OSSL_STORE_LOADER_set_find(3), OSSL_STORE_LOADER_set_load(3), OSSL_STORE_LOADER_set_eof(3), OSSL_STORE_LOADER_set_error(3), OSSL_STORE_LOADER_set_close(3), OSSL_STORE_LOADER_free(3), OSSL_STORE_register_loader(3), OSSL_STORE_unregister_loader(3), OSSL_STORE_open_fn(3), OSSL_STORE_ctrl_fn(3), OSSL_STORE_expect_fn(3), OSSL_STORE_find_fn(3), OSSL_STORE_load_fn(3), OSSL_STORE_eof_fn(3), OSSL_STORE_error_fn(3), OSSL_STORE_close_fn(3)
- Types and functions to manipulate, register and unregister STORE loaders for different URI schemes
- OSSL_STORE_LOADER(3ossl), OSSL_STORE_LOADER_fetch(3ossl), OSSL_STORE_LOADER_up_ref(3ossl), OSSL_STORE_LOADER_free(3ossl), OSSL_STORE_LOADER_get0_provider(3ossl), OSSL_STORE_LOADER_get0_properties(3ossl), OSSL_STORE_LOADER_is_a(3ossl), OSSL_STORE_LOADER_get0_description(3ossl), OSSL_STORE_LOADER_do_all_provided(3ossl), OSSL_STORE_LOADER_names_do_all(3ossl), OSSL_STORE_LOADER_CTX(3ossl), OSSL_STORE_LOADER_new(3ossl), OSSL_STORE_LOADER_get0_engine(3ossl), OSSL_STORE_LOADER_get0_scheme(3ossl), OSSL_STORE_LOADER_set_open(3ossl), OSSL_STORE_LOADER_set_open_ex(3ossl), OSSL_STORE_LOADER_set_attach(3ossl), OSSL_STORE_LOADER_set_ctrl(3ossl), OSSL_STORE_LOADER_set_expect(3ossl), OSSL_STORE_LOADER_set_find(3ossl), OSSL_STORE_LOADER_set_load(3ossl), OSSL_STORE_LOADER_set_eof(3ossl), OSSL_STORE_LOADER_set_error(3ossl), OSSL_STORE_LOADER_set_close(3ossl), OSSL_STORE_register_loader(3ossl), OSSL_STORE_unregister_loader(3ossl), OSSL_STORE_open_fn(3ossl), OSSL_STORE_open_ex_fn(3ossl), OSSL_STORE_attach_fn(3ossl), OSSL_STORE_ctrl_fn(3ossl), OSSL_STORE_expect_fn(3ossl), OSSL_STORE_find_fn(3ossl), OSSL_STORE_load_fn(3ossl), OSSL_STORE_eof_fn(3ossl), OSSL_STORE_error_fn(3ossl), OSSL_STORE_close_fn(3ossl)
- Types and functions to manipulate, register and unregister STORE loaders for different URI schemes
- OSSL_sleep(3ossl)
- delay execution for a specified number of milliseconds
- Obj.Closure(3o)
- no description
- Obj.Ephemeron(3o)
- no description
- Obj.Extension_constructor(3o)
- no description
- Ocaml_operators(3o)
- Precedence level and associativity of operators
- OverrideShell(3)
- The OverrideShell widget class "OverrideShell" "widget class" "OverrideShell"
- PEM_X509_INFO_read(3), PEM_X509_INFO_read_bio(3)
- PEM and DER decode X.509 certificates, private keys, and revocation lists
- PEM_X509_INFO_read_ex(3ossl), PEM_X509_INFO_read(3ossl), PEM_X509_INFO_read_bio_ex(3ossl), PEM_X509_INFO_read_bio(3ossl)
- read PEM-encoded data structures into one or more X509_INFO objects
- PEM_bytes_read_bio(3), PEM_bytes_read_bio_secmem(3)
- read a PEM-encoded data structure from a BIO
- PEM_bytes_read_bio(3ossl), PEM_bytes_read_bio_secmem(3ossl)
- read a PEM-encoded data structure from a BIO
- PEM_read(3ossl), PEM_read_bio(3ossl), PEM_do_header(3ossl), PEM_get_EVP_CIPHER_INFO(3ossl), PEM_write(3ossl), PEM_write_bio(3ossl), PEM_ASN1_write(3ossl), PEM_ASN1_write_bio(3ossl), PEM_ASN1_write_bio_ctx(3ossl)
- PEM encoding routines
- PEM_write(3), PEM_write_bio(3), PEM_read(3), PEM_read_bio(3), PEM_do_header(3), PEM_get_EVP_CIPHER_INFO(3)
- PEM encoding routines
- PKCS12_decrypt_skey(3ossl), PKCS12_decrypt_skey_ex(3ossl)
- PKCS12 shrouded keyBag decrypt functions
- PKCS12_item_decrypt_d2i(3ossl), PKCS12_item_decrypt_d2i_ex(3ossl), PKCS12_item_i2d_encrypt(3ossl), PKCS12_item_i2d_encrypt_ex(3ossl)
- PKCS12 item encrypt/decrypt functions
- PKCS12_key_gen_asc(3ossl), PKCS12_key_gen_asc_ex(3ossl), PKCS12_key_gen_uni(3ossl), PKCS12_key_gen_uni_ex(3ossl), PKCS12_key_gen_utf8(3ossl), PKCS12_key_gen_utf8_ex(3ossl)
- PKCS#12 Password based key derivation
- PKCS5_PBKDF2_HMAC(3), PKCS5_PBKDF2_HMAC_SHA1(3)
- password based derivation routines with salt and iteration count
- PKCS5_PBKDF2_HMAC(3ossl), PKCS5_PBKDF2_HMAC_SHA1(3ossl)
- password based derivation routines with salt and iteration count
- PKCS7_decrypt(3)
- decrypt content from a PKCS#7 envelopedData structure
- PKCS7_decrypt(3ossl)
- decrypt content from a PKCS#7 envelopedData structure
- PKCS7_type_is_other(3ossl)
- determine content type of PKCS#7 envelopedData structure
- PKCS8_decrypt(3ossl), PKCS8_decrypt_ex(3ossl), PKCS8_encrypt(3ossl), PKCS8_encrypt_ex(3ossl), PKCS8_set0_pbe(3ossl), PKCS8_set0_pbe_ex(3ossl)
- PKCS8 encrypt/decrypt functions
- PKGBUILD(5)
- Package build description file
- POLYTYPE_ATEX(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_ATEX_LIT(3), POLYTYPE_PTEX_LIT(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_ATEX_MASK(3), POLYTYPE_PTEX_MASK(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_ATEX_MASK_LIT(3), POLYTYPE_PTEX_MASK_LIT(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_ATEX_MASK_TRANS(3), POLYTYPE_PTEX_MASK_TRANS(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_ATEX_TRANS(3), POLYTYPE_PTEX_TRANS(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_FLAT(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_GCOL(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_GRGB(3)
- Polygon rendering mode type Allegro game programming library
- POLYTYPE_PTEX(3)
- Polygon rendering mode type Allegro game programming library
- PS_delete(3)
- Deletes all resources of a PostScript document
- PS_include_file(3)
- Include external PostScript file
- PS_set_border_color(3)
- Sets color of border for annotations
- PS_set_border_dash(3)
- Sets length of dashes for border of annotations
- PS_set_border_style(3)
- Sets border style of annotations
- PTblender(1)
- Colour and brightness correction of panoramas
- PTmender(1)
- Replacement for PTStitcher
- Pager(1x)
- AfterStep module for virtual desktop navigation
- PagerDecorations(1x)
- Visual attributes of the Pager window
- Parser(3o)
- no description
- Parser.Incremental(3o)
- no description
- Parser.MenhirInterpreter(3o)
- no description
- PathFinder-17(1), PathFinder(1)
- simple file manager
- Placement(1x)
- AfterStep supports several different window placement policies. Some of them designed to fill free space, and some allowing for windows to be placed on top of others
- Planimeter(1)
- -- compute the area of geodesic polygons
- Printexc.Slot(3o)
- no description
- RAND_DRBG(7)
- the deterministic random bit generator
- RAND_DRBG_new(3), RAND_DRBG_secure_new(3), RAND_DRBG_set(3), RAND_DRBG_set_defaults(3), RAND_DRBG_instantiate(3), RAND_DRBG_uninstantiate(3), RAND_DRBG_free(3)
- initialize and cleanup a RAND_DRBG instance
- RAND_DRBG_reseed(3), RAND_DRBG_set_reseed_interval(3), RAND_DRBG_set_reseed_time_interval(3), RAND_DRBG_set_reseed_defaults(3)
- reseed a RAND_DRBG instance
- RAND_DRBG_set_ex_data(3), RAND_DRBG_get_ex_data(3), RAND_DRBG_get_ex_new_index(3)
- store and retrieve extra data from the DRBG instance
- RAND_add(3), RAND_poll(3), RAND_seed(3), RAND_status(3), RAND_event(3), RAND_screen(3), RAND_keep_random_devices_open(3)
- add randomness to the PRNG or get its status
- RAND_add(3ossl), RAND_poll(3ossl), RAND_seed(3ossl), RAND_status(3ossl), RAND_event(3ossl), RAND_screen(3ossl), RAND_keep_random_devices_open(3ossl)
- add randomness to the PRNG or get its status
- RAND_bytes(3ossl), RAND_priv_bytes(3ossl), RAND_bytes_ex(3ossl), RAND_priv_bytes_ex(3ossl), RAND_pseudo_bytes(3ossl), RAND_set1_random_provider(3ossl)
- generate random data
- REINDEX(7)
- rebuild indexes
- RELEASE_SAVEPOINT(7)
- release a previously defined savepoint
- RESET(7)
- restore the value of a run-time parameter to the default value
- RSA_meth_get0_app_data(3), RSA_meth_set0_app_data(3), RSA_meth_new(3), RSA_meth_free(3), RSA_meth_dup(3), RSA_meth_get0_name(3), RSA_meth_set1_name(3), RSA_meth_get_flags(3), RSA_meth_set_flags(3), RSA_meth_get_pub_enc(3), RSA_meth_set_pub_enc(3), RSA_meth_get_pub_dec(3), RSA_meth_set_pub_dec(3), RSA_meth_get_priv_enc(3), RSA_meth_set_priv_enc(3), RSA_meth_get_priv_dec(3), RSA_meth_set_priv_dec(3), RSA_meth_get_mod_exp(3), RSA_meth_set_mod_exp(3), RSA_meth_get_bn_mod_exp(3), RSA_meth_set_bn_mod_exp(3), RSA_meth_get_init(3), RSA_meth_set_init(3), RSA_meth_get_finish(3), RSA_meth_set_finish(3), RSA_meth_get_sign(3), RSA_meth_set_sign(3), RSA_meth_get_verify(3), RSA_meth_set_verify(3), RSA_meth_get_keygen(3), RSA_meth_set_keygen(3), RSA_meth_get_multi_prime_keygen(3), RSA_meth_set_multi_prime_keygen(3)
- Routines to build up RSA methods
- RSA_meth_get0_app_data(3ossl), RSA_meth_set0_app_data(3ossl), RSA_meth_new(3ossl), RSA_meth_free(3ossl), RSA_meth_dup(3ossl), RSA_meth_get0_name(3ossl), RSA_meth_set1_name(3ossl), RSA_meth_get_flags(3ossl), RSA_meth_set_flags(3ossl), RSA_meth_get_pub_enc(3ossl), RSA_meth_set_pub_enc(3ossl), RSA_meth_get_pub_dec(3ossl), RSA_meth_set_pub_dec(3ossl), RSA_meth_get_priv_enc(3ossl), RSA_meth_set_priv_enc(3ossl), RSA_meth_get_priv_dec(3ossl), RSA_meth_set_priv_dec(3ossl), RSA_meth_get_mod_exp(3ossl), RSA_meth_set_mod_exp(3ossl), RSA_meth_get_bn_mod_exp(3ossl), RSA_meth_set_bn_mod_exp(3ossl), RSA_meth_get_init(3ossl), RSA_meth_set_init(3ossl), RSA_meth_get_finish(3ossl), RSA_meth_set_finish(3ossl), RSA_meth_get_sign(3ossl), RSA_meth_set_sign(3ossl), RSA_meth_get_verify(3ossl), RSA_meth_set_verify(3ossl), RSA_meth_get_keygen(3ossl), RSA_meth_set_keygen(3ossl), RSA_meth_get_multi_prime_keygen(3ossl), RSA_meth_set_multi_prime_keygen(3ossl)
- Routines to build up RSA methods
- RSA_private_encrypt(3), RSA_public_decrypt(3)
- low-level signature operations
- RSA_private_encrypt(3ossl), RSA_public_decrypt(3ossl)
- low-level signature operations
- RSA_public_encrypt(3), RSA_private_decrypt(3)
- RSA public key cryptography
- RSA_public_encrypt(3ossl), RSA_private_decrypt(3ossl)
- RSA public key cryptography
- RSA_set_default_method(3), RSA_get_default_method(3), RSA_set_method(3), RSA_get_method(3), RSA_PKCS1_OpenSSL(3), RSA_flags(3), RSA_new_method(3)
- select RSA method
- RSA_set_default_method(3ossl), RSA_get_default_method(3ossl), RSA_set_method(3ossl), RSA_get_method(3ossl), RSA_PKCS1_OpenSSL(3ossl), RSA_flags(3ossl), RSA_new_method(3ossl)
- select RSA method
- Random.State(3o)
- no description
- Reset-Machine-ID(1)
- resets the machine identity state
- RkCvtEuc(3)
- convert shift JIS code to EUC code
- RkDefineDic(3)
- define specified candidates in the dictionary
- RkDeleteDic(3)
- delete specified candidates from a dictionary
- RkGetDicList(3)
- get the name of a dictionary that can be added to the dictionary list
- RkRemountDic(3)
- modify the priority order of a dictionary already in the dictionary list
- SAVEPOINT(7)
- define a new savepoint within the current transaction
- SCREEN_W(3), SCREEN_H(3)
- Global define to obtain the size of the screen. Allegro game programming library
- SDLKey(3)
- SDL Keysym Definitions
- SDL_BlitSurface(3)
- This performs a fast blit from the source surface to the destination surface
- SDL_CDEject(3)
- Ejects a CDROM
- SDL_CDName(3)
- Returns a human-readable, system-dependent identifier for the CD-ROM
- SDL_CloseAudio(3)
- Shuts down audio processing and closes the audio device
- SDL_Color(3)
- Format independent color description
- SDL_ConvertAudio(3)
- Convert audio data to a desired audio format
- SDL_CreateYUVOverlay(3)
- Create a YUV video overlay
- SDL_Delay(3)
- Wait a specified number of milliseconds before returning
- SDL_DestroyCond(3)
- Destroy a condition variable
- SDL_DestroyMutex(3)
- Destroy a mutex
- SDL_DestroySemaphore(3)
- Destroys a semaphore that was created by SDL_CreateSemaphore
- SDL_EnableUNICODE(3)
- Enable UNICODE translation
- SDL_FreeSurface(3)
- Frees (deletes) a SDL_Surface
- SDL_FreeYUVOverlay(3)
- Free a YUV video overlay
- SDL_GetVideoInfo(3)
- returns a pointer to information about the video hardware
- SDL_GetVideoSurface(3)
- returns a pointer to the current display surface
- SDL_JoystickIndex(3)
- Get the index of an SDL_Joystick
- SDL_JoystickOpened(3)
- Determine if a joystick has been opened
- SDL_KeyboardEvent(3)
- Keyboard event structure
- SDL_ListModes(3)
- Returns a pointer to an array of available screen dimensions for the given format and video flags
- SDL_OpenAudio(3)
- Opens the audio device with the desired parameters
- SDL_Overlay(3)
- YUV video overlay
- SDL_PumpEvents(3)
- Pumps the event loop, gathering events from the input devices
- SDL_RWFromFile(3), SDL_FunctionName(3)
- Short description of function
- SDL_Rect(3)
- Defines a rectangular area
- SDL_RemoveTimer(3)
- Remove a timer which was added with SDL_AddTimer
- SDL_SetVideoMode(3)
- Set up a video mode with the specified width, height and bits-per-pixel
- SDL_SysWMEvent(3)
- Platform-dependent window manager event
- SDL_ThreadID(3)
- Get the 32-bit thread identifier for the current thread
- SDL_UserEvent(3)
- A user-defined event type
- SDL_VideoDriverName(3)
- Obtain the name of the video driver
- SDL_VideoInfo(3)
- Video Target information
- SDL_VideoModeOK(3)
- Check to see if a particular video mode is supported
- SDL_WM_ToggleFullScreen(3)
- Toggles fullscreen mode
- SDL_WaitEvent(3)
- Waits indefinitely for the next available event
- SDLmm_Display(3), SDLmm::Display(3)
- The video frame buffer surface
- SDLmm_SRect(3), SDLmm::SRect(3)
- This enhanced version of SDL_Rect includes a number of handy short-hand constructors. Since the class is derived from the SDL_Rect struct, it can be used in any context where an SDL_Rect is valid
- SDLmm_VideoInfo(3), SDLmm::VideoInfo(3)
- Video target information
- SDLmm_todo(3), todo(3)
- Todo List "Class SDLmm::SRect " 1c Extend the class with useful utility functions in regards to rectangles like intersections. "Class SDLmm::Surface " 1c Implement a better constructor scheme, where the first argument is a dummy class which specified what to do. This would allow a construct where a surface can be loaded from an image file without first having to create an unitialized object. "Class SDLmm::VideoInfo " 1c Build a status function allowing for easier access to the flags. This can be done using a bitfield which would allow for checking for multiple features at once
- SECURITY_LABEL(7)
- define or change a security label applied to an object
- SELECT_INTO(7)
- define a new table from the results of a query
- SET_ROLE(7)
- set the current user identifier of the current session
- SET_SESSION_AUTHORIZATION(7)
- set the session user identifier and the current user identifier of the current session
- SG_Camera(3)
- Agar-SG camera node
- SG_Light(3)
- Agar-SG light source node
- SG_Line(3)
- Agar-SG line node
- SG_Node(3)
- Agar-SG base node class
- SG_Object(3)
- Agar-SG polyhedral object node
- SG_Plane(3)
- Agar-SG plane node
- SG_Point(3)
- Agar-SG point node
- SG_View(3)
- Agar-SG scene rendering widget
- SMIME_text(3)
- remove text/plain MIME headers
- SP(3x), %SP(3x), %acs_map(3x), %boolcodes(3x), %boolfnames(3x), %boolnames(3x), %cur_term(3x), %numcodes(3x), %numfnames(3x), %numnames(3x), %strcodes(3x), %strfnames(3x), %strnames(3x), %ttytype(3x)
- terminfo global variables
- SPI_execp(3)
- execute a statement in read/write mode
- SPI_execute_extended(3)
- execute a command with out-of-line parameters
- SPI_execute_plan_extended(3)
- execute a statement prepared by SPI_prepare
- SPI_fname(3)
- determine the column name for the specified column number
- SPI_fnumber(3)
- determine the column number for the specified column name
- SPI_getargcount(3)
- return the number of arguments needed by a statement prepared by SPI_prepare
- SPI_prepare_extended(3)
- prepare a statement, without executing it yet
- SPI_result_code_string(3)
- return error code as string
- SP_disconnect(3)
- destroy connection between app and daemon
- SRP_create_verifier_ex(3ossl), SRP_create_verifier(3ossl), SRP_create_verifier_BN_ex(3ossl), SRP_create_verifier_BN(3ossl), SRP_check_known_gN_param(3ossl), SRP_get_default_gN(3ossl)
- SRP authentication primitives
- SSL_CIPHER_get_name(3), SSL_CIPHER_standard_name(3), OPENSSL_cipher_name(3), SSL_CIPHER_get_bits(3), SSL_CIPHER_get_version(3), SSL_CIPHER_description(3), SSL_CIPHER_get_cipher_nid(3), SSL_CIPHER_get_digest_nid(3), SSL_CIPHER_get_handshake_digest(3), SSL_CIPHER_get_kx_nid(3), SSL_CIPHER_get_auth_nid(3), SSL_CIPHER_is_aead(3), SSL_CIPHER_find(3), SSL_CIPHER_get_id(3), SSL_CIPHER_get_protocol_id(3)
- get SSL_CIPHER properties
- SSL_CIPHER_get_name(3ossl), SSL_CIPHER_standard_name(3ossl), OPENSSL_cipher_name(3ossl), SSL_CIPHER_get_bits(3ossl), SSL_CIPHER_get_version(3ossl), SSL_CIPHER_description(3ossl), SSL_CIPHER_get_cipher_nid(3ossl), SSL_CIPHER_get_digest_nid(3ossl), SSL_CIPHER_get_handshake_digest(3ossl), SSL_CIPHER_get_kx_nid(3ossl), SSL_CIPHER_get_auth_nid(3ossl), SSL_CIPHER_is_aead(3ossl), SSL_CIPHER_find(3ossl), SSL_CIPHER_get_id(3ossl), SSL_CIPHER_get_protocol_id(3ossl)
- get SSL_CIPHER properties
- SSL_CTX_get_ex_new_index(3), SSL_CTX_set_ex_data(3), SSL_CTX_get_ex_data(3)
- internal application specific data functions
- SSL_CTX_get_verify_mode(3), SSL_get_verify_mode(3), SSL_CTX_get_verify_depth(3), SSL_get_verify_depth(3), SSL_get_verify_callback(3), SSL_CTX_get_verify_callback(3)
- get currently set verification parameters
- SSL_CTX_get_verify_mode(3ossl), SSL_get_verify_mode(3ossl), SSL_CTX_get_verify_depth(3ossl), SSL_get_verify_depth(3ossl), SSL_get_verify_callback(3ossl), SSL_CTX_get_verify_callback(3ossl)
- get currently set verification parameters
- SSL_CTX_load_verify_dir(3ossl), SSL_CTX_load_verify_file(3ossl), SSL_CTX_load_verify_store(3ossl), SSL_CTX_set_default_verify_paths(3ossl), SSL_CTX_set_default_verify_dir(3ossl), SSL_CTX_set_default_verify_file(3ossl), SSL_CTX_set_default_verify_store(3ossl), SSL_CTX_load_verify_locations(3ossl)
- set default locations for trusted CA certificates
- SSL_CTX_load_verify_locations(3), SSL_CTX_set_default_verify_paths(3), SSL_CTX_set_default_verify_dir(3), SSL_CTX_set_default_verify_file(3)
- set default locations for trusted CA certificates
- SSL_CTX_sess_set_new_cb(3), SSL_CTX_sess_set_remove_cb(3), SSL_CTX_sess_set_get_cb(3), SSL_CTX_sess_get_new_cb(3), SSL_CTX_sess_get_remove_cb(3), SSL_CTX_sess_get_get_cb(3)
- provide callback functions for server side external session caching
- SSL_CTX_sess_set_new_cb(3ossl), SSL_CTX_sess_set_remove_cb(3ossl), SSL_CTX_sess_set_get_cb(3ossl), SSL_CTX_sess_get_new_cb(3ossl), SSL_CTX_sess_get_remove_cb(3ossl), SSL_CTX_sess_get_get_cb(3ossl)
- provide callback functions for server side external session caching
- SSL_CTX_set_cipher_list(3ossl), SSL_set_cipher_list(3ossl), SSL_CTX_set_ciphersuites(3ossl), SSL_set_ciphersuites(3ossl), OSSL_default_cipher_list(3ossl), OSSL_default_ciphersuites(3ossl)
- choose list of available SSL_CIPHERs
- SSL_CTX_set_client_hello_cb(3), SSL_client_hello_cb_fn(3), SSL_client_hello_isv2(3), SSL_client_hello_get0_legacy_version(3), SSL_client_hello_get0_random(3), SSL_client_hello_get0_session_id(3), SSL_client_hello_get0_ciphers(3), SSL_client_hello_get0_compression_methods(3), SSL_client_hello_get1_extensions_present(3), SSL_client_hello_get0_ext(3)
- callback functions for early server-side ClientHello processing
- SSL_CTX_set_client_hello_cb(3ossl), SSL_client_hello_cb_fn(3ossl), SSL_client_hello_isv2(3ossl), SSL_client_hello_get0_legacy_version(3ossl), SSL_client_hello_get0_random(3ossl), SSL_client_hello_get0_session_id(3ossl), SSL_client_hello_get0_ciphers(3ossl), SSL_client_hello_get0_compression_methods(3ossl), SSL_client_hello_get1_extensions_present(3ossl), SSL_client_hello_get_extension_order(3ossl), SSL_client_hello_get0_ext(3ossl)
- callback functions for early server-side ClientHello processing
- SSL_CTX_set_default_ctlog_list_file(3), SSL_CTX_set_ctlog_list_file(3)
- load a Certificate Transparency log list from a file
- SSL_CTX_set_default_ctlog_list_file(3ossl), SSL_CTX_set_ctlog_list_file(3ossl)
- load a Certificate Transparency log list from a file
- SSL_CTX_set_default_passwd_cb(3), SSL_CTX_set_default_passwd_cb_userdata(3), SSL_CTX_get_default_passwd_cb(3), SSL_CTX_get_default_passwd_cb_userdata(3), SSL_set_default_passwd_cb(3), SSL_set_default_passwd_cb_userdata(3), SSL_get_default_passwd_cb(3), SSL_get_default_passwd_cb_userdata(3)
- set or get passwd callback for encrypted PEM file handling
- SSL_CTX_set_default_passwd_cb(3ossl), SSL_CTX_set_default_passwd_cb_userdata(3ossl), SSL_CTX_get_default_passwd_cb(3ossl), SSL_CTX_get_default_passwd_cb_userdata(3ossl), SSL_set_default_passwd_cb(3ossl), SSL_set_default_passwd_cb_userdata(3ossl), SSL_get_default_passwd_cb(3ossl), SSL_get_default_passwd_cb_userdata(3ossl)
- set or get passwd callback for encrypted PEM file handling
- SSL_CTX_set_domain_flags(3ossl), SSL_CTX_get_domain_flags(3ossl), SSL_get_domain_flags(3ossl), SSL_DOMAIN_FLAG_SINGLE_THREAD(3ossl), SSL_DOMAIN_FLAG_MULTI_THREAD(3ossl), SSL_DOMAIN_FLAG_THREAD_ASSISTED(3ossl), SSL_DOMAIN_FLAG_BLOCKING(3ossl), SSL_DOMAIN_FLAG_LEGACY_BLOCKING(3ossl)
- control the concurrency model used by a QUIC domain
- SSL_CTX_set_max_send_fragment(3), SSL_set_max_send_fragment(3), SSL_CTX_set_split_send_fragment(3), SSL_set_split_send_fragment(3), SSL_CTX_set_max_pipelines(3), SSL_set_max_pipelines(3), SSL_CTX_set_default_read_buffer_len(3), SSL_set_default_read_buffer_len(3), SSL_CTX_set_tlsext_max_fragment_length(3), SSL_set_tlsext_max_fragment_length(3), SSL_SESSION_get_max_fragment_length(3)
- Control fragment size settings and pipelining operations
- SSL_CTX_set_max_send_fragment(3ossl), SSL_set_max_send_fragment(3ossl), SSL_CTX_set_split_send_fragment(3ossl), SSL_set_split_send_fragment(3ossl), SSL_CTX_set_max_pipelines(3ossl), SSL_set_max_pipelines(3ossl), SSL_CTX_set_default_read_buffer_len(3ossl), SSL_set_default_read_buffer_len(3ossl), SSL_CTX_set_tlsext_max_fragment_length(3ossl), SSL_set_tlsext_max_fragment_length(3ossl), SSL_SESSION_get_max_fragment_length(3ossl)
- Control fragment size settings and pipelining operations
- SSL_CTX_set_mode(3), SSL_CTX_clear_mode(3), SSL_set_mode(3), SSL_clear_mode(3), SSL_CTX_get_mode(3), SSL_get_mode(3)
- manipulate SSL engine mode
- SSL_CTX_set_mode(3ossl), SSL_CTX_clear_mode(3ossl), SSL_set_mode(3ossl), SSL_clear_mode(3ossl), SSL_CTX_get_mode(3ossl), SSL_get_mode(3ossl)
- manipulate SSL engine mode
- SSL_CTX_set_read_ahead(3), SSL_CTX_get_read_ahead(3), SSL_set_read_ahead(3), SSL_get_read_ahead(3), SSL_CTX_get_default_read_ahead(3)
- manage whether to read as many input bytes as possible
- SSL_CTX_set_read_ahead(3ossl), SSL_CTX_get_read_ahead(3ossl), SSL_set_read_ahead(3ossl), SSL_get_read_ahead(3ossl), SSL_CTX_get_default_read_ahead(3ossl)
- manage whether to read as many input bytes as possible
- SSL_CTX_set_session_cache_mode(3), SSL_CTX_get_session_cache_mode(3)
- enable/disable session caching
- SSL_CTX_set_session_cache_mode(3ossl), SSL_CTX_get_session_cache_mode(3ossl)
- enable/disable session caching
- SSL_CTX_set_session_id_context(3), SSL_set_session_id_context(3)
- set context within which session can be reused (server side only)
- SSL_CTX_set_session_id_context(3ossl), SSL_set_session_id_context(3ossl)
- set context within which session can be reused (server side only)
- SSL_CTX_set_session_ticket_cb(3), SSL_SESSION_get0_ticket_appdata(3), SSL_SESSION_set1_ticket_appdata(3), SSL_CTX_generate_session_ticket_fn(3), SSL_CTX_decrypt_session_ticket_fn(3)
- manage session ticket application data
- SSL_CTX_set_session_ticket_cb(3ossl), SSL_SESSION_get0_ticket_appdata(3ossl), SSL_SESSION_set1_ticket_appdata(3ossl), SSL_CTX_generate_session_ticket_fn(3ossl), SSL_CTX_decrypt_session_ticket_fn(3ossl)
- manage session ticket application data
- SSL_QUIC_METHOD(3ossl), OSSL_ENCRYPTION_LEVEL(3ossl), SSL_CTX_set_quic_method(3ossl), SSL_set_quic_method(3ossl), SSL_set_quic_transport_params(3ossl), SSL_get_peer_quic_transport_params(3ossl), SSL_quic_max_handshake_flight_len(3ossl), SSL_quic_read_level(3ossl), SSL_quic_write_level(3ossl), SSL_provide_quic_data(3ossl), SSL_process_quic_post_handshake(3ossl), SSL_is_quic(3ossl), SSL_get_peer_quic_transport_version(3ossl), SSL_get_quic_transport_version(3ossl), SSL_set_quic_transport_version(3ossl), SSL_set_quic_use_legacy_codepoint(3ossl), SSL_set_quic_early_data_enabled(3ossl)
- QUIC support
- SSL_SESSION_get0_peer(3)
- get details about peer's certificate for a session
- SSL_SESSION_get0_peer(3ossl)
- get details about peer's certificate for a session
- SSL_SESSION_get0_ticket(3), SSL_SESSION_has_ticket(3), SSL_SESSION_get_ticket_lifetime_hint(3)
- get details about the ticket associated with a session
- SSL_SESSION_get0_ticket(3ossl), SSL_SESSION_has_ticket(3ossl), SSL_SESSION_get_ticket_lifetime_hint(3ossl)
- get details about the ticket associated with a session
- SSL_SESSION_get_compress_id(3)
- get details about the compression associated with a session
- SSL_SESSION_get_compress_id(3ossl)
- get details about the compression associated with a session
- SSL_SESSION_get_ex_new_index(3), SSL_SESSION_set_ex_data(3), SSL_SESSION_get_ex_data(3)
- internal application specific data functions
- SSL_SESSION_is_resumable(3)
- determine whether an SSL_SESSION object can be used for resumption
- SSL_SESSION_is_resumable(3ossl)
- determine whether an SSL_SESSION object can be used for resumption
- SSL_alert_type_string(3), SSL_alert_type_string_long(3), SSL_alert_desc_string(3), SSL_alert_desc_string_long(3)
- get textual description of alert information
- SSL_alert_type_string(3ossl), SSL_alert_type_string_long(3ossl), SSL_alert_desc_string(3ossl), SSL_alert_desc_string_long(3ossl)
- get textual description of alert information
- SSL_copy_session_id(3)
- copy session details between SSL objects
- SSL_dup_CA_list(3)
- deep copy of a stack of X.509 Name objects
- SSL_get_conn_close_info(3ossl), SSL_CONN_CLOSE_FLAG_LOCAL(3ossl), SSL_CONN_CLOSE_FLAG_TRANSPORT(3ossl), OSSL_QUIC_ERR_NO_ERROR(3ossl), OSSL_QUIC_ERR_INTERNAL_ERROR(3ossl), OSSL_QUIC_ERR_CONNECTION_REFUSED(3ossl), OSSL_QUIC_ERR_FLOW_CONTROL_ERROR(3ossl), OSSL_QUIC_ERR_STREAM_LIMIT_ERROR(3ossl), OSSL_QUIC_ERR_STREAM_STATE_ERROR(3ossl), OSSL_QUIC_ERR_FINAL_SIZE_ERROR(3ossl), OSSL_QUIC_ERR_FRAME_ENCODING_ERROR(3ossl), OSSL_QUIC_ERR_TRANSPORT_PARAMETER_ERROR(3ossl), OSSL_QUIC_ERR_CONNECTION_ID_LIMIT_ERROR(3ossl), OSSL_QUIC_ERR_PROTOCOL_VIOLATION(3ossl), OSSL_QUIC_ERR_INVALID_TOKEN(3ossl), OSSL_QUIC_ERR_APPLICATION_ERROR(3ossl), OSSL_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED(3ossl), OSSL_QUIC_ERR_KEY_UPDATE_ERROR(3ossl), OSSL_QUIC_ERR_AEAD_LIMIT_REACHED(3ossl), OSSL_QUIC_ERR_NO_VIABLE_PATH(3ossl), OSSL_QUIC_ERR_CRYPTO_ERR_BEGIN(3ossl), OSSL_QUIC_ERR_CRYPTO_ERR_END(3ossl), OSSL_QUIC_ERR_CRYPTO_ERR(3ossl), OSSL_QUIC_LOCAL_ERR_IDLE_TIMEOUT(3ossl)
- get information about why a QUIC connection was closed
- SSL_get_default_timeout(3)
- get default session timeout value
- SSL_get_default_timeout(3ossl)
- get default session timeout value
- SSL_get_error(3)
- obtain result code for TLS/SSL I/O operation
- SSL_get_error(3ossl)
- obtain result code for TLS/SSL I/O operation
- SSL_get_event_timeout(3ossl)
- determine when an SSL object next needs to have events handled
- SSL_get_ex_data_X509_STORE_CTX_idx(3), SSL_CTX_set_verify(3), SSL_set_verify(3), SSL_CTX_set_verify_depth(3), SSL_set_verify_depth(3), SSL_verify_cb(3), SSL_verify_client_post_handshake(3), SSL_set_post_handshake_auth(3), SSL_CTX_set_post_handshake_auth(3)
- set peer certificate verification parameters
- SSL_get_ex_data_X509_STORE_CTX_idx(3ossl), SSL_CTX_set_verify(3ossl), SSL_set_verify(3ossl), SSL_CTX_set_verify_depth(3ossl), SSL_set_verify_depth(3ossl), SSL_verify_cb(3ossl), SSL_verify_client_post_handshake(3ossl), SSL_set_post_handshake_auth(3ossl), SSL_CTX_set_post_handshake_auth(3ossl)
- set various SSL/TLS parameters for peer certificate verification
- SSL_get_ex_new_index(3), SSL_set_ex_data(3), SSL_get_ex_data(3)
- internal application specific data functions
- SSL_get_extms_support(3)
- extended master secret support
- SSL_get_extms_support(3ossl)
- extended master secret support
- SSL_get_fd(3), SSL_get_rfd(3), SSL_get_wfd(3)
- get file descriptor linked to an SSL object
- SSL_get_fd(3ossl), SSL_get_rfd(3ossl), SSL_get_wfd(3ossl)
- get file descriptor linked to an SSL object
- SSL_get_psk_identity(3), SSL_get_psk_identity_hint(3)
- get PSK client identity and hint
- SSL_get_psk_identity(3ossl), SSL_get_psk_identity_hint(3ossl)
- get PSK client identity and hint
- SSL_get_rpoll_descriptor(3ossl), SSL_get_wpoll_descriptor(3ossl), SSL_net_read_desired(3ossl), SSL_net_write_desired(3ossl)
- obtain information which can be used to determine when network I/O can be performed
- SSL_get_stream_read_state(3ossl), SSL_get_stream_write_state(3ossl), SSL_get_stream_read_error_code(3ossl), SSL_get_stream_write_error_code(3ossl), SSL_STREAM_STATE_NONE(3ossl), SSL_STREAM_STATE_OK(3ossl), SSL_STREAM_STATE_WRONG_DIR(3ossl), SSL_STREAM_STATE_FINISHED(3ossl), SSL_STREAM_STATE_RESET_LOCAL(3ossl), SSL_STREAM_STATE_RESET_REMOTE(3ossl), SSL_STREAM_STATE_CONN_CLOSED(3ossl)
- get QUIC stream state
- SSL_get_value_uint(3ossl), SSL_set_value_uint(3ossl), SSL_get_generic_value_uint(3ossl), SSL_set_generic_value_uint(3ossl), SSL_get_feature_request_uint(3ossl), SSL_set_feature_request_uint(3ossl), SSL_get_feature_peer_request_uint(3ossl), SSL_get_feature_negotiated_uint(3ossl), SSL_get_quic_stream_bidi_local_avail(3ossl), SSL_get_quic_stream_bidi_remote_avail(3ossl), SSL_get_quic_stream_uni_local_avail(3ossl), SSL_get_quic_stream_uni_remote_avail(3ossl), SSL_VALUE_CLASS_GENERIC(3ossl), SSL_VALUE_CLASS_FEATURE_REQUEST(3ossl), SSL_VALUE_CLASS_FEATURE_PEER_REQUEST(3ossl), SSL_VALUE_CLASS_FEATURE_NEGOTIATED(3ossl), SSL_VALUE_QUIC_STREAM_BIDI_LOCAL_AVAIL(3ossl), SSL_VALUE_QUIC_STREAM_BIDI_REMOTE_AVAIL(3ossl), SSL_VALUE_QUIC_STREAM_UNI_LOCAL_AVAIL(3ossl), SSL_VALUE_QUIC_STREAM_UNI_REMOTE_AVAIL(3ossl), SSL_VALUE_QUIC_IDLE_TIMEOUT(3ossl), SSL_VALUE_EVENT_HANDLING_MODE(3ossl), SSL_VALUE_EVENT_HANDLING_MODE_INHERIT(3ossl), SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT(3ossl), SSL_VALUE_EVENT_HANDLING_MODE_IMPLICIT(3ossl), SSL_get_event_handling_mode(3ossl), SSL_set_event_handling_mode(3ossl), SSL_VALUE_STREAM_WRITE_BUF_SIZE(3ossl), SSL_get_stream_write_buf_size(3ossl), SSL_VALUE_STREAM_WRITE_BUF_USED(3ossl), SSL_get_stream_write_buf_used(3ossl), SSL_VALUE_STREAM_WRITE_BUF_AVAIL(3ossl), SSL_get_stream_write_buf_avail(3ossl)
- manage negotiable features and configuration values for an SSL object
- SSL_poll(3ossl), SSL_POLL_EVENT_NONE(3ossl), SSL_POLL_EVENT_F(3ossl), SSL_POLL_EVENT_EC(3ossl), SSL_POLL_EVENT_ECD(3ossl), SSL_POLL_EVENT_ER(3ossl), SSL_POLL_EVENT_EW(3ossl), SSL_POLL_EVENT_R(3ossl), SSL_POLL_EVENT_W(3ossl), SSL_POLL_EVENT_ISB(3ossl), SSL_POLL_EVENT_ISU(3ossl), SSL_POLL_EVENT_OSB(3ossl), SSL_POLL_EVENT_OSU(3ossl), SSL_POLL_EVENT_RW(3ossl), SSL_POLL_EVENT_RE(3ossl), SSL_POLL_EVENT_WE(3ossl), SSL_POLL_EVENT_RWE(3ossl), SSL_POLL_EVENT_E(3ossl), SSL_POLL_EVENT_IS(3ossl), SSL_POLL_EVENT_ISE(3ossl), SSL_POLL_EVENT_I(3ossl), SSL_POLL_EVENT_OS(3ossl), SSL_POLL_EVENT_OSE(3ossl), SSL_POLL_FLAG_NO_HANDLE_EVENTS(3ossl)
- determine or await readiness conditions for one or more pollable objects
- SSL_psk_server_cb_func(3), SSL_psk_find_session_cb_func(3), SSL_CTX_use_psk_identity_hint(3), SSL_use_psk_identity_hint(3), SSL_CTX_set_psk_server_callback(3), SSL_set_psk_server_callback(3), SSL_CTX_set_psk_find_session_callback(3), SSL_set_psk_find_session_callback(3)
- set PSK identity hint to use
- SSL_psk_server_cb_func(3ossl), SSL_psk_find_session_cb_func(3ossl), SSL_CTX_use_psk_identity_hint(3ossl), SSL_use_psk_identity_hint(3ossl), SSL_CTX_set_psk_server_callback(3ossl), SSL_set_psk_server_callback(3ossl), SSL_CTX_set_psk_find_session_callback(3ossl), SSL_set_psk_find_session_callback(3ossl)
- set PSK identity hint to use
- SSL_rstate_string(3), SSL_rstate_string_long(3)
- get textual description of state of an SSL object during read operation
- SSL_rstate_string(3ossl), SSL_rstate_string_long(3ossl)
- get textual description of state of an SSL object during read operation
- SSL_set_blocking_mode(3ossl), SSL_get_blocking_mode(3ossl)
- configure blocking mode for a QUIC SSL object
- SSL_set_connect_state(3), SSL_set_accept_state(3), SSL_is_server(3)
- functions for manipulating and examining the client or server mode of an SSL object
- SSL_set_connect_state(3ossl), SSL_set_accept_state(3ossl), SSL_is_server(3ossl)
- functions for manipulating and examining the client or server mode of an SSL object
- SSL_set_default_stream_mode(3ossl), SSL_DEFAULT_STREAM_MODE_NONE(3ossl), SSL_DEFAULT_STREAM_MODE_AUTO_BIDI(3ossl), SSL_DEFAULT_STREAM_MODE_AUTO_UNI(3ossl)
- manage the default stream for a QUIC connection
- SSL_set_fd(3), SSL_set_rfd(3), SSL_set_wfd(3)
- connect the SSL object with a file descriptor
- SSL_set_fd(3ossl), SSL_set_rfd(3ossl), SSL_set_wfd(3ossl)
- connect the SSL object with a file descriptor
- SSL_set_verify_result(3)
- override result of peer certificate verification
- SSL_set_verify_result(3ossl)
- override result of peer certificate verification
- SSL_state_string(3), SSL_state_string_long(3)
- get textual description of state of an SSL object
- SSL_state_string(3ossl), SSL_state_string_long(3ossl)
- get textual description of state of an SSL object
- SSL_stream_conclude(3ossl)
- conclude the sending part of a QUIC stream
- SSL_write_ex2(3ossl), SSL_write_ex(3ossl), SSL_write(3ossl), SSL_sendfile(3ossl), SSL_WRITE_FLAG_CONCLUDE(3ossl)
- write bytes to a TLS/SSL connection
- Scanf.Scanning(3o)
- no description
- Semaphore.Binary(3o)
- no description
- Semaphore.Counting(3o)
- no description
- Set(3o)
- Sets over ordered types
- Set.Make(3o)
- Functor building an implementation of the set structure given a totally ordered type
- Set.OrderedType(3o)
- Input signature of the functor Set.Make
- Smokeping_matchers_Avgratio(3), Smokeping::matchers::Avgratio(3)
- detect changes in average median latency
- Smokeping_matchers_CheckLatency(3), Smokeping::matchers::CheckLatency(3)
- Edge triggered alert to check latency is under a value for x number of samples
- Smokeping_matchers_CheckLoss(3), Smokeping::matchers::CheckLoss(3)
- Edge triggered alert to check loss is under a value for x number of samples
- Smokeping_matchers_Medratio(3), Smokeping::matchers::Medratio(3)
- detect changes in the latency median
- Smokeping_probes_SendEmail(3), Smokeping::probes::SendEmail(3)
- a Smokeping probe that measure time needed to send an mail
- Smokeping_sorters_Loss(3), Smokeping::sorters::Loss(3)
- Order the target charts by loss
- Smokeping_sorters_Max(3), Smokeping::sorters::Max(3)
- Order the target charts by Max RTT
- Smokeping_sorters_Median(3), Smokeping::sorters::Median(3)
- Order the target charts by Median RTT
- Smokeping_sorters_StdDev(3), Smokeping::sorters::StdDev(3)
- Order the target charts by StdDev
- SoapySDRServer(1)
- provide access to local SoapySDR devices over network
- SoundEvents(1x)
- names for different windowing events
- StdLabels.Array(3o)
- no description
- StdLabels.Bytes(3o)
- no description
- StdLabels.List(3o)
- no description
- StdLabels.String(3o)
- no description
- Stdlib.Arg(3o)
- no description
- Stdlib.Array(3o)
- no description
- Stdlib.ArrayLabels(3o)
- no description
- Stdlib.Atomic(3o)
- no description
- Stdlib.Bigarray(3o)
- no description
- Stdlib.Bool(3o)
- no description
- Stdlib.Buffer(3o)
- no description
- Stdlib.Bytes(3o)
- no description
- Stdlib.BytesLabels(3o)
- no description
- Stdlib.Callback(3o)
- no description
- Stdlib.Char(3o)
- no description
- Stdlib.Complex(3o)
- no description
- Stdlib.Digest(3o)
- no description
- Stdlib.Either(3o)
- no description
- Stdlib.Ephemeron(3o)
- no description
- Stdlib.Filename(3o)
- no description
- Stdlib.Float(3o)
- no description
- Stdlib.Format(3o)
- no description
- Stdlib.Fun(3o)
- no description
- Stdlib.Gc(3o)
- no description
- Stdlib.Genlex(3o)
- no description
- Stdlib.Hashtbl(3o)
- no description
- Stdlib.In_channel(3o)
- no description
- Stdlib.Int(3o)
- no description
- Stdlib.Int32(3o)
- no description
- Stdlib.Int64(3o)
- no description
- Stdlib.Lazy(3o)
- no description
- Stdlib.Lexing(3o)
- no description
- Stdlib.List(3o)
- no description
- Stdlib.ListLabels(3o)
- no description
- Stdlib.Map(3o)
- no description
- Stdlib.Marshal(3o)
- no description
- Stdlib.MoreLabels(3o)
- no description
- Stdlib.Nativeint(3o)
- no description
- Stdlib.Obj(3o)
- no description
- Stdlib.Oo(3o)
- no description
- Stdlib.Option(3o)
- no description
- Stdlib.Out_channel(3o)
- no description
- Stdlib.Parsing(3o)
- no description
- Stdlib.Pervasives(3o)
- no description
- Stdlib.Printexc(3o)
- no description
- Stdlib.Printf(3o)
- no description
- Stdlib.Queue(3o)
- no description
- Stdlib.Random(3o)
- no description
- Stdlib.Result(3o)
- no description
- Stdlib.Scanf(3o)
- no description
- Stdlib.Seq(3o)
- no description
- Stdlib.Set(3o)
- no description
- Stdlib.Stack(3o)
- no description
- Stdlib.StdLabels(3o)
- no description
- Stdlib.Stream(3o)
- no description
- Stdlib.String(3o)
- no description
- Stdlib.StringLabels(3o)
- no description
- Stdlib.Sys(3o)
- no description
- Stdlib.Uchar(3o)
- no description
- Stdlib.Unit(3o)
- no description
- Stdlib.Weak(3o)
- no description
- Strongly_connected_components.Make(3o)
- no description
- Strongly_connected_components.S(3o)
- no description
- Strongly_connected_components.S.Id(3o)
- no description
- Sympa::CommandDef(3Sympa)
- Definition of mail commands
- Sympa::ConfDef(3Sympa)
- Definition of site and robot configuration parameters
- Sympa::Config::Schema(3Sympa)
- Definition of configuration parameters
- Sympa::Constants(3Sympa)
- Definition of constants
- Sympa::DatabaseDescription(3Sympa)
- Definition of core database structure
- Sympa::HTMLDecorator(3Sympa)
- Decorating HTML texts
- Sympa::ListDef(3Sympa)
- Definition of list configuration parameters
- Sympa::ListOpt(3Sympa)
- Definition of list configuration parameter values
- Sympa::Regexps(3Sympa)
- Definition of regular expressions
- Sympa::Request::Handler::decl(3Sympa)
- decl request handler
- Sympa::Request::Handler::del(3Sympa)
- del request handler
- Sympa::Request::Handler::del_user(3Sympa)
- delete user
- Sympa::Request::Handler::include(3Sympa), Sympa::Request::Hander::include(3Sympa)
- include request handler
- Sympa::Request::Handler::index(3Sympa)
- index request handler
- Sympa::Request::Handler::modindex(3Sympa)
- modindex request handler
- Sympa::Spindle(3Sympa)
- Base class of subclasses to define Sympa workflows
- Sympa::Spindle::ProcessModeration(3Sympa)
- Workflow of message moderation
- Sympa::Spindle::ToAuth(3Sympa)
- Process to store requests into request spool to wait for moderation
- Sympa::Spindle::ToAuthOwner(3Sympa)
- Process to store requests into request spool to wait for moderation
- Sympa::Spindle::ToModeration(3Sympa)
- Process to store messages into held spool to wait for moderation
- Sympa::Spool::Auth(3Sympa)
- Spool for held requests waiting for moderation
- Sympa::Spool::Moderation(3Sympa)
- Spool for held messages waiting for moderation
- Sympa::User(3Sympa)
- All Users Identified by Sympa
- Sympa::WWW::SharedDocument(3Sympa)
- Shared document repository and its nodes
- Sys.Immediate64(3o)
- no description
- Sys.Immediate64.Immediate(3o)
- no description
- Sys.Immediate64.Make(3o)
- no description
- Sys.Immediate64.Non_immediate(3o)
- no description
- TCL_MEM_DEBUG.tcl86(3), TCL_MEM_DEBUG(3)
- Compile-time flag to enable Tcl memory debugging
- TCL_MEM_DEBUG.tcl90(3), TCL_MEM_DEBUG(3)
- Compile-time flag to enable Tcl memory debugging
- TIFFAccessTagMethods(3tiff)
- provides read/write access to the TIFFTagMethods
- TIFFClientInfo(3tiff)
- provides a method to hand over user defined data from one routine to another
- TIFFDeferStrileArrayWriting(3tiff)
- defer strile array writing
- TIFFMergeFieldInfo(3tiff)
- add application-defined TIFF tags to the list of known libtiff tags
- TIFFPrintDirectory(3tiff)
- print a description of a TIFF directory
- TIFFRGBAImage(3tiff)
- read and decode an image into a raster
- TIFFReadEncodedStrip(3tiff)
- read and decode a strip of data from an open TIFF file
- TIFFReadEncodedTile(3tiff)
- read and decode a tile of data from an open TIFF file
- TIFFReadFromUserBuffer(3tiff)
- decode data using an user defined buffer
- TIFFReadRGBAImage(3tiff)
- read and decode an image into a fixed-format raster
- TIFFReadRGBAStrip(3tiff)
- read and decode an image strip into a fixed-format raster
- TIFFReadRGBATile(3tiff)
- read and decode an image tile into a fixed-format raster
- TIFFReadRawStrip(3tiff)
- return the undecoded contents of a strip of data from an open TIFF file
- TIFFReadRawTile(3tiff)
- return an undecoded tile of data from an open TIFF file
- TIFFReadScanline(3tiff)
- read and decode a scanline of data from an open TIFF file
- TIFFReadTile(3tiff)
- read and decode a tile of data from an open TIFF file
- TIFFSetTagExtender(3tiff)
- register the merge function for user defined tags as an extender callback with libtiff
- TIFFWriteEncodedStrip(3tiff)
- compress and write a strip of data to an open TIFF file
- TIFFWriteEncodedTile(3tiff)
- compress and write a tile of data to an open TIFF file
- TIFFWriteTile(3tiff)
- encode and write a tile of data to an open TIFF file
- TIFFcodec(3tiff)
- codec-related utility routines
- TPMLIB_DecodeBlob(3), TPMLIB_DecodeBlob (3)
- Decode a base64-encode TPM blob
- TPMLIB_SetDebugFD(3), TPMLIB_SetDebugFD (3)
- Set the file descriptor to send the debug output to TPMLIB_SetDebugLevel - Set the debugging level TPMLIB_SetDebugPrefix - Set the prefix for each debugging line
- TPM_IO_Hash_Start(3), TPM_IO_Hash_Start (3)
- indicate the beginging of a TPM TIS hash operation TPM_IO_Hash_Data - hash the provided data TPM_IO_Hash_End - indicate the end of a TPM TIS hash operation
- TRACE(3)
- Debugging helper macro to trace messages. Allegro game programming library
- TclX(n)
- Extended Tcl: Extended command set for Tcl '
- Tcl_AddErrorInfo.tcl86(3), Tcl_GetReturnOptions(3), Tcl_SetReturnOptions(3), Tcl_AddErrorInfo(3), Tcl_AppendObjToErrorInfo(3), Tcl_AddObjErrorInfo(3), Tcl_SetObjErrorCode(3), Tcl_SetErrorCode(3), Tcl_SetErrorCodeVA(3), Tcl_SetErrorLine(3), Tcl_GetErrorLine(3), Tcl_PosixError(3), Tcl_LogCommandInfo(3)
- retrieve or record information about errors and other return options
- Tcl_AddErrorInfo.tcl90(3), Tcl_GetReturnOptions(3), Tcl_SetReturnOptions(3), Tcl_AddErrorInfo(3), Tcl_AppendObjToErrorInfo(3), Tcl_AddObjErrorInfo(3), Tcl_SetObjErrorCode(3), Tcl_SetErrorCode(3), Tcl_SetErrorLine(3), Tcl_GetErrorLine(3), Tcl_PosixError(3), Tcl_LogCommandInfo(3)
- retrieve or record information about errors and other return options
- Tcl_AllocStatBuf.tcl86(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3)
- procedures to interact with any filesystem
- Tcl_AllocStatBuf.tcl90(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3), Tcl_FSTildeExpand(3)
- procedures to interact with any filesystem
- Tcl_AppendElement.tcl86(3), Tcl_SetObjResult(3), Tcl_GetObjResult(3), Tcl_SetResult(3), Tcl_GetStringResult(3), Tcl_AppendResult(3), Tcl_AppendResultVA(3), Tcl_AppendElement(3), Tcl_ResetResult(3), Tcl_TransferResult(3), Tcl_FreeResult(3)
- manipulate Tcl result
- Tcl_AppendElement.tcl90(3), Tcl_SetObjResult(3), Tcl_GetObjResult(3), Tcl_SetResult(3), Tcl_GetStringResult(3), Tcl_AppendResult(3), Tcl_AppendElement(3), Tcl_ResetResult(3), Tcl_TransferResult(3)
- manipulate Tcl result
- Tcl_AppendExportList.tcl86(3), Tcl_AppendExportList(3), Tcl_CreateNamespace(3), Tcl_DeleteNamespace(3), Tcl_Export(3), Tcl_FindCommand(3), Tcl_FindNamespace(3), Tcl_ForgetImport(3), Tcl_GetCurrentNamespace(3), Tcl_GetGlobalNamespace(3), Tcl_GetNamespaceUnknownHandler(3), Tcl_Import(3), Tcl_SetNamespaceUnknownHandler(3)
- manipulate namespaces
- Tcl_AppendExportList.tcl90(3), Tcl_AppendExportList(3), Tcl_CreateNamespace(3), Tcl_DeleteNamespace(3), Tcl_Export(3), Tcl_FindCommand(3), Tcl_FindNamespace(3), Tcl_ForgetImport(3), Tcl_GetCurrentNamespace(3), Tcl_GetGlobalNamespace(3), Tcl_GetNamespaceUnknownHandler(3), Tcl_Import(3), Tcl_SetNamespaceUnknownHandler(3)
- manipulate namespaces
- Tcl_AppendFormatToObj.tcl86(3), Tcl_NewStringObj(3), Tcl_NewUnicodeObj(3), Tcl_SetStringObj(3), Tcl_SetUnicodeObj(3), Tcl_GetStringFromObj(3), Tcl_GetString(3), Tcl_GetUnicodeFromObj(3), Tcl_GetUnicode(3), Tcl_GetUniChar(3), Tcl_GetCharLength(3), Tcl_GetRange(3), Tcl_AppendToObj(3), Tcl_AppendUnicodeToObj(3), Tcl_AppendObjToObj(3), Tcl_AppendStringsToObj(3), Tcl_AppendStringsToObjVA(3), Tcl_AppendLimitedToObj(3), Tcl_Format(3), Tcl_AppendFormatToObj(3), Tcl_ObjPrintf(3), Tcl_AppendPrintfToObj(3), Tcl_SetObjLength(3), Tcl_AttemptSetObjLength(3), Tcl_ConcatObj(3)
- manipulate Tcl values as strings
- Tcl_AppendFormatToObj.tcl90(3), Tcl_NewStringObj(3), Tcl_NewUnicodeObj(3), Tcl_SetStringObj(3), Tcl_SetUnicodeObj(3), Tcl_GetStringFromObj(3), Tcl_GetString(3), Tcl_GetUnicodeFromObj(3), Tcl_GetUnicode(3), Tcl_GetUniChar(3), Tcl_GetCharLength(3), Tcl_GetRange(3), Tcl_AppendToObj(3), Tcl_AppendUnicodeToObj(3), Tcl_AppendObjToObj(3), Tcl_AppendStringsToObj(3), Tcl_AppendLimitedToObj(3), Tcl_Format(3), Tcl_AppendFormatToObj(3), Tcl_ObjPrintf(3), Tcl_AppendPrintfToObj(3), Tcl_SetObjLength(3), Tcl_AttemptSetObjLength(3), Tcl_ConcatObj(3)
- manipulate Tcl values as strings
- Tcl_AsyncCreate.tcl86(3), Tcl_AsyncCreate(3), Tcl_AsyncMark(3), Tcl_AsyncInvoke(3), Tcl_AsyncDelete(3), Tcl_AsyncReady(3)
- handle asynchronous events
- Tcl_AsyncCreate.tcl90(3), Tcl_AsyncCreate(3), Tcl_AsyncMark(3), Tcl_AsyncMarkFromSignal(3), Tcl_AsyncInvoke(3), Tcl_AsyncDelete(3), Tcl_AsyncReady(3)
- handle asynchronous events
- Tcl_BackgroundError.tcl86(3), Tcl_BackgroundException(3), Tcl_BackgroundError(3)
- report Tcl exception that occurred in background processing
- Tcl_BackgroundError.tcl90(3), Tcl_BackgroundException(3), Tcl_BackgroundError(3)
- report Tcl exception that occurred in background processing
- Tcl_BadChannelOption.tcl86(3), Tcl_CreateChannel(3), Tcl_GetChannelInstanceData(3), Tcl_GetChannelType(3), Tcl_GetChannelName(3), Tcl_GetChannelHandle(3), Tcl_GetChannelMode(3), Tcl_GetChannelBufferSize(3), Tcl_SetChannelBufferSize(3), Tcl_NotifyChannel(3), Tcl_BadChannelOption(3), Tcl_ChannelName(3), Tcl_ChannelVersion(3), Tcl_ChannelBlockModeProc(3), Tcl_ChannelCloseProc(3), Tcl_ChannelClose2Proc(3), Tcl_ChannelInputProc(3), Tcl_ChannelOutputProc(3), Tcl_ChannelSeekProc(3), Tcl_ChannelWideSeekProc(3), Tcl_ChannelTruncateProc(3), Tcl_ChannelSetOptionProc(3), Tcl_ChannelGetOptionProc(3), Tcl_ChannelWatchProc(3), Tcl_ChannelGetHandleProc(3), Tcl_ChannelFlushProc(3), Tcl_ChannelHandlerProc(3), Tcl_ChannelThreadActionProc(3), Tcl_IsChannelShared(3), Tcl_IsChannelRegistered(3), Tcl_CutChannel(3), Tcl_SpliceChannel(3), Tcl_IsChannelExisting(3), Tcl_ClearChannelHandlers(3), Tcl_GetChannelThread(3), Tcl_ChannelBuffered(3)
- procedures for creating and manipulating channels
- Tcl_BadChannelOption.tcl90(3), Tcl_CreateChannel(3), Tcl_GetChannelInstanceData(3), Tcl_GetChannelType(3), Tcl_GetChannelName(3), Tcl_GetChannelHandle(3), Tcl_GetChannelMode(3), Tcl_GetChannelBufferSize(3), Tcl_SetChannelBufferSize(3), Tcl_NotifyChannel(3), Tcl_BadChannelOption(3), Tcl_ChannelName(3), Tcl_ChannelVersion(3), Tcl_ChannelBlockModeProc(3), Tcl_ChannelClose2Proc(3), Tcl_ChannelInputProc(3), Tcl_ChannelOutputProc(3), Tcl_ChannelWideSeekProc(3), Tcl_ChannelTruncateProc(3), Tcl_ChannelSetOptionProc(3), Tcl_ChannelGetOptionProc(3), Tcl_ChannelWatchProc(3), Tcl_ChannelGetHandleProc(3), Tcl_ChannelFlushProc(3), Tcl_ChannelHandlerProc(3), Tcl_ChannelThreadActionProc(3), Tcl_IsChannelShared(3), Tcl_IsChannelRegistered(3), Tcl_CutChannel(3), Tcl_SpliceChannel(3), Tcl_IsChannelExisting(3), Tcl_ClearChannelHandlers(3), Tcl_GetChannelThread(3), Tcl_ChannelBuffered(3)
- procedures for creating and manipulating channels
- Tcl_BounceRefCount.tcl90(3), Tcl_NewObj(3), Tcl_DuplicateObj(3), Tcl_IncrRefCount(3), Tcl_DecrRefCount(3), Tcl_BounceRefCount(3), Tcl_IsShared(3), Tcl_InvalidateStringRep(3)
- manipulate Tcl values
- Tcl_CallWhenDeleted.tcl86(3), Tcl_CallWhenDeleted(3), Tcl_DontCallWhenDeleted(3)
- Arrange for callback when interpreter is deleted
- Tcl_CallWhenDeleted.tcl90(3), Tcl_CallWhenDeleted(3), Tcl_DontCallWhenDeleted(3)
- Arrange for callback when interpreter is deleted
- Tcl_Char16Len.tcl90(3), Tcl_UniChar(3), Tcl_UniCharToUtf(3), Tcl_UtfToUniChar(3), Tcl_UtfToChar16(3), Tcl_UtfToWChar(3), Tcl_UniCharToUtfDString(3), Tcl_UtfToUniCharDString(3), Tcl_Char16ToUtfDString(3), Tcl_UtfToWCharDString(3), Tcl_UtfToChar16DString(3), Tcl_WCharToUtfDString(3), Tcl_WCharLen(3), Tcl_Char16Len(3), Tcl_UniCharLen(3), Tcl_UniCharNcmp(3), Tcl_UniCharNcasecmp(3), Tcl_UniCharCaseMatch(3), Tcl_UtfNcmp(3), Tcl_UtfNcasecmp(3), Tcl_UtfCharComplete(3), Tcl_NumUtfChars(3), Tcl_UtfFindFirst(3), Tcl_UtfFindLast(3), Tcl_UtfNext(3), Tcl_UtfPrev(3), Tcl_UniCharAtIndex(3), Tcl_UtfAtIndex(3), Tcl_UtfBackslash(3)
- routines for manipulating UTF-8 strings
- Tcl_ClassGetMetadata.tcl86(3), Tcl_ClassGetMetadata(3), Tcl_ClassSetMetadata(3), Tcl_CopyObjectInstance(3), Tcl_GetClassAsObject(3), Tcl_GetObjectAsClass(3), Tcl_GetObjectCommand(3), Tcl_GetObjectFromObj(3), Tcl_GetObjectName(3), Tcl_GetObjectNamespace(3), Tcl_NewObjectInstance(3), Tcl_ObjectDeleted(3), Tcl_ObjectGetMetadata(3), Tcl_ObjectGetMethodNameMapper(3), Tcl_ObjectSetMetadata(3), Tcl_ObjectSetMethodNameMapper(3)
- manipulate objects and classes
- Tcl_ClassGetMetadata.tcl90(3), Tcl_ClassGetMetadata(3), Tcl_ClassSetMetadata(3), Tcl_CopyObjectInstance(3), Tcl_GetClassAsObject(3), Tcl_GetObjectAsClass(3), Tcl_GetObjectCommand(3), Tcl_GetObjectFromObj(3), Tcl_GetObjectName(3), Tcl_GetObjectNamespace(3), Tcl_NewObjectInstance(3), Tcl_ObjectDeleted(3), Tcl_ObjectGetMetadata(3), Tcl_ObjectGetMethodNameMapper(3), Tcl_ObjectSetMetadata(3), Tcl_ObjectSetMethodNameMapper(3)
- manipulate objects and classes
- Tcl_ClassSetConstructor.tcl86(3), Tcl_ClassSetConstructor(3), Tcl_ClassSetDestructor(3), Tcl_MethodDeclarerClass(3), Tcl_MethodDeclarerObject(3), Tcl_MethodIsPublic(3), Tcl_MethodIsType(3), Tcl_MethodName(3), Tcl_NewInstanceMethod(3), Tcl_NewMethod(3), Tcl_ObjectContextInvokeNext(3), Tcl_ObjectContextIsFiltering(3), Tcl_ObjectContextMethod(3), Tcl_ObjectContextObject(3), Tcl_ObjectContextSkippedArgs(3)
- manipulate methods and method-call contexts
- Tcl_ClassSetConstructor.tcl90(3), Tcl_ClassSetConstructor(3), Tcl_ClassSetDestructor(3), Tcl_MethodDeclarerClass(3), Tcl_MethodDeclarerObject(3), Tcl_MethodIsPublic(3), Tcl_MethodIsPrivate(3), Tcl_MethodIsType(3), Tcl_MethodName(3), Tcl_NewInstanceMethod(3), Tcl_NewMethod(3), Tcl_ObjectContextInvokeNext(3), Tcl_ObjectContextIsFiltering(3), Tcl_ObjectContextMethod(3), Tcl_ObjectContextObject(3), Tcl_ObjectContextSkippedArgs(3)
- manipulate methods and method-call contexts
- Tcl_Close.tcl86(3), Tcl_OpenFileChannel(3), Tcl_OpenCommandChannel(3), Tcl_MakeFileChannel(3), Tcl_GetChannel(3), Tcl_GetChannelNames(3), Tcl_GetChannelNamesEx(3), Tcl_RegisterChannel(3), Tcl_UnregisterChannel(3), Tcl_DetachChannel(3), Tcl_IsStandardChannel(3), Tcl_Close(3), Tcl_ReadChars(3), Tcl_Read(3), Tcl_GetsObj(3), Tcl_Gets(3), Tcl_WriteObj(3), Tcl_WriteChars(3), Tcl_Write(3), Tcl_Flush(3), Tcl_Seek(3), Tcl_Tell(3), Tcl_TruncateChannel(3), Tcl_GetChannelOption(3), Tcl_SetChannelOption(3), Tcl_Eof(3), Tcl_InputBlocked(3), Tcl_InputBuffered(3), Tcl_OutputBuffered(3), Tcl_Ungets(3), Tcl_ReadRaw(3), Tcl_WriteRaw(3)
- buffered I/O facilities using channels
- Tcl_Close.tcl90(3), Tcl_OpenFileChannel(3), Tcl_OpenCommandChannel(3), Tcl_MakeFileChannel(3), Tcl_GetChannel(3), Tcl_GetChannelNames(3), Tcl_GetChannelNamesEx(3), Tcl_RegisterChannel(3), Tcl_UnregisterChannel(3), Tcl_DetachChannel(3), Tcl_IsStandardChannel(3), Tcl_Close(3), Tcl_ReadChars(3), Tcl_Read(3), Tcl_GetsObj(3), Tcl_Gets(3), Tcl_WriteObj(3), Tcl_WriteChars(3), Tcl_Write(3), Tcl_Flush(3), Tcl_Seek(3), Tcl_Tell(3), Tcl_TruncateChannel(3), Tcl_GetChannelOption(3), Tcl_SetChannelOption(3), Tcl_Eof(3), Tcl_InputBlocked(3), Tcl_InputBuffered(3), Tcl_OutputBuffered(3), Tcl_Ungets(3), Tcl_ReadRaw(3), Tcl_WriteRaw(3)
- buffered I/O facilities using channels
- Tcl_CommandTraceInfo.tcl86(3), Tcl_CommandTraceInfo(3), Tcl_TraceCommand(3), Tcl_UntraceCommand(3)
- monitor renames and deletes of a command
- Tcl_CommandTraceInfo.tcl90(3), Tcl_CommandTraceInfo(3), Tcl_TraceCommand(3), Tcl_UntraceCommand(3)
- monitor renames and deletes of a command
- Tcl_ConvertCountedElement.tcl86(3), Tcl_SplitList(3), Tcl_Merge(3), Tcl_ScanElement(3), Tcl_ConvertElement(3), Tcl_ScanCountedElement(3), Tcl_ConvertCountedElement(3)
- manipulate Tcl lists
- Tcl_ConvertCountedElement.tcl90(3), Tcl_SplitList(3), Tcl_Merge(3), Tcl_ScanElement(3), Tcl_ConvertElement(3), Tcl_ScanCountedElement(3), Tcl_ConvertCountedElement(3)
- manipulate Tcl lists
- Tcl_CreateAlias.tcl86(3), Tcl_IsSafe(3), Tcl_MakeSafe(3), Tcl_CreateChild(3), Tcl_CreateSlave(3), Tcl_GetChild(3), Tcl_GetSlave(3), Tcl_GetParent(3), Tcl_GetMaster(3), Tcl_GetInterpPath(3), Tcl_CreateAlias(3), Tcl_CreateAliasObj(3), Tcl_GetAlias(3), Tcl_GetAliasObj(3), Tcl_ExposeCommand(3), Tcl_HideCommand(3)
- manage multiple Tcl interpreters, aliases and hidden commands
- Tcl_CreateAlias.tcl90(3), Tcl_IsSafe(3), Tcl_CreateChild(3), Tcl_GetChild(3), Tcl_GetParent(3), Tcl_GetInterpPath(3), Tcl_CreateAlias(3), Tcl_CreateAliasObj(3), Tcl_GetAliasObj(3), Tcl_ExposeCommand(3), Tcl_HideCommand(3)
- manage multiple Tcl interpreters, aliases and hidden commands
- Tcl_CreateChannelHandler.tcl86(3), Tcl_CreateChannelHandler(3), Tcl_DeleteChannelHandler(3)
- call a procedure when a channel becomes readable or writable
- Tcl_CreateChannelHandler.tcl90(3), Tcl_CreateChannelHandler(3), Tcl_DeleteChannelHandler(3)
- call a procedure when a channel becomes readable or writable
- Tcl_CreateCloseHandler.tcl86(3), Tcl_CreateCloseHandler(3), Tcl_DeleteCloseHandler(3)
- arrange for callbacks when channels are closed
- Tcl_CreateCloseHandler.tcl90(3), Tcl_CreateCloseHandler(3), Tcl_DeleteCloseHandler(3)
- arrange for callbacks when channels are closed
- Tcl_CreateEncoding.tcl86(3), Tcl_GetEncoding(3), Tcl_FreeEncoding(3), Tcl_GetEncodingFromObj(3), Tcl_ExternalToUtfDString(3), Tcl_ExternalToUtf(3), Tcl_UtfToExternalDString(3), Tcl_UtfToExternal(3), Tcl_WinTCharToUtf(3), Tcl_WinUtfToTChar(3), Tcl_GetEncodingName(3), Tcl_SetSystemEncoding(3), Tcl_GetEncodingNameFromEnvironment(3), Tcl_GetEncodingNames(3), Tcl_CreateEncoding(3), Tcl_GetEncodingSearchPath(3), Tcl_SetEncodingSearchPath(3), Tcl_GetDefaultEncodingDir(3), Tcl_SetDefaultEncodingDir(3)
- procedures for creating and using encodings
- Tcl_CreateEnsemble.tcl86(3), Tcl_CreateEnsemble(3), Tcl_FindEnsemble(3), Tcl_GetEnsembleFlags(3), Tcl_GetEnsembleMappingDict(3), Tcl_GetEnsembleNamespace(3), Tcl_GetEnsembleParameterList(3), Tcl_GetEnsembleUnknownHandler(3), Tcl_GetEnsembleSubcommandList(3), Tcl_IsEnsemble(3), Tcl_SetEnsembleFlags(3), Tcl_SetEnsembleMappingDict(3), Tcl_SetEnsembleParameterList(3), Tcl_SetEnsembleSubcommandList(3), Tcl_SetEnsembleUnknownHandler(3)
- manipulate ensemble commands
- Tcl_CreateEnsemble.tcl90(3), Tcl_CreateEnsemble(3), Tcl_FindEnsemble(3), Tcl_GetEnsembleFlags(3), Tcl_GetEnsembleMappingDict(3), Tcl_GetEnsembleNamespace(3), Tcl_GetEnsembleParameterList(3), Tcl_GetEnsembleUnknownHandler(3), Tcl_GetEnsembleSubcommandList(3), Tcl_IsEnsemble(3), Tcl_SetEnsembleFlags(3), Tcl_SetEnsembleMappingDict(3), Tcl_SetEnsembleParameterList(3), Tcl_SetEnsembleSubcommandList(3), Tcl_SetEnsembleUnknownHandler(3)
- manipulate ensemble commands
- Tcl_CreateExitHandler.tcl86(3), Tcl_Exit(3), Tcl_Finalize(3), Tcl_CreateExitHandler(3), Tcl_DeleteExitHandler(3), Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), Tcl_SetExitProc(3)
- end the application or thread (and invoke exit handlers)
- Tcl_CreateExitHandler.tcl90(3), Tcl_Exit(3), Tcl_Finalize(3), Tcl_CreateExitHandler(3), Tcl_DeleteExitHandler(3), Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), Tcl_SetExitProc(3)
- end the application or thread (and invoke exit handlers)
- Tcl_CreateFileHandler.tcl86(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateFileHandler.tcl90(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateHashEntry.tcl86(3), Tcl_InitHashTable(3), Tcl_InitCustomHashTable(3), Tcl_InitObjHashTable(3), Tcl_DeleteHashTable(3), Tcl_CreateHashEntry(3), Tcl_DeleteHashEntry(3), Tcl_FindHashEntry(3), Tcl_GetHashValue(3), Tcl_SetHashValue(3), Tcl_GetHashKey(3), Tcl_FirstHashEntry(3), Tcl_NextHashEntry(3), Tcl_HashStats(3)
- procedures to manage hash tables
- Tcl_CreateHashEntry.tcl90(3), Tcl_InitHashTable(3), Tcl_InitCustomHashTable(3), Tcl_InitObjHashTable(3), Tcl_DeleteHashTable(3), Tcl_CreateHashEntry(3), Tcl_DeleteHashEntry(3), Tcl_FindHashEntry(3), Tcl_GetHashValue(3), Tcl_SetHashValue(3), Tcl_GetHashKey(3), Tcl_FirstHashEntry(3), Tcl_NextHashEntry(3), Tcl_HashStats(3)
- procedures to manage hash tables
- Tcl_CreateInterp.tcl86(3), Tcl_CreateInterp(3), Tcl_DeleteInterp(3), Tcl_InterpActive(3), Tcl_InterpDeleted(3)
- create and delete Tcl command interpreters
- Tcl_CreateInterp.tcl90(3), Tcl_CreateInterp(3), Tcl_DeleteInterp(3), Tcl_InterpActive(3), Tcl_InterpDeleted(3)
- create and delete Tcl command interpreters
- Tcl_CreateMathFunc.tcl86(3), Tcl_CreateMathFunc(3), Tcl_GetMathFuncInfo(3), Tcl_ListMathFuncs(3)
- Define, query and enumerate math functions for expressions
- Tcl_CreateObjCommand.tcl86(3), Tcl_CreateObjCommand(3), Tcl_DeleteCommand(3), Tcl_DeleteCommandFromToken(3), Tcl_GetCommandInfo(3), Tcl_GetCommandInfoFromToken(3), Tcl_SetCommandInfo(3), Tcl_SetCommandInfoFromToken(3), Tcl_GetCommandName(3), Tcl_GetCommandFullName(3), Tcl_GetCommandFromObj(3)
- implement new commands in C
- Tcl_CreateObjCommand.tcl90(3), Tcl_CreateObjCommand(3), Tcl_CreateObjCommand2(3), Tcl_DeleteCommand(3), Tcl_DeleteCommandFromToken(3), Tcl_GetCommandInfo(3), Tcl_GetCommandInfoFromToken(3), Tcl_SetCommandInfo(3), Tcl_SetCommandInfoFromToken(3), Tcl_GetCommandName(3), Tcl_GetCommandFullName(3), Tcl_GetCommandFromObj(3)
- implement new commands in C
- Tcl_CreateObjTrace.tcl86(3), Tcl_CreateTrace(3), Tcl_CreateObjTrace(3), Tcl_DeleteTrace(3)
- arrange for command execution to be traced
- Tcl_CreateObjTrace.tcl90(3), Tcl_CreateTrace(3), Tcl_CreateObjTrace(3), Tcl_CreateObjTrace2(3), Tcl_DeleteTrace(3)
- arrange for command execution to be traced
- Tcl_CreateTimerHandler.tcl86(3), Tcl_CreateTimerHandler(3), Tcl_DeleteTimerHandler(3)
- call a procedure at a given time
- Tcl_CreateTimerHandler.tcl90(3), Tcl_CreateTimerHandler(3), Tcl_DeleteTimerHandler(3)
- call a procedure at a given time
- Tcl_DecrRefCount.tcl86(3), Tcl_NewObj(3), Tcl_DuplicateObj(3), Tcl_IncrRefCount(3), Tcl_DecrRefCount(3), Tcl_IsShared(3), Tcl_InvalidateStringRep(3)
- manipulate Tcl values
- Tcl_DeleteAssocData.tcl86(3), Tcl_GetAssocData(3), Tcl_SetAssocData(3), Tcl_DeleteAssocData(3)
- manage associations of string keys and user specified data with Tcl interpreters
- Tcl_DeleteAssocData.tcl90(3), Tcl_GetAssocData(3), Tcl_SetAssocData(3), Tcl_DeleteAssocData(3)
- manage associations of string keys and user specified data with Tcl interpreters
- Tcl_DetachPids.tcl86(3), Tcl_DetachPids(3), Tcl_ReapDetachedProcs(3), Tcl_WaitPid(3)
- manage child processes in background
- Tcl_DetachPids.tcl90(3), Tcl_DetachPids(3), Tcl_ReapDetachedProcs(3), Tcl_WaitPid(3)
- manage child processes in background
- Tcl_ErrnoId.tcl86(3), Tcl_SetErrno(3), Tcl_GetErrno(3), Tcl_ErrnoId(3), Tcl_ErrnoMsg(3)
- manipulate errno to store and retrieve error codes
- Tcl_ErrnoId.tcl90(3), Tcl_SetErrno(3), Tcl_GetErrno(3), Tcl_ErrnoId(3), Tcl_ErrnoMsg(3), Tcl_WinConvertError(3)
- manipulate errno to store and retrieve error codes
- Tcl_FindExecutable.tcl86(3), Tcl_FindExecutable(3), Tcl_GetNameOfExecutable(3)
- identify or return the name of the binary file containing the application
- Tcl_FindExecutable.tcl90(3), Tcl_FindExecutable(3), Tcl_GetNameOfExecutable(3)
- identify or return the name of the binary file containing the application
- Tcl_FindSymbol.tcl86(3), Tcl_LoadFile(3), Tcl_FindSymbol(3)
- platform-independent dynamic library loading
- Tcl_FindSymbol.tcl90(3), Tcl_LoadFile(3), Tcl_FindSymbol(3)
- platform-independent dynamic library loading
- Tcl_GetBignumFromObj.tcl86(3), Tcl_NewIntObj(3), Tcl_NewLongObj(3), Tcl_NewWideIntObj(3), Tcl_SetIntObj(3), Tcl_SetLongObj(3), Tcl_SetWideIntObj(3), Tcl_GetIntFromObj(3), Tcl_GetLongFromObj(3), Tcl_GetWideIntFromObj(3), Tcl_NewBignumObj(3), Tcl_SetBignumObj(3), Tcl_GetBignumFromObj(3), Tcl_TakeBignumFromObj(3)
- manipulate Tcl values as integers
- Tcl_GetBignumFromObj.tcl90(3), Tcl_NewIntObj(3), Tcl_NewLongObj(3), Tcl_NewWideIntObj(3), Tcl_NewWideUIntObj(3), Tcl_SetIntObj(3), Tcl_SetLongObj(3), Tcl_SetWideIntObj(3), Tcl_SetWideUIntObj(3), Tcl_GetIntFromObj(3), Tcl_GetIntForIndex(3), Tcl_GetLongFromObj(3), Tcl_GetWideIntFromObj(3), Tcl_GetWideUIntFromObj(3), Tcl_NewBignumObj(3), Tcl_SetBignumObj(3), Tcl_GetBignumFromObj(3), Tcl_TakeBignumFromObj(3)
- manipulate Tcl values as integers
- Tcl_GetIndexFromObj.tcl86(3), Tcl_GetIndexFromObj(3), Tcl_GetIndexFromObjStruct(3)
- lookup string in table of keywords
- Tcl_GetIndexFromObj.tcl90(3), Tcl_GetIndexFromObj(3), Tcl_GetIndexFromObjStruct(3)
- lookup string in table of keywords
- Tcl_GetPathType.tcl86(3), Tcl_SplitPath(3), Tcl_JoinPath(3), Tcl_GetPathType(3)
- manipulate platform-dependent file paths
- Tcl_GetPathType.tcl90(3), Tcl_SplitPath(3), Tcl_JoinPath(3), Tcl_GetPathType(3)
- manipulate platform-dependent file paths
- Tcl_GetStartupScript.tcl86(3), Tcl_Main(3), Tcl_MainEx(3), Tcl_MainExW(3), Tcl_SetStartupScript(3), Tcl_GetStartupScript(3), Tcl_SetMainLoop(3)
- main program, startup script, and event loop definition for Tcl-based applications
- Tcl_GetStartupScript.tcl90(3), Tcl_Main(3), Tcl_MainEx(3), Tcl_MainExW(3), Tcl_SetStartupScript(3), Tcl_GetStartupScript(3), Tcl_SetMainLoop(3)
- main program, startup script, and event loop definition for Tcl-based applications
- Tcl_LimitAddHandler.tcl86(3), Tcl_LimitAddHandler(3), Tcl_LimitCheck(3), Tcl_LimitExceeded(3), Tcl_LimitGetCommands(3), Tcl_LimitGetGranularity(3), Tcl_LimitGetTime(3), Tcl_LimitReady(3), Tcl_LimitRemoveHandler(3), Tcl_LimitSetCommands(3), Tcl_LimitSetGranularity(3), Tcl_LimitSetTime(3), Tcl_LimitTypeEnabled(3), Tcl_LimitTypeExceeded(3), Tcl_LimitTypeReset(3), Tcl_LimitTypeSet(3)
- manage and check resource limits on interpreters
- Tcl_LimitAddHandler.tcl90(3), Tcl_LimitAddHandler(3), Tcl_LimitCheck(3), Tcl_LimitExceeded(3), Tcl_LimitGetCommands(3), Tcl_LimitGetGranularity(3), Tcl_LimitGetTime(3), Tcl_LimitReady(3), Tcl_LimitRemoveHandler(3), Tcl_LimitSetCommands(3), Tcl_LimitSetGranularity(3), Tcl_LimitSetTime(3), Tcl_LimitTypeEnabled(3), Tcl_LimitTypeExceeded(3), Tcl_LimitTypeReset(3), Tcl_LimitTypeSet(3)
- manage and check resource limits on interpreters
- Tcl_ListObjAppendElement.tcl86(3), Tcl_ListObjAppendList(3), Tcl_ListObjAppendElement(3), Tcl_NewListObj(3), Tcl_SetListObj(3), Tcl_ListObjGetElements(3), Tcl_ListObjLength(3), Tcl_ListObjIndex(3), Tcl_ListObjReplace(3)
- manipulate Tcl values as lists
- Tcl_ListObjAppendElement.tcl90(3), Tcl_ListObjAppendList(3), Tcl_ListObjAppendElement(3), Tcl_NewListObj(3), Tcl_SetListObj(3), Tcl_ListObjGetElements(3), Tcl_ListObjLength(3), Tcl_ListObjIndex(3), Tcl_ListObjReplace(3)
- manipulate Tcl values as lists
- Tcl_NumUtfChars.tcl86(3), Tcl_UniChar(3), Tcl_UniCharToUtf(3), Tcl_UtfToUniChar(3), Tcl_UniCharToUtfDString(3), Tcl_UtfToUniCharDString(3), Tcl_UniCharLen(3), Tcl_UniCharNcmp(3), Tcl_UniCharNcasecmp(3), Tcl_UniCharCaseMatch(3), Tcl_UtfNcmp(3), Tcl_UtfNcasecmp(3), Tcl_UtfCharComplete(3), Tcl_NumUtfChars(3), Tcl_UtfFindFirst(3), Tcl_UtfFindLast(3), Tcl_UtfNext(3), Tcl_UtfPrev(3), Tcl_UniCharAtIndex(3), Tcl_UtfAtIndex(3), Tcl_UtfBackslash(3)
- routines for manipulating UTF-8 strings
- Tcl_ParseArgsObjv.tcl86(3), Tcl_ParseArgsObjv(3)
- parse arguments according to a tabular description
- Tcl_ParseArgsObjv.tcl90(3), Tcl_ParseArgsObjv(3)
- parse arguments according to a tabular description
- Tcl_PkgPresent.tcl86(3), Tcl_PkgRequire(3), Tcl_PkgRequireEx(3), Tcl_PkgRequireProc(3), Tcl_PkgPresent(3), Tcl_PkgPresentEx(3), Tcl_PkgProvide(3), Tcl_PkgProvideEx(3)
- package version control
- Tcl_PkgPresent.tcl90(3), Tcl_PkgRequire(3), Tcl_PkgRequireEx(3), Tcl_PkgRequireProc(3), Tcl_PkgPresent(3), Tcl_PkgPresentEx(3), Tcl_PkgProvide(3), Tcl_PkgProvideEx(3)
- package version control
- Tcl_RecordAndEval.tcl86(3), Tcl_RecordAndEval(3)
- save command on history list before evaluating
- Tcl_RecordAndEval.tcl90(3), Tcl_RecordAndEval(3)
- save command on history list before evaluating
- Tcl_RecordAndEvalObj.tcl86(3), Tcl_RecordAndEvalObj(3)
- save command on history list before evaluating
- Tcl_RecordAndEvalObj.tcl90(3), Tcl_RecordAndEvalObj(3)
- save command on history list before evaluating
- Tcl_RegisterConfig.tcl86(3), Tcl_RegisterConfig(3)
- procedures to register embedded configuration information
- Tcl_RegisterConfig.tcl90(3), Tcl_RegisterConfig(3)
- procedures to register embedded configuration information
- Tcl_SetRecursionLimit.tcl86(3), Tcl_SetRecursionLimit(3)
- set maximum allowable nesting depth in interpreter
- Tcl_SetRecursionLimit.tcl90(3), Tcl_SetRecursionLimit(3)
- set maximum allowable nesting depth in interpreter
- Tcl_SignalId.tcl86(3), Tcl_SignalId(3), Tcl_SignalMsg(3)
- Convert signal codes
- Tcl_SignalId.tcl90(3), Tcl_SignalId(3), Tcl_SignalMsg(3)
- Convert signal codes
- Tcl_Sleep.tcl86(3), Tcl_Sleep(3)
- delay execution for a given number of milliseconds
- Tcl_Sleep.tcl90(3), Tcl_Sleep(3)
- delay execution for a given number of milliseconds
- Tcl_StandardChannels.tcl86(3), Tcl_StandardChannels(3)
- How the Tcl library deals with the standard channels
- Tcl_StandardChannels.tcl90(3), Tcl_StandardChannels(3)
- How the Tcl library deals with the standard channels
- Tcl_TranslateFileName.tcl86(3), Tcl_TranslateFileName(3)
- convert file name to native form and replace tilde with home directory
- Tcl_UniCharToLower.tcl86(3), Tcl_UniCharToUpper(3), Tcl_UniCharToLower(3), Tcl_UniCharToTitle(3), Tcl_UtfToUpper(3), Tcl_UtfToLower(3), Tcl_UtfToTitle(3)
- routines for manipulating the case of Unicode characters and UTF-8 strings
- Tcl_UniCharToLower.tcl90(3), Tcl_UniCharToUpper(3), Tcl_UniCharToLower(3), Tcl_UniCharToTitle(3), Tcl_UtfToUpper(3), Tcl_UtfToLower(3), Tcl_UtfToTitle(3)
- routines for manipulating the case of Unicode characters and UTF-8 strings
- Tcl_ZlibAdler32.tcl86(3), Tcl_ZlibAdler32(3), Tcl_ZlibCRC32(3), Tcl_ZlibDeflate(3), Tcl_ZlibInflate(3), Tcl_ZlibStreamChecksum(3), Tcl_ZlibStreamClose(3), Tcl_ZlibStreamEof(3), Tcl_ZlibStreamGet(3), Tcl_ZlibStreamGetCommandName(3), Tcl_ZlibStreamInit(3), Tcl_ZlibStreamPut(3)
- compression and decompression functions
- Tcl_ZlibAdler32.tcl90(3), Tcl_ZlibAdler32(3), Tcl_ZlibCRC32(3), Tcl_ZlibDeflate(3), Tcl_ZlibInflate(3), Tcl_ZlibStreamChecksum(3), Tcl_ZlibStreamClose(3), Tcl_ZlibStreamEof(3), Tcl_ZlibStreamGet(3), Tcl_ZlibStreamGetCommandName(3), Tcl_ZlibStreamInit(3), Tcl_ZlibStreamPut(3)
- compression and decompression functions
- Tclx_Init(3), Tclxcmd_Init(3), TclX_Main(3), Tkx_Init(3), TkX_Main(3)
- Extended Tcl initialization. '
- Thunar(1)
- File Manager for the Xfce Desktop Environment
- Tk_3DBorderColor.tk86(3), Tk_Alloc3DBorderFromObj(3), Tk_Get3DBorder(3), Tk_Get3DBorderFromObj(3), Tk_Draw3DRectangle(3), Tk_Fill3DRectangle(3), Tk_Draw3DPolygon(3), Tk_Fill3DPolygon(3), Tk_3DVerticalBevel(3), Tk_3DHorizontalBevel(3), Tk_SetBackgroundFromBorder(3), Tk_NameOf3DBorder(3), Tk_3DBorderColor(3), Tk_3DBorderGC(3), Tk_Free3DBorderFromObj(3), Tk_Free3DBorder(3)
- draw borders with three-dimensional appearance
- Tk_AllocBitmapFromObj.tk86(3), Tk_AllocBitmapFromObj(3), Tk_GetBitmap(3), Tk_GetBitmapFromObj(3), Tk_DefineBitmap(3), Tk_NameOfBitmap(3), Tk_SizeOfBitmap(3), Tk_FreeBitmapFromObj(3), Tk_FreeBitmap(3)
- maintain database of single-plane pixmaps
- Tk_Attributes.tk86(3), Tk_WindowId(3), Tk_Parent(3), Tk_Display(3), Tk_DisplayName(3), Tk_ScreenNumber(3), Tk_Screen(3), Tk_X(3), Tk_Y(3), Tk_Width(3), Tk_Height(3), Tk_Changes(3), Tk_Attributes(3), Tk_IsContainer(3), Tk_IsEmbedded(3), Tk_IsMapped(3), Tk_IsTopLevel(3), Tk_ReqWidth(3), Tk_ReqHeight(3), Tk_MinReqWidth(3), Tk_MinReqHeight(3), Tk_InternalBorderLeft(3), Tk_InternalBorderRight(3), Tk_InternalBorderTop(3), Tk_InternalBorderBottom(3), Tk_Visual(3), Tk_Depth(3), Tk_Colormap(3), Tk_Interp (3)
- retrieve information from Tk's local data structure
- Tk_BindEvent.tk86(3), Tk_CreateBindingTable(3), Tk_DeleteBindingTable(3), Tk_CreateBinding(3), Tk_DeleteBinding(3), Tk_GetBinding(3), Tk_GetAllBindings(3), Tk_DeleteAllBindings(3), Tk_BindEvent(3)
- invoke scripts in response to X events
- Tk_ChangeWindowAttributes.tk86(3), Tk_ConfigureWindow(3), Tk_MoveWindow(3), Tk_ResizeWindow(3), Tk_MoveResizeWindow(3), Tk_SetWindowBorderWidth(3), Tk_ChangeWindowAttributes(3), Tk_SetWindowBackground(3), Tk_SetWindowBackgroundPixmap(3), Tk_SetWindowBorder(3), Tk_SetWindowBorderPixmap(3), Tk_SetWindowColormap(3), Tk_DefineCursor(3), Tk_UndefineCursor(3)
- change window configuration or attributes
- Tk_CharBbox.tk86(3), Tk_ComputeTextLayout(3), Tk_FreeTextLayout(3), Tk_DrawTextLayout(3), Tk_UnderlineTextLayout(3), Tk_PointToChar(3), Tk_CharBbox(3), Tk_DistanceToTextLayout(3), Tk_IntersectTextLayout(3), Tk_TextLayoutToPostscript(3)
- routines to measure and display single-font, multi-line, justified text
- Tk_ClearSelection.tk86(3), Tk_ClearSelection(3)
- Deselect a selection
- Tk_CreateClientMessageHandler.tk86(3), Tk_CreateClientMessageHandler(3), Tk_DeleteClientMessageHandler(3)
- associate procedure callback with ClientMessage type X events
- Tk_CreateErrorHandler.tk86(3), Tk_CreateErrorHandler(3), Tk_DeleteErrorHandler(3)
- handle X protocol errors
- Tk_CreateEventHandler.tk86(3), Tk_CreateEventHandler(3), Tk_DeleteEventHandler(3)
- associate procedure callback with an X event
- Tk_CreateGenericHandler.tk86(3), Tk_CreateGenericHandler(3), Tk_DeleteGenericHandler(3)
- associate procedure callback with all X events
- Tk_CreateImageType.tk86(3), Tk_CreateImageType(3), Tk_GetImageMasterData(3), Tk_GetImageModelData(3), Tk_InitImageArgs(3)
- define new kind of image
- Tk_CreateItemType.tk86(3), Tk_CreateItemType(3), Tk_GetItemTypes(3)
- define new kind of canvas item
- Tk_CreateOptionTable.tk86(3), Tk_CreateOptionTable(3), Tk_DeleteOptionTable(3), Tk_InitOptions(3), Tk_SetOptions(3), Tk_FreeSavedOptions(3), Tk_RestoreSavedOptions(3), Tk_GetOptionValue(3), Tk_GetOptionInfo(3), Tk_FreeConfigOptions(3), Tk_Offset(3)
- process configuration options
- Tk_CreatePhotoImageFormat.tk86(3), Tk_CreatePhotoImageFormat(3)
- define new file format for photo images
- Tk_CreateSelHandler.tk86(3), Tk_CreateSelHandler(3), Tk_DeleteSelHandler(3)
- arrange to handle requests for a selection
- Tk_CreateWindow.tk86(3), Tk_CreateWindow(3), Tk_CreateWindowFromPath(3), Tk_DestroyWindow(3), Tk_MakeWindowExist(3)
- create or delete window
- Tk_DeleteImage.tk86(3), Tk_DeleteImage(3)
- Destroy an image
- Tk_FreeXId.tk86(3), Tk_FreeXId(3)
- make X resource identifier available for reuse
- Tk_GeometryRequest.tk86(3), Tk_GeometryRequest(3), Tk_SetMinimumRequestSize(3), Tk_SetInternalBorder(3), Tk_SetInternalBorderEx(3)
- specify desired geometry or internal border for a window
- Tk_GetUid.tk86(3), Tk_GetUid(3), Tk_Uid(3)
- convert from string to unique identifier
- Tk_MainLoop.tk86(3), Tk_MainLoop(3)
- loop for events until all windows are deleted
- Tk_RestackWindow.tk86(3), Tk_RestackWindow(3)
- Change a window's position in the stacking order
- Tk_RestrictEvents.tk86(3), Tk_RestrictEvents(3)
- filter and selectively delay X events
- Tspi_Context_Close(3)
- destroy a TSP context handle
- Tspi_Context_CloseObject(3)
- destroy resources associated with an object handle
- Tspi_Context_GetCapability(3)
- provide the capabilites of a TSS Core Service, TSS Service Provider, or TPM
- Tspi_Context_GetDefaultPolicy(3)
- Get a handle to the default policy object of a given context
- Tspi_Context_GetKeyByPublicInfo(3)
- search the persistent storage for a registered key using the provided public key information
- Tspi_Context_UnregisterKey(3)
- unregister a key from the persistent storage device
- Tspi_Data_Seal(3)
- encrypt a data blob in a mannar that is only decryptable by Tspi_Data_Unseal on the same system
- Tspi_Data_Unbind(3)
- Decrypts data that has been bound to a key
- Tspi_Data_Unseal(3)
- dencrypt data encrypted by Tspi_Data_Seal() only if it was encrypted on the same platform and under the current configuration
- Tspi_DecodeBER_TssBlob(3)
- unwraps a BER-encoded TSS blob
- Tspi_EncodeDER_TssBlob(3)
- generate a DER encoded TSS blob
- Tspi_PcrComposite_GetPcrValue(3)
- get the digest value of a given PCR index inside a PCR composite object
- Tspi_PcrComposite_SelectPcrIndex(3), Tspi_PcrComposite_SelectPcrIndex-(3)
- select a PCR index inside a PCR composite object
- Tspi_PcrComposite_SetPcrValue(3), Tspi_PcrComposite_SetPcrValue-(3)
- set the digest for a given PCR index inside a PCR composite object
- Tspi_Policy_SetSecret(3)
- set the authorization data of a policy object and define the handling of its retrieval
- Tspi_TPM_CMKSetRestrictions(3)
- set restrictions on use of delegated Certified Migratable Keys
- Tspi_TPM_CollateIdentityRequest(3)
- Gets all the informatin necessary to send to a trusted third party (TTP), repartory to asking the TTP to create a certificate for identity
- Tspi_TPM_GetEvent(3), Tspi_TPM_GetEvent-(3)
- get a PCR event for a given PCR index and event number
- Tspi_TPM_GetEvents(3), Tspi_TPM_GetEvents-(3)
- get a specific number of PCR events for a given index
- Tss2_Tcti_Device_Init(3), Tss2_Tcti_Device_init(3)
- Initialization function for the device TCTI library
- Ttk_AddPadding.tk86(3), Ttk_MakeBox(3), Ttk_PadBox(3), Ttk_ExpandBox(3), Ttk_PackBox(3), Ttk_StickBox(3), Ttk_PlaceBox(3), Ttk_BoxContains(3), Ttk_MakePadding(3), Ttk_UniformPadding(3), Ttk_AddPadding(3), Ttk_RelievePadding(3), Ttk_GetPaddingFromObj(3), Ttk_GetBorderFromObj(3), Ttk_GetStickyFromObj(3)
- Tk themed geometry utilities
- Ttk_CreateTheme.tk86(3), Ttk_CreateTheme(3), Ttk_GetTheme(3), Ttk_GetDefaultTheme(3), Ttk_GetCurrentTheme(3)
- create and use Tk themes
- UI(3), UI_new(3), UI_new_method(3), UI_free(3), UI_add_input_string(3), UI_dup_input_string(3), UI_add_verify_string(3), UI_dup_verify_string(3), UI_add_input_boolean(3), UI_dup_input_boolean(3), UI_add_info_string(3), UI_dup_info_string(3), UI_add_error_string(3), UI_dup_error_string(3), UI_construct_prompt(3), UI_add_user_data(3), UI_dup_user_data(3), UI_get0_user_data(3), UI_get0_result(3), UI_get_result_length(3), UI_process(3), UI_ctrl(3), UI_set_default_method(3), UI_get_default_method(3), UI_get_method(3), UI_set_method(3), UI_OpenSSL(3), UI_null(3)
- user interface
- UI(3ossl), UI_new(3ossl), UI_new_method(3ossl), UI_free(3ossl), UI_add_input_string(3ossl), UI_dup_input_string(3ossl), UI_add_verify_string(3ossl), UI_dup_verify_string(3ossl), UI_add_input_boolean(3ossl), UI_dup_input_boolean(3ossl), UI_add_info_string(3ossl), UI_dup_info_string(3ossl), UI_add_error_string(3ossl), UI_dup_error_string(3ossl), UI_construct_prompt(3ossl), UI_add_user_data(3ossl), UI_dup_user_data(3ossl), UI_get0_user_data(3ossl), UI_get0_result(3ossl), UI_get_result_length(3ossl), UI_process(3ossl), UI_ctrl(3ossl), UI_set_default_method(3ossl), UI_get_default_method(3ossl), UI_get_method(3ossl), UI_set_method(3ossl), UI_OpenSSL(3ossl), UI_null(3ossl)
- user interface
- UI_METHOD(3), UI_create_method(3), UI_destroy_method(3), UI_method_set_opener(3), UI_method_set_writer(3), UI_method_set_flusher(3), UI_method_set_reader(3), UI_method_set_closer(3), UI_method_set_data_duplicator(3), UI_method_set_prompt_constructor(3), UI_method_set_ex_data(3), UI_method_get_opener(3), UI_method_get_writer(3), UI_method_get_flusher(3), UI_method_get_reader(3), UI_method_get_closer(3), UI_method_get_data_duplicator(3), UI_method_get_data_destructor(3), UI_method_get_prompt_constructor(3), UI_method_get_ex_data(3)
- user interface method creation and destruction
- UI_METHOD(3ossl), UI_create_method(3ossl), UI_destroy_method(3ossl), UI_method_set_opener(3ossl), UI_method_set_writer(3ossl), UI_method_set_flusher(3ossl), UI_method_set_reader(3ossl), UI_method_set_closer(3ossl), UI_method_set_data_duplicator(3ossl), UI_method_set_prompt_constructor(3ossl), UI_method_set_ex_data(3ossl), UI_method_get_opener(3ossl), UI_method_get_writer(3ossl), UI_method_get_flusher(3ossl), UI_method_get_reader(3ossl), UI_method_get_closer(3ossl), UI_method_get_data_duplicator(3ossl), UI_method_get_data_destructor(3ossl), UI_method_get_prompt_constructor(3ossl), UI_method_get_ex_data(3ossl)
- user interface method creation and destruction
- UPower(7)
- System-wide Power Management
- UVI(3), Moisture(3), Barometer(3), HUB(3)
- HobbyBoards EE/EF Microprocessor-based slaves: Ultra Violet (UV) Index sensor, Soil and Leaf moisture measurements, Barometer, 4-channel hub with switchable branches
- Uchar(3o)
- Unicode characters
- VIRTUAL_W(3), VIRTUAL_H(3)
- Global define to obtain the virtual size of the screen. Allegro game programming library
- VirtualBindings(3)
- Bindings for virtual mouse and key events "VirtualBindings" "default bindings" "VirtualBindings"
- Warnings(3o)
- Warning definitions
- WharfFolders(1x)
- AfterStep wharf module
- WordDBInfo(3)
- inverted index usage environment
- WordDict(3)
- manage and use an inverted index dictionary
- WordKey(3)
- inverted index key
- WordKeyInfo(3)
- information on the key structure of the inverted index
- WordList(3)
- abstract class to manage and use an inverted index file
- WordListOne(3)
- manage and use an inverted index file
- WordRecord(3)
- inverted index record
- WordRecordInfo(3)
- information on the record structure of the inverted index
- WordReference(3)
- inverted index occurrence
- WordType(3)
- defines a word in term of allowed characters, length etc
- X509V3_get_d2i(3ossl), X509V3_add1_i2d(3ossl), X509V3_EXT_d2i(3ossl), X509V3_EXT_i2d(3ossl), X509_get_ext_d2i(3ossl), X509_add1_ext_i2d(3ossl), X509_ACERT_get_ext_d2i(3ossl), X509_ACERT_add1_ext_i2d(3ossl), X509_CRL_get_ext_d2i(3ossl), X509_CRL_add1_ext_i2d(3ossl), X509_REVOKED_get_ext_d2i(3ossl), X509_REVOKED_add1_ext_i2d(3ossl), X509_get0_extensions(3ossl), X509_ACERT_get0_extensions(3ossl), X509_CRL_get0_extensions(3ossl), X509_REVOKED_get0_extensions(3ossl)
- X509 extension decode and encode functions
- X509_ACERT_add1_attr(3ossl), X509_ACERT_add1_attr_by_NID(3ossl), X509_ACERT_add1_attr_by_OBJ(3ossl), X509_ACERT_add1_attr_by_txt(3ossl), X509_ACERT_delete_attr(3ossl)
- X509_ACERT attribute functions
- X509_ACERT_get0_holder_baseCertId(3ossl), X509_ACERT_get0_holder_digest(3ossl), X509_ACERT_get0_holder_entityName(3ossl), X509_ACERT_set0_holder_baseCertId(3ossl), X509_ACERT_set0_holder_digest(3ossl), X509_ACERT_set0_holder_entityName(3ossl), OSSL_ISSUER_SERIAL_get0_issuer(3ossl), OSSL_ISSUER_SERIAL_get0_issuerUID(3ossl), OSSL_ISSUER_SERIAL_get0_serial(3ossl), OSSL_ISSUER_SERIAL_set1_issuer(3ossl), OSSL_ISSUER_SERIAL_set1_issuerUID(3ossl), OSSL_ISSUER_SERIAL_set1_serial(3ossl), OSSL_OBJECT_DIGEST_INFO_get0_digest(3ossl), OSSL_OBJECT_DIGEST_INFO_set1_digest(3ossl)
- get and set Attribute Certificate holder fields
- X509_ALGOR_dup(3), X509_ALGOR_set0(3), X509_ALGOR_get0(3), X509_ALGOR_set_md(3), X509_ALGOR_cmp(3), X509_ALGOR_copy(3)
- AlgorithmIdentifier functions
- X509_ALGOR_dup(3ossl), X509_ALGOR_set0(3ossl), X509_ALGOR_get0(3ossl), X509_ALGOR_set_md(3ossl), X509_ALGOR_cmp(3ossl), X509_ALGOR_copy(3ossl)
- AlgorithmIdentifier functions
- X509_ATTRIBUTE(3ossl), X509at_get_attr(3ossl), X509at_get_attr_count(3ossl), X509at_get_attr_by_NID(3ossl), X509at_get_attr_by_OBJ(3ossl), X509at_delete_attr(3ossl), X509at_add1_attr(3ossl), X509at_add1_attr_by_OBJ(3ossl), X509at_add1_attr_by_NID(3ossl), X509at_add1_attr_by_txt(3ossl), X509at_get0_data_by_OBJ(3ossl), X509_ATTRIBUTE_create(3ossl), X509_ATTRIBUTE_create_by_NID(3ossl), X509_ATTRIBUTE_create_by_OBJ(3ossl), X509_ATTRIBUTE_create_by_txt(3ossl), X509_ATTRIBUTE_set1_object(3ossl), X509_ATTRIBUTE_set1_data(3ossl), X509_ATTRIBUTE_count(3ossl), X509_ATTRIBUTE_get0_data(3ossl), X509_ATTRIBUTE_get0_object(3ossl), X509_ATTRIBUTE_get0_type(3ossl)
- X509 attribute functions
- X509_LOOKUP_hash_dir(3), X509_LOOKUP_file(3), X509_load_cert_file(3), X509_load_crl_file(3), X509_load_cert_crl_file(3)
- Default OpenSSL certificate lookup methods
- X509_LOOKUP_hash_dir(3ossl), X509_LOOKUP_file(3ossl), X509_LOOKUP_store(3ossl), X509_load_cert_file_ex(3ossl), X509_load_cert_file(3ossl), X509_load_crl_file(3ossl), X509_load_cert_crl_file_ex(3ossl), X509_load_cert_crl_file(3ossl)
- Default OpenSSL certificate lookup methods
- X509_NAME_add_entry_by_txt(3), X509_NAME_add_entry_by_OBJ(3), X509_NAME_add_entry_by_NID(3), X509_NAME_add_entry(3), X509_NAME_delete_entry(3)
- X509_NAME modification functions
- X509_NAME_add_entry_by_txt(3ossl), X509_NAME_add_entry_by_OBJ(3ossl), X509_NAME_add_entry_by_NID(3ossl), X509_NAME_add_entry(3ossl), X509_NAME_delete_entry(3ossl)
- X509_NAME modification functions
- X509_NAME_get0_der(3)
- get X509_NAME DER encoding
- X509_NAME_get0_der(3ossl)
- get X509_NAME DER encoding
- X509_NAME_get_index_by_NID(3), X509_NAME_get_index_by_OBJ(3), X509_NAME_get_entry(3), X509_NAME_entry_count(3), X509_NAME_get_text_by_NID(3), X509_NAME_get_text_by_OBJ(3)
- X509_NAME lookup and enumeration functions
- X509_NAME_get_index_by_NID(3ossl), X509_NAME_get_index_by_OBJ(3ossl), X509_NAME_get_entry(3ossl), X509_NAME_entry_count(3ossl), X509_NAME_get_text_by_NID(3ossl), X509_NAME_get_text_by_OBJ(3ossl)
- X509_NAME lookup and enumeration functions
- X509_PURPOSE_set(3), X509_PURPOSE_get_by_id(3), X509_PURPOSE_add(3), X509_PURPOSE_get_count(3), X509_PURPOSE_cleanup(3), X509_PURPOSE_get0(3), X509_PURPOSE_get_by_sname(3), X509_PURPOSE_get_id(3), X509_PURPOSE_get0_name(3), X509_PURPOSE_get0_sname(3), X509_PURPOSE_get_trust(3)
- purpose objects, indices, and identifiers
- X509_REQ_add1_attr(3), X509_REQ_add1_attr_by_OBJ(3), X509_REQ_add1_attr_by_NID(3), X509_REQ_add1_attr_by_txt(3), X509_REQ_delete_attr(3), X509_REQ_get_attr(3), X509_REQ_get_attr_count(3), X509_REQ_get_attr_by_OBJ(3), X509_REQ_get_attr_by_NID(3)
- X.501 Attributes of PKCS#10 certification requests
- X509_REQ_get_attr_count(3ossl), X509_REQ_get_attr_by_NID(3ossl), X509_REQ_get_attr_by_OBJ(3ossl), X509_REQ_get_attr(3ossl), X509_REQ_delete_attr(3ossl), X509_REQ_add1_attr(3ossl), X509_REQ_add1_attr_by_OBJ(3ossl), X509_REQ_add1_attr_by_NID(3ossl), X509_REQ_add1_attr_by_txt(3ossl)
- X509_ATTRIBUTE support for signed certificate requests
- X509_STORE(3), X509_STORE_add_cert(3), X509_STORE_add_crl(3), X509_STORE_set_depth(3), X509_STORE_set_flags(3), X509_STORE_set_purpose(3), X509_STORE_set_trust(3), X509_STORE_add_lookup(3), X509_STORE_load_locations(3), X509_STORE_set_default_paths(3)
- X509_STORE manipulation
- X509_STORE(3ossl), X509_STORE_add_cert(3ossl), X509_STORE_add_crl(3ossl), X509_STORE_set_depth(3ossl), X509_STORE_set_flags(3ossl), X509_STORE_set_purpose(3ossl), X509_STORE_set_trust(3ossl), X509_STORE_add_lookup(3ossl), X509_STORE_load_file_ex(3ossl), X509_STORE_load_file(3ossl), X509_STORE_load_path(3ossl), X509_STORE_load_store_ex(3ossl), X509_STORE_load_store(3ossl), X509_STORE_set_default_paths_ex(3ossl), X509_STORE_set_default_paths(3ossl), X509_STORE_load_locations_ex(3ossl), X509_STORE_load_locations(3ossl)
- X509_STORE manipulation
- X509_STORE_CTX_get_error(3), X509_STORE_CTX_set_error(3), X509_STORE_CTX_get_error_depth(3), X509_STORE_CTX_set_error_depth(3), X509_STORE_CTX_get_current_cert(3), X509_STORE_CTX_set_current_cert(3), X509_STORE_CTX_get0_cert(3), X509_STORE_CTX_get1_chain(3), X509_verify_cert_error_string(3)
- get or set certificate verification status information
- X509_STORE_CTX_get_error(3ossl), X509_STORE_CTX_set_error(3ossl), X509_STORE_CTX_get_error_depth(3ossl), X509_STORE_CTX_set_error_depth(3ossl), X509_STORE_CTX_get_current_cert(3ossl), X509_STORE_CTX_set_current_cert(3ossl), X509_STORE_CTX_get0_cert(3ossl), X509_STORE_CTX_get1_chain(3ossl), X509_verify_cert_error_string(3ossl)
- get or set certificate verification status information
- X509_STORE_CTX_new(3), X509_STORE_CTX_cleanup(3), X509_STORE_CTX_free(3), X509_STORE_CTX_init(3), X509_STORE_CTX_set0_trusted_stack(3), X509_STORE_CTX_set_cert(3), X509_STORE_CTX_set0_crls(3), X509_STORE_CTX_get0_chain(3), X509_STORE_CTX_set0_verified_chain(3), X509_STORE_CTX_get0_param(3), X509_STORE_CTX_set0_param(3), X509_STORE_CTX_get0_untrusted(3), X509_STORE_CTX_set0_untrusted(3), X509_STORE_CTX_get_num_untrusted(3), X509_STORE_CTX_set_default(3), X509_STORE_CTX_set_verify(3), X509_STORE_CTX_verify_fn(3), X509_STORE_CTX_set_purpose(3), X509_STORE_CTX_set_trust(3), X509_STORE_CTX_purpose_inherit(3)
- X509_STORE_CTX initialisation
- X509_STORE_CTX_new_ex(3ossl), X509_STORE_CTX_new(3ossl), X509_STORE_CTX_cleanup(3ossl), X509_STORE_CTX_free(3ossl), X509_STORE_CTX_init(3ossl), X509_STORE_CTX_init_rpk(3ossl), X509_STORE_CTX_set0_trusted_stack(3ossl), X509_STORE_CTX_set_cert(3ossl), X509_STORE_CTX_set0_crls(3ossl), X509_STORE_CTX_set0_rpk(3ossl), X509_STORE_CTX_get0_param(3ossl), X509_STORE_CTX_set0_param(3ossl), X509_STORE_CTX_get0_untrusted(3ossl), X509_STORE_CTX_set0_untrusted(3ossl), X509_STORE_CTX_get_num_untrusted(3ossl), X509_STORE_CTX_get0_chain(3ossl), X509_STORE_CTX_set0_verified_chain(3ossl), X509_STORE_CTX_get0_rpk(3ossl), X509_STORE_CTX_set_default(3ossl), X509_STORE_CTX_set_verify(3ossl), X509_STORE_CTX_verify_fn(3ossl), X509_STORE_CTX_set_purpose(3ossl), X509_STORE_CTX_set_trust(3ossl), X509_STORE_CTX_purpose_inherit(3ossl)
- X509_STORE_CTX initialisation
- X509_STORE_CTX_set_flags(3), X509_STORE_CTX_set_time(3), X509_STORE_CTX_set_depth(3), X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3), X509_STORE_CTX_get0_param(3), X509_STORE_CTX_set0_param(3), X509_STORE_CTX_set_default(3)
- X509_STORE_CTX parameter initialisation
- X509_VERIFY_PARAM_set_flags(3), X509_VERIFY_PARAM_clear_flags(3), X509_VERIFY_PARAM_get_flags(3), X509_VERIFY_PARAM_set_purpose(3), X509_VERIFY_PARAM_get_inh_flags(3), X509_VERIFY_PARAM_set_inh_flags(3), X509_VERIFY_PARAM_set_trust(3), X509_VERIFY_PARAM_set_depth(3), X509_VERIFY_PARAM_get_depth(3), X509_VERIFY_PARAM_set_auth_level(3), X509_VERIFY_PARAM_get_auth_level(3), X509_VERIFY_PARAM_set_time(3), X509_VERIFY_PARAM_get_time(3), X509_VERIFY_PARAM_add0_policy(3), X509_VERIFY_PARAM_set1_policies(3), X509_VERIFY_PARAM_set1_host(3), X509_VERIFY_PARAM_add1_host(3), X509_VERIFY_PARAM_set_hostflags(3), X509_VERIFY_PARAM_get_hostflags(3), X509_VERIFY_PARAM_get0_peername(3), X509_VERIFY_PARAM_set1_email(3), X509_VERIFY_PARAM_set1_ip(3), X509_VERIFY_PARAM_set1_ip_asc(3)
- X509 verification parameters
- X509_VERIFY_PARAM_set_flags(3ossl), X509_VERIFY_PARAM_clear_flags(3ossl), X509_VERIFY_PARAM_get_flags(3ossl), X509_VERIFY_PARAM_set_purpose(3ossl), X509_VERIFY_PARAM_get_purpose(3ossl), X509_VERIFY_PARAM_get_inh_flags(3ossl), X509_VERIFY_PARAM_set_inh_flags(3ossl), X509_VERIFY_PARAM_set_trust(3ossl), X509_VERIFY_PARAM_set_depth(3ossl), X509_VERIFY_PARAM_get_depth(3ossl), X509_VERIFY_PARAM_set_auth_level(3ossl), X509_VERIFY_PARAM_get_auth_level(3ossl), X509_VERIFY_PARAM_set_time(3ossl), X509_VERIFY_PARAM_get_time(3ossl), X509_VERIFY_PARAM_add0_policy(3ossl), X509_VERIFY_PARAM_set1_policies(3ossl), X509_VERIFY_PARAM_get0_host(3ossl), X509_VERIFY_PARAM_set1_host(3ossl), X509_VERIFY_PARAM_add1_host(3ossl), X509_VERIFY_PARAM_set_hostflags(3ossl), X509_VERIFY_PARAM_get_hostflags(3ossl), X509_VERIFY_PARAM_get0_peername(3ossl), X509_VERIFY_PARAM_get0_email(3ossl), X509_VERIFY_PARAM_set1_email(3ossl), X509_VERIFY_PARAM_set1_ip(3ossl), X509_VERIFY_PARAM_get1_ip_asc(3ossl), X509_VERIFY_PARAM_set1_ip_asc(3ossl)
- X509 verification parameters
- X509_add1_trust_object(3), X509_trust_clear(3), X509_add1_reject_object(3), X509_reject_clear(3)
- mark an X.509 certificate as intended for a specific purpose
- X509_get0_extensions(3), X509_CRL_get0_extensions(3), X509_REVOKED_get0_extensions(3), X509V3_get_d2i(3), X509V3_add1_i2d(3), X509V3_EXT_d2i(3), X509V3_EXT_i2d(3), X509_get_ext_d2i(3), X509_add1_ext_i2d(3), X509_CRL_get_ext_d2i(3), X509_CRL_add1_ext_i2d(3), X509_REVOKED_get_ext_d2i(3), X509_REVOKED_add1_ext_i2d(3)
- X509 extension decode and encode functions
- X509_get0_subject_key_id(3), X509_get0_authority_key_id(3), X509_get0_authority_issuer(3), X509_get0_authority_serial(3), X509_get_pathlen(3), X509_get_extension_flags(3), X509_get_key_usage(3), X509_get_extended_key_usage(3), X509_set_proxy_flag(3), X509_set_proxy_pathlen(3), X509_get_proxy_pathlen(3)
- retrieve certificate extension data
- X509_get0_subject_key_id(3ossl), X509_get0_authority_key_id(3ossl), X509_get0_authority_issuer(3ossl), X509_get0_authority_serial(3ossl), X509_get_pathlen(3ossl), X509_get_extension_flags(3ossl), X509_get_key_usage(3ossl), X509_get_extended_key_usage(3ossl), X509_set_proxy_flag(3ossl), X509_set_proxy_pathlen(3ossl), X509_get_proxy_pathlen(3ossl)
- retrieve certificate extension data
- X509_get0_uids(3)
- get certificate unique identifiers
- X509_get0_uids(3ossl), X509_ACERT_get0_issuerUID(3ossl)
- get certificate and attribute certificate unique identifiers
- X509_get_default_cert_file(3ossl), X509_get_default_cert_file_env(3ossl), X509_get_default_cert_dir(3ossl), X509_get_default_cert_dir_env(3ossl)
- retrieve default locations for trusted CA certificates
- X509_new(3ossl), X509_new_ex(3ossl), X509_free(3ossl), X509_up_ref(3ossl), X509_chain_up_ref(3ossl), OSSL_STACK_OF_X509_free(3ossl)
- X509 certificate ASN1 allocation and deallocation functions
- X509v3_addr_add_inherit(3), X509v3_addr_add_prefix(3), X509v3_addr_add_range(3), X509v3_addr_canonize(3), X509v3_addr_is_canonical(3)
- RFC 3779 IP address delegation extensions
- X509v3_addr_get_afi(3), X509v3_addr_get_range(3)
- parse helpers for the IP address delegation extension
- X509v3_addr_validate_path(3), X509v3_addr_validate_resource_set(3), X509v3_asid_validate_path(3), X509v3_asid_validate_resource_set(3)
- RFC 3779 path validation for IP address and AS number delegation
- X509v3_asid_add_id_or_range(3), X509v3_asid_add_inherit(3), X509v3_asid_canonize(3), X509v3_asid_is_canonical(3)
- RFC 3779 autonomous system identifier delegation extension
- X509v3_get_ext_count(3), X509v3_get_ext(3), X509v3_get_ext_by_NID(3), X509v3_get_ext_by_OBJ(3), X509v3_get_ext_by_critical(3), X509v3_delete_ext(3), X509v3_add_ext(3), X509_get_ext_count(3), X509_get_ext(3), X509_get_ext_by_NID(3), X509_get_ext_by_OBJ(3), X509_get_ext_by_critical(3), X509_delete_ext(3), X509_add_ext(3), X509_CRL_get_ext_count(3), X509_CRL_get_ext(3), X509_CRL_get_ext_by_NID(3), X509_CRL_get_ext_by_OBJ(3), X509_CRL_get_ext_by_critical(3), X509_CRL_delete_ext(3), X509_CRL_add_ext(3), X509_REVOKED_get_ext_count(3), X509_REVOKED_get_ext(3), X509_REVOKED_get_ext_by_NID(3), X509_REVOKED_get_ext_by_OBJ(3), X509_REVOKED_get_ext_by_critical(3), X509_REVOKED_delete_ext(3), X509_REVOKED_add_ext(3)
- extension stack utility functions
- X509v3_get_ext_count(3ossl), X509v3_get_ext(3ossl), X509v3_get_ext_by_NID(3ossl), X509v3_get_ext_by_OBJ(3ossl), X509v3_get_ext_by_critical(3ossl), X509v3_delete_ext(3ossl), X509v3_add_ext(3ossl), X509v3_add_extensions(3ossl), X509_get_ext_count(3ossl), X509_get_ext(3ossl), X509_get_ext_by_NID(3ossl), X509_get_ext_by_OBJ(3ossl), X509_get_ext_by_critical(3ossl), X509_delete_ext(3ossl), X509_add_ext(3ossl), X509_CRL_get_ext_count(3ossl), X509_CRL_get_ext(3ossl), X509_CRL_get_ext_by_NID(3ossl), X509_CRL_get_ext_by_OBJ(3ossl), X509_CRL_get_ext_by_critical(3ossl), X509_CRL_delete_ext(3ossl), X509_CRL_add_ext(3ossl), X509_REVOKED_get_ext_count(3ossl), X509_REVOKED_get_ext(3ossl), X509_REVOKED_get_ext_by_NID(3ossl), X509_REVOKED_get_ext_by_OBJ(3ossl), X509_REVOKED_get_ext_by_critical(3ossl), X509_REVOKED_delete_ext(3ossl), X509_REVOKED_add_ext(3ossl)
- extension stack utility functions
- XAllowDeviceEvents(3)
- release queued events
- XChangeDeviceDontPropagateList(3), XGetDeviceDontPropagateList(3)
- query or change the dont-propagate-list for extension devices
- XChangeKeyboardDevice(3)
- change which device is used as the X keyboard
- XChangeKeyboardMapping(3), XGetKeyboardMapping(3), XDisplayKeycodes(3), XSetModifierMapping(3), XGetModifierMapping(3), XNewModifiermap(3), XInsertModifiermapEntry(3), XDeleteModifiermapEntry(3), XFreeModifiermap(3), XModifierKeymap(3)
- manipulate keyboard encoding and keyboard encoding structure
- XChangePointerDevice(3)
- change which device is the X pointer
- XChangeWindowAttributes(3), XSetWindowBackground(3), XSetWindowBackgroundPixmap(3), XSetWindowBorder(3), XSetWindowBorderPixmap(3), XSetWindowColormap(3)
- change window attributes
- XConfigureWindow(3), XMoveWindow(3), XResizeWindow(3), XMoveResizeWindow(3), XSetWindowBorderWidth(3), XWindowChanges(3)
- configure windows and window changes structure
- XCreateColormap(3), XCopyColormapAndFree(3), XFreeColormap(3), XColor(3)
- create, copy, or destroy colormaps and color structure
- XCreateIC(3), XDestroyIC(3), XIMOfIC(3)
- create, destroy, and obtain the input method of an input context
- XCreateOC(3), XDestroyOC(3), XSetOCValues(3), XGetOCValues(3), XOMOfOC(3)
- create output contexts
- XCreatePixmap(3), XFreePixmap(3)
- create or destroy pixmaps
- XCreateRegion(3), XSetRegion(3), XDestroyRegion(3)
- create or destroy regions
- XDefineCursor(3), XUndefineCursor(3)
- define cursors
- XDestroyWindow(3), XDestroySubwindows(3)
- destroy windows
- XDestroyWindowEvent(3)
- DestroyNotify event structure
- XDeviceBell(3)
- ring a bell on a device supported through the input extension
- XEmptyRegion(3), XEqualRegion(3), XPointInRegion(3), XRectInRegion(3)
- determine if regions are empty or equal
- XF86VidModeQueryExtension(3), XF86VidModeQueryVersion(3), XF86VidModeSetClientVersion(3), XF86VidModeGetModeLine(3), XF86VidModeGetAllModeLines(3), XF86VidModeAddModeLine(3), XF86VidModeDeleteModeLine(3), XF86VidModeModModeLine(3), XF86VidModeValidateModeLine(3), XF86VidModeSwitchMode(3), XF86VidModeSwitchToMode(3), XF86VidModeLockModeSwitch(3), XF86VidModeGetMonitor(3), XF86VidModeGetViewPort(3), XF86VidModeSetViewPort(3), XF86VidModeGetDotClocks(3), XF86VidModeGetGamma(3), XF86VidModeSetGamma(3), XF86VidModeGetGammaRamp(3), XF86VidModeSetGammaRamp(3), XF86VidModeGetGammaRampSize(3), XF86VidModeGetPermissions(3)
- Extension library for the XFree86-VidMode X extension
- XFontsOfFontSet(3), XBaseFontNameListOfFontSet(3), XLocaleOfFontSet(3), XContextDependentDrawing(3), XContextualDrawing(3), XDirectionalDependentDrawing(3)
- obtain fontset information
- XGetDeviceControl(3), XChangeDeviceControl(3)
- query and change input device controls
- XGetDeviceKeyMapping(3), XChangeDeviceKeyMapping(3)
- query or change device key mappings
- XGetDeviceModifierMapping(3), XSetDeviceModifierMapping(3)
- query or change device modifier mappings
- XGetDeviceMotionEvents(3), XDeviceTimeCoord(3)
- get device motion history
- XGetDeviceProperty(3), XChangeDeviceProperty(3), XDeleteDeviceProperty(3)
- Get, change or delete a devices property
- XGetFeedbackControl(3), XChangeFeedbackControl(3)
- query and change input device feedbacks
- XGetWindowProperty(3), XListProperties(3), XChangeProperty(3), XRotateWindowProperties(3), XDeleteProperty(3)
- obtain and change window properties
- XGrabDevice(3), XUngrabDevice(3)
- grab/release the specified extension device
- XGrabDeviceButton(3), XUngrabDeviceButton(3)
- grab/ungrab extension input device buttons
- XGrabDeviceKey(3), XUngrabDeviceKey(3)
- grab/ungrab extension input device Keys
- XIChangeHierarchy(3)
- change the device hierarchy
- XIChangeProperty(3), XIGetProperty(3), XIDeleteProperty(3)
- change, retrieve or delete a devices property
- XIDefineCursor(3), XIUndefineCursor(3)
- define device cursors
- XIGrabButton(3), XIUngrabButton(3), XIGrabKeycode(3), XIUngrabKeycode(3), XIGrabTouchBegin(3), XIUngrabTouchBegin(3), XIGrabPinchGestureBegin(3), XIUngrabPinchGestureBegin(3), XIGrabSwipeGestureBegin(3)
- grab/ungrab buttons or keys
- XIGrabDevice(3), XIUngrabDevice(3)
- grab or ungrab the device
- XIListProperties(3)
- List a devices properties
- XIQueryDevice(3), XIFreeDeviceInfo(3)
- get information about devices
- XIQueryPointer(3)
- get device pointer coordinates
- XISelectEvents(3), XIGetSelectedEvents(3)
- select for or get selected XI2 events on the window
- XISetClientPointer(3), XIGetClientPointer(3)
- set or get the ClientPointer device
- XISetFocus(3), XIGetFocus(3)
- set or get the devices focus
- XIWarpPointer(3)
- move a devices pointer
- XInitImage(3), XCreateImage(3), XGetPixel(3), XPutPixel(3), XSubImage(3), XAddPixel(3), XDestroyImage(3)
- image utilities
- XListDeviceProperties(3)
- List a devices properties
- XListInputDevices(3), XFreeDeviceList(3)
- list available input devices
- XNextEvent(3), XPeekEvent(3), XWindowEvent(3), XCheckWindowEvent(3), XMaskEvent(3), XCheckMaskEvent(3), XCheckTypedEvent(3), XCheckTypedWindowEvent(3)
- select events by type
- XOpenDevice(3), XCloseDevice(3)
- open or close an extension input device
- XQueryBestSize(3), XQueryBestTile(3), XQueryBestStipple(3)
- determine efficient sizes
- XQueryDeviceState(3)
- query the state of an extension input device
- XRaiseWindow(3), XLowerWindow(3), XCirculateSubwindows(3), XCirculateSubwindowsUp(3), XCirculateSubwindowsDown(3), XRestackWindows(3)
- change window stacking order
- XSaveContext(3), XFindContext(3), XDeleteContext(3), XUniqueContext(3)
- associative look-up routines
- XSelectExtensionEvent(3), XGetSelectedExtensionEvents(3)
- select extension events, get the list of currently selected extension events
- XSendEvent(3), XDisplayMotionBufferSize(3), XGetMotionEvents(3), XTimeCoord(3)
- send events and pointer motion history structure
- XSendExtensionEvent(3)
- send input extension events to a client
- XSetArcMode(3), XSetSubwindowMode(3), XSetGraphicsExposure(3)
- GC convenience routines
- XSetCloseDownMode(3), XKillClient(3)
- control clients
- XSetDeviceButtonMapping(3), XGetDeviceButtonMapping(3)
- query or change device button mappings
- XSetDeviceFocus(3), XGetDeviceFocus(3)
- control extension input device focus
- XSetDeviceMode(3)
- change the mode of a device
- XSetDeviceValuators(3)
- initialize the valuators on an extension input device
- XSetErrorHandler(3), XGetErrorText(3), XDisplayName(3), XSetIOErrorHandler(3), XSetIOErrorExitHandler(3), XGetErrorDatabaseText(3)
- default error handlers
- XShmQueryExtension(3), XShmQueryVersion(3), XShmPixmapFormat(3), XShmAttach(3), XShmDetach XShmCreateImage(3), XShmPutImage(3), XShmGetImage(3), XShmCreatePixmap(3), XShmGetEventBase(3)
- X Shared Memory extension functions
- XStringToKeysym(3), XKeysymToString(3), XKeycodeToKeysym(3), XKeysymToKeycode(3), XConvertCase(3)
- convert keysyms
- XSupportsLocale(3), XSetLocaleModifiers(3)
- determine locale support and configure locale modifiers
- XcmsCreateCCC(3), XcmsFreeCCC(3)
- creating and destroying CCCs
- XcmsDefaultCCC(3)
- obtain the default CCC for a screen
- XdbeDeallocateBackBufferName(3)
- frees a DBE buffer
- XeviQueryExtension(3), XeviQueryVersion(3), XeviGetVisualInfo(3)
- X Extended Visual Information functions
- XkbAddDeviceLedInfo(3)
- Initialize an XkbDeviceLedInfoRec structure
- XkbAddGeomColor(3)
- Add one color name to an existing keyboard geometry description
- XkbAddGeomKeyAlias(3)
- Add one key alias to an existing keyboard geometry description
- XkbAddGeomProperty(3)
- Add one property to an existing keyboard geometry description
- XkbAllocClientMap(3)
- Allocate and initialize an empty client map description record
- XkbAllocControls(3)
- Allocates an XkbControlsRec structure in the XkbDescRec
- XkbAllocDeviceInfo(3)
- Obtain an XkbDeviceInfoRec structure
- XkbAllocIndicatorMaps(3)
- Allocates, directly, the indicators member of the keyboard description record
- XkbAllocKeyboard(3)
- Creates a keyboard description from scratch
- XkbAllocServerMap(3)
- Allocate and initialize an empty server map description record
- XkbBell(3)
- Rings the bell on the default keyboard
- XkbBellEvent(3)
- Provides a function that initiates a bell event for the keyboard without ringing the bell
- XkbChangeControls(3)
- Provides a flexible method for updating the controls in a server to match those in the changed keyboard description
- XkbChangeDeviceInfo(3)
- Update the server's description of a device with the changes noted in an XkbDeviceChangesRec
- XkbChangeMap(3)
- Update only partial components of a keyboard description, modify the appropriate fields in the server and map components of a local copy of the keyboard description
- XkbComputeShapeTop(3)
- Determines the bounding box of the top surface of a shape
- XkbDeviceBell(3)
- Rings the bell on an X input extension device or the default keyboard
- XkbDeviceBellEvent(3)
- Creates a bell event for an X input extension device or for the keyboard, without ringing the corresponding bell
- XkbForceBell(3)
- Overrides user preference settings for audible bells to ring the bell on the default keyboard
- XkbForceDeviceBell(3)
- Rings the bell on any keyboard, overriding user preference settings for audible bells
- XkbFreeClientMap(3)
- Free memory used by the client map member of an XkbDescRec structure
- XkbFreeControls(3)
- Frees memory used by the ctrls member of an XkbDescRec structure
- XkbFreeDeviceInfo(3)
- Free an XkbDeviceInfoRec structure
- XkbFreeIndicatorMaps(3)
- Frees memory used by the indicators member of an XkbDescRec structure
- XkbFreeKeyboard(3)
- Destroys either an entire XkbDescRec or just some of its members
- XkbFreeServerMap(3)
- Free memory used by the server member of an XkbDescRec structure
- XkbGetAutoRepeatRate(3)
- Gets the current attributes of the RepeatKeys control for a keyboard device
- XkbGetControlsChanges(3)
- Updates a local copy of a keyboard description with the changes previously noted by one or more calls to XkbNoteControlsChanges
- XkbGetDetectableAutoRepeat(3)
- Determines whether or not the server supports DetectableAutoRepeat
- XkbGetDeviceButtonActions(3)
- Query the button actions associated with an X Input Extension device
- XkbGetDeviceInfo(3)
- Determine whether the X server allows Xkb access to particular capabilities of input devices other than the core X keyboard, or to determine the status of indicator maps, indicator names or button actions on a non-KeyClass extension device
- XkbGetDeviceInfoChanges(3)
- Query the changes that have occurred in the button actions or indicator names and indicator maps associated with an input extension device
- XkbGetDeviceLedInfo(3)
- Query the indicator names, maps, and state associated with an LED feedback of an input extension device
- XkbGetGeometry(3)
- Loads a keyboard geometry if you already have the keyboard description
- XkbGetKeyActions(3)
- Update the actions (the key_acts array) for a subset of the keys in a keyboard description
- XkbGetKeyBehaviors(3)
- Obtain the behaviors (the behaviors array) for a subset of the keys in a keyboard description from the server
- XkbGetKeyExplicitComponents(3)
- Obtain the explicit components (the explicit array) for a subset of the keys in a keyboard description
- XkbGetKeyModifierMap(3)
- Update the modifier map for one or more of the keys in a keyboard description
- XkbGetKeySyms(3)
- Obtain the symbols for a subset of the keys in a keyboard description
- XkbGetKeyVirtualModMap(3)
- Obtain the virtual modifier map (the vmodmap array) for a subset of the keys in a keyboard description
- XkbGetKeyboard(3)
- Retrieves one or more components of a keyboard device description
- XkbGetKeyboardByName(3)
- Build a new keyboard description from a set of named components, and to optionally have the server use the resulting description to replace an active one
- XkbGetMap(3)
- Allocate an XkbDescRec structure and populate it with the server's keyboard client map and server map
- XkbGetNamedGeometry(3)
- Loads a keyboard geometry description from this database by name
- XkbGetUpdatedMap(3)
- Update the client or server map information in an existing keyboard description
- XkbGetVirtualMods(3)
- Obtain a subset of the virtual modifier bindings (the vmods array) in a keyboard description
- XkbGetXlibControls(3)
- Determines the current state of the Library Controls
- XkbInitCanonicalKeyTypes(3)
- Set the definitions of the canonical key types in a client map to their default values
- XkbKeyActionEntry(3)
- Returns a pointer to the key action corresponding to group grp and shift level lvl from the two-dimensional table of key actions associated with the key corresponding to keycode
- XkbKeyActionsPtr(3)
- Returns a pointer to the two-dimensional array of key actions associated with the key corresponding to keycode
- XkbKeyGroupInfo(3)
- Returns the number of groups of symbols bound to the key corresponding to keycode
- XkbKeyGroupWidth(3)
- Computes the width of the type associated with the group grp for the key corresponding to keycode
- XkbKeyGroupsWidth(3)
- Computes the maximum width associated with the key corresponding to keycode
- XkbKeyHasActions(3)
- Determines if the key corresponding to keycode has any actions associated with it
- XkbKeyKeyType(3)
- Obtain the index of a key type or the pointer to a key type
- XkbKeyKeyTypeIndex(3)
- Obtain the index of a key type or the pointer to a key type
- XkbKeyNumActions(3)
- Computes the number of actions associated with the key corresponding to keycode
- XkbKeyNumGroups(3)
- Returns the number of groups of symbols bound to the key corresponding to keycode
- XkbKeyNumSyms(3)
- Returns the total number of keysyms for the key corresponding to keycode
- XkbKeySymEntry(3)
- Returns the keysym corresponding to shift level shift and group grp from the two-dimensional array of keysyms for the key corresponding to keycode
- XkbKeySymsPtr(3)
- Returns the pointer to the two-dimensional array of keysyms for the key corresponding to keycode
- XkbKeyTypesForCoreSymbols(3)
- Determine the Xkb key types appropriate for the symbols bound to a key in a core keyboard mapping
- XkbKeycodeToKeysym(3)
- Finds the keysym bound to a particular key at a specified group and shift level
- XkbLibraryVersion(3)
- Determines the compatibility of a library at runtime
- XkbModActionVMods(3)
- Returns the vmods1 and vmods2 fields of act converted to the vmods format of an Xkb modifier description
- XkbNoteDeviceChanges(3)
- Note device changes reported in an XkbExtensionDeviceNotify event
- XkbOutOfRangeGroupNumber(3)
- Returns the out-of-range group number, represented as a group index, from the group_info field of an XkbSymMapRec structure
- XkbQueryExtension(3)
- Determines the compatibility of a library at runtime
- XkbRefreshKeyboardMapping(3)
- Update the keyboard description that is internal to the X library
- XkbResizeDeviceButtonActions(3)
- Allocate additional space for button actions in an XkbDeviceInfoRec structure
- XkbSASetGroup(3)
- Sets the group_XXX field of act from the group index grp
- XkbSelectEventDetails(3)
- Selects or deselects for a specific Xkb event and optionally places conditions on when events of that type are reported to your client
- XkbSelectEvents(3)
- Selects and / or deselects for delivery of one or more Xkb events and has them delivered under all conditions
- XkbSetAutoRepeatRate(3)
- Sets the attributes of the RepeatKeys control for a keyboard device
- XkbSetControls(3)
- Copies changes to the X server based on a modified ctrls structure in a local copy of the keyboard description
- XkbSetDebuggingFlags(3)
- Change the values of any of the debug controls
- XkbSetDetectableAutoRepeat(3)
- Sets DetectableAutoRepeat
- XkbSetDeviceButtonActions(3)
- Change only the button actions for an input extension device
- XkbSetDeviceInfo(3)
- Modify some or all of the characteristics of an X Input Extension device
- XkbSetIndicatorMap(3)
- Downloads the changes to the server based on modifications to a local copy of the keyboard description which will update the maps for one or more indicators
- XkbSetModActionVMods(3)
- Sets the vmods1 and vmods2 fields of act using the vmods format of an Xkb modifier description
- XkbSetServerInternalMods(3)
- Sets the modifiers that are consumed by the server before events are delivered to the client
- XkbTranslateKeyCode(3)
- Translate a keycode to a key symbol and modifiers
- XkbVirtualModsToReal(3)
- Determines the mapping of virtual modifiers to core X protocol modifiers
- XmCascadeButton(3)
- The CascadeButton widget class "XmCascadeButton" "widget class" "CascadeButton"
- XmCascadeButtonGadget(3)
- The CascadeButtonGadget widget class "XmCascadeButtonGadget" "widget class" "CascadeButtonGadget"
- XmCascadeButtonGadgetHighlight(3)
- A CascadeButtonGadget function that sets the highlight state "XmCascadeButtonGadget%Highlight" "CascadeButtonGadget functions" "XmCascadeButtonGadget%Highlight"
- XmCascadeButtonHighlight(3)
- A CascadeButton and CascadeButtonGadget function that sets the highlight state "XmCascadeButtonHighlight" "CascadeButton functions" "XmCascadeButtonHighlight"
- XmClipboardEndCopy(3)
- A clipboard function that completes the copying of data to the clipboard "XmClipboardEndCopy" "clipboard functions" "XmClipboardEndCopy"
- XmClipboardEndRetrieve(3)
- A clipboard function that completes retrieval of data from the clipboard "XmClipboardEndRetrieve" "clipboard functions" "XmClipboardEndRetrieve"
- XmClipboardUndoCopy(3)
- A clipboard function that deletes the last item placed on the clipboard "XmClipboardUndoCopy" "clipboard functions" "XmClipboardUndoCopy"
- XmComboBoxDeletePos(3)
- Delete a XmComboBox item
- XmCommandError(3)
- A Command function that displays an error message "XmCommandError" "Command functions" "XmCommandError"
- XmContainerReorder(3)
- Container widget function to reorder children "XmContainerReorder" "XmContainer"
- XmCreateCascadeButton(3)
- The CascadeButton widget creation function "XmCreateCascadeButton" "creation functions" "XmCreateCascadeButton"
- XmCreateCascadeButtonGadget(3)
- The CascadeButtonGadget creation function "XmCreateCascadeButton%Gadget" "creation functions" "XmCreateCascadeButton%Gadget"
- XmCreateComboBox(3)
- The default ComboBox widget creation function
- XmCreateDropDown(3)
- The default DropDown widget creation function
- XmDataFieldCut(3)
- A DataField function that copies the primary selection to the clipboard and deletes the selected text "XmDataFieldCut" "DataField functions" "XmDataFieldCut"
- XmDataFieldGetStringWcs(3)
- A DataField function that retrieves a copy of the wide character string value of a DataField widget "XmDataFieldGetStringWcs" "DataField functions" "XmDataFieldGetStringWcs"
- XmDataFieldSetAddMode(3)
- A DataField function that sets the state of Add mode "XmDataFieldSetAddMode" "DataField functions" "XmDataFieldSetAddMode"
- XmDeactivateProtocol(3)
- A VendorShell function that deactivates a protocol without removing it "XmDeactivateProtocol" "protocols" "VendorShell functions" "XmDeactivateProtocol"
- XmDeactivateWMProtocol(3)
- A VendorShell convenience interface that deactivates a protocol without removing it "protocols" "XmDeactivateWMProtocol" "VendorShell functions" "XmDeactivateWMProtocol"
- XmDesktop(3)
- Motif-compatible desktop widget
- XmDestroyPixmap(3)
- A pixmap caching function that removes a pixmap from the pixmap cache "XmDestroyPixmap" "pixmaps"
- XmDropSiteConfigureStackingOrder(3)
- A Drag and Drop function that reorders a stack of widgets that are registered drop sites "XmDropSiteConfigureStack%ingOrder" "Drag and Drop functions" "XmDropSiteConfigureStack%ingOrder"
- XmDropSiteQueryStackingOrder(3)
- A Drag and Drop function that returns the parent, a list of children, and the number of children for a specified widget "XmDropSiteQueryStacking%Order" "Drag and Drop functions" "XmDropSiteQueryStacking%Order"
- XmDropSiteRegister(3)
- A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior "XmDropSiteRegister" "Drag and Drop functions" "XmDropSiteRegister" "register functions" "XmDropSiteRegister"
- XmDropSiteRegistered(3)
- A Drag and Drop function that determines if a drop site has been registered "XmDropSiteRegistered" "Drag and Drop functions" "XmDropSiteRegistered" "register functions" "XmDropSiteRegistered"
- XmExt18List(3), The(3)
- Internationalized Extended List widget
- XmFontListAppendEntry(3)
- A font list function that appends an entry to a font list "XmFontListAppendEntry" "font list functions" "XmFontListAppendEntry"
- XmFontListFreeFontContext(3)
- A font list function that instructs the toolkit that the font list context is no longer needed "XmFontListFreeFontContext" "font list functions" "XmFontListFreeFontContext"
- XmGetColorCalculation(3)
- A function to get the procedure used for default color calculation "XmGetColorCalculation" "Color functions" "XmGetColorCalculation"
- XmGetDestination(3)
- A function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations "XmGetDestination"
- XmGetPixmapByDepth(3)
- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap "XmGetPixmapByDepth" "pixmaps"
- XmGetSecondaryResourceData(3)
- A function that provides access to secondary widget resource data "XmGetSecondaryResourceData"
- XmGetVisibility(3)
- A function that determines if a widget is visible "XmGetVisibility"
- XmHierarchyGetChildNodes(3)
- A List function that returns all instances of an item in the list "XmListGetMatchPos" "List functions" "XmListGetMatchPos"
- XmIconBoxIsCellEmpty(3)
- A function that determines whether a cell in the IconBox is empty "XmIconBoxIsCellEmpty" "IconBox functions" "XmIconBoxIsCellEmpty"
- XmIsMotifWMRunning(3)
- A function that determines whether the window manager is running "XmIsMotifWMRunning"
- XmIsTraversable(3)
- A function that identifies whether a widget can be traversed "XmIsTraversable"
- XmListDeleteAllItems(3)
- A List function that deletes all items from the list "XmListDeleteAllItems" "List functions" "XmListDeleteAllItems"
- XmListDeleteItem(3)
- A List function that deletes an item from the list "XmListDeleteItem" "List functions" "XmListDeleteItem"
- XmListDeleteItems(3)
- A List function that deletes items from the list "XmListDeleteItems" "List functions" "XmListDeleteItems"
- XmListDeleteItemsPos(3)
- A List function that deletes items from the list starting at the given position "XmListDeleteItemsPos" "List functions" "XmListDeleteItemsPos"
- XmListDeletePos(3)
- A List function that deletes an item from a list at a specified position "XmListDeletePos" "List functions" "XmListDeletePos"
- XmListDeletePositions(3)
- A List function that deletes items from a list based on an array of positions "XmListDeletePositions" "List functions" "XmListDeletePositions"
- XmListDeselectAllItems(3)
- A List function that unhighlights and removes all items from the selected list "XmListDeselectAllItems" "List functions" "XmListDeselectAllItems"
- XmListDeselectItem(3)
- A List function that deselects the specified item from the selected list "XmListDeselectItem" "List functions" "XmListDeselectItem"
- XmListDeselectPos(3)
- A List function that deselects an item at a specified position in the list "XmListDeselectPos" "List functions" "XmListDeselectPos"
- XmListPosSelected(3)
- A List function that determines if the list item at a specified position is selected "XmListPosSelected" "List functions" "XmListPosSelected"
- XmListSetAddMode(3)
- A List function that sets add mode in the list "XmListSetAddMode" "List functions" "XmListSetAddMode"
- XmMainWindowSetAreas(3)
- A MainWindow function that identifies manageable children for each area "XmMainWindowSetAreas" "MainWindow functions" "XmMainWindowSetAreas"
- XmMultiListDeselectItems(3)
- A MultiList function that deselects items in the list by matching column entries "XmMultiListDeselectItems" "List functions" "XmMultiListDeselectItems"
- XmMultiListDeselectRow(3)
- A MultiList function that deselects a row in the list "XmMultiListSelectRow" "MultiList functions" "XmMultiListSelectRow"
- XmMultiListMakeRowVisible(3)
- A MultiList function that shifts the visible list rows as desired "XmMultiListSelectRow" "MultiList functions" "XmMultiListSelectRow"
- XmMultiListToggleRow(3)
- An MultiList function that toggles the selection state of a specified row "XmMultiListToggleRow" "Extended List functions" "XmMultiListToggleRow"
- XmMultiListUnselectAllItems(3)
- an MultiList function that deselects all rows of the list "XmMultiListUnselectAllItems" "MultiList functions" "XmMultiListUnselectAllItems"
- XmMultiListUnselectItem(3)
- An MultiList function that deselects the specified item of the list "XmMultiListUnselectItem" "Extended List functions" "XmMultiListUnselectItem"
- XmObjectAtPoint(3)
- A toolkit function that determines which child intersects or comes closest to a specified point "XmObjectAtPoint"
- XmOptionButtonGadget(3)
- A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu "XmOptionButtonGadget" "RowColumn functions" "XmOptionButtonGadget"
- XmProcessTraversal(3)
- A function that determines which component receives keyboard events when a widget has the focus "XmProcessTraversal"
- XmRemoveProtocols(3)
- A VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables "XmRemoveProtocols" "VendorShell functions" "XmRemoveProtocols" "protocols"
- XmRemoveWMProtocols(3)
- A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables "XmRemoveWMProtocols" "VendorShell functions" "XmRemoveWMProtocols" "protocols"
- XmRenderTable(3)
- Data type for a render table "XmRenderTable"
- XmRenderTableAddRenditions(3)
- Creates a new render table "XmRenderTableAddRenditions"
- XmRenderTableCopy(3)
- A render table function that copies renditions "XmRenderTableCopy"
- XmRenderTableCvtFromProp(3)
- A render table function that converts from a string representation to a render table "XmRenderTableCvtFromProp" "render table functions" "XmRenderTableCvtFromProp"
- XmRenderTableCvtToProp(3)
- A render table function that converts a render table to a string representation "XmRenderTableCvtToProp" "render table functions" "XmRenderTableCvtToProp"
- XmRenderTableFree(3)
- A render table function that recovers memory "XmRenderTableFree"
- XmRenderTableGetRendition(3)
- A convenience function that matches a rendition tag "XmRenderTableGetRendition"
- XmRenderTableGetRenditions(3)
- A convenience function that matches rendition tags "XmRenderTableGetRenditions"
- XmRenderTableGetTags(3)
- A convenience function that gets rendition tags "XmRenderTableGetTags"
- XmRenderTableRemoveRenditions(3)
- A convenience function that removes renditions "XmRenderTableRemoveRenditions"
- XmRepTypeGetId(3)
- A representation type manager function that retrieves the identification number of a representation type "XmRepTypeGetId" "representation type manager functions" "XmRepTypeGetId"
- XmRepTypeInstallTearOffModelConverter(3)
- A representation type manager function that installs the resource converter for XmNtearOffModel. "XmRepTypeInstallTearOff%ModelConverter" "representation type manager functions" "XmRepTypeInstallTearOff%ModelConverter"
- XmScaleGetValue(3)
- A Scale function that returns the current slider position "XmScaleGetValue" "Scale functions" "XmScaleGetValue"
- XmScaleSetValue(3)
- A Scale function that sets a slider value "XmScaleSetValue" "Scale functions" "XmScaleSetValue"
- XmScrollBarSetValues(3)
- A ScrollBar function that changes ScrollBar's increment values and the slider's size and position "XmScrollBarSetValues" "ScrollBar functions" "XmScrollBarSetValues"
- XmScrollVisible(3)
- A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible "XmScrollVisible" "Scrolled Window functions" "XmScrollVisible"
- XmSetColorCalculation(3)
- A function to set the procedure used for default color calculation "XmSetColorCalculation" "Color functions" "XmSetColorCalculation"
- XmSimpleSpinBoxDeletePos(3)
- delete a XmSimpleSpinBox item
- XmSlideContext(3)
- The SlideContext widget class
- XmStringDrawUnderline(3)
- A compound string function that underlines a string drawn in an X Window "XmStringDrawUnderline" "compound string functions" "XmStringDrawUnderline"
- XmStringEmpty(3)
- A compound string function that provides information on the existence of non-zero-length text components "XmStringEmpty" "compound string functions" "XmStringEmpty"
- XmStringExtent(3)
- A compound string function that determines the size of the smallest rectangle that will enclose the compound string "XmStringExtent" "compound string functions" "XmStringExtent"
- XmStringFree(3)
- A compound string function that conditionally deallocates memory "XmStringFree" "compound string functions" "XmStringFree"
- XmStringIsVoid(3)
- A compound string function that provides information on the existence of non-zero-length text components, tab components, or separator components "XmStringIsVoid" "compound string functions" "XmStringIsVoid"
- XmStringLineCount(3)
- A compound string function that returns the number of separators plus one in the provided compound string "XmStringLineCount" "compound string functions" "XmStringLineCount"
- XmStringWidth(3)
- A compound string function that returns the width of the widest line in a compound string "XmStringWidth" "compound string functions" "XmStringWidth"
- XmTearOffButton(3)
- Motif-compatible detachable button widget
- XmTextCut(3)
- A Text function that copies the primary selection to the clipboard and deletes the selected text "XmTextCut" "Text functions" "XmTextCut"
- XmTextFieldCut(3)
- A TextField function that copies the primary selection to the clipboard and deletes the selected text "XmTextFieldCut" "TextField functions" "XmTextFieldCut"
- XmTextFieldGetSelectionWcs(3)
- A TextField function that retrieves the value of a wide character encoded primary selection "XmTextFieldGetSelection%Wcs" "TextField functions" "XmTextFieldGetSelection%Wcs"
- XmTextFieldGetStringWcs(3)
- A TextField function that retrieves a copy of the wide character string value of a TextField widget "XmTextFieldGetStringWcs" "TextField functions" "XmTextFieldGetStringWcs"
- XmTextFieldGetSubstringWcs(3)
- A TextField function that retrieves a portion of a wide character internal text buffer "XmTextFieldGetSubstring%Wcs" "TextField functions" "XmTextFieldGetSubstring%Wcs"
- XmTextFieldInsertWcs(3)
- A TextField function that inserts a wide character string into a TextField widget "XmTextFieldInsertWcs" "TextField functions" "XmTextFieldInsertWcs"
- XmTextFieldRemove(3)
- A TextField function that deletes the primary selection "XmTextFieldRemove" "TextField functions" "XmTextFieldRemove"
- XmTextFieldReplaceWcs(3)
- A TextField function that replaces part of a wide character string in a TextField widget "XmTextFieldReplaceWcs" "TextField functions" "XmTextFieldReplaceWcs"
- XmTextFieldSetAddMode(3)
- A TextField function that sets the state of Add mode "XmTextFieldSetAddMode" "TextField functions" "XmTextFieldSetAddMode"
- XmTextFieldSetStringWcs(3)
- A TextField function that sets a wide character string value "XmTextFieldSetStringWcs" "TextField functions" "XmTextFieldSetStringWcs"
- XmTextFindStringWcs(3)
- A Text function that finds the beginning position of a wide character text string "XmTextFindStringWcs" "Text functions" "XmTextFindStringWcs"
- XmTextGetSelectionWcs(3)
- A Text function that retrieves the value of a wide character encoded primary selection "XmTextGetSelectionWcs" "Text functions" "XmTextGetSelectionWcs"
- XmTextGetStringWcs(3)
- A Text function that retrieves a copy of the wide character string value of a Text widget "XmTextGetStringWcs" "Text functions" "XmTextGetStringWcs"
- XmTextGetSubstringWcs(3)
- A Text function that retrieves a portion of a wide character internal text buffer "XmTextGetSubstringWcs" "Text functions" "XmTextGetSubstringWcs"
- XmTextInsertWcs(3)
- A Text function that inserts a wide character string into a Text widget "XmTextInsertWcs" "Text functions" "XmTextInsertWcs"
- XmTextRemove(3)
- A Text function that deletes the primary selection "XmTextRemove" "Text functions" "XmTextRemove"
- XmTextReplaceWcs(3)
- A Text function that replaces part of a wide character string in a Text widget "XmTextReplaceWcs" "Text functions" "XmTextReplaceWcs"
- XmTextSetAddMode(3)
- A Text function that sets the state of Add mode "XmTextSetAddMode" "Text functions" "XmTextSetAddMode"
- XmTextSetStringWcs(3)
- A Text function that sets a wide character string value "XmTextSetStringWcs" "Text functions" "XmTextSetStringWcs"
- XmTrackingEvent(3)
- A Toolkit function that provides a modal interaction "XmTrackingEvent" "Toolkit functions" "XmTrackingEvent"
- XmTrackingLocate(3)
- A Toolkit function that provides a modal interaction "XmTrackingLocate" "Toolkit functions" "XmTrackingLocate"
- XmTransferValue(3)
- A toolkit function that transfers data to a destination "XmTransferValue" "toolkit functions" "XmTransferValue"
- XmTranslateKey(3)
- The default keycode-to-keysym translator "XmTranslateKey"
- XmVaCreateCascadeButton(3)
- XmVaCreateManagedCascadeButton A CascadeButton widget convenience creation functions. "XmVaCreateCascadeButton" "XmVaCreateManagedCascadeButton" "creation functions"
- XmVaCreateCascadeButtonGadget(3)
- XmVaCreateManagedCascadeButtonGadget A CascadeButtonGadget widget convenience creation functions. "XmVaCreateCascadeButtonGadget" "XmVaCreateManagedCascadeButtonGadget" "creation functions"
- XmVaCreateExt18List(3)
- XmVaCreateManagedExt18List A Form widget convenience creation functions. "XmVaCreateExt18List" "XmVaCreateManagedExt18List" "creation functions"
- XmbTextListToTextProperty(3), XwcTextListToTextProperty(3), Xutf8TextListToTextProperty(3), XmbTextPropertyToTextList(3), XwcTextPropertyToTextList(3), Xutf8TextPropertyToTextList(3), XwcFreeStringList(3), XDefaultString(3)
- convert text lists and text property structures
- XmbufQueryExtension(3), XmbufGetVersion(3), XmbufCreateBuffers(3), XmbufDestroyBuffers(3), XmbufDisplayBuffers(3), XmbufGetWindowAttributes(3), XmbufChangeWindowAttributes(3), XmbufGetBufferAttributes(3), XmbufChangeBufferAttributes(3), XmbufGetScreenInfo(3), XmbufCreateStereoWindow(3)
- X multibuffering functions
- XmtAddDeleteCallback(3), XmtAddDeleteCallback()(3), XmtAddSaveYourselfCallback()(3)
- register callbacks for session management protocols
- XmtBuildApplication(3), XmtBuildApplication()(3), XmtBuildQueryApplication()(3)
- create a root ApplicationShell widget and all of its descendants
- XmtBuildDialog(3), XmtBuildDialog()(3), XmtBuildQueryDialog()(3)
- create a dialog shell and its descendants
- XmtBuildToplevel(3), XmtBuildToplevel()(3), XmtBuildQueryToplevel()(3)
- create a TopLevelShell widget and all of its descendants
- XmtChooserLookupItemName(3), XmtChooserLookupItemName()(3), XmtChooserLookupItemValue()(3), XmtChooserLookupItemByName()(3), XmtChooserLookupItemByValue()(3)
- lookup XmtChooser item name and value by index or index by name and value
- XmtCreateChild(3), XmtCreateChild()(3), XmtCreateQueryChild()(3), XmtCreateQueryListChild()(3)
- create a named child and all of its descendants
- XmtCreateChildren(3), XmtCreateChildren()(3), XmtCreateQueryChildren() XmtCreateQueryListChildren(3)
- create the descendants of a widget described in the resource file
- XmtCreateColorTable(3), XmtCreateColorTable()(3), XmtDestroyColorTable()(3), XmtColorTableGetParent()(3), XmtColorTableSetParent()(3)
- create and manipulate color tables
- XmtCreatePixmapIcon(3), XmtCreatePixmapIcon()(3), XmtChangePixmapIcon()(3), XmtDestroyPixmapIcon()(3)
- handle non-rectangular multi-color window manager icons
- XmtDialogGetDefaultValues(3), XmtDialogGetDefaultValues()(3)
- read default data values for a dialog from the resource database
- XmtDialogOkayCallback(3), XmtDialog{Okay(3), Cancel(3), Apply(3), Reset(3), Done}Callback()(3), XmtDialogGetDataAddress()(3), XmtDialogSetReturnValue()(3)
- predefined callbacks for use with automatic dialogs and functions for writing custom dialog callbacks
- XmtDisplayBusyCursor(3), XmtDisplayBusyCursor()(3), XmtDisplayDefaultCursor()(3), XmtDisplayCursor()(3)
- display a cursor over a window
- XmtDisplayWorkingDialog(3), XmtDisplayWorkingDialog()(3), XmtHideWorkingDialog()(3)
- display or hide a ``please wait'' dialog box
- XmtHashTableCreate(3), XmtHashTableCreate()(3), XmtHashTableDestroy()(3), XmtHashTableStore()(3), XmtHashTableLookup()(3), XmtHashTableDelete()(3), XmtHashTableForEach()(3)
- hash table functions
- XmtIconifyShell(3), XmtIconifyShell()(3), XmtDeiconifyShell()(3), XmtRaiseShell()(3), XmtLowerShell()(3)
- perform window manager manipulations on shell widgets
- XmtLayoutConvertSizeToPixels(3), XmtLayoutConvertSizeToPixels()(3)
- convert a resolution independent size to pixels
- XmtMenuActivateProcedure(3), XmtMenuActivateProcedure()(3), XmtMenuInactivateProcedure()(3)
- sensitize and desensitize menu items depending on the procedures they call
- XmtMenuPopupHandler(3), XmtMenuPopupHandler()(3)
- remove the default event handler registered for an XmtMenu popup menu pane
- XmtNameToWidget(3), XmtNameToWidget()(3)
- find a descendant or ancestor widget by name
- XmtPatchVisualInheritance(3), XmtPatchVisualInheritance()(3)
- apply a runtime patch to the Shell widget class so that it handles non-default visuals better
- XmtRegisterColor(3), XmtRegisterColor()(3), XmtVaRegisterColors()(3), XmtRegisterColors()(3), XmtRegisterPixel()(3), XmtRegisterStandardColors()(3)
- define symbolic color names in a color table
- XmtWorkingBoxHandleEvents(3), XmtWorkingBoxHandleEvents()(3), XmtWorkingBoxSetScaleValue()(3)
- check the push button and update the slider value in an XmtWorkingBox widget
- XrmGetFileDatabase(3), XrmPutFileDatabase(3), XrmGetStringDatabase(3), XrmLocaleOfDatabase(3), XrmGetDatabase(3), XrmSetDatabase(3), XrmDestroyDatabase(3)
- retrieve and store resource databases
- XrmInitialize(3), XrmParseCommand(3), XrmValue(3), XrmOptionKind(3), XrmOptionDescRec(3)
- initialize the Resource Manager, Resource Manager structures, and parse the command line
- XtAddEventHandler(3), XtAddRawEventHandler(3), XtRemoveEventHandler(3), XtRemoveRawEventHandler(3), XtInsertEventHandler(3), XtInsertRawEventHandler(3)
- add and remove event handlers
- XtAddExposureToRegion(3)
- merge exposure events into a region
- XtAppReleaseCacheRefs(3)
- decrement reference counts for resources
- XtBuildEventMask(3)
- retrieve a widget's event mask
- XtClass(3), XtSuperclass(3), XtIsSubclass(3), XtCheckSubclass(3), XtIsObject(3), XtIsRectObj(3), XtIsWidget(3), XtIsComposite(3), XtIsConstraint(3), XtIsShell(3), XtIsOverrideShell(3), XtIsWMShell(3), XtIsVendorShell(3), XtIsTransientShell(3), XtIsTopLevelShell(3), XtIsApplicationShell(3), XtIsSessionShell(3)
- obtain and verify a widget's class
- XtCreateApplicationContext(3), XtDestroyApplicationContext(3), XtWidgetToApplicationContext(3), XtToolkitInitialize(3)
- create, destroy, and obtain an application context
- XtCreateWidget(3), XtVaCreateWidget(3), XtCreateManagedWidget(3), XtVaCreateManagedWidget(3), XtDestroyWidget(3)
- create and destroy widgets
- XtGetGC(3), XtReleaseGC(3)
- obtain and destroy a shareable GC
- XtGetKeysymTable(3), XtKeysymToKeycodeList(3)
- query keysyms and keycodes
- XtOffset(3), XtOffsetOf(3), XtNumber(3)
- determine the byte offset or number of array elements
- XtParseTranslationTable(3), XtAugmentTranslations(3), XtOverrideTranslations(3), XtUninstallTranslations(3)
- manage translation tables
- XtPopup(3), XtPopupSpringLoaded(3), XtCallbackNone(3), XtCallbackNonexclusive(3), XtCallbackExclusive(3)
- map a pop-up
- XtSetKeyTranslator(3), XtTranslateKeycode(3), XtRegisterCaseConverter(3), XtConvertCase(3)
- convert KeySym to KeyCodes
- Xv(3)
- X Window System video extension
- XvGetStill(3)
- capture a single frame of video from a drawable
- XvGetVideo(3)
- capture video from a drawable
- XvListImageFormats(3)
- return list of image formats supported by a video port
- XvPutStill(3)
- write a single frame of video to a drawable
- XvPutVideo(3)
- write video into a drawable
- XvQueryBestSize(3)
- determine the optimum drawable region size
- XvQueryPortAttributes(3)
- return list of attributes of a video port
- XvSelectVideoNotify(3)
- enable or disable VideoNotify events
- XvSetPortAttribute(3)
- sets an attribute of a video port
- XvStopVideo(3)
- stop active video
- XvUngrabPort(3)
- release port grabbed for video operation
- XvVideoNotify(3)
- event generated for video processing
- Xwayland(1)
- an X server for running X clients under Wayland
- YACReader(1)
- launch YACReader application
- YACReaderLibrary(1)
- launch YACReaderLibrary application
- _U_dyn_cancel(3)
- -- cancel unwind-info for dynamically generated code
- _U_dyn_register(3)
- -- register unwind info for dynamically generated code
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_include_(3), CBLAS/include(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_SRC_DEPRECATED_(3), SRC/DEPRECATED(3)
- Directory Reference
- _nc_tracebits(3x), %curses_trace(3x), %trace(3x), %_tracef(3x), %_traceattr(3x), %_traceattr2(3x), %_tracecchar_t(3x), %_tracecchar_t2(3x), %_tracechar(3x), %_tracechtype(3x), %_tracechtype2(3x), %_nc_tracebits(3x), %_tracedump(3x), %_tracemouse(3x)
- curses debugging routines
- a2d_ASN1_OBJECT(3)
- DER content octets of an ASN.1 object identifier
- a2j(1)
- Wrapper script to simulate a2jmidid's non-DBUS behaviour though a2jmidid actually being in DBUS mode
- a2ps-lpr-wrapper(1)
- lp/lpr wrapper script for GNU a2ps on Debian
- a52dec(1)
- decode ATSC A/52 audio streams
- aa_createedit(3)
- Simple interactive line editor provided as helper function
- aa_currentfont(3)
- returns specification of the fonts used by AA-lib rendering routines
- aa_defparams(3)
- default hardware paramters requested by AA-lib programs
- aa_defrenderparams(3)
- default rendering parameters
- aa_displayrecommended(3)
- List of recommended drivers
- aa_fastrender(3)
- simple and fast AA-lib rendering function
- aa_help(3)
- AA-lib help string for the default command line parser
- aa_hidecursor(3)
- hide the hardware cursor
- aa_hidemouse(3)
- hide the mouse cursor
- aa_kbdrecommended(3)
- List of recommended drivers
- aa_mouserecommended(3)
- List of recommended drivers
- aa_recommendhi(3)
- insert the given driver on beggining of the list of recommended drivers
- aa_recommendhidisplay(3)
- insert the given driver on beggining of the list of recommended display drivers
- aa_recommendhikbd(3)
- insert the given driver on beggining of the list of recommended keyboard drivers
- aa_recommendhimouse(3)
- insert the given driver on beggining of the list of recommended mouse drivers
- aa_recommendlow(3)
- Add the given driver to the end of list of recommended drivers
- aa_recommendlowdisplay(3)
- Add the given driver to the end of list of display recommended drivers
- aa_recommendlowkbd(3)
- Add the given driver to the end of list of keyboard recommended drivers
- aa_recommendlowmouse(3)
- Add the given driver to the end of list of mouse recommended drivers
- aa_render(3)
- convert image buffer to ASCII-art
- aa_setfont(3)
- set font specification to be used by rendering functions
- aamath(1)
- renders mathematical expressions as ASCII art
- aarch64-none-elf-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- aarch64-unknown-freebsd14.2-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- aaxine(1)
- an ASCII art video player
- abcde(1)
- Grab an entire CD and compress it to Ogg/Vorbis, MP3, FLAC, Ogg/Speex, AAC, WavPack, Monkey's Audio (ape), MPP/MP+(Musepack), True Audio (tta), MP2 format and/or AIFF (Audio Interchange File Format)
- aclients(1)
- Test program for side-by-side TNC performance comparison
- activateCDKAlphalist(3), activateCDKAlphalist destroyCDKAlphalist drawCDKAlphalist eraseCDKAlphalist getCDKAlphalistBox getCDKAlphalistContents getCDKAlphalistCurrentItem getCDKAlphalistFillerChar getCDKAlphalistHighlight injectCDKAlphalist moveCDKAlphalist newCDKAlphalist positionCDKAlphalist setCDKAlphalist setCDKAlphalistBackgroundAttrib setCDKAlphalistBackgroundColor setCDKAlphalistBox setCDKAlphalistBoxAttribute setCDKAlphalistContents setCDKAlphalistCurrentItem setCDKAlphalistFillerChar setCDKAlphalistHighlight setCDKAlphalistHorizontalChar setCDKAlphalistLLChar setCDKAlphalistLRChar setCDKAlphalistPostProcess setCDKAlphalistPreProcess setCDKAlphalistULChar setCDKAlphalistURChar setCDKAlphalistVerticalChar cdk_alphalist(3)
- Cdk sorted list widget
- activateCDKButton(3), activateCDKButton destroyCDKButton drawCDKButton eraseCDKButton getCDKButtonBox getCDKButtonMessage injectCDKButton moveCDKButton newCDKButton positionCDKButton setCDKButton setCDKButtonBackgroundAttrib setCDKButtonBackgroundColor setCDKButtonBox setCDKButtonBoxAttribute setCDKButtonHorizontalChar setCDKButtonLLChar setCDKButtonLRChar setCDKButtonMessage setCDKButtonULChar setCDKButtonURChar setCDKButtonVerticalChar cdk_button(3)
- create and manage a Cdk button widget
- activateCDKButtonbox(3), activateCDKButtonbox destroyCDKButtonbox drawCDKButtonbox drawCDKButtonboxButtons eraseCDKButtonbox getCDKButtonboxBox getCDKButtonboxButtonCount getCDKButtonboxCurrentButton getCDKButtonboxHighlight injectCDKButtonbox moveCDKButtonbox newCDKButtonbox positionCDKButtonbox setCDKButtonbox setCDKButtonboxBackgroundAttrib setCDKButtonboxBackgroundColor setCDKButtonboxBox setCDKButtonboxBoxAttribute setCDKButtonboxCurrentButton setCDKButtonboxHighlight setCDKButtonboxHorizontalChar setCDKButtonboxLLChar setCDKButtonboxLRChar setCDKButtonboxPostProcess setCDKButtonboxPreProcess setCDKButtonboxULChar setCDKButtonboxURChar setCDKButtonboxVerticalChar cdk_buttonbox(3)
- Cdk buttonbox widget
- activateCDKCalendar(3), activateCDKCalendar destroyCDKCalendar drawCDKCalendar eraseCDKCalendar getCDKCalendarBox getCDKCalendarDate getCDKCalendarDayAttribute getCDKCalendarHighlight getCDKCalendarMarker getCDKCalendarMonthAttribute getCDKCalendarYearAttribute injectCDKCalendar moveCDKCalendar newCDKCalendar positionCDKCalendar removeCDKCalendarMarker setCDKCalendar setCDKCalendarBackgroundAttrib setCDKCalendarBackgroundColor setCDKCalendarBox setCDKCalendarBoxAttribute setCDKCalendarDate setCDKCalendarDayAttribute setCDKCalendarDaysNames setCDKCalendarHighlight setCDKCalendarHorizontalChar setCDKCalendarLLChar setCDKCalendarLRChar setCDKCalendarMarker setCDKCalendarMonthAttribute setCDKCalendarMonthsNames setCDKCalendarPostProcess setCDKCalendarPreProcess setCDKCalendarULChar setCDKCalendarURChar setCDKCalendarVerticalChar setCDKCalendarYearAttribute cdk_calendar(3)
- Cdk calendar widget
- activateCDKDScale(3), activateCDKDScale destroyCDKDScale drawCDKDScale eraseCDKDScale getCDKDScaleBox getCDKDScaleDigits getCDKDScaleHighValue getCDKDScaleLowValue getCDKDScaleValue injectCDKDScale moveCDKDScale newCDKDScale positionCDKDScale setCDKDScale setCDKDScaleBackgroundAttrib setCDKDScaleBackgroundColor setCDKDScaleBox setCDKDScaleBoxAttribute setCDKDScaleDigits setCDKDScaleHorizontalChar setCDKDScaleLLChar setCDKDScaleLRChar setCDKDScaleLowHigh setCDKDScalePostProcess setCDKDScalePreProcess setCDKDScaleULChar setCDKDScaleURChar setCDKDScaleValue setCDKDScaleVerticalChar cdk_dscale(3)
- Cdk scale widget (type double)
- activateCDKDialog(3), activateCDKDialog destroyCDKDialog drawCDKDialog drawCDKDialogButtons eraseCDKDialog getCDKDialog getCDKDialogBox getCDKDialogHighlight getCDKDialogSeparator injectCDKDialog moveCDKDialog newCDKDialog positionCDKDialog setCDKDialog setCDKDialogBackgroundAttrib setCDKDialogBackgroundColor setCDKDialogBox setCDKDialogBox setCDKDialogBoxAttribute setCDKDialogHighlight setCDKDialogHorizontalChar setCDKDialogLLChar setCDKDialogLRChar setCDKDialogPostProcess setCDKDialogPreProcess setCDKDialogSeparator setCDKDialogULChar setCDKDialogURChar setCDKDialogVerticalChar cdk_dialog(3)
- Cdk dialog widget
- activateCDKEntry(3), activateCDKEntry cleanCDKEntry destroyCDKEntry drawCDKEntry eraseCDKEntry getCDKEntryBox getCDKEntryFillerChar getCDKEntryHiddenChar getCDKEntryMax getCDKEntryMin getCDKEntryValue injectCDKEntry moveCDKEntry newCDKEntry positionCDKEntry setCDKEntry setCDKEntryBackgroundAttrib setCDKEntryBackgroundColor setCDKEntryBox setCDKEntryBoxAttribute setCDKEntryCB setCDKEntryFillerChar setCDKEntryHiddenChar setCDKEntryHighlight setCDKEntryHorizontalChar setCDKEntryLLChar setCDKEntryLRChar setCDKEntryMax setCDKEntryMin setCDKEntryPostProcess setCDKEntryPreProcess setCDKEntryULChar setCDKEntryURChar setCDKEntryValue setCDKEntryVerticalChar cdk_entry(3)
- Cdk text-entry widget
- activateCDKFScale(3), activateCDKFScale destroyCDKFScale drawCDKFScale eraseCDKFScale getCDKFScaleBox getCDKFScaleDigits getCDKFScaleHighValue getCDKFScaleLowValue getCDKFScaleValue injectCDKFScale moveCDKFScale newCDKFScale positionCDKFScale setCDKFScale setCDKFScaleBackgroundAttrib setCDKFScaleBackgroundColor setCDKFScaleBox setCDKFScaleBoxAttribute setCDKFScaleDigits setCDKFScaleHorizontalChar setCDKFScaleLLChar setCDKFScaleLRChar setCDKFScaleLowHigh setCDKFScalePostProcess setCDKFScalePreProcess setCDKFScaleULChar setCDKFScaleURChar setCDKFScaleValue setCDKFScaleVerticalChar cdk_fscale(3)
- Cdk scale widget (type float)
- activateCDKFSlider(3), activateCDKFSlider destroyCDKFSlider drawCDKFSlider eraseCDKFSlider getCDKFSliderBox getCDKFSliderDigits getCDKFSliderHighValue getCDKFSliderLowValue getCDKFSliderValue injectCDKFSlider moveCDKFSlider newCDKFSlider positionCDKFSlider setCDKFSlider setCDKFSliderBackgroundAttrib setCDKFSliderBackgroundColor setCDKFSliderBox setCDKFSliderBoxAttribute setCDKFSliderDigits setCDKFSliderHorizontalChar setCDKFSliderLLChar setCDKFSliderLRChar setCDKFSliderLowHigh setCDKFSliderPostProcess setCDKFSliderPreProcess setCDKFSliderULChar setCDKFSliderURChar setCDKFSliderValue setCDKFSliderVerticalChar cdk_fslider(3)
- Cdk slider widget (type float)
- activateCDKFselect(3), activateCDKFselect deleteFileCB destroyCDKFselect drawCDKFselect eraseCDKFselect getCDKFselectBox getCDKFselectContents getCDKFselectCurrentItem getCDKFselectDirAttribute getCDKFselectDirContents getCDKFselectDirectory getCDKFselectFileAttribute getCDKFselectFillerChar getCDKFselectHighlight getCDKFselectLinkAttribute getCDKFselectSocketAttribute injectCDKFselect moveCDKFselect newCDKFselect positionCDKFselect setCDKFselect setCDKFselectBackgroundAttrib setCDKFselectBackgroundColor setCDKFselectBox setCDKFselectBoxAttribute setCDKFselectContents setCDKFselectCurrentItem setCDKFselectDirAttribute setCDKFselectDirContents setCDKFselectDirectory setCDKFselectFileAttribute setCDKFselectFillerChar setCDKFselectHighlight setCDKFselectHorizontalChar setCDKFselectLLChar setCDKFselectLRChar setCDKFselectLinkAttribute setCDKFselectSocketAttribute setCDKFselectULChar setCDKFselectURChar setCDKFselectVerticalChar cdk_fselect(3)
- Cdk file selector widget
- activateCDKGraph(3), activateCDKGraph destroyCDKGraph drawCDKGraph eraseCDKGraph getCDKGraphBox getCDKGraphCharacter getCDKGraphCharacters getCDKGraphDisplayType getCDKGraphValue getCDKGraphValues moveCDKGraph newCDKGraph positionCDKGraph setCDKGraph setCDKGraphBackgroundAttrib setCDKGraphBackgroundColor setCDKGraphBox setCDKGraphBoxAttribute setCDKGraphCharacter setCDKGraphCharacters setCDKGraphDisplayType setCDKGraphHorizontalChar setCDKGraphLLChar setCDKGraphLRChar setCDKGraphULChar setCDKGraphURChar setCDKGraphValue setCDKGraphValues setCDKGraphVerticalChar cdk_graph(3)
- Cdk graph widget
- activateCDKHistogram(3), activateCDKHistogram destroyCDKHistogram drawCDKHistogram eraseCDKHistogram getCDKHistogramBox getCDKHistogramFillerChar getCDKHistogramHighValue getCDKHistogramLowValue getCDKHistogramStatsAttr getCDKHistogramStatsPos getCDKHistogramValue getCDKHistogramViewType moveCDKHistogram newCDKHistogram positionCDKHistogram setCDKHistogram setCDKHistogramBackgroundAttrib setCDKHistogramBackgroundColor setCDKHistogramBox setCDKHistogramBoxAttribute setCDKHistogramDisplayType setCDKHistogramFillerChar setCDKHistogramHorizontalChar setCDKHistogramLLChar setCDKHistogramLRChar setCDKHistogramStatsAttr setCDKHistogramStatsPos setCDKHistogramULChar setCDKHistogramURChar setCDKHistogramValue setCDKHistogramVerticalChar setCDKHistogramViewType cdk_histogram(3)
- Cdk histogram widget
- activateCDKItemlist(3), activateCDKItemlist destroyCDKItemlist drawCDKItemlist drawCDKItemlistField eraseCDKItemlist getCDKItemlistBox getCDKItemlistCurrentItem getCDKItemlistDefaultItem getCDKItemlistValues injectCDKItemlist moveCDKItemlist newCDKItemlist positionCDKItemlist setCDKItemlist setCDKItemlistBackgroundAttrib setCDKItemlistBackgroundColor setCDKItemlistBox setCDKItemlistBoxAttribute setCDKItemlistCurrentItem setCDKItemlistDefaultItem setCDKItemlistHorizontalChar setCDKItemlistLLChar setCDKItemlistLRChar setCDKItemlistPostProcess setCDKItemlistPreProcess setCDKItemlistULChar setCDKItemlistURChar setCDKItemlistValues setCDKItemlistVerticalChar cdk_itemlist(3)
- Cdk itemlist widget
- activateCDKLabel(3), activateCDKLabel destroyCDKLabel drawCDKLabel eraseCDKLabel getCDKLabelBox getCDKLabelMessage moveCDKLabel newCDKLabel positionCDKLabel setCDKLabel setCDKLabelBackgroundAttrib setCDKLabelBackgroundColor setCDKLabelBox setCDKLabelBoxAttribute setCDKLabelHorizontalChar setCDKLabelLLChar setCDKLabelLRChar setCDKLabelMessage setCDKLabelULChar setCDKLabelURChar setCDKLabelVerticalChar waitCDKLabel cdk_label(3)
- Cdk label widget
- activateCDKMarquee(3), activateCDKMarquee deactivateCDKMarquee destroyCDKMarquee drawCDKMarquee eraseCDKMarquee getCDKMarqueeBox moveCDKMarquee newCDKMarquee positionCDKMarquee setCDKMarqueeBackgroundAttrib setCDKMarqueeBackgroundColor setCDKMarqueeBox setCDKMarqueeBoxAttribute setCDKMarqueeHorizontalChar setCDKMarqueeLLChar setCDKMarqueeLRChar setCDKMarqueeULChar setCDKMarqueeURChar setCDKMarqueeVerticalChar cdk_marquee(3)
- Cdk marquee widget
- activateCDKMatrix(3), activateCDKMatrix cleanCDKMatrix cleanCDKMatrixCell destroyCDKMatrix drawCDKMatrix eraseCDKMatrix getCDKMatrixBox getCDKMatrixCell getCDKMatrixCol getCDKMatrixRow injectCDKMatrix jumpToCell moveToCDKMatrixCell newCDKMatrix setCDKMatrix setCDKMatrixBackgroundAttrib setCDKMatrixBackgroundColor setCDKMatrixBox setCDKMatrixBoxAttribute setCDKMatrixCB setCDKMatrixCell setCDKMatrixCells setCDKMatrixHorizontalChar setCDKMatrixLLChar setCDKMatrixLRChar setCDKMatrixPostProcess setCDKMatrixPreProcess setCDKMatrixULChar setCDKMatrixURChar setCDKMatrixVerticalChar cdk_matrix(3)
- Cdk matrix widget
- activateCDKMentry(3), activateCDKMentry cleanCDKMentry destroyCDKMentry drawCDKMentry drawCDKMentryField eraseCDKMentry getCDKMentryBox getCDKMentryFillerChar getCDKMentryHiddenChar getCDKMentryMin getCDKMentryValue injectCDKMentry moveCDKMentry newCDKMentry positionCDKMentry setCDKMentry setCDKMentryBackgroundAttrib setCDKMentryBackgroundColor setCDKMentryBox setCDKMentryBoxAttribute setCDKMentryCB setCDKMentryFillerChar setCDKMentryHiddenChar setCDKMentryHorizontalChar setCDKMentryLLChar setCDKMentryLRChar setCDKMentryMin setCDKMentryPostProcess setCDKMentryPreProcess setCDKMentryULChar setCDKMentryURChar setCDKMentryValue setCDKMentryVerticalChar cdk_mentry(3)
- Cdk multiple line entry widget
- activateCDKMenu(3), activateCDKMenu destroyCDKMenu drawCDKMenu drawCDKMenuSubwin eraseCDKMenu eraseCDKMenuSubwin getCDKMenuCurrentItem getCDKMenuSubTitleHighlight getCDKMenuTitleHighlight injectCDKMenu newCDKMenu setCDKMenu setCDKMenuBackgroundAttrib setCDKMenuBackgroundColor setCDKMenuCurrentItem setCDKMenuPostProcess setCDKMenuPreProcess setCDKMenuSubTitleHighlight setCDKMenuTitleHighlight cdk_menu(3)
- Cdk menu widget
- activateCDKRadio(3), activateCDKRadio destroyCDKRadio drawCDKRadio eraseCDKRadio getCDKRadioBox getCDKRadioChoiceCharacter getCDKRadioCurrentItem getCDKRadioHighlight getCDKRadioItems getCDKRadioLeftBrace getCDKRadioRightBrace getCDKRadioSelectedItem injectCDKRadio moveCDKRadio newCDKRadio positionCDKRadio setCDKRadio setCDKRadioBackgroundAttrib setCDKRadioBackgroundColor setCDKRadioBox setCDKRadioBoxAttribute setCDKRadioChoiceCharacter setCDKRadioCurrentItem setCDKRadioHighlight setCDKRadioHorizontalChar setCDKRadioItems setCDKRadioLLChar setCDKRadioLRChar setCDKRadioLeftBrace setCDKRadioPostProcess setCDKRadioPreProcess setCDKRadioRightBrace setCDKRadioSelectedItem setCDKRadioULChar setCDKRadioURChar setCDKRadioVerticalChar cdk_radio(3)
- Cdk radio list widget
- activateCDKScale(3), activateCDKScale destroyCDKScale drawCDKScale eraseCDKScale getCDKScaleBox getCDKScaleHighValue getCDKScaleLowValue getCDKScaleValue injectCDKScale moveCDKScale newCDKScale positionCDKScale setCDKScale setCDKScaleBackgroundAttrib setCDKScaleBackgroundColor setCDKScaleBox setCDKScaleBoxAttribute setCDKScaleHorizontalChar setCDKScaleLLChar setCDKScaleLRChar setCDKScaleLowHigh setCDKScalePostProcess setCDKScalePreProcess setCDKScaleULChar setCDKScaleURChar setCDKScaleValue setCDKScaleVerticalChar cdk_scale(3)
- Cdk scale widget (type int)
- activateCDKScroll(3), activateCDKScroll addCDKScrollItem deleteCDKScrollItem destroyCDKScroll drawCDKScroll eraseCDKScroll getCDKScrollBox getCDKScrollCurrent getCDKScrollCurrentItem getCDKScrollCurrentTop getCDKScrollHighlight getCDKScrollItems injectCDKScroll insertCDKScrollItem moveCDKScroll newCDKScroll positionCDKScroll setCDKScroll setCDKScrollBackgroundAttrib setCDKScrollBackgroundColor setCDKScrollBox setCDKScrollBoxAttribute setCDKScrollCurrent setCDKScrollCurrentItem setCDKScrollCurrentTop setCDKScrollHighlight setCDKScrollHorizontalChar setCDKScrollItems setCDKScrollLLChar setCDKScrollLRChar setCDKScrollPosition setCDKScrollPostProcess setCDKScrollPreProcess setCDKScrollULChar setCDKScrollURChar setCDKScrollVerticalChar cdk_scroll(3)
- Cdk scrolling list widget
- activateCDKSelection(3), activateCDKSelection destroyCDKSelection drawCDKSelection eraseCDKSelection getCDKSelectionBox getCDKSelectionChoice getCDKSelectionChoices getCDKSelectionCurrent getCDKSelectionHighlight getCDKSelectionItems getCDKSelectionMode getCDKSelectionModes getCDKSelectionTitle injectCDKSelection moveCDKSelection newCDKSelection positionCDKSelection setCDKSelection setCDKSelectionBackgroundAttrib setCDKSelectionBackgroundColor setCDKSelectionBox setCDKSelectionBoxAttribute setCDKSelectionChoice setCDKSelectionChoices setCDKSelectionCurrent setCDKSelectionHighlight setCDKSelectionHorizontalChar setCDKSelectionItems setCDKSelectionLLChar setCDKSelectionLRChar setCDKSelectionMode setCDKSelectionModes setCDKSelectionPostProcess setCDKSelectionPreProcess setCDKSelectionTitle setCDKSelectionULChar setCDKSelectionURChar setCDKSelectionVerticalChar cdk_selection(3)
- Cdk selection list widget
- activateCDKSlider(3), activateCDKSlider destroyCDKSlider drawCDKSlider eraseCDKSlider getCDKSliderBox getCDKSliderHighValue getCDKSliderLowValue getCDKSliderValue injectCDKSlider moveCDKSlider newCDKSlider positionCDKSlider setCDKSlider setCDKSliderBackgroundAttrib setCDKSliderBackgroundColor setCDKSliderBox setCDKSliderBoxAttribute setCDKSliderHorizontalChar setCDKSliderLLChar setCDKSliderLRChar setCDKSliderLowHigh setCDKSliderPostProcess setCDKSliderPreProcess setCDKSliderULChar setCDKSliderURChar setCDKSliderValue setCDKSliderVerticalChar cdk_slider(3)
- Cdk slider widget (type int)
- activateCDKSwindow(3), activateCDKSwindow addCDKSwindow cleanCDKSwindow destroyCDKSwindow drawCDKSwindow dumpCDKSwindow eraseCDKSwindow execCDKSwindow getCDKSwindowBox getCDKSwindowContents injectCDKSwindow jumpToLineCDKSwindow loadCDKSwindowInformation moveCDKSwindow newCDKSwindow positionCDKSwindow saveCDKSwindowInformation setCDKSwindow setCDKSwindowBackgroundAttrib setCDKSwindowBackgroundColor setCDKSwindowBox setCDKSwindowBoxAttribute setCDKSwindowContents setCDKSwindowHorizontalChar setCDKSwindowLLChar setCDKSwindowLRChar setCDKSwindowPostProcess setCDKSwindowPreProcess setCDKSwindowULChar setCDKSwindowURChar setCDKSwindowVerticalChar trimCDKSwindow cdk_swindow(3)
- Cdk scrolling window widget
- activateCDKTemplate(3), activateCDKTemplate cleanCDKTemplate destroyCDKTemplate drawCDKTemplate eraseCDKTemplate getCDKTemplateBox getCDKTemplateMin getCDKTemplateValue injectCDKTemplate mixCDKTemplate newCDKTemplate setCDKTemplate setCDKTemplateBackgroundAttrib setCDKTemplateBackgroundColor setCDKTemplateBox setCDKTemplateBoxAttribute setCDKTemplateCB setCDKTemplateHorizontalChar setCDKTemplateLLChar setCDKTemplateLRChar setCDKTemplateMin setCDKTemplatePostProcess setCDKTemplatePreProcess setCDKTemplateULChar setCDKTemplateURChar setCDKTemplateValue setCDKTemplateVerticalChar unmixCDKTemplate cdk_template(3)
- Cdk template widget
- activateCDKUScale(3), activateCDKUScale destroyCDKUScale drawCDKUScale eraseCDKUScale getCDKUScaleBox getCDKUScaleHighValue getCDKUScaleLowValue getCDKUScaleValue injectCDKUScale moveCDKUScale newCDKUScale positionCDKUScale setCDKUScale setCDKUScaleBackgroundAttrib setCDKUScaleBackgroundColor setCDKUScaleBox setCDKUScaleBoxAttribute setCDKUScaleHorizontalChar setCDKUScaleLLChar setCDKUScaleLRChar setCDKUScaleLowHigh setCDKUScalePostProcess setCDKUScalePreProcess setCDKUScaleULChar setCDKUScaleURChar setCDKUScaleValue setCDKUScaleVerticalChar cdk_uscale(3)
- Cdk scale widget (type unsigned)
- activateCDKUSlider(3), activateCDKUSlider destroyCDKUSlider drawCDKUSlider eraseCDKUSlider getCDKUSliderBox getCDKUSliderHighValue getCDKUSliderLowValue getCDKUSliderValue injectCDKUSlider moveCDKUSlider newCDKUSlider positionCDKUSlider setCDKUSlider setCDKUSliderBackgroundAttrib setCDKUSliderBackgroundColor setCDKUSliderBox setCDKUSliderBoxAttribute setCDKUSliderHorizontalChar setCDKUSliderLLChar setCDKUSliderLRChar setCDKUSliderLowHigh setCDKUSliderPostProcess setCDKUSliderPreProcess setCDKUSliderULChar setCDKUSliderURChar setCDKUSliderValue setCDKUSliderVerticalChar cdk_uslider(3)
- Cdk slider widget (type unsigned)
- activateCDKViewer(3), activateCDKViewer cleanCDKViewer destroyCDKViewer drawCDKViewer eraseCDKViewer getCDKViewerBox getCDKViewerHighlight getCDKViewerInfo getCDKViewerInfoLine getCDKViewerTitle moveCDKViewer newCDKViewer positionCDKViewer setCDKViewer setCDKViewerBackgroundAttrib setCDKViewerBackgroundColor setCDKViewerBox setCDKViewerBoxAttribute setCDKViewerHighlight setCDKViewerHorizontalChar setCDKViewerInfo setCDKViewerInfoLine setCDKViewerLLChar setCDKViewerLRChar setCDKViewerTitle setCDKViewerULChar setCDKViewerURChar setCDKViewerVerticalChar cdk_viewer(3)
- Cdk viewer list widget
- ad2vcf(1), AD2VCF(1)
- Extract allelic depth from a SAM stream and add to VCF files " Convention: " Underline anything that is typed verbatim - commands, etc
- add_3dmesh(3), add_3dmesh (3)
- Load/build a mesh and attach to a model
- add_mibdir(3), netsnmp_init_mib(3), shutdown_mib(3), netsnmp_read_module(3), read_mib(3), read_all_mibs(3), add_module_replacement(3), snmp_set_mib_errors(3), snmp_set_mib_warnings(3), snmp_set_save_descriptions(3), read_objid(3), snmp_parse_oid(3), get_module_node(3), print_mib(3), print_objid(3), fprint_objid(3), snprint_objid(3), print_description(3), fprint_description(3), snprint_description(3)
- netsnmp_mib_api functions
- addbddcircuitabl(3)
- converts an abl expression to a bdd node. man1/alc_origin.1
- addbddnode(3)
- adds a new bdd node in the bdd system. man1/alc_origin.1
- addbddnodeassoc(3)
- adds a bdd node in a variable association. man1/alc_origin.1
- addbddnodelist(3)
- adds a node in a chain_list. man1/alc_origin.1
- adddebug(1)
- Modifies Makefile(s) to add debug info
- addlofig(3)
- create a new structural cell model man1/alc_origin.1
- addlomodel(3)
- create a tempotary logical model and add it to a list man1/alc_origin.1
- addnwstr(3x), %addwstr(3x), %addnwstr(3x), %waddwstr(3x), %waddnwstr(3x), %mvaddwstr(3x), %mvaddnwstr(3x), %mvwaddwstr(3x), %mvwaddnwstr(3x)
- add a wide-character string to a curses window and advance the cursor
- addphfig(3)
- create a new physical cell model man1/alc_origin.1
- adelsystem_cbi(8)
- Driver for the ADELSYSTEM CB/CBI DC-UPS
- adf_salvage(1)
- show or recover (in the future - extract) deleted files from an ADF device
- adf_show_metadata(1)
- show metadata of devices, volumes, directories and files stored as Amiga disk file images (ADF)
- adinrec(1)
- record audio device and save one utterance to a file
- admsXml(1)
- An automatic device model synthesizer
- advdef(1)
- AdvanceCOMP Deflate Compression Utility
- aebisect(1)
- search for a delta which changed project behaviour
- aeclean(1), aegis clEan(1)
- clean files from development directory
- aedb(1), aegis develop begin(1)
- begin development of a change
- aedbu(1), aegis develop begin undo(1)
- undo the effects of aedb
- aede(1), aegis develop end(1)
- complete development of a change
- aede-policy(1), aede[hy]policy(1)
- check change set is ready for aede
- aedeu(1), aegis develop end undo(1)
- recall a change for further development
- aediff(1)
- file differences between deltas
- aedn(1), aegis delta name(1)
- assign a symbolic name to a project delta
- aend(1), aegis new developer(1)
- add new developers to a project
- aer(5)
- aegis report script language definition
- aerd(1), aegis remove developer(1)
- remove developers from a project
- aerm(1), aegis remove file(1)
- add files to be deleted to a change
- aermu(1), aegis remove file undo(1)
- remove files to be deleted from a change
- aerptidx(5)
- aegis report index file format
- aesget(1)
- decrypt data using Rijndael, the Advanced Encryption Standard winner
- aespipe(1)
- AES encrypting or decrypting pipe
- afInitSampleFormat(3), afInitByteOrder(3), afInitChannels(3), afInitRate(3)
- initialize audio data format for a track in an audio file setup
- afSetVirtualByteOrder(3), afSetVirtualChannels(3), afSetVirtualPCMMapping(3), afSetVirtualSampleFormat(3)
- set the virtual data format for a track in an audio file
- afcclient(1)
- Interact with AFC/HouseArrest service on a connected device
- afew(1)
- afew Documentation afew is an initial tagging script for notmuch mail: 0.0 (bu 2 %http://notmuchmail.org/ (bu 2 %http://notmuchmail.org/initial_tagging/ Its basic task is to provide automatic tagging each time new mail is registered with notmuch. In a classic setup, you might call it after notmuch new in an offlineimap post sync hook or in the notmuch post-new hook. It can do basic thing such as adding tags based on email headers or maildir folders, handling killed threads and spam. fyi: afew plays nicely with alot, a GUI for notmuch mail ;) 0.0 (bu 2 %https://github.com/pazz/alot Contents:
- affcopy(1)
- reorder and recompress AFF files
- affuse(1)
- provide access to AFF containers
- afsortdocid(3)
- sort search results by document identifier
- after.tcl86(n), after(n)
- Execute a command after a time delay
- after.tcl90(n), after(n)
- Execute a command after a time delay
- afterstep_faq(1x)
- This document is an ever growing set of questions, statements, ideas and complaints about AfterStep version 2.0
- age(1)
- simple, modern, and secure file encryption
- agedu(1)
- correlate disk usage with last-access times to identify large and disused data
- aget(1)
- A multithreaded HTTP download accelerator
- aide(1)
- Advanced Intrusion Detection Environment
- aide.conf(5)
- The configuration file for Advanced Intrusion Detection Environment
- airdecap-ng(1)
- decrypt a WEP/WPA crypted pcap file
- airdecloak-ng(1), airuncloak-ng(1)
- Removes wep cloaked framed from a pcap file
- airmon-ng(8)
- POSIX sh script designed to turn wireless cards into monitor mode
- al175(8)
- Driver for Eltek UPS models with AL175 alarm module
- al_attach_shader_source(3)
- Allegro 5 API
- al_attach_shader_source_file(3)
- Allegro 5 API
- al_build_shader(3)
- Allegro 5 API
- al_clear_depth_buffer(3)
- Allegro 5 API
- al_close_video(3)
- Allegro 5 API
- al_color_distance_ciede2000(3)
- Allegro 5 API
- al_create_audio_recorder(3)
- Allegro 5 API
- al_create_index_buffer(3)
- Allegro 5 API
- al_create_shader(3)
- Allegro 5 API
- al_create_vertex_decl(3)
- Allegro 5 API
- al_destroy_audio_recorder(3)
- Allegro 5 API
- al_destroy_audio_stream(3)
- Allegro 5 API
- al_destroy_bitmap(3)
- Allegro 5 API
- al_destroy_cond(3)
- Allegro 5 API
- al_destroy_config(3)
- Allegro 5 API
- al_destroy_display(3)
- Allegro 5 API
- al_destroy_event_queue(3)
- Allegro 5 API
- al_destroy_font(3)
- Allegro 5 API
- al_destroy_fs_entry(3)
- Allegro 5 API
- al_destroy_index_buffer(3)
- Allegro 5 API
- al_destroy_menu(3)
- Allegro 5 API
- al_destroy_mixer(3)
- Allegro 5 API
- al_destroy_mouse_cursor(3)
- Allegro 5 API
- al_destroy_mutex(3)
- Allegro 5 API
- al_destroy_native_file_dialog(3)
- Allegro 5 API
- al_destroy_path(3)
- Allegro 5 API
- al_destroy_sample(3)
- Allegro 5 API
- al_destroy_sample_instance(3)
- Allegro 5 API
- al_destroy_shader(3)
- Allegro 5 API
- al_destroy_thread(3)
- Allegro 5 API
- al_destroy_timer(3)
- Allegro 5 API
- al_destroy_user_event_source(3)
- Allegro 5 API
- al_destroy_vertex_buffer(3)
- Allegro 5 API
- al_destroy_vertex_decl(3)
- Allegro 5 API
- al_destroy_voice(3)
- Allegro 5 API
- al_detach_audio_stream(3)
- Allegro 5 API
- al_detach_mixer(3)
- Allegro 5 API
- al_detach_sample_instance(3)
- Allegro 5 API
- al_detach_voice(3)
- Allegro 5 API
- al_draw_filled_rounded_rectangle(3)
- Allegro 5 API
- al_draw_indexed_buffer(3)
- Allegro 5 API
- al_draw_indexed_prim(3)
- Allegro 5 API
- al_draw_rounded_rectangle(3)
- Allegro 5 API
- al_get_allegro_acodec_version(3)
- Allegro 5 API
- al_get_allegro_video_version(3)
- Allegro 5 API
- al_get_audio_depth_size(3)
- Allegro 5 API
- al_get_audio_recorder_event(3)
- Allegro 5 API
- al_get_audio_recorder_event_source(3)
- Allegro 5 API
- al_get_audio_stream_depth(3)
- Allegro 5 API
- al_get_audio_stream_playmode(3)
- Allegro 5 API
- al_get_bitmap_blender(3)
- Allegro 5 API
- al_get_bitmap_depth(3)
- Allegro 5 API
- al_get_blender(3)
- Allegro 5 API
- al_get_d3d_device(3)
- Allegro 5 API
- al_get_d3d_video_texture(3)
- Allegro 5 API
- al_get_default_menu_event_source(3)
- Allegro 5 API
- al_get_default_mixer(3)
- Allegro 5 API
- al_get_default_shader_source(3)
- Allegro 5 API
- al_get_default_voice(3)
- Allegro 5 API
- al_get_display_mode(3)
- Allegro 5 API
- al_get_font_descent(3)
- Allegro 5 API
- al_get_fs_entry_mode(3)
- Allegro 5 API
- al_get_index_buffer_size(3)
- Allegro 5 API
- al_get_mixer_depth(3)
- Allegro 5 API
- al_get_mouse_emulation_mode(3)
- Allegro 5 API
- al_get_new_bitmap_depth(3)
- Allegro 5 API
- al_get_num_display_modes(3)
- Allegro 5 API
- al_get_num_video_adapters(3)
- Allegro 5 API
- al_get_sample_depth(3)
- Allegro 5 API
- al_get_sample_instance_depth(3)
- Allegro 5 API
- al_get_sample_instance_playmode(3)
- Allegro 5 API
- al_get_separate_bitmap_blender(3)
- Allegro 5 API
- al_get_separate_blender(3)
- Allegro 5 API
- al_get_shader_log(3)
- Allegro 5 API
- al_get_shader_platform(3)
- Allegro 5 API
- al_get_video_audio_rate(3)
- Allegro 5 API
- al_get_video_event_source(3)
- Allegro 5 API
- al_get_video_fps(3)
- Allegro 5 API
- al_get_video_frame(3)
- Allegro 5 API
- al_get_video_position(3)
- Allegro 5 API
- al_get_video_scaled_height(3)
- Allegro 5 API
- al_get_video_scaled_width(3)
- Allegro 5 API
- al_get_voice_depth(3)
- Allegro 5 API
- al_hide_mouse_cursor(3)
- Allegro 5 API
- al_identify_bitmap(3)
- Allegro 5 API
- al_identify_bitmap_f(3)
- Allegro 5 API
- al_identity_transform(3)
- Allegro 5 API
- al_init_acodec_addon(3)
- Allegro 5 API
- al_init_video_addon(3)
- Allegro 5 API
- al_is_acodec_addon_initialized(3)
- Allegro 5 API
- al_is_audio_recorder_recording(3)
- Allegro 5 API
- al_is_d3d_device_lost(3)
- Allegro 5 API
- al_is_video_addon_initialized(3)
- Allegro 5 API
- al_is_video_playing(3)
- Allegro 5 API
- al_keycode_to_name(3)
- Allegro 5 API
- al_lock_index_buffer(3)
- Allegro 5 API
- al_open_video(3)
- Allegro 5 API
- al_put_blended_pixel(3)
- Allegro 5 API
- al_register_audio_stream_loader(3)
- Allegro 5 API
- al_register_audio_stream_loader_f(3)
- Allegro 5 API
- al_register_bitmap_identifier(3)
- Allegro 5 API
- al_register_bitmap_loader(3)
- Allegro 5 API
- al_register_bitmap_loader_f(3)
- Allegro 5 API
- al_register_font_loader(3)
- Allegro 5 API
- al_register_sample_loader(3)
- Allegro 5 API
- al_register_sample_loader_f(3)
- Allegro 5 API
- al_reset_bitmap_blender(3)
- Allegro 5 API
- al_restore_default_mixer(3)
- Allegro 5 API
- al_run_detached_thread(3)
- Allegro 5 API
- al_seek_video(3)
- Allegro 5 API
- al_set_audio_stream_playmode(3)
- Allegro 5 API
- al_set_bitmap_blender(3)
- Allegro 5 API
- al_set_blender(3)
- Allegro 5 API
- al_set_d3d_device_release_callback(3)
- Allegro 5 API
- al_set_d3d_device_restore_callback(3)
- Allegro 5 API
- al_set_default_mixer(3)
- Allegro 5 API
- al_set_default_voice(3)
- Allegro 5 API
- al_set_mouse_emulation_mode(3)
- Allegro 5 API
- al_set_new_bitmap_depth(3)
- Allegro 5 API
- al_set_render_state(3)
- Allegro 5 API
- al_set_sample_instance_playmode(3)
- Allegro 5 API
- al_set_separate_bitmap_blender(3)
- Allegro 5 API
- al_set_separate_blender(3)
- Allegro 5 API
- al_set_shader_bool(3)
- Allegro 5 API
- al_set_shader_float(3)
- Allegro 5 API
- al_set_shader_float_vector(3)
- Allegro 5 API
- al_set_shader_int(3)
- Allegro 5 API
- al_set_shader_int_vector(3)
- Allegro 5 API
- al_set_shader_matrix(3)
- Allegro 5 API
- al_set_shader_sampler(3)
- Allegro 5 API
- al_set_video_playing(3)
- Allegro 5 API
- al_shutdown_video_addon(3)
- Allegro 5 API
- al_start_audio_recorder(3)
- Allegro 5 API
- al_start_video(3)
- Allegro 5 API
- al_start_video_with_voice(3)
- Allegro 5 API
- al_stop_audio_recorder(3)
- Allegro 5 API
- al_trace(3)
- Outputs a debugging trace message. Allegro game programming library
- al_unlock_index_buffer(3)
- Allegro 5 API
- al_use_shader(3)
- Allegro 5 API
- al_ustr_encode_utf16(3)
- Allegro 5 API
- al_utf16_encode(3)
- Allegro 5 API
- al_utf8_encode(3)
- Allegro 5 API
- alacritty-bindings(5)
- Default configuration file bindings
- aldo(1)
- A fully console morse code trainer written in ISO C++
- alevtd(1)
- webserver for videotext pages
- allcm(1)
- force the most important Computer-Modern-fonts to be calculated
- allneeded(1)
- force the calculation of all fonts now needed
- alsa-seq-server(8)
- daemon that converts one or more raw MIDI device(s) into an ALSA sequencer server
- amanda-devices(7)
- Configuring and Using Amanda Devices
- amdevcheck(8)
- Validate an Amanda device and volume
- amdgpu(4x)
- AMD RADEON GPU video driver
- amgetconf(8)
- look up configuration parameters and manipulate debug logs
- amigadepacker(1)
- Tool for depacking some compressed Amiga formats
- amrecover(8)
- Amanda index database browser
- amreindex(8)
- re-index tapes or specific dump
- amtapetype(8)
- generate a tapetype definition by testing the device directly
- analyze-pv-structure(1)
- Analyzes the location of metadata in a variety of RAW, jpeg and video files
- androiddump(1)
- Provide interfaces to capture from Android devices
- ansifilter(1), Ansifilter(1)
- ANSI escape code processor and converter
- ansilove_ansi(3)
- Process and render ANSI content
- ansilove_artworx(3)
- Process and render Artworx content
- ansilove_binary(3)
- Process and render binary content
- ansilove_icedraw(3)
- Process and render iCE Draw content
- ansilove_pcboard(3)
- Process and render PCBoard content
- ansilove_tundra(3)
- Process and render TundraDraw content
- ansilove_xbin(3)
- Process and render XBin content
- ansiweather(1)
- weather in terminal, with ANSI colors and Unicode symbols
- antinspect(6)
- ant model inspection screenhack
- aoxdeliver(8)
- deliver mail into Archiveopteryx
- apertium-deshtml(1)
- HTML format processor for Apertium
- apertium-deshtml-alt(1)
- HTML format processor for Apertium with alt-translation
- apertium-deslatex(1)
- LaTeX format processor for Apertium
- apertium-desmediawiki(1)
- MediaWiki format processor for Apertium
- apertium-desodt(1)
- OpenDocument Text format processor for Apertium
- apertium-despptx(1)
- Office Open XML Presentation format processor for Apertium
- apertium-desrtf(1)
- Rich Text Format processor for Apertium
- apertium-destxt(1)
- TXT format processor for Apertium
- apertium-deswxml(1)
- WXML format processor for Apertium
- apertium-desxlsx(1)
- Office Open XML Workbook format processor for Apertium
- apertium-gen-deformat(1)
- C++ deformatter generator for Apertium
- apertium-gen-modes(1)
- intermediate mode file generator for Apertium
- apertium-postlatex(1)
- ASCII LaTeX code generator for Apertium
- apertium-postlatex-raw(1)
- LaTeX code generator for Apertium
- apertium-validate-modes(1)
- intermediate modes XML validator for Apertium
- apollonian(6)
- Descartes Circle Theorem
- appfeed.cgi(1)
- Xymon CGI feeder for Smartphone apps
- appjail-deleteOld(1)
- Run delete-old and delete-old-libs targets on a given release or jail
- appjail-devfs(1)
- Dynamic DEVFS ruleset management
- appjail-disable(1)
- Remove default parameters for stages
- appjail-enable(1)
- Set default parameters for stages
- appjail-rstop(1)
- Stop a jail and the jails it depends on
- appjail-run(1)
- Run user-defined stages
- appjail-startup(1)
- Unattended command to start jails and other related things
- appjail-upgrade(1)
- Upgrade a jail or a release
- applybddnode(3)
- applies an operator on two bdd nodes. man1/alc_origin.1
- applybddnodeite(3)
- computes the IF-THEN-ELSE logical operation. man1/alc_origin.1
- applybddnodelist(3)
- applies an opertor to a bdd nodes list. man1/alc_origin.1
- applybddnodenot(3)
- complements a bdd. man1/alc_origin.1
- applybddnodeterm(3)
- applies an operator on two bdd nodes. man1/alc_origin.1
- applydeltaiso(8)
- reconstruct an iso from the old iso and the deltaiso
- applydeltarpm(8)
- reconstruct an rpm from a deltarpm
- applygnupgdefaults(8)
- Run gpgconf --apply-defaults for all users
- appstream-builder(1)
- Build AppStream metadata
- archive_entry(3), archive_entry_clear(3), archive_entry_clone(3), archive_entry_free(3), archive_entry_new(3)
- functions for managing archive entry descriptions
- archive_entry_acl(3), archive_entry_acl_add_entry(3), archive_entry_acl_add_entry_w(3), archive_entry_acl_clear(3), archive_entry_acl_count(3), archive_entry_acl_from_text(3), archive_entry_acl_from_text_w(3), archive_entry_acl_next(3), archive_entry_acl_reset(3), archive_entry_acl_to_text(3), archive_entry_acl_to_text_w(3), archive_entry_acl_types(3)
- functions for manipulating Access Control Lists in archive entry descriptions
- archive_entry_paths(3), archive_entry_hardlink(3), archive_entry_hardlink_w(3), archive_entry_set_hardlink(3), archive_entry_copy_hardlink(3), archive_entry_copy_hardlink_w(3), archive_entry_update_hardlink_utf8(3), archive_entry_set_link(3), archive_entry_copy_link(3), archive_entry_copy_link_w(3), archive_entry_update_link_utf8(3), archive_entry_pathname(3), archive_entry_pathname_w(3), archive_entry_set_pathname(3), archive_entry_copy_pathname(3), archive_entry_copy_pathname_w(3), archive_entry_update_pathname_utf8(3), archive_entry_sourcepath(3), archive_entry_copy_sourcepath(3), archive_entry_symlink(3), archive_entry_symlink_w(3), archive_entry_set_symlink(3), archive_entry_copy_symlink(3), archive_entry_copy_symlink_w(3), archive_entry_update_symlink_utf8(3)
- functions for manipulating path names in archive entry descriptions
- archive_entry_perms(3), archive_entry_gid(3), archive_entry_set_gid(3), archive_entry_uid(3), archive_entry_set_uid(3), archive_entry_perm(3), archive_entry_set_perm(3), archive_entry_strmode(3), archive_entry_uname(3), archive_entry_uname_w(3), archive_entry_set_uname(3), archive_entry_copy_uname(3), archive_entry_copy_uname_w(3), archive_entry_update_uname_utf8(3), archive_entry_gname(3), archive_entry_gname_w(3), archive_entry_set_gname(3), archive_entry_copy_gname(3), archive_entry_copy_gname_w(3), archive_entry_update_gname_utf8(3), archive_entry_fflags(3), archive_entry_fflags_text(3), archive_entry_set_fflags(3), archive_entry_copy_fflags_text(3), archive_entry_copy_fflags_text_w(3)
- functions for manipulating ownership and permissions in archive entry descriptions
- archive_entry_stat(3), archive_entry_copy_stat(3), archive_entry_filetype(3), archive_entry_set_filetype(3), archive_entry_mode(3), archive_entry_set_mode(3), archive_entry_size(3), archive_entry_size_is_set(3), archive_entry_set_size(3), archive_entry_unset_size(3), archive_entry_dev(3), archive_entry_set_dev(3), archive_entry_dev_is_set(3), archive_entry_devmajor(3), archive_entry_set_devmajor(3), archive_entry_devminor(3), archive_entry_set_devminor(3), archive_entry_ino(3), archive_entry_set_ino(3), archive_entry_ino_is_set(3), archive_entry_ino64(3), archive_entry_set_ino64(3), archive_entry_nlink(3), archive_entry_rdev(3), archive_entry_set_rdev(3), archive_entry_rdevmajor(3), archive_entry_set_rdevmajor(3), archive_entry_rdevminor(3), archive_entry_set_rdevminor(3)
- accessor functions for manipulating archive entry descriptions
- archive_entry_time(3), archive_entry_atime(3), archive_entry_atime_nsec(3), archive_entry_atime_is_set(3), archive_entry_set_atime(3), archive_entry_unset_atime(3), archive_entry_birthtime(3), archive_entry_birthtime_nsec(3), archive_entry_birthtime_is_set(3), archive_entry_set_birthtime(3), archive_entry_unset_birthtime(3), archive_entry_ctime(3), archive_entry_ctime_nsec(3), archive_entry_ctime_is_set(3), archive_entry_set_ctime(3), archive_entry_unset_ctime(3), archive_entry_mtime(3), archive_entry_mtime_nsec(3), archive_entry_mtime_is_set(3), archive_entry_set_mtime(3), archive_entry_unset_mtime(3)
- functions for manipulating times in archive entry descriptions
- archive_read_disk(3), archive_read_disk_new(3), archive_read_disk_open(3), archive_read_disk_open_w(3), archive_read_disk_set_behavior(3), archive_read_disk_set_symlink_logical(3), archive_read_disk_set_symlink_physical(3), archive_read_disk_set_symlink_hybrid(3), archive_read_disk_entry_from_file(3), archive_read_disk_gname(3), archive_read_disk_uname(3), archive_read_disk_set_uname_lookup(3), archive_read_disk_set_gname_lookup(3), archive_read_disk_set_standard_lookup(3), archive_read_disk_descend(3), archive_read_disk_can_descend(3), archive_read_disk_current_filesystem(3), archive_read_disk_current_filesystem_is_synthetic(3), archive_read_disk_current_filesystem_is_remote(3), archive_read_disk_set_matching(3), archive_read_disk_set_metadata_filter_callback(3)
- functions for reading objects from disk
- archive_read_format(3), archive_read_support_format_7zip(3), archive_read_support_format_all(3), archive_read_support_format_ar(3), archive_read_support_format_by_code(3), archive_read_support_format_cab(3), archive_read_support_format_cpio(3), archive_read_support_format_empty(3), archive_read_support_format_iso9660(3), archive_read_support_format_lha(3), archive_read_support_format_mtree(3), archive_read_support_format_rar(3), archive_read_support_format_raw(3), archive_read_support_format_tar(3), archive_read_support_format_xar(3), archive_read_support_format_zip(3)
- functions for reading streaming archives
- archive_read_header(3), archive_read_next_header(3), archive_read_next_header2(3)
- functions for reading streaming archives
- archive_util(3), archive_clear_error(3), archive_compression(3), archive_compression_name(3), archive_copy_error(3), archive_errno(3), archive_error_string(3), archive_file_count(3), archive_filter_code(3), archive_filter_count(3), archive_filter_name(3), archive_format(3), archive_format_name(3), archive_position(3), archive_set_error(3)
- libarchive utility functions
- archive_write_filter(3), archive_write_add_filter_b64encode(3), archive_write_add_filter_by_name(3), archive_write_add_filter_bzip2(3), archive_write_add_filter_compress(3), archive_write_add_filter_grzip(3), archive_write_add_filter_gzip(3), archive_write_add_filter_lrzip(3), archive_write_add_filter_lz4(3), archive_write_add_filter_lzip(3), archive_write_add_filter_lzma(3), archive_write_add_filter_lzop(3), archive_write_add_filter_none(3), archive_write_add_filter_program(3), archive_write_add_filter_uuencode(3), archive_write_add_filter_xz(3), archive_write_add_filter_zstd(3)
- functions enabling output filters
- archive_write_format(3), archive_write_set_format(3), archive_write_set_format_7zip(3), archive_write_set_format_ar(3), archive_write_set_format_ar_bsd(3), archive_write_set_format_ar_svr4(3), archive_write_set_format_by_name(3), archive_write_set_format_cpio(3), archive_write_set_format_cpio_bin(3), archive_write_set_format_cpio_newc(3), archive_write_set_format_cpio_odc(3), archive_write_set_format_cpio_pwb(3), archive_write_set_format_filter_by_ext(3), archive_write_set_format_filter_by_ext_def(3), archive_write_set_format_gnutar(3), archive_write_set_format_iso9660(3), archive_write_set_format_mtree(3), archive_write_set_format_mtree_classic(3), archive_write_set_format_mtree_default(3), archive_write_set_format_pax(3), archive_write_set_format_pax_restricted(3), archive_write_set_format_raw(3), archive_write_set_format_shar(3), archive_write_set_format_shar_dump(3), archive_write_set_format_ustar(3), archive_write_set_format_v7tar(3), archive_write_set_format_warc(3), archive_write_set_format_xar(3), archive_write_set_format_zip(3)
- functions for creating archives
- archive_write_header(3)
- functions for creating archives
- arecord(1), aplay(1)
- command-line sound recorder and player for ALSA soundcard driver
- ares_destroy(3)
- Destroy a resolver channel
- ares_destroy_options(3)
- Destroy options initialized with ares_save_options
- ares_dns_class_fromstr(3), ares_dns_class_tostr(3), ares_dns_datatype_t(3), ares_dns_opcode_tostr(3), ares_dns_opt_datatype_t(3), ares_dns_opt_get_datatype(3), ares_dns_opt_get_name(3), ares_dns_rcode_tostr(3), ares_dns_rec_type_fromstr(3), ares_dns_rr_get_keys(3), ares_dns_rr_key_datatype(3), ares_dns_rr_key_to_rec_type(3), ares_dns_rr_key_tostr(3), ares_dns_section_tostr(3), ares_opt_param_t(3), ares_svcb_param_t(3)
- Helper functions for converting dns record identifiers to and from their respective types, as well identifying datatypes for various records
- ares_dns_class_t(3), ares_dns_flags_t(3), ares_dns_opcode_t(3), ares_dns_parse(3), ares_dns_rcode_t(3), ares_dns_record_create(3), ares_dns_record_destroy(3), ares_dns_record_get_flags(3), ares_dns_record_get_id(3), ares_dns_record_get_opcode(3), ares_dns_record_get_rcode(3), ares_dns_record_query_add(3), ares_dns_record_query_cnt(3), ares_dns_record_query_get(3), ares_dns_rec_type_t(3), ares_dns_write(3)
- DNS Record parsing, writing, creating and destroying functions
- ares_dns_record_rr_add(3), ares_dns_record_rr_cnt(3), ares_dns_record_rr_del(3), ares_dns_record_rr_get(3), ares_dns_record_rr_get_const(3), ares_dns_rr_get_addr(3), ares_dns_rr_get_addr6(3), ares_dns_rr_get_bin(3), ares_dns_rr_get_abin_cnt(3), ares_dns_rr_get_abin(3), ares_dns_rr_get_class(3), ares_dns_rr_get_name(3), ares_dns_rr_get_opt(3), ares_dns_rr_get_opt_byid(3), ares_dns_rr_get_opt_cnt(3), ares_dns_rr_get_str(3), ares_dns_rr_get_ttl(3), ares_dns_rr_get_type(3), ares_dns_rr_get_u16(3), ares_dns_rr_get_u32(3), ares_dns_rr_get_u8(3), ares_dns_rr_key_t(3), ares_dns_rr_set_addr(3), ares_dns_rr_set_addr6(3), ares_dns_rr_set_bin(3), ares_dns_rr_add_abin(3), ares_dns_rr_del_abin(3), ares_dns_rr_set_opt(3), ares_dns_rr_set_str(3), ares_dns_rr_set_u16(3), ares_dns_rr_set_u32(3), ares_dns_rr_set_u8(3), ares_dns_section_t(3), ares_tlsa_match_t(3), ares_tlsa_selector_t(3), ares_tlsa_usage_t(3)
- DNS Resource Record creating, reading, and writing functions
- ares_expand_name(3)
- Expand a DNS-encoded domain name
- ares_expand_string(3)
- Expand a length encoded string
- ares_fds(3)
- return file descriptors to select on (deprecated)
- ares_get_servers(3), ares_get_servers_ports(3)
- Retrieve name servers from an initialized ares_channel (deprecated)
- ares_getnameinfo(3)
- Address-to-nodename translation in protocol-independent manner
- ares_getsock(3)
- get socket descriptors to wait on (deprecated)
- ares_library_cleanup(3)
- c-ares library deinitialization
- ares_set_local_dev(3)
- Bind to a specific network device when creating sockets
- ares_set_servers(3), ares_set_servers_ports(3)
- Initialize name server configuration for an ares channel. (deprecated)
- ares_strerror(3)
- Get the description of an ares library error code
- argc.tcl86(n), argc(n), argv(n), argv0(n), auto_path(n), env(n), errorCode(n), errorInfo(n), tcl_interactive(n), tcl_library(n), tcl_nonwordchars(n), tcl_patchLevel(n), tcl_pkgPath(n), tcl_platform(n), tcl_precision(n), tcl_rcFileName(n), tcl_traceCompile(n), tcl_traceExec(n), tcl_wordchars(n), tcl_version(n)
- Variables used by Tcl
- argc.tcl90(n), argc(n), argv(n), argv0(n), auto_path(n), env(n), errorCode(n), errorInfo(n), tcl_interactive(n), tcl_library(n), tcl_nonwordchars(n), tcl_patchLevel(n), tcl_pkgPath(n), tcl_platform(n), tcl_rcFileName(n), tcl_traceCompile(n), tcl_traceExec(n), tcl_wordchars(n), tcl_version(n)
- Variables used by Tcl
- aria_ftdump(1)
- display full-text index information
- ark(1)
- KDE archiving tool
- arm-gnueabi-freebsd14.2-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- arm-none-eabi-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- ascii2uni(1)
- convert 7-bit ASCII representations to UTF-8 Unicode
- asciinema(1)
- terminal session recorder
- asignify(1)
- cryptographically sign, verify, encrypt or decrypt files
- asimut(1)
- A simulation tool for hardware descriptions man1/alc_origin.1
- asksenders(1)
- Active Spam Killer Whitelist Generator
- asm2html(1)
- generate HTML output from NASM assembly source code
- asn1Coding(1)
- ASN.1 DER encoder
- asn1Decoding(1)
- ASN.1 DER decoder
- asn1_bit_der(3)
- API function
- asn1_copy_node(3)
- API function
- asn1_decode_simple_ber(3)
- API function
- asn1_decode_simple_der(3)
- API function
- asn1_delete_element(3)
- API function
- asn1_delete_structure(3)
- API function
- asn1_delete_structure2(3)
- API function
- asn1_der_coding(3)
- API function
- asn1_der_decoding(3)
- API function
- asn1_der_decoding2(3)
- API function
- asn1_der_decoding_element(3)
- API function
- asn1_der_decoding_startEnd(3)
- API function
- asn1_dup_node(3)
- API function
- asn1_encode_simple_der(3)
- API function
- asn1_expand_any_defined_by(3)
- API function
- asn1_find_node(3)
- API function
- asn1_get_bit_der(3)
- API function
- asn1_get_length_der(3)
- API function
- asn1_get_object_id_der(3)
- API function
- asn1_get_octet_der(3)
- API function
- asn1_get_tag_der(3)
- API function
- asn1_length_der(3)
- API function
- asn1_object_id_der(3)
- API function
- asn1_octet_der(3)
- API function
- asn1_read_node_value(3)
- API function
- asn2idx(1)
- index ASN.1 Bioseq-sets for fast access to individual sequences
- asndhuff(1)
- decompress compressed ASN.1 (CASN) files
- assa-genesis(1)
- generates skeleton files for RAD development with ASSA library
- assume_default_colors(3x), %use_default_colors(3x), %assume_default_colors(3x)
- use terminal's default colors in curses
- astbuildprog(1), BuildProgram(1)
- compile, link with Gnuastro library and its dependencies, and run a C program
- astfits(1), Fits(1)
- view and manipulate FITS headers
- astnoisechisel(1), NoiseChisel(1)
- detect signal in a noisy image
- astrometry-engine(1)
- Identify where a list of stars is on the sky
- astscript-psf-subtract(1)
- Subtract a given PSF model from the image
- atest(1)
- Decode AX.25 frames from an audio file
- atf-c(3), ATF_CHECK(3), ATF_CHECK_MSG(3), ATF_CHECK_EQ(3), ATF_CHECK_EQ_MSG(3), ATF_CHECK_MATCH(3), ATF_CHECK_MATCH_MSG(3), ATF_CHECK_STREQ(3), ATF_CHECK_STREQ_MSG(3), ATF_CHECK_INTEQ(3), ATF_CHECK_INTEQ_MSG(3), ATF_CHECK_ERRNO(3), ATF_REQUIRE(3), ATF_REQUIRE_MSG(3), ATF_REQUIRE_EQ(3), ATF_REQUIRE_EQ_MSG(3), ATF_REQUIRE_MATCH(3), ATF_REQUIRE_MATCH_MSG(3), ATF_REQUIRE_STREQ(3), ATF_REQUIRE_STREQ_MSG(3), ATF_REQUIRE_INTEQ(3), ATF_REQUIRE_INTEQ_MSG(3), ATF_REQUIRE_ERRNO(3), ATF_TC(3), ATF_TC_BODY(3), ATF_TC_BODY_NAME(3), ATF_TC_CLEANUP(3), ATF_TC_CLEANUP_NAME(3), ATF_TC_HEAD(3), ATF_TC_HEAD_NAME(3), ATF_TC_NAME(3), ATF_TC_WITH_CLEANUP(3), ATF_TC_WITHOUT_HEAD(3), ATF_TP_ADD_TC(3), ATF_TP_ADD_TCS(3), atf_tc_get_config_var(3), atf_tc_get_config_var_wd(3), atf_tc_get_config_var_as_bool(3), atf_tc_get_config_var_as_bool_wd(3), atf_tc_get_config_var_as_long(3), atf_tc_get_config_var_as_long_wd(3), atf_no_error(3), atf_tc_expect_death(3), atf_tc_expect_exit(3), atf_tc_expect_fail(3), atf_tc_expect_pass(3), atf_tc_expect_signal(3), atf_tc_expect_timeout(3), atf_tc_fail(3), atf_tc_fail_nonfatal(3), atf_tc_pass(3), atf_tc_skip(3), atf_utils_cat_file(3), atf_utils_compare_file(3), atf_utils_copy_file(3), atf_utils_create_file(3), atf_utils_file_exists(3), atf_utils_fork(3), atf_utils_free_charpp(3), atf_utils_grep_file(3), atf_utils_grep_string(3), atf_utils_readline(3), atf_utils_redirect(3), atf_utils_wait(3)
- C API to write ATF-based test programs
- atf-sh(3), atf_add_test_case(3), atf_check(3), atf_check_equal(3), atf_check_not_equal(3), atf_config_get(3), atf_config_has(3), atf_expect_death(3), atf_expect_exit(3), atf_expect_fail(3), atf_expect_pass(3), atf_expect_signal(3), atf_expect_timeout(3), atf_fail(3), atf_get(3), atf_get_srcdir(3), atf_pass(3), atf_require_prog(3), atf_set(3), atf_skip(3), atf_test_case(3)
- POSIX shell API to write ATF-based test programs
- atf-test-case(4)
- generic description of test cases
- ati(4x)
- ATI video driver
- atpdiag(1)
- checks atp qwk reader configuration
- atracdenc(1)
- encode to or decode from ATRAC format
- atslogd(8)
- ATSlog gives the convenient interface for viewing and analysing calls of various models PBX
- atslogmaster(8)
- ATSlog gives the convenient interface for viewing and analysing bells of various models PBX
- attr_get(3x), %attr_get(3x), %wattr_get(3x), %attr_set(3x), %wattr_set(3x), %attr_off(3x), %wattr_off(3x), %attr_on(3x), %wattr_on(3x), %attroff(3x), %wattroff(3x), %attron(3x), %wattron(3x), %attrset(3x), %wattrset(3x), %chgat(3x), %wchgat(3x), %mvchgat(3x), %mvwchgat(3x), %color_set(3x), %wcolor_set(3x), %standend(3x), %wstandend(3x), %standout(3x), %wstandout(3x)
- manipulate attributes of character cells in curses windows
- attrtag_model(3), attrtag_model (3)
- Set 3d model rendering-specific flags
- au0828(4)
- au0828 webcamd driver for USB digital TV devices
- au_free_token(3)
- deallocate a token_t created by any of the au_to_*() BSM API functions
- au_token(3), au_to_arg32(3), au_to_arg64(3), au_to_arg(3), au_to_attr64(3), au_to_data(3), au_to_exit(3), au_to_groups(3), au_to_newgroups(3), au_to_in_addr(3), au_to_in_addr_ex(3), au_to_ip(3), au_to_ipc(3), au_to_ipc_perm(3), au_to_iport(3), au_to_opaque(3), au_to_file(3), au_to_text(3), au_to_path(3), au_to_process32(3), au_to_process64(3), au_to_process(3), au_to_process32_ex(3), au_to_process64_ex(3), au_to_process_ex(3), au_to_return32(3), au_to_return64(3), au_to_return(3), au_to_seq(3), au_to_sock_inet32(3), au_to_sock_inet128(3), au_to_sock_inet(3), au_to_socket_ex(3), au_to_subject32(3), au_to_subject64(3), au_to_subject(3), au_to_subject32_ex(3), au_to_subject64_ex(3), au_to_subject_ex(3), au_to_me(3), au_to_exec_args(3), au_to_exec_env(3), au_to_header(3), au_to_header32(3), au_to_header64(3), au_to_header_ex(3), au_to_header32_ex(3), au_to_trailer(3), au_to_zonename(3)
- routines for generating BSM audit tokens
- audemo(1)
- Network Audio System record and play demo audemo#(1) "" "audemo(1)"
- audio_buffer_size(3), audio_buffer_size (3)
- Change the default audio buffering size
- audio_listener(3), audio_listener (3)
- Bind the current device listener to a positioner video object
- audio_outputs(3), audio_outputs (3)
- Returns a list of possible device names for audio_reconfigure
- audio_position(3), audio_position (3)
- Bind an audio source to a positioner video object
- audio_reconfigure(3), audio_reconfigure (3)
- Control audio device output parameters
- audit_class(5)
- audit event class descriptions
- audit_event(5)
- audit event descriptions
- augprint(1)
- create an idempotent augtool script for a given file
- aumeta(1)
- move seek index and adjust metadata of audio files
- aupanel(1)
- allows user adjustment of Network Audio System device attributes aupanel#(1) "" "aupanel(1)"
- auto_execok.tcl86(n), auto_execok(n), auto_import(n), auto_load(n), auto_mkindex(n), auto_qualify(n), auto_reset(n), tcl_findLibrary(n), parray(n), tcl_endOfWord(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n)
- standard library of Tcl procedures
- auto_execok.tcl90(n), auto_execok(n), auto_import(n), auto_load(n), auto_mkindex(n), auto_qualify(n), auto_reset(n), foreachLine(n), parray(n), readFile(n), tcl_findLibrary(n), tcl_endOfWord(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n), writeFile(n)
- standard library of Tcl procedures
- autoheader2.69(1), autoheader(1)
- Create a template header for configure
- autoheader2.72(1), autoheader(1)
- Create a template header for configure
- automatic_lists_description.conf(5)
- Description of automatic list creation with web interface
- automounter(8)
- Dynamically configure amd for existing devices
- automounter.conf(5)
- Define runtime parameters for automounter
- automx-test(1)
- automx command line client rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- automx.conf(5)
- automx configuration parameters rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- automx_ldap(5)
- automx LDAP backend configuration parameters rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- automx_script(5)
- automx script backend configuration parameters rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- automx_sql(5)
- automx SQL backend configuration parameters rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- autorandr(1)
- automatically select a display configuration based on connected devices
- autorespond(1)
- simple autoresponder for qmail
- autosupport(8)
- interactive script to provide Digium[tm]'s support with information
- auwave(1)
- demonstrates the use of waveforms auwave#(1) "" "auwave(1)"
- avarice(1)
- Provides an interface from avr-gdb to Atmel's AVR in-circuit debugging tools
- avr-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- avrdude(1)
- driver program for ``simple'' Atmel AVR MCU programmer
- awka-elm(5)
- Awka Extended Library Methods
- axfer(1)
- command-line sound recorder and player for sound devices and nodes supported by Linux sound subsystem (Advanced Linux Sound Architecture, also known as ALSA)
- axfer-list(1)
- dump lists of available sound devices and nodes to transfer audio data frame
- axfer-transfer(1)
- transferrer of audio data frame for sound devices and nodes
- b2i_PVK_bio(3ossl), b2i_PVK_bio_ex(3ossl), i2b_PVK_bio(3ossl), i2b_PVK_bio_ex(3ossl)
- Decode and encode functions for reading and writing MSBLOB format private keys
- b64_encoder_create(3), b64_decoder_create(3)
- base-64 encoder and decoder
- ba_and_ba(3), ba_clear(3), ba_clear_all(3), ba_copy(3), ba_create(3), ba_destroy(3), ba_not(3), ba_or_ba(3), ba_or_not_ba(3), ba_query(3), ba_resize(3), ba_set(3), ba_xor_ba(3)
- bit array manipulation
- badblocks(8)
- search a device for bad blocks
- balls(l)
- preprocessor for space-filling models in Raster3D molecular graphics package
- baobab(1)
- A graphical disk usage analyzer for the GNOME desktop
- barcode(1)
- a stand alone program to run the barcode library
- barcode(3)
- a library to create and print bar codes
- barcode(6)
- draws a random sequence of barcodes for the products you enjoy
- barman(5)
- Barman Configurations Barman follows a convention over configuration approach, which simplifies configuration by allowing some options to be defined globally and overridden at the server level. This means you can set a default behavior for your servers and then customize specific servers as needed. This design reduces the need for excessive configuration while maintaining flexibility
- barman-cloud-backup(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-backup [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ { { -z | --gzip } | { -j | --bzip2 } | --snappy } ] [ { -h | --host } HOST ] [ { -p | --port } PORT ] [ { -U | --user } USER ] [ { -d | --dbname } DBNAME ] [ { -n | --name } BACKUP_NAME ] [ { -J | --jobs } JOBS ] [ { -S | --max-archive-size } MAX_ARCHIVE_SIZE ] [ --immediate-checkpoint ] [ --min-chunk-size MIN_CHUNK_SIZE ] [ --max-bandwidth MAX_BANDWIDTH ] [ --snapshot-instance SNAPSHOT_INSTANCE ] [ --snapshot-disk NAME ] [ --snapshot-zone GCP_ZONE ] [ -snapshot-gcp-project GCP_PROJECT ] [ --tags TAG [ TAG ... ] ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { -e | --encryption } { AES256 | aws:kms } ] [ --sse-kms-key-id SSE_KMS_KEY_ID ] [ --aws-region AWS_REGION ] [ --aws-await-snapshots-timeout AWS_AWAIT_SNAPSHOTS_TIMEOUT ] [ --aws-snapshot-lock-mode { compliance | governance } ] [ --aws-snapshot-lock-duration DAYS ] [ --aws-snapshot-lock-cool-off-period HOURS ] [ --aws-snapshot-lock-expiration-date DATETIME ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --encryption-scope ENCRYPTION_SCOPE ] [ --azure-subscription-id AZURE_SUBSCRIPTION_ID ] [ --azure-resource-group AZURE_RESOURCE_GROUP ] [ --gcp-project GCP_PROJECT ] [ --kms-key-name KMS_KEY_NAME ] [ --gcp-zone GCP_ZONE ] DESTINATION_URL SERVER_NAME Description The barman-cloud-backup script is used to create a local backup of a Postgres server and transfer it to a supported cloud provider, bypassing the Barman server. It can also be utilized as a hook script for copying Barman backups from the Barman server to one of the supported clouds (post_backup_retry_script). This script requires read access to PGDATA and tablespaces, typically run as the postgres user. When used on a Barman server, it requires read access to the directory where Barman backups are stored. If --snapshot- arguments are used and snapshots are supported by the selected cloud provider, the backup will be performed using snapshots of the specified disks (--snapshot-disk). The backup label and metadata will also be uploaded to the cloud. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. IMPORTANT: 0.0 3.5 The cloud upload may fail if any file larger than the configured --max-archive-size is present in the data directory or tablespaces. However, Postgres files up to 1GB are always allowed, regardless of the --max-archive-size setting. Parameters 0.0 SERVER_NAME Name of the server to be backed up. DESTINATION_URL URL of the cloud destination, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. -z / --gzip gzip-compress the backup while uploading to the cloud (should not be used with python < 3.2). -j / --bzip2 bzip2-compress the backup while uploading to the cloud (should not be used with python < 3.3). --snappy snappy-compress the backup while uploading to the cloud (requires optional python-snappy library). -h / --host Host or Unix socket for Postgres connection (default: libpq settings). -p / --port Port for Postgres connection (default: libpq settings). -U / --user User name for Postgres connection (default: libpq settings). -d / --dbname Database name or conninfo string for Postgres connection (default: (dqpostgres(dq). -n / --name A name which can be used to reference this backup in commands such as barman-cloud-restore and barman-cloud-backup-delete. -J / --jobs Number of subprocesses to upload data to cloud storage (default: 2). -S / --max-archive-size Maximum size of an archive when uploading to cloud storage (default: 100GB). --immediate-checkpoint Forces the initial checkpoint to be done as quickly as possible. --min-chunk-size Minimum size of an individual chunk when uploading to cloud storage (default: 5MB for aws-s3, 64KB for azure-blob-storage, not applicable for google-cloud-storage). --max-bandwidth The maximum amount of data to be uploaded per second when backing up to object storages (default: 0 - no limit). --snapshot-instance Instance where the disks to be backed up as snapshots are attached. --snapshot-disk Name of a disk from which snapshots should be taken. --tags Tags to be added to all uploaded files in cloud storage, and/or to snapshots created, if snapshots are used. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). -e / --encryption The encryption algorithm used when storing the uploaded data in S3. Allowed options: 7.0 (bu 2 AES256. (bu 2 aws:kms. --sse-kms-key-id The AWS KMS key ID that should be used for encrypting the uploaded data in S3. Can be specified using the key ID on its own or using the full ARN for the key. Only allowed if -e / --encryption is set to aws:kms. --aws-region The name of the AWS region containing the EC2 VM and storage volumes defined by the --snapshot-instance and --snapshot-disk arguments. --aws-await-snapshots-timeout The length of time in seconds to wait for snapshots to be created in AWS before timing out (default: 3600 seconds). --aws-snapshot-lock-mode The lock mode for the snapshot. This is only valid if --snapshot-instance and --snapshot-disk are set. Allowed options: 7.0 (bu 2 compliance. (bu 2 governance. --aws-snapshot-lock-duration The lock duration is the period of time (in days) for which the snapshot is to remain locked, ranging from 1 to 36,500. Set either the lock duration or the expiration date (not both). --aws-snapshot-lock-cool-off-period The cooling-off period is an optional period of time (in hours) that you can specify when you lock a snapshot in compliance mode, ranging from 1 to 72. --aws-snapshot-lock-expiration-date The lock duration is determined by an expiration date in the future. It must be at least 1 day after the snapshot creation date and time, using the format YYYY-MM-DDTHH:MM:SS.sssZ. Set either the lock duration or the expiration date (not both). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default. --encryption-scope The name of an encryption scope defined in the Azure Blob Storage service which is to be used to encrypt the data in Azure. --azure-subscription-id The ID of the Azure subscription which owns the instance and storage volumes defined by the --snapshot-instance and --snapshot-disk arguments. --azure-resource-group The name of the Azure resource group to which the compute instance and disks defined by the --snapshot-instance and --snapshot-disk arguments belong. Extra options for GCP cloud provider 0.0 --gcp-project GCP project under which disk snapshots should be stored. --snapshot-gcp-project (deprecated) GCP project under which disk snapshots should be stored - replaced by --gcp-project. --kms-key-name The name of the GCP KMS key which should be used for encrypting the uploaded data in GCS. --gcp-zone Zone of the disks from which snapshots should be taken. --snapshot-zone (deprecated) Zone of the disks from which snapshots should be taken - replaced by --gcp-zone
- barman-cloud-backup-delete(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-backup-delete [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -r | --retention-policy } RETENTION_POLICY ] [ { -m | --minimum-redundancy } MINIMUM_REDUNDANCY ] [ { -b | --backup-id } BACKUP_ID] [ --dry-run ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [--batch-size DELETE_BATCH_SIZE] SOURCE_URL SERVER_NAME Description The barman-cloud-backup-delete script is used to delete one or more backups created with the barman-cloud-backup command from cloud storage and to remove the associated WAL files. Backups can be specified for deletion either by their backup ID (as obtained from barman-cloud-backup-list) or by a retention policy. Retention policies mirror those used by the Barman server, deleting all backups that are not required to meet the specified policy. When a backup is deleted, any unused WAL files associated with that backup are also removed. WALs are considered unused if: 0.0 (bu 2 The WALs predate the begin_wal value of the oldest remaining backup. (bu 2 The WALs are not required by any archival backups stored in the cloud. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. IMPORTANT: 0.0 3.5 Each backup deletion involves three separate requests to the cloud provider: one for the backup files, one for the backup.info file, and one for the associated WALs. Deleting by retention policy may result in a high volume of delete requests if a large number of backups are accumulated in cloud storage. Parameters 0.0 SERVER_NAME Name of the server that holds the backup to be deleted. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. -b / --backup-id ID of the backup to be deleted -m / --minimum-redundancy The minimum number of backups that should always be available. -r / --retention-policy If specified, delete all backups eligible for deletion according to the supplied retention policy. Syntax: REDUNDANCY value | RECOVERY WINDOW OF value { DAYS | WEEKS | MONTHS } --batch-size The maximum number of objects to be deleted in a single request to the cloud provider. If unset then the maximum allowed batch size for the specified cloud provider will be used (1000 for aws-s3, 256 for azure-blob-storage and 100 for google-cloud-storage). --dry-run Find the objects which need to be deleted but do not delete them. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-cloud-backup-keep(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-backup-keep [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ { { -r | --release } | { -s | --status } | --target { full | standalone } } ] SOURCE_URL SERVER_NAME BACKUP_ID Description Use this script to designate backups in cloud storage as archival backups, ensuring their indefinite retention regardless of retention policies. This script allows you to mark backups previously created with barman-cloud-backup as archival backups. Once flagged as archival, these backups are preserved indefinitely and are not subject to standard retention policies. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that holds the backup to be kept. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. BACKUP_ID The ID of the backup to be kept. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. -r / --release If specified, the command will remove the keep annotation and the backup will be eligible for deletion. -s / --status Print the keep status of the backup. --target Specify the recovery target for this backup. Allowed options are: 7.0 (bu 2 full (bu 2 standalone Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-cloud-backup-list(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-backup-list [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --format FORMAT ] SOURCE_URL SERVER_NAME Description This script lists backups stored in the cloud that were created using the barman-cloud-backup command. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that holds the backup to be listed. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --format Output format (console or json). Default console. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-cloud-backup-show(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-backup-show [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --format FORMAT ] SOURCE_URL SERVER_NAME BACKUP_ID Description This script displays detailed information about a specific backup created with the barman-cloud-backup command. The output is similar to the barman show-backup from the %barman show-backup command reference, but it has fewer information. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 BACKUP_ID The ID of the backup. SERVER_NAME Name of the server that holds the backup to be displayed. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --format Output format (console or json). Default console. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-cloud-check-wal-archive(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-check-wal-archive [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --timeline TIMELINE ] DESTINATION_URL SERVER_NAME Description Verify that the WAL archive destination for a server is suitable for use with a new Postgres cluster. By default, the check will succeed if the WAL archive is empty or if the target bucket is not found. Any other conditions will result in a failure. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that needs to be checked. DESTINATION_URL URL of the cloud destination, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --timeline The earliest timeline whose WALs should cause the check to fail. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-cloud-restore(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-restore [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --snapshot-recovery-instance SNAPSHOT_RECOVERY_INSTANCE ] [ --snapshot-recovery-zone GCP_ZONE ] [ --aws-region AWS_REGION ] [ --gcp-zone GCP_ZONE ] [ --azure-resource-group AZURE_RESOURCE_GROUP ] [ --tablespace NAME:LOCATION [ --tablespace NAME:LOCATION ... ] ] [ --target-lsn LSN ] [ --target-time TIMESTAMP ] [ --target-tli TLI ] SOURCE_URL SERVER_NAME BACKUP_ID RECOVERY_DESTINATION Description Use this script to restore a backup directly from cloud storage that was created with the barman-cloud-backup command. Additionally, this script can prepare for recovery from a snapshot backup by verifying that attached disks were cloned from the correct snapshots and by downloading the backup label from object storage. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that holds the backup to be restored. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. BACKUP_ID The ID of the backup to be restored. Use auto to have Barman automatically find the most suitable backup for the restore operation. RECOVERY_DESTINATION The path to a directory for recovery. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --snapshot-recovery-instance Instance where the disks recovered from the snapshots are attached. --tablespace Tablespace relocation rule. --target-lsn The recovery target lsn, e.g., 3/64000000. --target-time The recovery target timestamp with or without timezone, in the format %Y-%m-%d %H:%M:%S. --target-tli The recovery target timeline. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). --aws-region The name of the AWS region containing the EC2 VM and storage volumes defined by the --snapshot-instance and --snapshot-disk arguments. Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default. --azure-resource-group The name of the Azure resource group to which the compute instance and disks defined by the --snapshot-instance and --snapshot-disk arguments belong. Extra options for GCP cloud provider 0.0 --gcp-zone Zone of the disks from which snapshots should be taken. --snapshot-recovery-zone (deprecated) Zone containing the instance and disks for the snapshot recovery - replaced by --gcp-zone
- barman-cloud-wal-archive(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-wal-archive [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ { { -z | --gzip } | { -j | --bzip2 } | --xz | --snappy | --zstd | --lz4 } ] [ --tags TAG [ TAG ... ] ] [ --history-tags HISTORY_TAG [ HISTORY_TAG ... ] ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { -e | --encryption } ENCRYPTION ] [ --sse-kms-key-id SSE_KMS_KEY_ID ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --encryption-scope ENCRYPTION_SCOPE ] [ --max-block-size MAX_BLOCK_SIZE ] [ --max-concurrency MAX_CONCURRENCY ] [ --max-single-put-size MAX_SINGLE_PUT_SIZE ] [ --kms-key-name KMS_KEY_NAME ] DESTINATION_URL SERVER_NAME [ WAL_PATH ] Description The barman-cloud-wal-archive command is designed to be used in the archive_command of a Postgres server to directly ship WAL files to cloud storage. NOTE: 0.0 3.5 If you are using Python 2 or unsupported versions of Python 3, avoid using the compression options --gzip or --bzip2. The script cannot restore gzip-compressed WALs on Python < 3.2 or bzip2-compressed WALs on Python < 3.3. This script enables the direct transfer of WAL files to cloud storage, bypassing the Barman server. Additionally, it can be utilized as a hook script for WAL archiving (pre_archive_retry_script). NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that will have the WALs archived. DESTINATION_URL URL of the cloud destination, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. WAL_PATH The value of the (aq%p(aq keyword (according to archive_command). -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. -z / --gzip gzip-compress the WAL while uploading to the cloud. -j / --bzip2 bzip2-compress the WAL while uploading to the cloud. --xz xz-compress the WAL while uploading to the cloud. --snappy snappy-compress the WAL while uploading to the cloud (requires optional python-snappy library). --zstd zstd-compress the WAL while uploading to the cloud (requires optional zstandard library). --lz4 lz4-compress the WAL while uploading to the cloud (requires optional lz4 library). --tags Tags to be added to archived WAL files in cloud storage. --history-tags Tags to be added to archived history files in cloud storage. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). -e / --encryption The encryption algorithm used when storing the uploaded data in S3. Allowed options: 7.0 (bu 2 AES256. (bu 2 aws:kms. --sse-kms-key-id The AWS KMS key ID that should be used for encrypting the uploaded data in S3. Can be specified using the key ID on its own or using the full ARN for the key. Only allowed if -e / --encryption is set to aws:kms. Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default. --encryption-scope The name of an encryption scope defined in the Azure Blob Storage service which is to be used to encrypt the data in Azure. --max-block-size The chunk size to be used when uploading an object via the concurrent chunk method (default: 4MB). --max-concurrency The maximum number of chunks to be uploaded concurrently (default: 1). --max-single-put-size Maximum size for which the Azure client will upload an object in a single request (default: 64MB). If this is set lower than the Postgres WAL segment size after any applied compression then the concurrent chunk upload method for WAL archiving will be used. Extra options for GCP cloud provider 0.0 --kms-key-name The name of the GCP KMS key which should be used for encrypting the uploaded data in GCS
- barman-cloud-wal-restore(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-wal-restore [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --no-partial ] SOURCE_URL SERVER_NAME WAL_NAME WAL_DEST Description The barman-cloud-wal-restore script functions as the restore_command for retrieving WAL files from cloud storage and placing them directly into a Postgres standby server, bypassing the Barman server. This script is used to download WAL files that were previously archived with the barman-cloud-wal-archive command. Disable automatic download of .partial files by calling --no-partial option. IMPORTANT: 0.0 3.5 On the target Postgres node, when pg_wal and the spool directory are on the same filesystem, files are moved via renaming, which is faster than copying and deleting. This speeds up serving WAL files significantly. If the directories are on different filesystems, the process still involves copying and deleting, so there(aqs no performance gain in that case. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that will have WALs restored. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. WAL_NAME The value of the (aq%f(aq keyword (according to restore_command). WAL_DEST The value of the (aq%p(aq keyword (according to restore_command). -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --no-partial Do not download partial WAL files Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
- replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default
- barman-delete(1)
- Barman Sub-Commands
- base64(1)
- base64 encode/decode data and print to standard output
- base64(1)
- encode / decode binary file as RFC 1341 MIME base64
- base64_encode(3), base64_decode(3), quoted_printable_decode(3), mime_word_decode(3)
- MIME recoding functions
- base64url(1)
- Base64Url encode or decode FILE, or standard input, to standard output
- base91(1), b91enc(1), b91dec(1)
- basE91 encode/decode data
- bashdb(1)
- bash debugger script
- bastille(8), - bastille(8)
- Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD
- bb(1)
- The aalib demo
- bdd(1)
- Mutli Reduced Ordered Binary Decision Diagrams man1/alc_origin.1
- bdeinfo(1)
- determines information about a BitLocker Drive Encrypted (BDE) volume
- bdemount(1)
- mounts a BitLocker Drive Encryption (BDE) encrypted volume
- bdep(1)
- project dependency manager
- bdep-argument-grouping(1)
- argument grouping facility
- bdep-ci(1)
- submit project test request to CI server
- bdep-clean(1)
- clean project in build configurations
- bdep-common-options(1)
- details on common options
- bdep-config(1)
- manage project build configurations
- bdep-default-options-files(1)
- specifying default options
- bdep-deinit(1)
- deinitialize project in build configurations
- bdep-fetch(1)
- fetch list of available project dependencies
- bdep-help(1)
- show help for a command or help topic
- bdep-init(1)
- initialize project in build configurations
- bdep-new(1)
- create and initialize new project
- bdep-projects-configs(1)
- specifying projects and configurations
- bdep-publish(1)
- publish project to archive repository
- bdep-release(1)
- manage project's version during release
- bdep-status(1)
- print status of project and/or its dependencies
- bdep-sync(1)
- synchronize project and build configurations
- bdep-test(1)
- test project in build configurations
- bdep-update(1)
- update project in build configurations
- bdes(1)
- encrypt/decrypt using the Data Encryption Standard (DES)
- bdftruncate(1)
- generate truncated BDF font from ISO 10646-1-encoded BDF font
- bdsdc(3)
- bdsdc: bidiagonal SVD, divide and conquer
- bdy(1gv)
- boundary curve finder
- bdy(3gv)
- boundary curve finder
- bear-citnames(1)
- deduce command semantic
- bedup(8)
- deduplication program with additional knowledge of burp
- beetsconfig(5)
- beets configuration file Beets has an extensive configuration system that lets you customize nearly every aspect of its operation. To configure beets, you create a file called config.yaml. The location of the file depends on your platform (type beet config -p to see the path on your system): 0.0 (bu 2 On Unix-like OSes, write ~/.config/beets/config.yaml. (bu 2 On Windows, use %APPDATA%ebeetseconfig.yaml. This is usually in a directory like C:eUserseYoueAppDataeRoaming. (bu 2 On OS X, you can use either the Unix location or ~/Library/Application Support/beets/config.yaml. You can launch your text editor to create or update your configuration by typing beet config -e. (See the X'tty: link #config-cmd'%configX'tty: link' command for details.) It is also possible to customize the location of the configuration file and even use multiple layers of configuration. See %Configuration Location, below. The config file uses X'tty: link https://yaml.org/'%YAMLX'tty: link' syntax. You can use the full power of YAML, but most configuration options are simple key/value pairs. This means your config file will look like this: 0.0 3.5 option: value another_option: foo bigger_option: key: value foo: bar In YAML, you will need to use spaces (not tabs!) to indent some lines. If you have questions about more sophisticated syntax, take a look at the X'tty: link https://yaml.org/'%YAMLX'tty: link' documentation. The rest of this page enumerates the dizzying litany of configuration options available in beets. You might also want to see an %example. 0.0 (bu 2 %Global Options 2.0 (bu 2 %library (bu 2 %directory (bu 2 %plugins (bu 2 %include (bu 2 %pluginpath (bu 2 %ignore (bu 2 %ignore_hidden (bu 2 %replace (bu 2 %path_sep_replace (bu 2 %asciify_paths (bu 2 %art_filename (bu 2 %threaded (bu 2 %format_item (bu 2 %format_album (bu 2 %sort_item (bu 2 %sort_album (bu 2 %sort_case_insensitive (bu 2 %original_date (bu 2 %artist_credit (bu 2 %per_disc_numbering (bu 2 %aunique (bu 2 %sunique (bu 2 %terminal_encoding (bu 2 %clutter (bu 2 %max_filename_length (bu 2 %id3v23 (bu 2 %va_name (bu 2 %UI Options 2.0 (bu 2 %color (bu 2 %colors (bu 2 %terminal_width (bu 2 %length_diff_thresh (bu 2 %import (bu 2 %Importer Options 2.0 (bu 2 %write (bu 2 %copy (bu 2 %move (bu 2 %link (bu 2 %hardlink (bu 2 %reflink (bu 2 %resume (bu 2 %incremental (bu 2 %incremental_skip_later (bu 2 %from_scratch (bu 2 %quiet (bu 2 %quiet_fallback (bu 2 %none_rec_action (bu 2 %timid (bu 2 %log (bu 2 %default_action (bu 2 %languages (bu 2 %ignored_alias_types (bu 2 %detail (bu 2 %group_albums (bu 2 %autotag (bu 2 %duplicate_keys (bu 2 %duplicate_action (bu 2 %duplicate_verbose_prompt (bu 2 %bell (bu 2 %set_fields (bu 2 %singleton_album_disambig (bu 2 %MusicBrainz Options 2.0 (bu 2 %enabled (bu 2 %searchlimit (bu 2 %extra_tags (bu 2 %genres (bu 2 %external_ids (bu 2 %Autotagger Matching Options 2.0 (bu 2 %max_rec (bu 2 %preferred (bu 2 %ignored (bu 2 %required (bu 2 %ignored_media (bu 2 %ignore_data_tracks (bu 2 %ignore_video_tracks (bu 2 %Path Format Configuration (bu 2 %Configuration Location 2.0 (bu 2 %Environment Variable (bu 2 %Command-Line Option (bu 2 %Default Location (bu 2 %Example
- beh_debug(3)
- BEH structures displayer-debugger
- beh_depend(3)
- compute forward dependencies in a description
- beh_makbdd(3)
- create a BDD for each expression in a description
- beh_makgex(3)
- create a GEX for each expression in a description
- ber_get_next(3), ber_skip_tag(3), ber_peek_tag(3), ber_scanf(3), ber_get_int(3), ber_get_enum(3), ber_get_stringb(3), ber_get_stringa(3), ber_get_stringal(3), ber_get_stringbv(3), ber_get_null(3), ber_get_boolean(3), ber_get_bitstring(3), ber_first_element(3), ber_next_element(3)
- OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
- besside-ng(8)
- crack a WEP or WPA key without user intervention and collaborate with WPA cracking statistics
- besside-ng-crawler(1)
- filter EAPOL frames from a directory of capture files
- bfort(1)
- program to extract short definitions for a Fortran to C interface
- bg_test(6)
- test the background mode of svgalib
- bgzip(1)
- Block compression/decompression utility EX in +$1 nf ft CR . EE ft fi in
- bhm(8)
- program to send SMTP mail to /dev/null
- bin2ecm(1)
- encoder and decoder for the error code modeler format
- bin2obj(1)
- The Free Pascal binary to pascal include file converter
- bin_dec_hex(1)
- How to use binary, decimal, and hexadecimal notation
- bind_textdomain_codeset(3)
- set encoding of message translations
- bindtags.tk86(n), bindtags(n)
- Determine which bindings apply to a window, and order of evaluation
- bino(1), Bino(1)
- a 3D video player with multi-display support
- biosdecode(8)
- BIOS information decoder
- biosig2gdf(1)
- converts different biomedical signal file formats into a simplified version of GDF, and can stream the result to stdout. This is useful for reading the data by an unnamed pipe into different programming environment, while a simplified parser can be used to decode the data. The conversion performs a conversion to GDFv3 format, where all channels have the same data type and the same sampling rate
- biosig_fhir(1)
- provides fhir binary template for biosignal data
- bitmap(n)
- Define a new bitmap from a Tcl script
- bitmap_color_depth(3)
- Returns the color depth of the specified bitmap. Allegro game programming library
- bkgrnd(3x), %bkgrnd(3x), %wbkgrnd(3x), %bkgrndset(3x), %wbkgrndset(3x), %getbkgrnd(3x), %wgetbkgrnd(3x)
- manipulate background of a curses window of wide characters
- bl_bed_check_order(3), bl_bed_check_order()(3)
- Compare positions of two bed records
- bl_bed_skip_header(3), bl_bed_skip_header()(3)
- Read past BED header
- bl_fastx_desc(3), bl_fastx_desc()(3)
- Return description of a FASTX object
- bl_fastx_desc_len(3), bl_fastx_desc_len()(3)
- Return length of FASTX description
- bl_gff3_copy_header(3), bl_gff3_copy_header()(3)
- Read and copy a GFF3 header
- bl_gff3_index_add(3), bl_gff3_index_add()(3)
- Add a GFF3 feature to an in-memory index
- bl_gff3_index_seek_reverse(3), bl_gff3_index_seek_reverse()(3)
- Search backward through GFF3 index
- bl_gff3_skip_header(3), bl_gff3_skip_header()(3)
- Read past header in a GFF3 file
- bl_sam_buff_check_order(3), bl_sam_buff_check_order()(3)
- Check sort order of SAM records
- bl_sam_buff_out_of_order(3), bl_sam_buff_out_of_order()(3)
- Print sort order message and exit
- bl_sam_copy_header(3), bl_sam_copy_header()(3)
- Copy SAM header to another stream
- bl_sam_free(3), bl_sam_free()(3)
- Destroy a SAM object
- bl_sam_skip_header(3), bl_sam_skip_header()(3)
- Read past SAM header
- bl_vcf_call_out_of_order(3), bl_vcf_call_out_of_order()(3)
- Terminate with VCF sort error message
- bl_vcf_free(3), bl_vcf_free()(3)
- Destroy a VCF object
- bl_vcf_get_sample_ids(3), bl_vcf_get_sample_ids()(3)
- Extract sample IDs from a VCF header
- bl_vcf_skip_header(3), bl_vcf_skip_header()(3)
- Read past VCF header
- blas2_banded(3)
- --- banded
- blender(1)
- a full-featured 3D application
- blind(7)
- Collection of command line video editing utilities
- blind-arithm(1)
- Perform simple arithmetic on a video
- blind-compress(1)
- Compress a video for network transmission
- blind-concat(1)
- Concatenate videos
- blind-decompress(1)
- Decompress a video compressed by blind-compress(1)
- blind-dissolve(1)
- Fade a video by chaning it's alpha channel
- blind-extend(1)
- Add margins to a video
- blind-flip(1)
- Mirror a video vertically
- blind-flop(1)
- Mirror a video horizontally
- blind-from-text(1)
- Convert text to a video
- blind-from-video(1)
- Converts a regular, cooked video to a blind video
- blind-gauss-blur(1)
- Apply Gaussian blur to a video
- blind-invert-luma(1)
- Invert the luminosity of a video
- blind-next-frame(1)
- Extracts the next frame from a video
- blind-read-head(1)
- Reads the head from a video
- blind-repeat(1)
- Repeat a video
- blind-reverse(1)
- Reverse a video
- blind-rewrite-head(1)
- Rewrite the head of a video
- blind-rotate-180(1)
- Rotate a video 180 degrees
- blind-rotate-270(1)
- Rotate a video 270 degrees clockwise
- blind-rotate-90(1)
- Rotate a video 90 degrees clockwise
- blind-set-alpha(1)
- Multiply the alpha channel of a video
- blind-set-luma(1)
- Multiply the luminosity of a video
- blind-set-saturation(1)
- Multiply the saturation of a video
- blind-single-colour(1)
- Generate a single-colour video
- blind-skip-pattern(1)
- Skips frames in a video according to pattern
- blind-split(1)
- Split a video, by frame, into multiple videos
- blind-stack(1)
- Overlay videos
- blind-to-text(1)
- Convert a video to text
- blind-to-video(1)
- Converts blind video to a regular video
- blind-translate(1)
- Perform framewise translation of a video
- blind-transpose(1)
- Transpose a video
- blind-write-head(1)
- Writes the head of a video
- blinkbox(6)
- shows a ball inside a box
- blkid(8)
- locate/print block device attributes
- blkstat(1)
- Display details of a file system data unit (i.e. block or sector)
- blockrage(6)
- a falling-blocks arcade game
- bltdebug(n)
- print Tcl commands before execution
- bluefish(1)
- editor for experienced web designers and programmers
- bmake(1)
- maintain program dependencies
- bmc-device(8)
- perform advanced BMC commands
- bmkdep(1), mkdep(1)
- construct Makefile dependency list
- bochs-dlx(1)
- Runs DLX-Linux under the Bochs x86 Emulator
- bogoupgrade(1)
- upgrades bogofilter database to current version
- boinctui(1)
- Fullscreen text mode manager for BOINC client
- boing(6)
- draws a bouncing ball like the ancient Amiga demo
- border(3x), %border(3x), %wborder(3x), %box(3x), %hline(3x), %whline(3x), %vline(3x), %wvline(3x), %mvhline(3x), %mvwhline(3x), %mvvline(3x), %mvwvline(3x)
- draw borders and lines in a curses window of characters
- border_set(3x), %border_set(3x), %wborder_set(3x), %box_set(3x), %hline_set(3x), %whline_set(3x), %mvhline_set(3x), %mvwhline_set(3x), %vline_set(3x), %wvline_set(3x), %mvvline_set(3x), %mvwvline_set(3x)
- draw borders and lines in a curses window of wide characters
- borg(1)
- deduplicating and encrypting backup tool
- borg-benchmark-crud(1)
- Benchmark Create, Read, Update, Delete for archives
- borg-break-lock(1)
- Break the repository lock (e.g. in case it was left by a dead borg
- borg-change-passphrase(1)
- Change repository key file passphrase rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- borg-compression(1)
- Details regarding compression
- borg-config(1)
- get, set, and delete values in a repository or cache config file
- borg-delete(1)
- Delete an existing repository or archives
- borg-info(1)
- Show archive details such as disk space used
- borg-patterns(1)
- Details regarding patterns
- borg-placeholders(1)
- Details regarding placeholders
- borg-serve(1)
- Start in server mode. This command is usually not used manually
- borg-upgrade(1)
- upgrade a repository from a previous version
- bounce(8)
- Postfix delivery status reports
- boxed(6)
- draws a box full of 3D bouncing balls that explode
- boxes(1)
- text mode box and comment drawing filter
- bpkg(1)
- package dependency manager
- bpkg-common-options(1)
- details on common options
- bpkg-default-options-files(1)
- specifying default options
- brasero(1)
- Simple and easy to use CD/DVD burning application for the Gnome Desktop
- brotli(1), brotli(1) -- brotli(1), unbrotli(1)
- compress or decompress files
- bsddialog(3), bsddialog_backtitle(3), bsddialog_calendar(3), bsddialog_clear(3), bsddialog_color(3), bsddialog_color_attrs(3), bsddialog_checklist(3), bsddialog_datebox(3), bsddialog_end(3), bsddialog_form(3), bsddialog_gauge(3), bsddialog_geterror(3), bsddialog_get_theme(3), bsddialog_hascolors(3), bsddialog_infobox(3), bsddialog_init(3), bsddialog_init_notheme(3), bsddialog_initconf(3), bsddialog_inmode(3), bsddialog_menu(3), bsddialog_mixedgauge(3), bsddialog_mixedlist(3), bsddialog_msgbox(3), bsddialog_pause(3), bsddialog_radiolist(3), bsddialog_rangebox(3), bsddialog_refresh(3), bsddialog_set_theme(3), bsddialog_set_default_theme(3), bsddialog_textbox(3), bsddialog_timebox(3), bsddialog_yesno(3)
- TUI dialogs
- bsdebfetch(1)
- Prints short info about *BSD
- bsdl2jtag(1)
- UrJTAG declaration file conversion
- bsetbg(1)
- utility to manipulate the appearance of the X11 desktop's root window
- bsigs(8)
- program for debugging burp protocol2 manifest files and indexes
- bsod(6)
- Blue Screen of Death emulator
- bsp(6)
- node builder for WAD files
- btanks(6)
- fast 2D tank arcade game
- btcflash(1)
- Firmware flash utility for BTC DRW1008 DVD+/-RW recorder
- btcheck(1)
- Bittorrent downloaded data checker
- btoa(1)
- encode/decode binary to printable ASCII
- buddy-ng(1)
- a tool to work with easside-ng
- budgie-desktop(1)
- central entry point from gnome-session to display the graphical interface
- budgie-desktop-settings(1)
- Settings window for budgie-desktop
- budgie-screensaver-command(1)
- controls Budgie Desktop screensaver
- buffindexed.conf(5)
- Configuration for the buffindexed overview method
- build-astrometry-index(1)
- Create astrometry.net index files
- build.common.mk(5)
- bsdbuild - common defines
- build.dep.mk(5)
- bsdbuild - dependency generation
- build.proj.mk(5)
- bsdbuild - compilation of IDE project files
- build_3dbox(3), build_3dbox (3)
- Generate a 3D cube model
- build_3dplane(3), build_3dplane (3)
- Build a model comprised of a tesselated plane
- build_cylinder(3), build_cylinder (3)
- Generate a full or half cylinder model
- build_shader(3), build_shader (3)
- using
- build_sphere(3), build_sphere (3)
- Generate a 3D sphere or hemisphere model
- buildah-manifest(1)
- Create and manipulate manifest lists and image indexes
- buildah-manifest-add(1)
- Add an image or artifact to a manifest list or image index
- buildah-manifest-annotate(1)
- Add and update information about an image or artifact to a manifest list or image index
- buildah-manifest-create(1)
- Create a manifest list or image index
- buildah-manifest-inspect(1)
- Display a manifest list or image index
- buildah-manifest-push(1)
- Push a manifest list or image index to a registry
- buildah-manifest-remove(1)
- Remove an image from a manifest list or image index
- buildah-mkcw(1)
- Convert a conventional container image into a confidential workload image
- buildah-push(1)
- Push an image, manifest list or image index from local storage to elsewhere
- buildah-run(1)
- Run a command inside of the container
- buildah-unshare(1)
- Run a command inside of a modified user namespace
- bulk_mailer(1)
- assist in delivery of mail to large numbers of recipients
- bumps(6)
- move distorting spotlight around desktop
- bup-damage(1)
- randomly destroy blocks of a file
- bup-gc(1)
- remove unreferenced, unneeded data
- bup-index(1)
- print and/or update the bup filesystem index
- bup-margin(1)
- figure out your deduplication safety margin
- bup-midx(1)
- create a multi-index (.midx) file from several .idx files
- bup-prune-older(1)
- remove older saves
- bup-server(1)
- the server side of the bup client-server relationship
- burgerspace(6)
- A hamburger-smashing video game
- burst(1)
- explode digests into nmh messages
- busybox(1), BusyBox(1)
- The Swiss Army Knife of Embedded Linux
- bvi(1), Header "NAME" bvi(1), bview(1)
- visual editor for binary files
- bxl2txt(1)
- decode a binary BXL file and dump the plain text content
- byobu-export(1)
- DEPRECATED
- byobu-janitor(1)
- script for cleaning and upgrading environment after upgrades
- byobu-select-backend(1)
- select your default Byobu backend window manager
- byobu-status-detail(1)
- Wrapper that uses a sensible pager
- bzip2(1), bunzip2(1)
- a block-sorting file compressor, v1.0.8 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
- c++filt(1)
- Demangle C++ and Java symbols
- c++filt(1)
- demangle C++ and Java symbols
- c2man(1)
- generate manual pages from C source code
- c2ps(1)
- converts a file with C/C++ code to Postscript
- c44(1)
- DjVuPhoto encode
- cDestroy(3), cDestroy (3)
- destroy a condition variable
- cacademo(1), cacafire(1)
- libcaca's demonstration applications
- calamares(8)
- distribution-independent system installer
- calc(1)
- simple integer calculator that accepts decimal/hex/octal and outputs decimal/hex/octal/binary
- calculator-17(1), calculator(1)
- simple desktop calculator
- calendar(1)
- reminder service
- calibrate_lens_gui(1)
- Lens distortion calibration by straight line feature identification
- callpass(1)
- generate Pass-code associated with your callsign for authentication via xastir to APRS(tm) network
- camlp5(1)
- Pre-Precessor-Pretty-Printer for ocaml mkcamlp5 - Create custom camlp5 mkcamlp5.opt - Create custom camlp5 (native code) ocpp5 - Universal preprocessor
- camtag_model(3), camtag_model (3)
- Define a camera for the 3D processing of a rendertarget
- captoinfo(1m), %captoinfo(1m)
- convert a termcap description into a %term%info description
- capture_audio(3), capture_audio (3)
- Setup an audio device capture stream
- cargo-add(1)
- [em] Add dependencies to a Cargo.toml manifest file
- cargo-fetch(1)
- [em] Fetch dependencies of a package from the network
- cargo-remove(1)
- [em] Remove dependencies from a Cargo.toml manifest file
- cargo-search(1)
- [em] Search packages in the registry. Default registry is crates.io
- cargo-tree(1)
- [em] Display a tree visualization of a dependency graph
- cargo-update(1)
- [em] Update dependencies as recorded in the local lock file
- cargo-vendor(1)
- [em] Vendor all dependencies locally
- cargo-yank(1)
- [em] Remove a pushed crate from the index
- cascade(1)
- Noise and distortion analysis for cascaded systems
- case.tcl86(n), case(n)
- Evaluate one of several scripts, depending on a given value
- cb_console_runner(1)
- The Code::Blocks IDE console programs launcher
- cb_share_config(1)
- Import/export parts of Code::Blocks configuration
- cbcodec(1)
- popular encoders and decoders
- cbmc(1)
- Bounded Model Checker for C/C++ and Java programs
- cbreak(3x), %cbreak(3x), %echo(3x), %halfdelay(3x), %intrflush(3x), %is_cbreak(3x), %is_echo(3x), %is_nl(3x), %is_raw(3x), %keypad(3x), %meta(3x), %nl(3x), %nocbreak(3x), %nodelay(3x), %noecho(3x), %nonl(3x), %noqiflush(3x), %noraw(3x), %notimeout(3x), %qiflush(3x), %raw(3x), %timeout(3x), %wtimeout(3x), %typeahead(3x)
- get and set curses terminal input options
- cccheck(1)
- Perform static code contracts verification for CLR assemblies
- ccfilter(3)
- Mapping IPv4 addresses to country codes
- ccmakedep(1)
- create dependencies in makefiles using a C compiler
- ccrewrite(1)
- Rewrite CLR assemblies for runtime code contract verification
- ccrypt(1)
- encrypt and decrypt files and streams
- cd-paranoia(1)
- an audio CD reading utility which includes extra data verification features
- cdda2ogg(1), cdda2mp3(1)
- extract CD audio tracks and encode them
- cdecl(1)
- decode C type declarations
- cdeftutorial(1)
- Alex van den Bogaerdt's CDEF tutorial
- cdeploy(1)
- deploy a set of configuration files to a target file system
- cdetach(1)
- detach encrypted directory from CFS
- cdk(3)
- Curses Development Kit
- cdk_screen(3), destroyCDKScreen endCDK eraseCDKScreen initCDKColor initCDKScreen lowerCDKObject raiseCDKObject refreshCDKScreen registerCDKObject unregisterCDKObject cdk_screen(3)
- Cdk screen and widget manipulation functions
- cdparanoia(1), cdparanoia 10.2 (Paranoia release III)(1)
- an audio CD reading utility which includes extra data verification features
- cdrdao(1)
- reads and writes CDs in disc-at-once mode
- cec-compliance(1)
- An application to verify remote CEC devices
- cec-ctl(1)
- An application to control cec devices
- celeste_standalone(1)
- Cloud identification
- center_image(3), center_image (3)
- move a video object relative to an external reference object
- cerfcx(3), erfcx(3)
- underflow-compensated complementary error function
- cervisia(1)
- A CVS frontend by KDE
- ceylon-bash-completion(1), ceylon bash-completion(1)
- A tool which provides completion suggestions for the Bash shell
- ceylon-compile(1), ceylon compile(1)
- Compiles Ceylon and Java source code and directly produces module and source archives in a module repository
- ceylon-compile-js(1), ceylon compile-js(1)
- Compiles Ceylon source code to JavaScript and directly produces module and source archives in a module repository
- ceylon-run-js(1), ceylon run-js(1)
- Executes a Ceylon program on Node.js
- ceylon-test-js(1), ceylon test-js(1)
- Executes tests on Node.js
- ceylon-version(1), ceylon version(1)
- Shows and updates version numbers in module descriptors
- cg(1)
- semi-automatic newsgroup binary downloader
- cg_diff(1)
- (deprecated) diffs two Cachegrind output files
- cg_merge(1)
- (deprecated) merges multiple Cachegrind output files into one
- cgiDebug(3)
- Set the debug level for CGI programming
- cgiHeader(3)
- Print the HTTP header
- cgiSetHeader(3)
- Specify an additional HTTP header
- cgi_cookie_authority(3), cgi_cookie_authority (3)
- determine the cookie authority for a domain
- cgi_cs_init(3), cgi_cs_init (3)
- initialize CS parser with the CGI defaults
- cgi_debug_init(3), cgi_debug_init (3)
- initialize standalone debugging
- cgi_destroy(3), cgi_destroy (3)
- deallocate the data associated with a CGI
- cgi_display(3), cgi_display (3)
- render and display the CGI output to the user
- cgi_filehandle(3), cgi_filehandle (3)
- return a file pointer to an uploaded file
- cgi_url_unescape(3), cgi_url_unescape (3)
- unescape an url encoded string
- cgiwrap_init_std(3), cgiwrap_init_std (3)
- Initialize cgiwrap with default functions
- checkXML5(1)
- An XML lint tool for KDE DocBook XML documents
- checkXML6(1)
- An XML lint tool for KDE DocBook XML documents
- check_cpu(3)
- Detects the CPU type. Allegro game programming library
- check_hp_bladechassis(8)
- Nagios plugin for checking the status of HP blade enclosures via SNMP
- checkalias(1)
- check to see if an alias is defined
- checkgroups(8)
- update group descriptions
- checkloconorder(3)
- checks the consistency of a list of logical connectors man1/alc_origin.1
- chem(1), %chem(1)
- embed chemical structure diagrams in groff documents nr *groff_chem_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- chicken-do(1)
- run a shell command unless the target exists and any dependency is not newer than the target
- chocolate-server(6)
- dedicated server for chocolate-doom
- chwb(1)
- change window borders
- chwb2(1)
- change window double-borders
- chwso(1)
- change window stacking order
- cine-encoder(1), CineEncoder(1)
- Video Encoder
- cinnamon(1)
- desktop
- cinnamon-looking-glass(1)
- Debugging interface for Cinnamon
- cinnamon-session(1)
- Start the GNOME desktop environment
- cisco-decrypt(1)
- decrypts an obfuscated Cisco vpn client pre-shared key
- citra(6), Citra(6)
- Nintendo 3DS Emulator/Debugger (SDL)
- citra-qt(6), Citra-Qt(6)
- Nintendo 3DS Emulator/Debugger (Qt)
- cjb2(1)
- Simple DjVuBitonal encoder
- ck_array_buffer(3)
- return length and pointer to array of reader-visible pointers
- ck_array_deinit(3)
- destroy and deinitialize a pointer array
- ck_array_initialized(3)
- indicates whether an array was recently initialized or deinitialized
- 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_bts(3)
- set the bit at the specified index and fetch its original value
- ck_bitmap_reset(3)
- resets the bit at the specified index
- ck_bitmap_set(3)
- set the bit at the specified index
- ck_bitmap_test(3)
- determine if the bit at the specified index is set
- ck_brlock(3), ck_brlock_init(3), ck_brlock_write_lock(3), ck_brlock_write_unlock(3), ck_brlock_write_trylock(3), ck_brlock_read_register(3), ck_brlock_read_unregister(3), ck_brlock_read_lock(3), ck_brlock_read_trylock(3), ck_brlock_read_unlock(3)
- big-reader locks
- ck_elide(3), CK_ELIDE_PROTOTYPE(3), CK_ELIDE_LOCK_ADAPTIVE(3), CK_ELIDE_UNLOCK_ADAPTIVE(3), CK_ELIDE_LOCK(3), CK_ELIDE_UNLOCK(3), CK_ELIDE_TRYLOCK_PROTOTYPE(3), CK_ELIDE_TRYLOCK(3)
- lock elision wrappers
- ck_epoch_call(3)
- defer function execution until a grace period
- ck_epoch_reclaim(3)
- immediately execute all deferred callbacks
- ck_epoch_synchronize(3)
- block until a grace period has been detected
- ck_hs_destroy(3)
- destroy hash set
- ck_ht_destroy(3)
- immediately destroy a hash table
- ck_ht_entry_empty(3)
- determine whether entry contains a key-value pair
- ck_pflock(3), ck_pflock_init(3), ck_pflock_write_lock(3), ck_pflock_write_unlock(3), ck_pflock_read_lock(3), ck_pflock_read_unlock(3)
- centralized phase-fair reader-writer locks
- ck_pr_dec(3), ck_pr_dec_ptr(3), ck_pr_dec_ptr_zero(3), ck_pr_dec_ptr_is_zero(3), ck_pr_dec_double(3), ck_pr_dec_double_zero(3), ck_pr_dec_double_is_zero(3), ck_pr_dec_char(3), ck_pr_dec_char_zero(3), ck_pr_dec_char_is_zero(3), ck_pr_dec_uint(3), ck_pr_dec_uint_zero(3), ck_pr_dec_char_is_zero(3), ck_pr_dec_int(3), ck_pr_dec_int_zero(3), ck_pr_dec_int_is_zero(3), ck_pr_dec_64(3), ck_pr_dec_64_zero(3), ck_pr_dec_64_is_zero(3), ck_pr_dec_32(3), ck_pr_dec_32_zero(3), ck_pr_dec_32_is_zero(3), ck_pr_dec_16(3), ck_pr_dec_16_zero(3), ck_pr_dec_32_is_zero(3), ck_pr_dec_8(3), ck_pr_dec_8_zero(3), ck_pr_dec_8_is_zero(3)
- atomic decrement operations
- 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_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_queue(3), CK_LIST_EMPTY(3), CK_LIST_ENTRY(3), CK_LIST_FIRST(3), CK_LIST_FOREACH(3), CK_LIST_FOREACH_FROM(3), CK_LIST_FOREACH_SAFE(3), CK_LIST_HEAD(3), CK_LIST_HEAD_INITIALIZER(3), CK_LIST_INIT(3), CK_LIST_INSERT_AFTER(3), CK_LIST_INSERT_BEFORE(3), CK_LIST_INSERT_HEAD(3), CK_LIST_MOVE(3), CK_LIST_NEXT(3), CK_LIST_REMOVE(3), CK_LIST_SWAP(3), CK_SLIST_EMPTY(3), CK_SLIST_ENTRY(3), CK_SLIST_FIRST(3), CK_SLIST_FOREACH(3), CK_SLIST_FOREACH_FROM(3), CK_SLIST_FOREACH_PREVPTR(3), CK_SLIST_FOREACH_SAFE(3), CK_SLIST_HEAD(3), CK_SLIST_HEAD_INITIALIZER(3), CK_SLIST_INIT(3), CK_SLIST_INSERT_AFTER(3), CK_SLIST_INSERT_HEAD(3), CK_SLIST_MOVE(3), CK_SLIST_NEXT(3), CK_SLIST_REMOVE(3), CK_SLIST_REMOVE_AFTER(3), CK_SLIST_REMOVE_HEAD(3), CK_SLIST_SWAP(3), CK_STAILQ_CONCAT(3), CK_STAILQ_EMPTY(3), CK_STAILQ_ENTRY(3), CK_STAILQ_FIRST(3), CK_STAILQ_FOREACH(3), CK_STAILQ_FOREACH_FROM(3), CK_STAILQ_FOREACH_SAFE(3), CK_STAILQ_HEAD(3), CK_STAILQ_HEAD_INITIALIZER(3), CK_STAILQ_INIT(3), CK_STAILQ_INSERT_AFTER(3), CK_STAILQ_INSERT_HEAD(3), CK_STAILQ_INSERT_TAIL(3), CK_STAILQ_MOVE(3), CK_STAILQ_NEXT(3), CK_STAILQ_REMOVE(3), CK_STAILQ_REMOVE_AFTER(3), CK_STAILQ_REMOVE_HEAD(3), CK_STAILQ_SWAP(3)
- multi-reader single-writer singly-linked lists, singly-linked tail queues and lists
- ck_rhs_destroy(3)
- destroy hash set
- 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_rwlock(3), ck_rwlock_init(3), ck_rwlock_write_lock(3), ck_rwlock_write_unlock(3), ck_rwlock_write_trylock(3), ck_rwlock_write_downgrade(3), ck_rwlock_locked_writer(3), ck_rwlock_read_lock(3), ck_rwlock_read_trylock(3), ck_rwlock_read_unlock(3), ck_rwlock_locked_reader(3), ck_rwlock_recursive_write_lock(3), ck_rwlock_recursive_write_trylock(3), ck_rwlock_recurisve_write_unlock(3), ck_rwlock_recursive_read_lock(3), ck_rwlock_recursive_read_trylock(3), ck_rwlock_recursive_read_unlock(3)
- centralized write-biased reader-writer locks
- ck_spinlock(3), ck_spinlock_init(3), ck_spinlock_lock(3), ck_spinlock_unlock(3), ck_spinlock_locked(3), ck_spinlock_trylock(3), ck_spinlock_anderson_init(3), ck_spinlock_anderson_locked(3), ck_spinlock_anderson_lock(3), ck_spinlock_anderson_unlock(3), ck_spinlock_cas_init(3), ck_spinlock_cas_locked(3), ck_spinlock_cas_lock(3), ck_spinlock_cas_lock_eb(3), ck_spinlock_cas_trylock(3), ck_spinlock_cas_unlock(3), ck_spinlock_clh_init(3), ck_spinlock_clh_locked(3), ck_spinlock_clh_lock(3), ck_spinlock_clh_unlock(3), ck_spinlock_dec_init(3), ck_spinlock_dec_locked(3), ck_spinlock_dec_lock(3), ck_spinlock_dec_lock_eb(3), ck_spinlock_dec_trylock(3), ck_spinlock_dec_unlock(3), ck_spinlock_fas_init(3), ck_spinlock_fas_lock(3), ck_spinlock_fas_lock_eb(3), ck_spinlock_fas_locked(3), ck_spinlock_fas_trylock(3), ck_spinlock_fas_unlock(3), ck_spinlock_hclh_init(3), ck_spinlock_hclh_locked(3), ck_spinlock_hclh_lock(3), ck_spinlock_hclh_unlock(3), ck_spinlock_mcs_init(3), ck_spinlock_mcs_locked(3), ck_spinlock_mcs_lock(3), ck_spinlock_mcs_trylock(3), ck_spinlock_mcs_unlock(3), ck_spinlock_ticket_init(3), ck_spinlock_ticket_locked(3), ck_spinlock_ticket_lock(3), ck_spinlock_ticket_lock_pb(3), ck_spinlock_ticket_trylock(3), ck_spinlock_ticket_unlock(3)
- spinlock implementations
- ck_swlock(3), ck_swlock_init(3), ck_swlock_write_latch(3), ck_swlock_write_unlatch(3), ck_swlock_write_lock(3), ck_swlock_write_unlock(3), ck_swlock_write_trylock(3), ck_swlock_write_downgrade(3), ck_swlock_locked_writer(3), ck_swlock_read_lock(3), ck_swlock_read_trylock(3), ck_swlock_read_unlock(3), ck_swlock_locked_reader(3)
- centralized copy-safe write-biased single-writer read-write locks
- ck_tflock(3), ck_tflock_ticket_init(3), ck_tflock_ticket_write_lock(3), ck_tflock_ticket_write_unlock(3), ck_tflock_ticket_read_lock(3), ck_tflock_ticket_read_unlock(3)
- centralized task-fair reader-writer locks
- clambc(1)
- Bytecode Analysis and Testing Tool
- clang-tblgen(1)
- Description to C++ Code for Clang
- clazy(1)
- a static source code analyzer for Qt5-based C++
- clear_zbuffer(3)
- Writes a depth value into the given Z-buffer. Allegro game programming library
- clearbddsystemref(3)
- clears the references for all bdd nodes. man1/alc_origin.1
- clearbddsystemrefext(3)
- clears the external references for all bdd nodes. man1/alc_origin.1
- clearbddsystemrefint(3)
- clears the internal references for all bdd nodes. man1/alc_origin.1
- cli-generate(1)
- Generate source and documentation from CLI descriptions
- client.conf(5)
- client configuration file for cups (deprecated on macos)
- clientlaunch.cfg(5)
- Task definitions for the xymonlaunch utility
- clig_Commandline(n), ::clig::Commandline(n)
- declare variable to store concatenated argv
- clig_Description(n), ::clig::Description(n)
- set long description text to be included in a manual page
- clig_Double(n), ::clig::Double(n)
- declare an option with parameters of type double
- clig_Flag(n), ::clig::Flag(n)
- declare a flag (boolean, classic) option
- clig_Float(n), ::clig::Float(n)
- declare an option with parameters of type float
- clig_Int(n), ::clig::Int(n)
- declare an option with parameters of type int
- clig_Long(n), ::clig::Long(n)
- declare an option with parameters of type long
- clig_Rest(n), ::clig::Rest(n)
- declare command line arguments not associated with any option
- clig_String(n), ::clig::String(n)
- declare an option with parameters of type string
- clig_Usage(n), ::clig::Usage(n)
- declare single line usage-string
- clig_Version(n), ::clig::Version(n)
- declare version
- clinfo(1)
- show OpenCL platforms and devices
- clion(1)
- launch JetBrains CLion Integrated Development Environment
- clisp(1)
- m[blue]ANSIm[]u[38]d+2 m[blue]Common Lispm[]u[1]d+2 compiler, interpreter and debugger
- cmake-cxxmodules(7)
- CMake C++ Modules Support Reference New in version 3.28. C++ 20 introduced the concept of (dqmodules(dq to the language. The design requires build systems to order compilations among each other to satisfy import statements reliably. CMake(aqs implementation asks the compiler to scan source files for module dependencies during the build, collates scanning results to infer ordering constraints, and tells the build tool how to dynamically update the build graph
- cmake-developer(7)
- CMake Developer Reference
- cmake-modules(7)
- CMake Modules Reference The modules listed here are part of the CMake distribution. Projects may provide further modules; their location(s) can be specified in the %CMAKE_MODULE_PATH variable
- cmake-server(7)
- CMake Server The %cmake(1) server mode has been removed since CMake 3.20. Clients should use the %cmake-file-api(7) instead
- cmake-variables(7)
- CMake Variables Reference This page documents variables that are provided by CMake or have meaning to CMake when set by project code. For general information on variables, see the %Variables section in the cmake-language manual. NOTE: 0.0 3.5 CMake reserves identifiers that: 0.0 (bu 2 begin with CMAKE_ (upper-, lower-, or mixed-case), or (bu 2 begin with _CMAKE_ (upper-, lower-, or mixed-case), or (bu 2 begin with _ followed by the name of any %CMake Command
- cmalign(1)
- align sequences to a covariance model
- cmap_delete(3)
- Delete key/value pair from the CMAP service
- cmap_inc(3)
- Decrease already stored value in CMAP
- cmap_track_delete(3)
- Remove tracking of values in CMAP
- cmbuild(1)
- construct covariance model(s) from structurally annotated RNA multiple sequence alignment(s)
- cmcalibrate(1)
- fit exponential tails for covariance model E-value determination
- cmconvert(1)
- convert Infernal covariance model files
- cmemit(1)
- sample sequences from a covariance model
- cmfetch(1)
- retrieve covariance model(s) from a file
- cmpress(1)
- prepare a covariance model database for cmscan
- cmscan(1)
- search sequence(s) against a covariance model database
- cmsearch(1)
- search covariance model(s) against a sequence database
- cmstat(1)
- summary statistics for a covariance model file
- cnfsheadconf(8)
- Read and write CNFS headers
- coap_async(3), coap_register_async(3), coap_async_trigger(3), coap_async_set_delay(3), coap_find_async(3), coap_free_async(3), coap_async_set_app_data(3), coap_async_get_app_data(3)
- Work with CoAP async support
- coap_block(3), coap_context_set_block_mode(3), coap_context_set_max_block_size(3), coap_add_data_large_request(3), coap_add_data_large_response(3), coap_get_data_large(3), coap_block_build_body(3), coap_q_block_is_supported(3)
- Work with CoAP Blocks
- coap_cache(3), coap_cache_derive_key(3), coap_cache_derive_key_w_ignore(3), coap_delete_cache_key(3), coap_cache_ignore_options(3), coap_new_cache_entry(3), coap_delete_cache_entry(3), coap_cache_get_by_key(3), coap_cache_get_by_pdu(3), coap_cache_get_pdu(3), coap_cache_set_app_data(3), coap_cache_get_app_data(3)
- Work with CoAP cache functions
- coap_deprecated(3), coap_clear_event_handler(3), coap_context_get_csm_timeout(3), coap_context_set_csm_timeout(3), coap_context_set_psk(3), coap_encode_var_bytes(3), coap_new_client_session_psk(3), coap_option_clrb(3), coap_option_getb(3), coap_option_setb(3), coap_read(3), coap_register_handler(3), coap_resource_set_dirty(3), coap_run_once(3), coap_set_event_handler(3), coap_write(3), coap_get_app_data(3), coap_set_app_data(3)
- Work with CoAP deprecated functions
- coap_endpoint_server(3), coap_context_set_pki(3), coap_context_set_pki_root_cas(3), coap_context_set_psk2(3), coap_new_endpoint(3), coap_free_endpoint(3), coap_endpoint_set_default_mtu(3), coap_join_mcast_group_intf(3), coap_mcast_per_resource(3)
- Work with CoAP server endpoints
- coap_logging(3), coap_log(3), coap_log_emerg(3), coap_log_alert(3), coap_log_crit(3), coap_log_err(3), coap_log_warn(3), coap_log_info(3), coap_log_notice(3), coap_log_debug(3), coap_log_oscore(3), coap_get_log_level(3), coap_set_log_level(3), coap_dtls_log(3), coap_dtls_get_log_level(3), coap_dtls_set_log_level(3), coap_set_log_handler(3), coap_log_level_desc(3), coap_package_name(3), coap_package_version(3), coap_package_build(3), coap_set_show_pdu_output(3), coap_show_pdu(3), coap_endpoint_str(3), coap_session_str(3), coap_print_addr(3), coap_print_ip_addr(3)
- Work with CoAP logging
- coap_oscore(3), coap_new_oscore_conf(3), coap_delete_oscore_conf(3), coap_new_oscore_recipient(3), coap_delete_oscore_recipient(3), coap_new_client_session_oscore(3), coap_new_client_session_oscore_pki(3), coap_new_client_session_oscore_psk(3), coap_context_oscore_server(3)
- Work with CoAP OSCORE
- coap_pdu_access(3), coap_check_option(3), coap_decode_var_bytes(3), coap_decode_var_bytes8(3), coap_get_data(3), coap_opt_length(3), coap_opt_value(3), coap_option_filter_clear(3), coap_option_filter_get(3), coap_option_filter_set(3), coap_option_filter_unset(3), coap_option_iterator_init(3), coap_option_next(3), coap_pdu_get_code(3), coap_pdu_get_mid(3), coap_pdu_get_token(3), coap_pdu_get_type(3), coap_get_uri_path(3)
- Accessing CoAP PDUs
- coap_pdu_setup(3), coap_new_pdu(3), coap_pdu_init(3), coap_new_message_id(3), coap_session_init_token(3), coap_session_new_token(3), coap_add_token(3), coap_new_optlist(3), coap_insert_optlist(3), coap_delete_optlist(3), coap_encode_var_safe(3), coap_encode_var_safe8(3), coap_add_optlist_pdu(3), coap_add_option(3), coap_add_data(3), coap_add_data_blocked_response(3), coap_send(3), coap_path_into_optlist(3), coap_split_path(3), coap_query_into_optlist(3), coap_split_query(3), coap_pdu_set_mid(3), coap_pdu_set_code(3), coap_pdu_set_type(3)
- Setting up CoAP PDUs
- coap_recovery(3), coap_session_set_ack_random_factor(3), coap_session_get_ack_random_factor(3), coap_session_set_ack_timeout(3), coap_session_get_ack_timeout(3), coap_session_set_default_leisure(3), coap_session_get_default_leisure(3), coap_session_set_max_payloads(3), coap_session_get_max_payloads(3), coap_session_set_max_retransmit(3), coap_session_get_max_retransmit(3), coap_session_set_non_max_retransmit(3), coap_session_get_non_max_retransmit(3), coap_session_set_non_receive_timeout(3), coap_session_get_non_receive_timeout(3), coap_session_set_non_timeout(3), coap_session_get_non_timeout(3), coap_session_set_nstart(3), coap_session_get_nstart(3), coap_session_set_probing_rate(3), coap_session_get_probing_rate(3), coap_debug_set_packet_loss(3)
- Work with CoAP packet transmissions
- coap_resource(3), coap_resource_init(3), coap_resource_unknown_init(3), coap_resource_unknown_init2(3), coap_resource_proxy_uri_init(3), coap_resource_proxy_uri_init2(3), coap_resource_reverse_proxy_init(3), coap_add_resource(3), coap_delete_resource(3), coap_resource_set_mode(3), coap_resource_set_userdata(3), coap_resource_get_userdata(3), coap_resource_release_userdata_handler(3), coap_resource_get_uri_path(3), coap_get_resource_from_uri_path(3), coap_print_wellknown(3)
- Work with CoAP resources
- coap_session(3), coap_session_reference(3), coap_session_release(3), coap_session_disconnected(3), coap_session_set_type_client(3), coap_session_set_app_data(3), coap_session_get_app_data(3), coap_session_get_addr_local(3), coap_session_get_addr_mcast(3), coap_session_get_addr_remote(3), coap_session_get_context(3), coap_session_get_ifindex(3), coap_session_get_proto(3), coap_session_get_state(3), coap_session_get_tls(3), coap_session_get_type(3), coap_session_get_psk_hint(3), coap_session_get_psk_key(3)
- Work with CoAP sessions
- coap_string(3), coap_new_string(3), coap_delete_string(3), coap_new_str_const(3), coap_delete_str_const(3), coap_new_binary(3), coap_delete_binary(3), coap_resize_binary(3), coap_new_bin_const(3), coap_delete_bin_const(3), coap_make_str_const(3), coap_string_equal(3), coap_binary_equal(3)
- Work with CoAP string functions
- coap_uri(3), coap_split_uri(3), coap_split_proxy_uri(3), coap_new_uri(3), coap_clone_uri(3), coap_delete_uri(3), coap_uri_into_optlist(3), coap_uri_into_options(3)
- Work with CoAP URIs
- coax(1)
- determine impedance of a coaxial structure, where the inner may be offset from the centre if necessary
- code(i4), itcl::code(i4)
- capture the namespace context for a code fragment
- code(itcl)
- capture the namespace context for a code fragment
- code2html(1)
- Converts a program source code to HTML
- code_saturne(1)
- Main user script of code_saturne
- codeblocks(1), Code::Blocks(1)
- The open-source, cross-platform IDE
- codechanges(1)
- computes the amount of code changes between two code trees or single files
- codesnippets(1)
- Stand-alone app for the codesnippets Code::Blocks plugin
- cofactorbddnode(3)
- computes the generalized cofactor. man1/alc_origin.1
- combine_lang_model(1)
- generate starter traineddata
- combinedeltarpm(8), combindeltarpm(8)
- combine multiple deltarpms to a single one
- composeBdd(3)
- substitutes an index by a BDD in another BDD
- composebddnode(3)
- substitutes a variable by a bdd in another bdd. man1/alc_origin.1
- conficker-c(3)
- SiLK plug-in to detect traffic matching the Conficker C worm
- configbody(i4), itcl::configbody(i4)
- change the "config" code for a public variable
- configbody(itcl)
- change the "config" code for a public variable
- constants.h(3)
- Common constants used in decoder and encoder API
- containers-mounts.conf(5)
- configuration file for default mounts in containers
- containers-transports(5)
- description of supported transports for copying and storing container images
- containers.conf(5)
- The container engine configuration file specifies default configuration options and command-line flags for container engines
- control_rancid(1)
- run rancid for devices of a group
- convert(1)
- convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more
- convertbddcircuitabl(3)
- converts a bdd node to an abl expression. man1/alc_origin.1
- convertbddcircuitsumabl(3)
- converts a bdd node to an abl expression. man1/alc_origin.1
- convertbddindexabl(3)
- converts a bdd index to an abl expression. man1/alc_origin.1
- convertbddmuxabl(3)
- converts two bdd nodes to an abl multiplexor expression. man1/alc_origin.1
- convertbddnodeabl(3)
- converts a bdd node to an abl expression. man1/alc_origin.1
- convertbddnodesumabl(3)
- converts a bdd node to an abl expression. man1/alc_origin.1
- cool-retro-term(1)
- terminal emulator mimicking an old cathode display
- coq-tex(1)
- process Coq phrases embedded in LaTeX files
- coq_makefile(1)
- generate makefiles for Coq proof development
- coqdep(1)
- compute inter-module dependencies for Coq programs
- coqide(1)
- graphical interface for the Coq proof assistant
- coqtop.byte(1)
- bytecode toplevel Coq system
- coredns-autopath(7), autopath(7)
- allows for server-side search path completion
- coredns-bind(7), bind(7)
- overrides the host to which the server should bind
- coredns-debug(7), debug(7)
- disables the automatic recovery upon a crash so that you'll get a nice stack trace
- coredns-header(7), header(7)
- modifies the header for responses
- coredns-import(7), import(7)
- includes files or references snippets from a Corefile
- coredns-k8s_external(7), k8s_external(7)
- resolves load balancer and external IPs from outside Kubernetes clusters
- coredns-loadbalance(7), loadbalance(7)
- randomizes the order of A, AAAA and MX records
- coredns-loop(7), loop(7)
- detects simple forwarding loops and halts the server
- coredns-nsid(7), nsid(7)
- adds an identifier of this server to each reply
- coredns-pprof(7), pprof(7)
- publishes runtime profiling data at endpoints under /debug/pprof
- coredns-view(7), view(7)
- defines conditions that must be met for a DNS request to be routed to the server block
- cosmosmash(6)
- a space rock shooting video game
- courier-unicode(7)
- Courier Unicode Library
- cp-build(1)
- copy a file to a destination with version numbering and auditing
- cpaldjvu(1)
- DjVuDocument encoder for low-color images
- cpg_local_get(3)
- Returns the local node id
- cpg_model_initialize(3)
- Create a new connection to the CPG service
- cpi2psf(1)
- extract a font from a DOS codepage (.CPI)
- cpicomp(1)
- compress a CPI codepage by converting it to DRFONT format
- cpidcomp(1)
- compress a CPI codepage by converting it to DRFONT format
- cpl_complete_word(3), cfc_file_start(3), cfc_literal_escapes(3), cfc_set_check_fn(3), cpl_add_completion(3), cpl_file_completions(3), cpl_last_error(3), cpl_list_completions(3), cpl_recall_matches(3), cpl_record_error(3), del_CplFileConf(3), del_WordCompletion(3), new_CplFileConf(3), new_WordCompletion(3)
- lookup possible completions for a word
- cppcheck(1)
- Tool for static C/C++ code analysis
- cppi(1)
- indent the C preprocessor directives in FILE to reflect their nesting
- cproto(1)
- generate C function prototypes and convert function definitions
- cpu_model(3)
- Contains the Intel CPU submodel. Allegro game programming library
- crackberg(6)
- Lose your way wandering some height fields, and enjoy candy
- createNodeTermBdd(3)
- creates a terminal node of variable
- create_bitmap_ex(3)
- Creates a memory bitmap specifying color depth. Allegro game programming library
- create_blender_table(3)
- Emulates truecolor blender effects in paletted modes. Allegro game programming library
- create_bmp_for_circ_in_circ(1)
- bitmap generator for circular conductor inside circular conductor (part of atlc)
- create_bmp_for_circ_in_rect(1)
- bitmap generator for a circular conductor inside a rectangular conductor (part of atlc)
- create_bmp_for_rect_cen_in_rect(1)
- bitmap generator for rectangular conductor inside rectangular conductor (part of atlc)
- create_bmp_for_rect_in_rect(1)
- bitmap generator for rectangular conductor inside rectangular conductor (part of atlc)
- create_bmp_for_stripline_coupler(1)
- bitmap generator for coupler with thin striplines between two infinitely wide groundplanes (part of atlc)
- create_datafile_index(3)
- Creates an index for a datafile. Allegro game programming library
- create_lzss_unpack_data(3)
- Creates an LZSS structure for decompression. Allegro game programming library
- create_video_bitmap(3)
- Creates a video memory bitmap. Allegro game programming library
- createhdf(1)
- Create a blank IDE hard disk image in .hdf format
- createrepo_c(8)
- Create rpm-md format (xml-rpm-metadata) repository rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- createuser(1)
- define a new PostgreSQL user account
- creginfo(1)
- determines information about a Windows 9x/Me Registry File (CREG)
- crispy-server(6)
- dedicated server for crispy-doom
- critcl_bitmap(n), critcl::bitmap(n)
- CriTcl - Wrap Support - Bitset en- and decoding
- critcl_class(n), critcl::class(n)
- CriTcl - Code Gen - C Classes
- critcl_devguide(n)
- Guide To The CriTcl Internals
- critcl_emap(n), critcl::emap(n)
- CriTcl - Wrap Support - Enum en- and decoding
- critcl_iassoc(n), critcl::iassoc(n)
- CriTcl - Code Gen - Tcl Interp Associations
- critcl_literals(n), critcl::literals(n)
- CriTcl - Code Gen - Constant string pools
- crlupdate(1)
- Mono Certficate Revocation List Downloader and Updater
- crm_node(8), Pacemaker(8)
- Part of the Pacemaker cluster resource manager
- crrcsim(1)
- a model-airplane flight simulation program
- crude(8)
- collector for rude (real-time UDP data emitter)
- crypt_gensalt(3), crypt_gensalt_rn(3), crypt_gensalt_ra(3)
- encode settings for passphrase hashing
- crypto_argon2(3monocypher)
- password-based key derivation
- crypto_blake2b(3monocypher), crypto_blake2b_keyed(3monocypher), crypto_blake2b_init(3monocypher), crypto_blake2b_keyed_init(3monocypher), crypto_blake2b_update(3monocypher), crypto_blake2b_final(3monocypher)
- hashing, message authentication, and key derivation with BLAKE2b
- crypto_poly1305(3monocypher), crypto_poly1305_init(3monocypher), crypto_poly1305_update(3monocypher), crypto_poly1305_final(3monocypher)
- Poly1305 one-time message authentication codes
- crypto_sha512(3monocypher), crypto_sha512_init(3monocypher), crypto_sha512_update(3monocypher), crypto_sha512_final crypto_sha512_hmac(3monocypher), crypto_sha512_hmac_init(3monocypher), crypto_sha512_hmac_update(3monocypher), crypto_sha512_hmac_final(3monocypher), crypto_sha512_hkdf(3monocypher), crypto_sha512_hkdf_expand(3monocypher)
- hashing, message authentication, and key derivation with SHA-512
- crystal(6)
- kaleidescope
- cs_destroy(3), cs_destroy (3)
- clean up and dealloc a parse tree
- cs_render(3), cs_render (3)
- render a CS parse tree
- cscout(1)
- C code analyzer and refactoring browser
- csepdjvu(1)
- DjVu encoder for separated data files
- csg_density(1)
- Part of the VOTCA package
- csg_sphericalorder(1)
- Part of the VOTCA package
- cstream(1)
- direct data streams, with bandwidth limiting, FIFO, audio, duplication and extended reporting support
- csv2(5)
- Description of the csv2 zone file that MaraDNS uses
- csv2_txt(5)
- Description of txt and raw resource records in the csv2 zone file
- ctags(1)
- Generate tag files for source code
- ctm(5)
- source code mirror system
- ctm(8)
- source code mirror program
- ctm_smail(8), ctm_dequeue(8), ctm_rmail(8)
- send and receive ctm(8) deltas via mail
- ctmconv(1)
- file format converter for 3D models
- ctmviewer(1)
- 3D viewer for models of various file formats
- ctwill(1), ctwill-proofsort(1), ctwill-refsort(1), ctwill-twinx(1)
- translate CWEB to TeX with mini-indexes
- ctwm(1)
- Claudes Tab Window Manager for the X Window System
- cual(6), Cual(6)
- Cuyo Animation Language Cual is the main language used to describe the animations in cuyo. Strictly speaking it's the stuff between the << >> brackets in the level description files (xxx.ld). On the other hand this man page aims at being a complete description of how to write levels for cuyo. But it's still under construction. See the file "example.ld" to get an idea of how the rest of the level description works. There's also a bit of example Cual code in "example.ld". And of course, all the existing levels are examples. Note that Cual is probably still very buggy. So if strange things happen and you're sure it's not your fault, tell me (cuyo@karimmi.de)
- cubetwist(6)
- A series of nested cubes rotate and slide recursively
- cubicgrid(6)
- rotating 3D lattice seen from inside
- cundecl(1)
- encode C type declarations
- cups-config(1)
- get cups api, compiler, directory, and link information (deprecated)
- cups-lpd(8)
- receive print jobs and report printer status to lpd clients (deprecated)
- cups-snmp(8), snmp(8)
- cups snmp backend (deprecated)
- cupsaccept(8), cupsaccept/cupsreject(8)
- accept/reject jobs sent to a destination
- cupsd-helper(8)
- cupsd helper programs (deprecated)
- cupsfilter(8)
- convert a file to another format using cups filters (deprecated)
- cupstestppd(1)
- test conformance of ppd files (deprecated)
- curia(3), Curia(3)
- the extended API of QDBM
- curl_easy_escape(3)
- URL encode a string
- curl_easy_header(3)
- get an HTTP header
- curl_easy_nextheader(3)
- get the next HTTP header
- curl_easy_strerror(3)
- return string describing error code
- curl_easy_unescape(3)
- URL decode a string
- curl_escape(3)
- URL encode a string
- curl_mime_encoder(3)
- set a mime part(aqs encoder and content transfer encoding
- curl_mime_headers(3)
- set a mime part(aqs custom headers
- curl_multi_fdset(3)
- extract file descriptor information from a multi handle
- curl_multi_get_handles(3)
- return all added easy handles
- curl_multi_strerror(3)
- return string describing error code
- curl_multi_waitfds(3)
- extract file descriptor information from a multi handle
- curl_pushheader_byname(3)
- get a push header by name
- curl_pushheader_bynum(3)
- get a push header by index
- curl_share_strerror(3)
- return string describing error code
- curl_unescape(3)
- URL decode a string
- curl_url_strerror(3)
- return string describing error code
- curs_delch(3x), %delch(3x), %wdelch(3x), %mvdelch(3x), %mvwdelch(3x)
- delete a character from a curses window
- curs_deleteln(3x), %deleteln(3x), %wdeleteln(3x), %insdelln(3x), %winsdelln(3x), %insertln(3x), %winsertln(3x)
- delete or insert lines in a curses window
- curs_extend(3x), %curses_version(3x), %use_extended_names(3x)
- miscellaneous curses extensions
- curs_get_wch(3x), %get_wch(3x), %wget_wch(3x), %mvget_wch(3x), %mvwget_wch(3x), %unget_wch(3x)
- get (or push back) a wide character from curses terminal keyboard
- curs_get_wstr(3x), %get_wstr(3x), %getn_wstr(3x), %wget_wstr(3x), %wgetn_wstr(3x), %mvget_wstr(3x), %mvgetn_wstr(3x), %mvwget_wstr(3x), %mvwgetn_wstr(3x)
- get a wide-character string from a curses terminal keyboard
- curs_getcchar(3x), %getcchar(3x), %setcchar(3x)
- convert between a wide-character string and a curses complex character
- curs_initscr(3x), %initscr(3x), %newterm(3x), %endwin(3x), %isendwin(3x), %set_term(3x), %delscreen(3x)
- initialize, manipulate, or tear down curses terminal interface
- curs_ins_wstr(3x), %ins_wstr(3x), %ins_nwstr(3x), %wins_wstr(3x), %wins_nwstr(3x), %mvins_wstr(3x), %mvins_nwstr(3x), %mvwins_wstr(3x), %mvwins_nwstr(3x)
- insert a wide-character string in a curses window
- curs_inwstr(3x), %inwstr(3x), %innwstr(3x), %winwstr(3x), %winnwstr(3x), %mvinwstr(3x), %mvinnwstr(3x), %mvwinwstr(3x), %mvwinnwstr(3x)
- get a wide-character string from a curses window
- curs_kernel(3x), %def_prog_mode(3x), %def_shell_mode(3x), %reset_prog_mode(3x), %reset_shell_mode(3x), %resetty(3x), %savetty(3x), %getsyx(3x), %setsyx(3x), %ripoffline(3x), %curs_set(3x), %napms(3x)
- low-level curses routines
- curs_opaque(3x), %is_cleared(3x), %is_idlok(3x), %is_idcok(3x), %is_immedok(3x), %is_keypad(3x), %is_leaveok(3x), %is_nodelay(3x), %is_notimeout(3x), %is_pad(3x), %is_scrollok(3x), %is_subwin(3x), %is_syncok(3x), %wgetdelay(3x), %wgetparent(3x), %wgetscrreg(3x)
- obtain curses window properties
- curs_slk(3x), %slk_init(3x), %slk_set(3x), %slk_wset(3x), %slk_refresh(3x), %slk_noutrefresh(3x), %slk_label(3x), %slk_clear(3x), %slk_restore(3x), %slk_touch(3x), %slk_attron(3x), %slk_attrset(3x), %slk_attroff(3x), %slk_attr_on(3x), %slk_attr_set(3x), %slk_attr_off(3x), %slk_attr(3x), %slk_color(3x), %extended_slk_color(3x)
- curses soft label key routines
- curs_terminfo(3x), %del_curterm(3x), %mvcur(3x), %putp(3x), %restartterm(3x), %set_curterm(3x), %setupterm(3x), %tigetflag(3x), %tigetnum(3x), %tigetstr(3x), %tiparm(3x), %tiparm_s(3x), %tiscan_s(3x), %tparm(3x), %tputs(3x), %vid_attr(3x), %vid_puts(3x), %vidattr(3x), %vidputs(3x)
- curses interfaces to %term%info database
- curs_util(3x), %delay_output(3x), %filter(3x), %flushinp(3x), %getwin(3x), %key_name(3x), %keyname(3x), %nofilter(3x), %putwin(3x), %unctrl(3x), %use_env(3x), %use_tioctl(3x), %wunctrl(3x)
- miscellaneous curses utility routines
- curs_window(3x), %newwin(3x), %delwin(3x), %mvwin(3x), %subwin(3x), %derwin(3x), %mvderwin(3x), %dupwin(3x), %wsyncup(3x), %syncok(3x), %wcursyncup(3x), %wsyncdown(3x)
- create and manipulate curses windows
- cursor_setstorage(3), cursor_setstorage (3)
- Use the storage defined by one video object as an accelerated mouse cursor
- cutelyst4-qt6(1)
- Developer Helper Application for the Cutelyst Web Framework
- cutelystd4-qt6(1)
- Fast, developer friendly WSGI server for Cutelyst applications
- cvechecker(1)
- Attempt to identify possible vulnerable software on the system
- cvsdelta(1)
- Manage and summarize the differences between a CVS project and local files
- cvslines(1)
- a CVS wizard to help manage parallel development
- cvt(1)
- calculate VESA CVT mode lines
- cw(1)
- sound characters as Morse code on the soundcard or console speaker
- cw(7), CW(7)
- the international Morse code
- cwgen(1)
- generate groups of random characters for Morse code practice
- cxApplyFsNodeInfo(3)
- Applies the information from an FsNode to a physical file or directory
- cxDestroyArchive(3)
- Destroys a CxArchive structure
- cxDestroyDirectory(3)
- Destroys a CxDirectory structure
- cxDestroyFile(3)
- Destroys a CxFile structure
- cxDestroyFsIterator(3)
- Destroys a filesystem iterator
- cxDestroyFsNode(3)
- Destroys a CxFsNode structure
- cxGetArchiveAccessMode(3)
- Returns the archive's file access mode
- cxGetDirMode(3)
- Return the mode of the specified directory
- cxGetFileMode(3)
- Returns the mode of the specified file
- cxGetFpAccessMode(3)
- Returns the access mode of the specified file pointer
- cxGetFsNodeArchive(3)
- Returns the archive that owns the specified node
- cxGetFsNodeDate(3)
- Returns the timestamp of the specified node
- cxGetFsNodeGid(3)
- Returns the group ID of the specified node
- cxGetFsNodeMode(3)
- Returns the mode of the specified node
- cxGetFsNodeName(3)
- Returns the name of the specified node
- cxGetFsNodeParent(3)
- Returns the specified node's parent directory
- cxGetFsNodePath(3)
- Returns the full path to the specified node
- cxGetFsNodeType(3)
- Gets the type of node
- cxGetFsNodeUid(3)
- Returns the user ID of the specified node
- cxGetNextFsNode(3)
- Returns the next node in a list of nodes
- cxGetPreviousFsNode(3)
- Returns the previous node in a list of nodes
- cxIsFsNodeLocal(3)
- Returns whether or not the node is stored locally
- cxNewFsNode(3)
- Creates a new CxFsNode structure
- cxSetArchiveAccessMode(3)
- Sets the archive's file access mode
- cxSetDirMode(3)
- Sets the mode of the specified directory
- cxSetFileMode(3)
- Sets the mode of the specified file
- cxSetFpAccessMode(3)
- Sets the access mode of the specified file pointer
- cxSetFsNodeArchive(3)
- Sets the archive that owns the node
- cxSetFsNodeDate(3)
- Sets the timestamp of the specified node
- cxSetFsNodeGid(3)
- Sets the group ID of the specified node
- cxSetFsNodeLocal(3)
- Sets whether or not the node is stored locally
- cxSetFsNodeMode(3)
- Sets the mode of the specified node
- cxSetFsNodeName(3)
- Sets the base name of the specified node
- cxSetFsNodeParent(3)
- Sets the specified node's parent directory
- cxSetFsNodeType(3)
- Sets the type of node
- cxSetFsNodeUid(3)
- Sets the user ID of the specified node
- cxxmatrix(1), C++ Matrix(1)
- The Matrix Reloaded in Terminals
- cyrus2dovecot(1)
- convert Cyrus folders to Dovecot
- d2i_ACCESS_DESCRIPTION(3), d2i_ADMISSIONS(3), d2i_ADMISSION_SYNTAX(3), d2i_ASIdOrRange(3), d2i_ASIdentifierChoice(3), d2i_ASIdentifiers(3), d2i_ASN1_BIT_STRING(3), d2i_ASN1_BMPSTRING(3), d2i_ASN1_ENUMERATED(3), d2i_ASN1_GENERALIZEDTIME(3), d2i_ASN1_GENERALSTRING(3), d2i_ASN1_IA5STRING(3), d2i_ASN1_INTEGER(3), d2i_ASN1_NULL(3), d2i_ASN1_OBJECT(3), d2i_ASN1_OCTET_STRING(3), d2i_ASN1_PRINTABLE(3), d2i_ASN1_PRINTABLESTRING(3), d2i_ASN1_SEQUENCE_ANY(3), d2i_ASN1_SET_ANY(3), d2i_ASN1_T61STRING(3), d2i_ASN1_TIME(3), d2i_ASN1_TYPE(3), d2i_ASN1_UINTEGER(3), d2i_ASN1_UNIVERSALSTRING(3), d2i_ASN1_UTCTIME(3), d2i_ASN1_UTF8STRING(3), d2i_ASN1_VISIBLESTRING(3), d2i_ASRange(3), d2i_AUTHORITY_INFO_ACCESS(3), d2i_AUTHORITY_KEYID(3), d2i_BASIC_CONSTRAINTS(3), d2i_CERTIFICATEPOLICIES(3), d2i_CMS_ContentInfo(3), d2i_CMS_ReceiptRequest(3), d2i_CMS_bio(3), d2i_CRL_DIST_POINTS(3), d2i_DHxparams(3), d2i_DIRECTORYSTRING(3), d2i_DISPLAYTEXT(3), d2i_DIST_POINT(3), d2i_DIST_POINT_NAME(3), d2i_DSAPrivateKey(3), d2i_DSAPrivateKey_bio(3), d2i_DSAPrivateKey_fp(3), d2i_DSAPublicKey(3), d2i_DSA_PUBKEY(3), d2i_DSA_PUBKEY_bio(3), d2i_DSA_PUBKEY_fp(3), d2i_DSA_SIG(3), d2i_DSAparams(3), d2i_ECDSA_SIG(3), d2i_ECPKParameters(3), d2i_ECParameters(3), d2i_ECPrivateKey(3), d2i_ECPrivateKey_bio(3), d2i_ECPrivateKey_fp(3), d2i_EC_PUBKEY(3), d2i_EC_PUBKEY_bio(3), d2i_EC_PUBKEY_fp(3), d2i_EDIPARTYNAME(3), d2i_ESS_CERT_ID(3), d2i_ESS_ISSUER_SERIAL(3), d2i_ESS_SIGNING_CERT(3), d2i_EXTENDED_KEY_USAGE(3), d2i_GENERAL_NAME(3), d2i_GENERAL_NAMES(3), d2i_IPAddressChoice(3), d2i_IPAddressFamily(3), d2i_IPAddressOrRange(3), d2i_IPAddressRange(3), d2i_ISSUING_DIST_POINT(3), d2i_NAMING_AUTHORITY(3), d2i_NETSCAPE_CERT_SEQUENCE(3), d2i_NETSCAPE_SPKAC(3), d2i_NETSCAPE_SPKI(3), d2i_NOTICEREF(3), d2i_OCSP_BASICRESP(3), d2i_OCSP_CERTID(3), d2i_OCSP_CERTSTATUS(3), d2i_OCSP_CRLID(3), d2i_OCSP_ONEREQ(3), d2i_OCSP_REQINFO(3), d2i_OCSP_REQUEST(3), d2i_OCSP_RESPBYTES(3), d2i_OCSP_RESPDATA(3), d2i_OCSP_RESPID(3), d2i_OCSP_RESPONSE(3), d2i_OCSP_REVOKEDINFO(3), d2i_OCSP_SERVICELOC(3), d2i_OCSP_SIGNATURE(3), d2i_OCSP_SINGLERESP(3), d2i_OTHERNAME(3), d2i_PBE2PARAM(3), d2i_PBEPARAM(3), d2i_PBKDF2PARAM(3), d2i_PKCS12(3), d2i_PKCS12_BAGS(3), d2i_PKCS12_MAC_DATA(3), d2i_PKCS12_SAFEBAG(3), d2i_PKCS12_bio(3), d2i_PKCS12_fp(3), d2i_PKCS7(3), d2i_PKCS7_DIGEST(3), d2i_PKCS7_ENCRYPT(3), d2i_PKCS7_ENC_CONTENT(3), d2i_PKCS7_ENVELOPE(3), d2i_PKCS7_ISSUER_AND_SERIAL(3), d2i_PKCS7_RECIP_INFO(3), d2i_PKCS7_SIGNED(3), d2i_PKCS7_SIGNER_INFO(3), d2i_PKCS7_SIGN_ENVELOPE(3), d2i_PKCS7_bio(3), d2i_PKCS7_fp(3), d2i_PKCS8_PRIV_KEY_INFO(3), d2i_PKCS8_PRIV_KEY_INFO_bio(3), d2i_PKCS8_PRIV_KEY_INFO_fp(3), d2i_PKCS8_bio(3), d2i_PKCS8_fp(3), d2i_PKEY_USAGE_PERIOD(3), d2i_POLICYINFO(3), d2i_POLICYQUALINFO(3), d2i_PROFESSION_INFO(3), d2i_PROXY_CERT_INFO_EXTENSION(3), d2i_PROXY_POLICY(3), d2i_RSAPrivateKey(3), d2i_RSAPrivateKey_bio(3), d2i_RSAPrivateKey_fp(3), d2i_RSAPublicKey(3), d2i_RSAPublicKey_bio(3), d2i_RSAPublicKey_fp(3), d2i_RSA_OAEP_PARAMS(3), d2i_RSA_PSS_PARAMS(3), d2i_RSA_PUBKEY(3), d2i_RSA_PUBKEY_bio(3), d2i_RSA_PUBKEY_fp(3), d2i_SCRYPT_PARAMS(3), d2i_SCT_LIST(3), d2i_SXNET(3), d2i_SXNETID(3), d2i_TS_ACCURACY(3), d2i_TS_MSG_IMPRINT(3), d2i_TS_MSG_IMPRINT_bio(3), d2i_TS_MSG_IMPRINT_fp(3), d2i_TS_REQ(3), d2i_TS_REQ_bio(3), d2i_TS_REQ_fp(3), d2i_TS_RESP(3), d2i_TS_RESP_bio(3), d2i_TS_RESP_fp(3), d2i_TS_STATUS_INFO(3), d2i_TS_TST_INFO(3), d2i_TS_TST_INFO_bio(3), d2i_TS_TST_INFO_fp(3), d2i_USERNOTICE(3), d2i_X509(3), d2i_X509_bio(3), d2i_X509_fp(3), d2i_X509_ALGOR(3), d2i_X509_ALGORS(3), d2i_X509_ATTRIBUTE(3), d2i_X509_CERT_AUX(3), d2i_X509_CINF(3), d2i_X509_CRL(3), d2i_X509_CRL_INFO(3), d2i_X509_CRL_bio(3), d2i_X509_CRL_fp(3), d2i_X509_EXTENSION(3), d2i_X509_EXTENSIONS(3), d2i_X509_NAME(3), d2i_X509_NAME_ENTRY(3), d2i_X509_PUBKEY(3), d2i_X509_REQ(3), d2i_X509_REQ_INFO(3), d2i_X509_REQ_bio(3), d2i_X509_REQ_fp(3), d2i_X509_REVOKED(3), d2i_X509_SIG(3), d2i_X509_VAL(3), i2d_ACCESS_DESCRIPTION(3), i2d_ADMISSIONS(3), i2d_ADMISSION_SYNTAX(3), i2d_ASIdOrRange(3), i2d_ASIdentifierChoice(3), i2d_ASIdentifiers(3), i2d_ASN1_BIT_STRING(3), i2d_ASN1_BMPSTRING(3), i2d_ASN1_ENUMERATED(3), i2d_ASN1_GENERALIZEDTIME(3), i2d_ASN1_GENERALSTRING(3), i2d_ASN1_IA5STRING(3), i2d_ASN1_INTEGER(3), i2d_ASN1_NULL(3), i2d_ASN1_OBJECT(3), i2d_ASN1_OCTET_STRING(3), i2d_ASN1_PRINTABLE(3), i2d_ASN1_PRINTABLESTRING(3), i2d_ASN1_SEQUENCE_ANY(3), i2d_ASN1_SET_ANY(3), i2d_ASN1_T61STRING(3), i2d_ASN1_TIME(3), i2d_ASN1_TYPE(3), i2d_ASN1_UNIVERSALSTRING(3), i2d_ASN1_UTCTIME(3), i2d_ASN1_UTF8STRING(3), i2d_ASN1_VISIBLESTRING(3), i2d_ASN1_bio_stream(3), i2d_ASRange(3), i2d_AUTHORITY_INFO_ACCESS(3), i2d_AUTHORITY_KEYID(3), i2d_BASIC_CONSTRAINTS(3), i2d_CERTIFICATEPOLICIES(3), i2d_CMS_ ContentInfo(3), i2d_CMS_ReceiptRequest(3), i2d_CMS_bio(3), i2d_CRL_DIST_POINTS(3), i2d_DHxparams(3), i2d_DIRECTORYSTRING(3), i2d_DISPLAYTEXT(3), i2d_DIST_POINT(3), i2d_DIST_POINT_NAME(3), i2d_DSAPrivateKey(3), i2d_DSAPrivateKey_bio(3), i2d_DSAPrivateKey_fp(3), i2d_DSAPublicKey(3), i2d_DSA_PUBKEY(3), i2d_DSA_PUBKEY_bio(3), i2d_DSA_PUBKEY_fp(3), i2d_DSA_SIG(3), i2d_DSAparams(3), i2d_ECDSA_SIG(3), i2d_ECPKParameters(3), i2d_ECParameters(3), i2d_ECPrivateKey(3), i2d_ECPrivateKey_bio(3), i2d_ECPrivateKey_fp(3), i2d_EC_PUBKEY(3), i2d_EC_PUBKEY_bio(3), i2d_EC_PUBKEY_fp(3), i2d_EDIPARTYNAME(3), i2d_ESS_CERT_ID(3), i2d_ESS_ISSUER_SERIAL(3), i2d_ESS_SIGNING_CERT(3), i2d_EXTENDED_KEY_USAGE(3), i2d_GENERAL_NAME(3), i2d_GENERAL_NAMES(3), i2d_IPAddressChoice(3), i2d_IPAddressFamily(3), i2d_IPAddressOrRange(3), i2d_IPAddressRange(3), i2d_ISSUING_DIST_POINT(3), i2d_NAMING_AUTHORITY(3), i2d_NETSCAPE_CERT_SEQUENCE(3), i2d_NETSCAPE_SPKAC(3), i2d_NETSCAPE_SPKI(3), i2d_NOTICEREF(3), i2d_OCSP_BASICRESP(3), i2d_OCSP_CERTID(3), i2d_OCSP_CERTSTATUS(3), i2d_OCSP_CRLID(3), i2d_OCSP_ONEREQ(3), i2d_OCSP_REQINFO(3), i2d_OCSP_REQUEST(3), i2d_OCSP_RESPBYTES(3), i2d_OCSP_RESPDATA(3), i2d_OCSP_RESPID(3), i2d_OCSP_RESPONSE(3), i2d_OCSP_REVOKEDINFO(3), i2d_OCSP_SERVICELOC(3), i2d_OCSP_SIGNATURE(3), i2d_OCSP_SINGLERESP(3), i2d_OTHERNAME(3), i2d_PBE2PARAM(3), i2d_PBEPARAM(3), i2d_PBKDF2PARAM(3), i2d_PKCS12(3), i2d_PKCS12_BAGS(3), i2d_PKCS12_MAC_DATA(3), i2d_PKCS12_SAFEBAG(3), i2d_PKCS12_bio(3), i2d_PKCS12_fp(3), i2d_PKCS7(3), i2d_PKCS7_DIGEST(3), i2d_PKCS7_ENCRYPT(3), i2d_PKCS7_ENC_CONTENT(3), i2d_PKCS7_ENVELOPE(3), i2d_PKCS7_ISSUER_AND_SERIAL(3), i2d_PKCS7_NDEF(3), i2d_PKCS7_RECIP_INFO(3), i2d_PKCS7_SIGNED(3), i2d_PKCS7_SIGNER_INFO(3), i2d_PKCS7_SIGN_ENVELOPE(3), i2d_PKCS7_bio(3), i2d_PKCS7_fp(3), i2d_PKCS8PrivateKeyInfo_bio(3), i2d_PKCS8PrivateKeyInfo_fp(3), i2d_PKCS8_PRIV_KEY_INFO(3), i2d_PKCS8_PRIV_KEY_INFO_bio(3), i2d_PKCS8_PRIV_KEY_INFO_fp(3), i2d_PKCS8_bio(3), i2d_PKCS8_fp(3), i2d_PKEY_USAGE_PERIOD(3), i2d_POLICYINFO(3), i2d_POLICYQUALINFO(3), i2d_PROFESSION_INFO(3), i2d_PROXY_CERT_INFO_EXTENSION(3), i2d_PROXY_POLICY(3), i2d_RSAPrivateKey(3), i2d_RSAPrivateKey_bio(3), i2d_RSAPrivateKey_fp(3), i2d_RSAPublicKey(3), i2d_RSAPublicKey_bio(3), i2d_RSAPublicKey_fp(3), i2d_RSA_OAEP_PARAMS(3), i2d_RSA_PSS_PARAMS(3), i2d_RSA_PUBKEY(3), i2d_RSA_PUBKEY_bio(3), i2d_RSA_PUBKEY_fp(3), i2d_SCRYPT_PARAMS(3), i2d_SCT_LIST(3), i2d_SXNET(3), i2d_SXNETID(3), i2d_TS_ACCURACY(3), i2d_TS_MSG_IMPRINT(3), i2d_TS_MSG_IMPRINT_bio(3), i2d_TS_MSG_IMPRINT_fp(3), i2d_TS_REQ(3), i2d_TS_REQ_bio(3), i2d_TS_REQ_fp(3), i2d_TS_RESP(3), i2d_TS_RESP_bio(3), i2d_TS_RESP_fp(3), i2d_TS_STATUS_INFO(3), i2d_TS_TST_INFO(3), i2d_TS_TST_INFO_bio(3), i2d_TS_TST_INFO_fp(3), i2d_USERNOTICE(3), i2d_X509(3), i2d_X509_bio(3), i2d_X509_fp(3), i2d_X509_ALGOR(3), i2d_X509_ALGORS(3), i2d_X509_ATTRIBUTE(3), i2d_X509_CERT_AUX(3), i2d_X509_CINF(3), i2d_X509_CRL(3), i2d_X509_CRL_INFO(3), i2d_X509_CRL_bio(3), i2d_X509_CRL_fp(3), i2d_X509_EXTENSION(3), i2d_X509_EXTENSIONS(3), i2d_X509_NAME(3), i2d_X509_NAME_ENTRY(3), i2d_X509_PUBKEY(3), i2d_X509_REQ(3), i2d_X509_REQ_INFO(3), i2d_X509_REQ_bio(3), i2d_X509_REQ_fp(3), i2d_X509_REVOKED(3), i2d_X509_SIG(3), i2d_X509_VAL(3)
- convert objects from/to ASN.1/DER representation
- d2i_ACCESS_DESCRIPTION(3ossl), d2i_ADMISSIONS(3ossl), d2i_ADMISSION_SYNTAX(3ossl), d2i_ASIdOrRange(3ossl), d2i_ASIdentifierChoice(3ossl), d2i_ASIdentifiers(3ossl), d2i_ASN1_BIT_STRING(3ossl), d2i_ASN1_BMPSTRING(3ossl), d2i_ASN1_ENUMERATED(3ossl), d2i_ASN1_GENERALIZEDTIME(3ossl), d2i_ASN1_GENERALSTRING(3ossl), d2i_ASN1_IA5STRING(3ossl), d2i_ASN1_INTEGER(3ossl), d2i_ASN1_NULL(3ossl), d2i_ASN1_OBJECT(3ossl), d2i_ASN1_OCTET_STRING(3ossl), d2i_ASN1_PRINTABLE(3ossl), d2i_ASN1_PRINTABLESTRING(3ossl), d2i_ASN1_SEQUENCE_ANY(3ossl), d2i_ASN1_SET_ANY(3ossl), d2i_ASN1_T61STRING(3ossl), d2i_ASN1_TIME(3ossl), d2i_ASN1_TYPE(3ossl), d2i_ASN1_UINTEGER(3ossl), d2i_ASN1_UNIVERSALSTRING(3ossl), d2i_ASN1_UTCTIME(3ossl), d2i_ASN1_UTF8STRING(3ossl), d2i_ASN1_VISIBLESTRING(3ossl), d2i_ASRange(3ossl), d2i_AUTHORITY_INFO_ACCESS(3ossl), d2i_AUTHORITY_KEYID(3ossl), d2i_BASIC_CONSTRAINTS(3ossl), d2i_CERTIFICATEPOLICIES(3ossl), d2i_CMS_ContentInfo(3ossl), d2i_CMS_ReceiptRequest(3ossl), d2i_CMS_bio(3ossl), d2i_CRL_DIST_POINTS(3ossl), d2i_DHxparams(3ossl), d2i_DIRECTORYSTRING(3ossl), d2i_DISPLAYTEXT(3ossl), d2i_DIST_POINT(3ossl), d2i_DIST_POINT_NAME(3ossl), d2i_DSA_SIG(3ossl), d2i_ECDSA_SIG(3ossl), d2i_ECPKParameters(3ossl), d2i_EDIPARTYNAME(3ossl), d2i_ESS_CERT_ID(3ossl), d2i_ESS_CERT_ID_V2(3ossl), d2i_ESS_ISSUER_SERIAL(3ossl), d2i_ESS_SIGNING_CERT(3ossl), d2i_ESS_SIGNING_CERT_V2(3ossl), d2i_EXTENDED_KEY_USAGE(3ossl), d2i_GENERAL_NAME(3ossl), d2i_GENERAL_NAMES(3ossl), d2i_IPAddressChoice(3ossl), d2i_IPAddressFamily(3ossl), d2i_IPAddressOrRange(3ossl), d2i_IPAddressRange(3ossl), d2i_ISSUER_SIGN_TOOL(3ossl), d2i_ISSUING_DIST_POINT(3ossl), d2i_NAMING_AUTHORITY(3ossl), d2i_NETSCAPE_CERT_SEQUENCE(3ossl), d2i_NETSCAPE_SPKAC(3ossl), d2i_NETSCAPE_SPKI(3ossl), d2i_NOTICEREF(3ossl), d2i_OCSP_BASICRESP(3ossl), d2i_OCSP_CERTID(3ossl), d2i_OCSP_CERTSTATUS(3ossl), d2i_OCSP_CRLID(3ossl), d2i_OCSP_ONEREQ(3ossl), d2i_OCSP_REQINFO(3ossl), d2i_OCSP_REQUEST(3ossl), d2i_OCSP_RESPBYTES(3ossl), d2i_OCSP_RESPDATA(3ossl), d2i_OCSP_RESPID(3ossl), d2i_OCSP_RESPONSE(3ossl), d2i_OCSP_REVOKEDINFO(3ossl), d2i_OCSP_SERVICELOC(3ossl), d2i_OCSP_SIGNATURE(3ossl), d2i_OCSP_SINGLERESP(3ossl), d2i_OSSL_AA_DIST_POINT(3ossl), d2i_OSSL_ALLOWED_ATTRIBUTES_CHOICE(3ossl), d2i_OSSL_ALLOWED_ATTRIBUTES_ITEM(3ossl), d2i_OSSL_ALLOWED_ATTRIBUTES_SYNTAX(3ossl), d2i_OSSL_ATAV(3ossl), d2i_OSSL_ATTRIBUTE_DESCRIPTOR(3ossl), d2i_OSSL_ATTRIBUTE_MAPPING(3ossl), d2i_OSSL_ATTRIBUTE_MAPPINGS(3ossl), d2i_OSSL_ATTRIBUTE_TYPE_MAPPING(3ossl), d2i_OSSL_ATTRIBUTE_VALUE_MAPPING(3ossl), d2i_OSSL_ATTRIBUTES_SYNTAX(3ossl), d2i_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX(3ossl), d2i_OSSL_BASIC_ATTR_CONSTRAINTS(3ossl), d2i_OSSL_CMP_ATAVS(3ossl), d2i_OSSL_CMP_MSG(3ossl), d2i_OSSL_CMP_PKIHEADER(3ossl), d2i_OSSL_CMP_PKISI(3ossl), d2i_OSSL_CRMF_CERTID(3ossl), d2i_OSSL_CRMF_CERTTEMPLATE(3ossl), d2i_OSSL_CRMF_ENCRYPTEDKEY(3ossl), d2i_OSSL_CRMF_ENCRYPTEDVALUE(3ossl), d2i_OSSL_CRMF_MSG(3ossl), d2i_OSSL_CRMF_MSGS(3ossl), d2i_OSSL_CRMF_PBMPARAMETER(3ossl), d2i_OSSL_CRMF_PKIPUBLICATIONINFO(3ossl), d2i_OSSL_CRMF_SINGLEPUBINFO(3ossl), d2i_OSSL_DAY_TIME(3ossl), d2i_OSSL_DAY_TIME_BAND(3ossl), d2i_OSSL_HASH(3ossl), d2i_OSSL_IETF_ATTR_SYNTAX(3ossl), d2i_OSSL_INFO_SYNTAX(3ossl), d2i_OSSL_INFO_SYNTAX_POINTER(3ossl), d2i_OSSL_ISSUER_SERIAL(3ossl), d2i_OSSL_NAMED_DAY(3ossl), d2i_OSSL_OBJECT_DIGEST_INFO(3ossl), d2i_OSSL_PRIVILEGE_POLICY_ID(3ossl), d2i_OSSL_ROLE_SPEC_CERT_ID(3ossl), d2i_OSSL_ROLE_SPEC_CERT_ID_SYNTAX(3ossl), d2i_OSSL_TARGET_CERT(3ossl), d2i_OSSL_TARGET(3ossl), d2i_OSSL_TARGETING_INFORMATION(3ossl), d2i_OSSL_TARGETS(3ossl), d2i_OSSL_TIME_PERIOD(3ossl), d2i_OSSL_TIME_SPEC(3ossl), d2i_OSSL_TIME_SPEC_ABSOLUTE(3ossl), d2i_OSSL_TIME_SPEC_DAY(3ossl), d2i_OSSL_TIME_SPEC_MONTH(3ossl), d2i_OSSL_TIME_SPEC_TIME(3ossl), d2i_OSSL_TIME_SPEC_WEEKS(3ossl), d2i_OSSL_TIME_SPEC_X_DAY_OF(3ossl), d2i_OSSL_USER_NOTICE_SYNTAX(3ossl), d2i_OTHERNAME(3ossl), d2i_PBE2PARAM(3ossl), d2i_PBEPARAM(3ossl), d2i_PBKDF2PARAM(3ossl), d2i_PBMAC1PARAM(3ossl), d2i_PKCS12(3ossl), d2i_PKCS12_BAGS(3ossl), d2i_PKCS12_MAC_DATA(3ossl), d2i_PKCS12_SAFEBAG(3ossl), d2i_PKCS12_bio(3ossl), d2i_PKCS12_fp(3ossl), d2i_PKCS7(3ossl), d2i_PKCS7_DIGEST(3ossl), d2i_PKCS7_ENCRYPT(3ossl), d2i_PKCS7_ENC_CONTENT(3ossl), d2i_PKCS7_ENVELOPE(3ossl), d2i_PKCS7_ISSUER_AND_SERIAL(3ossl), d2i_PKCS7_RECIP_INFO(3ossl), d2i_PKCS7_SIGNED(3ossl), d2i_PKCS7_SIGNER_INFO(3ossl), d2i_PKCS7_SIGN_ENVELOPE(3ossl), d2i_PKCS7_bio(3ossl), d2i_PKCS7_fp(3ossl), d2i_PKCS8_PRIV_KEY_INFO(3ossl), d2i_PKCS8_PRIV_KEY_INFO_bio(3ossl), d2i_PKCS8_PRIV_KEY_INFO_fp(3ossl), d2i_PKCS8_bio(3ossl), d2i_PKCS8_fp(3ossl), d2i_PKEY_USAGE_PERIOD(3ossl), d2i_POLICYINFO(3ossl), d2i_POLICYQUALINFO(3ossl), d2i_PROFESSION_INFO(3ossl), d2i_PROXY_CERT_INFO_EXTENSION(3ossl), d2i_PROXY_POLICY(3ossl), d2i_RSA_OAEP_PARAMS(3ossl), d2i_RSA_PSS_PARAMS(3ossl), d2i_SCRYPT_PARAMS(3ossl), d2i_SCT_LIST(3ossl), d2i_SXNET(3ossl), d2i_SXNETID(3ossl), d2i_TS_ACCURACY(3ossl), d2i_TS_MSG_IMPRINT(3ossl), d2i_TS_MSG_IMPRINT_bio(3ossl), d2i_TS_MSG_IMPRINT_fp(3ossl), d2i_TS_REQ(3ossl), d2i_TS_REQ_bio(3ossl), d2i_TS_REQ_fp(3ossl), d2i_TS_RESP(3ossl), d2i_TS_RESP_bio(3ossl), d2i_TS_RESP_fp(3ossl), d2i_TS_STATUS_INFO(3ossl), d2i_TS_TST_INFO(3ossl), d2i_TS_TST_INFO_bio(3ossl), d2i_TS_TST_INFO_fp(3ossl), d2i_USERNOTICE(3ossl), d2i_X509(3ossl), d2i_X509_bio(3ossl), d2i_X509_fp(3ossl), d2i_X509_ACERT(3ossl), d2i_X509_ACERT_bio(3ossl), d2i_X509_ACERT_fp(3ossl), d2i_X509_ALGOR(3ossl), d2i_X509_ALGORS(3ossl), d2i_X509_ATTRIBUTE(3ossl), d2i_X509_CERT_AUX(3ossl), d2i_X509_CINF(3ossl), d2i_X509_CRL(3ossl), d2i_X509_CRL_INFO(3ossl), d2i_X509_CRL_bio(3ossl), d2i_X509_CRL_fp(3ossl), d2i_X509_EXTENSION(3ossl), d2i_X509_EXTENSIONS(3ossl), d2i_X509_NAME(3ossl), d2i_X509_NAME_ENTRY(3ossl), d2i_X509_PUBKEY(3ossl), d2i_X509_PUBKEY_bio(3ossl), d2i_X509_PUBKEY_fp(3ossl), d2i_X509_REQ(3ossl), d2i_X509_REQ_INFO(3ossl), d2i_X509_REQ_bio(3ossl), d2i_X509_REQ_fp(3ossl), d2i_X509_REVOKED(3ossl), d2i_X509_SIG(3ossl), d2i_X509_VAL(3ossl), i2d_ACCESS_DESCRIPTION(3ossl), i2d_ADMISSIONS(3ossl), i2d_ADMISSION_SYNTAX(3ossl), i2d_ASIdOrRange(3ossl), i2d_ASIdentifierChoice(3ossl), i2d_ASIdentifiers(3ossl), i2d_ASN1_BIT_STRING(3ossl), i2d_ASN1_BMPSTRING(3ossl), i2d_ASN1_ENUMERATED(3ossl), i2d_ASN1_GENERALIZEDTIME(3ossl), i2d_ASN1_GENERALSTRING(3ossl), i2d_ASN1_IA5STRING(3ossl), i2d_ASN1_INTEGER(3ossl), i2d_ASN1_NULL(3ossl), i2d_ASN1_OBJECT(3ossl), i2d_ASN1_OCTET_STRING(3ossl), i2d_ASN1_PRINTABLE(3ossl), i2d_ASN1_PRINTABLESTRING(3ossl), i2d_ASN1_SEQUENCE_ANY(3ossl), i2d_ASN1_SET_ANY(3ossl), i2d_ASN1_T61STRING(3ossl), i2d_ASN1_TIME(3ossl), i2d_ASN1_TYPE(3ossl), i2d_ASN1_UNIVERSALSTRING(3ossl), i2d_ASN1_UTCTIME(3ossl), i2d_ASN1_UTF8STRING(3ossl), i2d_ASN1_VISIBLESTRING(3ossl), i2d_ASN1_bio_stream(3ossl), i2d_ASRange(3ossl), i2d_AUTHORITY_INFO_ACCESS(3ossl), i2d_AUTHORITY_KEYID(3ossl), i2d_BASIC_CONSTRAINTS(3ossl), i2d_CERTIFICATEPOLICIES(3ossl), i2d_CMS_ContentInfo(3ossl), i2d_CMS_ReceiptRequest(3ossl), i2d_CMS_bio(3ossl), i2d_CRL_DIST_POINTS(3ossl), i2d_DHxparams(3ossl), i2d_DIRECTORYSTRING(3ossl), i2d_DISPLAYTEXT(3ossl), i2d_DIST_POINT(3ossl), i2d_DIST_POINT_NAME(3ossl), i2d_DSA_SIG(3ossl), i2d_ECDSA_SIG(3ossl), i2d_ECPKParameters(3ossl), i2d_EDIPARTYNAME(3ossl), i2d_ESS_CERT_ID(3ossl), i2d_ESS_CERT_ID_V2(3ossl), i2d_ESS_ISSUER_SERIAL(3ossl), i2d_ESS_SIGNING_CERT(3ossl), i2d_ESS_SIGNING_CERT_V2(3ossl), i2d_EXTENDED_KEY_USAGE(3ossl), i2d_GENERAL_NAME(3ossl), i2d_GENERAL_NAMES(3ossl), i2d_IPAddressChoice(3ossl), i2d_IPAddressFamily(3ossl), i2d_IPAddressOrRange(3ossl), i2d_IPAddressRange(3ossl), i2d_ISSUER_SIGN_TOOL(3ossl), i2d_ISSUING_DIST_POINT(3ossl), i2d_NAMING_AUTHORITY(3ossl), i2d_NETSCAPE_CERT_SEQUENCE(3ossl), i2d_NETSCAPE_SPKAC(3ossl), i2d_NETSCAPE_SPKI(3ossl), i2d_NOTICEREF(3ossl), i2d_OCSP_BASICRESP(3ossl), i2d_OCSP_CERTID(3ossl), i2d_OCSP_CERTSTATUS(3ossl), i2d_OCSP_CRLID(3ossl), i2d_OCSP_ONEREQ(3ossl), i2d_OCSP_REQINFO(3ossl), i2d_OCSP_REQUEST(3ossl), i2d_OCSP_RESPBYTES(3ossl), i2d_OCSP_RESPDATA(3ossl), i2d_OCSP_RESPID(3ossl), i2d_OCSP_RESPONSE(3ossl), i2d_OCSP_REVOKEDINFO(3ossl), i2d_OCSP_SERVICELOC(3ossl), i2d_OCSP_SIGNATURE(3ossl), i2d_OCSP_SINGLERESP(3ossl), i2d_OSSL_AA_DIST_POINT(3ossl), i2d_OSSL_ALLOWED_ATTRIBUTES_CHOICE(3ossl), i2d_OSSL_ALLOWED_ATTRIBUTES_ITEM(3ossl), i2d_OSSL_ALLOWED_ATTRIBUTES_SYNTAX(3ossl), i2d_OSSL_ATAV(3ossl), i2d_OSSL_ATTRIBUTE_DESCRIPTOR(3ossl), i2d_OSSL_ATTRIBUTE_MAPPING(3ossl), i2d_OSSL_ATTRIBUTE_MAPPINGS(3ossl), i2d_OSSL_ATTRIBUTE_TYPE_MAPPING(3ossl), i2d_OSSL_ATTRIBUTE_VALUE_MAPPING(3ossl), i2d_OSSL_ATTRIBUTES_SYNTAX(3ossl), i2d_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX(3ossl), i2d_OSSL_BASIC_ATTR_CONSTRAINTS(3ossl), i2d_OSSL_CMP_ATAVS(3ossl), i2d_OSSL_CMP_MSG(3ossl), i2d_OSSL_CMP_PKIHEADER(3ossl), i2d_OSSL_CMP_PKISI(3ossl), i2d_OSSL_CRMF_CERTID(3ossl), i2d_OSSL_CRMF_CERTTEMPLATE(3ossl), i2d_OSSL_CRMF_ENCRYPTEDKEY(3ossl), i2d_OSSL_CRMF_ENCRYPTEDVALUE(3ossl), i2d_OSSL_CRMF_MSG(3ossl), i2d_OSSL_CRMF_MSGS(3ossl), i2d_OSSL_CRMF_PBMPARAMETER(3ossl), i2d_OSSL_CRMF_PKIPUBLICATIONINFO(3ossl), i2d_OSSL_CRMF_SINGLEPUBINFO(3ossl), i2d_OSSL_HASH(3ossl), i2d_OSSL_DAY_TIME(3ossl), i2d_OSSL_DAY_TIME_BAND(3ossl), i2d_OSSL_IETF_ATTR_SYNTAX(3ossl), i2d_OSSL_INFO_SYNTAX(3ossl), i2d_OSSL_INFO_SYNTAX_POINTER(3ossl), i2d_OSSL_ISSUER_SERIAL(3ossl), i2d_OSSL_NAMED_DAY(3ossl), i2d_OSSL_OBJECT_DIGEST_INFO(3ossl), i2d_OSSL_PRIVILEGE_POLICY_ID(3ossl), i2d_OSSL_ROLE_SPEC_CERT_ID(3ossl), i2d_OSSL_ROLE_SPEC_CERT_ID_SYNTAX(3ossl), i2d_OSSL_TARGET_CERT(3ossl), i2d_OSSL_TARGET(3ossl), i2d_OSSL_TARGETING_INFORMATION(3ossl), i2d_OSSL_TARGETS(3ossl), i2d_OSSL_TIME_PERIOD(3ossl), i2d_OSSL_TIME_SPEC(3ossl), i2d_OSSL_TIME_SPEC_ABSOLUTE(3ossl), i2d_OSSL_TIME_SPEC_DAY(3ossl), i2d_OSSL_TIME_SPEC_MONTH(3ossl), i2d_OSSL_TIME_SPEC_TIME(3ossl), i2d_OSSL_TIME_SPEC_WEEKS(3ossl), i2d_OSSL_TIME_SPEC_X_DAY_OF(3ossl), i2d_OSSL_USER_NOTICE_SYNTAX(3ossl), i2d_OTHERNAME(3ossl), i2d_PBE2PARAM(3ossl), i2d_PBEPARAM(3ossl), i2d_PBKDF2PARAM(3ossl), i2d_PBMAC1PARAM(3ossl), i2d_PKCS12(3ossl), i2d_PKCS12_BAGS(3ossl), i2d_PKCS12_MAC_DATA(3ossl), i2d_PKCS12_SAFEBAG(3ossl), i2d_PKCS12_bio(3ossl), i2d_PKCS12_fp(3ossl), i2d_PKCS7(3ossl), i2d_PKCS7_DIGEST(3ossl), i2d_PKCS7_ENCRYPT(3ossl), i2d_PKCS7_ENC_CONTENT(3ossl), i2d_PKCS7_ENVELOPE(3ossl), i2d_PKCS7_ISSUER_AND_SERIAL(3ossl), i2d_PKCS7_NDEF(3ossl), i2d_PKCS7_RECIP_INFO(3ossl), i2d_PKCS7_SIGNED(3ossl), i2d_PKCS7_SIGNER_INFO(3ossl), i2d_PKCS7_SIGN_ENVELOPE(3ossl), i2d_PKCS7_bio(3ossl), i2d_PKCS7_fp(3ossl), i2d_PKCS8PrivateKeyInfo_bio(3ossl), i2d_PKCS8PrivateKeyInfo_fp(3ossl), i2d_PKCS8_PRIV_KEY_INFO(3ossl), i2d_PKCS8_PRIV_KEY_INFO_bio(3ossl), i2d_PKCS8_PRIV_KEY_INFO_fp(3ossl), i2d_PKCS8_bio(3ossl), i2d_PKCS8_fp(3ossl), i2d_PKEY_USAGE_PERIOD(3ossl), i2d_POLICYINFO(3ossl), i2d_POLICYQUALINFO(3ossl), i2d_PROFESSION_INFO(3ossl), i2d_PROXY_CERT_INFO_EXTENSION(3ossl), i2d_PROXY_POLICY(3ossl), i2d_RSA_OAEP_PARAMS(3ossl), i2d_RSA_PSS_PARAMS(3ossl), i2d_SCRYPT_PARAMS(3ossl), i2d_SCT_LIST(3ossl), i2d_SXNET(3ossl), i2d_SXNETID(3ossl), i2d_TS_ACCURACY(3ossl), i2d_TS_MSG_IMPRINT(3ossl), i2d_TS_MSG_IMPRINT_bio(3ossl), i2d_TS_MSG_IMPRINT_fp(3ossl), i2d_TS_REQ(3ossl), i2d_TS_REQ_bio(3ossl), i2d_TS_REQ_fp(3ossl), i2d_TS_RESP(3ossl), i2d_TS_RESP_bio(3ossl), i2d_TS_RESP_fp(3ossl), i2d_TS_STATUS_INFO(3ossl), i2d_TS_TST_INFO(3ossl), i2d_TS_TST_INFO_bio(3ossl), i2d_TS_TST_INFO_fp(3ossl), i2d_USERNOTICE(3ossl), i2d_X509(3ossl), i2d_X509_bio(3ossl), i2d_X509_fp(3ossl), i2d_X509_ACERT(3ossl), i2d_X509_ACERT_bio(3ossl), i2d_X509_ACERT_fp(3ossl), i2d_X509_ALGOR(3ossl), i2d_X509_ALGORS(3ossl), i2d_X509_ATTRIBUTE(3ossl), i2d_X509_CERT_AUX(3ossl), i2d_X509_CINF(3ossl), i2d_X509_CRL(3ossl), i2d_X509_CRL_INFO(3ossl), i2d_X509_CRL_bio(3ossl), i2d_X509_CRL_fp(3ossl), i2d_X509_EXTENSION(3ossl), i2d_X509_EXTENSIONS(3ossl), i2d_X509_NAME(3ossl), i2d_X509_NAME_ENTRY(3ossl), i2d_X509_PUBKEY(3ossl), i2d_X509_PUBKEY_bio(3ossl), i2d_X509_PUBKEY_fp(3ossl), i2d_X509_REQ(3ossl), i2d_X509_REQ_INFO(3ossl), i2d_X509_REQ_bio(3ossl), i2d_X509_REQ_fp(3ossl), i2d_X509_REVOKED(3ossl), i2d_X509_SIG(3ossl), i2d_X509_VAL(3ossl)
- convert objects from/to ASN.1/DER representation
- d2i_DSAPrivateKey(3ossl), d2i_DSAPrivateKey_bio(3ossl), d2i_DSAPrivateKey_fp(3ossl), d2i_DSAPublicKey(3ossl), d2i_DSA_PUBKEY(3ossl), d2i_DSA_PUBKEY_bio(3ossl), d2i_DSA_PUBKEY_fp(3ossl), d2i_DSAparams(3ossl), d2i_RSAPrivateKey(3ossl), d2i_RSAPrivateKey_bio(3ossl), d2i_RSAPrivateKey_fp(3ossl), d2i_RSAPublicKey(3ossl), d2i_RSAPublicKey_bio(3ossl), d2i_RSAPublicKey_fp(3ossl), d2i_RSA_PUBKEY(3ossl), d2i_RSA_PUBKEY_bio(3ossl), d2i_RSA_PUBKEY_fp(3ossl), d2i_DHparams(3ossl), d2i_DHparams_bio(3ossl), d2i_DHparams_fp(3ossl), d2i_ECParameters(3ossl), d2i_ECPrivateKey(3ossl), d2i_ECPrivateKey_bio(3ossl), d2i_ECPrivateKey_fp(3ossl), d2i_EC_PUBKEY(3ossl), d2i_EC_PUBKEY_bio(3ossl), d2i_EC_PUBKEY_fp(3ossl), i2d_RSAPrivateKey(3ossl), i2d_RSAPrivateKey_bio(3ossl), i2d_RSAPrivateKey_fp(3ossl), i2d_RSAPublicKey(3ossl), i2d_RSAPublicKey_bio(3ossl), i2d_RSAPublicKey_fp(3ossl), i2d_RSA_PUBKEY(3ossl), i2d_RSA_PUBKEY_bio(3ossl), i2d_RSA_PUBKEY_fp(3ossl), i2d_DHparams(3ossl), i2d_DHparams_bio(3ossl), i2d_DHparams_fp(3ossl), i2d_DSAPrivateKey(3ossl), i2d_DSAPrivateKey_bio(3ossl), i2d_DSAPrivateKey_fp(3ossl), i2d_DSAPublicKey(3ossl), i2d_DSA_PUBKEY(3ossl), i2d_DSA_PUBKEY_bio(3ossl), i2d_DSA_PUBKEY_fp(3ossl), i2d_DSAparams(3ossl), i2d_ECParameters(3ossl), i2d_ECPrivateKey(3ossl), i2d_ECPrivateKey_bio(3ossl), i2d_ECPrivateKey_fp(3ossl), i2d_EC_PUBKEY(3ossl), i2d_EC_PUBKEY_bio(3ossl), i2d_EC_PUBKEY_fp(3ossl)
- DEPRECATED
- d2i_PrivateKey(3), d2i_PublicKey(3), d2i_AutoPrivateKey(3), i2d_PrivateKey(3), i2d_PublicKey(3), d2i_PrivateKey_bio(3), d2i_PrivateKey_fp(3)
- decode and encode functions for reading and saving EVP_PKEY structures
- d2i_PrivateKey_ex(3ossl), d2i_PrivateKey(3ossl), d2i_PublicKey(3ossl), d2i_KeyParams(3ossl), d2i_AutoPrivateKey_ex(3ossl), d2i_AutoPrivateKey(3ossl), i2d_PrivateKey(3ossl), i2d_PublicKey(3ossl), i2d_KeyParams(3ossl), i2d_KeyParams_bio(3ossl), d2i_PrivateKey_ex_bio(3ossl), d2i_PrivateKey_bio(3ossl), d2i_PrivateKey_ex_fp(3ossl), d2i_PrivateKey_fp(3ossl), d2i_KeyParams_bio(3ossl), i2d_PrivateKey_bio(3ossl), i2d_PrivateKey_fp(3ossl)
- decode and encode functions for reading and saving EVP_PKEY structures
- d2i_X509_AUX(3), i2d_X509_AUX(3), i2d_re_X509_tbs(3), i2d_re_X509_CRL_tbs(3), i2d_re_X509_REQ_tbs(3)
- X509 encode and decode functions
- d2i_X509_AUX(3ossl), i2d_X509_AUX(3ossl), i2d_re_X509_tbs(3ossl), i2d_re_X509_CRL_tbs(3ossl), i2d_re_X509_REQ_tbs(3ossl)
- X509 encode and decode functions
- d2i_of_void(3), PEM_ASN1_read(3), PEM_ASN1_read_bio(3)
- PEM and DER decode an arbitrary ASN.1 value
- d_slider_proc(3)
- Dialog procedure implementing a slider control object. Allegro game programming library
- dahdi_test(8)
- Test if the DAHDI timer provides timely response
- damager(1)
- overrides chunks of files with garbage
- dane_query_deinit(3)
- API function
- dane_state_deinit(3)
- API function
- dangerball(6)
- a 3D ball that periodically extrudes spikes. Ouch!
- darkman(1)
- daemon for dark-mode and light-mode transitions on Unix-like desktops
- data2inc(1)
- Free Pascal binary to pascal include file converter
- datagrip(1)
- launch JetBrains DataGrip Integrated Development Environment
- davix-rm(1)
- Deletion tool based on libdavix
- dbh.h(3)
- Dbh header file
- dbh_close(3), dbh_destroy(3)
- close or remove an open DBHashTable
- dbh_genkey(3), dbh_genkey2(3), dbh_orderkey(3)
- generate cuantified or ordered keys
- dbh_update(3), dbh_writeheader(3)
- write data record or file header to disk
- dblink_build_sql_delete(3)
- builds a DELETE statement using supplied values for primary key field values
- dbmail-deliver(1)
- inserts messages into the DBMail mailsystem
- dbmail-imapd(8)
- provides access to the DBMail system to clients supporting Internet Message Access Protocol, IMAP4r1, as specified in RFC 3501
- dbmail-pop3d(8)
- provides access to the DBMail system to client support- ing Post Office Protocol, POP3, as specified in RFC 1939
- dbus-monitor(1)
- debug probe to print message bus messages
- dc1394_multiview(1)
- display format0 camera video
- dc1394_vloopback(1)
- send format0 video to V4L vloopback device
- dc_bluetooth_device_free(3)
- Destroy the bluetooth device and free all resources
- dc_bluetooth_device_get_address(3)
- Get the address of a bluetooth device
- dc_bluetooth_device_get_name(3)
- Get the name of a bluetooth device
- dc_bluetooth_iterator_new(3)
- Create an iterator to enumerate the bluetooth devices
- dc_bluetooth_open(3)
- Opens an iostream for a bluetooth device
- dc_context_free(3)
- free a device-handling context
- dc_context_new(3)
- create a new device-handling context
- dc_descriptor_free(3)
- free a dive computer descriptor reference
- dc_descriptor_get_model(3)
- get the model of a dive computer descriptor
- dc_descriptor_get_product(3)
- get the product of a dive computer descriptor
- dc_descriptor_get_transports(3)
- Gets the transports supported by the given descriptor
- dc_descriptor_get_vendor(3)
- get the vendor of a dive computer descriptor
- dc_descriptor_iterator(3)
- get all supported dive computers
- dc_device_close(3)
- close a dive computer device
- dc_device_foreach(3)
- iterate over dives in a dive computer
- dc_device_open(3)
- open a dive computer device
- dc_device_set_cancel(3)
- callback to check whether processing should cancel
- dc_device_set_events(3)
- set events logged during device interaction
- dc_device_set_fingerprint(3)
- set the last-seen dive fingerprint
- dc_irda_device_free(3)
- Destroy the irda device and free all resources
- dc_irda_device_get_address(3)
- Get the address of the IrDA device
- dc_irda_device_get_name(3)
- Get the address of the IrDA device
- dc_irda_iterator_new(3)
- Create an iterator to enumerate the IrDA devices
- dc_irda_open(3)
- Opens an iostream for a IrDA device
- dc_parser_destroy(3)
- destroys a single dive parser
- dc_serial_device_free(3)
- Destroy the serial device and free all resources
- dc_serial_device_get_name(3)
- Get the device name of the serial device
- dc_serial_iterator_new(3)
- Create an iterator to enumerate the serial devices
- dc_serial_open(3)
- Opens an iostream for a serial device
- dc_usbhid_device_free(3)
- Destroy the USB HID device and free all resources
- dc_usbhid_device_get_pid(3)
- Get the product id (PID) of the USB HID device
- dc_usbhid_device_get_vid(3)
- Get the vendor id (VID) of the USB HID device
- dc_usbhid_iterator_new(3)
- Create an iterator to enumerate the USB HID devices
- dc_usbhid_open(3)
- Opens an iostream for a USB HID device
- dcadec(1)
- decode DTS Coherent Acoustics audio streams
- dcl2inc(1)
- postprocess ftnchek .dcl files to create separate INCLUDE files
- dcmcjpeg(1)
- Encode DICOM file to JPEG transfer syntax
- dcmcjpls(1)
- Encode DICOM file to JPEG-LS transfer syntax
- dcmcrle(1)
- Encode DICOM file to RLE transfer syntax
- dcmdjpeg(1)
- Decode JPEG-compressed DICOM file
- dcmdjpls(1)
- Decode JPEG-LS compressed DICOM file
- dcmdrle(1)
- Decode RLE-compressed DICOM file
- dcmp2pgm(1)
- Read DICOM image and presentation state and render bitmap
- dcmpsprt(1)
- Read DICOM images and presentation states and render print job
- dcmqridx(1)
- Register a DICOM image file in an image database index file
- dcmqrscp(1)
- DICOM image archive (central test node)
- dcmsend(1)
- Simple DICOM storage SCU (sender)
- dcraw(1)
- command-line decoder for raw digital photos
- dde.tcl86(n), dde(n)
- Execute a Dynamic Data Exchange command
- dde.tcl90(n), dde(n)
- Execute a Dynamic Data Exchange command
- ddjvu(1)
- Command line DjVu decoder
- ddpt(8)
- copies data between files and storage devices. Support for devices that understand the SCSI command set
- ddr_crypt(1)
- Data de/encryption plugin for dd_rescue
- ddr_lzo(1)
- Data de/compression plugin for dd_rescue
- ddv(1)
- DeuxD-Viewer for multiple sequence alignment
- deallocate_voice(3)
- Frees a sound card voice. Allegro game programming library
- deb(5)
- Debian binary package format
- deb-buildinfo(5)
- Debian build information file format
- deb-changelog(5)
- dpkg source packages' changelog file format
- deb-changes(5)
- Debian changes file format
- deb-conffiles(5)
- package conffiles
- deb-control(5)
- Debian binary packages' master control file format
- deb-extra-override(5)
- Debian archive extra override file
- deb-old(5)
- old style Debian binary package format
- deb-origin(5)
- Vendor-specific information files
- deb-override(5)
- Debian archive override file
- deb-postinst(5)
- package post-installation maintainer script
- deb-postrm(5)
- package post-removal maintainer script
- deb-preinst(5)
- package pre-installation maintainer script
- deb-prerm(5)
- package pre-removal maintainer script
- deb-shlibs(5)
- Debian shared library information file
- deb-split(5)
- Debian multi-part binary package format
- deb-src-control(5)
- Debian source packages' master control file format
- deb-src-files(5)
- Debian distribute files format
- deb-src-rules(5)
- Debian source package rules file
- deb-substvars(5)
- Debian source substitution variables
- deb-symbols(5)
- Debian's extended shared library information file
- deb-triggers(5)
- package triggers
- deb-version(7)
- Debian package version number format
- deb822(5)
- Debian RFC822 control data format
- debootstrap(8)
- Bootstrap a basic Debian system
- debruijn(1)
- de Bruijn sequence generator
- debugfs(8)
- ext2/ext3/ext4 file system debugger
- debuginfod-client-config(7)
- debuginfod client environment variables, cache control files and etc
- debuginfod-find(1)
- request debuginfo-related data
- debuginfod_find_debuginfo(3)
- request debuginfo from debuginfod
- decayscreen(6)
- make a screen meltdown
- decbddrefext(3)
- decrements the external reference of a bdd node. man1/alc_origin.1
- decbddrefint(3)
- decrements the internal reference of a bdd node. man1/alc_origin.1
- declean(1)
- clean up after a Debian package build
- declone(1)
- break hardlinks
- deco(1)
- visual shell for UNIX
- deco(6)
- draw tacky 70s basement wall panelling
- decode-dimms(1)
- decode the information found in memory module SPD EEPROMs
- decode.h(3)
- API for Brotli decompression
- decode_aprs(1)
- Convert APRS raw data to human readable form
- decode_modifiers(3), decode_modifiers (3)
- Convert a modifier-bitmap to a textual representation
- decomment(1)
- remove comments from C and C++ files
- decomposemail(1)
- decompose mailboxes into their component email messages
- decorate(1)
- convert fields of various formats
- decrypt-dbeaver-configuration(1)
- Decrypt DBeaver Credentials Configuration File
- deductionguidesforstd::array(3)
- deductionguidesforstd::array
- deductionguidesforstd::basic_regex(3)
- deductionguidesforstd::basic_regex
- deductionguidesforstd::basic_string(3)
- deductionguidesforstd::basic_string
- deductionguidesforstd::basic_string_view(3)
- deductionguidesforstd::basic_string_view
- deductionguidesforstd::deque(3)
- deductionguidesforstd::deque
- deductionguidesforstd::experimental::scope_exit(3)
- deductionguidesforstd::experimental::scope_exit
- deductionguidesforstd::experimental::scope_fail(3)
- deductionguidesforstd::experimental::scope_fail
- deductionguidesforstd::experimental::scope_success(3)
- deductionguidesforstd::experimental::scope_success
- deductionguidesforstd::experimental::unique_resource(3)
- deductionguidesforstd::experimental::unique_resource
- deductionguidesforstd::forward_list(3)
- deductionguidesforstd::forward_list
- deductionguidesforstd::function(3)
- deductionguidesforstd::function
- deductionguidesforstd::list(3)
- deductionguidesforstd::list
- deductionguidesforstd::map(3)
- deductionguidesforstd::map
- deductionguidesforstd::multimap(3)
- deductionguidesforstd::multimap
- deductionguidesforstd::multiset(3)
- deductionguidesforstd::multiset
- deductionguidesforstd::optional(3)
- deductionguidesforstd::optional
- deductionguidesforstd::pair(3)
- deductionguidesforstd::pair
- deductionguidesforstd::priority_queue(3)
- deductionguidesforstd::priority_queue
- deductionguidesforstd::queue(3)
- deductionguidesforstd::queue
- deductionguidesforstd::ranges::drop_view(3)
- deductionguidesforstd::ranges::drop_view
- deductionguidesforstd::ranges::drop_while_view(3)
- deductionguidesforstd::ranges::drop_while_view
- deductionguidesforstd::ranges::take_view(3)
- deductionguidesforstd::ranges::take_view
- deductionguidesforstd::ranges::take_while_view(3)
- deductionguidesforstd::ranges::take_while_view
- deductionguidesforstd::ranges::transform_view(3)
- deductionguidesforstd::ranges::transform_view
- deductionguidesforstd::reference_wrapper(3)
- deductionguidesforstd::reference_wrapper
- deductionguidesforstd::scoped_allocator_adaptor(3)
- deductionguidesforstd::scoped_allocator_adaptor
- deductionguidesforstd::set(3)
- deductionguidesforstd::set
- deductionguidesforstd::shared_ptr(3)
- deductionguidesforstd::shared_ptr
- deductionguidesforstd::span(3)
- deductionguidesforstd::span
- deductionguidesforstd::stack(3)
- deductionguidesforstd::stack
- deductionguidesforstd::stop_callback(3)
- deductionguidesforstd::stop_callback
- deductionguidesforstd::tuple(3)
- deductionguidesforstd::tuple
- deductionguidesforstd::unordered_map(3)
- deductionguidesforstd::unordered_map
- deductionguidesforstd::unordered_multimap(3)
- deductionguidesforstd::unordered_multimap
- deductionguidesforstd::unordered_multiset(3)
- deductionguidesforstd::unordered_multiset
- deductionguidesforstd::unordered_set(3)
- deductionguidesforstd::unordered_set
- deductionguidesforstd::valarray(3)
- deductionguidesforstd::valarray
- deductionguidesforstd::vector(3)
- deductionguidesforstd::vector
- deductionguidesforstd::weak_ptr(3)
- deductionguidesforstd::weak_ptr
- deepstars(6)
- screen saver
- defab(3)
- defines the abutment box of a phfig man1/alc_origin.1
- default.cfg(5)
- Chocolate Doom configuration file
- default.conf(5)
- IPA configuration file
- default.pa(5)
- PulseAudio Sound Server Startup Script
- default_palette(3)
- The default IBM BIOS palette. Allegro game programming library
- default_store(3)
- generic storage of global data
- defendguin(6)
- A bidirectionally scrolling space game based on Defender
- defid(1)
- [DESCRIPTION]
- define_arcantarget(3), define_arcantarget (3)
- Create a rendertarget bound subsegment for drawing to another arcan instance
- define_calctarget(3), define_calctarget (3)
- Create a rendertarget with a periodic readback into a Lua callback
- define_feedtarget(3), define_feedtarget (3)
- Create a direct copy association between two frameservers
- define_key(3x), %define_key(3x)
- define a curses keycode
- define_linktarget(3), define_linktarget (3)
- Create a linked offscreen rendering pipe
- define_nulltarget(3), define_nulltarget (3)
- Push an output subsegment into a target frameserver
- define_recordtarget(3), define_recordtarget (3)
- Create a rendertarget with a periodic readback
- define_rendertarget(3), define_rendertarget (3)
- Create an offscreen rendering pipe
- defncopy(1)
- extract procedures and views from a Microsoft server
- deghosting_mask(1)
- Creates mask for removing ghosting in images
- deheader(1)
- report which includes in C or C++ compiles can be removed
- dehtmldiff(1)
- get usable diff from an HTML page
- dehydrated(1)
- ACME client implemented as a shell-script
- dejagnu(1)
- DejaGnu auxiliary command launcher
- delablexpr(3)
- deletes an expression. man1/alc_origin.1
- delablexprnum(3)
- deletes an operand in an expression. man1/alc_origin.1
- delay(1)
- counts down a specified number of seconds
- delayer(1)
- A pipe to delay line-based input by a given time
- delbddassoc(3)
- deletes a variable association. man1/alc_origin.1
- delbddcircuitout(3)
- deletes an output in a bdd circuit. man1/alc_origin.1
- delbddnode(3)
- deletes an unused bdd node. man1/alc_origin.1
- delbddnodeassoc(3)
- deletes a bdd node in a variable association. man1/alc_origin.1
- delbddnodelist(3)
- deletes a list of bdd nodes. man1/alc_origin.1
- delchain(3)
- delete an element of a chain_list man1/alc_origin.1
- delcr(1)
- removes a CR (
) at the end of each line of input, if a CR is present
- delete(1)
- Delete files and directories
- delete(i4), itcl::delete(i4)
- delete things in the interpreter
- delete(itcl)
- delete things in the interpreter
- delete-pr(8)
- deletes closed PRs
- delete_audio(3), delete_audio (3)
- Remove the audio source
- delete_file(3)
- Removes a file from the disk. Allegro game programming library
- delete_image(3), delete_image (3)
- Delete a video object and associated resources
- delete_shader(3), delete_shader (3)
- Deallocate the resources tied to a shid
- delht(3)
- removes an hash table man1/alc_origin.1
- delhtitem(3)
- removes an item in an hash table man1/alc_origin.1
- deliverquota(8)
- deliver to a maildir with a quota
- dellocap(3)
- delete a logical capacitor man1/alc_origin.1
- dellocon(3)
- delete a logical connector man1/alc_origin.1
- dellofig(3)
- delete and free a logical figure man1/alc_origin.1
- delloins(3)
- delete a logical instance man1/alc_origin.1
- dellores(3)
- delete a logical resistor man1/alc_origin.1
- delloself(3)
- delete a logical inductor man1/alc_origin.1
- dellosig(3)
- delete a logical signal man1/alc_origin.1
- dellotrs(3)
- delete a logical transistor man1/alc_origin.1
- delnum(3)
- delete an element of a num_list man1/alc_origin.1
- delp(1)
- The Free Pascal file deletion tool
- delphcon(3)
- delete a physical connector man1/alc_origin.1
- delphfig(3)
- delete and free a physical figure man1/alc_origin.1
- delphins(3)
- delete a physical instance man1/alc_origin.1
- delphref(3)
- delete a physical reference man1/alc_origin.1
- delphseg(3)
- delete a physical segment man1/alc_origin.1
- delphvia(3)
- delete a physical via man1/alc_origin.1
- delptype(3)
- delete an element of a ptype_list man1/alc_origin.1
- delrdsfig(3)
- deletes a figure man1/alc_origin.1
- delrdsfigrec(3)
- deletes a rectangle of a figure man1/alc_origin.1
- delrdsins(3)
- deletes an instance of a figure man1/alc_origin.1
- delrdsinsrec(3)
- deletes a rectangle of an instance man1/alc_origin.1
- delrdsrecwindow(3)
- deletes a rectangle from the windowing of rds structure. man1/alc_origin.1
- deltainfoxml2solv(1)
- convert rpm-mds deltainfo format into a solv file
- deltup(1)
- Update a tarballed package
- deluxe(6)
- pulsing sequence of stars, circles, and lines
- delv(1)
- DNS lookup and validation utility
- delwords(1)
- Deleting words from specified dictionary collectively
- demandoc(1)
- emit only text of UNIX manuals
- demon(6)
- cellular automaton
- denature(1)
- -- A script to convert an html file to an xsl-fo file, then using FOP, to a pdf
- depot(3), Depot(3)
- the basic API of QDBM
- depth-dbm-fc-solver(6), dbm-fc-solver(6)
- memory efficient solving of difficult to verdict Freecell deals
- derb(1)
- disassemble a resource bundle
- deroff(1)
- remove nroff/troff, eqn, pic and tbl constructs
- des_modes(7)
- the variants of DES and other crypto algorithms of OpenSSL
- des_modes(7ossl)
- the variants of DES and other crypto algorithms of OpenSSL
- design_coupler(1)
- for designing directional couplers (part of the atlc package)
- deskmenu(1)
- A root menu for X
- desktop(1)
- Desktop manager
- desktop-file-install(1), desktop-file-edit(1)
- Installation and edition of desktop files
- desktop-file-validate(1)
- Validate desktop entry files
- desktop_color_depth(3)
- Finds out the desktop color depth. Allegro game programming library
- desktop_palette(3)
- The palette used by the Atari ST low resolution desktop. Allegro game programming library
- desktopctl(1)
- Control interface for the desktop manager
- desktoptojson(8)
- Converts a .desktop file to a .json file
- destroy(1), Destroy(1)
- Destroy files from the harddisk in a secure manner
- destroy.tk86(n), destroy(n)
- Destroy one or more windows
- destroyBdd(3)
- removes the BDDs system
- destroy_bitmap(3)
- Destroys any type of created bitmap. Allegro game programming library
- destroy_compiled_sprite(3)
- Destroys a compiled sprite. Allegro game programming library
- destroy_datafile_index(3)
- Destroys a datafile index. Allegro game programming library
- destroy_font(3)
- Frees the memory being used by a font structure. Allegro game programming library
- destroy_gfx_mode_list(3)
- Frees the list created by get_gfx_mode_list(). Allegro game programming library
- destroy_midi(3)
- Destroys a MIDI structure when you are done with it. Allegro game programming library
- destroy_rle_sprite(3)
- Destroys an RLE sprite. Allegro game programming library
- destroy_sample(3)
- Destroys a sample structure when you are done with it. Allegro game programming library
- destroy_scene(3)
- Deallocates the memory used by a scene. Allegro game programming library
- destroy_zbuffer(3)
- Destroys a Z-buffer. Allegro game programming library
- destroybddassoc(3)
- frees all the variable associations. man1/alc_origin.1
- destroybddcircuit(3)
- destroys a bdd circuit. man1/alc_origin.1
- destroybddsystem(3)
- destroys a bdd system. man1/alc_origin.1
- destroyrdswindow(3)
- destroys windowing of a figure man1/alc_origin.1
- detect_digi_driver(3)
- Detects whether the specified digital sound device is available. Allegro game programming library
- detect_midi_driver(3)
- Detects whether the specified MIDI sound device is available. Allegro game programming library
- detex(1)
- a filter to strip TeX commands from a .tex file
- detox(1)
- clean up filenames
- detox.tbl(5)
- translation table for detox(1)
- detoxrc(5)
- configuration file for detox(1)
- deurlname(1)
- Remove URL-encoded characters from file names
- deutex(6)
- do things with wad files
- dev.geopjr.Tuba(1), Tuba(1)
- Browse the Fediverse
- devablxorexpr(3)
- develops 'xor', 'nxor' in an expression. man1/alc_origin.1
- devcal(1)
- An FM deviation calibration utility for the SvxLink system
- devdump(1), isoinfo(1), isovfy(1), isodump(1)
- Utility programs for dumping and verifying iso9660 images
- devdump(8), isoinfo(8), isovfy(8), isodump(8)
- Utility programs for dumping and verifying iso9660 images
- devdupablxorexpr(3)
- duplicates and develops 'xor', 'nxor'. man1/alc_origin.1
- devede(1)
- A simple application to create Video DVDs
- devhelp(1)
- An API documentation browser
- devilspie(1)
- perform actions on windows as they are created
- devilspie2(1), Devilspie2(1)
- perform scripted actions on windows as they are created
- devnag(1)
- Devanagari for TeX preprocessor
- devstat(8)
- display device statistics
- deweb(1)
- strips away C & CWEB commands from CWEB sources
- dexpire(8)
- Diablo program to expire article files
- dexpireover(8)
- Diablo program to expire overview files for diablo reader side
- dfa_determinize(1)
- Determinize NFA grammar network
- dfu-util(1)
- Device firmware update (DFU) USB programmer
- dgord(1)
- compute sparse matrix orderings of graphs in parallel
- dgrpctl(8)
- add, delete and modify newsgroups in the active file
- dhcpclient(1)
- Send a DHCP request with provided RADIUS attributes and get the output response
- dhex(1)
- hex editor with a diff mode
- dhtnode(1)
- a simple OpenDHT command line node runner
- dia2code(1)
- Generate code from Dia files
- dictDestroy(3), dictDestroy (3)
- destroy dictionary
- dictfmt_index2suffix(1)
- Creates a .suffix file from a DICTD database .index file
- dictfmt_index2word(1)
- Creates a .word index file from a DICTD database .index file
- dictl(1)
- wrapper script for dict that permits using utf-8 encoded dictionaries on a terminal that is not utf-8 aware
- dictunformat(1)
- create a raw database file from a .dict and .index file
- dieharder(1)
- A testing and benchmarking tool for random number generators
- digestion.pl(1)
- A perl script to create a digest over one or more fields in a tab delimited list
- digi_recorder(3)
- Hook notifying you when a new sample buffer becomes available. Allegro game programming library
- dir2slideshow(1)
- Creates an input file for dvd-slideshow from pictures in a directory
- dircproxy(1)
- Detachable Internal Relay Chat Proxy Server
- dirvish-expire(8)
- delete expired dirvish images
- discard(8)
- Postfix discard mail delivery agent
- discoball(6)
- A dusty, dented disco ball screen saver
- dispatch_after(3)
- schedule blocks for deferred execution
- dispatch_api(3)
- Designing API using dispatch
- dispatch_read(3), dispatch_write(3)
- asynchronously read from and write to file descriptors
- distrib.pats(5)
- Default values for the Distribution header field
- distributions(5)
- Recommended values for the Distribution header field
- ditroff(7)
- classical device independent roff
- djpeg(1)
- decompress a JPEG file to an image file
- djvutxt(1)
- Extract the hidden text from DjVu documents
- djxl(1)
- decompress JPEG XL images
- dmail(1)
- procmail Mail Delivery Module
- dmidecode(8)
- DMI table decoder
- dmtxread(1)
- scan Data Matrix barcodes
- dmtxwrite(1)
- create Data Matrix barcodes
- dnsblog(8)
- Postfix DNS allow/denylist logger
- dnsextd(8)
- BIND Extension Daemon " Name Description for whatis database
- dnsjit.core.loader(3)
- Dynamic library loader
- dnsjit.core.object.linuxsll(3)
- Linux cooked-mode capture (SLL) part of a packet
- dnsjit.core.object.tcp(3)
- A TCP segment header
- dnsjit.core.object.udp(3)
- A UDP datagram header
- dnsjit.core.receiver(3)
- Non-system depended time specification structure definition
- dnsjit.lib.trie.node(3)
- Node of trie, which contains the value and key
- dnstable_reader(3)
- read dnstable data from an mtbl source
- dnswalk(1)
- A DNS database debugger
- domNode(n)
- Manipulates an instance of a DOM node object
- dosbox(1)
- DOSBox Staging, x86/DOS emulator, a modern continuation of DOSBox
- dot-courier(5)
- Local mail delivery instructions
- dot-forward(1)
- read a .forward file under qmail
- dotcache(5), .cache(5)
- description files for the GoFish gopher server
- doublecmd(1)
- Twin-panel (commander-style) file manager
- doveadm-deduplicate(1)
- expunge duplicate messages
- doveadm-dump(1)
- Dump the content of Dovecot(aqs binary mailbox index/log
- doveadm-fts(1)
- Manipulate the Full Text Search (FTS) index
- doveadm-index(1)
- Index mailboxes
- dovecot-lda(1)
- Dovecot(aqs local mail delivery agent
- downtimes(1)
- display system downtime records made by downtimed (8)
- doxyindexer(1)
- creates a search index from raw search data
- dpkg(1)
- package manager for Debian
- dpkg-architecture(1)
- set and determine the architecture for package building
- dpkg-checkbuilddeps(1)
- check build dependencies and conflicts
- dpkg-deb(1)
- Debian package archive (.deb) manipulation tool
- dpkg-distaddfile(1)
- add entries to debian/files
- dpkg-divert(1)
- override a package's version of a file
- dpkg-genbuildinfo(1)
- generate Debian .buildinfo files
- dpkg-genchanges(1)
- generate Debian .changes files
- dpkg-gencontrol(1)
- generate Debian control files
- dpkg-gensymbols(1)
- generate symbols files (shared library dependency information)
- dpkg-mergechangelogs(1)
- 3-way merge of debian/changelog files
- dpkg-name(1)
- rename Debian packages to full package names
- dpkg-parsechangelog(1)
- parse Debian changelog files
- dpkg-scanpackages(1)
- create Packages index files
- dpkg-scansources(1)
- create Sources index files
- dpkg-shlibdeps(1)
- generate shared library substvar dependencies
- dpkg-source(1)
- Debian source package (.dsc) manipulation tool
- dpkg-split(1)
- Debian package archive split/join tool
- dpkg-statoverride(1)
- override ownership and mode of files
- dpmgr(1)
- administration utility for QDBM Depot
- dptest(1)
- test cases for QDBM Depot
- dptsv(1)
- mutual converter between TSV and QDBM Depot database
- dragon(1)
- a video player that has a usability focus
- draw_sprite(3)
- Draws a copy of the sprite onto the destination bitmap. Allegro game programming library
- draw_sprite_ex(3)
- Draws a optionally flipped/blended/tinted sprite on the bitmap. Allegro game programming library
- draw_sprite_v_flip(3), draw_sprite_h_flip(3), draw_sprite_vh_flip(3)
- Draws the sprite transformed to the destination bitmap. Allegro game programming library
- draw_trans_sprite(3)
- Draws a sprite blending it with the destination. Allegro game programming library
- drawing_mode(3)
- Sets the graphics drawing mode. Allegro game programming library
- drcmd(8)
- Diablo program to manage a running dreaderd server
- dreaderd(8)
- NNTP reader daemon for reader support
- drempels(1)
- Hallucinatory desktop enhancer
- drgbuilder(1)
- create I-Doser drg files
- drill(1)
- get (debug) information out of DNS(SEC)
- drm(7)
- Direct Rendering Manager
- drm-kms(7)
- Kernel Mode-Setting
- drmAvailable(3)
- determine whether a DRM kernel driver has been loaded
- drmModeGetResources(3)
- retrieve current display configuration information
- drm_info(1)
- dump information about DRM devices
- drpmsync(8)
- sync a file tree with deltarpms
- druc(1)
- Design Rule Checker
- drumstick-dumpmid(1)
- A Drumstick command line utility for decoding MIDI events
- drumstick-dumprmi(1)
- A Drumstick command line utility for decoding RIFF MIDI files
- drumstick-dumpsmf(1)
- A Drumstick command line utility for decoding standard MIDI files
- drumstick-dumpwrk(1)
- A Drumstick command line utility for decoding WRK (Cakewalk) files
- dsbdriverd(8)
- A device driver loading daemon
- dsc(5)
- Debian source packages' control file format
- dselect(1)
- Debian package management frontend
- dskid(1)
- identify floppy or disc image file for emulated machines
- dskscan(1)
- Scan a floppy disc for sector headers
- dsr2html(1)
- Render DICOM SR file and data set to HTML/XHTML
- dssi_analyse_plugin(1)
- describe a DSSI plugin
- dsymutil(1)
- manipulate archived DWARF debug symbol files
- dsyncgroups(8)
- Obtain active file and group description info from a remote NNTP host and update the local dactive.kp (or specified KP database)
- dtach(1)
- simple program that emulates the detach feature of screen
- dtt200u(4)
- webcamd driver for DTT200U DVB-T devices
- dualcoax(1)
- determine impedance of a coaxial structure with two concentric dielectrics
- dubdv(1)
- insert audio into a digital video stream
- duende(8)
- run a child process as a daemon
- duff(1)
- duplicate file finder
- dump_xsettings(1)
- prints X11 application settings from an XSETTINGS provider
- dune-describe(1), duneN'45'describe(1)
- N'45' Describe the workspaceN'46'
- dune-external-lib-deps(1), duneN'45'externalN'45'libN'45'deps(1)
- N'45' Removed commandN'46'
- dune-fmt(1), duneN'45'fmt(1)
- N'45' Format source codeN'46'
- dune-promotion(1), duneN'45'promotion(1)
- N'45' Control how changes are propagated back to source codeN'46'
- dune-upgrade(1), duneN'45'upgrade(1)
- N'45' Upgrade jbuilder projects to dune
- dunstify(1)
- a program to send desktop notifications
- dvconnect(1)
- receive or transmit raw DV using the video1394 device
- dvd-slideshow(1)
- Creates a slideshow movie in DVD video format from a list of pictures and effects
- dvdstyler(1)
- cross platform DVD authoring system for Video DVD production
- dvispc(1)
- Modify a DVI file to be page-independent in specials
- dwarfdump(1)
- dumps DWARF debug information of an ELF object
- dwdiff(1)
- a delimited word diff program
- dwebp(1)
- decompress a WebP file to an image file
- dx(l)
- start the Data Explorer visualization system. Optionally directly start the User Interface (dxui), the executive (dxexec), the Data Prompter, the Module Builder or the Tutorial
- dynload(3)
- encapsulates dynamic loading mechanisms and gives access to functions in foreign dynamic libraries and code modules
- e_deduction_server(1)
- manual page for e_deduction_server 2.6 Floral Guranse
- easside-ng(8)
- an auto-magic tool which allows you to communicate via an WEP-encrypted AP without knowing the key
- ebook2cw(1)
- Convert ebooks to Morse code audio files (MP3/OGG)
- ebsnvme-id(8)
- NVMe disk identification tool for Amazon EC2
- ecasound(1)
- sample editor, multitrack recorder, fx-processor, etc
- ecasound-iam(1)
- ecasound interactive mode
- eclat-deimg(1), eclat-deregister-image(1)
- deregister an EC2 image
- eclat-devol(1), eclat-detach-volume(1)
- detach a volume from an instance
- eclat-lsaattr(1), eclat-describe-image-attribute(1)
- lists the attribute of an image
- eclat-lsaddr(1), eclat-describe-addresses(1)
- return information about IP addresses in your account
- eclat-lsiattr(1), eclat-describe-instance-attribute(1)
- describes attribute of an instance
- eclat-lsimg(1), eclat-describe-images(1)
- describe available Amazon images
- eclat-lsinst(1), eclat-describe-instances(1)
- describe available EC2 instances
- eclat-lsistat(1), eclat-describe-instance-status(1)
- describe status of EC2 instances
- eclat-lsreg(1), eclat-describe-regions(1)
- describe EC2 regions
- eclat-lssattr(1), eclat-describe-snapshot-attribute(1)
- lists the attribute of a EBS snapshot
- eclat-lssg(1), eclat-describe-security-groups(1)
- return information about security groups
- eclat-lssnap(1), eclat-describe-snapshots(1)
- describes available Amazon EBS snapshots
- eclat-lstag(1), eclat-describe-tags(1)
- list the EC2 tags
- eclat-lsvol(1), eclat-describe-volumes(1)
- list EBS volumes
- eclat-lszon(1), eclat-describe-availability-zones(1)
- describe availability zones
- eclat-rmsg(1), eclat-delete-security-group(1)
- delete security group
- eclat-rmsnap(1), eclat-delete-snapshot(1)
- delete a snapshot of an Amazon EBS volume
- eclat-rmtag(1), eclat-delete-tags(1)
- delete or replace tags for a resource
- ecm-developer(7)
- ECM Developer Reference
- ecm-kde-modules(7)
- ECM KDE Modules Reference
- ecpg(1)
- embedded SQL C preprocessor
- edge(8)
- n2n edge node daemon
- edi(1)
- the Enlightened IDE
- edid-decode(1)
- Decode EDID data in human-readable format
- editline(3), el_init(3), el_init_fd(3), el_end(3), el_reset(3), el_gets(3), el_wgets(3), el_getc(3), el_wgetc(3), el_push(3), el_wpush(3), el_parse(3), el_wparse(3), el_set(3), el_wset(3), el_get(3), el_wget(3), el_source(3), el_resize(3), el_cursor(3), el_line(3), el_wline(3), el_insertstr(3), el_winsertstr(3), el_deletestr(3), el_wdeletestr(3), history_init(3), history_winit(3), history_end(3), history_wend(3), history(3), history_w(3), tok_init(3), tok_winit(3), tok_end(3), tok_wend(3), tok_reset(3), tok_wreset(3), tok_line(3), tok_wline(3), tok_str(3), tok_wstr(3)
- line editor, history and tokenization functions
- editorconfig.h(3)
- Header file of EditorConfig
- editorconfig_handle.h(3)
- Header file of EditorConfig handle
- ef_expand_file(3), del_ExpandFile(3), ef_last_error(3), ef_list_expansions(3), new_ExpandFile(3)
- expand filenames containing ~user/$envvar and wildcard expressions
- efence(3)
- Electric Fence Malloc Debugger
- efi_variables_supported(3), efi_del_variable(3), efi_get_variable(3), efi_get_variable_attributes(3), efi_get_variable_size(3), efi_set_variable(3)
- manipulate UEFI variables
- egress-monitor(1)
- Watching for default routes changes and sets the interface group
- eidenv(1)
- utility for accessing visible data from electronic identity cards
- ejdb2(3), EJDB2(3)
- Embedded JSON Database engine
- ekb_delete(1)
- manual page for ekb_delete 2.6
- elf(1)
- command-line ELF object file header analyzer
- elf_begin(3)
- Return descriptor for ELF file
- elf_clone(3)
- Create a clone of an existing ELF descriptor
- elf_update(3)
- update an ELF descriptor
- elfedit(1)
- update ELF header and program property of ELF files
- elinks(1)
- lynx-like alternative character mode WWW browser
- elksemu(1)
- Embedded Linux Kernel Subset emulator
- elpa2_print_kernels(1)
- Provide information which ELPA2 kernels are available on this system
- elpa_autotune_deallocate(3)
- Deallocates an ELPA autotuning instance
- elpa_deallocate(3)
- deallocate an instance of the ELPA library after usage
- em28xx(4)
- em28xx webcamd driver for USB camera and TV devices
- emailrelay-poke(1)
- forces an E-MailRelay server to deliver spooled mail
- emerald(1)
- The Emerald Windows Decorator
- empty(1)
- run processes under pseudo-terminal sessions
- emwmrc(4)
- the Enhanced Motif Window Manager Resource Description File
- enca(1)
- -- detect and convert encoding of text files
- encapsulate(1)
- multiplex several channels over a single socket with sampling of remote process exit status, and provide conversation termination without closing the socket. netpipes 4.2
- enchant-lsmod-2(1), Enchant(1)
- list provider and dictionary information
- encode.h(3)
- API for Brotli compression
- encode_keychange(1)
- produce the KeyChange string for SNMPv3
- encodedv(1)
- encode a series of images to a digital video stream
- encrypt-dbeaver-configuration(1)
- Encrypt DBeaver Credentials Configuration File
- eq(3), ecq(3)
- string equality test. countchar, countchar2, countstr count characters and strings within the string. replace, replace_detach, limittextwidth miscellaneous text functions
- errhdr(1)
- produce a C header file from a set of messages
- errno(1)
- look up errno names and descriptions
- error(8)
- Postfix error/retry mail delivery agent
- es-de(6)
- ES-DE Frontend
- esedbinfo(1)
- determines information about an Extensible Storage Engine (ESE) Database File (EDB)
- estcall(1)
- command line interface of the node API
- estmaster(1)
- master process of node servers
- estnode(3), estnode.h(3)
- the node API of Hyper Estraier
- etlded(6)
- ET: Legacy dedicated server
- etruscanvenus(6)
- Draws a 3d immersion of a Klein bottle that smoothly deforms between the Etruscan Venus surface, the Roman surface, the Boy surface surface, and the Ida surface
- etwdump(1)
- Provide an interface to read Event Tracing for Windows (ETW)
- eu-elfclassify(1)
- Determine the type of an ELF file
- eu-readelf(1)
- Displays information about ELF files
- eukleides(1)
- Eukleides interpreter to PostScript
- euktoeps(1)
- Eukleides to Encapsulated PostScript converter
- euktopdf(1)
- Eukleides to PDF converter
- euktopst(1)
- Eukleides interpreter to PSTricks
- euktotex(1)
- Eukleides to PSTricks converter
- evdev(4x)
- Generic Linux input driver
- evemu-describe(1), evemu-record(1)
- print information and events from an input device
- evemu-device(1), evemu-play(1), evemu-event(1)
- create a virtual input device and replay an event sequence
- event.tk86(n), event(n)
- Miscellaneous event facilities: define virtual events and generate events
- everups(8)
- Driver for Ever UPS models
- evim(1)
- easy Vim, edit a file with Vim and setup for modeless editing
- evince(1)
- GNOME document viewer The Evince Document Viewer application for the GNOME desktop environment
- evolvotron_mutate(1)
- Render an evolvotron function tree to an image
- evolvotron_render(1)
- Render an evolvotron function tree to an image
- evtest(1)
- Input device event monitor and query tool
- evtinfo(1)
- determines information about a Windows Event Log (EVT)
- evtxinfo(1)
- determines information about a Windows XML EventViewer Log (EVTX) file
- ex12bit(3)
- How to fake a 12-bit truecolor mode on an 8-bit card. Allegro game programming library
- ex3buf(3)
- Mode-X triple buffering and retrace interrupt simulation. Allegro game programming library
- ex3d(3)
- 3d 'bouncy cubes' demo. Allegro game programming library
- exaccel(3)
- Using offscreen video memory to store source graphics for VBE/AF. Allegro game programming library
- exblend(3)
- Using translucency in truecolor modes. Allegro game programming library
- exctags(1)
- Generate tag files for source code
- exfalso(1)
- audio tag editor rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- exflame(3)
- How to write directly to video memory improving performance. Allegro game programming library
- exiftime(1)
- display or adjust date & time Exif tags; list files ordered by their Exif date & time tags
- existbddnodeassocoff(3)
- computes an existential quantification. man1/alc_origin.1
- existbddnodeassocon(3)
- computes an existential quantification. man1/alc_origin.1
- exjoy(3)
- Detecting, calibrating and using joystick input. Allegro game programming library
- exlights(3)
- One way to do colored lighting effects in a hicolor video mode. Allegro game programming library
- exm_in_c(man), exm_in_cDemonstrates(man)
- how to use all Exm demonstration widgets in an application
- expat(3)
- Using patterned drawing modes and sub-bitmaps. Allegro game programming library
- expect_cryptdir(1), cryptdir(1)
- encrypt/decrypt all files in a directory
- expect_decryptdir(1), cryptdir(1)
- encrypt/decrypt all files in a directory
- expire(8)
- delete old articles from the new spool
- expire_image(3), expire_image (3)
- Schedule the image for deletion
- explain(1)
- explain system call error messages require_index { }
- explain(3), libexplain(3)
- Explain errno values returned by libc functions require_index { }
- explain_accept(3)
- explain accept(2) errors require_index { }
- explain_accept4(3)
- explain accept4(2) errors require_index { }
- explain_accept4_or_die(3)
- accept a connection on a socket and report errors require_index { "accept a connection on a socket and report errors" }
- explain_accept_or_die(3)
- accept a connection on a socket and report errors require_index { "accept a connection on a socket and report errors" }
- explain_access(3)
- explain access(2) errors require_index { }
- explain_access_or_die(3)
- check permissions for a file and report errors require_index { "check permissions for a file and report errors" }
- explain_acct(3)
- explain acct(2) errors require_index { }
- explain_acct_or_die(3)
- switch process accounting on or off and report errors require_index { "switch process accounting on or off and report errors" }
- explain_acl_from_text(3)
- explain acl_from_text(3) errors require_index { }
- explain_acl_from_text_or_die(3)
- create an ACL from text and report errors require_index { "explain_acl_from_text_or_die(3)"
- explain_acl_get_fd(3)
- explain acl_get_fd(3) errors require_index { }
- explain_acl_get_fd_or_die(3)
- Execute acl_get_fd(3) and report errors require_index { "Execute acl_get_fd(3) and report errors" }
- explain_acl_get_file(3)
- explain acl_get_file(3) errors require_index { }
- explain_acl_get_file_or_die(3)
- Execute acl_get_file(3) and report errors require_index { "explain_acl_get_file_or_die(3)"
- explain_acl_set_fd(3)
- explain acl_set_fd(3) errors require_index { }
- explain_acl_set_fd_or_die(3)
- set an ACL by file descriptor and report errors require_index { "set an ACL by file descriptor and report errors" }
- explain_acl_set_file(3)
- explain acl_set_file(3) errors require_index { }
- explain_acl_set_file_or_die(3)
- set an ACL by filename and report errors require_index { "explain_acl_set_file_or_die(3)"
- explain_acl_to_text(3)
- explain acl_to_text(3) errors require_index { }
- explain_acl_to_text_or_die(3)
- convert an ACL to text and report errors require_index { "explain_acl_to_text_or_die(3)"
- explain_adjtime(3)
- explain adjtime(2) errors require_index { }
- explain_adjtime_or_die(3)
- smoothly tune kernel clock and report errors require_index { "smoothly tune kernel clock and report errors" }
- explain_adjtimex(3)
- explain adjtimex(2) errors require_index { }
- explain_adjtimex_or_die(3)
- tune kernel clock and report errors require_index { "tune kernel clock and report errors" }
- explain_asprintf(3)
- explain asprintf(3) errors require_index { }
- explain_asprintf_or_die(3)
- print to allocated string and report errors require_index { "print to allocated string and report errors" }
- explain_bind(3)
- explain bind(2) errors require_index { }
- explain_bind_or_die(3)
- bind a name to a socket and report errors require_index { "bind a name to a socket and report errors" }
- explain_calloc(3)
- explain calloc(3) errors require_index { }
- explain_calloc_or_die(3)
- Allocate and clear memory and report errors require_index { "Allocate and clear memory and report errors" }
- explain_chdir(3)
- explain chdir(2) errors require_index { }
- explain_chdir_or_die(3)
- change working directory and report errors require_index { "change working directory and report errors" }
- explain_chmod(3)
- explain chmod(2) errors require_index { }
- explain_chmod_or_die(3)
- change permissions of a file and report errors require_index { "change permissions of a file and report errors" }
- explain_chown(3)
- explain chown(2) errors require_index { }
- explain_chown_or_die(3)
- change ownership of a file and report errors require_index { "change ownership of a file and report errors" }
- explain_chroot(3)
- explain chroot(2) errors require_index { }
- explain_chroot_or_die(3)
- change root directory and report errors require_index { "change root directory and report errors" }
- explain_close(3)
- explain close(2) errors require_index { }
- explain_close_or_die(3)
- close a file descriptor and report errors require_index { "close a file descriptor and report errors" }
- explain_closedir(3)
- explain closedir(3) errors require_index { }
- explain_closedir_or_die(3)
- close a directory and report errors require_index { "close a directory and report errors" }
- explain_connect(3)
- explain connect(2) errors require_index { }
- explain_connect_or_die(3)
- initiate a connection on a socket and report errors require_index { "initiate a connection on a socket and report errors" }
- explain_creat(3)
- explain creat(2) errors require_index { }
- explain_creat_or_die(3)
- create and open a file creat and report errors require_index { "create and open a file and report errors" }
- explain_dirfd(3)
- explain dirfd(3) errors require_index { }
- explain_dirfd_or_die(3)
- get directory stream file descriptor and report errors require_index { "get directory stream file descriptor and report errors" }
- explain_dup(3)
- explain dup(2) errors require_index { }
- explain_dup2(3)
- explain dup2(2) errors require_index { }
- explain_dup2_or_die(3)
- duplicate a file descriptor and report errors require_index { "duplicate a file descriptor and report errors" }
- explain_dup_or_die(3)
- duplicate a file descriptor and report errors require_index { "duplicate a file descriptor and report errors" }
- explain_endgrent(3)
- explain endgrent(3) errors require_index { }
- explain_endgrent_or_die(3)
- finish group file accesses and report errors require_index { "finish group file accesses and report errors" }
- explain_eventfd(3)
- explain eventfd(2) errors require_index { }
- explain_eventfd_or_die(3)
- create event notify file descriptor and report errors require_index { "create a file descriptor for event notification and report errors" }
- explain_execlp(3)
- explain execlp(3) errors require_index { }
- explain_execlp_or_die(3)
- execute a file and report errors require_index { "execute a file and report errors" }
- explain_execv(3)
- explain execv(3) errors require_index { }
- explain_execv_or_die(3)
- execute a file and report errors require_index { "execute a file and report errors" }
- explain_execve(3)
- explain execve(2) errors require_index { }
- explain_execve_or_die(3)
- execute program and report errors require_index { "execute program and report errors" }
- explain_execvp(3)
- explain execvp(3) errors require_index { }
- explain_execvp_or_die(3)
- execute a file and report errors require_index { "execute a file and report errors" }
- explain_exit(3)
- print an explanation of exit status before exiting require_index { }
- explain_fchdir(3)
- explain fchdir(2) errors require_index { }
- explain_fchdir_or_die(3)
- change directory and report errors require_index { }
- explain_fchmod(3)
- explain fchmod(2) errors require_index { }
- explain_fchmod_or_die(3)
- change permissions of an open file and report errors require_index { "change permissions of an open file and report errors" }
- explain_fchown(3)
- explain fchown(2) errors require_index { }
- explain_fchown_or_die(3)
- change ownership of a file and report errors require_index { "change ownership of a file and report errors" }
- explain_fchownat(3)
- explain fchownat(2) errors require_index { }
- explain_fclose(3)
- explain fclose(3) errors require_index { }
- explain_fclose_or_die(3)
- close a stream and report errors require_index { }
- explain_fcntl(3)
- explain fcntl(2) errors require_index { }
- explain_fcntl_or_die(3)
- manipulate a file descriptor and report errors require_index { "manipulate a file descriptor and report errors" }
- explain_fdopen(3)
- explain fdopen(3) errors require_index { }
- explain_fdopen_or_die(3)
- stream open functions and report errors require_index { "stream open functions and report errors" }
- explain_fdopendir(3)
- explain fdopendir(3) errors require_index { }
- explain_fdopendir_or_die(3)
- open a directory and report errors require_index { "open a directory and report errors" }
- explain_feof(3)
- explain feof(3) errors require_index { }
- explain_feof_or_die(3)
- check and reset stream status and report errors require_index { "check and reset stream status and report errors" }
- explain_ferror(3)
- explain ferror(3) errors require_index { }
- explain_ferror_or_die(3)
- check stream status and report errors require_index { "check stream status and report errors" }
- explain_fflush(3)
- explain fflush(3) errors require_index { }
- explain_fflush_or_die(3)
- flush a stream and report errors require_index { "flush a stream and report errors" }
- explain_fgetc(3)
- explain fgetc(3) errors require_index { }
- explain_fgetc_or_die(3)
- input of characters and report errors require_index { "input of characters and report errors" }
- explain_fgetpos(3)
- explain fgetpos(3) errors require_index { }
- explain_fgetpos_or_die(3)
- reposition a stream and report errors require_index { "reposition a stream and report errors" }
- explain_fgets(3)
- explain fgets(3) errors require_index { }
- explain_fgets_or_die(3)
- input of strings and report errors require_index { }
- explain_filename(3), explain_filename_from_fildes(3)
- obtain filename from file descriptor require_index { }
- explain_fileno(3)
- explain fileno(3) errors require_index { }
- explain_fileno_or_die(3)
- check and reset stream status and report errors require_index { "check and reset stream status and report errors" }
- explain_flock(3)
- explain flock(2) errors require_index { }
- explain_flock_or_die(3)
- control advisory lock on open file and report errors require_index { "apply or remove an advisory lock on an open file and report errors" }
- explain_fopen(3)
- explain fopen(3) errors require_index { }
- explain_fopen_or_die(3)
- open file and report errors require_index { }
- explain_fork(3)
- explain fork(2) errors require_index { }
- explain_fork_or_die(3)
- create a child process and report errors require_index { "create a child process and report errors" }
- explain_fpathconf(3)
- explain fpathconf(3) errors require_index { }
- explain_fpathconf_or_die(3)
- get file configuration and report errors require_index { "get configuration values for files and report errors" }
- explain_fprintf(3)
- explain fprintf(3) errors require_index { }
- explain_fprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_fpurge(3)
- explain fpurge(3) errors require_index { }
- explain_fpurge_or_die(3)
- purge a stream and report errors require_index { "purge a stream and report errors" }
- explain_fputc(3)
- explain fputc(3) errors require_index { }
- explain_fputc_or_die(3)
- output of characters and report errors require_index { "output of characters and report errors" }
- explain_fputs(3)
- explain fputs(3) errors require_index { }
- explain_fputs_or_die(3)
- write a string to a stream and report errors require_index { "write a string to a stream and report errors" }
- explain_fread(3)
- explain fread(3) errors require_index { }
- explain_fread_or_die(3)
- binary stream input and report errors require_index { }
- explain_freopen(3)
- explain freopen(3) errors require_index { }
- explain_freopen_or_die(3)
- open file and report errors require_index { }
- explain_fseek(3)
- explain fseek(3) errors require_index { }
- explain_fseek_or_die(3)
- reposition a stream and report errors require_index { "reposition a stream and report errors" }
- explain_fseeko(3)
- explain fseeko(3) errors require_index { }
- explain_fseeko_or_die(3)
- seek to or report file position and report errors require_index { "seek to or report file position and report errors" }
- explain_fsetpos(3)
- explain fsetpos(3) errors require_index { }
- explain_fsetpos_or_die(3)
- reposition a stream and report errors require_index { "reposition a stream and report errors" }
- explain_fstat(3)
- explain fstat(2) errors require_index { }
- explain_fstat_or_die(3)
- get file status and report errors require_index { "get file status and report errors" }
- explain_fstatat(3)
- explain fstatat(2) errors require_index { }
- explain_fstatat_or_die(3)
- get file status relative to a dir fd and report errors require_index { "get file status relative to a directory file descriptor and report errors" }
- explain_fstatfs(3)
- explain fstatfs(2) errors require_index { }
- explain_fstatfs_or_die(3)
- get file system statistics and report errors require_index { "get file system statistics and report errors" }
- explain_fstatvfs(3)
- explain fstatvfs(2) errors require_index { }
- explain_fstatvfs_or_die(3)
- get file system statistics and report errors require_index { "get file system statistics and report errors" }
- explain_fsync(3)
- explain fsync(2) errors require_index { }
- explain_fsync_or_die(3)
- synchronize a file with storage device and report errors require_index { "synchronize a file's in[hy]core state with storage device and report errors" }
- explain_ftell(3)
- explain ftell(3) errors require_index { }
- explain_ftell_or_die(3)
- get stream position and report errors require_index { "get stream position and report errors" }
- explain_ftello(3)
- explain ftello(3) errors require_index { }
- explain_ftello_or_die(3)
- get stream position and report errors require_index { "get stream position and report errors" }
- explain_ftime(3)
- explain ftime(3) errors require_index { }
- explain_ftime_or_die(3)
- return date and time and report errors require_index { "return date and time and report errors" }
- explain_ftruncate(3)
- explain ftruncate(2) errors require_index { }
- explain_ftruncate_or_die(3)
- truncate a file and report errors require_index { "truncate a file and report errors" }
- explain_futimens(3)
- explain futimens(3) errors require_index { }
- explain_futimens_or_die(3)
- change file timestamps and report errors require_index { "change file timestamps with nanosecond precision and report errors" }
- explain_futimes(3)
- explain futimes(3) errors require_index { }
- explain_futimes_or_die(3)
- change file timestamps and report errors require_index { "change file timestamps and report errors" }
- explain_futimesat(3)
- explain futimesat(2) errors require_index { }
- explain_fwrite(3)
- explain fwrite(3) errors require_index { }
- explain_fwrite_or_die(3)
- binary stream output and report errors require_index { "binary stream output and report errors" }
- explain_getaddrinfo(3)
- explain getaddrinfo(3) errors require_index { }
- explain_getaddrinfo_or_die(3)
- network address translation and report errors require_index { "explain_getaddrinfo_or_die(3)"
- explain_getc(3)
- explain getc(3) errors require_index { }
- explain_getc_or_die(3)
- input of characters and report errors require_index { "input of characters and report errors" }
- explain_getchar(3)
- explain getchar(3) errors require_index { }
- explain_getchar_or_die(3)
- input of characters and report errors require_index { "input of characters and report errors" }
- explain_getcwd(3)
- explain getcwd(2) errors require_index { }
- explain_getcwd_or_die(3)
- get current working directory and report errors require_index { "get current working directory and report errors" }
- explain_getdomainname(3)
- explain getdomainname(2) errors require_index { }
- explain_getdomainname_or_die(3)
- get domain name and report errors require_index { "explain_getdomainname_or_die(3)"
- explain_getgrent(3)
- explain getgrent(3) errors require_index { }
- explain_getgrent_or_die(3)
- get group file entry and report errors require_index { "get group file entry and report errors" }
- explain_getgrouplist(3)
- explain getgrouplist(3) errors require_index { }
- explain_getgrouplist_or_die(3)
- get list of groups and report errors require_index { "explain_getgrouplist_or_die(3)"
- explain_getgroups(3)
- explain getgroups(2) errors require_index { }
- explain_getgroups_or_die(3)
- get supplementary group IDs and report errors require_index { "get list of supplementary group IDs and report errors" }
- explain_gethostbyname(3)
- explain gethostbyname(3) errors require_index { }
- explain_gethostbyname_or_die(3)
- get host address by host name and report errors require_index { "explain_gethostbyname_or_die(3)"
- explain_gethostid(3)
- explain gethostid(3) errors require_index { }
- explain_gethostid_or_die(3)
- get the unique identifier of the current host
- explain_gethostname(3)
- explain gethostname(2) errors require_index { }
- explain_gethostname_or_die(3)
- get/set hostname and report errors require_index { "explain_gethostname_or_die(3)"
- explain_getpeername(3)
- explain getpeername(2) errors require_index { }
- explain_getpeername_or_die(3)
- get name of peer socket and report errors require_index { "explain_getpeername_or_die(3)"
- explain_getpgid(3)
- explain getpgid(2) errors require_index { }
- explain_getpgid_or_die(3)
- get process group and report errors require_index { "get process group and report errors" }
- explain_getpgrp(3)
- explain getpgrp(2) errors require_index { }
- explain_getpgrp_or_die(3)
- get process group and report errors require_index { "get process group and report errors" }
- explain_getpriority(3)
- explain getpriority(2) errors require_index { }
- explain_getpriority_or_die(3)
- get program scheduling priority and report errors require_index { "explain_getpriority_or_die(3)"
- explain_getresgid(3)
- explain getresgid(2) errors require_index { }
- explain_getresgid_or_die(3)
- get r/e/s group IDs and report errors require_index { "get real, effective and saved group IDs and report errors" }
- explain_getresuid(3)
- explain getresuid(2) errors require_index { }
- explain_getresuid_or_die(3)
- get r/e/s user IDs and report errors require_index { "get real, effective and saved user IDs and report errors" }
- explain_getrlimit(3)
- explain getrlimit(2) errors require_index { }
- explain_getrlimit_or_die(3)
- get resource limits and report errors require_index { "get resource limits and report errors" }
- explain_getrusage(3)
- explain getrusage(2) errors require_index { }
- explain_getrusage_or_die(3)
- get resource usage and report errors require_index { "get resource usage and report errors" }
- explain_getsockname(3)
- explain getsockname(2) errors require_index { }
- explain_getsockname_or_die(3)
- get socket name and report errors require_index { "explain_getsockname_or_die(3)"
- explain_getsockopt(3)
- explain getsockopt(2) errors require_index { }
- explain_getsockopt_or_die(3)
- get and set options on sockets and report errors require_index { "get and set options on sockets and report errors" }
- explain_gettimeofday(3)
- explain gettimeofday(2) errors require_index { }
- explain_gettimeofday_or_die(3)
- get time and report errors require_index { "explain_gettimeofday_or_die(3)" "get time and report errors" }
- explain_getw(3)
- explain getw(3) errors require_index { }
- explain_getw_or_die(3)
- input a word (int) and report errors require_index { "input a word (int) and report errors" }
- explain_iconv(3)
- explain iconv(3) errors require_index { }
- explain_iconv_close(3)
- explain iconv_close(3) errors require_index { }
- explain_iconv_close_or_die(3)
- deallocate conversion descriptor and report errors require_index { "explain_iconv_close_or_die(3)"
- explain_iconv_open(3)
- explain iconv_open(3) errors require_index { }
- explain_iconv_open_or_die(3)
- prepare for charset conversion and report errors require_index { "allocate descriptor for character set conversion and report errors" }
- explain_iconv_or_die(3)
- perform character set conversion and report errors require_index { "perform character set conversion and report errors" }
- explain_ioctl(3)
- explain ioctl(2) errors require_index { }
- explain_ioctl_or_die(3)
- control device and report errors require_index { "control device and report errors" }
- explain_kill(3)
- explain kill(2) errors require_index { }
- explain_kill_or_die(3)
- send signal to a process and report errors require_index { "send signal to a process and report errors" }
- explain_lchmod(3)
- explain lchmod(2) errors require_index { }
- explain_lchmod_or_die(3)
- change permissions of a file and report errors require_index { "change permissions of a file and report errors" }
- explain_lchown(3)
- explain lchown(2) errors require_index { }
- explain_lchown_or_die(3)
- change ownership of a file and report errors require_index { "change ownership of a file and report errors" }
- explain_lchownat(3)
- explain lchownat(2) errors require_index { }
- explain_lchownat_or_die(3)
- Execute lchownat(2) and report errors require_index { "Execute lchownat(2) and report errors" }
- explain_link(3)
- explain link(2) errors require_index { }
- explain_link_or_die(3)
- make a new name for a file and report errors require_index { "make a new name for a file and report errors" }
- explain_listen(3)
- explain listen(2) errors require_index { }
- explain_listen_or_die(3)
- listen for connections on a socket and report errors require_index { "listen for connections on a socket and report errors" }
- explain_lseek(3)
- explain lseek(2) errors require_index { }
- explain_lseek_or_die(3)
- reposition file offset and report errors require_index { "reposition file offset and report errors" }
- explain_lstat(3)
- explain lstat(3) errors require_index { }
- explain_lstat_or_die(3)
- get file status and report errors require_index { "get file status and report errors" }
- explain_lutimes(3)
- explain lutimes(3) errors require_index { }
- explain_lutimes_or_die(3)
- modify file timestamps and report errors require_index { "modify file timestamps and report errors" }
- explain_malloc(3)
- explain malloc(3) errors require_index { }
- explain_malloc_or_die(3)
- Allocate and free dynamic memory and report errors require_index { "Allocate and free dynamic memory and report errors" }
- explain_mkdir(3)
- explain mkdir(2) errors require_index { }
- explain_mkdir_or_die(3)
- create a directory and report errors require_index { "create a directory and report errors" }
- explain_mkdtemp(3)
- explain mkdtemp(3) errors require_index { }
- explain_mkdtemp_or_die(3)
- create a unique temporary directory and report errors require_index { "create a unique temporary directory and report errors" }
- explain_mknod(3)
- explain mknod(2) errors require_index { }
- explain_mknod_or_die(3)
- create a special or ordinary file and report errors require_index { "create a special or ordinary file and report errors" }
- explain_mkostemp(3)
- explain mkostemp(3) errors require_index { }
- explain_mkostemp_or_die(3)
- create a unique temporary file and report errors require_index { "create a unique temporary file and report errors" }
- explain_mkstemp(3)
- explain mkstemp(3) errors require_index { }
- explain_mkstemp_or_die(3)
- create a unique temporary file and report errors require_index { "create a unique temporary file and report errors" }
- explain_mktemp(3)
- explain mktemp(3) errors require_index { }
- explain_mktemp_or_die(3)
- make a unique temporary filename and report errors require_index { "make a unique temporary filename and report errors" }
- explain_mmap(3)
- explain mmap(2) errors require_index { }
- explain_mmap_or_die(3)
- map file or device into memory and report errors require_index { "map file or device into memory and report errors" }
- explain_mount(3)
- explain mount(2) errors require_index { }
- explain_mount_or_die(3)
- mount file system and report errors require_index { "mount file system and report errors" }
- explain_munmap(3)
- explain munmap(2) errors require_index { }
- explain_munmap_or_die(3)
- unmap a file or device from memory and report errors require_index { "unmap a file or device from memory and report errors" }
- explain_nanosleep(3)
- explain nanosleep(2) errors require_index { }
- explain_nanosleep_or_die(3)
- high[hy]resolution sleep and report errors require_index { "high[hy]resolution sleep and report errors" }
- explain_nice(3)
- explain nice(2) errors require_index { }
- explain_nice_or_die(3)
- change process priority and report errors require_index { "change process priority and report errors" }
- explain_open(3)
- explain open(2) errors require_index { }
- explain_open_or_die(3)
- open file and report errors require_index { }
- explain_openat(3)
- explain openat(2) errors require_index { }
- explain_openat_or_die(3)
- open a file relative to a dir fd and report errors require_index { "open a file relative to a directory file descriptor and report errors" }
- explain_opendir(3)
- explain opendir(3) errors require_index { }
- explain_opendir_or_die(3)
- open a directory and report errors require_index { "open a directory and report errors" }
- explain_output(3)
- output error messages require_index { }
- explain_pathconf(3)
- explain pathconf(3) errors require_index { }
- explain_pathconf_or_die(3)
- get configuration values and report errors require_index { "get configuration values for files and report errors" }
- explain_pclose(3)
- explain pclose(3) errors require_index { }
- explain_pclose_or_die(3)
- process I/O and report errors require_index { "process I/O and report errors" }
- explain_pipe(3)
- explain pipe(2) errors require_index { }
- explain_pipe2(3)
- explain pipe2(2) errors require_index { }
- explain_pipe2_or_die(3)
- create pipe and report errors require_index { "create pipe and report errors" }
- explain_pipe_or_die(3)
- create pipe and report errors require_index { "create pipe and report errors" }
- explain_poll(3)
- explain poll(2) errors require_index { }
- explain_poll_or_die(3)
- wait for some event on file descriptor and report errors require_index { "wait for some event on a file descriptor and report errors" }
- explain_popen(3)
- explain popen(3) errors require_index { }
- explain_popen_or_die(3)
- process I/O and report errors require_index { "process I/O and report errors" }
- explain_pread(3)
- explain pread(2) errors require_index { }
- explain_pread_or_die(3)
- seek and read from a file descriptor and report errors require_index { "read from a file descriptor at a given offset and report errors" }
- explain_printf(3)
- explain printf(3) errors require_index { }
- explain_printf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_program_name(3)
- manipulate the program name require_index { }
- explain_ptrace(3)
- explain ptrace(2) errors require_index { }
- explain_ptrace_or_die(3)
- process trace and report errors require_index { "process trace and report errors" }
- explain_putc(3)
- explain putc(3) errors require_index { }
- explain_putc_or_die(3)
- output of characters and report errors require_index { }
- explain_putchar(3)
- explain putchar(3) errors require_index { }
- explain_putchar_or_die(3)
- output of characters and report errors require_index { "output of characters and report errors" }
- explain_putenv(3)
- explain putenv(3) errors require_index { }
- explain_putenv_or_die(3)
- change or add an environment variable and report errors require_index { "change or add an environment variable and report errors" }
- explain_puts(3)
- explain puts(3) errors require_index { }
- explain_puts_or_die(3)
- write a string and a newline to stdout and report errors require_index { "write a string and a trailing newline to stdout and report errors" }
- explain_putw(3)
- explain putw(3) errors require_index { }
- explain_putw_or_die(3)
- output a word (int) and report errors require_index { "output a word (int) and report errors" }
- explain_pwrite(3)
- explain pwrite(2) errors require_index { }
- explain_pwrite_or_die(3)
- seek and write to a file descriptor and report errors require_index { "write to a file descriptor at a given offset and report errors" }
- explain_raise(3)
- explain raise(3) errors require_index { }
- explain_raise_or_die(3)
- send a signal to the caller and report errors require_index { "send a signal to the caller and report errors" }
- explain_read(3)
- explain read(2) errors require_index { }
- explain_read_or_die(3)
- read from a file descriptor and report errors require_index { "read from a file descriptor and report errors" }
- explain_readdir(3)
- explain readdir(2) errors require_index { }
- explain_readdir_or_die(3)
- read directory entry and report errors require_index { "read directory entry and report errors" }
- explain_readlink(3)
- explain readlink(2) errors require_index { }
- explain_readlink_or_die(3)
- read value of a symbolic link and report errors require_index { "read value of a symbolic link and report errors" }
- explain_readv(3)
- explain readv(2) errors require_index { }
- explain_readv_or_die(3)
- read data into multiple buffers and report errors require_index { "read data into multiple buffers and report errors" }
- explain_realloc(3)
- explain realloc(3) errors require_index { }
- explain_realloc_or_die(3)
- Allocate and free dynamic memory and report errors require_index { "Allocate and free dynamic memory and report errors" }
- explain_realpath(3)
- explain realpath(3) errors require_index { }
- explain_realpath_or_die(3)
- return canonical pathname and report errors require_index { "return the canonicalized absolute pathname and report errors" }
- explain_remove(3)
- explain remove(2) errors require_index { }
- explain_remove_or_die(3)
- delete a file and report errors require_index { "delete a file and report errors" }
- explain_rename(3)
- explain rename(2) errors require_index { }
- explain_rename_or_die(3)
- change the name of a file and report errors require_index { "change the name of a file and report errors" }
- explain_rmdir(3)
- explain rmdir(2) errors require_index { }
- explain_rmdir_or_die(3)
- delete a directory and report errors require_index { }
- explain_select(3)
- explain select(2) errors require_index { }
- explain_select_or_die(3)
- blah blah and report errors require_index { "blah blah and report errors" }
- explain_setbuf(3)
- explain setbuf(3) errors require_index { }
- explain_setbuf_or_die(3)
- set stream buffer and report errors require_index { "set stream buffer and report errors" }
- explain_setbuffer(3)
- explain setbuffer(3) errors require_index { }
- explain_setbuffer_or_die(3)
- stream buffering operations and report errors require_index { "stream buffering operations and report errors" }
- explain_setdomainname(3)
- explain setdomainname(2) errors require_index { }
- explain_setdomainname_or_die(3)
- set domain name and report errors require_index { "explain_setdomainname_or_die(3)"
- explain_setenv(3)
- explain setenv(3) errors require_index { }
- explain_setenv_or_die(3)
- change or add an environment variable and report errors require_index { "change or add an environment variable and report errors" }
- explain_setgid(3)
- explain setgid(2) errors require_index { }
- explain_setgid_or_die(3)
- set group identity and report errors require_index { "set group identity and report errors" }
- explain_setgrent(3)
- explain setgrent(3) errors require_index { }
- explain_setgrent_or_die(3)
- rewind group database and report errors require_index { "rewind to the start of the group database and report errors" }
- explain_setgroups(3)
- explain setgroups(2) errors require_index { }
- explain_setgroups_or_die(3)
- set supplementary group IDs and report errors require_index { "set list of supplementary group IDs and report errors" }
- explain_sethostname(3)
- explain sethostname(2) errors require_index { }
- explain_sethostname_or_die(3)
- get/set hostname and report errors require_index { "explain_sethostname_or_die(3)"
- explain_setlinebuf(3)
- explain setlinebuf(3) errors require_index { }
- explain_setlinebuf_or_die(3)
- stream buffering operations and report errors require_index { "stream buffering operations and report errors" }
- explain_setpgid(3)
- explain setpgid(2) errors require_index { }
- explain_setpgid_or_die(3)
- set process group and report errors require_index { "set process group and report errors" }
- explain_setpgrp(3)
- explain setpgrp(2) errors require_index { }
- explain_setpgrp_or_die(3)
- set process group and report errors require_index { "set process group and report errors" }
- explain_setpriority(3)
- explain setpriority(2) errors require_index { }
- explain_setpriority_or_die(3)
- set program scheduling priority and report errors require_index { "explain_setpriority_or_die(3)"
- explain_setregid(3)
- explain setregid(2) errors require_index { }
- explain_setregid_or_die(3)
- set real and/or effective group ID and report errors require_index { "set real and/or effective group ID and report errors" }
- explain_setresgid(3)
- explain setresgid(2) errors require_index { }
- explain_setresgid_or_die(3)
- set r/e/s group ID and report errors require_index { "set real, effective and saved group ID and report errors" }
- explain_setresuid(3)
- explain setresuid(2) errors require_index { }
- explain_setresuid_or_die(3)
- set r/e/s user ID and report errors require_index { "set real, effective and saved user ID and report errors" }
- explain_setreuid(3)
- explain setreuid(2) errors require_index { }
- explain_setreuid_or_die(3)
- set the real and effective user ID and report errors require_index { "set the real and effective user ID and report errors" }
- explain_setsid(3)
- explain setsid(2) errors require_index { }
- explain_setsid_or_die(3)
- sets process group ID and report errors require_index { "creates a session and sets the process group ID and report errors" }
- explain_setsockopt(3)
- explain setsockopt(2) errors require_index { }
- explain_setsockopt_or_die(3)
- get and set options on sockets and report errors require_index { "get and set options on sockets and report errors" }
- explain_settimeofday(3)
- explain settimeofday(2) errors require_index { }
- explain_settimeofday_or_die(3)
- sets system time and report errors require_index { "explain_settimeofday_or_die(3)"
- explain_setuid(3)
- explain setuid(2) errors require_index { }
- explain_setuid_or_die(3)
- set user identity and report errors require_index { "set user identity and report errors" }
- explain_setvbuf(3)
- explain setvbuf(3) errors require_index { }
- explain_setvbuf_or_die(3)
- stream buffering operations and report errors require_index { "stream buffering operations and report errors" }
- explain_shmat(3)
- explain shmat(2) errors require_index { }
- explain_shmat_or_die(3)
- shared memory attach and report errors require_index { "shared memory attach and report errors" }
- explain_shmctl(3)
- explain shmctl(2) errors require_index { }
- explain_shmctl_or_die(3)
- shared memory control and report errors require_index { "shared memory control and report errors" }
- explain_signalfd(3)
- explain signalfd(2) errors require_index { }
- explain_signalfd_or_die(3)
- create signalable file descriptor and report errors require_index { "create a file descriptor for accepting signals and report errors" }
- explain_sleep(3)
- explain sleep(3) errors require_index { }
- explain_sleep_or_die(3)
- Sleep for a number of seconds and report errors require_index { "Sleep for the specified number of seconds and report errors" }
- explain_snprintf(3)
- explain snprintf(3) errors require_index { }
- explain_snprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_socket(3)
- explain socket(2) errors require_index { }
- explain_socket_or_die(3)
- create an endpoint and report errors require_index { "create an endpoint for communication and report errors" }
- explain_socketpair(3)
- explain socketpair(2) errors require_index { }
- explain_socketpair_or_die(3)
- create pair of connected sockets and report errors require_index { "create a pair of connected sockets and report errors" }
- explain_sprintf(3)
- explain sprintf(3) errors require_index { }
- explain_sprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_stat(3)
- explain stat(2) errors require_index { }
- explain_stat_or_die(3)
- get file status and report errors require_index { "get file status and report errors" }
- explain_statfs(3)
- explain statfs(2) errors require_index { }
- explain_statfs_or_die(3)
- get file system statistics and report errors require_index { "get file system statistics and report errors" }
- explain_statvfs(3)
- explain statvfs(2) errors require_index { }
- explain_statvfs_or_die(3)
- get file system statistics and report errors require_index { "get file system statistics and report errors" }
- explain_stime(3)
- explain stime(2) errors require_index { }
- explain_stime_or_die(3)
- set system time and report errors require_index { "set system time and report errors" }
- explain_strcoll(3)
- explain strcoll(3) errors require_index { }
- explain_strcoll_or_die(3)
- compare strings using current locale and report errors require_index { "compare two strings using the current locale and report errors" }
- explain_strdup(3)
- explain strdup(3) errors require_index { }
- explain_strdup_or_die(3)
- duplicate a string and report errors require_index { "duplicate a string and report errors" }
- explain_strndup(3)
- explain strndup(3) errors require_index { }
- explain_strndup_or_die(3)
- duplicate a string and report errors require_index { "duplicate a string and report errors" }
- explain_strtod(3)
- explain strtod(3) errors require_index { }
- explain_strtod_or_die(3)
- convert string to number and report errors require_index { "convert ASCII string to floating[hy]point number and report errors" }
- explain_strtof(3)
- explain strtof(3) errors require_index { }
- explain_strtof_or_die(3)
- convert string to number and report errors require_index { "convert ASCII string to floating[hy]point number and report errors" }
- explain_strtol(3)
- explain strtol(3) errors require_index { }
- explain_strtol_or_die(3)
- convert a string to a long integer and report errors require_index { "convert a string to a long integer and report errors" }
- explain_strtold(3)
- explain strtold(3) errors require_index { }
- explain_strtold_or_die(3)
- convert string to number and report errors require_index { "convert ASCII string to floating[hy]point number and report errors" }
- explain_strtoll(3)
- explain strtoll(3) errors require_index { }
- explain_strtoll_or_die(3)
- convert a string to a long integer and report errors require_index { "convert a string to a long integer and report errors" }
- explain_strtoul(3)
- explain strtoul(3) errors require_index { }
- explain_strtoul_or_die(3)
- convert string to unsigned long and report errors require_index { "convert a string to an unsigned long integer and report errors" }
- explain_strtoull(3)
- explain strtoull(3) errors require_index { }
- explain_strtoull_or_die(3)
- convert string to integer and report errors require_index { "convert a string to an unsigned long integer and report errors" }
- explain_symlink(3)
- explain symlink(2) errors require_index { }
- explain_symlink_or_die(3)
- make a new name for a file and report errors require_index { "make a new name for a file and report errors" }
- explain_system(3)
- explain system(3) errors require_index { }
- explain_system_or_die(3)
- execute a shell command and report errors require_index { }
- explain_tcdrain(3)
- explain tcdrain(3) errors require_index { }
- explain_tcdrain_or_die(3)
- Execute tcdrain(3) and report errors require_index { "Execute tcdrain(3) and report errors" }
- explain_tcflow(3)
- explain tcflow(3) errors require_index { }
- explain_tcflow_or_die(3)
- terminal flow control and report errors require_index { "terminal flow control and report errors" }
- explain_tcflush(3)
- explain tcflush(3) errors require_index { }
- explain_tcflush_or_die(3)
- discard terminal data and report errors require_index { "discard terminal data and report errors" }
- explain_tcgetattr(3)
- explain tcgetattr(3) errors require_index { }
- explain_tcgetattr_or_die(3)
- get terminal parameters and report errors require_index { "get terminal parameters and report errors" }
- explain_tcsendbreak(3)
- explain tcsendbreak(3) errors require_index { }
- explain_tcsendbreak_or_die(3)
- send terminal line break and report errors require_index { "explain_tcsendbreak_or_die(3)"
- explain_tcsetattr(3)
- explain tcsetattr(3) errors require_index { }
- explain_tcsetattr_or_die(3)
- set terminal attributes and report errors require_index { "set terminal attributes and report errors" }
- explain_telldir(3)
- explain telldir(3) errors require_index { }
- explain_telldir_or_die(3)
- current location in directory and report errors require_index { "return current location in directory stream and report errors" }
- explain_tempnam(3)
- explain tempnam(3) errors require_index { }
- explain_tempnam_or_die(3)
- create a name for a temporary file and report errors require_index { "create a name for a temporary file and report errors" }
- explain_time(3)
- explain time(2) errors require_index { }
- explain_time_or_die(3)
- get time in seconds and report errors require_index { "get time in seconds and report errors" }
- explain_timerfd_create(3)
- explain timerfd_create(2) errors require_index { }
- explain_timerfd_create_or_die(3)
- create file descriptor timers and report errors require_index { "explain_timerfd_create_or_die(3)"
- explain_tmpfile(3)
- explain tmpfile(3) errors require_index { }
- explain_tmpfile_or_die(3)
- create a temporary file and report errors require_index { "create a temporary file and report errors" }
- explain_tmpnam(3)
- explain tmpnam(3) errors require_index { }
- explain_tmpnam_or_die(3)
- create a name for a temporary file and report errors require_index { "create a name for a temporary file and report errors" }
- explain_truncate(3)
- explain truncate(2) errors require_index { }
- explain_truncate_or_die(3)
- truncate a file and report errors require_index { "truncate a file and report errors" }
- explain_uname(3)
- explain uname(2) errors require_index { }
- explain_uname_or_die(3)
- get information about current kernel and report errors require_index { "get name and information about current kernel and report errors" }
- explain_ungetc(3)
- explain ungetc(3) errors require_index { }
- explain_ungetc_or_die(3)
- push a character back to a stream and report errors require_index { "push a character back to a stream and report errors" }
- explain_unlink(3)
- explain unlink(2) errors require_index { }
- explain_unlink_or_die(3)
- delete a file and report errors require_index { "delete a file and report errors" }
- explain_unsetenv(3)
- explain unsetenv(3) errors require_index { }
- explain_unsetenv_or_die(3)
- remove an environment variable and report errors require_index { "remove an environment variable and report errors" }
- explain_usleep(3)
- explain usleep(3) errors require_index { }
- explain_usleep_or_die(3)
- suspend execution for ms intervals and report errors require_index { "suspend execution for microsecond intervals and report errors" }
- explain_ustat(3)
- explain ustat(2) errors require_index { }
- explain_ustat_or_die(3)
- get file system statistics and report errors require_index { "get file system statistics and report errors" }
- explain_utime(3)
- explain utime(2) errors require_index { }
- explain_utime_or_die(3)
- change file times and report errors require_index { "change file last access and modification times and report errors" }
- explain_utimens(3)
- explain utimens(2) errors require_index { }
- explain_utimens_or_die(3)
- change file timestamps and report errors require_index { "change file last access and modification times and report errors" }
- explain_utimensat(3)
- explain utimensat(2) errors require_index { }
- explain_utimensat_or_die(3)
- change file timestamps and report errors require_index { "change file timestamps with nanosecond precision and report errors" }
- explain_utimes(3)
- explain utimes(2) errors require_index { }
- explain_utimes_or_die(3)
- change file access and modify times and report errors require_index { "change file last access and modification times and report errors" }
- explain_vasprintf(3)
- explain vasprintf(3) errors require_index { }
- explain_vasprintf_or_die(3)
- print to allocated string and report errors require_index { "print to allocated string and report errors" }
- explain_vfork(3)
- explain vfork(2) errors require_index { }
- explain_vfork_or_die(3)
- create a child process and report errors require_index { "create a child process and block parent and report errors" }
- explain_vfprintf(3)
- explain vfprintf(3) errors require_index { }
- explain_vfprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_vprintf(3)
- explain vprintf(3) errors require_index { }
- explain_vprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_vsnprintf(3)
- explain vsnprintf(3) errors require_index { }
- explain_vsnprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_vsprintf(3)
- explain vsprintf(3) errors require_index { }
- explain_vsprintf_or_die(3)
- formatted output conversion and report errors require_index { "formatted output conversion and report errors" }
- explain_wait(3)
- explain wait(2) errors require_index { }
- explain_wait3(3)
- explain wait3(2) errors require_index { }
- explain_wait3_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_wait4(3)
- explain wait4(2) errors require_index { }
- explain_wait4_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_wait_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_waitpid(3)
- explain waitpid(2) errors require_index { }
- explain_waitpid_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_write(3)
- explain write(2) errors require_index { }
- explain_write_or_die(3)
- write to a file descriptor and report errors require_index { "write to a file descriptor and report errors" }
- explain_writev(3)
- explain writev(2) errors require_index { }
- explain_writev_or_die(3)
- write data from multiple buffers and report errors require_index { "write data from multiple buffers and report errors" }
- explode(8cn)
- expand a relaynews master batch file into all the ordinary batch files implied
- exrheader(1)
- print exr image header metadata
- exrinfo(1)
- print exr image header metadata
- exrotscl(3)
- Demonstrates rotate_scaled_sprite functions. Allegro game programming library
- exscroll(3)
- Mode-X hardware scrolling and split screens. Allegro game programming library
- exshade(3)
- Gouraud shaded sprites. Allegro game programming library
- exswitch(3)
- Controlling the console switch mode for background running. Allegro game programming library
- ext2(5)
- the second extended file system ext3 - the third extended file system ext4 - the fourth extended file system
- ext_delayer_acl(8), delayer(8)
- Squid external ACL helper adding artificial delay to requests
- extcheck(1)
- check hierarchical ext|(5) files for global node connectivity and summarize number of fets, nodes, etc
- extimer(3)
- Using the timer (delays and interrupts). Allegro game programming library
- extipl(8)
- a partition-selectable boot loader/installer for IBM-PC compatible computers
- extract_d3pkg(1)
- extract Descent3 PKG files
- extract_dxhog(1)
- extract Descent HOG files
- extract_mpeg2(1)
- extract MPEG video streams from a multiplexed stream
- extractpdfmark(1)
- Extract page mode and named destinations as PDFmark from PDF
- extrusion(6)
- various rotating extruded shapes
- exunicod(3)
- Using Unicode string functions. Allegro game programming library
- exxfade(3)
- Truecolor image loading and fades. Allegro game programming library
- exzbuf(3)
- Z-buffered polygons demo. Allegro game programming library
- eza(1)
- [em] a modern replacement for ls
- eza_colors-explanation(5)
- [em] more details on customizing eza colors
- ezmlm-accept(1)
- accept messages in moderation queue
- ezmlm-archive(1)
- create thread and author index for a mailing list archive
- ezmlm-cgi(1)
- provide WWW access to the list archive
- ezmlm-checksub(1)
- reject senders not subscribed to a mailing list
- ezmlm-clean(1)
- clean moderation directory
- ezmlm-gate(1)
- Gate posts depending on message SENDER
- ezmlm-idx(1)
- create index for mailing list archive
- ezmlm-moderate(1)
- process moderator actions for message acceptance and rejection
- ezmlm-store(1)
- store messages posted to a moderated lists and send moderation requests to the moderator(s)
- ezstream(1)
- source client for Icecast with external de-/encoder support
- fDestroy(3), fDestroy (3)
- destroy a lock
- faac(1)
- open source MPEG-4 and MPEG-2 AAC encoder
- faad(1)
- Process an Advanced Audio Codec stream
- fade_from(3)
- Gradually fades the palette between two others. Allegro game programming library
- fade_from_range(3)
- Gradually fades a part of the palette between two others. Allegro game programming library
- fade_in(3)
- Gradually fades the palette from black. Allegro game programming library
- fade_in_range(3)
- Gradually fades a part of the palette from black. Allegro game programming library
- fade_interpolate(3)
- Calculates a new palette interpolated between two others. Allegro game programming library
- fade_out(3)
- Gradually fades the palette to black. Allegro game programming library
- fade_out_range(3)
- Gradually fades a part of the palette to black. Allegro game programming library
- fadeplot(6)
- draws a waving ribbon following a sinusoidal path
- faidx(5)
- an index enabling random access to FASTA and FASTQ files
- fasta36(1)
- scan a protein or DNA sequence library for similar sequences fastx36 - compare a DNA sequence to a protein sequence database, comparing the translated DNA sequence in forward and reverse frames. tfastx36 - compare a protein sequence to a DNA sequence database, calculating similarities with frameshifts to the forward and reverse orientations. fasty36 - compare a DNA sequence to a protein sequence database, comparing the translated DNA sequence in forward and reverse frames. tfasty36 - compare a protein sequence to a DNA sequence database, calculating similarities with frameshifts to the forward and reverse orientations. fasts36 - compare unordered peptides to a protein sequence database fastm36 - compare ordered peptides (or short DNA sequences) to a protein (DNA) sequence database tfasts36 - compare unordered peptides to a translated DNA sequence database fastf36 - compare mixed peptides to a protein sequence database tfastf36 - compare mixed peptides to a translated DNA sequence database ssearch36 - compare a protein or DNA sequence to a sequence database using the Smith-Waterman algorithm. ggsearch36 - compare a protein or DNA sequence to a sequence database using a global alignment (Needleman-Wunsch) glsearch36 - compare a protein or DNA sequence to a sequence database with alignments that are global in the query and local in the database sequence (global-local). lalign36 - produce multiple non-overlapping alignments for protein and DNA sequences using the Huang and Miller sim algorithm for the Waterman-Eggert algorithm. prss36, prfx36 - discontinued; all the FASTA programs will estimate statistical significance using 500 shuffled sequence scores if two sequences are compared
- fastf3(1), fastf3_t(1)
- compare a mixed peptide sequence against a protein database using a modified fasta algorithm. tfastf3, tfastf3_t - compare a mixed pepide sequence against a translated DNA database
- fastnetmon_client(1)
- show information about top talkers and detected DDoS attacks
- fasts3(1), fasts3_t(1)
- compare several short peptide sequences against a protein database using a modified fasta algorithm. tfasts3, tfasts3_t - compare short pepides against a translated DNA database
- faust(1), Faust(1)
- DSP to C/C++, CMajor, Codebox, CSharp, DLang, Interpreter, Java, LLVM IR, Julia, JSFX, Rust and WebAssembly (wast/wasm)
- fbdevhw(4)
- os-specific submodule for framebuffer device access
- fbpanel(1)
- a NETWM compliant lightweight GTK2-based panel for UNIX desktop
- fcft_destroy(3)
- free fcft_font objects
- fcft_font_options_destroy(3)
- free fcft_font_options objects
- fcft_kerning(3)
- calculate kerning distance between two wide characters
- fcft_precompose(3)
- pre-compose two wide characters into one
- fcft_rasterize_char_utf32(3)
- rasterize a glyph for a single UTF-32 codepoint
- fcft_set_emoji_presentation(3)
- configures the default emoji presentation
- fcft_text_run_destroy(3)
- free fcft_text_run objects
- fcomp(1)
- file compare require_index { "fcomp(1)" "compare two files" }
- fd2(1)
- redirect from/to file descriptor 2
- fd2pascal(1)
- Free Pascal forms description to pascal program converter
- fd2ps(1)
- Translates fdesign output to PostScript Cr n (c) (co
- fdclean(3)
- erases cached info about a file descriptor
- fdesign(1)
- Forms Library User Interface Designer Cr n (c) (co
- fdin(3)
- waits on a file descriptor to become readable
- fdm(1)
- fetch and deliver mail
- fdout(3)
- wait on file descriptor to become writable
- fdupes-help(7)
- fdupes interactive mode reference
- fedex(1)
- EXPRESS Compiler
- feedbackd(8)
- A daemon to provide feedback on events
- fence_ack_manual(8)
- a program to override fenced fencing operations
- fence_bladecenter(8)
- Fence agent for IBM BladeCenter
- fence_brocade(8)
- Fence agent for HP Brocade over telnet/ssh
- fence_crosslink(8)
- Fence agent for cross-link two-node clusters
- fence_drac(8)
- I/O Fencing agent for Dell DRAC IV
- fence_drac5(8)
- Fence agent for Dell DRAC CMC/5
- fence_hds_cb(8)
- Fence agent for Hitachi Compute Blade systems
- fence_hpblade(8)
- Fence agent for HP BladeSystem
- fence_ibmblade(8)
- Fence agent for IBM BladeCenter over SNMP
- fence_idrac(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_ilo3(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_ilo4(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_ilo5(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_imm(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_ipmilan(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- fence_ipmilanplus(8)
- Fence agent for IPMI fence_ilo3 - Fence agent for HP iLO3 (symlink) fence_ilo4 - Fence agent for HP iLO4 (symlink) fence_ilo5 - Fence agent for HP iLO5 (symlink) fence_ipmilanplus - Fence agent for IPMIv2 lanplus (symlink) fence_imm - Fence agent for IBM Integrated Management Module (symlink) fence_idrac - Fence agent for Dell iDRAC (symlink)
- festival_client(1)
- client access to festiva; text-to-speech server mode
- fff(1)
- :file_folder: A simple file manager written in bash
- ffind(1)
- Finds the name of the file or directory using a given inode
- ffmpeg-codecs(1)
- FFmpeg codecs
- ffmpeg-devices(1)
- FFmpeg devices
- ffmpeg-scaler(1)
- FFmpeg video scaling and pixel format converter
- ffmpegthumbnailer(1)
- fast and lightweight video thumbnailer
- fgpanel(1)
- FlightGear Flight Simulator Panel Rendering Engine
- fhist(1)
- file history require_index { "fhist(1)" "record file modification history" }
- fi_atomic(3)
- Remote atomic functions fi_atomic / fi_atomicv / fi_atomicmsg / fi_inject_atomic Initiates an atomic operation to remote memory fi_fetch_atomic / fi_fetch_atomicv / fi_fetch_atomicmsg Initiates an atomic operation to remote memory, retrieving the initial value. fi_compare_atomic / fi_compare_atomicv / fi_compare_atomicmsg Initiates an atomic compare-operation to remote memory, retrieving the initial value. fi_atomicvalid / fi_fetch_atomicvalid / fi_compare_atomicvalid / fi_query_atomic : Indicates if a provider supports a specific atomic operation
- fi_cntr(3)
- Completion and event counter operations fi_cntr_open / fi_close Allocate/free a counter fi_cntr_read Read the current value of a counter fi_cntr_readerr Reads the number of operations which have completed in error. fi_cntr_add Increment a counter by a specified value fi_cntr_set Set a counter to a specified value fi_cntr_wait Wait for a counter to be greater or equal to a threshold value
- fi_cq(3)
- Completion queue operations fi_cq_open / fi_close Open/close a completion queue fi_control Control CQ operation or attributes. fi_cq_read / fi_cq_readfrom / fi_cq_readerr Read a completion from a completion queue fi_cq_sread / fi_cq_sreadfrom A synchronous (blocking) read that waits until a specified condition has been met before reading a completion from a completion queue. fi_cq_signal Unblock any thread waiting in fi_cq_sread or fi_cq_sreadfrom. fi_cq_strerror Converts provider specific error information into a printable string
- fi_direct(7)
- Direct fabric provider access
- fi_endpoint(3)
- Fabric endpoint operations fi_endpoint / fi_scalable_ep / fi_passive_ep / fi_close Allocate or close an endpoint. fi_ep_bind Associate an endpoint with hardware resources, such as event queues, completion queues, counters, address vectors, or shared transmit/receive contexts. fi_scalable_ep_bind Associate a scalable endpoint with an address vector fi_pep_bind Associate a passive endpoint with an event queue fi_enable Transitions an active endpoint into an enabled state. fi_cancel Cancel a pending asynchronous data transfer fi_ep_alias Create an alias to the endpoint fi_control Control endpoint operation. fi_getopt / fi_setopt Get or set endpoint options. fi_rx_context / fi_tx_context / fi_srx_context / fi_stx_context Open a transmit or receive context. fi_tc_dscp_set / fi_tc_dscp_get Convert between a DSCP value and a network traffic class fi_rx_size_left / fi_tx_size_left (DEPRECATED) Query the lower bound on how many RX/TX operations may be posted without an operation returning -FI_EAGAIN. This functions have been deprecated and will be removed in a future version of the library
- fi_eq(3)
- Event queue operations fi_eq_open / fi_close Open/close an event queue fi_control Control operation of EQ fi_eq_read / fi_eq_readerr Read an event from an event queue fi_eq_write Writes an event to an event queue fi_eq_sread A synchronous (blocking) read of an event queue fi_eq_strerror Converts provider specific error information into a printable string
- fi_hook(7)
- The Hook Fabric Provider Utility
- fi_join_collective(3)
- Operation where a subset of peers join a new collective group. fi_barrier Collective operation that does not complete until all peers have entered the barrier call. fi_broadcast A single sender transmits data to all peers, including itself. fi_alltoall Each peer distributes a slice of its local data to all peers. fi_allreduce Collective operation where all peers broadcast an atomic operation to all other peers. fi_allgather Each peer sends a complete copy of its local data to all peers. fi_reduce_scatter Collective call where data is collected from all peers and merged (reduced). The results of the reduction is distributed back to the peers, with each peer receiving a slice of the results. fi_reduce Collective call where data is collected from all peers to a root peer and merged (reduced). fi_scatter A single sender distributes (scatters) a slice of its local data to all peers. fi_gather All peers send their data to a root peer. fi_query_collective Returns information about which collective operations are supported by a provider, and limitations on the collective
- fi_mr(3)
- Memory region operations fi_mr_reg / fi_mr_regv / fi_mr_regattr Register local memory buffers for direct fabric access fi_close Deregister registered memory buffers. fi_mr_desc Return a local descriptor associated with a registered memory region fi_mr_key Return the remote key needed to access a registered memory region fi_mr_raw_attr Return raw memory region attributes. fi_mr_map_raw Converts a raw memory region key into a key that is usable for data transfer operations. fi_mr_unmap_key Releases a previously mapped raw memory region key. fi_mr_bind Associate a registered memory region with a completion counter or an endpoint. fi_mr_refresh Updates the memory pages associated with a memory region. fi_mr_enable Enables a memory region for use
- fi_mrail(7)
- The Multi-Rail Utility Provider
- fi_poll(3)
- Polling and wait set operations fi_poll_open / fi_close Open/close a polling set fi_poll_add / fi_poll_del Add/remove a completion queue or counter to/from a poll set. fi_poll Poll for progress and events across multiple completion queues and counters. fi_wait_open / fi_close Open/close a wait set fi_wait Waits for one or more wait objects in a set to be signaled. fi_trywait Indicate when it is safe to block on wait objects using native OS calls. fi_control Control wait set operation or attributes
- fi_provider(3), fi_prov_ini(3)
- External provider entry point fi_param_define / fi_param_get Register and retrieve environment variables with the libfabric core fi_log_enabled / fi_log_ready / fi_log Control and output debug logging information. fi_open / fi_close Open a named library object fi_export_fid / fi_import_fid Share a fabric object between different providers or resources
- fi_provider(7)
- Fabric Interface Providers
- fi_rxm(7)
- The RxM (RDM over MSG) Utility Provider
- fi_sockets(7)
- The Sockets Fabric Provider
- fi_tcp(7)
- The msg sockets Fabric Provider
- fi_udp(7)
- The UDP Fabric Provider
- fi_verbs(7)
- The Verbs Fabric Provider
- fid(1)
- List identifiers in F1; if F2 is also given, list those common to both
- fidentify(8)
- Determine file type using PhotoRec database
- fido2-cred(1)
- make/verify a FIDO2 credential
- fido_bio_dev_get_info(3), fido_bio_dev_enroll_begin(3), fido_bio_dev_enroll_continue(3), fido_bio_dev_enroll_cancel(3), fido_bio_dev_enroll_remove(3), fido_bio_dev_get_template_array(3), fido_bio_dev_set_template_name(3)
- FIDO2 biometric authenticator API
- fido_cbor_info_new(3), fido_cbor_info_free(3), fido_dev_get_cbor_info(3), fido_cbor_info_aaguid_ptr(3), fido_cbor_info_extensions_ptr(3), fido_cbor_info_protocols_ptr(3), fido_cbor_info_transports_ptr(3), fido_cbor_info_versions_ptr(3), fido_cbor_info_options_name_ptr(3), fido_cbor_info_options_value_ptr(3), fido_cbor_info_algorithm_type(3), fido_cbor_info_algorithm_cose(3), fido_cbor_info_algorithm_count(3), fido_cbor_info_certs_name_ptr(3), fido_cbor_info_certs_value_ptr(3), fido_cbor_info_certs_len(3), fido_cbor_info_aaguid_len(3), fido_cbor_info_extensions_len(3), fido_cbor_info_protocols_len(3), fido_cbor_info_transports_len(3), fido_cbor_info_versions_len(3), fido_cbor_info_options_len(3), fido_cbor_info_maxmsgsiz(3), fido_cbor_info_maxcredbloblen(3), fido_cbor_info_maxcredcntlst(3), fido_cbor_info_maxcredidlen(3), fido_cbor_info_maxlargeblob(3), fido_cbor_info_maxrpid_minpinlen(3), fido_cbor_info_minpinlen(3), fido_cbor_info_fwversion(3), fido_cbor_info_uv_attempts(3), fido_cbor_info_uv_modality(3), fido_cbor_info_rk_remaining(3), fido_cbor_info_new_pin_required(3)
- FIDO2 CBOR Info API
- fido_cred_exclude(3), fido_cred_empty_exclude_list(3)
- manage exclude lists in a FIDO2 credential
- fido_cred_new(3), fido_cred_free(3), fido_cred_pin_minlen(3), fido_cred_prot(3), fido_cred_fmt(3), fido_cred_rp_id(3), fido_cred_rp_name(3), fido_cred_user_name(3), fido_cred_display_name(3), fido_cred_authdata_ptr(3), fido_cred_authdata_raw_ptr(3), fido_cred_clientdata_hash_ptr(3), fido_cred_id_ptr(3), fido_cred_aaguid_ptr(3), fido_cred_largeblob_key_ptr(3), fido_cred_pubkey_ptr(3), fido_cred_sig_ptr(3), fido_cred_user_id_ptr(3), fido_cred_x5c_list_count(3), fido_cred_x5c_list_ptr(3), fido_cred_x5c_ptr(3), fido_cred_attstmt_ptr(3), fido_cred_authdata_len(3), fido_cred_authdata_raw_len(3), fido_cred_clientdata_hash_len(3), fido_cred_id_len(3), fido_cred_aaguid_len(3), fido_cred_largeblob_key_len(3), fido_cred_pubkey_len(3), fido_cred_sig_len(3), fido_cred_user_id_len(3), fido_cred_x5c_list_len(3), fido_cred_x5c_len(3), fido_cred_attstmt_len(3), fido_cred_type(3), fido_cred_flags(3), fido_cred_sigcount(3)
- FIDO2 credential API
- fido_cred_set_authdata(3), fido_cred_set_authdata_raw(3), fido_cred_set_attstmt(3), fido_cred_set_attobj(3), fido_cred_set_x509(3), fido_cred_set_sig(3), fido_cred_set_id(3), fido_cred_set_clientdata(3), fido_cred_set_clientdata_hash(3), fido_cred_set_rp(3), fido_cred_set_user(3), fido_cred_set_extensions(3), fido_cred_set_blob(3), fido_cred_set_pin_minlen(3), fido_cred_set_prot(3), fido_cred_set_rk(3), fido_cred_set_uv(3), fido_cred_set_fmt(3), fido_cred_set_type(3)
- set parameters of a FIDO2 credential
- fido_cred_verify(3), fido_cred_verify_self(3)
- verify the attestation signature of a FIDO2 credential
- fido_credman_metadata_new(3), fido_credman_rk_new(3), fido_credman_rp_new(3), fido_credman_metadata_free(3), fido_credman_rk_free(3), fido_credman_rp_free(3), fido_credman_rk_existing(3), fido_credman_rk_remaining(3), fido_credman_rk(3), fido_credman_rk_count(3), fido_credman_rp_id(3), fido_credman_rp_name(3), fido_credman_rp_count(3), fido_credman_rp_id_hash_ptr(3), fido_credman_rp_id_hash_len(3), fido_credman_get_dev_metadata(3), fido_credman_get_dev_rk(3), fido_credman_set_dev_rk(3), fido_credman_del_dev_rk(3), fido_credman_get_dev_rp(3)
- FIDO2 credential management API
- fido_dev_enable_entattest(3), fido_dev_toggle_always_uv(3), fido_dev_force_pin_change(3), fido_dev_set_pin_minlen(3), fido_dev_set_pin_minlen_rpid(3)
- CTAP 2.1 configuration authenticator API
- fido_dev_get_assert(3)
- obtains an assertion from a FIDO2 device
- fido_dev_get_touch_begin(3), fido_dev_get_touch_status(3)
- asynchronously wait for touch on a FIDO2 authenticator
- fido_dev_info_manifest(3), fido_dev_info_new(3), fido_dev_info_free(3), fido_dev_info_ptr(3), fido_dev_info_path(3), fido_dev_info_product(3), fido_dev_info_vendor(3), fido_dev_info_manufacturer_string(3), fido_dev_info_product_string(3), fido_dev_info_set(3)
- FIDO2 device discovery functions
- fido_dev_largeblob_get(3), fido_dev_largeblob_set(3), fido_dev_largeblob_remove(3), fido_dev_largeblob_get_array(3), fido_dev_largeblob_set_array(3)
- FIDO2 large blob API
- fido_dev_make_cred(3)
- generates a new credential on a FIDO2 device
- fido_dev_open(3), fido_dev_open_with_info(3), fido_dev_close(3), fido_dev_cancel(3), fido_dev_new(3), fido_dev_new_with_info(3), fido_dev_free(3), fido_dev_force_fido2(3), fido_dev_force_u2f(3), fido_dev_is_fido2(3), fido_dev_is_winhello(3), fido_dev_supports_credman(3), fido_dev_supports_cred_prot(3), fido_dev_supports_permissions(3), fido_dev_supports_pin(3), fido_dev_supports_uv(3), fido_dev_has_pin(3), fido_dev_has_uv(3), fido_dev_protocol(3), fido_dev_build(3), fido_dev_flags(3), fido_dev_major(3), fido_dev_minor(3)
- FIDO2 device open/close and related functions
- fido_dev_set_io_functions(3), fido_dev_set_sigmask(3), fido_dev_set_timeout(3), fido_dev_set_transport_functions(3), fido_dev_io_handle(3)
- FIDO2 device I/O interface
- fido_dev_set_pin(3), fido_dev_get_retry_count(3), fido_dev_get_uv_retry_count(3), fido_dev_reset(3)
- FIDO2 device management functions
- fido_strerr(3)
- FIDO2 error codes
- fig2dev(1)
- translates Fig code to various graphics languages
- figlet(6), FIGlet(6)
- display large characters made up of ordinary screen characters
- file(1)
- determine file type
- file_descriptor(3em), Emilua(3em)
- Lua execution engine
- filefuncs(3am)
- provide some file related functionality to gawk
- filesystem.dev_major(3em), Emilua(3em)
- Lua execution engine
- filesystem.dev_minor(3em), Emilua(3em)
- Lua execution engine
- filesystem.is_block_device(3em), Emilua(3em)
- Lua execution engine
- filesystem.is_character_device(3em), Emilua(3em)
- Lua execution engine
- filesystem.makedev(3em), Emilua(3em)
- Lua execution engine
- filesystem.mode(3em), Emilua(3em)
- Lua execution engine
- fill_surface(3), fill_surface (3)
- Allocate a new video object and fill with a single colour
- filmleader(6)
- screen saver
- filter_read(3), filter_write(3), filter_end(3), filter_convert(3), filter_destroy(3), filter_fopen(3), filter_process(3)
- generic data filtering
- filter_wait(3), filter_wait (3)
- wrap waitpid to decode the exitcode and why your filter quit
- filterdiff(1)
- extract or exclude diffs from a diff file
- finalize_3dmodel(3), finalize_3dmodel (3)
- Mark a 3D model as finalized
- fips_module(7ossl)
- OpenSSL fips module guide
- first(1)
- Yagi-Uda project quick antenna builder
- first(5)
- output data file format The data files created by the Yagi-Uda projects first are in the same format as created by input and are described under input(5)
- fish_indent(1)
- indenter and prettifier
- fish_key_reader(1)
- explore what characters keyboard keys send
- fistgen(8)
- FiST language code translator
- fit-wcs(1)
- Fit a transformation from x,y and matching RA,DEC coordinates
- fits-guess-scale(1)
- Try to guess the scale of an image based on FITS headers
- fitsgetext(1)
- Pull out individual header or data blocks from multi-HDU FITS files
- fitshdr(1)
- List headers from a FITS file
- fix132x43(1)
- fix problems with certain (132 column) graphics modes dump the state of the card as the svgalib chipset driver sees it
- fixincludes(1)
- Reduce the number of #includes in KDE source files
- fixsub(3)
- Safe function to subtract fixed point numbers clamping underflow. Allegro game programming library
- flac(1)
- Free Lossless Audio Codec
- flam3-animate(1), flam3-animate flam3-render flam3-genome flam3-convert(1)
- render and animate FLAM3s and manipulate their genomes
- flam3-convert(1), flam3-animate flam3-render flam3-genome flam3-convert(1)
- render and animate FLAM3s and manipulate their genomes
- flam3-genome(1), flam3-animate flam3-render flam3-genome flam3-convert(1)
- render and animate FLAM3s and manipulate their genomes
- flam3-render(1), flam3-animate flam3-render flam3-genome flam3-convert(1)
- render and animate FLAM3s and manipulate their genomes
- flashrom(8)
- detect, read, write, verify and erase flash chips
- flatbeh(1)
- Synthetize a behavioral description from a structural description
- flawfinder(1)
- lexically find potential security flaws ("hits") in source code
- fldigi(1)
- digital modem program for hamradio operators
- flexiblas_list_loaded(3)
- list all loaded backends
- flexiblas_print_loaded_backends(3)
- prints the loaded FlexiBLAS backends to a file
- flipdiff(1)
- exchange the order of two incremental patches
- flow(1)
- show subroutine dependence of Fortran77 programs
- flow-dscan(1)
- Detect scanning and other suspicious network activity
- flow-fanout(1)
- Fanout (replicate) flow exports to many destinations
- flow-header(1)
- Display meta information in flow file
- flowd-reader(8)
- Read, filter and concatenate binary flowd logfiles
- flruler(1)
- a simple onscreen pixel measuring ruler for debugging GUIs
- fluid(1)
- the fast light user-interface designer
- flvdumper(1)
- Gnash FLash Video File Dumper
- flvmeta(1)
- manipulate or extract metadata in Adobe Flash Video files
- fmemcmp(3)
- fuzzy comparison of two memory areas require_index { }
- fmemcmpi(3)
- fuzzy comparison of two memory areas require_index { }
- fmtdump(8)
- decode nmh's mh-format^(5) files
- fmtutil(1)
- manage TeX formats and Metafont bases, per-user fmtutil-sys - manage TeX formats and Metafont bases, system-wide mktexfmt - create a TeX format or Metafont base
- fnbase(3), fndelbeg(3), fndelend(3), fndelsuf(3), fndir(3), fnhome(3), fnjoin(3), fnlastsuf(3), fnsetsuf(3)
- filename manipulation
- folder(1), folders(1)
- set/list current nmh folder/message
- font-manager(1)
- Simple font management for GTK+ desktop environments
- fontglide(6)
- characters float onto the screen to form words
- foomatic-combo-xml(1)
- <put a short description here>
- foomatic-getpjloptions(8)
- <put a short description here>
- foomatic-preferred-driver(8)
- <put a short description here>
- foomatic-printjob(1)
- manage printer jobs in a spooler-independent fashion
- foremost(8)
- Recover files using their headers, footers, and data structures
- form_fieldtype(3x)
- define validation-field types
- format_init(3), format_free(3), format_metarule(3), formatf(3), format_lastresult(3), format_lastsize(3), format_detach(3)
- template formatting functions
- forward3d_model(3), forward3d_model (3)
- Push the model along its view vector
- fp(1)
- Free Pascal Compiler (FPC) integrated development environment
- fpc.cfg(5)
- Free Pascal Compiler (FPC) configuration file, name derived from Free Pascal Compiler
- fragrouter(8)
- network intrusion detection evasion toolkit
- frameserver_debugstall(3), frameserver_debugstall (3)
- change the global delay before a frameserver executes
- fraqtive(1)
- draws Mandelbrot and Julia fractals
- freeciv21-ruleup(6)
- Command line ruleset upgrade tool for Freeciv21
- freefare_strerror(3), freefare_strerror_r(3), freefare_perror(3), mifare_desfire_last_picc_error(3)
- Error Reporting Functions
- freeguide(1)
- display TV listings
- freehdl-gennodes(1), FreeHDL-GENNODES(1)
- Abstract syntax tree generator used by the VHDL compiler/simulator FreeHDL
- freeipmi.conf(5)
- specify default values to FreeIPMI
- freelomodel(3)
- free a lofig_list for temporary models man1/alc_origin.1
- french-deconjugator(1)
- analyze conjugated French verbs
- fribidi_charset_to_unicode(3)
- convert string to Unicode
- fribidi_debug_status(3)
- get current debug state
- fribidi_reorder_line(3)
- reorder a line of logical string to visual
- fribidi_reorder_nsm_status(3)
- get current marks reordering status
- fribidi_set_debug(3)
- set debug state
- fribidi_set_reorder_nsm(3)
- set marks reordering on or off
- fribidi_unicode_to_charset(3)
- convert string from Unicode
- frm(1), nfrm(1)
- list from and subject of selected messages in mailbox or folder
- frm_admin(8)
- administer file residency parameters
- frm_purged(8)
- File Residency Manager purge daemon
- frm_xfragent(8)
- File Residency Manager Transfer agent
- frm_xfrd(8)
- File Residency Manager transfer daemon
- fsapfsinfo(1)
- determines information about an Apple File System (APFS)
- fsextinfo(1)
- determines information about an Extended File System (ext) volume
- fsextmount(1)
- mounts an Extended File System (ext) volume
- fsfatinfo(1)
- determines information about a File Allocation Table (FAT) file system volume
- fsfatmount(1)
- mounts an Extended File System (ext) volume
- fshfsinfo(1)
- determines information about a Hierarchical File System (HFS) volume
- fsinfo(8)
- coordinate site-wide filesystem information
- fsm(5)
- Alliance VHDL Finite State Machine description subset. man1/alc_origin.1
- fsntfsinfo(1)
- determines information about a Windows NT File System (NTFS) volume
- fsstat(1)
- Display general details of a file system
- fst4sim(1), qra64sim(1)
- Generate simulated QRA64, FST4, and FST4W mode signals
- fstrcasecmp(3)
- fuzzy comparison of two strings ignoring case require_index { }
- fstrcasecmpi(3)
- fuzzy comparison of two strings ignoring case require_index { }
- fstrcmp(1)
- fuzzy comparison of strings require_index { }
- fstrcmp(3)
- fuzzy comparison of two strings require_index { }
- fstrcmpi(3)
- fuzzy comparison of two strings require_index { }
- fstrcoll(3)
- fuzzy comparison of two strings using the current locale require_index { }
- fstrcolli(3)
- fuzzy comparison of two strings using the current locale require_index { }
- fstyp(8)
- identify file systems
- fswatch(7)
- Ask for notification when the contents of the specified files or directory hierarchies are modified. This man page is kept for reference but it is not to be considered an authoritative or complete source of information. Please, consult the official Info documentation shipped with
- fsxfsinfo(1)
- determines information about a X File System (XFS) volume
- ftdi-eeprom(8)
- tool to programm eeprom on FTDI usb devices
- ftimes(1)
- A system baselining and evidence collection tool
- ftimes-dbm-weed(1)
- Delete records from a Berkeley database
- ftimes-encoder(1)
- Encode/Decode strings/records using various algorithms
- ftp-cp(1)
- copy files from from one place to another using passive mode ftp
- ftp-get(1)
- copy files from local host to remote using passive mode ftp
- ftp-put(1)
- copy files from local host to remote using passive mode ftp
- fuse-ext2(1), FUSE-EXT2(1)
- FUSE module for Second Extended File System
- fvdeinfo(1)
- determines information about a FileVault Drive Encrypted (FVDE) volume
- fvdemount(1)
- mounts a FileVault Drive Encrypted (FVDE) volume
- fvwm-menu-desktop(1)
- Reads XDG menu files and creates Fvwm menus
- fvwm-menu-headlines(1)
- builds headlines menu definition for fvwm
- fvwm-menu-xlock(1)
- builds xlock menu definition for fvwm
- fwcscmp(3)
- fuzzy comparison of two wide-character strings require_index { }
- fwcscmpi(3)
- fuzzy comparison of two wide-character strings require_index { }
- fwup(1)
- configurable embedded firmware update creator and runner
- fxload(8)
- Firmware download to EZ-USB devices
- fy-tool(1)
- fy-tool documentation rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- fyi(1)
- send desktop notifications
- fzdefaults.xml(5)
- Default options for FileZilla
- fzf(1)
- a command-line fuzzy finder
- g-ir-compiler(1)
- Typelib compiler rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- g-ir-doc-tool(1)
- Documentation builder rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- g-ir-generate(1)
- Typelib generator rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- g-ir-scanner(1)
- Extracting C metadata from sources and headers rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- g15daemon(1)
- provides access to extra keys and the LCD available on the logitech G15 keyboard
- gallery1-to-slideshow(1)
- Creates an input file for dvd-slideshow from pictures in Gallery online photo album
- gammu(1)
- Does some neat things with your cellular phone or modem. rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-backup(5)
- gammu(1) backup file format. rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-config(1)
- Gammu configurator rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-detect(1)
- Gammu device detection rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsbackup(5)
- gammu(1) SMS backup file format. rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd(1)
- SMS daemon for Gammu rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-dbi(7)
- gammu-smsd(1) backend using DBI abstraction layer to use any supported database as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-files(7)
- gammu-smsd(1) backend using filesystem as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-inject(1)
- Inject messages into queue of SMS daemon for Gammu rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-monitor(1)
- Monitor state of SMS daemon for Gammu rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-mysql(7)
- gammu-smsd(1) backend using MySQL database server as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-null(7)
- gammu-smsd(1) backend not storing messages rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-odbc(7)
- gammu-smsd(1) backend using ODBC abstraction layer to use any supported database as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-pgsql(7)
- gammu-smsd(1) backend using PostgreSQL database server as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-run(7)
- documentation for RunOnReceive directive rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-sql(7)
- gammu-smsd(1) backend using SQL abstraction layer to use any supported database as a message storage rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsd-tables(7)
- description of tables for database backends of gammu-smsd(1) rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammu-smsdrc(5)
- gammu-smsd(1) configuration file rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- gammurc(5)
- gammu(1) configuration file rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- garchive(1)
- create and extract gEDA design archives
- gauche-package(1)
- gauche package builder/manager
- gbase32(1), base32(1)
- base32 encode/decode data and print to standard output
- gbasenc(1), basenc(1)
- Encode/decode data and print to standard output
- gbsv_comp(3)
- --- banded
- gbsv_driver(3)
- --- banded
- gbz80(7)
- CPU opcode reference
- gcNodeBdd(3)
- does a garbage collection
- gccmakedep(1)
- create dependencies in makefiles using 'gcc -M'
- gchempaint(1)
- 2D chemical structures editor for the GNOME2 desktop
- gchmod(1), chmod(1)
- change file mode bits
- gcrystal(1)
- light model visualizer for crystal structures
- gcsplit(1), csplit(1)
- split a file into sections determined by context lines
- gdal-config(1)
- Determines various information about a GDAL installation. Determines various information about a GDAL installation
- gdal_contour(1)
- Builds vector contour lines from a raster elevation model
- gdal_viewshed(1)
- Calculates a viewshed raster from an input raster DEM for a user defined point
- gdaldem(1)
- Tools to analyze and visualize DEMs
- gdalmanage(1)
- Identify, delete, rename and copy raster data files
- gdaltindex(1)
- Builds a shapefile as a raster tileindex
- gdb(1)
- The GNU Debugger
- gdbm(3), GDBM(3)
- The GNU database manager. Includes dbm and ndbm compatibility
- gdbus-codegen(1)
- D-Bus code and documentation generator
- gdedit(6), - gdedit(6)
- Level editor for golddig
- gdiffmk(1)
- mark differences between groff / nroff / troff files nr *groff_gdiffmk_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- gdk-pixbuf-csource(1)
- C code generation utility for GdkPixbuf images
- gdk-pixbuf-query-loaders(1)
- GdkPixbuf loader registration utility
- gdnsd-plugin-api(3)
- How to write gdnsd plugin code
- gdsreader(1)
- simple Calma parser/printer tool
- geany(1), Geany(1)
- a small and lightweight IDE
- gecs_comp_grp(3)
- Cosine-Sine (CS) decomposition
- gedmd(3)
- DMD driver, Dynamic Mode Decomposition
- gelsd(3)
- gelsd: least squares using SVD, divide and conquer
- gen-ctl-io(1)
- generate C interface code for libctl control files
- gen-index(8)
- generate new GNATS database index
- gen-multiple-pysol-layouts(6), gen-multiple-pysol-layouts.(6)
- generate multiple PySol / MS initial solitaire deals
- genccode(8)
- generate C or platform specific assembly code from an ICU data file
- gencfu(1)
- Generates Unicode Confusable data files
- gendesc(1)
- Generate a test case description file
- generic_modbus(8)
- Driver for contact (direct) signal UPS devices connected via modbus remote I/O gateways
- genlib(1)
- Procedural design language based upon C
- gensio_add_default(3), gensio_set_default(3), gensio_get_default(3), gensio_get_defaultaddr(3), gensio_del_default(3), gensio_reset_defaults(3)
- Handle default values for gensios
- geod(1)
- Geodesic computations
- geodesic(6)
- animates a mesh geodesic sphere
- geodesicgears(6)
- gears on the surface of a sphere
- ges-launch-1.0(1)
- create and render multimedia timelines
- gesdd(3)
- gesdd: SVD, divide and conquer
- geswlq_comp_grp(3)
- LQ, short-wide
- get-default-ips(1)
- List all IP source addresses of interfaces with default routes
- get-healpix(1)
- Convert RA,DEC to Which healpix
- get-wcs(1)
- Try to interpret an existing WCS header
- get_color_conversion(3)
- Returns the current color conversion mode. Allegro game programming library
- get_color_depth(3)
- Returns the current pixel color depth. Allegro game programming library
- get_config_hex(3)
- Retrieves a hexadecimal value from the configuration file. Allegro game programming library
- get_desktop_resolution(3)
- Finds out the desktop resolution. Allegro game programming library
- get_display_switch_mode(3)
- Returns the current display switching mode. Allegro game programming library
- get_gfx_mode(3)
- Returns the id of the current graphics driver. Allegro game programming library
- get_gfx_mode_list(3)
- Obtains a list of available video modes. Allegro game programming library
- get_gfx_mode_type(3)
- Retrieves type information for a specific graphics card. Allegro game programming library
- get_midi_length(3)
- Determines the total playing time of a midi, in seconds. Allegro game programming library
- get_mixer_bits(3)
- Returns the mixer bit depth (8 or 16). Allegro game programming library
- get_sound_input_cap_parm(3)
- Detects if the specified recording parameters are supported. Allegro game programming library
- getablexprdepth(3)
- gives the depth of an expression. man1/alc_origin.1
- getaddrinfo(3), getaddrinfo freeaddrinfo(3), gai_strerror(3)
- nodename-to-address translation in protocol-independent manner
- getbddnodenum(3)
- gets the number of nodes in a bdd. man1/alc_origin.1
- getbddnodesize(3)
- gets the number of nodes in a bdd. man1/alc_origin.1
- getbddnodesupport(3)
- gives the variable support of a bdd node. man1/alc_origin.1
- getbddvarbyindex(3)
- converts bdd index to a variable number. man1/alc_origin.1
- getbddvarindex(3)
- converts a variable number in a bdd index. man1/alc_origin.1
- getbddvarnode(3)
- gives the bdd node of a variable. man1/alc_origin.1
- getdefs(1), *[B-Font]getdefs(1)
- AutoGen Definition Extraction Tool
- getdns_context(3)
- getdns_context_create, getdns_context_create_with_memory_functions, getdns_context_create_with_extended_memory_functions, getdns_context_destroy, getdns_context_get_api_information -- getdns context create and destroy routines n
- getdns_dict(3)
- getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy -- getdns dict create and destroy routines n
- getdns_list(3)
- getdns_list_create, getdns_list_create_with_extended_memory_functions, getdns_list_create_with_memory_functions, getdns_list_destroy -- getdns list create and destroy routines n
- getdns_list_get(3)
- getdns_list_get_bindata, getdns_list_get_data_type, getdns_list_get_dict, getdns_list_get_length, getdns_list_get_list, getdns_list_get_int -- get a value by index from a getdns list
- getdns_list_set(3)
- getdns_list_set_bindata, getdns_list_set_dict, getdns_list_set_int, getdns_list_set_list, -- set a value by index from a getdns list
- getdns_root_trust_anchor(3)
- -- return the getdns list of default root trust anchors
- getipnodebyname(3), getipnodebyaddr(3)
- get network host entry .br freehostent free network host entry
- getlomodel(3)
- retrieve a model from a lofig_list man1/alc_origin.1
- getmail(1)
- retrieve messages from one or more POP3, IMAP4, or SDPS mailboxes and deliver to a maildir, mboxrd-format mbox file, or external MDA
- getmail_fetch(1)
- retrieve messages from one or more POP3 or POP3-over-SSL mailboxes and deliver to a maildir, mboxrd-format mbox file, or external MDA
- getmail_maildir(1)
- read a message from stdin and deliver to a named maildir
- getmail_mbox(1)
- read a message from stdin and deliver to a named mboxrd-format mbox file with fcntl-style locking
- getnameinfo(3)
- address-to-name translation in protocol-independent manner
- getr_depth(3), getg_depth(3), getb_depth(3), geta_depth(3)
- Extract a color component from a color in a specified pixel format. Allegro game programming library
- getrdsmodellist(3)
- gets model list of the instances of a figure man1/alc_origin.1
- getsenderip(1)
- write sender IP to a file
- getsqrhrt(3)
- getsqrhrt: tall-skinny QR factor, with Householder reconstruction
- gettextize(1)
- install or upgrade gettext infrastructure
- gfx_capabilities(3)
- Bitfield describing video hardware capabilities. Allegro game programming library
- gfx_mode_select(3)
- Displays the Allegro graphics mode selection dialog
- gfx_mode_select_ex(3)
- Extended version of the graphics mode selection dialog. Allegro game programming library
- gfx_mode_select_filter(3)
- Even more extended version of the graphics mode selection dialog. Allegro game programming library
- ggglm(3)
- ggglm: Gauss-Markov linear model
- gh-alias-delete(1)
- Delete set aliases
- gh-auth-refresh(1)
- Refresh stored authentication credentials
- gh-cache-delete(1)
- Delete GitHub Actions caches
- gh-codespace(1)
- Connect to and manage codespaces
- gh-codespace-code(1)
- Open a codespace in Visual Studio Code
- gh-codespace-cp(1)
- Copy files between local and remote file systems
- gh-codespace-create(1)
- Create a codespace
- gh-codespace-delete(1)
- Delete codespaces
- gh-codespace-edit(1)
- Edit a codespace
- gh-codespace-jupyter(1)
- Open a codespace in JupyterLab
- gh-codespace-list(1)
- List codespaces
- gh-codespace-logs(1)
- Access codespace logs
- gh-codespace-ports(1)
- List ports in a codespace
- gh-codespace-ports-forward(1)
- Forward ports
- gh-codespace-ports-visibility(1)
- Change the visibility of the forwarded port
- gh-codespace-rebuild(1)
- Rebuild a codespace
- gh-codespace-ssh(1)
- SSH into a codespace
- gh-codespace-stop(1)
- Stop a running codespace
- gh-codespace-view(1)
- View details about a codespace
- gh-extension-upgrade(1)
- Upgrade installed extensions
- gh-gist-delete(1)
- Delete a gist
- gh-gpg-key-delete(1)
- Delete a GPG key from your GitHub account
- gh-issue-delete(1)
- Delete issue
- gh-issue-develop(1)
- Manage linked branches for an issue
- gh-label-delete(1)
- Delete a label from a repository
- gh-project-delete(1)
- Delete a project
- gh-project-field-delete(1)
- Delete a field in a project
- gh-project-item-delete(1)
- Delete an item from a project by ID
- gh-release-delete(1)
- Delete a release
- gh-release-delete-asset(1)
- Delete an asset from a release
- gh-repo-delete(1)
- Delete a repository
- gh-repo-deploy-key(1)
- Manage deploy keys in a repository
- gh-repo-deploy-key-add(1)
- Add a deploy key to a GitHub repository
- gh-repo-deploy-key-delete(1)
- Delete a deploy key from a GitHub repository
- gh-repo-deploy-key-list(1)
- List deploy keys in a GitHub repository
- gh-repo-set-default(1)
- Configure default repository for this directory
- gh-run(1)
- View details about workflow runs
- gh-run-delete(1)
- Delete a workflow run
- gh-search-code(1)
- Search within code
- gh-secret-delete(1)
- Delete secrets
- gh-ssh-key-delete(1)
- Delete an SSH key from your GitHub account
- gh-variable-delete(1)
- Delete variables
- gh-workflow(1)
- View details about GitHub Actions workflows
- ghostid(1), hostid(1)
- print the numeric identifier for the current host
- gi-decompile-typelib(1)
- Typelib decompiler
- gindent(1), indent(1)
- changes the appearance of a C program by inserting or deleting whitespace
- git-add(1)
- Add file contents to the index
- git-alias(1)
- Define, search and show aliases
- git-apply(1)
- Apply a patch to files and/or to the index
- git-branch(1)
- List, create, or delete branches
- git-bug(1)
- A bug tracker embedded in Git
- git-bug-bridge-auth(1)
- List all known bridge authentication credentials
- git-bug-bridge-auth-rm(1)
- Remove a credential
- git-bug-bridge-auth-show(1)
- Display an authentication credential
- git-bug-bridge-rm(1)
- Delete a configured bridge
- git-bug-deselect(1)
- Clear the implicitly selected bug
- git-bug-show(1)
- Display the details of a bug
- git-bug-user(1)
- Display or change the user identity
- git-bug-user-adopt(1)
- Adopt an existing identity as your own
- git-bug-user-create(1)
- Create a new identity
- git-bug-user-ls(1)
- List identities
- git-cat-file(1)
- Provide contents or details of repository objects
- git-check-ignore(1)
- Debug gitignore / exclude files
- git-checkout-index(1)
- Copy files from the index to the working tree
- git-credential(1)
- Retrieve and store user credentials
- git-credential-cache(1)
- Helper to temporarily store passwords in memory
- git-credential-cache--daemon(1)
- Temporarily store user credentials in memory
- git-credential-store(1)
- Helper to store credentials on disk
- git-delete-branch(1)
- Delete branches
- git-delete-merged-branches(1)
- Delete merged branches
- git-delete-squashed-branches(1)
- Delete branches that were squashed
- git-delete-submodule(1)
- Delete submodules
- git-delete-tag(1)
- Delete tags
- git-delta(1)
- Lists changed files
- git-describe(1)
- Give an object a human readable name based on an available ref
- git-diff-files(1)
- Compares files in the working tree and the index
- git-diff-index(1)
- Compare a tree to the working tree or index
- git-diff-tree(1)
- Compares the content and mode of blobs found via two tree objects
- git-get(1)
- Clone a Git repository under a directory
- git-graft(1)
- Merge and destroy a given branch
- git-http-backend(1)
- Server side implementation of Git over HTTP
- git-imap-send(1)
- Send a collection of patches from stdin to an IMAP folder
- git-index-pack(1)
- Build pack index file for an existing packed archive
- git-lfs-dedup(1)
- Deduplicate Git LFS files
- git-lfs-ext(1)
- View extension details
- git-lfs-ls-files(1)
- Show information about Git LFS files in the index and working tree
- git-lfs-prune(1)
- Delete old LFS files from local storage
- git-lock(1)
- Lock a file excluded from version control
- git-ls-files(1)
- Show information about files in the index and the working tree
- git-merge(1)
- Join two or more development histories together
- git-merge-index(1)
- Run a merge for files needing merging
- git-merge-one-file(1)
- The standard helper program to use with git-merge-index
- git-merge-tree(1)
- Perform merge without touching index or working tree
- git-multi-pack-index(1)
- Write and verify multi-pack-indexes
- git-read-tree(1)
- Reads tree information into the index
- git-reauthor(1)
- Rewrite history to change author's identity
- git-replace(1)
- Create, list, delete refs to replace objects
- git-rerere(1)
- Reuse recorded resolution of conflicted merges
- git-rev-list(1)
- Lists commit objects in reverse chronological order
- git-rm(1)
- Remove files from the working tree and from the index
- git-secret-add(1)
- starts to track added files
- git-secret-cat(1)
- decrypts files passed on command line to stdout
- git-secret-changes(1)
- view diff of the hidden files
- git-secret-clean(1)
- removes all the hidden files
- git-secret-hide(1)
- encrypts all added files with the inner keyring
- git-secret-killperson(1)
- deletes key identified by an email from the inner keyring
- git-secret-list(1)
- prints all the added files
- git-secret-remove(1)
- removes files from index
- git-secret-reveal(1)
- decrypts all added files
- git-sh-i18n(1)
- Gits i18n setup code for shell scripts
- git-sh-setup(1)
- Common Git shell script setup code
- git-show-index(1)
- Show packed archive index
- git-ssq(1)
- display the names of files not added to a Git repository
- git-subrepo(1), Header "Name" git-subrepo(1)
- Git Submodule Alternative
- git-symbolic-ref(1)
- Read, modify and delete symbolic refs
- git-tag(1)
- Create, list, delete or verify a tag object signed with GPG
- git-touch(1)
- Touch and add file to the index
- git-unlock(1)
- Unlock a file excluded from version control
- git-update-index(1)
- Register file contents in the working tree to the index
- git-write-tree(1)
- Create a tree object from the current index
- gitattributes(5)
- Defining attributes per path
- gitcore-tutorial(7)
- A Git core tutorial for developers
- gitcredentials(7)
- Providing usernames and passwords to Git
- gitformat-index(5)
- Git index format
- gitmodules(5)
- Defining submodule properties
- gitsubmodules(7)
- Mounting one repository inside another
- gitup(1)
- A minimalist, dependency-free program to clone/pull Git repositories
- gitworkflows(7)
- An overview of recommended workflows with Git
- gkrellkam-list(5)
- format of the list description files used by GKrellKam
- glAreTexturesResident(3), "glAreTexturesResident(3)
- determine if textures are loaded in texture memory
- glArrayElement(3), "glArrayElement(3)
- render a vertex using the specified vertex array element
- glClearDepth(3), "glClearDepth(3)
- specify the clear value for the depth buffer
- glClearIndex(3), "glClearIndex(3)
- specify the clear value for the color index buffers
- glColorPointer(3), "glColorPointer(3)
- define an array of colors
- glDeleteLists(3), "glDeleteLists(3)
- delete a contiguous group of display lists
- glDeleteTextures(3), "glDeleteTextures(3)
- delete named textures
- glDepthFunc(3), "glDepthFunc(3)
- specify the value used for depth buffer comparisons
- glDepthMask(3), "glDepthMask(3)
- enable or disable writing into the depth buffer
- glDepthRange(3), "glDepthRange(3)
- specify mapping of depth values from normalized device coordinates to window coordinates
- glDrawArrays(3), "glDrawArrays(3)
- render primitives from array data
- glDrawElements(3), "glDrawElements(3)
- render primitives from array data
- glEdgeFlagPointer(3), "glEdgeFlagPointer(3)
- define an array of edge flags
- glFeedbackBuffer(3), "glFeedbackBuffer(3)
- controls feedback mode
- glFrontFace(3), "glFrontFace(3)
- define front- and back-facing polygons
- glGetString(3), "glGetString(3)
- return a string describing the current GL connection
- glIndexMask(3), "glIndexMask(3)
- control the writing of individual bits in the color index buffers
- glIndexPointer(3), "glIndexPointer(3)
- define an array of color indexes
- glIsList(3), "glIsList(3)
- determine if a name corresponds to a display-list
- glIsTexture(3), "glIsTexture(3)
- determine if a name corresponds to a texture
- glLoadIdentity(3), "glLoadIdentity(3)
- replace the current matrix with the identity matrix
- glLogicOp(3), "glLogicOp(3)
- specify a logical pixel operation for color index rendering
- glMatrixMode(3), "glMatrixMode(3)
- specify which matrix is the current matrix
- glNormalPointer(3), "glNormalPointer(3)
- define an array of normals
- glPolygonMode(3), "glPolygonMode(3)
- select a polygon rasterization mode
- glPolygonOffset(3), "glPolygonOffset(3)
- set the scale and units used to calculate depth values
- glPrioritizeTextures(3), "glPrioritizeTextures(3)
- set texture residence priority
- glRenderMode(3), "glRenderMode(3)
- set rasterization mode
- glScissor(3), "glScissor(3)
- define the scissor box
- glSelectBuffer(3), "glSelectBuffer(3)
- establish a buffer for selection mode values
- glShadeModel(3), "glShadeModel(3)
- select flat or smooth shading
- glStencilFunc(3), "glStencilFunc(3)
- set function and reference value for stencil testing delim $$
- glStencilOp(3), "glStencilOp(3)
- set stencil test actions delim $$
- glTexCoordPointer(3), "glTexCoordPointer(3)
- define an array of texture coordinates
- glVertexPointer(3), "glVertexPointer(3)
- define an array of vertex data
- glXCopyContext(3), "glXCopyContext(3)
- copy state from one rendering context to another
- glXCreateContext(3), "glXCreateContext(3)
- create a new GLX rendering context
- glXCreateGLXPixmap(3), "glXCreateGLXPixmap(3)
- create an off-screen GLX rendering area
- glXDestroyContext(3), "glXDestroyContext(3)
- destroy a GLX context
- glXDestroyGLXPixmap(3), "glXDestroyGLXPixmap(3)
- destroy a GLX pixmap
- glXFreeContextEXT(3), "glXFreeContextEXT(3)
- free client-side memory for imported context
- glXGetClientString(3), "glXGetClientString(3)
- return a string describing the client
- glXGetContextIDEXT(3), "glXGetContextIDEXT(3)
- get the XID for a context
- glXImportContextEXT(3), "glXImportContextEXT(3)
- import another process's indirect rendering context
- glXIsDirect(3), "glXIsDirect(3)
- indicate whether direct rendering is enabled
- glXQueryServerString(3), "glXQueryServerString(3)
- return string describing the server
- gl_get_line(3), new_GetLine(3), del_GetLine(3), gl_customize_completion(3), gl_change_terminal(3), gl_configure_getline(3), gl_load_history(3), gl_save_history(3), gl_group_history(3), gl_show_history(3), gl_watch_fd(3), gl_inactivity_timeout(3), gl_terminal_size(3), gl_set_term_size(3), gl_resize_history(3), gl_limit_history(3), gl_clear_history(3), gl_toggle_history(3), gl_lookup_history(3), gl_state_of_history(3), gl_range_of_history(3), gl_size_of_history(3), gl_echo_mode(3), gl_replace_prompt(3), gl_prompt_style(3), gl_ignore_signal(3), gl_trap_signal(3), gl_last_signal(3), gl_completion_action(3), gl_display_text(3), gl_return_status(3), gl_error_message(3), gl_catch_blocked(3), gl_list_signals(3), gl_bind_keyseq(3), gl_erase_terminal(3), gl_automatic_history(3), gl_append_history(3), gl_query_char(3), gl_read_char(3)
- allow the user to compose an input line
- gl_io_mode(3), gl_raw_io(3), gl_normal_io(3), gl_tty_signals(3), gl_abandon_line(3), gl_handle_signal(3), gl_pending_io(3)
- How to use gl_get_line() from an external event loop
- gl_printf(3)
- write formatted output in graphic mode
- gl_setcontextvgavirtual(3)
- set the context to a virtual mode
- gl_setcontextvirtual(3)
- define a virtual context
- gl_setwritemode(3)
- set the font writemode flags
- glab-alias(1)
- Create, list and delete aliases
- glab-alias-delete(1)
- Delete an alias
- glab-ci-config-compile(1)
- View the fully expanded CI/CD configuration
- glab-ci-delete(1)
- Delete CI/CD pipelines
- glab-incident(1)
- Work with GitLab incidents
- glab-incident-close(1)
- Close an incident
- glab-incident-list(1)
- List project incidents
- glab-incident-note(1)
- Comment on an incident in GitLab
- glab-incident-reopen(1)
- Reopen a resolved incident
- glab-incident-subscribe(1)
- Subscribe to an incident
- glab-incident-unsubscribe(1)
- Unsubscribe from an incident
- glab-incident-view(1)
- Display the title, body, and other information about an incident
- glab-issue-delete(1)
- Delete an issue
- glab-mr-delete(1)
- Delete merge requests
- glab-release-delete(1)
- Delete a GitLab Release
- glab-repo-delete(1)
- Delete an existing repository on GitLab
- glab-schedule-delete(1)
- Delete schedule with the specified ID
- glab-ssh-key-delete(1)
- Deletes a single SSH key specified by the ID
- glab-variable-delete(1)
- Delete a project or group variable
- glade(1)
- Create GTK+ user interfaces
- glade-previewer(1)
- Preview glade user interface definitions
- gladtex(1)
- generate html with LaTeX equations embedded as images
- glbsp(1)
- GL Nodes builder for DOOM ports
- gleExtrusion(3)
- Extrude arbitrary 2D contour along arbitrary 3D path
- gleExtrusion(3gle)
- Extrude arbitrary 2D contour along arbitrary 3D path
- glePolyCylinder(3)
- Draw polycylinder, specified as a polyline
- glePolyCylinder(3gle)
- Draw polycylinder, specified as a polyline
- gleSetNumSides(3gle), gleGetNumSides(3gle)
- Query and Set the cylinder roundness
- gleSuperExtrusion(3)
- Extrude arbitrary 2D contour along arbitrary 3D path, specifying local affine transformations
- gleSuperExtrusion(3gle)
- Extrude arbitrary 2D contour along arbitrary 3D path, specifying local affine transformations
- gleTextureMode(3)
- set the type of GLE automatic texture coordinate generation
- gleTextureMode(3gle)
- set the type of GLE automatic texture coordinate generation
- gleTwistExtrusion(3)
- Extrude arbitrary 2D contour along arbitrary 3D path, specifying local rotations (twists)
- gleTwistExtrusion(3gle)
- Extrude arbitrary 2D contour along arbitrary 3D path, specifying local rotations (twists)
- gleidescope(6)
- a tiled OpenGL kaleidescope
- glib-genmarshal(1)
- C code marshaller generation utility for GLib closures
- glib-mkenums(1)
- C language enum description generation utility
- glilypond(1)
- embed LilyPond musical notation in groff documents nr *groff_glilypond_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- glslideshow(6)
- slideshow of images using smooth zooming and fades
- gluCylinder(3), "gluCylinder(3)
- draw a cylinder
- gluDeleteNurbsRenderer(3), "gluDeleteNurbsRenderer(3)
- destroy a NURBS object
- gluDeleteQuadric(3), "gluDeleteQuadric(3)
- destroy a quadrics object
- gluDeleteTess(3), "gluDeleteTess(3)
- destroy a tessellation object
- gluErrorString(3), "gluErrorString(3)
- produce an error string from a GL or GLU error code
- gluGetString(3), "gluGetString(3)
- return a string describing the GLU version or GLU extensions
- gluLookAt(3), "gluLookAt(3)
- define a viewing transformation
- gluNewNurbsRenderer(3), "gluNewNurbsRenderer(3)
- create a NURBS object
- gluNurbsCallback(3), "gluNurbsCallback(3)
- define a callback for a NURBS object
- gluNurbsCurve(3), "gluNurbsCurve(3)
- define the shape of a NURBS curve
- gluNurbsSurface(3), "gluNurbsSurface(3)
- define the shape of a NURBS surface
- gluOrtho2D(3), "gluOrtho2D(3)
- define a 2D orthographic projection matrix
- gluPickMatrix(3), "gluPickMatrix(3)
- define a picking region
- gluPwlCurve(3), "gluPwlCurve(3)
- describe a piecewise linear NURBS trimming curve
- gluQuadricCallback(3), "gluQuadricCallback(3)
- define a callback for a quadrics object
- gluQuadricDrawStyle(3), "gluQuadricDrawStyle(3)
- specify the draw style desired for quadrics
- gluQuadricNormals(3), "gluQuadricNormals(3)
- specify what kind of normals are desired for quadrics
- gluQuadricOrientation(3), "gluQuadricOrientation(3)
- specify inside/outside orientation for quadrics
- gluQuadricTexture(3), "gluQuadricTexture(3)
- specify if texturing is desired for quadrics
- gluTessBeginPolygon(3), "gluTessBeginPolygon(3)
- delimit a polygon description
- gluTessCallback(3), "gluTessCallback(3)
- define a callback for a tessellation object
- gluTessEndPolygon(3), "gluTessEndPolygon(3)
- delimit a polygon description
- glutAttachMenu(3)
- attaches a mouse button for the current window to the identifier of the current menu; glutDetachMenu - detaches an attached mouse button from the current window
- glutBitmapCharacter(3)
- renders a bitmap character using OpenGL
- glutDestroyMenu(3)
- destroys the specified menu
- glutDestroyWindow(3)
- destroys the specified window
- glutDeviceGet(3)
- retrieves GLUT device information represented by integers
- glutEnterGameMode(3), glutLeaveGameMode(3)
- enters and leaves GLUT's game mode
- glutExtensionSupported(3)
- helps to easily determine whether a given OpenGL extension is supported
- glutFullScreen(3)
- requests that the current window be made full screen
- glutGameModeGet(3)
- retrieves GLUT device information represented by integers
- glutGameModeString(3)
- sets the game mode configuration via a string
- glutGetColor(3)
- retrieves a red, green, or blue component for a given color index colormap entry for the layer in use's logical colormap for the current window
- glutIgnoreKeyRepeat(3)
- determines if auto repeat keystrokes are reported to the current window
- glutInitDisplayMode(3)
- sets the initial display mode
- glutInitDisplayString(3)
- sets the initial display mode via a string
- glutPopWindow(3), glutPushWindow(3)
- change the stacking order of the current window relative to its siblings
- glutReportErrors(3)
- for debugging purposes; prints out OpenGL run-time errors
- glutSetMenu(3)
- sets the current menu; glutGetMenu - returns the identifier of the current menu
- glutSetWindow(3)
- sets the current window; glutGetWindow - returns the identifier of the current window
- glutShowOverlay(3), glutHideOverlay(3)
- shows or hides the overlay of the current window
- glutShowWindow(3), glutHideWindow(3), glutIconifyWindow(3)
- change the display status of the current window
- glutSolidCone(3), glutWireCone(3)
- render a solid or wireframe cone respectively
- glutSolidCube(3), glutWireCube(3)
- render a solid or wireframe cube respectively
- glutSolidDodecahedron(3), glutWireDodecahedron(3)
- render a solid or wireframe dodecahedron (12-sided regular solid) respectively
- glutSolidIcosahedron(3), glutWireIcosahedron(3)
- render a solid or wireframe icosahedron (20-sided regular solid) respectively
- glutSolidOctahedron(3), glutWireOctahedron(3)
- render a solid or wireframe octahedron (8-sided regular solid) respectively
- glutSolidSphere(3), glutWireSphere(3)
- render a solid or wireframe sphere respectively
- glutSolidTeapot(3), glutWireTeapot(3)
- render a solid or wireframe teapot respectively
- glutSolidTetrahedron(3), glutWireTetrahedron(3)
- render a solid or wireframe tetrahedron (4-sided regular solid) respectively
- glutSolidTorus(3), glutWireTorus(3)
- render a solid or wireframe torus (doughnut) respectively
- glutStrokeCharacter(3)
- renders a stroke character using OpenGL
- gmplayer(1), mplayer (1)
- movie player mencoder - movie encoder
- gmx-anaeig(1)
- Analyze eigenvectors/normal modes
- gmx-density(1)
- Calculate the density of the system
- gmx-densmap(1)
- Calculate 2D planar or axial-radial density maps
- gmx-densorder(1)
- Calculate surface fluctuations
- gmx-dielectric(1)
- Calculate frequency dependent dielectric constants
- gmx-dos(1)
- Analyze density of states and properties based on that
- gmx-genrestr(1)
- Generate position restraints or distance restraints for index groups
- gmx-h2order(1)
- Compute the orientation of water molecules
- gmx-helixorient(1)
- Calculate local pitch/bending/rotation/orientation inside helices
- gmx-hydorder(1)
- Compute tetrahedrality parameters around a given atom
- gmx-make_ndx(1)
- Make index files
- gmx-mdrun(1)
- Perform a simulation, do a normal mode analysis or an energy minimization
- gmx-mk_angndx(1)
- Generate index files for 'gmx angle'
- gmx-nmeig(1)
- Diagonalize the Hessian for normal mode analysis
- gmx-nmens(1)
- Generate an ensemble of structures from the normal modes
- gmx-nonbonded-benchmark(1)
- Benchmarking tool for the non-bonded pair kernels
- gmx-order(1)
- Compute the order parameter per atom for carbon tails
- gmx-trjorder(1)
- Order molecules according to their distance to a group
- gnokiid(8)
- create a virtual modem for old Nokia mobile phones
- gnome-calculator(1)
- a desktop calculator
- gnome-latex(1)
- LaTeX editor for the GNOME desktop
- gnome-screenshot(1)
- capture the screen, a window, or an user-defined area and save the snapshot image to a file
- gnome-session(1)
- Start the GNOME desktop environment
- gnome-shell(1)
- Graphical shell for the GNOME desktop
- gnutls-cli-debug(1), *[B-Font]gnutls-cli-debug(1)
- GnuTLS debug client
- gnutls_aead_cipher_decrypt(3)
- API function
- gnutls_aead_cipher_decryptv2(3)
- API function
- gnutls_aead_cipher_deinit(3)
- API function
- gnutls_anon_allocate_client_credentials(3)
- API function
- gnutls_anon_allocate_server_credentials(3)
- API function
- gnutls_anon_free_client_credentials(3)
- API function
- gnutls_anon_free_server_credentials(3)
- API function
- gnutls_anti_replay_deinit(3)
- API function
- gnutls_base64_decode2(3)
- API function
- gnutls_base64_encode2(3)
- API function
- gnutls_certificate_allocate_credentials(3)
- API function
- gnutls_certificate_free_credentials(3)
- API function
- gnutls_cipher_decrypt(3)
- API function
- gnutls_cipher_decrypt2(3)
- API function
- gnutls_cipher_decrypt3(3)
- API function
- gnutls_cipher_deinit(3)
- API function
- gnutls_credentials_clear(3)
- API function
- gnutls_credentials_get(3)
- API function
- gnutls_credentials_set(3)
- API function
- gnutls_db_get_default_cache_expiration(3)
- API function
- gnutls_decode_ber_digest_info(3)
- API function
- gnutls_decode_gost_rs_value(3)
- API function
- gnutls_decode_rs_value(3)
- API function
- gnutls_deinit(3)
- API function
- gnutls_dh_params_deinit(3)
- API function
- gnutls_encode_ber_digest_info(3)
- API function
- gnutls_encode_gost_rs_value(3)
- API function
- gnutls_encode_rs_value(3)
- API function
- gnutls_fips140_context_deinit(3)
- API function
- gnutls_fips140_mode_enabled(3)
- API function
- gnutls_fips140_set_mode(3)
- API function
- gnutls_global_deinit(3)
- API function
- gnutls_handshake_description_get_name(3)
- API function
- gnutls_hash_deinit(3)
- API function
- gnutls_hex_decode(3)
- API function
- gnutls_hex_decode2(3)
- API function
- gnutls_hex_encode(3)
- API function
- gnutls_hex_encode2(3)
- API function
- gnutls_hmac_deinit(3)
- API function
- gnutls_ocsp_req_deinit(3)
- API function
- gnutls_ocsp_resp_deinit(3)
- API function
- gnutls_ocsp_resp_get_responder(3)
- API function
- gnutls_ocsp_resp_get_responder2(3)
- API function
- gnutls_ocsp_resp_get_responder_raw_id(3)
- API function
- gnutls_packet_deinit(3)
- API function
- gnutls_pcert_deinit(3)
- API function
- gnutls_pem_base64_decode(3)
- API function
- gnutls_pem_base64_decode2(3)
- API function
- gnutls_pem_base64_encode(3)
- API function
- gnutls_pem_base64_encode2(3)
- API function
- gnutls_pkcs11_add_provider(3)
- API function
- gnutls_pkcs11_deinit(3)
- API function
- gnutls_pkcs11_delete_url(3)
- API function
- gnutls_pkcs11_obj_deinit(3)
- API function
- gnutls_pkcs11_privkey_deinit(3)
- API function
- gnutls_pkcs12_bag_decrypt(3)
- API function
- gnutls_pkcs12_bag_deinit(3)
- API function
- gnutls_pkcs12_deinit(3)
- API function
- gnutls_pkcs7_attrs_deinit(3)
- API function
- gnutls_pkcs7_deinit(3)
- API function
- gnutls_pkcs7_delete_crl(3)
- API function
- gnutls_pkcs7_delete_crt(3)
- API function
- gnutls_pkcs7_get_embedded_data(3)
- API function
- gnutls_pkcs7_get_embedded_data_oid(3)
- API function
- gnutls_pkcs7_signature_info_deinit(3)
- API function
- gnutls_priority_deinit(3)
- API function
- gnutls_priority_get_cipher_suite_index(3)
- API function
- gnutls_privkey_decrypt_data(3)
- API function
- gnutls_privkey_decrypt_data2(3)
- API function
- gnutls_privkey_deinit(3)
- API function
- gnutls_privkey_derive_secret(3)
- API function
- gnutls_psk_allocate_client_credentials(3)
- API function
- gnutls_psk_allocate_server_credentials(3)
- API function
- gnutls_psk_format_imported_identity(3)
- API function
- gnutls_psk_free_client_credentials(3)
- API function
- gnutls_psk_free_server_credentials(3)
- API function
- gnutls_psk_set_client_credentials(3)
- API function
- gnutls_psk_set_client_credentials2(3)
- API function
- gnutls_psk_set_client_credentials_function(3)
- API function
- gnutls_psk_set_client_credentials_function2(3)
- API function
- gnutls_psk_set_client_credentials_function3(3)
- API function
- gnutls_psk_set_server_credentials_file(3)
- API function
- gnutls_psk_set_server_credentials_function(3)
- API function
- gnutls_psk_set_server_credentials_function2(3)
- API function
- gnutls_psk_set_server_credentials_function3(3)
- API function
- gnutls_psk_set_server_credentials_hint(3)
- API function
- gnutls_pubkey_deinit(3)
- API function
- gnutls_record_get_discarded(3)
- API function
- gnutls_session_enable_compatibility_mode(3)
- API function
- gnutls_session_get_desc(3)
- API function
- gnutls_set_default_priority(3)
- API function
- gnutls_set_default_priority_append(3)
- API function
- gnutls_srp_allocate_client_credentials(3)
- API function
- gnutls_srp_allocate_server_credentials(3)
- API function
- gnutls_srp_base64_decode(3)
- API function
- gnutls_srp_base64_decode2(3)
- API function
- gnutls_srp_base64_encode(3)
- API function
- gnutls_srp_base64_encode2(3)
- API function
- gnutls_srp_free_client_credentials(3)
- API function
- gnutls_srp_free_server_credentials(3)
- API function
- gnutls_srp_set_client_credentials(3)
- API function
- gnutls_srp_set_client_credentials_function(3)
- API function
- gnutls_srp_set_server_credentials_file(3)
- API function
- gnutls_srp_set_server_credentials_function(3)
- API function
- gnutls_subject_alt_names_deinit(3)
- API function
- gnutls_system_key_delete(3)
- API function
- gnutls_system_key_iter_deinit(3)
- API function
- gnutls_tdb_deinit(3)
- API function
- gnutls_tpm_key_list_deinit(3)
- API function
- gnutls_tpm_privkey_delete(3)
- API function
- gnutls_x509_aia_deinit(3)
- API function
- gnutls_x509_aki_deinit(3)
- API function
- gnutls_x509_crl_deinit(3)
- API function
- gnutls_x509_crl_dist_points_deinit(3)
- API function
- gnutls_x509_crl_iter_deinit(3)
- API function
- gnutls_x509_crq_deinit(3)
- API function
- gnutls_x509_crt_deinit(3)
- API function
- gnutls_x509_crt_equals2(3)
- This function compares a gnutls_x509_crt_t cert with DER data
- gnutls_x509_dn_deinit(3)
- API function
- gnutls_x509_ext_ct_scts_deinit(3)
- API function
- gnutls_x509_ext_deinit(3)
- API function
- gnutls_x509_key_purpose_deinit(3)
- API function
- gnutls_x509_name_constraints_add_excluded(3)
- API function
- gnutls_x509_name_constraints_deinit(3)
- API function
- gnutls_x509_name_constraints_get_excluded(3)
- API function
- gnutls_x509_policies_deinit(3)
- API function
- gnutls_x509_privkey_deinit(3)
- API function
- gnutls_x509_spki_deinit(3)
- API function
- gnutls_x509_tlsfeatures_deinit(3)
- API function
- gnutls_x509_trust_list_deinit(3)
- API function
- gnutls_x509_trust_list_iter_deinit(3)
- API function
- gob2(1), GOB2(1)
- The GObject Builder
- goland(1)
- launch JetBrains GoLand Integrated Development Environment
- golddig(6), - golddig(6)
- Getting the Gold and Avoiding Death
- golded(1)
- offline message reader for Fidonet and Usenet
- goldnode(1)
- GoldEd+ nodelist compiler
- google-authenticator(1)
- initialize one-time passcodes for the current user
- gord(1)
- compute sparse matrix orderings of graphs
- gotst(1), gomtst(1)
- compute statistics on sparse matrix orderings
- gperl(1)
- execute Perl commands in groff documents nr *groff_gperl_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- gpinyin(1)
- use Hanyu Pinyin Chinese in groff documents nr *groff_gpinyin_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- gpo(1)
- Text mode interface of gPodder
- gpodder(1)
- Media aggregator and podcast client
- gpodder-migrate2tres(1)
- gpodder 2.x to 3.x profile migrator
- gprs(1)
- Desktop telephony application
- gpsctl(1)
- control the modes of a GNSS receiver
- gpsdebuginfo(1)
- Generate a gpsd debug dump of your host
- gpsdecode(1)
- decode GPS, RTCM or AIS streams into a readable format
- gptx(1), ptx(1)
- produce a permuted index of file contents
- grace(1)
- command line interface xmgrace - full-featured GUI mode gracebat - batch mode - print and exit
- gramps(1)
- Genealogical Research and Analysis Management Programming System. rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- grap2graph(1)
- convert a grap diagram into a cropped image nr *groff_grap2graph_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- grenum(1)
- An advanced refdes renumber utility
- groff_font(5)
- format of groff device and font description files
- groff_hdtbl(7)
- Heidelberger table macros for GNU roff nr *groff_groff_hdtbl_7_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- groff_man_style(7)
- GNU roff man page tutorial and style guide nr *groff_groff_man_7_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- groff_rfc1345(7)
- special character names from RFC 1345 and Vim digraphs nr *groff_groff_rfc1345_7_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- gropdf(1)
- groff output driver for Portable Document Format nr *groff_gropdf_1_man_C n[.cp] do-fallback 0 !n(.f .nr do-fallback 1 " mandoc n(.g .if !d MR .nr do-fallback 1 " older groff !n(.g .nr do-fallback 1 " non-groff *roff n[do-fallback] {
- grotty(1)
- groff driver for typewriter-like devices
- grub-bios-setup(8)
- set up a device to boot using GRUB
- grub-fstest(1)
- debug tool for GRUB filesystem drivers
- grub-install(8)
- install GRUB to a device
- grub-ofpathname(8)
- find OpenBOOT path for a device
- grub-probe(8)
- probe device information for GRUB
- grub-reboot(8)
- set the default boot entry for GRUB, for the next boot only
- grub-render-label(1)
- generate a .disk_label for Apple Macs
- grub-set-default(8)
- set the saved default boot entry for GRUB
- grub-sparc64-setup(8)
- set up a device to boot using GRUB
- gsasl_decode(3)
- API function
- gsasl_encode(3)
- API function
- gsdiff(1), sdiff(1)
- side-by-side merge of file differences
- gsf-office-thumbnailer(1)
- office files thumbnailer for the GNOME desktop
- gsftopk(1)
- render a ghostscript font in TeX pk form
- gshred(1), shred(1)
- overwrite a file to hide its contents, and optionally delete it
- gsleep(1), sleep(1)
- delay for a specified amount of time
- gslp(1)
- Format and print text using ghostscript gsbj - Format and print text for BubbleJet printer using ghostscript gsdj - Format and print text for DeskJet printer using ghostscript gsdj500 - Format and print text for DeskJet 500 BubbleJet using ghostscript gslj - Format and print text for LaserJet printer using ghostscript
- gsm(3), gsm_create(3)
- gsm_destroy, gsm_encode, gsm_decode GSM 06.10 lossy sound compression
- gsm_explode(3)
- gsm_implode GSM 06.10 supplementary functions for testing
- gsm_print(3)
- GSM 06.10 supplementary function for debugging
- 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_import_cred gsskrb5_extract_authz_data_from_sec_context(3), gsskrb5_register_acceptor_identity(3), gss_krb5_import_ccache(3), gss_krb5_get_tkt_flags(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)
- Generic Security Service Application Program Interface library
- gst-device-monitor-1.0(1)
- Simple command line testing tool for GStreamer device monitors
- gtedoc.tes(1), tedoc(1)
- -- Source code documentation tool for
- gtf(1)
- calculate VESA GTF mode lines
- gtimer(1)
- an application for recording time spent on user-defined tasks
- gtk-builder-tool(1)
- GtkBuilder file utility
- gtk-chtheme(1)
- Gtk+ 2.0 theme preview and selection made slick
- gtk-encode-symbolic-svg(1)
- Symbolic icon conversion utility
- gtk3-demo(1)
- Demonstrate GTK+ widgets
- gtk3-demo-application(1)
- Demonstrate GtkApplication
- gtk3-widget-factory(1)
- Demonstrate GTK+ widgets
- gtkmmorse(1)
- A Gtk+ morse code trainer written in ISO C++
- gtr(1), tr(1)
- translate or delete characters
- gtv(1)
- MPEG audio (MP3) and video (MPEG-1) player with GTK+ GUI
- guacenc(1)
- Guacamole video encoder
- guards(1)
- select from a list of files guarded by conditions
- gui_font_baseline(3)
- Adjusts the keyboard shortcut underscores height. Allegro game programming library
- gui_textout_ex(3)
- Draws a text string onto the screen with keyboard shortcut underbars. Allegro game programming library
- gutenfetch_get_aussie_server(3)
- -- Retrieve the currently active australian project gutenberg server which will be used to satisfy queries and requests which reside only within Australia
- gutenfetch_is_threadsafe(3)
- -- Determine whether the gutenfetch library is thread-safe or not
- gutenfetch_set_active_server(3)
- -- This function sets the default Gutenberg server used to satisfy requests. Instead of taking a gutenfetch_server_t * to set the server, it takes a NULL-terminated URL such as "ftp://ibiblio.org/pub/docs/books/gutenberg/". The url should contain a protocol supported by CURL a valid hostname and a directory to the base of the gutenberg texts
- gutenfetch_set_active_server_full(3)
- -- This function sets the default Gutenberg server used to satisfy requests
- gutenfetch_version(3)
- -- Get a text string which describes the version of libgutenfetch which is currently being used
- h2pas(1)
- The C header to pascal unit conversion program
- h5totxt(1)
- generate comma-delimited text from 2d slices of HDF5 files
- hare-deps(1), hare deps(1)
- display the dependency tree of a Hare program or module
- hare-test(1), hare test(1)
- compile and run tests for Hare code
- harminv(1)
- extract mode frequencies from time-series data
- harvid(1)
- video server
- hash_create(3), hash_destroy(3), hash_install(3), hash_lookup(3), hash_uninstall(3), hash_iter(3)
- generic hash tables
- hashcash(1)
- hashcash anti-spam / denial of service counter-measure tool
- hashdeep(1)
- Compute, compare, or audit multiple message digests
- hashdig-weed(1), hashdig-weed.pl(1)
- Delete hashes from a HashDig database
- hastmon.conf(5)
- configuration file for the hastmon(8) deamon and the hastmonctl(8) utility
- hbev_comp(3)
- --- banded
- hbev_driver(3)
- --- banded
- hbev_driver2(3)
- --- banded, 2nd-stage
- hbevd(3)
- {hb,sb}evd: eig, divide and conquer
- hbevd_2stage(3)
- {hb,sb}evd_2stage: eig, divide and conquer
- hbgst(3)
- {hb,sb}gst: reduction to standard form, banded
- hbgv_driver(3)
- --- banded
- hbgvd(3)
- {hb,sb}gvd: eig, divide and conquer
- hcs12mem(1)
- Freescale S12 MCU family memory reader/writer
- hdel(1)
- delete both forks of an HFS file
- hdf_destroy(3), hdf_destroy (3)
- deallocate an HDF data set
- hdf_dump(3), hdf_dump (3)
- dump an HDF dataset to stdout Description: Input: Output: Returns:
- hdf_dump_format(3), hdf_dump_format (3)
- dump an HDF dataset to FILE *fp Description: Input: Output: Returns:
- hdf_dump_str(3), hdf_dump_str (3)
- dump an HDF dataset to STRING Description: Input: Output: Returns:
- hdf_get_attr(3), hdf_get_attr (3)
- Description: Input: Output: Returns:
- hdf_get_child(3), hdf_get_child (3)
- return the first child of the named node
- hdf_get_node(3), hdf_get_node (3)
- Similar to hdf_get_obj except all the nodes are created if the don't exist
- hdf_get_obj(3), hdf_get_obj (3)
- return the HDF data set node at a named location
- hdf_get_value(3), hdf_get_value (3)
- Return the value of a node in the data set
- hdf_get_valuef(3), hdf_get_valuef (3)
- Return the value of a node in the data set
- hdf_get_valuevf(3), hdf_get_valuevf (3)
- Return the value of a node in the data set
- hdf_obj_attr(3), hdf_obj_attr (3)
- Return the HDF Attributes for a node Description: Input: Output: Returns:
- hdf_obj_child(3), hdf_obj_child (3)
- Return the first child of a dataset node
- hdf_obj_name(3), hdf_obj_name (3)
- Return the name of a node
- hdf_obj_next(3), hdf_obj_next (3)
- Return the next node of a dataset level
- hdf_obj_top(3), hdf_obj_top (3)
- Return the pointer to the top dataset node
- hdf_obj_value(3), hdf_obj_value (3)
- Return the value of a node
- hdf_read_string(3), hdf_read_string (3)
- read an HDF string Description: Input: Output:
- hdf_read_string_ignore(3), hdf_read_string_ignore (3)
- Read an HDF string and ignore errors Description: Input: Output:
- hdf_remove_tree(3), hdf_remove_tree (3)
- delete a subtree of an HDF dataset Description: Input: Output: Returns:
- hdf_set_attr(3), hdf_set_attr (3)
- Description: Input: Output: Returns:
- hdf_set_buf(3), hdf_set_buf (3)
- Set the value of a node without duplicating the value
- hdf_set_int_value(3), hdf_set_int_value (3)
- Set the value of a named node to a number
- hdf_set_value(3), hdf_set_value (3)
- Set the value of a named node
- hdf_set_valuef(3), hdf_set_valuef (3)
- Set the value of a named node
- hdf_sort_obj(3), hdf_sort_obj (3)
- sort the children of an HDF node
- hdf_write_file(3), hdf_write_file (3)
- write an HDF data file Description: Input: Output:
- hdf_write_string(3), hdf_write_string (3)
- serialize an HDF dataset to a string Description: Input: Output:
- header_checks(5)
- Postfix built-in content inspection
- heevd(3)
- {he,sy}evd: eig, divide and conquer
- heevd_2stage(3)
- {he,sy}evd_2stage: eig, divide and conquer
- hegvd(3)
- {he,sy}gvd: eig, divide and conquer
- heif-dec(1)
- decode HEIC/HEIF image
- hesv_driver_grp(3)
- LDL: Hermitian/symmetric indefinite matrix, driver
- heswapr(3)
- {he,sy}swapr: apply 2-sided permutation
- hexdump(1)
- display file contents in hexadecimal, decimal, octal, or ascii hexdump options file ... hd options file
- hexedit(1)
- view and edit files in hexadecimal or in ASCII
- hg(1)
- Mercurial source code management system rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- hgignore(5)
- syntax for Mercurial ignore files rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- hgrc(5)
- configuration files for Mercurial rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- hidden(1)
- list iconified windows
- hide_image(3), hide_image (3)
- Alias for show_image(vid, 0.0, *time)
- highlight(1), Highlight(1)
- a universal sourcecode to formatted text converter
- hlmaster(1), "hlmaster" "(1)
- A Half-Life master server daemon (made in switzerland)"
- hmmpgmd_shard(1)
- sharded daemon for database search web services
- hostname(7)
- host name resolution description
- hostsearch(1)
- query several hosts for installed Debian packages
- hpct-node-removal(1)
- HiPerConTracer Node
- hpct-node-setup(1)
- HiPerConTracer Node
- hpct-nodes-list(1)
- Get HiPerConTracer Nodes List on the Collector
- hpevd(3)
- {hp,sp}evd: eig, divide and conquer
- hpftodit(1)
- create font description files for use with groff -Tlj4
- hpgvd(3)
- {hp,sp}gvd: eig, divide and conquer
- hpttree(1)
- area distribution tree builder for hpt
- htdb_dump(1)
- dump the content of an inverted index in Berkeley DB fashion
- htmerge(1)
- create document index and word database for the ht://Dig search engine
- htsearch(1)
- create document index and word database for the ht://Dig search engine
- htsfile(1)
- identify high-throughput sequencing data files
- http.tcl86(n), http(n)
- Client-side implementation of the HTTP/1.1 protocol
- http.tcl90(n), http(n)
- Client-side implementation of the HTTP/1.1 protocol
- http_attach(3)
- creates HTTP protocol on top of underlying socket
- http_attach_mem(3)
- creates HTTP protocol on top of underlying socket
- http_client(3)
- threaded client for HTTP and HTTPS
- http_detach(3)
- terminates HTTP protocol and returns the underlying socket
- http_server(3)
- threaded server for HTTP and HTTPS
- hugo-gen-chromastyles(1)
- Generate CSS stylesheet for the Chroma code highlighter
- hugo-mod-clean(1)
- Delete the Hugo Module cache for the current project
- hugo-mod-get(1)
- Resolves dependencies in your current Hugo project
- hugo-mod-graph(1)
- Print a module dependency graph
- hugo-mod-vendor(1)
- Vendor all module dependencies into the _vendor directory
- hugo-mod-verify(1)
- Verify dependencies
- hugo-server(1)
- Start the embedded web server
- hunzip(1)
- decompress and decrypt hzip files to the standard output
- hwlocality_configuration(3)
- Topology Detection Configuration and Query
- hwlocality_creation(3)
- Topology Creation and Destruction
- hwlocality_helper_find_inside(3)
- Finding Objects inside a CPU set
- hwlocality_helper_nodeset_convert(3)
- Converting between CPU sets and node sets
- hwlocality_helper_topology_sets(3)
- CPU and node sets of entire topologies
- hwlocality_levels(3)
- Object levels, depths and types
- hwlocality_memattrs(3)
- Comparing memory node attributes for finding where to allocate on
- hwlocality_object_sets(3)
- Object Sets (hwloc_cpuset_t and hwloc_nodeset_t)
- hwlocality_tinker(3)
- Modifying a loaded Topology
- hxincl(1)
- expand included HTML or XML files
- hxindex(1)
- insert an index into an HTML document
- hxref(1)
- generate cross-references inside and between HTML files
- hxunent(1)
- replace HTML predefined character entities by UTF-8
- hypervisor_mode(7)
- allows you to run simultaneously many virtual router instances, and to simulate ATM, Ethernet or Frame(hyRelay networks
- i2a_ASN1_STRING(3), i2a_ASN1_INTEGER(3), i2a_ASN1_ENUMERATED(3), a2i_ASN1_STRING(3), a2i_ASN1_INTEGER(3), a2i_ASN1_ENUMERATED(3)
- hexadecimal dump of an ASN.1 string
- i3-dmenu-desktop(1), i3-dmenu-desktop(1)
- run .desktop files with dmenu
- i386-unknown-freebsd14.2-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- i586-pc-msdosdjgpp-dlltool(1), dlltool(1)
- Create files needed to build and use DLLs
- i586-pc-msdosdjgpp-nlmconv(1), nlmconv(1)
- converts object code into an NLM
- iat(1), Iso9660 Analyzer Tool(1)
- tool for detecting the structure of DVD/CD-ROM image file formats
- icat(1)
- Output the contents of a file based on its inode number
- icedtea-web(1)
- provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. NetX allows Java applets and applications to be downloaded over the network, cached, and (by default) run in a secure sandbox environment. Subsequent runs of the applet download the latest version automatically. Update and security settings, among others, can be set using the itw-settings command. icedtea-web also includes a plugin to enable Java applets (http://www.java.com/en/download/testjava.jsp) within web browsers. Names and email addresses of contributors to this project can be found in the file AUTHORS in the IcedTea-Web root directory. The full GPLv2 license of this project can be found in the file COPYING in the IcedTea-Web root directory. News about releases of this project can be found in the file NEWS in the IcedTea-Web root directory
- icegridnode(1)
- The IceGrid node server
- iconv_close(3)
- charset converter deallocation function
- iconv_close(3)
- deallocate descriptor for character set conversion
- iconv_open(3)
- allocate descriptor for character set conversion
- iconv_open_into(3)
- initialize descriptor for character set conversion
- icpfind(1)
- Use heuristic control-point detection strategies
- icuexportdata(1)
- Writes text files with Unicode properties data from ICU
- idea(1)
- launch IntelliJ IDEA Java Integrated Development Environment
- idea(l)
- encrypt and decrypt using IDEA
- ident(1)
- identify RCS keyword strings in files
- ident(3), ident_lookup(3), ident_id(3), ident_free(3), id_open_addr(3), id_open(3), id_close(3), id_query(3), id_parse(3), id_fileno(3)
- query remote IDENT server
- ident(8)
- nnrpd ident resolver
- identify(1)
- describes the format and characteristics of one or more image files
- identity_matrix(3), identity_matrix_f(3)
- Global containing the identity matrix. Allegro game programming library
- identity_quat(3)
- Global variable containing the identity quaternion. Allegro game programming library
- idevice_id(1)
- List attached devices or print device name of given device
- idevicebackup(1)
- Create or restore backup for devices
- idevicebackup2(1)
- Create or restore backups for devices running iOS 4 or later
- idevicebtlogger(1)
- Capture HCI traffic of a connected device
- idevicecrashreport(1)
- Retrieve crash reports from a device
- idevicedate(1)
- Display the current date or set it on a device
- idevicedebug(1)
- Interact with the debugserver service of a device
- idevicedebugserverproxy(1)
- Remote debugging proxy
- idevicedevmodectl(1)
- Enable Developer Mode on iOS 16+ devices or print the current status
- idevicediagnostics(1)
- Interact with the diagnostics interface of a device
- ideviceenterrecovery(1)
- Make a device enter recovery mode
- ideviceimagemounter(1)
- Mount, list, or unmount a disk image on the device
- ideviceinfo(1)
- Show information about the first connected device
- idevicename(1)
- Display the device name or set it to NAME if specified
- idevicenotificationproxy(1)
- Post or observe notifications on a device
- idevicepair(1)
- Manage host pairings with devices and usbmuxd
- ideviceprovision(1)
- Manage provisioning profiles on a device
- idevicescreenshot(1)
- Gets a screenshot from the connected device
- idevicesetlocation(1)
- Simulate location on iOS device
- idevicesyslog(1)
- Relay syslog of a connected device
- idn2_to_unicode_44i(3)
- API function
- idn2_to_unicode_4z4z(3)
- API function
- idn2_to_unicode_8z4z(3)
- API function
- idn2_to_unicode_8z8z(3)
- API function
- idn2_to_unicode_8zlz(3)
- API function
- idn2_to_unicode_lzlz(3)
- API function
- idn_comparenames(3), idn_decodename2(3)
- compare two internationzalized domain names
- idn_decodename(3), idn_decodename2(3)
- decode an internationalized domain name
- idn_encodename(3)
- encode an internationalized domain name
- idn_result_tostring(3)
- return a string corresponding with an error code
- idn_setlocalcheckfile(3)
- read local code point set from a file
- idn_version_unicode(3), idn_version_idnatable(3), idn_version_libidn(3), idn_version_getstring(3)
- get a version string about idnkit
- idna_to_unicode_44i(3)
- API function
- idna_to_unicode_4z4z(3)
- API function
- idna_to_unicode_8z4z(3)
- API function
- idna_to_unicode_8z8z(3)
- API function
- idna_to_unicode_8zlz(3)
- API function
- idna_to_unicode_lzlz(3)
- API function
- idnconv(1)
- codeset converter for named.conf and zone master files
- iec16022(1)
- program to generate 2d barcodes
- ifdepd(8)
- Interface Dependancy daemon
- ifuse(1)
- Mount directories of an iOS device locally using fuse
- igawk(1)
- gawk with include files
- igzip(1)
- compress or decompress files similar to gzip
- ils(1)
- List inode information
- image_access_storage(3), image_access_storage (3)
- Access the underlying backing store of a textured video object
- image_clip_on(3), image_clip_on (3)
- Control clipping for a video object
- image_color(3), image_color (3)
- Change color_surface and rendertarget clear-color
- image_framecyclemode(3), image_framecyclemode (3)
- Enable/Disable time-triggered active frameset frame cycling
- image_inherit_order(3), image_inherit_order (3)
- Changes the specific object order value to be expressed as relative to its parent
- image_loaded(3), image_loaded (3)
- Query the status of an asynchronous video object source
- image_matchstorage(3), image_matchstorage (3)
- test if two vids share the same underlying storage
- image_set_txcos(3), image_set_txcos (3)
- Override the default texture coordinates for an object
- image_set_txcos_default(3), image_set_txcos_default (3)
- Revert to the default set of texture mapping coordinates
- image_shader(3), image_shader (3)
- Set the active shader for an object
- image_state(3), image_state (3)
- Get a string representing the internal subtype of a video object
- image_storage_properties(3), image_storage_properties (3)
- Retrieve a table describing the current storage state for the specified object
- image_surface_initial(3), image_surface_initial (3)
- Retrieve a table describing the initial storage state for the specified object
- image_surface_initial_properties(3), image_surface_initial_properties (3)
- Retrieve a table describing the initial storage state for the specified object
- image_texfilter(3), image_texfilter (3)
- Switch object video filtering mode
- image_tracetag(3), image_tracetag (3)
- Set or retrieve a tracing tag for the specified video object
- imageindex(1)
- a digital photo gallery tool
- img2sixel(1)
- image converter to DEC SIXEL graphics
- img_stat(1)
- Display details of an image file
- implybddnode(3)
- computes a bdd that implies a conjonction of two bdd nodes. man1/alc_origin.1
- import(1)
- saves any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen. The window to capture is selected by clicking the desired window or a program option
- imv(1), icp(1)
- Rename or copy a file by editing the destination name using GNU readline
- inc(1)
- incorporate new mail to an nmh folder
- incatalogdelete(3)
- test if cell belongs to the catalog file man1/alc_origin.1
- incbddrefext(3)
- increments the external reference of a bdd node. man1/alc_origin.1
- incbddrefint(3)
- increments the internal reference of a bdd node. man1/alc_origin.1
- include-what-you-use(1)
- analyze includes in C and C++ source files
- include_server(1), include_server.py(1)
- conservative approximation of include dependencies for C/C++
- includeres(1)
- filter to include resources in a PostScript document
- indexer(1)
- Sphinxsearch fulltext index generator
- indexmaker(1)
- Creates index files for mrtg web sites (mrtg-2.17.10)
- indexpub(1)
- index an ASN.1 Pub-set by Medline UID
- indextool(1)
- Sphinxsearch tool dump miscellaneous debug information about the physical index
- indxbib(1)
- make inverted index for bibliographic databases
- inetcat(1)
- Opens a read/write interface via STDIN/STDOUT to a TCP port on a usbmux device
- infect(1)
- insert malicious code into an existing binary
- infinoted(1)
- dedicated server for the infinote protocol (e.g. Gobby)
- influx_inspect(1)
- Displays detailed information about InfluxDB data files
- influxd-backup(1)
- Creates a backup copy of specified InfluxDB OSS database(s) and saves to disk. Use this newer `-portable` option unless legacy support is required. Complete documentation on backing up and restoring, including the deprecated legacy format, see: https://docs.influxdata.com/influxdb/latest/administration/backup_and_restore/
- influxd-restore(1)
- Restores databases or specific shards to an InfluxDB OSS instance from the specified PATH. Complete documentation for the -portable restore method described here, and the deprecated legacy restore format, is located here: https://docs.influxdata.com/influxdb/latest/administration/backup_and_restore/
- infocmp(1m)
- compare or print out terminfo descriptions
- infotocap(1m), %infotocap(1m)
- convert a %terminfo description into a %termcap description
- initialise_joystick(3)
- Deprecated version of install_joystick(). Allegro game programming library
- injail(8)
- determine if a process is running in a jail
- inkview(1), Inkview(1)
- an SVG viewer and slideshow program
- inline-detox(1)
- clean up filenames (stream-based)
- inndf(8)
- Report free disk, inodes, and overview information
- innfeed(8), imapfeed(8)
- Multi-host, multi-connection, streaming NNTP feeder
- innupgrade(8)
- Upgrade INN configuration files
- input(1)
- Yagi-Uda project antenna defining program
- input_samplebase(3), input_samplebase (3)
- Change coordinate system origo for a device
- inputanalog_query(3), inputanalog_query (3)
- Query analog devices for filtering details
- inputanalog_toggle(3), inputanalog_toggle (3)
- Switch all analog device processing on/off
- install_sound_input(3)
- Initialises the sound recorder module. Allegro game programming library
- intel_bios_dumper(1)
- Save the Intel video BIOS contents to a file
- intel_error_decode(1)
- Decode an Intel GPU dump automatically captured by the kernel at the time of an error
- intel_vbt_decode(1)
- Intel Video BIOS Table parser
- interbench(8)
- -benchmark application designed to benchmark interactivity in Unix-like systems
- interference(6)
- decaying sinusoidal waves
- intersectbddnode(3)
- tests for an intersection between two bdd nodes. man1/alc_origin.1
- intltool-extract(8)
- generate header files which can be read by gettext
- io.elementary.code(1)
- text editor that works for you
- io.elementary.terminal(1)
- Modern terminal emulator from elementary project Pantheon Terminal is a beautiful and simple terminal emulator. It's designed to be set up with sane defaults and little to no configuration and follows the elementary OS Human Interface Guidelines
- iodbctest(1), iodbctestw(1)
- iODBC Demonstration programs
- iorate(1)
- tests I/O subsystems under various loads
- ipc_close(3)
- closes IPC connection in an orderly manner
- ipdecap(1)
- Decapsulate GRE, IPIP, 6in4 and ESP (Ipsec) packets
- ipe6upgrade(1)
- Convert Ipe 6 file format to Ipe 7 file format
- iperender(1)
- Export Ipe document as bitmap or SVG
- iperf(1)
- perform network traffic tests using network sockets. Metrics include throughput and latency or link capacity and responsiveness
- ipfixcol2-forwarder-output(7)
- Forwarder (output plugin)
- ipguard(8)
- tool designed to protect Ethernet LAN IP address space by ARP spoofing
- ipmi-config.conf(5), ipmi-config(5)
- IPMI configuration file details
- ipmi_ui(1)
- Crude interface to an IPMI system
- ipmidetect(8)
- list detected and/or undetected IPMI interfaces in a cluster
- ipmidetect.conf(5)
- specify alternate default values for the ipmidetect library
- ipmidetectd(8)
- IPMI node detection monitoring daemon
- ipmidetectd.conf(5)
- ipmidetectd configuration file
- ipmitool(1)
- utility for controlling IPMI-enabled devices
- iproxy(1)
- A proxy that binds local TCP ports to be forwarded to the specified ports on a usbmux device
- ipsec_barf(8)
- spew out collected IPsec debugging information
- ipup(1)
- ipdb - ipdb-update.sh - Tools for generating IP based Geo-blocking and Geo-routing tables in order to configure the system's firewall and/or routing facilities .sp
- irrecord(1)
- application for recording IR-codes for usage with LIRC
- irxevent(1)
- infrared X-event sender
- is_inside_bitmap(3)
- Tells if a point is inside a bitmap. Allegro game programming library
- is_same_bitmap(3)
- Tells if two bitmaps describe the same drawing surface. Allegro game programming library
- is_term_resized(3x), %is_term_resized(3x), %resize_term(3x), %resizeterm(3x)
- manage the terminal dimensions understood by curses
- is_video_bitmap(3)
- Tells if a bitmap is a screen bitmap, video memory or sub bitmap. Allegro game programming library
- is_windowed_mode(3)
- Tells if you are running in windowed mode. Allegro game programming library
- isablequalexpr(3)
- tests if two expressions are strictly identicals. man1/alc_origin.1
- isck(3)
- -tells if a name is the pattern defined by the user man1/alc_origin.1
- isds.h.libdatovka(3)
- API definition for libdatovka
- iset_create(3), iset_destroy(3), iset_copy(3), iset_is_empty(3), iset_add(3), iset_add_range(3), iset_remove(3), iset_remove_range(3), iset_clear(3), iset_contains(3), iset_union(3), iset_diff(3), iset_isect(3), iset_range(3), iset_nth_range(3)
- manipulate sets of integers
- iso3166(1)
- an ISO 3166 country code finder
- isodebug(1)
- print genisoimage debug info from ISO-9660 image
- isodebug(8)
- print mkisofs debug info from ISO-9660 image
- istat(1)
- Display details of a meta-data structure (i.e. inode)
- isvdd(3)
- -tells if a name contains the pattern defined by the user man1/alc_origin.1
- isvss(3)
- -tells if a name contains the pattern defined by the user man1/alc_origin.1
- itclcomponent(i4), itcl::component(i4)
- define components for extendedclass, widget or widgetadaptor Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical
- itcldelegate(i4), itcl::delegation(i4)
- delegate methods, procs or options to other objects Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical
- itclextendedclass(i4), itcl::extendedclass(i4)
- create a extendedclass of objects
- itcloption(i4), itcl::option(i4)
- define options for extendedclass, widget or widgetadaptor Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical
- item_name(3x), item_description(3x)
- get menu item name and description fields
- iv_fd_register(3), iv_fd_register_try(3), iv_fd_unregister(3), iv_fd_registered(3), iv_fd_set_handler_in(3), iv_fd_set_handler_err(3), iv_fd_set_handler_out(3)
- deal with ivykis file descriptors
- iv_init(3), iv_deinit(3), iv_inited(3)
- initialise and deinitialise ivykis
- iv_task_register(3), iv_task_unregister(3), iv_task_registered(3)
- deal with ivykis tasks
- iv_thread_create(3), iv_thread_set_debug_state(3)
- ivykis thread convenience functions
- iv_timer_register(3), iv_timer_unregister(3), iv_timer_registered(3)
- deal with ivykis timers
- ivtscd(8)
- Driver for the IVT Solar Controller Device
- j4-dmenu-desktop(1)
- faster replacement for i3-dmenu-desktop
- jack-smf-recorder(1)
- Standard MIDI File recorder for JACK MIDI
- jack_freewheel(1)
- JACK toolkit client to control freewheeling mode
- jack_ghero(8)
- daemon that converts a GuitarHero device into a JACK MIDI device
- jack_iodelay(1)
- JACK toolkit client to measure roundtrip latency
- jack_property(1)
- JACK client to list, set and delete metadata information
- jack_umidi(8)
- daemon that converts a raw MIDI device into a JACK MIDI device
- jadmaker(1)
- JAD File Generator rst2man-indent-level 0 1 rstReportMargin $1
-
-
-
-
-
-
-
-
-
-
- jbig2dec(1)
- File format converter specialized in JBIG2 decoding
- jcat-tool(1)
- standalone detached signature utility
- jclassinfo(1)
- Provides information for Java class files
- jclient.pl(1)
- sample client for module mode (perl version)
- jexctags(1)
- Generate tag files for source code
- jgmenuunicode(7)
- An overview of jgmenu unicode usage
- jhead(1)
- Digicam JPEG Exif header manipulation tool
- jigl2slideshow(1)
- Creates an input file for dvd-slideshow from pictures in a jigl online photo album
- jikes(1)
- java source to bytecode compiler
- jira-completion(7)
- Output shell completion code for the specified shell (bash or zsh)
- jira-issue-delete(7)
- Delete an issue
- jk_chrootsh(8)
- a shell that will put the user inside a changed root
- jk_socketd(8)
- a daemon to create a rate-limited /dev/log socket inside a chroot
- jmanpath(1)
- determine user's search path for Japanese man pages
- jose-b64-dec(1)
- Decodes URL-safe Base64 data to binary
- jose-b64-enc(1)
- Encodes binary data to URL-safe Base64
- jose-jwe-dec(1)
- Decrypts a JWE using the supplied JWKs
- jose_b64(3)
- URL-safe Base64 Encoding & Decoding
- joystick_sethandler(3), joystick_setdefaulthandler(3)
- set the joystick event handler
- joytest(6)
- test the svgalib joystick package in text mode
- js_demo(1)
- Joystick demo application for FlightGear
- json2xml(1)
- translates JSON documents conforming to a YANG data model into XML
- jt65code(1), jt9code(1), jt4code(1), qra64code(1), ft8code(1), msk144code(1)
- Weak signal communications encoding support utilities
- jumpgate(8)
- -- a TCP connection forwarder
- jw(1), docbook2dvi(1), docbook2html(1), docbook2man(1), docbook2pdf(1), docbook2ps(1), docbook2rtf(1), docbook2tex(1), docbook2texi(1), docbook2txt(1)
- (Jade Wrapper) converts SGML files to other formats
- k5identity(5)
- Kerberos V5 client principal selection rules
- kadnode(1)
- P2P name resolver daemon
- kaffeine(1)
- A media player by KDE with digital TV support
- kak(1)
- a vim-inspired, selection oriented code editor
- kaleidescope(6), Kaleidescope(6)
- rotating line segments
- kallisti(6)
- the golden apple of discord
- kalzium(1)
- A KDE based chemistry teaching tool
- kate(1)
- Advanced text editor by KDE
- kbibtex(1)
- a BibTeX editor by KDE written by Thomas Fischer and released under the GPL version 2 or later
- kbuildsycoca5(8)
- Rebuilds the KService desktop file system configuration cache
- kcm(8)
- process-based credential cache for Kerberos tickets
- kcookiejar5(8)
- Command line interface to the KDE HTTP cookie daemon
- kcov(1)
- Code coverage analysis for compiled programs and Python scripts
- kdata_destroy(3)
- destroy plotting data
- kdata_pmfstddev(3)
- compute probability mass function standard deviation of data
- kdata_stddev_alloc(3)
- allocate standard deviation data for plotting
- kdata_stddev_attach(3)
- attach source for standard deviation data plotting
- kdata_xstddev(3), kdata_ystddev(3)
- compute population standard deviation of data
- kdatacfg_defaults(3)
- set default values for plot data
- kdc.conf(5)
- Kerberos V5 KDC configuration file The kdc.conf file supplements krb5.conf(5) for programs which are typically only used on a KDC, such as the krb5kdc(8) and kadmind(8) daemons and the kdb5_util(8) program. Relations documented here may also be specified in krb5.conf; for the KDC programs mentioned, krb5.conf and kdc.conf will be merged into a single configuration profile. Normally, the kdc.conf file is found in the KDC state directory, /usr/local/var/krb5kdc. You can override the default location by setting the environment variable KRB5_KDC_PROFILE. Please note that you need to restart the KDC daemon for any configuration changes to take effect
- kded5(8)
- KDE daemon - triggers Sycoca database updates when needed
- kdeinit5(8)
- Launcher for applications built with kdeinit support, and for KIO slaves
- kdenlive(1)
- An open source non-linear video editor
- kdenlive_render(1)
- Render program for Kdenlive
- kdestroy(1)
- destroy Kerberos tickets
- kdesu(1)
- Runs a program with elevated privileges
- kdiff3(1)
- Tool for Comparison and Merge of Files and Folders
- kdrill(1), kdrill v6.2(1)
- drill program for kanji chars under Xwindows (X11R5 or better is required to run) kdrill also does dictionary lookup Yikes.. this man-page is getting huge. But I am a great believer in having proper documentation. Hopefully, this new format will help instead of hinder. At some future point in time, I shall convert this huge beast to HTML. But that point is not now. [Although actually, you CAN go to http://www.bolthole.com/kdrill/ for some help ] TIP: "/WORD" usually takes you to the next occurrence of "WORD", if you are viewing this using a "man"-like program
- keepassxc(1)
- a modern open-source password manager
- ken(1), b1ff(1), censor(1), chef(1), cockney(1), eleet(1), fanboy(1), fudd(1), jethro(1), jibberish(1), jive(1), kenny(1), kraut(1), ky00te(1), nethackify(1), newspeak(1), nyc(1), pirate(1), rasterman(1), scottish(1), spammer(1), scramble(1), studly(1), uniencode(1), upside-down(1)
- assorted text filters
- kermit(1)
- C(hyKermit 10.0: transport(hy and platform(hyindependent interactive and scriptable communications software. This document is intended to give the beginner sufficient information to make basic use of C(hyKermit 10.0. Although it might be rather long for a Unix manual page, it's still far shorter than the C(hyKermit manual, which should be consulted for advanced topics such as customization, character(hysets, scripting, etc. We also attempt to provide a clear structural overview of C(hyKermit's many capabilities, functional areas, states, and modes and their interrelation, that should be helpful to beginners and veterans alike, as well as to those upgrading to version 10.0 from earlier releases. This document is also available as a Web page at: https://kermitproject.org/ckututor.html
- key_defined(3x), %key_defined(3x)
- test whether a curses keycode is defined
- keyboard-daemon(1)
- read from a keyboard device node and execute commands
- keyboard_clearstate(3)
- reset the state of all keys when in raw keyboard mode
- keyboard_close(3)
- return the keyboard to normal operation from raw mode
- keyboard_getstate(3)
- get a pointer to a buffer holding the state of all keys in raw keyboard mode
- keyboard_init(3), keyboard_init_return_fd(3)
- initialize the keyboard to raw mode
- keyboard_keypressed(3)
- check if a key is pressed when in raw keyboard mode
- keyboard_seteventhandler(3), keyboard_setdefaulteventhandler(3)
- define an event handler for keyboard events in raw mode
- keyboard_translatekeys(3)
- modify scancode mappings in raw keyboard mode
- keyboard_ucallback(3)
- User specified unicode keyboard callback handler. Allegro game programming library
- keybound(3x), %keybound(3x)
- get definition of curses keycode
- keyok(3x), %keyok(3x)
- enable or disable a curses keycode
- kf5kross(1)
- KDE application to run kross scripts
- kf5options(7)
- Common commandline options for all applications based on KDE Frameworks 5
- kf6options(7)
- Common commandline options for all applications based on KDE Frameworks 6
- kfd(8)
- receive forwarded tickets
- kfind(1)
- file find utility by KDE
- kgdb(1)
- kernel debugger
- kgendesignerplugin(1)
- Generates widget plugins for Qt(TM) Designer
- khangman(6)
- The classical hangman game by KDE
- khtml_closeto(3)
- close element contexts of kcgihtml to given depth
- khtml_elemat(3)
- get element stack depth of kcgihtml
- khttp_body(3), khttp_body_compress(3)
- close the HTTP header sequence for kcgi
- khttp_head(3)
- emit one HTTP header for kcgi
- khttp_urldecode(3), khttp_urldecode_inplace(3)
- URL decoding for kcgi
- khttp_urlencode(3)
- URL encoding for kcgi
- kig(1)
- An interactive geometry program by KDE
- kitty(1)
- The fast, feature rich terminal emulator 0.0 3.5 kitty [options] [program-to-run ...] Run the kitty terminal emulator. You can also specify the program to run inside kitty as normal arguments following the options. For example: kitty --hold sh -c (dqecho hello, world(dq For comprehensive documentation for kitty, please see: %https://sw.kovidgoyal.net/kitty/
- kjs5(1)
- KDE ECMAScript compatible interpreter
- kldpatch(8)
- print/modify device/quirk tables in kernel modules
- klelapi(3), KL-EL(3)
- an embedded expression language
- kmymoney(1)
- the personal finance manager by KDE
- knet_handle_add_datafd(3)
- Install a file descriptor for communication
- knet_handle_enable_access_lists(3)
- Enable or disable usage of access lists (default: off)
- 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_remove_datafd(3)
- Remove a file descriptor from knet
- knet_link_insert_acl(3)
- Insert access list entry to an open link at given index
- 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
- knews(1)
- Karl's threaded newsreader for X
- kobodl(6)
- Kobo Deluxe, an enhanced version of the scrolling game XKobo
- kplot_detach(3)
- detach plots from the plotting context
- kplotcfg_defaults(3)
- set default values for a plot
- kpseaccess(1)
- determine whether a file can be accessed
- kpsestat(1)
- compute octal mode from mode of existing file
- krb5.conf(5)
- Kerberos configuration file The krb5.conf file contains Kerberos configuration information, including the locations of KDCs and admin servers for the Kerberos realms of interest, defaults for the current realm and for Kerberos applications, and mappings of hostnames onto Kerberos realms. Normally, you should install your krb5.conf file in the directory /etc. You can override the default location by setting the environment variable KRB5_CONFIG. Multiple colon-separated filenames may be specified in KRB5_CONFIG; all files which are present will be read. Starting in release 1.14, directory names can also be specified in KRB5_CONFIG; all files within the directory whose names consist solely of alphanumeric characters, dashes, or underscores will be read
- krb5_add_et_list(3), krb5_add_extra_addresses(3), krb5_add_ignore_addresses(3), krb5_context(3), krb5_free_config_files(3), krb5_free_context(3), krb5_get_default_config_files(3), krb5_get_dns_canonize_hostname(3), krb5_get_extra_addresses(3), krb5_get_fcache_version(3), krb5_get_ignore_addresses(3), krb5_get_kdc_sec_offset(3), krb5_get_max_time_skew(3), krb5_get_use_admin_kdc krb5_init_context(3), krb5_init_ets(3), krb5_prepend_config_files(3), krb5_prepend_config_files_default(3), krb5_set_config_files(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_use_admin_kdc(3)
- create, modify and delete krb5_context structures
- krb5_appdefault_boolean(3), krb5_appdefault_string(3), krb5_appdefault_time(3)
- get application configuration value
- krb5_c_block_size(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_c_checksum_length(3)
- Kerberos 5 crypto API
- krb5_ccache(3)
- Heimdal Kerberos 5 credential cache functions
- krb5_ccache_intro(3)
- The credential cache functions
- krb5_check_transited(3), krb5_check_transited_realms(3), krb5_domain_x500_decode(3), krb5_domain_x500_encode(3)
- realm transit verification and encoding/decoding functions
- krb5_copy_host_realm(3), krb5_free_host_realm(3), krb5_get_default_realm(3), krb5_get_default_realms(3), krb5_get_host_realm(3), krb5_set_default_realm(3)
- default and host realm read and manipulation routines
- krb5_credential(3)
- Heimdal Kerberos 5 credential handing functions
- krb5_creds(3), krb5_copy_creds(3), krb5_copy_creds_contents(3), krb5_free_creds(3), krb5_free_cred_contents(3)
- Kerberos 5 credential handling functions
- krb5_crypto_getblocksize(3), krb5_crypto_getconfoundersize 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_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_get_wrapped_length(3), krb5_string_to_enctype(3)
- encrypt and decrypt data, set and get encryption type parameters
- krb5_deprecated(3)
- Heimdal Kerberos 5 deprecated functions
- krb5_digest(3), krb5_digest_alloc(3), krb5_digest_free(3), krb5_digest_set_server_cb(3), krb5_digest_set_type(3), krb5_digest_set_hostname(3), krb5_digest_get_server_nonce(3), krb5_digest_set_server_nonce(3), krb5_digest_get_opaque(3), krb5_digest_set_opaque(3), krb5_digest_get_identifier(3), krb5_digest_set_identifier(3), krb5_digest_init_request(3), krb5_digest_set_client_nonce(3), krb5_digest_set_digest(3), krb5_digest_set_username(3), krb5_digest_set_authid(3), krb5_digest_set_authentication_user(3), krb5_digest_set_realm(3), krb5_digest_set_method(3), krb5_digest_set_uri(3), krb5_digest_set_nonceCount(3), krb5_digest_set_qop(3), krb5_digest_request(3), krb5_digest_get_responseData(3), krb5_digest_get_rsp(3), krb5_digest_get_tickets(3), krb5_digest_get_client_binding(3), krb5_digest_get_a1_hash(3)
- remote digest (HTTP-DIGEST, SASL, CHAP) support
- krb5_get_credentials(3), krb5_get_credentials_with_flags(3), krb5_get_kdc_cred(3), krb5_get_renewed_creds(3)
- get credentials from the KDC using krbtgt
- 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)
- get credentials from the KDC
- krb5_get_default_principal(3), krb5_principal(3), krb5_build_principal(3), krb5_build_principal_ext(3), krb5_build_principal_va(3), krb5_build_principal_va_ext(3), krb5_copy_principal(3), krb5_free_principal(3), krb5_make_principal(3), krb5_parse_name(3), krb5_parse_name_flags(3), krb5_parse_nametype(3), krb5_princ_set_realm(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_realm_compare(3), krb5_sname_to_principal(3), krb5_sock_to_principal(3), krb5_unparse_name(3), krb5_unparse_name_flags(3), krb5_unparse_name_fixed(3), krb5_unparse_name_fixed_flags(3), krb5_unparse_name_fixed_short(3), krb5_unparse_name_short(3)
- Kerberos 5 principal handling functions
- krb5_get_in_tkt(3), krb5_get_in_cred(3), krb5_get_in_tkt_with_password(3), krb5_get_in_tkt_with_keytab(3), krb5_get_in_tkt_with_skey(3), krb5_free_kdc_rep(3), krb5_password_key_proc(3)
- deprecated initial authentication functions
- 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_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_canonicalize(3), krb5_get_init_creds_opt_set_win2k(3), krb5_get_init_creds_password(3), krb5_prompt(3), krb5_prompter_posix(3)
- Kerberos 5 initial authentication functions
- krb5_init_creds_intro(3)
- The initial credential handing functions
- krb5_initlog(3), krb5_openlog(3), krb5_closelog(3), krb5_addlog_dest(3), krb5_addlog_func(3), krb5_log(3), krb5_vlog(3), krb5_log_msg(3), krb5_vlog_msg(3)
- Heimdal logging functions
- krb5_mk_req(3), krb5_mk_req_exact(3), krb5_mk_req_extended(3), krb5_rd_req(3), krb5_rd_req_with_keyblock(3), krb5_mk_rep(3), krb5_mk_rep_exact(3), krb5_mk_rep_extended(3), krb5_rd_rep(3), krb5_build_ap_req(3), krb5_verify_ap_req(3)
- create and read application authentication request
- krb5_rcache(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_get_server_rcache(3)
- Kerberos 5 replay cache
- krb5_timeofday(3), krb5_set_real_time(3), krb5_us_timeofday(3), krb5_format_time(3), krb5_string_to_deltat(3)
- Kerberos 5 time handling functions
- krb5_verify_init_creds_opt_init(3), krb5_verify_init_creds_opt_set_ap_req_nofail(3), krb5_verify_init_creds(3)
- verifies a credential cache is correct by using a local keytab
- krb5plugin_an2ln_ftable_desc(3)
- Description of the krb5_aname_to_lname(3) plugin facility
- krb5plugin_db_ftable_desc(3)
- Description of the krb5 DB plugin facility
- krb5plugin_kuserok_ftable_desc(3)
- Description of the krb5_kuserok(3) plugin facility
- krillup(1)
- Krill Upgrade Helper
- krusader(1)
- advanced twin-panel file manager and FTP client by KDE
- ksql_alloc_child(3)
- allocate a ksql database handle in split-process mode
- ksql_cfg_defaults(3)
- set defaults for a ksql configuration
- ksql_lastid(3)
- get the last insertion row identifier
- ktoblzcheck(1)
- Check Account and BLZ (bank routing code)
- ktouch(1)
- A typing tutor by KDE
- kua(1)
- find files which are identical to the given one (comes from the Hungarian keresd ugyanazt - meaning "find the same")
- kvalid_bit(3), kvalid_date(3), kvalid_double(3), kvalid_email(3), kvalid_int(3), kvalid_string(3), kvalid_stringne(3), kvalid_udouble(3), kvalid_uint(3)
- predefined validation functions for kcgi
- kvazaar(1)
- open source HEVC encoder
- kvs(1)
- No short description
- kvs-delete(1)
- Execute a KV Delete Command
- kvs-idfy-ns(1)
- KV Command Set specific identify-controller
- kwallet-query(1)
- KDE Wallet command-line manipulation tool
- kxstitch(1)
- cross stitch pattern creator and editor by KDE
- l2a(1)
- a LaTeX detergent
- la_gbamv(3)
- la_gbamv: matrix-vector multiply |A| * |x|, general banded
- la_gbrfsx_extended(3)
- la_gbrfsx_extended: step in gbrfsx
- la_gerfsx_extended(3)
- la_gerfsx_extended: step in gerfsx
- la_herfsx_extended(3)
- la_herfsx_extended: step in herfsx
- la_porfsx_extended(3)
- la_porfsx_extended: step in porfsx
- labad(3)
- labad: over/underflow on obsolete pre-IEEE machines
- labplot(1)
- an application by KDE for interactive graphing and analysis of scientific data
- ladiv(3)
- ladiv: complex divide
- laed2(3)
- laed2: D&C step: deflation
- laed8(3)
- laed8: D&C step: deflation
- laed_comp_grp(3)
- tridiag divide and conquer (D&C) routines
- laexc(3)
- laexc: reorder Schur form
- langb(3)
- langb: general matrix, banded
- lanhb(3)
- lan{hb,sb}: Hermitian/symmetric matrix, banded
- lantb(3)
- lantb: triangular matrix, banded
- lapll(3)
- lapll: linear dependence of 2 vectors
- larf(3)
- larf: apply Householder reflector
- larfb(3)
- larfb: apply block Householder reflector
- larfg(3)
- larfg: generate Householder reflector
- larfgp(3)
- larfgp: generate Householder reflector, beta ≥ 0
- larfx(3)
- larfx: apply Householder reflector, unrolled
- larfy(3)
- larfy: apply Householder reflector symmetrically (2-sided)
- lart(1)
- Luser Attitude Readjustment Tool - use a lart to adjust lusers' attitudes
- lasd2(3)
- lasd2: D&C step: deflation
- lasd7(3)
- lasd7: D&C step: deflation
- lasem-render-0.6(1)
- render MathML or SVG using Lasem
- lassq(3)
- lassq: sum-of-squares, avoiding over/underflow
- laswlq(3)
- laswlq: short-wide LQ factor
- lat_fs(8)
- measure file system create/delete performance
- latexdiff(1)
- determine and markup differences between two latex files
- latexdiff-vc(1)
- wrapper script that calls latexdiff for different versions of a file under version management (CVS, RCS or SVN)
- launch_decode(3), launch_decode (3)
- Launch a video decoding frameserver
- lavalauncher(1), LavaLauncher(1)
- A simple launcher panel for Wayland desktops
- lavplay(1)
- Playback and edit MJPEG video
- lavrec(1)
- Record MJPEG-video from a zoran/video4linux-device
- lavtrans(1)
- Convert MJPEG videos to other MJPEG video formats
- lazarus-ide(1), Lazarus(1)
- is a Rapid Application Development (RAD) for the Free Pascal Compiler (FPC) including an Integrated Development Environment (IDE)
- lblk(1)
- No short description
- lblk-idfy(1)
- Identify the namespace for the given URI
- lblk-info(1)
- Retrieve derived information for the given URI
- lbrate(1)
- extract/decompress CP/M LBR archives
- lcdexec(1)
- LCDproc client to execute commands from the LCDd menu
- ldap_delete(3), ldap_delete_s(3), ldap_delete_ext(3), ldap_delete_ext_s(3)
- Perform an LDAP delete operation
- ldap_dup(3), ldap_destroy(3)
- Duplicate and destroy LDAP session handles
- ldap_extended_operation(3), ldap_extended_operation_s(3)
- Extends the LDAP operations to the LDAP server
- ldap_get_dn(3), ldap_explode_dn(3), ldap_explode_rdn(3), ldap_dn2ufn(3)
- LDAP DN handling routines
- ldap_is_ldap_url(3), ldap_url_parse(3), ldap_free_urldesc(3)
- LDAP Uniform Resource Locator routines
- 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_sort_entries(3), ldap_sort_values(3), ldap_sort_strcasecmp(3)
- LDAP sorting routines (deprecated)
- ldap_str2syntax(3), ldap_syntax2str(3), ldap_syntax2name(3), ldap_syntax_free(3), ldap_str2matchingrule(3), ldap_matchingrule2str(3), ldap_matchingrule2name(3), ldap_matchingrule_free(3), ldap_str2attributetype(3), ldap_attributetype2str(3), ldap_attributetype2name(3), ldap_attributetype_free(3), ldap_str2objectclass(3), ldap_objectclass2str(3), ldap_objectclass2name(3), ldap_objectclass_free(3), ldap_scherr2str(3)
- Schema definition handling routines
- ldapdelete(1)
- LDAP delete entry tool
- ldapdeletegroup(1)
- deletes a POSIX group account from LDAP
- ldapdeletemachine(1)
- deletes a POSIX machine (user$) account from LDAP
- ldapdeleteuser(1)
- deletes a POSIX user account from LDAP
- ldapdeleteuserfromgroup(1)
- deletes a member from a group in LDAP
- ldapexop(1)
- issue LDAP extended operations
- ldapfinger(1)
- displays a user/machine/group POSIX account's details
- ldapvc(1)
- LDAP verify credentials tool
- ldbdel(1)
- Command-line program for deleting LDB records
- ldns_b32_ntop_calculate_size(3), ldns_b32_pton_calculate_size(3), ldns_b64_ntop_calculate_size(3), ldns_b64_pton_calculate_size(3)
- return size needed for b32 or b64 encoded or decoded data
- ldns_bubblebabble(3)
- encode data as BubbleBabble
- ldns_dnssec_data_chain_new(3), ldns_dnssec_data_chain_free(3), ldns_dnssec_data_chain_deep_free(3), ldns_dnssec_build_data_chain(3), ldns_dnssec_data_chain_print(3)
- ldns_chain creation, destruction and printing
- ldns_dnssec_trust_tree_new(3), ldns_dnssec_trust_tree_free(3), ldns_dnssec_trust_tree_depth(3), ldns_dnssec_derive_trust_tree(3), ldns_dnssec_trust_tree_contains_keys(3), ldns_dnssec_trust_tree_print(3), ldns_dnssec_trust_tree_print_sm(3), ldns_dnssec_trust_tree_add_parent(3), ldns_dnssec_derive_trust_tree_normal_rrset(3), ldns_dnssec_derive_trust_tree_dnskey_rrset(3), ldns_dnssec_derive_trust_tree_ds_rrset(3), ldns_dnssec_derive_trust_tree_no_sig(3)
- functions for ldns_dnssec_trust_tree
- ldns_dnssec_verify_denial(3), ldns_dnssec_verify_denial_nsec3(3)
- verify denial of existence
- ldns_dnssec_zone_sign(3), ldns_dnssec_zone_sign_nsec3(3), ldns_dnssec_zone_mark_glue(3), ldns_dnssec_name_node_next_nonglue(3), ldns_dnssec_zone_create_nsecs(3), ldns_dnssec_remove_signatures(3), ldns_dnssec_zone_create_rrsigs(3)
- sign ldns_dnssec_zone
- ldns_key_free(3), ldns_key_deep_free(3), ldns_key_list_free(3)
- free a ldns_key
- ldns_pkt2buffer_str(3), ldns_pktheader2buffer_str(3), ldns_rr2buffer_str(3), ldns_rr_list2buffer_str(3), ldns_rdf2buffer_str(3), ldns_key2buffer_str(3), ldns_pkt2buffer_wire(3), ldns_rr2buffer_wire(3), ldns_rdf2buffer_wire(3), ldns_rrsig2buffer_wire(3), ldns_rr_rdata2buffer_wire(3)
- lower level conversions
- ldns_pkt_edns(3), ldns_pkt_edns_udp_size(3), ldns_pkt_edns_extended_rcode(3), ldns_pkt_edns_version(3), ldns_pkt_edns_z(3), ldns_pkt_edns_data(3), ldns_pkt_set_edns_udp_size(3), ldns_pkt_set_edns_extended_rcode(3), ldns_pkt_set_edns_version(3), ldns_pkt_set_edns_z(3), ldns_pkt_set_edns_data(3)
- ldns_pkt ends0 related functions
- ldns_pkt_id(3), ldns_pkt_qr(3), ldns_pkt_aa(3), ldns_pkt_tc(3), ldns_pkt_rd(3), ldns_pkt_cd(3), ldns_pkt_ra(3), ldns_pkt_ad(3), ldns_pkt_get_opcode(3), ldns_pkt_get_rcode(3), ldns_pkt_qdcount(3), ldns_pkt_ancount(3), ldns_pkt_nscount(3), ldns_pkt_arcount(3), ldns_pkt_answerfrom(3), ldns_pkt_querytime(3), ldns_pkt_size(3), ldns_pkt_tsig(3), ldns_pkt_question(3), ldns_pkt_answer(3), ldns_pkt_authority(3), ldns_pkt_additional(3), ldns_pkt_get_section_clone(3), ldns_pkt_rr_list_by_name(3), ldns_pkt_rr_list_by_type(3), ldns_pkt_rr_list_by_name_and_type(3)
- get ldns_pkt attributes
- ldns_pkt_new(3), ldns_pkt_free(3), ldns_pkt_print(3), ldns_pkt_query_new(3), ldns_pkt_query_new_frm_str(3), ldns_pkt_reply_type(3)
- ldns_pkt creation, destruction and printing
- ldns_pkt_set_flags(3), ldns_pkt_set_id(3), ldns_pkt_set_qr(3), ldns_pkt_set_aa(3), ldns_pkt_set_tc(3), ldns_pkt_set_rd(3), ldns_pkt_set_cd(3), ldns_pkt_set_ra(3), ldns_pkt_set_ad(3), ldns_pkt_set_opcode(3), ldns_pkt_set_rcode(3), ldns_pkt_set_qdcount(3), ldns_pkt_set_ancount(3), ldns_pkt_set_nscount(3), ldns_pkt_set_arcount(3), ldns_pkt_set_answerfrom(3), ldns_pkt_set_querytime(3), ldns_pkt_set_size(3), ldns_pkt_set_section_count(3), ldns_pkt_set_tsig(3)
- set ldns_pkt attributes
- ldns_rdf_new(3), ldns_rdf_clone(3), ldns_rdf_new_frm_data(3), ldns_rdf_new_frm_str(3), ldns_rdf_new_frm_fp(3), ldns_rdf_free(3), ldns_rdf_deep_free(3), ldns_rdf_print(3)
- ldns_rdf creation, destruction and printing
- ldns_rr_descriptor(3), ldns_rr_descript(3), ldns_rr_descriptor_minimum(3), ldns_rr_descriptor_maximum(3), ldns_rr_descriptor_field_type(3)
- rdata field descriptors
- ldns_rr_list_new(3), ldns_rr_list_free(3)
- ldns_rr_list creation and destruction
- ldns_rr_new(3), ldns_rr_new_frm_type(3), ldns_rr_new_frm_str(3), ldns_rr_new_frm_fp(3), ldns_rr_free(3), ldns_rr_print(3)
- ldns_rr creation, destruction and printing
- ldns_update_pkt_tsig_add(3)
- add resolver's tsig credentials to an ldns_pkt
- ldns_zone(3), ldns_zone_new(3), ldns_zone_free(3), ldns_zone_deep_free(3), ldns_zone_new_frm_fp(3), ldns_zone_new_frm_fp_l(3), ldns_zone_print(3), ldns_zone_print_fmt(3)
- ldns_zone creation, destruction and printing
- ldnsd(1)
- simple daemon example code
- leafnode(8)
- NNTP server for small (dialup) sites
- leafnode-version(1)
- print the leafnode version
- legacy_coding(3x), %use_legacy_coding(3x)
- override curses locale encoding checks
- leocad(1), LeoCAD(1)
- CAD program for LEGO models
- lepton-archive(1)
- create and extract Lepton EDA design archives
- lepton-refdes_renum(1)
- Lepton EDA refdes renumbering utility
- lepton-upcfg(1)
- Lepton EDA configuration upgrade utility
- lfe_gen(3)
- Lisp Flavoured Erlang (LFE) dynamic code generator
- lfe_guide(7)
- Lisp Flavoured Erlang User Guide
- lfe_macro(3)
- Lisp Flavoured Erlang (LFE) macro expander
- lfortran(1), LFortran(1)
- modern interactive LLVM-based Fortran compiler
- lgogdownloader(1), LGOGDownloader(1)
- manual page for LGOGDownloader 3.16
- lh_new(3), lh_free(3), lh_insert(3), lh_delete(3), lh_retrieve(3), lh_doall(3), lh_doall_arg(3), lh_error(3), LHASH_COMP_FN_TYPE(3), LHASH_HASH_FN_TYPE(3), LHASH_DOALL_FN_TYPE(3), LHASH_DOALL_ARG_FN_TYPE(3), lh_strhash(3)
- dynamic hash table
- libOpenCL(7), libOpenCL.so(7)
- OCL-ICD implementation of OpenCL ICD loader
- libarchive_internals(3)
- description of libarchive internal interfaces
- libavcodec(3)
- media streams decoding and encoding library
- libavdevice(3)
- multimedia device handling library
- libavformat(3)
- multimedia muxing and demuxing library
- libbde(3), libbde.h(3)
- Library to access the BitLocker Drive Encryption (BDE) format
- libblkid(3)
- block device identification library
- libcurl(3)
- client-side URL transfers
- libcurl-env(3)
- environment variables libcurl understands
- libcurl-env-dbg(3)
- environment variables libcurl DEBUGBUILD understands
- libcurl-errors(3)
- error codes in libcurl
- libcurl-security(3)
- security considerations when using libcurl
- libcw(3)
- general purpose Morse code functions library
- libdieharder(3)
- A testing and benchmarking library for random number generators
- libdmtx(3)
- Data Matrix Encoding & Decoding Library 0.7.5
- libdskrc(5)
- Custom format definitions for LibDSK programs
- libevdev(3)
- wrapper library for evdev devices
- libevdev-tweak-device(1)
- modify an evdev kernel device
- libfsext(3), libfsext.h(3)
- Library to support the Extended File System (ext) format
- libfvde(3), libfvde.h(3)
- Library to access the FileVault Drive Encryption (FVDE) format
- libg15render(3)
- Render text and graphics to a buffer usable by libg15 (3) or g15daemon (1)
- libgetdns(3)
- -- an implementation of a modern asynchronous DNS API by and for application developers
- libgutenfetch(3)
- Client-side library to retrieve listings and books availiable from Project Gutenberg
- libinput-analyze(1)
- analyze device data
- libinput-analyze-per-slot-delta(1)
- analyze the per-event delta movement for touch slots
- libinput-analyze-recording(1)
- analyze a device recording
- libinput-debug-events(1)
- debug helper for libinput
- libinput-debug-tablet(1)
- debug and visualize tablet axes
- libinput-list-devices(1)
- list local devices as recognized by libinput and default values of their configuration
- libinput-list-kernel-devices(1)
- list all kernel input devices
- libinput-measure(1)
- measure properties of devices
- libinput-measure-touch-size(1)
- measure touch size and orientation of devices
- libinput-measure-touchpad-pressure(1)
- measure pressure properties of devices
- libinput-measure-touchpad-tap(1)
- measure tap-to-click properties of devices
- libinput-quirks(1)
- quirk debug helper for libinput
- libipmiconsole.conf(5)
- specify default values for libipmiconsole
- libipmidetect(3)
- a library of functions to determine if a node is detected or undetected
- libjodycode(7)
- shared code used by several tools written by Jody Bruchon
- libluksde(3), libluksde.h(3)
- Library to access the Linux Unified Key Setup (LUKS) Disk Encryption format
- libmagic(3), magic_open(3), magic_close(3), magic_error(3), magic_errno(3), magic_descriptor(3), magic_buffer(3), magic_getflags(3), magic_setflags(3), magic_check(3), magic_compile(3), magic_list(3), magic_load(3), magic_load_buffers(3), magic_setparam(3), magic_getparam(3), magic_version(3)
- Magic number recognition library
- libmpdec(3)
- 4.0.0
- libmpdec++(3)
- 4.0.0
- libmsiecf(3), libmsiecf.h(3)
- Library to access the MSIE Cache File (index.dat) format
- libnids(3)
- network intrusion detection system E-box library
- libowfat_array_reset(3), array_reset(3)
- deallocate array
- libowfat_buffer_putlong(3), buffer_putlong(3)
- write a decimal ASCII representation of a signed long integer to buffer
- libowfat_buffer_putlonglong(3), buffer_putlonglong(3)
- write a decimal ASCII representation of a signed long integer to buffer
- libowfat_buffer_putulong(3), buffer_putulong(3)
- write a decimal ASCII representation of an unsigned long integer to buffer
- libowfat_buffer_putulonglong(3), buffer_putulonglong(3)
- write a decimal ASCII representation of a signed long integer to buffer
- libowfat_buffer_putxlong(3), buffer_putxlong(3)
- write a hexidecimal ASCII representation of an unsigned long integer to buffer
- libowfat_critbit0_delete(3), critbit0_delete(3)
- delete a string from a critbit tree
- libowfat_fmt_asn1derlength(3), fmt_asn1derlength(3)
- encode unsigned integer like ASN.1 DER length
- libowfat_fmt_asn1dertag(3), fmt_asn1dertag(3)
- encode unsigned integer like ASN.1 DER tag
- libowfat_fmt_uint0(3), fmt_uint0(3)
- write a zero-padded ASCII representation of an unsigned integer
- libowfat_fmt_ulong0(3), fmt_ulong0(3)
- write a zero-padded ASCII representation of an unsigned long integer
- libowfat_fmt_utf8(3), fmt_utf8(3)
- encode 31-bit unsigned integer using UTF-8 rules
- libowfat_fmt_xlong(3), fmt_xlong(3)
- write a hexadecimal ASCII representation of an unsigned long integer
- libowfat_fmt_xlonglong(3), fmt_xlonglong(3)
- write a hexadecimal ASCII representation of an unsigned long long integer
- libowfat_io_canread(3), io_canread(3)
- return a file descriptor that can be read from
- libowfat_io_canwrite(3), io_canwrite(3)
- return a file descriptor that can be written to
- libowfat_io_check(3), io_check(3)
- check for new readable or writable descriptors
- libowfat_io_close(3), io_close(3)
- close a file descriptor
- libowfat_io_closeonexec(3), io_closeonexec(3)
- mark a file descriptor non-inheritable
- libowfat_io_dontwantread(3), io_dontwantread(3)
- signal that you do not want to read from a descriptor
- libowfat_io_dontwantwrite(3), io_dontwantwrite(3)
- signal that you do not want to write to a descriptor
- libowfat_io_fd(3), io_fd(3)
- prepare descriptor for io_wait
- libowfat_io_fd_canwrite(3), io_fd_canwrite(3)
- prepare descriptor for io_wait
- libowfat_io_fd_flags(3), io_fd_flags(3)
- prepare descriptor for io_wait
- libowfat_io_finishandshutdown(3), io_finishandshutdown(3)
- deallocate internal data structures
- libowfat_io_passfd(3), io_passfd(3)
- pass a file descriptor over a Unix Domain socket
- libowfat_io_receivefd(3), io_receivefd(3)
- receive a file descriptor over a Unix Domain socket
- libowfat_io_setcookie(3), io_setcookie(3)
- associate cookie with descriptor
- libowfat_io_timeout(3), io_timeout(3)
- set time limit on descriptor
- libowfat_io_timeouted(3), io_timeouted(3)
- return a file descriptor over deadline
- libowfat_io_tryread(3), io_tryread(3)
- read from a descriptor without blocking
- libowfat_io_tryreadtimeout(3), io_tryreadtimeout(3)
- read from a descriptor without blocking
- libowfat_io_trywrite(3), io_trywrite(3)
- write to a descriptor without blocking
- libowfat_io_trywritetimeout(3), io_trywritetimeout(3)
- write to a descriptor without blocking
- libowfat_io_waitread(3), io_waitread(3)
- read from a descriptor
- libowfat_io_wantread(3), io_wantread(3)
- signal that you want to read from a descriptor
- libowfat_io_wantwrite(3), io_wantwrite(3)
- signal that you want to write to a descriptor
- libowfat_iob_addbuf_free(3), iob_addbuf_free(3)
- add buffer to I/O batch, with deallocation
- libowfat_ndelay_off(3), ndelay_off(3)
- put file descriptor in non-blocking mode
- libowfat_ndelay_on(3), ndelay_on(3)
- put file descriptor in non-blocking mode
- libowfat_scan_asn1derlength(3), scan_asn1derlength(3)
- decode an unsigned integer from ASN.1 DER length encoding
- libowfat_scan_asn1derlengthvalue(3), scan_asn1derlengthvalue(3)
- decode an unsigned integer from ASN.1 DER length encoding
- libowfat_scan_asn1dertag(3), scan_asn1dertag(3)
- decode an unsigned integer from ASN.1 DER length encoding
- libowfat_scan_base64(3), scan_base64(3)
- decode base64 encoded data
- libowfat_scan_base64url(3), scan_base64url(3)
- decode base64url encoded data
- libowfat_scan_double(3), scan_double(3)
- parse a floating point number in decimal ASCII representation
- libowfat_scan_hexdump(3), scan_hexdump(3)
- decode hexdump data
- libowfat_scan_int(3), scan_int(3)
- parse an integer in decimal ASCII representation
- libowfat_scan_ip4(3), scan_ip4(3)
- parse an IPv4 number in dotted-decimal notation
- libowfat_scan_long(3), scan_long(3)
- parse an long integer in decimal ASCII representation
- libowfat_scan_longlong(3), scan_longlong(3)
- parse a long integer in decimal ASCII representation
- libowfat_scan_short(3), scan_short(3)
- parse an integer in decimal ASCII representation
- libowfat_scan_uint(3), scan_uint(3)
- parse an unsigned integer in decimal ASCII representation
- libowfat_scan_ulong(3), scan_ulong(3)
- parse an unsigned long integer in decimal ASCII representation
- libowfat_scan_ulonglong(3), scan_ulonglong(3)
- parse an unsigned long integer in decimal ASCII representation
- libowfat_scan_urlencoded(3), scan_urlencoded(3)
- decode urlencoded data
- libowfat_scan_urlencoded2(3), scan_urlencoded2(3)
- decode urlencoded data
- libowfat_scan_ushort(3), scan_ushort(3)
- parse an unsigned short integer in decimal ASCII representation
- libowfat_scan_utf8(3), scan_utf8(3)
- decode an unsigned integer from UTF-8 encoding
- libowfat_scan_uuencoded(3), scan_uuencoded(3)
- decode uuencoded data
- libowfat_scan_xint(3), scan_xint(3)
- parse an unsigned integer in hexadecimal ASCII representation
- libowfat_scan_xlong(3), scan_xlong(3)
- parse an unsigned long integer in hexadecimal ASCII representation
- libowfat_scan_xlonglong(3), scan_xlonglong(3)
- parse an unsigned long long integer in hexadecimal ASCII representation
- libowfat_scan_xshort(3), scan_xshort(3)
- parse an unsigned short integer in hexadecimal ASCII representation
- libowfat_socket_accept4_makenonblocking_setcloseonexec(3), socket_accept4_makenonblocking_setcloseonexec(3)
- accept an IPv4 TCP connection on a socket and set it to non-blocking I/O and close-on-exec SYNTAX #include <libowfat/socket.h> int socket_accept4_makenonblocking_setcloseonexec(int s,char ip[4],uint16 *port);
- libowfat_socket_accept6_makenonblocking_setcloseonexec(3), socket_accept6_makenonblocking_setcloseonexec(3)
- accept an IPv6 TCP connection on a socket and set it to non-blocking I/O and close-on-exec SYNTAX #include <libowfat/socket.h> int socket_accept6_makenonblocking_setcloseonexec(int s,char ip[4],uint16 *port,uint16* scope_id);
- libowfat_socket_broadcast(3), socket_broadcast(3)
- set UDP socket to broadcast mode
- libowfat_socket_fastopen(3), socket_fastopen(3)
- enable TCP Fast Open on a server-side TCP socket
- libowfat_socket_quickack(3), socket_quickack(3)
- turn TCP Quick ACK mode on or off