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
- ATOMIC_VAR_INIT(3), atomic_init(3), atomic_load(3), atomic_store(3), atomic_exchange(3), atomic_compare_exchange_strong(3), atomic_compare_exchange_weak(3), atomic_fetch_add(3), atomic_fetch_and(3), atomic_fetch_or(3), atomic_fetch_sub(3), atomic_fetch_xor(3), atomic_is_lock_free(3)
- type-generic atomic operations
- 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_ISLOCKED(9)
- returns the state of the lock linked to the buffer
- BUF_LOCK(9)
- locks a buffer
- BUF_LOCKFREE(9)
- destroys a buffer's lock
- BUF_LOCKINIT(9)
- initializes a buffer lock
- BUF_RECURSED(9)
- checks if the lock linked to the buffer is recursed
- BUF_TIMELOCK(9)
- locks a buffer
- BUF_UNLOCK(9)
- unlocks a locked buffer
- BUS_ADD_CHILD(9)
- add a device node to the tree with a given priority
- BUS_BIND_INTR(9), bus_bind_intr(9)
- bind an interrupt resource to a specific CPU
- 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_LOCATION(9)
- obtain the location of a child on the bus
- 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_GET_PROPERTY(9)
- get child's specific property
- BUS_HINTED_CHILD(9)
- notify a bus device about a potential child device identified by hints
- BUS_NEW_PASS(9)
- notify a bus that the pass level has been changed
- 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
- BUS_SETUP_INTR(9), bus_setup_intr(9), BUS_TEARDOWN_INTR(9), bus_teardown_intr(9)
- create, attach and teardown an interrupt handler
- 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
- CPUSET_FSET(9), cpuset(9)(9)
- CPUSET_T_INITIALIZER, CPUSET_FSET, CPU_CLR, CPU_COPY, CPU_ISSET, CPU_SET, CPU_ZERO, CPU_FILL, CPU_SETOF, CPU_EMPTY, CPU_ISFULLSET, CPU_FFS, CPU_COUNT, CPU_SUBSET, CPU_OVERLAP, CPU_CMP, CPU_OR, CPU_ORNOT, CPU_AND, CPU_ANDNOT, CPU_XOR, CPU_CLR_ATOMIC, CPU_TEST_CLR_ATOMIC, CPU_SET_ATOMIC, CPU_SET_ATOMIC_ACQ, CPU_TEST_SET_ATOMIC, CPU_AND_ATOMIC, CPU_OR_ATOMIC, CPU_COPY_STORE_REL cpuset manipulation macros
- 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
- DELAY(9)
- busy loop for an interval
- DEVICE_PROBE(9)
- probe for device existence
- 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
- 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_device_from_xref(9), OF_xref_from_device(9), OF_device_register_xref OF_device_unregister_xref(9)
- manage mappings between xrefs and devices
- OF_node_from_xref(9), OF_xref_from_node(9)
- convert between kernel phandle and effective phandle
- 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_ADD_VF(9)
- inform a PF driver that a VF is being created
- PCI_IOV_INIT(9)
- enable SR-IOV on a PF device
- PCI_IOV_UNINIT(9)
- disable SR-IOV on a PF device
- Q_FRAWMASK(3), Q_GFRAW(3), Q_GFABSVAL(3), Q_GFVAL(3), Q_SFVAL(3)
- fixed-point math functions which manipulate the fractional data bits
- Q_IFRAWMASK(3), Q_IFVALIMASK(3), Q_IFVALFMASK(3), Q_GIFRAW(3), Q_GIFABSVAL(3), Q_GIFVAL(3), Q_SIFVAL(3), Q_SIFVALS(3)
- fixed-point math functions which manipulate the combined integer/fractional data bits
- 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
- Q_IRAWMASK(3), Q_GIRAW(3), Q_GIABSVAL(3), Q_GIVAL(3), Q_SIVAL(3)
- fixed-point math functions which manipulate the integer data bits
- Q_QABS(3), Q_Q2S(3), Q_Q2F(3)
- fixed-point math functions which operate on a single Q number
- Q_QADDI(3), Q_QDIVI(3), Q_QMULI(3), Q_QSUBI(3), Q_QFRACI(3), Q_QCPYVALI(3)
- fixed-point math functions which apply integers to a Q number
- Q_QADDQ(3), Q_QDIVQ(3), Q_QMULQ(3), Q_QSUBQ(3), Q_NORMPREC(3), Q_QMAXQ(3), Q_QMINQ(3), Q_QCLONEQ(3), Q_CPYVALQ(3)
- fixed-point math functions which operate on two Q numbers
- Q_SIGNSHFT(3), Q_SSIGN(3), Q_CRAWMASK(3), Q_SRAWMASK(3), Q_GCRAW(3), Q_GCVAL(3), Q_SCVAL(3)
- fixed-point math functions which manipulate the control/sign data bits
- SCSI(4), CAM(4)
- Common Access Method Storage subsystem
- 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
- SLIST_CLASS_ENTRY(3), SLIST_CLASS_HEAD(3), SLIST_CONCAT(3), SLIST_EMPTY(3), SLIST_EMPTY_ATOMIC(3), SLIST_ENTRY(3), SLIST_FIRST(3), SLIST_FOREACH(3), SLIST_FOREACH_FROM(3), SLIST_FOREACH_FROM_SAFE(3), SLIST_FOREACH_SAFE(3), SLIST_HEAD(3), SLIST_HEAD_INITIALIZER(3), SLIST_INIT(3), SLIST_INSERT_AFTER(3), SLIST_INSERT_HEAD(3), SLIST_NEXT(3), SLIST_REMOVE(3), SLIST_REMOVE_AFTER(3), SLIST_REMOVE_HEAD(3), SLIST_SPLIT_AFTER(3), SLIST_SWAP(3), STAILQ_CLASS_ENTRY(3), STAILQ_CLASS_HEAD(3), STAILQ_CONCAT(3), STAILQ_EMPTY(3), STAILQ_EMPTY_ATOMIC(3), STAILQ_ENTRY(3), STAILQ_FIRST(3), STAILQ_FOREACH(3), STAILQ_FOREACH_FROM(3), STAILQ_FOREACH_FROM_SAFE(3), STAILQ_FOREACH_SAFE(3), STAILQ_HEAD(3), STAILQ_HEAD_INITIALIZER(3), STAILQ_INIT(3), STAILQ_INSERT_AFTER(3), STAILQ_INSERT_HEAD(3), STAILQ_INSERT_TAIL(3), STAILQ_LAST(3), STAILQ_NEXT(3), STAILQ_REMOVE(3), STAILQ_REMOVE_AFTER(3), STAILQ_REMOVE_HEAD(3), STAILQ_REVERSE(3), STAILQ_SPLIT_AFTER(3), STAILQ_SWAP(3), LIST_CLASS_ENTRY(3), LIST_CLASS_HEAD(3), LIST_CONCAT(3), LIST_EMPTY(3), LIST_EMPTY_ATOMIC(3), LIST_ENTRY(3), LIST_FIRST(3), LIST_FOREACH(3), LIST_FOREACH_FROM(3), LIST_FOREACH_FROM_SAFE(3), LIST_FOREACH_SAFE(3), LIST_HEAD(3), LIST_HEAD_INITIALIZER(3), LIST_INIT(3), LIST_INSERT_AFTER(3), LIST_INSERT_BEFORE(3), LIST_INSERT_HEAD(3), LIST_NEXT(3), LIST_PREV(3), LIST_REMOVE(3), LIST_REPLACE(3), LIST_SPLIT_AFTER(3), LIST_SWAP(3), TAILQ_CLASS_ENTRY(3), TAILQ_CLASS_HEAD(3), TAILQ_CONCAT(3), TAILQ_EMPTY(3), TAILQ_EMPTY_ATOMIC(3), TAILQ_ENTRY(3), TAILQ_FIRST(3), TAILQ_FOREACH(3), TAILQ_FOREACH_FROM(3), TAILQ_FOREACH_FROM_SAFE(3), TAILQ_FOREACH_REVERSE(3), TAILQ_FOREACH_REVERSE_FROM(3), TAILQ_FOREACH_REVERSE_FROM_SAFE(3), TAILQ_FOREACH_REVERSE_SAFE(3), TAILQ_FOREACH_SAFE(3), TAILQ_HEAD(3), TAILQ_HEAD_INITIALIZER(3), TAILQ_INIT(3), TAILQ_INSERT_AFTER(3), TAILQ_INSERT_BEFORE(3), TAILQ_INSERT_HEAD(3), TAILQ_INSERT_TAIL(3), TAILQ_LAST(3), TAILQ_NEXT(3), TAILQ_PREV(3), TAILQ_REMOVE(3), TAILQ_REPLACE(3), TAILQ_SPLIT_AFTER(3), TAILQ_SWAP(3)
- implementations of singly-linked lists, singly-linked tail queues, lists and tail queues
- SMP(4)
- description of the FreeBSD Symmetric Multi-Processor kernel
- SPLAY_PROTOTYPE(3), SPLAY_GENERATE(3), SPLAY_ENTRY(3), SPLAY_HEAD(3), SPLAY_INITIALIZER(3), SPLAY_ROOT(3), SPLAY_EMPTY(3), SPLAY_NEXT(3), SPLAY_MIN(3), SPLAY_MAX(3), SPLAY_FIND(3), SPLAY_LEFT(3), SPLAY_RIGHT(3), SPLAY_FOREACH(3), SPLAY_INIT(3), SPLAY_INSERT(3), SPLAY_REMOVE(3), RB_PROTOTYPE(3), RB_PROTOTYPE_STATIC(3), RB_PROTOTYPE_INSERT(3), RB_PROTOTYPE_INSERT_COLOR(3), RB_PROTOTYPE_REMOVE(3), RB_PROTOTYPE_REMOVE_COLOR(3), RB_PROTOTYPE_FIND(3), RB_PROTOTYPE_NFIND(3), RB_PROTOTYPE_NEXT(3), RB_PROTOTYPE_PREV(3), RB_PROTOTYPE_MINMAX(3), RB_PROTOTYPE_REINSERT(3), RB_GENERATE(3), RB_GENERATE_STATIC(3), RB_GENERATE_INSERT(3), RB_GENERATE_INSERT_COLOR(3), RB_GENERATE_REMOVE(3), RB_GENERATE_REMOVE_COLOR(3), RB_GENERATE_FIND(3), RB_GENERATE_NFIND(3), RB_GENERATE_NEXT(3), RB_GENERATE_PREV(3), RB_GENERATE_MINMAX(3), RB_GENERATE_REINSERT(3), RB_ENTRY(3), RB_HEAD(3), RB_INITIALIZER(3), RB_ROOT(3), RB_EMPTY(3), RB_NEXT(3), RB_PREV(3), RB_MIN(3), RB_MAX(3), RB_FIND(3), RB_NFIND(3), RB_LEFT(3), RB_RIGHT(3), RB_PARENT(3), RB_FOREACH(3), RB_FOREACH_FROM(3), RB_FOREACH_SAFE(3), RB_FOREACH_REVERSE(3), RB_FOREACH_REVERSE_FROM(3), RB_FOREACH_REVERSE_SAFE(3), RB_INIT(3), RB_INSERT(3), RB_INSERT_NEXT(3), RB_INSERT_PREV(3), RB_REMOVE(3), RB_REINSERT(3), RB_AUGMENT RB_AUGMENT_CHECK(3), RB_UPDATE_AUGMENT(3)
- implementations of splay and rank-balanced (wavl) trees
- 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_SET(9)
- set up loadable file system vfsconf
- 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
- VNET(9)
- network subsystem virtualization infrastructure
- VOP_ADVISE(9)
- apply advice about use of file data
- VOP_BMAP(9)
- Logical to physical block number conversion
- VOP_BWRITE(9)
- write a file system buffer
- VOP_COPY_FILE_RANGE(9)
- copy a byte range within a file or from one file to another in a single file system or between multiple file systems
- VOP_FDATASYNC(9), VOP_FSYNC(9)
- flush file system buffers for a file
- VOP_GETATTR(9), VOP_SETATTR(9)
- get and set attributes on a file or directory
- VOP_GETEXTATTR(9)
- retrieve named extended attribute from a vnode
- VOP_LISTEXTATTR(9)
- retrieve a list of named extended attributes from a vnode
- VOP_PRINT(9)
- print debugging information
- VOP_READLINK(9)
- read the target of a symbolic link
- VOP_REALLOCBLKS(9)
- rearrange blocks in a file to be contiguous
- VOP_SETEXTATTR(9)
- set named extended attribute for a vnode
- VOP_STRATEGY(9)
- read or write a file system buffer
- __builtin_object_size(3)
- return the size of the given object
- __iconv_get_list(3), __iconv_free_list(3)
- retrieving a list of character encodings supported by iconv(3)
- _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
- a.out(5)
- format of executable binary files
- a64l(3), l64a(3), l64a_r(3)
- convert between a long integer and a base-64 ASCII string
- abort(3)
- cause abnormal program termination
- abort2(2)
- abort process with diagnostics
- abs(3)
- integer absolute value function
- abs2rel(3)
- make a relative path name from an absolute path name
- abtn(4)
- ADB Keyboard Special Keys Driver
- access(2), eaccess(2), faccessat(2)
- check accessibility of a file
- accf_data(9)
- buffer incoming connections until data arrives
- accf_dns(9)
- buffer incoming DNS requests until the whole first request is present
- accf_http(9)
- buffer incoming connections until a certain complete HTTP request arrives
- accf_tls(9)
- buffer incoming connections until a TLS handshake like request arrives
- acct(2)
- enable or disable process accounting
- accton(8)
- enable/disable system accounting
- acl_cmp(3)
- compare between two ACLs
- acl_equiv_mode_np(3)
- check if ACL can be represented as UNIX permissions
- acl_get_brand_np(3)
- retrieve the ACL brand from an ACL entry
- acosh(3), acoshf(3), acoshl(3)
- inverse hyperbolic cosine functions
- acpi_battery(4)
- ACPI battery management subsystem
- acpi_ibm(4)
- ThinkPad ACPI extras driver
- acpi_sony(4)
- ACPI notebook controller driver for Sony laptops
- acpi_thermal(4)
- ACPI thermal management subsystem
- acpi_toshiba(4)
- Toshiba HCI interface
- acpidb(8)
- ACPI DSDT debugger
- acpidump(8)
- dump ACPI tables and ASL
- adb(4)
- Apple Desktop Bus
- age(4)
- Attansic/Atheros L1 Gigabit Ethernet driver
- aibs(4)
- ASUSTeK AI Booster ACPI ATK0110 voltage, temperature and fan sensor
- akbd(4)
- ADB Keyboard Driver
- alc(4)
- Atheros AR813x/AR815x/AR816x/AR817x Gigabit/Fast Ethernet driver
- ale(4)
- Atheros AR8121/AR8113/AR8114 Gigabit/Fast Ethernet driver
- amdsbwd(4)
- device driver for the AMD southbridge watchdog timers
- amdsmb(4)
- AMD-8111 SMBus 2.0 controller driver
- ams(4)
- ADB Mouse Driver
- aout(4)
- kernel support for executing binary files in legacy a.out format
- apic(4)
- Advanced Programmable Interrupt Controller (APIC) driver
- apm(4)
- APM BIOS interface
- apm(8)
- control the APM BIOS and display its information
- apropos(1), whatis(1)
- search manual page databases
- ar(5)
- archive file format for ar(1) and ranlib(1)
- ar40xx(4), ar40xx_switch(4)
- Qualcomm IPQ4018/IPQ4019 Gigabit Ethernet switch driver
- arc4rand(9), arc4random(9), arc4random_buf(9), is_random_seeded(9), random(9), read_random(9), read_random_uio(9)
- supply pseudo-random numbers
- arc4random(3), arc4random_buf(3), arc4random_uniform(3)
- random number generator
- 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_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_data(3), archive_read_data_block(3), archive_read_data_skip(3), archive_read_data_into_fd(3)
- functions for reading streaming archives
- 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_extract(3), archive_read_extract2(3), archive_read_extract_set_progress_callback(3)
- functions for reading streaming archives
- archive_read_support_filter_all(3), archive_read_support_filter_bzip2(3), archive_read_support_filter_compress(3), archive_read_support_filter_gzip(3), archive_read_support_filter_lz4(3), archive_read_support_filter_lzma(3), archive_read_support_filter_none(3), archive_read_support_filter_rpm(3), archive_read_support_filter_uu(3), archive_read_support_filter_xz(3), archive_read_support_filter_zstd(3), archive_read_support_filter_program(3), archive_read_support_filter_program_signature(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_rar5(3), archive_read_support_format_raw(3), archive_read_support_format_tar(3), archive_read_support_format_warc(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_data(3), archive_write_data_block(3)
- functions for creating archives
- archive_write_disk_new(3), archive_write_disk_set_options(3), archive_write_disk_set_skip_file(3), archive_write_disk_set_group_lookup(3), archive_write_disk_set_standard_lookup(3), archive_write_disk_set_user_lookup(3)
- functions for creating objects on disk
- archive_write_get_bytes_per_block(3), archive_write_set_bytes_per_block(3), archive_write_get_bytes_in_last_block(3), archive_write_set_bytes_in_last_block(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
- asctime(3), asctime_r(3), ctime(3), ctime_r(3), difftime(3), gmtime(3), gmtime_r(3), localtime(3), localtime_r(3), mktime(3), offtime(3), offtime_r(3), timegm(3)
- transform binary date and time values
- asinh(3), asinhf(3), asinhl(3)
- inverse hyperbolic sine functions
- 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
- at(1), batch(1), atq(1), atrm(1)
- queue, examine or delete jobs for later execution
- atan(3), atanf(3), atanl(3)
- arc tangent functions of one variable
- atanh(3), atanhf(3), atanhl(3)
- inverse hyperbolic tangent functions
- atexit(3)
- register a function to be called on exit
- 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_require_kmod(3), atf_tc_require_prog(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-c++(3), ATF_ADD_TEST_CASE(3), ATF_CHECK_ERRNO(3), ATF_FAIL(3), ATF_INIT_TEST_CASES(3), ATF_PASS(3), ATF_REQUIRE(3), ATF_REQUIRE_EQ(3), ATF_REQUIRE_ERRNO(3), ATF_REQUIRE_IN(3), ATF_REQUIRE_MATCH(3), ATF_REQUIRE_NOT_IN(3), ATF_REQUIRE_THROW(3), ATF_REQUIRE_THROW_RE(3), ATF_SKIP(3), ATF_TEST_CASE(3), ATF_TEST_CASE_BODY(3), ATF_TEST_CASE_CLEANUP(3), ATF_TEST_CASE_HEAD(3), ATF_TEST_CASE_NAME(3), ATF_TEST_CASE_USE(3), ATF_TEST_CASE_WITH_CLEANUP(3), ATF_TEST_CASE_WITHOUT_HEAD(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::grep_collection(3), atf::utils::grep_file(3), atf::utils::grep_string(3), atf::utils::redirect(3), atf::utils::wait(3)
- C++ API to write ATF-based test programs
- atf-sh(1)
- interpreter for shell-based test programs
- 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_kmod(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)
- load firmware for Atheros AR3011/AR3012 Bluetooth USB devices
- atkbd(4)
- the AT keyboard interface
- atkbdc(4)
- the AT keyboard controller interface
- atof(3)
- convert ASCII string to double
- atomic_add(9), atomic_clear(9), atomic_cmpset(9), atomic_fcmpset(9), atomic_fetchadd(9), atomic_interrupt_fence(9), atomic_load(9), atomic_readandclear(9), atomic_set(9), atomic_subtract(9), atomic_store(9), atomic_thread_fence(9)
- atomic operations
- atrun(8)
- run jobs queued for later execution
- attimer(4)
- i8254 Programmable Interval Timer (AT Timer) driver
- au_bsm_to_domain(3), au_domain_to_bsm(3)
- convert between BSM and local protocol domains
- au_bsm_to_errno(3), au_errno_to_bsm(3), au_strerror(3)
- convert between BSM and local error numbers
- au_bsm_to_fcntl_cmd(3), au_fcntl_cmd_to_bsm(3)
- convert between BSM and local fcntl(2) command values
- au_bsm_to_socket_type(3), au_socket_type_to_bsm(3)
- convert between BSM and local socket types
- au_close(3), au_close_buffer(3), au_close_token(3), au_open(3), au_write(3)
- create and commit audit records
- au_free_token(3)
- deallocate a token_t created by any of the au_to_*() BSM API functions
- au_preselect(3), getauditflagsbin(3), getauditflagschar(3)
- convert between string and numeric values of audit masks
- 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(2)
- commit BSM audit record to audit log
- audit.log(5), audit(5)
- Basic Security Module (BSM) file format
- audit_submit(3)
- general purpose audit record submission
- audit_user(5)
- events to be audited for given users
- auditdistd(8)
- Audit trail files distribution daemon
- aue(4)
- ADMtek AN986 Pegasus USB Fast Ethernet driver
- auth_checknologin(3), auth_cat(3)
- authentication style support library for login class capabilities database
- auth_destroy(3), authnone_create(3), authsys_create(3), authsys_create_default(3)
- library routines for client side remote procedure call authentication
- auth_ttyok(3), auth_hostok(3), auth_timeok(3)
- functions for checking login class based login restrictions
- axe(4)
- ASIX Electronics AX88x7x/760 USB Ethernet driver
- axge(4)
- ASIX Electronics AX88178A/179/179A USB Gigabit Ethernet driver
- backlight(8)
- configure backlight hardware
- backlight(9), backlight_register(9), backlight_destroy(9), BACKLIGHT_GET_STATUS(9), BACKLIGHT_SET_STATUS(9)
- BACKLIGHT methods
- backtrace(3)
- fill in the backtrace of the currently executing thread
- banner(6)
- print large banner on printer
- basename(1), dirname(1)
- return filename or directory portion of pathname
- basename(3)
- extract the base portion of a pathname
- baudrate(3), %baudrate(3), %erasechar(3), %erasewchar(3), %has_ic(3), %has_il(3), %killchar(3), %killwchar(3), %longname(3), %term_attrs(3), %termattrs(3), %termname(3)
- curses environment query routines
- bc(1)
- arbitrary-precision decimal arithmetic language and calculator
- bce(4)
- QLogic NetXtreme II (BCM5706/5708/5709/5716) PCI/PCIe Gigabit Ethernet adapter driver
- bcm283x_pwm(4)
- bcm283x_pwm - driver for Raspberry Pi 2/3 PWM
- bcm5974(4)
- Wellspring touchpad driver
- bcma(4)
- Broadcom AMBA Backplane driver
- bcmfw(8)
- load firmware for Broadcom BCM2033 Bluetooth USB devices
- bcmp(3)
- compare byte string
- bcmp(3), bcopy(3), bzero(3), memccpy(3), memchr(3), memcmp(3), memcpy(3), memmove(3), memset(3)
- byte string operations
- bcopy(3)
- copy byte string
- beastie.4th(8)
- FreeBSD ASCII art boot module
- bectl(8)
- manage ZFS boot environments
- beep(1)
- play a beep sound
- beep(3), %beep(3), %flash(3)
- ring the (visual) bell of the terminal with curses
- beinstall.sh(8)
- install a boot environment using the current FreeBSD source tree
- bfe(4)
- Broadcom BCM4401 Ethernet Device Driver
- bge(4)
- Broadcom BCM57xx/BCM590x Gigabit/Fast Ethernet driver
- bhnd(4)
- Broadcom Home Networking Division interconnect bus
- bhnd(9)
- BHND driver programming interface
- bhnd_chipc(4)
- Broadcom Home Networking Division ChipCommon 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
- bhnd_pmu(4)
- Broadcom Home Networking Division PMU Driver
- bhndb(4)
- Broadcom Home Networking Division interconnect bridge driver
- bhndb_pci(4)
- Broadcom Home Networking Division PCI host bridge driver
- bhyve(4)
- virtual machine monitor
- bhyve(8)
- run a guest operating system inside a virtual machine
- bhyve_config(5)
- bhyve configuration variables
- bhyvectl(8)
- control utility for bhyve instances
- bhyveload(8)
- load a guest inside a bhyve virtual machine
- biff(1)
- be notified if mail arrives and who it is from
- big5(5)
- Big Five encoding for Traditional Chinese text
- bind(2)
- assign a local protocol address to a socket
- bindat(2)
- assign a local protocol address to a socket
- bindresvport(3), bindresvport_sa(3)
- bind a socket to a privileged IP port
- binmiscctl(8)
- manage binary image activators
- bintime(9), getbintime(9), microtime(9), getmicrotime(9), nanotime(9), getnanotime(9)
- get the current time
- bintrans(1), uuencode(1), uudecode(1), b64encode(1), b64decode(1), base64(1)
- encode / decode a binary file
- binuptime(9), getbinuptime(9), microuptime(9), getmicrouptime(9), nanouptime(9), getnanouptime(9), sbinuptime(9), getsbinuptime(9)
- get the time elapsed since boot
- bios(9), bios_sigsearch(9), bios32_SDlookup(9), bios32(9), bios_oem_strings(9)
- interact with PC BIOS
- 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
- bkgd(3), %bkgdset(3), %wbkgdset(3), %bkgd(3), %wbkgd(3), %getbkgd(3)
- manipulate background of a curses window of characters
- bkgrnd(3), %bkgrnd(3), %wbkgrnd(3), %bkgrndset(3), %wbkgrndset(3), %getbkgrnd(3), %wgetbkgrnd(3)
- manipulate background of a curses window of wide characters
- blackhole(4)
- quietly drop refused SCTP, TCP, or UDP packets
- blacklist_open(3), blacklist_open2(3), blacklist_close(3), blacklist_r(3), blacklist(3), blacklist_sa(3), blacklist_sa_r(3)
- Blacklistd notification library
- blacklistctl(8)
- display and change the state of the blacklistd database
- blacklistd(8)
- block and release ports on demand to avoid DoS abuse
- blacklistd.conf(5)
- configuration file format for blacklistd
- blocklist_open(3), blocklist_open2(3), blocklist_close(3), blocklist_r(3), blocklist(3), blocklist_sa(3), blocklist_sa_r(3)
- Blocklistd notification library
- blocklistctl(8)
- display and change the state of the blocklistd database
- blocklistd(8)
- block and release ports on demand to avoid DoS abuse
- blocklistd.conf(5)
- configuration file format for blocklistd
- bluetooth-config(8)
- a script to manage config files for the bluetooth sub system
- bluetooth.device.conf(5)
- Bluetooth device configuration file
- bluetooth.hosts(5)
- Bluetooth host name database
- bluetooth.protocols(5)
- Bluetooth Protocol Service Multiplexor database
- bnxt(4)
- Broadcom NetXtreme-C/NetXtreme-E Family Ethernet driver
- boot(8)
- system bootstrapping procedures
- boot.config(5)
- Configuration file for the boot blocks
- boot0cfg(8)
- boot manager installation/configuration utility
- boot1.efi(8)
- UEFI chain loader
- bootparamd(8)
- boot parameter server
- bootparams(5)
- boot parameter database
- bootpd(8), bootpgw(8)
- Internet Boot Protocol server/gateway
- bootpef(8)
- BOOTP Extension File compiler
- bootptab(5)
- Internet Bootstrap Protocol server database
- bootptest(8)
- send BOOTP queries and print responses
- boottime(9), time_second(9), time_uptime(9)
- system time variables
- boottrace(4)
- Boot-time, run-time, and shutdown-time tracing facility
- boottrace(8)
- trace command execution with boottrace(4)
- 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
- bpf(4)
- Berkeley Packet Filter
- bpf(9)
- Berkeley Packet Filter
- brand.4th(8)
- FreeBSD ASCII art boot module
- brandelf(1)
- mark an ELF binary for a specific ABI
- bread(3), bwrite(3)
- read and write blocks of a UFS file system
- brk(2), sbrk(2)
- change data segment size
- bsd.snmpmod.mk(7)
- building modules for bsnmpd(1)
- bsdcat(1)
- expand files to standard output
- bsdconfig(8)
- system configuration utility
- bsddialog(1)
- TUI dialogs
- bsddialog(3), bsddialog_backtitle(3), bsddialog_backtitle_rf(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
- 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
- bsdiff(1)
- generate a patch between two binary files
- bsdinstall(8)
- system installer
- bsdlabel(8)
- read and write BSD label
- bsdunzip(1)
- extract files from a ZIP archive
- bsearch(3)
- binary search of a sorted table
- 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
- bsnmpd(1)
- simple and extensible SNMP daemon
- bsnmpget(1), bsnmpwalk(1), bsnmpset(1)
- simple tools for querying SNMP agents
- bspatch(1)
- apply a patch built with bsdiff(1)
- 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
- bthidcontrol(8)
- Bluetooth HID control utility
- bthidd(8)
- Bluetooth HID daemon
- bthost(1)
- look up Bluetooth host names and Protocol Service Multiplexor values
- btowc(3), wctob(3)
- convert between wide and single-byte characters
- btpand(8)
- Bluetooth PAN daemon
- btree(3)
- btree database access method
- btsockstat(1)
- show Bluetooth sockets information
- btxld(8)
- link editor for BTX clients
- buf(9)
- kernel buffer I/O scheme used in FreeBSD VM system
- 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
- build(7)
- general instructions on how to build the system
- builtin(1), keybinds(1)
- index of FreeBSD shell built-in commands
- bus_activate_resource(9), bus_deactivate_resource(9)
- activate or deactivate a resource
- bus_adjust_resource(9)
- adjust resource allocated from a parent bus
- bus_alloc_resource(9), bus_alloc_resource_any(9), bus_alloc_resource_anywhere(9)
- allocate resources from a parent bus
- bus_attach_children(9), bus_delayed_attach_children(9), bus_detach_children(9), bus_enumerate_hinted_children(9), bus_identify_children(9)
- manage child devices of a bus device
- bus_child_present(9)
- ask the bus driver to see if this device is still really present
- 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_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_read_ivar(9), bus_generic_write_ivar(9)
- generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for buses
- bus_generic_shutdown(9)
- generic implementation of DEVICE_SHUTDOWN for buses
- bus_get_resource(9)
- read a resource range/value with a given resource ID
- bus_map_resource(9), bus_unmap_resource(9), resource_init_map_request(9)
- map or unmap an active resource
- bus_release_resource(9)
- release resources on a bus
- bus_set_pass(9)
- raise the bus pass level
- bus_set_resource(9)
- associate a definite resource with a given resource ID
- bus_space(9), bus_space_barrier(9), bus_space_copy_region_1(9), bus_space_copy_region_2(9), bus_space_copy_region_4(9), bus_space_copy_region_8(9), bus_space_copy_region_stream_1(9), bus_space_copy_region_stream_2(9), bus_space_copy_region_stream_4(9), bus_space_copy_region_stream_8(9), bus_space_free(9), bus_space_map(9), bus_space_peek_1(9), bus_space_peek_2(9), bus_space_peek_4(9), bus_space_peek_8(9), bus_space_poke_1(9), bus_space_poke_2(9), bus_space_poke_4(9), bus_space_poke_8(9), bus_space_read_1(9), bus_space_read_2(9), bus_space_read_4(9), bus_space_read_8(9), bus_space_read_multi_1(9), bus_space_read_multi_2(9), bus_space_read_multi_4(9), bus_space_read_multi_8(9), bus_space_read_multi_stream_1(9), bus_space_read_multi_stream_2(9), bus_space_read_multi_stream_4(9), bus_space_read_multi_stream_8(9), bus_space_read_region_1(9), bus_space_read_region_2(9), bus_space_read_region_4(9), bus_space_read_region_8(9), bus_space_read_region_stream_1(9), bus_space_read_region_stream_2(9), bus_space_read_region_stream_4(9), bus_space_read_region_stream_8(9), bus_space_read_stream_1(9), bus_space_read_stream_2(9), bus_space_read_stream_4(9), bus_space_read_stream_8(9), bus_space_set_multi_1(9), bus_space_set_multi_2(9), bus_space_set_multi_4(9), bus_space_set_multi_8(9), bus_space_set_multi_stream_1(9), bus_space_set_multi_stream_2(9), bus_space_set_multi_stream_4(9), bus_space_set_multi_stream_8(9), bus_space_set_region_1(9), bus_space_set_region_2(9), bus_space_set_region_4(9), bus_space_set_region_8(9), bus_space_set_region_stream_1(9), bus_space_set_region_stream_2(9), bus_space_set_region_stream_4(9), bus_space_set_region_stream_8(9), bus_space_subregion(9), bus_space_unmap(9), bus_space_write_1(9), bus_space_write_2(9), bus_space_write_4(9), bus_space_write_8(9), bus_space_write_multi_1(9), bus_space_write_multi_2(9), bus_space_write_multi_4(9), bus_space_write_multi_8(9), bus_space_write_multi_stream_1(9), bus_space_write_multi_stream_2(9), bus_space_write_multi_stream_4(9), bus_space_write_multi_stream_8(9), bus_space_write_region_1(9), bus_space_write_region_2(9), bus_space_write_region_4(9), bus_space_write_region_8(9), bus_space_write_region_stream_1(9), bus_space_write_region_stream_2(9), bus_space_write_region_stream_4(9), bus_space_write_region_stream_8(9), bus_space_write_stream_1(9), bus_space_write_stream_2(9), bus_space_write_stream_4(9), bus_space_write_stream_8(9)
- bus space manipulation functions
- bwi(4)
- Broadcom BCM43xx IEEE 802.11b/g wireless network driver
- bwn(4)
- Broadcom BCM43xx SoftMAC IEEE 802.11 wireless network driver
- bxe(4)
- QLogic NetXtreme II Ethernet 10Gb PCIe adapter driver
- byacc(1)
- an LALR(1) parser generator
- bytgpio(4)
- Intel Bay Trail SoC GPIO controller
- bzero(3), explicit_bzero(3)
- write zeroes to a byte string
- bzip2(1), bunzip2(1)
- a block-sorting file compressor, v1.0.8 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
- cacos(3), cacosf(3), cacosl(3), cacosh(3), cacoshf(3), cacoshl(3), casin(3), casinf(3), casinl(3), casinh(3), casinhf(3), casinhl(3), catan(3), catanf(3), catanl(3), catanh(3), catanhf(3), catanhl(3)
- complex inverse trigonometric and hyperbolic functions
- 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_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_fileargs(3), 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
- 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_init(3), cap_wrap(3), cap_unwrap(3), cap_sock(3), cap_clone(3), cap_close(3), cap_limit_get(3), cap_limit_set(3), cap_send_nvlist(3), cap_recv_nvlist(3), cap_xfer_nvlist(3), cap_service_open(3)
- library for handling application capabilities
- cap_mkdb(1)
- create capability database
- cap_rights_get(3)
- obtain capability rights
- cap_rights_limit(2)
- limit capability rights
- 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
- capsicum(4), Capsicum(4)
- lightweight OS capability and sandbox framework
- cardbus(4)
- CardBus bus driver
- cas(4)
- Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn Gigabit Ethernet driver
- 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
- cbrt(3), cbrtf(3), cbrtl(3), sqrt(3), sqrtf(3), sqrtl(3)
- cube root and square root functions
- cc_cubic(4)
- CUBIC Congestion Control Algorithm
- ccosh(3), ccoshf(3), csinh(3), csinhf(3), ctanh(3), ctanhf(3)
- complex hyperbolic functions
- cd(9)
- CDROM driver for the CAM SCSI subsystem
- 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 driver
- cdefs(9)
- compiler portability macro definitions
- cfumass(4)
- USB device side support for Mass Storage Class Transport
- cgetent(3), cgetset(3), cgetmatch(3), cgetcap(3), cgetnum(3), cgetstr(3), cgetustr(3), cgetfirst(3), cgetnext(3), cgetclose(3)
- capability database access routines
- ch(4)
- SCSI media-changer (juke box) driver
- check-password.4th(8)
- FreeBSD password-checking boot module
- check_utility_compat(3)
- determine whether a utility should be compatible
- chkprintcap(8)
- check validity of entries in the print spooler database
- choosethread(9), procrunnable(9), remrunqueue(9), setrunqueue(9)
- manage the queue of runnable processes
- chpass(1), chfn(1), chsh(1), ypchpass(1), ypchfn(1), ypchsh(1)
- add or change user database information
- chromebook_platform(4)
- support driver for hardware on various Chromebook models
- cimag(3), cimagf(3), cimagl(3), conj(3), conjf(3), conjl(3), cproj(3), cprojf(3), cprojl(3), creal(3), crealf(3), creall(3)
- functions to manipulate complex numbers
- ckdist(1)
- check software distributions
- cksum(1), sum(1)
- display file checksums and block counts
- clang(1)
- the Clang C, C++, and Objective-C compiler
- clear(3), %erase(3), %werase(3), %clear(3), %wclear(3), %clrtobot(3), %wclrtobot(3), %clrtoeol(3), %wclrtoeol(3)
- clear all or part of a curses window
- clear_locks(8)
- clear locks held on behalf of an NFS client
- clearenv(3), getenv(3), getenv_r(3), putenv(3), secure_getenv(3), setenv(3), unsetenv(3)
- environment variable functions
- cli.lua(8)
- bootloader command line interpreter module
- clock_gettime(2), clock_settime(2), clock_getres(2)
- get/set/calibrate date and time
- cnv(9), cnvlist_get(9), cnvlist_take(9), cnvlist_free(9)
- API for managing name/value pairs by cookie
- color.4th(8)
- FreeBSD color-detection boot module
- color.lua(8)
- bootloader color module
- compile_et(1)
- error table compiler
- comsat(8)
- biff server
- 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(8)
- build system configuration files
- config.lua(8)
- bootloader configuration module
- config_intrhook(9)
- schedule a function to be run after interrupts have been enabled, but before root is mounted
- confstr(3)
- get string-valued configurable variables
- copy_file_range(2)
- kernel copy of a byte range from one regular file to another or within one regular file
- core.lua(8)
- bootloader core module
- coredumper_register(9), coredumper_unregister(9)
- loadable user coredumper support
- cosh(3), coshf(3), coshl(3)
- hyperbolic cosine functions
- 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), cpu_update_pcb(9)
- machine-dependent interfaces to handle CPU and thread state
- 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
- crash(8)
- FreeBSD system failures
- crontab(1)
- maintain crontab files for individual users (V3)
- crontab(5)
- tables for driving cron
- crunchgen(1)
- generates build environment for a crunched binary
- crunchide(1)
- hides symbol names from ld, for crunching programs together
- crypto_buffer(9)
- symmetric cryptographic request buffers
- 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
- csplit(1)
- split files based on context
- ctfconvert(1)
- convert debug data to Compact C Type Format data
- cue(4)
- CATC USB-EL1210A USB Ethernet driver
- curpriority_cmp(9), maybe_resched(9), resetpriority(9), roundrobin(9), roundrobin_interval(9), sched_setup(9), schedclock(9), schedcpu(9), setrunnable(9), updatepri(9)
- perform round-robin scheduling of runnable processes
- 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_getch(3), %getch(3), %wgetch(3), %mvgetch(3), %mvwgetch(3), %ungetch(3), %has_key(3)
- get (or push back) characters from curses terminal keyboard
- curs_getstr(3), %getstr(3), %getnstr(3), %wgetstr(3), %wgetnstr(3), %mvgetstr(3), %mvgetnstr(3), %mvwgetstr(3), %mvwgetnstr(3)
- accept character strings from curses terminal keyboard
- curs_getyx(3), %getyx(3), %getparyx(3), %getbegyx(3), %getmaxyx(3)
- get curses cursor and window coordinates
- curs_legacy(3), %getattrs(3), %getbegx(3), %getbegy(3), %getcurx(3), %getcury(3), %getmaxx(3), %getmaxy(3), %getparx(3), %getpary(3)
- get curses cursor and window coordinates or attributes (legacy)
- 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_pad(3), %newpad(3), %subpad(3), %prefresh(3), %pnoutrefresh(3), %pechochar(3), %pecho_wchar(3)
- create and display curses pads
- curs_print(3), %mcprint(3)
- write binary data to printer using terminfo capabilities
- 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_termcap(3), %PC(3), %UP(3), %BC(3), %ospeed(3), %tgetent(3), %tgetflag(3), %tgetnum(3), %tgetstr(3), %tgoto(3), %tputs(3)
- curses emulation of termcap
- 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_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
- cxgb(4)
- Chelsio T3 10 Gigabit Ethernet adapter driver
- cxgbe(4)
- Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet adapter driver
- cxgbetool(8)
- userspace companion to Chelsio cxgbe Ethernet driver
- cxgbev(4)
- Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet VF driver
- daemon(3)
- run in the background
- data_ahead(3), data_behind(3)
- test for off-screen data in given forms
- 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
- dbopen(3)
- database access methods
- dc(1)
- arbitrary-precision decimal reverse-Polish notation calculator
- dcons(4)
- dumb console device driver
- dcons_crom(4)
- Configuration ROM stub for dcons(4)
- ddb(4)
- interactive kernel debugger
- ddb(8)
- configure DDB kernel debugger properties
- debug.sh(8)
- selectively debug scripts
- 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
- devclass(9)
- object representing a class of devices
- devclass_get_device(9)
- translate unit number to device
- devclass_get_maxunit(9)
- find the maximum unit number in the class
- 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_safe_quote_sb(9)
- Insert a string, properly quoted, into a sbuf
- devfs.conf(5)
- boot-time devfs configuration information
- device(9)
- an abstract representation of a device
- device_attach(9), device_detach(9), device_probe(9), device_probe_and_attach(9)
- manage device's connection to a device driver
- device_enable(9), device_disable(9), device_is_enabled(9)
- manipulate device enabled flag
- device_get_ivars(9), device_set_ivars(9)
- access bus private variables
- 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_unit(9)
- access the unit number of a device
- device_quiet(9), device_verbose(9), device_is_quiet(9)
- manipulate device quiet flag
- 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
- 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
- dhclient.leases(5)
- DHCP client lease database
- diff3(1)
- compare three files line by line
- 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
- diskless(8)
- booting a system over the network with PXE
- disktab(5)
- disk description file
- dladdr(3)
- find the shared object containing a given address
- dlinfo(3)
- information about dynamically loaded object
- dmesg(8)
- display the system message buffer
- dpms(4)
- VESA BIOS DPMS driver
- drand48(3), erand48(3), lrand48(3), nrand48(3), mrand48(3), jrand48(3), srand48(3), seed48(3), lcong48(3)
- pseudo random number generators and initialization routines
- 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
- dtrace_dtrace(4)
- a DTrace provider for BEGIN, END, and ERROR probes
- dtrace_fbt(4)
- a DTrace provider for dynamic kernel tracing based on function boundaries
- dtrace_kinst(4)
- a DTrace provider for tracing arbitrary instructions in a given kernel function
- dtrace_profile(4)
- a DTrace provider for firing probes at a given time interval
- dtsec(4)
- Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driver
- dummymbuf(4)
- mbuf alteration pfil hooks
- dummynet(4)
- traffic shaper, bandwidth manager and delay emulator
- dump(8), rdump(8)
- file system backup
- dumpcis(8)
- PC Card and Cardbus (PCMCIA) CIS display tool
- dwarf(3)
- access debugging information in object files
- dwarf_add_AT_comp_dir(3)
- create and attach a DW_AT_comp_dir attribute
- dwarf_add_AT_const_value_signedint(3), dwarf_add_AT_const_value_string(3), dwarf_add_AT_const_value_unsignedint(3)
- create and attach a DW_AT_const_value attribute
- dwarf_add_AT_dataref(3)
- create an attribute descriptor for a relocatable address
- dwarf_add_AT_flag(3)
- create and attach a flag attribute
- dwarf_add_AT_location_expr(3)
- create an attribute descriptor for a location expression
- dwarf_add_AT_name(3)
- create and attach a DW_AT_name attribute
- dwarf_add_AT_producer(3)
- create and attach a DW_AT_producer attribute
- dwarf_add_AT_ref_address(3)
- create a reference class attribute descriptor
- dwarf_add_AT_reference(3)
- create and attach an attribute that references another DIE
- dwarf_add_AT_signed_const(3), dwarf_add_AT_unsigned_const(3)
- create and attach constant class attributes
- dwarf_add_AT_string(3)
- create and attach a string class attribute
- dwarf_add_AT_targ_address(3), dwarf_add_AT_targ_address_b(3)
- create and attach address class attributes
- dwarf_add_arange(3), dwarf_add_arange_b(3)
- add address range information to a DWARF producer instance
- dwarf_add_die_to_debug(3)
- set the root debugging information entry
- dwarf_add_expr_addr(3), dwarf_add_expr_addr_b(3)
- add a DW_OP_addr location expression
- dwarf_add_funcname(3)
- add information about a static function to a DWARF producer instance
- dwarf_add_line_entry(3)
- add a line number information entry to a producer instance
- dwarf_add_pubname(3)
- add information about a global object to a DWARF producer instance
- dwarf_add_typename(3)
- add information about a user-defined type to a DWARF producer instance
- dwarf_add_varname(3)
- add information about a static variable to a DWARF producer instance
- dwarf_add_weakname(3)
- add information about a weak object 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_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_errmsg(3)
- retrieve a human-readable string corresponding to a Dwarf_Error instance
- dwarf_errno(3)
- retrieve the error number corresponding to a Dwarf_Error instance
- dwarf_expr_current_offset(3)
- retrieve the number of bytes in a location expression stream
- dwarf_expr_into_block(3)
- retrieve the byte stream for a location expression
- dwarf_find_macro_value_start(3)
- return the address of the first byte of a macro value
- dwarf_finish(3), dwarf_object_finish(3)
- free resources associated with a debug descriptor
- dwarf_formaddr(3)
- return the value of an ADDRESS class attribute
- dwarf_formblock(3)
- return the value of a BLOCK attribute
- dwarf_formexprloc(3)
- return information about a location expression
- dwarf_formflag(3)
- return the value of a BOOLEAN class attribute
- dwarf_formref(3), dwarf_global_formref(3)
- retrieve offsets for REFERENCE class attributes
- dwarf_formsig8(3)
- return the 64-bit type signature for a DWARF type
- dwarf_formstring(3)
- return the value of a STRING class attribute
- dwarf_formudata(3), dwarf_formsdata(3)
- return the value of a CONSTANT class attribute
- dwarf_get_ACCESS_name(3), dwarf_get_AT_name(3), dwarf_get_ATE_name(3), dwarf_get_CC_name(3), dwarf_get_CFA_name(3), dwarf_get_CHILDREN_name(3), dwarf_get_DS_name(3), dwarf_get_DSC_name(3), dwarf_get_EH_name(3), dwarf_get_END_name(3), dwarf_get_FORM_name(3), dwarf_get_ID_name(3), dwarf_get_INL_name(3), dwarf_get_LANG_name(3), dwarf_get_LNE_name(3), dwarf_get_LNS_name(3), dwarf_get_MACINFO_name(3), dwarf_get_OP_name(3), dwarf_get_ORD_name(3), dwarf_get_TAG_name(3), dwarf_get_UT_name(3), dwarf_get_VIRTUALITY_name(3), dwarf_get_VIS_name(3)
- retrieve the symbolic names of DWARF constants
- dwarf_get_abbrev(3)
- retrieve abbreviation information
- dwarf_get_abbrev_children_flag(3)
- return a flag indicating the presence of children
- 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_abbrev_tag(3)
- retrieve the tag for an abbreviation
- dwarf_get_address_size(3)
- return the number of bytes needed to represent an address
- dwarf_get_elf(3)
- retrieve the Elf descriptor associated with a Dwarf_Debug instance
- dwarf_get_fde_instr_bytes(3)
- retrieve instructions from FDE descritpor
- dwarf_get_form_class(3)
- retrieve the form class of an attribute
- dwarf_get_funcs(3), dwarf_func_cu_offset(3), dwarf_func_die_offset(3), dwarf_func_name_offsets(3), dwarf_funcname(3)
- retrieve information about static functions
- dwarf_get_globals(3), dwarf_global_cu_offset(3), dwarf_global_die_offset(3), dwarf_global_name_offsets(3), dwarf_globname(3)
- retrieve information about global objects
- 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_relocation_info_count(3)
- return the number of relocation arrays
- dwarf_get_section_bytes(3)
- retrieve ELF section byte streams
- dwarf_get_section_max_offsets(3), dwarf_get_section_max_offsets_b(3)
- return the size of DWARF sections
- 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_get_vars(3), dwarf_var_cu_offset(3), dwarf_var_die_offset(3), dwarf_var_name_offsets(3), dwarf_varname(3)
- retrieve information about static variables
- dwarf_get_weaks(3), dwarf_weak_cu_offset(3), dwarf_weak_die_offset(3), dwarf_weak_name_offsets(3), dwarf_weakname(3)
- retrieve information about weak symbols
- dwarf_hasattr(3)
- check for the presence of an attribute
- dwarf_hasform(3), dwarf_whatform(3), dwarf_whatform_direct(3)
- query attribute forms
- 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_lne_set_address(3)
- set the base address for line number information
- dwarf_loclist_from_expr(3), dwarf_loclist_from_expr_a(3), dwarf_loclist_from_expr_b(3)
- translate DWARF location expression bytes
- dwarf_new_die(3)
- allocate a new debugging information entry
- 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_reset_section_bytes(3)
- reset the internal state of a producer instance
- 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_transform_to_disk_form(3)
- transform DWARF information into byte streams
- dwarf_whatattr(3)
- retrieve the attribute code for a DWARF attribute
- dwatch(1)
- watch processes as they trigger a particular DTrace probe
- e6000sw(4)
- Marvell 88E6000 series Gigabit Ethernet switch driver
- editmap(8)
- query and edit single records in database maps for sendmail
- editrc(5)
- configuration file for editline library
- efi(8), UEFI(8)
- Unified Extensible Firmware Interface bootstrapping procedures
- efibootmgr(8)
- manipulate the EFI Boot Manager
- efirt(9), efi_rt_ok(9), efi_get_table(9), efi_get_time(9), efi_get_time_capabilities(9), efi_reset_system(9), efi_set_time(9), efi_var_get(9), efi_var_nextname(9), efi_var_set(9)
- kernel access to UEFI runtime services
- efitable(8)
- dump UEFI tables
- efivar(8)
- UEFI environment variable interaction
- ehci(4)
- USB Enhanced Host Controller driver
- elf(3)
- API for manipulating ELF objects
- elf(5)
- format of ELF executable binary files
- elf32_checksum(3), elf64_checksum(3), gelf_checksum(3)
- return the checksum of an ELF object
- 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_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
- elf32_xlatetof(3), elf32_xlatetom(3), elf64_xlatetof(3), elf64_xlatetom(3), gelf_xlatetof(3), gelf_xlatetom(3)
- translate data between files and memory
- elf_begin(3)
- open an ELF file or ar(1) archive
- elf_errmsg(3), elf_errno(3)
- ELF library error message handling
- elf_fill(3)
- set fill byte for inter-section padding
- elf_getarhdr(3)
- retrieve ar(1) header for an archive member
- elf_getarsym(3)
- retrieve the symbol table of an archive
- elf_getbase(3)
- get the base offset for an object file
- 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_getscn(3), elf_ndxscn(3), elf_newscn(3), elf_nextscn(3)
- get/allocate section information for an ELF object
- elf_getshdrnum(3)
- return the number of sections in an ELF file
- elf_getshdrstrndx(3)
- retrieve the index of the section name string table
- elf_getshnum(3)
- return the number of sections in an ELF file
- elf_getshstrndx(3), elf_setshstrndx(3)
- retrieve/update the index of the section name string table
- elf_next(3)
- provide sequential access to the next archive member
- elf_open(3), elf_openmemory(3)
- open ELF objects and ar(1) archives
- elf_rand(3)
- provide sequential access to the next archive member
- elf_strptr(3)
- retrieve a string pointer in a string table
- elf_version(3)
- retrieve or set ELF library operating version
- elfcopy(1), objcopy(1)
- copy and translate object files
- elfctl(1)
- change an ELF binary's feature control note
- elfdump(1)
- display information about ELF files
- 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_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
- em(4), lem(4), igb(4)
- Intel(R) PRO/1000 Gigabit Ethernet adapter driver
- end(3), etext(3), edata(3)
- end boundaries of image segments
- endutxent(3), getutxent(3), getutxid(3), getutxline(3), getutxuser(3), pututxline(3), setutxdb(3), setutxent(3)
- user accounting database functions
- enetc(4)
- Freescale ENETC PCIe Gigabit Ethernet driver
- epair(4)
- A pair of virtual back-to-back connected Ethernet interfaces
- epoch(9), epoch_context(9), epoch_alloc(9), epoch_free(9), epoch_enter(9), epoch_exit(9), epoch_wait(9), epoch_enter_preempt(9), epoch_exit_preempt(9), epoch_wait_preempt(9), epoch_call(9), epoch_drain_callbacks(9), in_epoch(9), in_epoch_verbose(9)
- kernel epoch based reclamation
- et(4)
- Agere ET1310 10/100/Gigabit Ethernet driver
- etcupdate(8)
- manage updates to system files not updated by installworld
- etdump(1)
- dump ISO-9660 El Torito boot catalog information
- ether_gen_addr(9)
- generate an arbitrary MAC address for use
- ethers(5)
- ethernet address database
- etherswitchcfg(8)
- configure a built-in Ethernet switch
- eui64(5)
- IEEE EUI-64 address database
- eventtimers(4)
- kernel event timers subsystem
- eventtimers(9)
- kernel event timers subsystem
- exca(4)
- helper module for PC Card and CardBus systems
- expand(1), unexpand(1)
- expand tabs to spaces, and vice versa
- expand_number(3), expand_unsigned(3)
- parse a number from human readable form
- 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
- fabs(3), fabsf(3), fabsl(3)
- floating-point absolute value functions
- factor(6), primes(6)
- factor a number, generate primes
- fbtab(5)
- change device protection upon login
- fdisk(8)
- PC slice table maintenance utility
- 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
- feenableexcept(3), fedisableexcept(3), fegetexcept(3)
- floating-point exception masking
- fetch(1)
- retrieve a file by Uniform Resource Locator
- fetch(9), fubyte(9), fuword(9), fuword16(9), fuword32(9), fuword64(9), fueword(9), fueword32(9), fueword64(9)
- fetch data from user-space
- fflagstostr(3), strtofflags(3)
- convert between file flag bits and their string names
- ffs(3), ffsl(3), ffsll(3), fls(3), flsl(3), flsll(3)
- find first or last bit set in a bit string
- ffs(4)
- Berkeley fast file system
- fhreadlink(2)
- read value of a symbolic link
- firewall(7)
- simple firewalls under FreeBSD
- firewire(4)
- IEEE1394 High-performance Serial Bus
- flopen(3), flopenat(3)
- Reliably open and lock a file
- flua(1)
- Lua interpreter for the FreeBSD base system
- form_field(3)
- make and break connections between fields and forms
- form_field_attributes(3)
- color and attribute control for form fields
- form_field_buffer(3)
- field buffer control
- form_hook(3)
- set hooks for automatic invocation by applications
- form_page(3)
- set and get form page number
- form_request_by_name(3), form_request_name(3)
- handle printable form request names
- form_variables(3), %TYPE_ALNUM(3), %TYPE_ALPHA(3), %TYPE_ENUM(3), %TYPE_INTEGER(3), %TYPE_IPV4(3), %TYPE_NUMERIC(3), %TYPE_REGEXP(3)
- form system global variables
- form_win(3)
- make and break form window and subwindow associations
- fpclassify(3), isfinite(3), isinf(3), isnan(3), isnormal(3)
- classify a floating-point number
- fread(3), fread_unlocked(3), fwrite(3), fwrite_unlocked(3)
- binary stream input/output
- free_au_event_ent(3), setauevent(3), endauevent(3), getauevent(3), getauevent_r(3), getauevnam(3), getauevnam_r(3), getauevnum(3), getauevnum_r(3), getauevnonam(3), getauevnonam_r(3)
- look up information from the audit_event database
- 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
- freebsd-base(7)
- base system packages
- freebsd-update(8)
- fetch and install binary updates to FreeBSD
- freebsd-update.conf(5)
- configuration file for freebsd-update(8)
- freebsd-version(1)
- print the version and patch level of the installed system
- freebsd.kenv(3lua)
- Lua binding to 's Linker functions
- freebsd.sys.linker(3lua)
- Lua binding to 's Linker functions
- freebsd::FILE_up(3)
- std::unique_ptr specialization for stdio FILE objects
- freebsd::addrinfo_up(3)
- std::unique_ptr specialization for lists of socket addresses
- freebsd::fd_up(3)
- own a file descriptor
- freebsd::malloc_up(3)
- std::unique_ptr specialization for objects allocated via malloc
- freebsd::nvlist_up(3)
- std::unique_ptr specialization for name/value pairs
- freebsd::pidfile(3)
- own a PID file handle
- freebsd::stringf(3)
- build a std::string using stdio formatting
- freeenv(9), kern_getenv(9), getenv_int(9), getenv_long(9), getenv_string(9), getenv_quad(9), getenv_uint(9), getenv_ulong(9), getenv_bool(9), getenv_is_true(9), getenv_is_false(9), kern_setenv(9), testenv(9), kern_unsetenv(9)
- kernel environment variable functions
- frexp(3), frexpf(3), frexpl(3)
- convert floating-point number to fractional and integral components
- fsdb(8)
- FFS debugging/editing tool
- fsirand(8)
- randomize inode generation numbers
- fstab(5)
- static information about the file systems
- 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_provider_by_name(9)
- find GEOM provider with given name
- gb18030(5)
- GB 18030 encoding method for Chinese text
- gb2312(5)
- GB2312 encoding method for Chinese text
- gbk(5)
- Guojia biaozhun kuozhan (GBK) encoding method for Chinese text
- gdb(4)
- external kernel debugger
- gelf_getcap(3), gelf_update_cap(3)
- read and update ELF capability information
- gelf_getsym(3), gelf_update_sym(3)
- read and update symbol information
- gelf_getsyminfo(3), gelf_update_syminfo(3)
- read and update symbol information
- gelf_getsymshndx(3), gelf_update_symshndx(3)
- read and update symbol information using extended section indices
- genet(4)
- Raspberry Pi 4 / BCM2711 Gigabit Ethernet controller driver
- gensnmptree(1)
- generate C and header files from a MIB description file
- geom_linux_lvm(4)
- GEOM based Linux LVM logical volume mapping
- 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
- geom_uzip(4)
- GEOM based compressed disk images and partitions
- getauclassent(3), getauclassent_r(3), getauclassnam(3), getauclassnam_r(3), setauclass(3), endauclass(3)
- look up information from the audit_class database
- getbootfile(3)
- get kernel boot file name
- getbsize(3)
- get preferred block size
- getconf(1)
- retrieve standard configuration variables
- getdiskbyname(3)
- get generic disk description by its name
- getdtablesize(2)
- get file descriptor limit
- getent(1)
- get entries from administrative database
- getextattr(8), lsextattr(8), rmextattr(8), setextattr(8)
- manipulate extended attributes
- getfmac(8)
- print MAC label for a file system object
- getgrent(3), getgrent_r(3), getgrnam(3), getgrnam_r(3), getgrgid(3), getgrgid_r(3), setgroupent(3), setgrent(3), endgrent(3)
- group database operations
- gethostbyname(3), gethostbyname2(3), gethostbyaddr(3), gethostent(3), sethostent(3), endhostent(3), herror(3), hstrerror(3), gethostbyname_r(3), gethostbyname2_r(3), gethostbyaddr_r(3)
- get network host entry
- getifmaddrs(3)
- get multicast group memberships
- getipnodebyname(3), getipnodebyaddr(3), freehostent(3)
- nodename-to-address and address-to-nodename translation
- getlocalbase(3)
- return the path to the local software directory
- getmntinfo(3)
- get information about mounted file systems
- getmntopts(3), getmntpoint(3), chkdoreload(3), build_iovec(3), build_iovec_argf(3), free_iovec(3), checkpath(3), rmslashes(3)
- mount point operations
- getmode(3), setmode(3)
- modify mode bits
- getnetconfig(3), setnetconfig(3), endnetconfig(3), getnetconfigent(3), freenetconfigent(3), nc_perror(3), nc_sperror(3)
- get network configuration database entry
- getnetent(3), getnetbyaddr(3), getnetbyname(3), setnetent(3), endnetent(3)
- get network entry
- getnetgrent(3), innetgr(3), setnetgrent(3), endnetgrent(3)
- netgroup database operations
- getosreldate(3)
- get the value of __FreeBSD_version
- getpmac(8)
- print process-related MAC labels
- getprotoent(3), getprotobynumber(3), getprotobyname(3), setprotoent(3), endprotoent(3)
- get protocol entry
- getpwent(3), getpwent_r(3), getpwnam(3), getpwnam_r(3), getpwuid(3), getpwuid_r(3), setpassent(3), setpwent(3), endpwent(3)
- password database operations
- getrpcent(3), getrpcbyname(3), getrpcbynumber(3), endrpcent(3), setrpcent(3)
- get RPC entry
- getrpcport(3)
- get RPC port number
- getrusage(2)
- get information about resource utilization
- getservent(3), getservbyport(3), getservbyname(3), setservent(3), endservent(3)
- get service entry
- getsubopt(3)
- get sub options from an argument
- gettytab(5)
- terminal configuration data base
- getvfsbyname(3)
- get information about a file system
- gfx.lua(8)
- bootloader graphics module
- glabel(8)
- disk labelization control utility
- glob(3), glob_b(3), globfree(3)
- generate pathnames matching a pattern
- glxsb(4)
- Geode LX Security Block crypto accelerator
- gpio_open(3), gpio_close(3)
- library to handle GPIO pins
- gpiobus(4)
- GPIO bus system
- gpioiic(4)
- GPIO I2C bit-banging 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
- groupmember(9)
- checks if credentials mandate some group membership
- groups(1)
- show group memberships
- growfs(7), growfs_fstab(7)
- start up scripts to grow the root file system and add swap
- gstat(8)
- print statistics about GEOM disks
- gzexe(1)
- create auto-decompressing executables
- hash(3)
- hash database access method
- hash(9), hash32(9), hash32_buf(9), hash32_str(9), hash32_strn(9), hash32_stre(9), hash32_strne(9), jenkins_hash(9), jenkins_hash32(9), murmur3_32_hash(9), murmur3_32_hash32(9)
- general kernel hashing functions
- hashinit(9), hashinit_flags(9), hashdestroy(9), phashinit(9), phashinit_flags(9)
- manage kernel hash tables
- hastctl(8)
- Highly Available Storage control utility
- hastd(8)
- Highly Available Storage daemon
- hccontrol(8)
- Bluetooth HCI configuration utility
- 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(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
- hidbus(4)
- generic HID bus driver
- hkbd(4)
- HID keyboard driver
- hmt(4)
- MS Windows 7/8/10 - compatible HID multi-touch device driver
- hook.lua(8)
- bootloader hook module
- hostapd_cli(8)
- text-based frontend program for interacting with hostapd(8)
- hosts(5)
- host name data base
- hosts.equiv(5), .rhosts(5)
- trusted remote host and user name data base
- hosts_access(3), hosts_ctl(3), request_init(3), request_set(3)
- access control library
- hpen(4)
- MS Windows compatible HID pen tablet driver
- hpt27xx(4)
- HighPoint RocketRAID 27xx SAS 6Gb/s HBA card driver
- hptnr(4)
- HighPoint DC Series Data Center HBA card driver
- htonl(3), htons(3), ntohl(3), ntohs(3)
- convert values between host and network byte order
- htu21(4)
- driver for HTU21D and compatible temperature and humidity sensors
- humanize_number(3)
- format a number into a human readable form
- hv_vmbus(4)
- Hyper-V Virtual Machine Bus (VMBus) Driver
- hypot(3), hypotf(3), hypotl(3), cabs(3), cabsf(3), cabsl(3)
- Euclidean distance and complex absolute value functions
- i2c(8)
- test I2C bus and slave devices
- i2ctinyusb(4)
- driver for a USB / I2C bridge device
- 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_asyncwatch(1)
- display asynchronous events
- ibv_attach_mcast(3), ibv_detach_mcast(3)
- attach and detach a queue pair (QPs) to/from a multicast group
- ibv_bind_mw(3)
- post a request to bind a type 1 memory window to a memory region
- 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_cq_ex(3)
- create 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_fork_init(3)
- initialize libibverbs to support fork()
- ibv_get_async_event(3), ibv_ack_async_event(3)
- get or acknowledge asynchronous events
- ibv_get_cq_event(3), ibv_ack_cq_events(3)
- get and acknowledge completion queue (CQ) events
- 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_get_srq_num(3), ibv_get_srq_num (3)
- return srq number associated with the given shared receive queue (SRQ)
- ibv_inc_rkey(3)
- creates a new rkey from the given one
- ibv_init_ah_from_wc(3), ibv_create_ah_from_wc(3)
- initialize or create an address handle (AH) from a work completion
- ibv_modify_qp(3)
- modify the attributes of a queue pair (QP)
- ibv_modify_srq(3)
- modify attributes of a shared receive queue (SRQ)
- ibv_modify_wq(3)
- Modify a Work Queue (WQ)
- ibv_open_device(3), ibv_close_device(3)
- open and close an RDMA device context
- ibv_open_qp(3)
- open a shareable queue pair (QP)
- ibv_open_xrcd(3), ibv_close_xrcd(3)
- open or close an XRC protection domain (XRCDs)
- ibv_poll_cq(3)
- poll a completion queue (CQ)
- ibv_post_recv(3)
- post a list of work requests (WRs) to a receive queue
- ibv_post_send(3)
- post a list of work requests (WRs) to a send queue
- ibv_post_srq_recv(3)
- post a list of work requests (WRs) to a shared receive queue (SRQ)
- ibv_query_device(3)
- query an RDMA device's attributes
- ibv_query_device_ex(3)
- query an RDMA device's attributes
- ibv_query_gid(3)
- query an InfiniBand port's GID table
- ibv_query_pkey(3)
- query an InfiniBand port's P_Key table
- ibv_query_port(3)
- query an RDMA port's attributes
- ibv_query_qp(3)
- get the attributes of a queue pair (QP)
- ibv_query_rt_values_ex(3)
- query an RDMA device for some real time values
- ibv_query_srq(3)
- get the attributes of a shared receive queue (SRQ)
- ibv_rate_to_mbps(3)
- convert IB rate enumeration to Mbit/sec mbps_to_ibv_rate - convert Mbit/sec to an IB rate enumeration
- ibv_rate_to_mult(3)
- convert IB rate enumeration to multiplier of 2.5 Gbit/sec mult_to_ibv_rate - convert multiplier of 2.5 Gbit/sec to an IB rate enumeration
- ibv_rc_pingpong(1)
- simple InfiniBand RC transport test
- ibv_reg_mr(3), ibv_dereg_mr(3)
- register or deregister a memory region (MR)
- ibv_req_notify_cq(3)
- request completion notification on a completion queue (CQ)
- ibv_rereg_mr(3)
- re-register a memory region (MR)
- ibv_resize_cq(3)
- resize a completion queue (CQ)
- ibv_srq_pingpong(1)
- simple InfiniBand shared receive queue test
- ibv_uc_pingpong(1)
- simple InfiniBand UC transport test
- ibv_ud_pingpong(1)
- simple InfiniBand UD transport test
- ice(4)
- Intel Ethernet 800 Series 1GbE to 200GbE driver
- ichsmb(4)
- Intel ICH SMBus controller driver
- iconvlist(3)
- retrieving a list of character encodings supported by iconv(3)
- ieee80211_beacon(9)
- 802.11 beacon support
- ieee80211_bmiss(9)
- 802.11 beacon miss support
- ieee80211_ddb(9)
- 802.11 ddb support
- 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
- if_ntb(4)
- Virtual Ethernet interface for Non-Transparent Bridges
- iflib(4)
- Network Interface Driver Framework
- iflib(9)
- Network Interface Driver Framework
- iflibdd(9)
- Device Dependent Configuration Functions
- iflibdi(9)
- Device Independent Configuration Functions
- iflibtxrx(9)
- Device Dependent Transmit and Receive Functions
- ifmib(4)
- Management Information Base for network interfaces
- iicbb(4)
- I2C generic bit-banging driver
- iicbus(4)
- I2C bus system
- iicmux(4)
- I2C bus mulitiplexer framework
- iicsmb(4)
- I2C to SMBus bridge
- ilogb(3), ilogbf(3), ilogbl(3), logb(3), logbf(3), logbl(3)
- extract exponent
- imaxabs(3)
- returns absolute value
- imcsmb(4)
- Intel integrated Memory Controller (iMC) SMBus controller driver
- 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
- inet_net_ntop(3), inet_net_pton(3)
- Internet network number manipulation routines
- init_sleepqueues(9), sleepq_abort(9), sleepq_add(9), sleepq_alloc(9), sleepq_broadcast(9), sleepq_free(9), sleepq_lock(9), sleepq_lookup(9), sleepq_release(9), sleepq_remove(9), sleepq_signal(9), sleepq_set_timeout(9), sleepq_set_timeout_sbt(9), sleepq_sleepcnt(9), sleepq_timedwait(9), sleepq_timedwait_sig(9), sleepq_type(9), sleepq_wait(9), sleepq_wait_sig(9)
- manage the queues of sleeping threads
- initgroups(3)
- initialize supplementary groups as per the group database
- insque(3), remque(3)
- doubly-linked list management
- install(1)
- install binaries
- intro(2), errno(2)
- introduction to system calls and their error numbers
- intro(3)
- introduction to the C libraries
- ipfs(8)
- saves and restores information for NAT and state tables
- ipheth(4)
- USB Apple iPhone/iPad tethered Ethernet driver
- ipmi(4)
- OpenIPMI compatible IPMI interface driver
- ipnat(8)
- user interface to the NAT subsystem
- ips(4)
- IBM/Adaptec ServeRAID controller driver
- ipsec_set_policy(3), ipsec_get_policylen(3), ipsec_dump_policy(3)
- create an IPsec policy structure from a human readable string
- ipsec_strerror(3)
- error messages for the IPsec policy manipulation library
- ipw(4)
- Intel PRO/Wireless 2100 IEEE 802.11a/b driver
- is_term_resized(3), %is_term_resized(3), %resize_term(3), %resizeterm(3)
- manage the terminal dimensions understood by curses
- isalpha(3), isalpha_l(3)
- alphabetic character test
- isblank(3), isblank_l(3)
- space or tab character test
- 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
- ismt(4)
- Intel SMBus Message Transport (SMBus 2.0) driver
- isoboot(8)
- Boot code for hybrid ISO/USB images on BIOS-based computers
- isp(4)
- Qlogic FibreChannel SCSI Host Adapters driver
- ispfw(4)
- Firmware for Qlogic FibreChannel SCSI Host Adapters
- issetugid(2)
- is current process tainted by uid or gid changes
- 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
- isxdigit(3), ishexnumber(3), isxdigit_l(3), ishexnumber_l(3)
- hexadecimal-digit character test
- item_visible(3)
- check visibility of a menu item
- iwi(4)
- Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 network driver
- iwifw(4)
- Firmware Module for Intel PRO/Wireless 2200BG/2225BG/2915ABG driver
- iwlwifi(4)
- Intel IEEE 802.11a/b/g/n/ac/ax/be wireless network driver
- iwmbtfw(8)
- load firmware for Intel Wireless AC Bluetooth USB devices
- ix(4)
- Intel 10Gb Ethernet driver
- j0(3), j0f(3), j1(3), j1f(3), jn(3), jnf(3), y0(3), y0f(3), y1(3), y1f(3), yn(3), ynf(3)
- Bessel functions of first and second kind
- jail(3lua), attach(3lua), getid(3lua), getname(3lua), list(3lua), allparams(3lua), getparams(3lua), remove(3lua), setparams(3lua), CREATE(3lua), UPDATE(3lua), ATTACH(3lua), DYING(3lua)
- Lua binding to jail(3)
- jme(4)
- JMicron Gigabit/Fast Ethernet driver
- join(1)
- relational database operator
- k5identity(5)
- Kerberos V5 client principal selection rules
- k5login(5)
- Kerberos V5 acl file for host access
- k5srvutil(1)
- host key table (keytab) manipulation utility
- kadm5.acl(5)
- Kerberos ACL file
- kadmin(1)
- Kerberos V5 database administration program
- kadmin.local(8), kadmin(8)
- Kerberos V5 database administration program
- kbdcontrol(1)
- system video console keyboard control/configuration utility
- kbdmap(1), vidfont(1)
- system video console keyboard map/font dialog utilities
- kbdmap(5)
- keyboard map file format for kbdcontrol
- kbdmux(4)
- keyboard multiplexer
- kcmp(2)
- compare two kernel objects
- kdb5_util(8)
- Kerberos database maintenance utility
- kdc.conf(5)
- Kerberos V5 KDC configuration file The kdc.conf file supplements %krb5.conf for programs which are typically only used on a KDC, such as the %krb5kdc and %kadmind daemons and the %kdb5_util 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, @LOCALSTATEDIR@/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
- kdestroy(1)
- destroy Kerberos tickets
- kerberos(7)
- Overview of using Kerberos
- kern_reboot(9), shutdown_nice(9)
- reboot, halt, or power off the system
- kern_yield(9), maybe_yield(9), should_yield(9)
- functions for yielding execution of the current thread
- kernacc(9), useracc(9)
- check memory regions for accessibility
- keyboard(4)
- pc keyboard interface
- keybound(3), %keybound(3)
- get definition of curses keycode
- keyok(3), %keyok(3)
- enable or disable a curses keycode
- kiconv_add_xlat16_cspair(3), kiconv_add_xlat16_cspairs(3), kiconv_add_xlat16_table(3)
- kernel side iconv library
- killall(1)
- kill processes by name
- kinfo_getvmobject(3)
- function for getting system-wide memory information
- kinit(1)
- obtain and cache Kerberos ticket-granting ticket
- kldsym(2)
- look up address by symbol name in a KLD
- klist(1)
- list cached Kerberos tickets
- kobj(9)
- a kernel object system for FreeBSD
- kpasswd(1)
- change a user's Kerberos password
- kprop(8)
- propagate a Kerberos V5 principal database to a replica server
- kpropd(8)
- Kerberos V5 replica KDC update server
- kproplog(8)
- display the contents of the Kerberos principal update log
- 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_empty(9), knlist_clear(9), knlist_delete(9), knlist_destroy(9), KNOTE_LOCKED(9), KNOTE_UNLOCKED(9)
- event delivery subsystem
- krb5-config(1)
- tool for linking against MIT Kerberos libraries
- 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
- krb5kdc(8)
- Kerberos V5 KDC
- ksu(1)
- Kerberized super-user
- ksyms(4)
- kernel symbol table interface
- ktrace(1)
- enable kernel process tracing
- ktrdump(8)
- print kernel ktr trace buffer
- ktutil(1)
- Kerberos keytab file maintenance utility
- kue(4)
- Kawasaki LSI KL5KUSB101B USB Ethernet driver
- kvm_getcptime(3)
- fetch global CPU time statistics
- kvm_nlist(3), kvm_nlist2(3)
- retrieve symbol table names from a kernel image
- kvno(1)
- print key version numbers of Kerberos principals
- kyua-about(1), kyua about(1)
- Shows detailed authors, license, and version information
- kyua-db-exec(1), kyua db-exec(1)
- Executes a SQL statement in a results file
- 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
- labs(3)
- return the absolute value of a long integer
- ldconfig(8)
- configure the dynamic linker search path for shared libraries
- ldd(1)
- list dynamic object dependencies
- ldexp(3), ldexpf(3), ldexpl(3)
- multiply floating-point number by integral power of 2
- lesskey(1)
- customize key bindings for less
- lge(4)
- Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet adapter driver
- lib80211(3), lib80211_alloc_regdata(3), lib80211_free_regdata(3), lib80211_regdomain_readconfig(3), lib80211_regdomain_cleanup(3), lib80211_regdomain_findbysku(3), lib80211_regdomain_findbyname(3), lib80211_country_findbycc(3), lib80211_country_findbyname(3)
- manage net80211 configuration and regulatory database
- libalias(3)
- packet aliasing library for masquerading and network address translation
- libarchive(3)
- functions for reading and writing streaming archives
- libarchive-formats(5)
- archive formats supported by the libarchive library
- libarchive_changes(3)
- changes in libarchive interface
- libarchive_internals(3)
- description of libarchive internal interfaces
- libbe(3)
- library for creating, destroying and modifying ZFS boot environments
- libbsdxml(3)
- eXpat XML parser library
- libbsm(3)
- Basic Security Module (BSM) Audit API
- libefivar(3)
- EFI Non Volatile Variable Support
- 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
- libmemstat(3)
- library interface to retrieve kernel memory allocator statistics
- libmp(3)
- traditional BSD multiple precision integer arithmetic library
- libradius(3)
- RADIUS client/server library
- librtld_db(3)
- library for run-time linker debugging
- libsa(3)
- support library for standalone executables
- libstdbuf(3)
- preloaded library to change standard streams initial buffering
- libtacplus(3)
- TACACS+ client library
- libthr(3)
- 1:1 POSIX threads library
- libucl(3), ucl_parser_new(3), ucl_parser_register_macro(3), ucl_parser_register_variable(3), ucl_parser_add_chunk(3), ucl_parser_add_string(3), ucl_parser_add_file(3), ucl_parser_get_object(3), ucl_parser_get_error(3), ucl_parser_free(3), ucl_pubkey_add(3), ucl_parser_set_filevars(3)
- universal configuration library parser and utility functions
- libufs(3)
- operate on UFS file systems from userland
- libugidfw(3)
- library interface to the file system firewall MAC policy
- libusb(3)
- USB access library
- libusb20(3)
- USB access library
- libxo(3)
- library for emitting text, XML, JSON, or HTML output
- lindebugfs(4)
- Linux file system for debugging
- linsysfs(4)
- Linux kernel objects file system
- linux(4)
- Linux ABI support
- liquidio(4)
- Cavium 10Gb/25Gb Ethernet driver
- llabs(3)
- returns absolute value
- lldb(1)
- LLDB Documentation
- lldb-server(1)
- LLDB Documentation
- llvm-cxxfilt(1)
- LLVM symbol name demangler
- llvm-nm(1)
- list LLVM bitcode and object file's symbol table
- llvm-objcopy(1)
- object copying and editing tool
- llvm-objdump(1)
- LLVM's object file dumper
- 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
- lo(4)
- software loopback network interface
- loader(8)
- kernel bootstrapping final stage
- loader.conf(5)
- system bootstrap configuration information
- loader.conf.lua(5)
- system bootstrap Lua configuration information
- 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
- local-unbound(8), unbound(8)
- Local-unbound DNS validating resolver 1.23.1
- local-unbound-anchor(8)
- Local-unbound anchor utility
- local-unbound-checkconf(8)
- Check Local-unbound configuration file for errors
- local-unbound-control(8), local-unbound-control-setup(8)
- Local-unbound remote server control utility
- local-unbound.conf(5), unbound.conf(5)
- Local-unbound configuration file
- locate.updatedb(8)
- update locate database
- login.access(5)
- login access control table
- login.conf(5)
- login class capability database
- login_close(3), login_getcapbool(3), login_getcaplist(3), login_getcapnum(3), login_getcapenum(3), login_getcapstr(3), login_getcapsize(3), login_getcaptime(3), login_getclass(3), login_getclassbyname(3), login_getpath(3), login_getpwclass(3), login_getstyle(3), login_getuserclass(3), login_setcryptfmt(3)
- functions for accessing the login class capabilities database
- look(1)
- display lines beginning with a given string
- lorder(1)
- list dependencies for object files
- lpbb(4)
- parallel port I2C bit-banging interface
- lprm(1)
- remove jobs from the line printer spooling queue
- mac(9)
- TrustedBSD Mandatory Access Control framework
- mac.conf(5)
- format of the MAC library configuration file
- mac_biba(4)
- Biba data integrity policy
- mac_bsdextended(4)
- file system firewall policy
- mac_ddb(4)
- Restricted kernel debugger interface policy
- mac_free(3)
- free MAC label
- mac_from_text(3), mac_to_text(3)
- convert MAC label to/from text representation
- mac_get_file(3), mac_get_link(3), mac_get_fd(3), mac_get_peer(3), mac_get_pid(3), mac_get_proc(3)
- get the label of a file, socket, socket peer or process
- mac_prepare(3), mac_prepare_type(3), mac_prepare_file_label(3), mac_prepare_ifnet_label(3), mac_prepare_process_label(3)
- allocate appropriate storage for mac_t
- mac_set_file(3), mac_set_fd(3), mac_set_proc(3)
- set the MAC label for a file or process
- mac_stub(4)
- MAC policy stub module
- maclabel(7)
- Mandatory Access Control label format
- madvise(2), posix_madvise(2)
- give advice about use of memory
- mail.local(8)
- store mail in a mailbox
- mailwrapper(8)
- invoke appropriate MTA software based on configuration file
- make.conf(5)
- system build information
- 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
- makemap(8)
- create database maps for sendmail
- 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
- malo(4)
- Marvell Libertas IEEE 802.11b/g wireless network driver
- mandoc.db(5)
- manual page database
- math(3)
- floating-point mathematical library
- max44009(4)
- driver for MAX44009 Ambient Light Sensor
- 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
- mblen(3)
- get number of bytes in a character
- mbrlen(3)
- get number of bytes in a character (restartable)
- 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
- mbuf(9)
- memory management in the kernel IPC subsystem
- mbuf_tags(9)
- a framework for generic packet attributes
- mdchain(9), md_initm(9), md_done(9), md_append_record(9), md_next_record(9), md_get_uint8(9), md_get_uint16(9), md_get_uint16be(9), md_get_uint16le(9), md_get_uint32(9), md_get_uint32be(9), md_get_uint32le(9), md_get_int64(9), md_get_int64be(9), md_get_int64le(9), md_get_mem(9), md_get_mbuf(9), md_get_uio(9)
- set of functions to dissect an mbuf chain to various data types
- membarrier(2)
- memory barrier
- memcchr(9)
- locate the complement of a byte in byte string
- memchr(3)
- locate byte in memory object
- memcmp(3)
- compare bytes in memory
- memcontrol(8)
- control system cache behaviour with respect to memory
- memcpy(3)
- copy byte string
- memfd_create(2), shm_create_largepage(2), shm_open(2), shm_rename(2), shm_unlink(2)
- shared memory object operations
- memfd_create(3), shm_create_largepage(3), shm_open(3), shm_rename(3), shm_unlink(3)
- shared memory object operations
- memguard(9), MemGuard(9)
- memory allocator for debugging purposes
- memmem(3)
- locate a byte substring in a byte string
- memmove(3)
- copy byte string
- memset(3)
- write a byte to byte string
- menu.4th(8)
- FreeBSD dynamic menu boot module
- menu.lua(8)
- bootloader dynamic menu module
- menu_back(3), menu_fore(3), menu_grey(3), menu_pad(3), set_menu_back(3), set_menu_fore(3), set_menu_grey(3), set_menu_pad(3)
- color and attribute control for menus
- menu_hook(3)
- set hooks for automatic invocation by applications
- menu_request_by_name(3), menu_request_name(3)
- handle printable menu request names
- menu_win(3)
- make and break menu window and subwindow associations
- menusets.4th(8)
- FreeBSD dynamic submenu boot module
- mgb(4)
- Microchip LAN743x PCIe Gigabit Ethernet driver
- mge(4)
- Marvell Gigabit Ethernet device driver
- microseq(9)
- ppbus microsequencer developer's guide
- miibus(4)
- IEEE 802.3 Media Independent Interface network bus
- mitigations(7)
- FreeBSD Security Vulnerability Mitigations
- 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
- mkesdb(1)
- generates conversion catalog for iconv(3)
- mknod(8)
- build special file
- mkstr(1)
- create an error message file by massaging C source
- mlx4en(4)
- Mellanox ConnectX-3 10GbE/40GbE network adapter driver
- mlx4ib(4)
- Mellanox ConnectX-3 10GbE/40GbE network adapter driver
- mlx5en(4)
- NVIDIA Mellanox ConnectX-4/5/6 [Dx/Ex/Lx] based 200Gb, 100Gb, 50Gb, 40Gb, 25Gb and 10Gb ethernet adapter driver
- mlx5ib(4)
- Mellanox ConnectX-4 and ConnectX-4 LX based 100Gb, 50Gb, 40Gb, 25Gb and 10Gb network adapter driver
- mmc(4)
- MultiMediaCard and SD Card bus driver
- modf(3), modff(3), modfl(3)
- extract signed integral and fractional values from floating-point number
- module(9)
- structure describing a kernel module
- mos(4)
- Moschip MCS7730/MCS7830/MCS7832 USB Ethernet driver
- mount_nullfs(8)
- mount a loopback file system sub-tree; demonstrate the use of a null file system layer
- mount_smbfs(8)
- mount a server message block (SMB1/CIFS) file system
- mpi3mr(4)
- Broadcom MPIMR 3.0 IT/IR 24Gb/s SAS Tri-Mode RAID PCIe 4.0 driver
- mpool(3)
- shared memory buffer pool
- mpr(4)
- LSI Fusion-MPT 3/3.5 IT/IR 12Gb/s Serial Attached SCSI/SATA/PCIe driver
- mps(4)
- LSI Fusion-MPT 2 IT/IR 6Gb/s Serial Attached SCSI/SATA driver
- mpt(4)
- LSI Fusion-MPT SCSI/Fibre Channel driver
- mptable(1)
- display MP configuration table
- mq_getattr(2)
- get message queue attributes (REALTIME)
- mq_notify(2)
- notify process that a message is available (REALTIME)
- mq_setattr(2)
- set message queue attributes (REALTIME)
- mrsas(4)
- Broadcom/LSI MegaRAID 6/12Gb/s SAS+SATA RAID controller driver
- msk(4)
- Marvell/SysKonnect Yukon II Gigabit Ethernet adapter driver
- msleep(9), msleep_sbt(9), msleep_spin(9), msleep_spin_sbt(9), pause(9), pause_sig(9), pause_sbt(9), tsleep(9), tsleep_sbt(9), wakeup(9), wakeup_one(9), wakeup_any(9)
- wait for events
- 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
- mtio(4)
- FreeBSD magtape interface
- mtw(4)
- MediaTek MT7601U USB IEEE 802.11n wireless network driver
- muge(4)
- Microchip LAN78xx USB Gigabit Ethernet driver
- multibyte(3)
- multibyte and wide character manipulation functions
- mx25l(4)
- SpiFlash compatible non-volatile storage devices driver
- mxge(4)
- Myricom Myri10GE 10 Gigabit Ethernet adapter driver
- named_attribute(7)
- Solaris-like extended attribute system interface
- namei(9), NDINIT(9), NDINIT_AT(9), NDFREE_PNBUF(9)
- pathname translation and lookup operations
- nanobsd.sh(8)
- create an embedded FreeBSD system image
- nc(1)
- arbitrary TCP and UDP connections and listens
- ndp(8)
- control/diagnose IPv6 neighbor discovery protocol
- nearbyint(3), nearbyintf(3), nearbyintl(3), rint(3), rintf(3), rintl(3)
- round to integral value in floating-point format
- netconfig(5)
- network configuration data base
- netfpga10g_nf10bmac(4)
- driver for the NetFPGA-10G Embedded CPU Ethernet Core
- netgdb(4)
- protocol for debugging the kernel with GDB over the network
- netgraph(4)
- graph based kernel networking subsystem
- networks(5)
- network name data base
- 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
- newaliases(1)
- rebuild the data base for the sendmail aliases file
- newsyslog(8)
- maintain system log files to manageable sizes
- nextafter(3), nextafterf(3), nextafterl(3), nexttoward(3), nexttowardf(3), nexttowardl(3)
- next representable value
- nextboot(8)
- specify an alternate kernel and boot flags for the next reboot
- nfscbd(8)
- NFSv4 client side callback daemon
- nfsmb(4)
- NVIDIA nForce2/3/4 SMBus 2.0 controller driver
- 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_btsocket(4)
- Bluetooth sockets layer
- ng_hci(4)
- Netgraph node type that is also a Bluetooth Host Controller Interface (HCI) layer
- ng_hub(4)
- packet distribution netgraph node type
- ng_ipfw(4)
- interface between netgraph and IP firewall
- ng_l2cap(4)
- Netgraph node type that implements Bluetooth Logical Link Control and Adaptation Protocol (L2CAP)
- ng_patch(4)
- trivial mbuf data modifying netgraph node type
- ng_tag(4)
- mbuf tags manipulating netgraph node type
- ng_ubt(4)
- Netgraph node type that is also a driver for Bluetooth USB devices
- ng_vjc(4)
- Van Jacobson compression netgraph node type
- nge(4)
- National Semiconductor PCI Gigabit Ethernet adapter driver
- nl(1)
- line numbering filter
- nlist(3)
- retrieve symbol table name list from an executable file
- nproc(1)
- print the number of processors
- nsmb.conf(5)
- configuration file for server message block (SMB1/CIFS) requests
- ntb(4)
- Non-Transparent Bridge subsystem
- ntb_hw_amd(4)
- AMD Non-Transparent Bridge driver
- ntb_hw_intel(4)
- Intel(R) Non-Transparent Bridge driver
- ntb_hw_plx(4)
- PLX/Avago/Broadcom Non-Transparent Bridge driver
- ntb_transport(4)
- Packet-oriented transport for Non-Transparent Bridges
- ntptime(8)
- read kernel time variables
- number(6)
- convert Arabic numerals to English
- 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
- nvmem(9)
- nvmem_get_cell_len, nvmem_read_cell_by_name, nvmem_read_cell_by_idx, nvmem_write_cell_by_name, nvmem_write_cell_by_idx
- nvmf(4)
- NVM Express over Fabrics host driver
- nvmf_tcp(4)
- TCP transport for NVM Express over Fabrics
- nvmft(4)
- NVM Express over Fabrics CAM Target Layer frontend
- oce(4)
- Device driver for Emulex OneConnect 10Gb network adapters
- ocs_fc(4)
- Device driver for Emulex Fibre Channel Host Adapters
- offsetof(3)
- offset of a structure member
- 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
- ohci(4)
- OHCI USB Host Controller driver
- open_memstream(3), open_wmemstream(3)
- dynamic memory buffer stream open functions
- openpam_borrow_cred(3)
- temporarily borrow user credentials
- openpam_borrow_cred(3), openpam_free_data(3), openpam_free_envlist(3), openpam_get_feature(3), openpam_get_option(3), openpam_log(3), openpam_nullconv(3), openpam_readline(3), openpam_readlinev(3), openpam_readword(3), openpam_restore_cred(3), openpam_set_feature(3), openpam_set_option(3), openpam_straddch(3), openpam_subst(3), openpam_ttyconv(3), pam_error(3), pam_get_authtok(3), pam_info(3), pam_prompt(3), pam_setenv(3), pam_verror(3), pam_vinfo(3), pam_vprompt(3)
- Pluggable Authentication Modules Library
- openpam_set_feature(3)
- enable or disable an optional feature
- openpam_straddch(3)
- add a character to a string, expanding the buffer if needed
- openpam_subst(3)
- substitute PAM item values in a string
- openpam_ttyconv(3)
- simple tty-based conversation function
- openpty(3), forkpty(3)
- auxiliary functions to obtain a pseudo-terminal
- 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
- ossl(4)
- driver using OpenSSL assembly routines
- otus(4)
- Atheros AR9170 USB IEEE 802.11a/b/g/n wireless network driver
- ow(4)
- Dallas Semiconductor 1-Wire bus
- own(9), own_send_command(9), own_command_wait(9), own_self_command(9), own_acquire_bus(9), own crc(9), own_release_bus(9), OWN_ACQUIRE_BUS(9), OWN_CRC(9), OWN_RELEASE_BUS(9), OWN_SEND_COMMAND(9)
- Dallas Semiconductor 1-Wire Network and Transport Interface
- p_candebug(9)
- determine debuggability of a process
- p_cansee(9)
- determine visibility of a process
- pam_acct_mgmt(3), pam_authenticate(3), pam_chauthtok(3), pam_close_session(3), pam_end(3), pam_get_data(3), pam_get_item(3), pam_get_user(3), pam_getenv(3), pam_getenvlist(3), pam_open_session(3), pam_putenv(3), pam_set_data(3), pam_set_item(3), pam_setcred(3), pam_start(3), pam_strerror(3)
- Pluggable Authentication Modules Library
- pam_getenv(3)
- retrieve the value of a PAM environment variable
- pam_getenvlist(3)
- returns a list of all the PAM environment variables
- pam_krb5(8)
- Kerberos PAM module
- pam_ksu(8)
- Kerberos 5 SU PAM module
- pam_putenv(3)
- set the value of an environment variable
- panic(9)
- bring down system on fatal error
- passwd(5), master.passwd(5), pwd.db(5), spwd.db(5)
- format of the password file
- password.lua(8)
- bootloader password module
- paste(1)
- merge corresponding or subsequent lines of files
- pathconf(2), lpathconf(2), fpathconf(2)
- get configurable pathname variables
- pbio(4)
- 8255 parallel peripheral interface basic I/O driver
- pbm(5)
- portable bitmap file format
- pcap(3)
- Packet Capture library
- pcap-linktype(7)
- link-layer header types supported by libpcap
- pcap-savefile(5)
- libpcap savefile format
- pcap-tstamp(7)
- packet time stamps in libpcap
- pcap_breakloop(3)
- force a pcap_dispatch() or pcap_loop() call to return
- pcap_can_set_rfmon(3)
- check whether monitor mode can be set for a not-yet-activated capture handle
- pcap_dump_close(3)
- close a savefile being written to
- pcap_dump_file(3)
- get the standard I/O stream for a savefile being written
- pcap_dump_ftell(3), pcap_dump_ftell64(3)
- get the current file offset for a savefile being written
- pcap_file(3)
- get the standard I/O stream for a savefile being read
- pcap_freecode(3)
- free a BPF program
- pcap_get_required_select_timeout(3)
- get a timeout to be used when doing select() for a live capture
- pcap_get_selectable_fd(3)
- get a file descriptor on which a select() can be done for a live capture
- pcap_geterr(3), pcap_perror(3)
- get or print libpcap error message text
- pcap_init(3)
- initialize the library
- pcap_is_swapped(3)
- find out whether a savefile has the native byte order
- pcap_lib_version(3)
- get the version information for libpcap
- 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_lookupnet(3)
- find the IPv4 network number and netmask for a device
- pcap_major_version(3), pcap_minor_version(3)
- get the version number of a savefile
- pcap_set_buffer_size(3)
- set the buffer size for a not-yet-activated capture handle
- pcap_set_datalink(3)
- set the link-layer header type to be used by a capture device
- pcap_set_timeout(3)
- set the packet buffer timeout 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_setdirection(3)
- set the direction for which packets will be captured
- pcap_setnonblock(3), pcap_getnonblock(3)
- set or get the state of non-blocking mode on a capture device
- pccbb(4)
- cardbus bridge driver
- pcf(4)
- Philips I2C bus controller
- pcf8574(4)
- driver for the PCF8574 8-bit I2C IO expander
- pcf8591(4)
- driver for the PCF8591 8-bit A/D and D/A converter
- pchtherm(4)
- Intel PCH thermal subsystem
- pci(4)
- generic PCI/PCIe bus driver
- 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
- pcib(4)
- PCI bridge driver
- pciconf(8)
- diagnostic utility for the PCI bus
- periodic.conf(5)
- periodic job configuration information
- perror(1)
- print an error number as a string
- pfind(9), zpfind(9)
- locate a process by number
- pfsync(4)
- packet filter state table synchronisation interface
- pget(9)
- locate a process by number
- pgfind(9)
- locate a process group by number
- pgrep(1), pkill(1)
- find or signal processes by name
- phones(5)
- remote host phone number data base
- pidfile_open(3), pidfile_write(3), pidfile_close(3), pidfile_remove(3), pidfile_fileno(3), pidfile_signal(3)
- library for PID files handling
- 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_clear_modify(9)
- set information about physical pages
- pmap_init(9)
- initialize the pmap subsystem
- pmap_is_modified(9), pmap_ts_modified(9)
- return information about physical pages
- pmap_is_prefaultable(9)
- determine if a page may be prefaulted
- pmap_kextract(9), vtophys(9)
- extract a physical address from the kernel page table
- pmap_object_init_pt(9)
- initialize page tables for a VM object
- pmap_release(9)
- release resources held by a physical map
- pmc(3)
- library for accessing hardware performance monitoring counters
- pmc.cmn-600(3)
- Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counter events
- pmc.ivybridge(3)
- measurement events for Intel Ivy Bridge family CPUs
- pmc.ivybridgexeon(3)
- measurement events for Intel Ivy Bridge Xeon family CPUs
- pmc.sandybridge(3)
- measurement events for Intel Sandy Bridge family CPUs
- pmc.sandybridgeuc(3)
- uncore measurement events for Intel Sandy Bridge family CPUs
- pmc.sandybridgexeon(3)
- measurement events for Intel Sandy Bridge Xeon family CPUs
- pmc.soft(3)
- measurements using software based events
- pmc_capabilities(3), pmc_cpuinfo(3), pmc_ncpu(3), pmc_npmc(3), pmc_pmcinfo(3), pmc_width(3)
- retrieve information about performance monitoring counters
- pmc_disable(3), pmc_enable(3)
- administrative control of hardware performance counters
- pmc_event_names_of_class(3)
- return a list of event names supported by a PMC class
- pmc_init(3)
- initialize library
- 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)
- pmclog_open(3), pmclog_close(3), pmclog_read(3), pmclog_feed(3)
- parse event log data generated by hwpmc(4)
- pms(4)
- PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controller driver
- pnfsdsfile(8)
- display a pNFS data storage file's location(s) and/or modify the pnfsd.dsfile extended attribute for them
- pnfsdskill(8)
- disables a pNFS data storage server (DS)
- pnpbios(4)
- support for embedded devices on the motherboard
- ports(7)
- contributed applications
- posix_fadvise(2)
- give advice about use of file data
- posix_spawn_file_actions_addopen(3), posix_spawn_file_actions_adddup2(3), posix_spawn_file_actions_addclose(3), posix_spawn_file_actions_addclosefrom_np(3), posix_spawn_file_actions_addchdir_np(3), posix_spawn_file_actions_addfchdir_np(3)
- add open, dup2, close, closefrom, or chdir/fchdir actions to spawn file actions object
- posix_spawn_file_actions_init(3), posix_spawn_file_actions_destroy(3)
- initialize and destroy spawn file actions object
- posix_spawnattr_getflags(3), posix_spawnattr_setflags(3)
- get and set the spawn-flags attribute of a spawn attributes object
- posix_spawnattr_getpgroup(3), posix_spawnattr_setpgroup(3)
- get and set the spawn-pgroup attribute of a spawn attributes object
- posix_spawnattr_getschedparam(3), posix_spawnattr_setschedparam(3)
- get and set the spawn-schedparam attribute of a spawn attributes object
- posix_spawnattr_getschedpolicy(3), posix_spawnattr_setschedpolicy(3)
- get and set the spawn-schedpolicy attribute of a spawn attributes object
- posix_spawnattr_getsigdefault(3), posix_spawnattr_setsigdefault(3)
- get and set the spawn-sigdefault attribute of a spawn attributes object
- posix_spawnattr_getsigmask(3), posix_spawnattr_setsigmask(3)
- get and set the spawn-sigmask attribute of a spawn attributes object
- posix_spawnattr_init(3), posix_spawnattr_destroy(3)
- initialize and destroy spawn attributes object
- post_form(3), unpost_form(3)
- write or erase forms from associated subwindows
- post_menu(3), unpost_menu(3)
- write or erase menus from associated subwindows
- ppbus(4)
- Parallel Port Bus system
- ppi(4)
- user-space interface to ppbus parallel 'geek' port
- printcap(5)
- printer capability data base
- prison_check(9)
- determine if subjects may see entities according to jail restrictions
- prng(9)
- Kernel pseudo-random number generators
- 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
- protect(1)
- protect processes from being killed when swap space is exhausted
- protocols(5)
- protocol name data base
- pthread_attr_get_np(3)
- get attributes of an existing thread
- pthread_attr_getaffinity_np(3), pthread_attr_setaffinity_np(3)
- manage CPU affinity in thread attribute objects
- 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_broadcast(3)
- unblock all threads waiting for a condition variable
- pthread_cond_destroy(3)
- destroy a condition variable
- pthread_cond_init(3)
- create a condition variable
- pthread_cond_signal(3)
- unblock a thread waiting for a condition variable
- pthread_cond_timedwait(3)
- wait on a condition variable for a specific amount of time
- pthread_cond_wait(3)
- wait on 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_multi_np(3), pthread_single_np(3)
- switch between multi- and single-threaded scheduling modes
- pthread_mutex_consistent(3)
- mark state protected by robust mutex as consistent
- pthread_mutex_timedlock(3)
- lock a mutex without blocking indefinitely
- pthread_mutex_trylock(3)
- attempt to lock a mutex without blocking
- pthread_mutexattr_getkind_np(3), pthread_mutexattr_setkind_np(3)
- mutex attribute operations (legacy)
- 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_np(3)
- FreeBSD extensions to POSIX thread functions
- pthread_rwlockattr_destroy(3)
- destroy a read/write lock attributes object
- pthread_rwlockattr_getpshared(3)
- get the process shared attribute
- pthread_rwlockattr_init(3)
- initialize a read/write lock attributes object
- pthread_rwlockattr_setpshared(3)
- set the process shared attribute
- pthread_setcancelstate(3), pthread_setcanceltype(3), pthread_testcancel(3)
- set cancelability state
- pthread_signals_block_np(3), pthread_signals_unblock_np(3)
- fast asynchronous signals blocking and unblocking
- ptrace(2)
- process tracing and debugging
- pty(4)
- old-style compatibility pseudo-terminal driver
- publickey(3), getpublickey(3), getsecretkey(3)
- get public or secret key
- pw_copy(3), pw_dup(3), pw_edit(3), pw_equal(3), pw_fini(3), pw_initpwd(3), pw_init(3), pw_make(3), pw_make_v7(3), pw_mkdb(3), pw_lock(3), pw_scan(3), pw_tempname(3), pw_tmp(3)
- functions for passwd file handling
- pwcache(3), user_from_uid(3), uid_from_user(3), pwcache_userdb(3), group_from_gid(3), gid_from_group(3), pwcache_groupdb(3)
- cache password and group entries
- pwd_mkdb(8)
- generate the password databases
- pwmbus(9), PWMBUS_CHANNEL_CONFIG(9), PWMBUS_CHANNEL_COUNT(9), PWMBUS_CHANNEL_ENABLE(9), PWMBUS_CHANNEL_GET_CONFIG(9), PWMBUS_CHANNEL_GET_FLAGS(9), PWMBUS_CHANNEL_IS_ENABLED(9), PWMBUS_CHANNEL_SET_FLAGS(9), PWMBUS_GET_BUS(9)
- PWMBUS methods
- pxeboot(8)
- Preboot Execution Environment (PXE) bootloader
- qlnxe(4)
- Cavium 25/40/100 Gigabit Ethernet & CNA Adapter Driver
- qlxgb(4)
- QLogic 10 Gigabit Ethernet & CNA Adapter Driver
- qlxgbe(4)
- QLogic 10 Gigabit Ethernet & CNA Adapter Driver
- qlxge(4)
- QLogic 8100 Series 10 Gigabit Ethernet Adapter Driver
- qmath(3)
- fixed-point math library based on the Q number format
- qsort(3), qsort_b(3), qsort_r(3), heapsort(3), heapsort_b(3), mergesort(3), mergesort_b(3)
- sort functions
- quot(8)
- display disk space occupied by each user
- quota.user(5), quota.group(5)
- per file system quota database
- rand(3), srand(3), rand_r(3)
- bad random number generator
- random(3), srandom(3), srandomdev(3), initstate(3), setstate(3)
- non-cryptographic pseudorandom number generator; routines for changing generators
- random(6)
- random lines from a file or random numbers
- rbootd(8)
- HP remote boot server
- rc(8)
- command scripts for auto-reboot and daemon startup
- rc.subr(8)
- functions used by system shell scripts
- rctl(8)
- display and update resource limits database
- rctl.conf(5)
- resource limits database defaults
- rctl_add_rule(2), rctl_get_limits(2), rctl_get_racct(2), rctl_get_rules(2), rctl_remove_rule(2)
- manipulate and query the resource limits database
- rdma_bind_addr(3)
- Bind an RDMA identifier to a source address
- 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_get_dst_port(3)
- Returns the remote port number of a bound rdma_cm_id
- rdma_get_local_addr(3)
- Returns the local IP address of a bound rdma_cm_id
- rdma_get_peer_addr(3)
- Returns the remote IP address of a bound rdma_cm_id
- rdma_get_src_port(3)
- Returns the local port number of a bound rdma_cm_id
- rdma_notify(3)
- Notifies the librdmacm of an asynchronous event
- rdma_reg_msgs(3)
- register data buffer(s) for sending or receiving messages
- rdma_reg_read(3)
- register data buffer(s) for remote RDMA read access
- rdma_reg_write(3)
- register data buffer(s) for remote RDMA write access
- rdma_resolve_route(3)
- Resolve the route information needed to establish a connection
- readlink(2), readlinkat(2)
- read value of a symbolic link
- realhostname(3)
- convert an IP number to the real host name
- realpath(3)
- returns the canonicalized absolute pathname
- reboot(2)
- reboot system or halt processor
- reboot(8), halt(8), fastboot(8), fasthalt(8)
- stopping and restarting the system
- recno(3)
- record number database access method
- redzone(9), RedZone(9)
- buffer corruptions detector
- regcomp(3), regexec(3), regerror(3), regfree(3)
- regular-expression library
- regulator(9), regulator_get_by_name(9), regulator_get_by_id(9), regulator_release(9), regulator_get_name(9), regulator_enable(9), regulator_disable(9), regulator_stop(9), regulator_status(9), regulator_get_voltage(9), regulator_set_voltage(9), regulator_check_voltage(9), regulator_get_by_ofw_property(9)
- regulator methods
- rel2abs(3)
- make an absolute path name from a relative path name
- release(7)
- release building infrastructure
- resettodr(9)
- set battery-backed clock from system time
- restore(8), rrestore(8)
- restore files or file systems from backups made with dump
- rfork_thread(3)
- create a rfork-based process thread
- rgephy(4)
- RealTek RTL8168/8169/8110/8211 series 10/100/1000 Gigabit Ethernet PHY driver
- 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
- 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_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
- rndtest(4)
- FIPS 140-2 random number generator test monitor
- route(4)
- kernel packet forwarding database
- route(8)
- manually manipulate the routing tables
- rpc(3)
- library routines for remote procedure calls
- rpc(5)
- rpc program number data base
- rpc.umntall(8)
- notify NFS servers about unmounted NFS file systems
- 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_mech_info(3)
- Get extra information about a security mechanism
- rpc_gss_qop_to_num(3)
- Convert a quality of protection name to number
- rpc_gss_set_callback(3)
- Register a security context creation callback
- rpc_secure(3)
- library routines for secure remote procedure calls
- 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
- rpc_svc_reg(3), rpc_reg(3), svc_reg(3), svc_unreg(3), svc_auth_reg(3), xprt_register(3), xprt_unregister(3)
- library routines for registering servers
- rpcb_getmaps(3), rpcb_getaddr(3), rpcb_gettime(3), rpcb_rmtcall(3), rpcb_set(3), rpcb_unset(3)
- library routines for RPC bind service
- rpcbind(8)
- universal addresses to RPC program number mapper
- rpcsec_gss(3), RPCSEC_GSS(3)
- GSS-API based authentication for RPC
- rpoll(3)
- callback functions for file descriptors and timers
- rrenumd(8)
- router renumbering daemon
- rrenumd.conf(5)
- configuration file for router renumbering daemon
- rsu(4)
- Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network driver
- rtentry(9)
- structure of an entry in the kernel routing table
- rtlbtfw(8)
- load firmware for Realtek 87XX/88XX Bluetooth USB devices
- rtquery(8)
- query routing daemons for their routing tables
- rtwn_usb(4)
- Realtek wireless rtwn network driver USB support
- rue(4)
- RealTek RTL8150 USB to Fast Ethernet controller driver
- rum(4)
- Ralink Technology USB IEEE 802.11a/b/g wireless network driver
- run(4)
- Ralink Technology USB IEEE 802.11a/g/n wireless network driver
- runat(1)
- run a shell command on a named attribute directory
- save-entropy(8)
- Save bits of entropy to feed /dev/random at startup
- sbget(3), sbsearch(3), sbput(3), sbread(3), sbfind(3), sbwrite(3)
- read and write superblocks of a UFS file system
- 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
- scalb(3), scalbf(3), significand(3), significandf(3)
- IEEE test functions
- scalbln(3), scalblnf(3), scalblnl(3), scalbn(3), scalbnf(3), scalbnl(3)
- adjust exponent
- scandir(3), fdscandir(3), scandirat(3), scandir_b(3), fdscandir_b(3), fdscandirat_b(3), alphasort(3), versionsort(3)
- scan a directory
- sched_4bsd(4)
- 4.4BSD scheduler
- sclient(1)
- sample Kerberos version 5 client
- screen.lua(8)
- bootloader screen manipulation module
- sctp_bindx(3)
- bind or unbind an SCTP socket to a list of addresses
- sdhci(4)
- PCI SD Host Controller bridge driver
- sdiff(1)
- side-by-side diff
- sdpcontrol(8)
- Bluetooth Service Discovery Protocol query utility
- sdpd(8)
- Bluetooth Service Discovery Protocol daemon
- security(7)
- introduction to security under FreeBSD
- semget(2)
- obtain a semaphore id
- send(4)
- Kernel side support for Secure Neighbor Discovery (SeND)
- seq(1)
- print sequences of numbers
- seqc_consistent(9), seqc_read(9), seqc_write_begin(9), seqc_write_end(9)
- lockless read algorithm
- services(5)
- internet service name and port number data base
- services_mkdb(8)
- generate the services database
- set_constraint_handler_s(3), abort_handler_s(3), ignore_handler_s(3)
- runtime-constraint violation handling
- set_menu_items(3), menu_items(3), item_count(3)
- make and break connections between items and menus
- set_menu_pattern(3), menu_pattern(3)
- set and get a menu's pattern buffer
- set_menu_spacing(3), menu_spacing(3)
- set and get spacing between menu items
- setac(3), endac(3), getacdir(3), getacdist(3), getacexpire(3), getacfilesz(3), getacflg(3), getachost(3), getacmin(3), getacna(3), getacpol(3), au_poltostr(3), au_strtopol(3)
- look up information from the audit_control database
- setauuser(3), endauuser(3), getauuserent(3), getauuserent_r(3), getauusernam(3), getauusernam_r(3), au_user_mask(3), getfauditflags(3)
- look up information from the audit_user database
- setbuf(3), setbuffer(3), setlinebuf(3), setvbuf(3)
- stream buffering operations
- setclasscontext(3), setclasscpumask(3), setclassenvironment(3), setclassresources(3), setusercontext(3)
- functions for using the login class capabilities database
- setfib(1)
- execute a utility with an altered default network view
- setfib(2)
- set the default FIB (routing table) for the calling process
- setfmac(8)
- set MAC label for a file system object
- setfsmac(8)
- set MAC label for a file hierarchy
- setkey(8)
- manually manipulate the IPsec SA/SP database
- setpmac(8)
- run a command with a different MAC process label
- sf_buf(9)
- manage temporary kernel address space mapping for memory pages
- sftp-server(8)
- OpenSSH SFTP server subsystem
- sfxge(4)
- Solarflare 10Gb Ethernet adapter driver
- sg(4)
- Linux ioctl-compatible SCSI passthru device
- sge(4)
- Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet driver
- sglist(9), sglist_alloc(9), sglist_append(9), sglist_append_bio(9), sglist_append_mbuf(9), sglist_append_mbuf_epg(9), sglist_append_phys(9), sglist_append_sglist(9), sglist_append_single_mbuf(9), sglist_append_uio(9), sglist_append_user(9), sglist_append_vmpages(9), sglist_build(9), sglist_clone(9), sglist_consume_uio(9), sglist_count(9), sglist_count_mbuf_epg(9), sglist_count_vmpages(9), sglist_free(9), sglist_hold(9), sglist_init(9), sglist_join(9), sglist_length(9), sglist_reset(9), sglist_slice(9), sglist_split(9)
- manage a scatter/gather list of physical memory addresses
- shells(5)
- shell database
- shm_map(9), shm_unmap(9)
- map shared memory objects into the kernel's address space
- shmget(2)
- obtain a shared memory identifier
- shutdown(2)
- disable sends and/or receives on a socket
- siba(4)
- Sonic Inc. Silicon Backplane driver
- sigemptyset(3), sigfillset(3), sigaddset(3), sigandset(3), sigdelset(3), sigisemptyset(3), sigismember(3), sigorset(3)
- manipulate signal sets
- sigfastblock(2)
- controls signals blocking with a simple memory write
- 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
- sigsetmask(2), sigblock(2)
- manipulate current signal mask
- sigsuspend(2)
- atomically release blocked signals and wait for interrupt
- simplebus(4)
- ePAPR simple-bus driver
- sinh(3), sinhf(3), sinhl(3)
- hyperbolic sine function
- sk(4)
- SysKonnect SK-984x and SK-982x PCI Gigabit Ethernet adapter driver
- smb(4)
- System Management Bus (SMBus) generic I/O device driver
- smbfs(4)
- server message block (SMB1/CIFS) file system
- smbios(4)
- System Management BIOS
- smbmsg(8)
- send or receive messages over an SMBus
- smbus(4)
- System Management Bus
- smbutil(1)
- interface to the server message block (SMB1/CIFS) requester
- smsc(4)
- USB Microchip LAN9xxx Fast Ethernet 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_hdsp(4)
- RME HDSP 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_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_bridge(3)
- bridge module for snmpd
- snmp_client(3), snmp_client_init(3), snmp_client_set_host(3), snmp_client_set_port(3), snmp_send_cb_f(3), snmp_timeout_cb_f(3), snmp_timeout_start_f(3), snmp_timeout_stop_f(3), snmp_open(3), snmp_close(3), snmp_pdu_create(3), snmp_add_binding(3), snmp_pdu_check(3), snmp_pdu_send(3), snmp_oid_append(3), snmp_parse_server(3), snmp_receive(3), snmp_table_cb_f(3), snmp_table_fetch(3), snmp_table_fetch_async(3), snmp_dialog(3), snmp_discover_engine(3)
- SNMP client library
- snmp_hast(3)
- HAST module for bsnmpd(1)
- snmp_hostres(3)
- host resources module for bsnmpd(8)
- snmp_lm75(3)
- LM75 Sensor module for bsnmpd(1)
- 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_target(3)
- Target addresses and notifications module for bsnmpd(1)
- snmp_usm(3)
- user-based security module for bsnmpd(1)
- snmp_vacm(3)
- View-based Access Control module for bsnmpd(1)
- 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
- snmp_wlan(3)
- wireless networking module for bsnmpd(1)
- sockatmark(3)
- determine whether the read pointer is at the OOB mark
- sort(1)
- sort or merge records (lines) of text and binary files
- sourcefilter(3)
- advanced multicast group membership API
- spi(8)
- communicate on SPI bus with slave devices
- src.conf(5)
- source build options
- ssh-copy-id(1)
- copy public keys to a remote host
- ssh-keyscan(1)
- gather SSH public keys from servers
- ssh-keysign(8)
- OpenSSH helper for host-based authentication
- ssp(3)
- bounds checked libc functions
- stab(5)
- symbol table types
- stablerestart(5), nfs-stablerestart(5)
- restart information for the NFSv4 server
- stats(7)
- information about various and sundry statistics utilities
- stdarg(3)
- variable argument lists
- stdbuf(1)
- change standard streams initial buffering
- stdio(3)
- standard input/output library functions
- stge(4)
- Sundance/Tamarack TC9021 Gigabit Ethernet adapter driver
- store(9), subyte(9), suword(9)
- store data to user-space
- 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
- strings(1)
- print the strings of printable characters in files
- strlcpy(3), strlcat(3)
- size-bounded string copying and concatenation
- strmode(3)
- convert inode status information into a symbolic string
- strpbrk(3)
- locate multiple characters in string
- strstr(3), strcasestr(3), strnstr(3)
- locate a substring in a string
- strtonum(3)
- reliably convert string value to an integer
- style.Makefile(5)
- FreeBSD Makefile style guide
- style.mdoc(5)
- FreeBSD manual page style guide
- su(1)
- substitute user identity
- sume(4)
- NetFPGA SUME 4x10Gb Ethernet driver
- superio(4)
- Super I/O controller and bus driver
- 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
- svc_dg_enablecache(3), svc_exit(3), svc_fdset(3), svc_freeargs(3), svc_getargs(3), svc_getreq_common(3), svc_getreq_poll(3), svc_getreqset(3), svc_getrpccaller(3), svc_pollset(3), svc_run(3), svc_sendreply(3)
- library routines for RPC servers
- swab(3)
- swap adjacent bytes
- sym(4)
- NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver
- symlink(2), symlinkat(2)
- make symbolic link to a file
- symlink(7)
- symbolic link handling
- syncache(4), syncookies(4)
- sysctl(8) MIBs for controlling TCP SYN caching
- sysconf(3)
- get configurable system variables
- sysctl(3), sysctlbyname(3), sysctlnametomib(3)
- get or set system information
- 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_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_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
- tabs(1), %tabs(1)
- set terminal tab stops
- tanh(3), tanhf(3), tanhl(3)
- hyperbolic tangent functions
- tarfs(4)
- tarball filesystem
- tbl(7)
- tbl language reference for mandoc
- tcp_bbr(4)
- TCP Bottleneck Bandwidth and Round-Trip Time Algorithm
- tcsendbreak(3), tcdrain(3), tcflush(3), tcflow(3)
- line control functions
- 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
- termcap(5)
- terminal capability data base
- terminfo(5), %terminfo(5)
- terminal capability database
- thr_set_name(2)
- set user-visible thread name
- thread_exit(9)
- abandon current thread context
- ti(4)
- Alteon Networks Tigon I and Tigon II Gigabit Ethernet driver
- timecounters(4)
- kernel time counters subsystem
- timeradd(3), timersub(3), timerclear(3), timerisset(3), timercmp(3), timespecadd(3), timespecsub(3), timespecclear(3), timespecisset(3), timespeccmp(3)
- operations on timevals and timespecs
- timingsafe_bcmp(3), timingsafe_memcmp(3)
- timing-safe byte sequence comparisons
- toascii(3)
- convert a byte to 7-bit ASCII
- toe(1), %toe(1)
- list table of entries of terminfo terminal types
- top(1)
- display and update information about the top cpu processes
- tput(1), %tput(1)
- initialize a terminal, exercise its capabilities, or query %term%info database
- tracing(7)
- introduction to FreeBSD tracing and performance monitoring
- trim(8)
- erase device blocks that have no needed contents
- tsearch(3), tfind(3), tdelete(3), twalk(3)
- manipulate binary search trees
- tslog(4)
- Boot-time event tracing facility
- tuning(7)
- performance tuning under FreeBSD
- tws(4)
- 3ware 9750 SATA+SAS 6Gb/s RAID controller card driver
- u2f(4)
- FIDO/U2F USB security keys
- u3g(4)
- USB support for 3G and 4G cellular modems
- uark(4)
- Arkmicro Technologies ARK3116 based USB serial adapter
- uath(4)
- Atheros USB IEEE 802.11a/b/g wireless network driver
- uathload(8)
- load firmware for Atheros USB wireless devices
- ubsa(4)
- USB support for Belkin serial adapters
- ubser(4)
- USB support for BWCT console serial adapters
- ubtbcmfw(4)
- Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
- uchcom(4)
- WinChipHead CH9102/CH343/CH341/CH340 USB to serial UART driver
- ucom(4)
- USB tty support
- ucycom(4)
- device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
- udav(4)
- Davicom DM9601 USB Ethernet driver
- udbc(4)
- USB Debug Class device driver
- udbp(4)
- USB Double Bulk Pipe driver
- udl(4)
- DisplayLink DL-120 / DL-160 USB display devices
- uefisign(8)
- UEFI Secure Boot signing utility
- ufoma(4)
- USB mobile phone support
- ufs_disk_close(3), ufs_disk_fillout(3), ufs_disk_fillout_blank(3), ufs_disk_write(3)
- open and close userland UFS disks
- uftdi(4)
- Future Technology Devices International USB to serial UART driver
- ugen(4)
- USB generic device support
- ugidfw(8)
- firewall-like access controls for file system objects
- uhci(4)
- UHCI USB Host Controller driver
- uhid(4)
- USB generic HID support
- uhsoctl(1)
- connection utility for Option based devices
- uio(9), uiomove(9), uiomove_frombuf(9), uiomove_nofault(9)
- device driver I/O routines
- uipaq(4)
- USB support for iPAQ units
- ukbd(4)
- USB keyboard driver
- uled(4)
- USB LED driver
- ulpt(4)
- USB printer support
- uma(9), UMA(9)
- general-purpose kernel object allocator
- umass(4)
- USB Mass Storage Devices driver
- umb(4)
- USB Mobile Broadband Interface Model (MBIM) cellular modem driver
- umbctl(8)
- display or set MBIM cellular modem interface parameters (4G/LTE)
- umcs(4)
- USB support for serial adapters based on the MCS7820 and MCS7840 chips
- umct(4)
- Magic Control Technology USB-RS232 converter driver
- umodem(4)
- USB Communication Device Class serial (CDC ACM) driver
- umoscom(4)
- USB support for serial adapters based on chips made by MOSCHIP
- ums(4)
- USB mouse driver
- uname(1)
- display information about the system
- unvis(1)
- revert a visual representation of data back to original form
- upgt(4)
- Conexant/Intersil PrismGT SoftMAC USB IEEE 802.11b/g wireless network driver
- uplcom(4)
- USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
- uptime(1)
- show how long system has been running
- ural(4)
- Ralink RT2500USB IEEE 802.11a/b/g wireless network driver
- ure(4)
- Realtek RTL8152/RTL8153/RTL8156 USB Ethernet driver
- urio(4)
- USB driver for the Rio MP3 players
- urndis(4)
- USB Remote NDIS Ethernet device
- urtw(4)
- Realtek RTL8187B/L USB IEEE 802.11b/g wireless network driver
- usb(4)
- Universal Serial Bus
- 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_quirk(4)
- USB quirks module
- usb_template(4)
- USB device side templates
- usbconfig(8)
- configure the USB subsystem
- usbdump(8)
- dump traffic on USB host controller
- 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
- usbhid(4)
- USB HID transport driver
- usbhidaction(1)
- perform actions according to USB HID controls
- 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
- uslcom(4)
- Silicon Laboratories CP2101/CP2102/CP2103/CP2104/CP2105 based USB serial adapter
- utempter_add_record(3), utempter_remove_added_record(3), utempter_remove_record(3), addToUtmp(3), removeFromUtmp(3), removeLineFromUtmp(3)
- utempter compatibility interface
- utx(8)
- manage the user accounting database
- uvisor(4)
- USB support for the PalmOS based PDAs
- uvscom(4)
- USB support for SUNTAC Slipper U VS-10U serial adapters driver
- valectl(8)
- manage VALE network switches provided by netmap
- version.4th(8)
- FreeBSD version string boot module
- vfs_busy(9)
- marks a mount point as busy
- vfs_unbusy(9)
- unbusy a mount point
- vge(4)
- VIA Networking Technologies Velocity Gigabit Ethernet adapter driver
- viawd(4)
- device driver for VIA south bridge watchdog timer
- vinvalbuf(9)
- flushes and invalidates all buffers associated with a vnode
- virtio_balloon(4)
- VirtIO Memory Balloon driver
- virtio_blk(4)
- VirtIO Block driver
- virtual_bt_speaker(8)
- virtual bluetooth speaker
- vis(1)
- display non-printable characters in a visual format
- vkbd(4)
- the virtual AT keyboard interface
- vm_map(9)
- virtual address space portion of virtual memory subsystem
- vm_map_find(9)
- find a free region within a map, and optionally map a vm_object
- vm_map_insert(9)
- insert an object into a map
- vm_map_lookup(9), vm_map_lookup_done(9)
- lookup the vm_object backing a given virtual region
- vm_map_madvise(9)
- apply advice about use of memory to map entries
- vm_map_protect(9)
- apply protection bits to a virtual memory region
- vm_map_submap(9)
- create a subordinate map
- vm_page_bits(9), vm_page_set_validclean(9), vm_page_clear_dirty(9), vm_page_set_invalid(9), vm_page_zero_invalid(9), vm_page_is_valid(9), vm_page_test_dirty(9), vm_page_dirty(9), vm_page_undirty(9)
- manage page clean and dirty bits
- 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_grab(9)
- returns a page from an object
- vm_page_insert(9), vm_page_remove(9)
- add/remove page from an object
- vmm(4), vmm.ko(4)
- bhyve virtual machine monitor
- 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
- vtfontcvt(8)
- convert font files for use by the video console
- vxlan(4)
- Virtual eXtensible LAN interface
- wbwd(4)
- device driver for Winbond/Nuvoton Super I/O chips watchdog timer
- wc(1)
- word, line, character, and byte count
- wcrtomb(3), c16rtomb(3), c32rtomb(3)
- convert a wide-character code to a character (restartable)
- wcsrtombs(3), wcsnrtombs(3)
- convert a wide-character string to a character string (restartable)
- wcstof(3), wcstod(3), wcstold(3)
- convert string to float, double or long double
- wcstombs(3)
- convert a wide-character string to a character string
- wcswidth(3)
- number of column positions in wide-character string
- 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
- what(1)
- show what versions of object modules were used to construct a file
- whois(1)
- Internet domain name and network number directory service
- wlan_acl(4)
- MAC-based ACL 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
- wpa_passphrase(8)
- utility for generating a 256-bit pre-shared WPA key from an ASCII passphrase
- wpi(4)
- Intel PRO/Wireless 3945ABG IEEE 802.11a/b/g network driver
- xb360gp(4)
- XBox 360 gamepad driver
- 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
- xdr_accepted_reply(3), xdr_authsys_parms(3), xdr_callhdr(3), xdr_callmsg(3), xdr_opaque_auth(3), xdr_rejected_reply(3), xdr_replymsg(3)
- XDR library routines for remote procedure calls
- xhci(4)
- USB eXtensible Host Controller driver
- xnb(4)
- Xen Paravirtualized Backend Ethernet Driver
- xo(1)
- emit formatted output based on format string and arguments
- xo_attr(3), xo_attr_h(3), xo_attr_hv(3)
- Add attribute name/value pairs to formatted output
- xo_create(3), xo_create_to_file(3), xo_destroy(3)
- create and destroy libxo output handles
- xo_emit(3), xo_emit_h(3), xo_emit_hv(3)
- emit formatted output based on format string and arguments
- xo_emit_f(3), xo_emit_hf(3), xo_emit_hvf(3)
- emit formatted output based on format string and arguments
- xo_flush(3), xo_flush_h(3)
- flush formatted output from libxo handle
- xo_options(7)
- common options for libxo-based commands
- xo_parse_args(3), xo_set_program(3)
- detect, parse, and remove arguments for libxo
- xo_set_allocator(3)
- set allocation functions for libxo
- xo_set_flags(3), xo_clear_flags(3)
- set operational flags for a libxo handle
- xo_set_info(3)
- set the field information data for libxo
- xo_set_options(3)
- change options used by a libxo handle
- xo_set_style(3), xo_set_style_name(3)
- set the output style for a libxo handle
- xo_set_writer(3)
- set custom writer functions for a libxo handle
- xo_syslog(3), xo_vsyslog(3), xo_open_log(3), xo_close_log(3), xo_set_logmask(3)
- create SYSLOG (RFC5424) log records using libxo formatting
- yes(1)
- be repetitively affirmative
- yp_mkdb(8)
- generate the NIS databases
- ypbind(8)
- NIS domain binding daemon
- ypcat(1)
- print the values of all keys in a NIS database
- ypinit(8)
- build and install NIS databases
- ypldap(8)
- YP map server using LDAP backend
- ypmatch(1)
- print the values of one or more keys in a NIS database
- yppush(8)
- force propagation of updated NIS databases
- ypserv(8)
- NIS database server
- ypset(8)
- tell ypbind(8) which NIS server process to use
- ypxfr(8)
- transfer NIS database from remote server to local host
- zdb(8)
- display ZFS storage pool debugging and consistency information
- zfs-bookmark(8)
- create bookmark of ZFS snapshot
- zfs-destroy(8)
- destroy ZFS dataset, snapshots, or bookmark
- zfs-diff(8)
- show difference between ZFS snapshots
- zfs-jail(8)
- attach or detach ZFS filesystem from FreeBSD jail
- zfs-receive(8)
- create snapshot from backup stream
- zfs-rollback(8)
- roll ZFS dataset back to snapshot
- zfs-send(8)
- generate backup stream of ZFS dataset
- zfs_prepare_disk(8)
- special script that gets run before bringing a disk into a pool
- zfsbootcfg(8)
- specify zfsboot options for the next boot
- 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
- zhack(1)
- libzpool debugging tool
- zlib(3)
- compression/decompression library
- zpool-ddtprune(8)
- Prunes the oldest entries from the single reference dedup table(s)
- zpool-events(8)
- list recent events generated by kernel
- zpool-import(8)
- import ZFS storage pools or list available pools
- zpool-labelclear(8)
- remove ZFS label information from device
- zpool-list(8)
- list information about ZFS storage pools
- zpool-scrub(8)
- begin or resume scrub of ZFS storage pools
- zpool_influxdb(8)
- collect ZFS pool statistics in InfluxDB line protocol format
- ztest(1)
- was written by the ZFS Developers as a ZFS unit test
- zyd(4)
- ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network driver
- ADMISSIONS(3), ADMISSIONS_get0_admissionAuthority(3), ADMISSIONS_get0_namingAuthority(3), ADMISSIONS_get0_professionInfos(3), ADMISSIONS_set0_admissionAuthority(3), ADMISSIONS_set0_namingAuthority(3), ADMISSIONS_set0_professionInfos(3), ADMISSION_SYNTAX(3), ADMISSION_SYNTAX_get0_admissionAuthority(3), ADMISSION_SYNTAX_get0_contentsOfAdmissions(3), ADMISSION_SYNTAX_set0_admissionAuthority(3), ADMISSION_SYNTAX_set0_contentsOfAdmissions(3), NAMING_AUTHORITY(3), NAMING_AUTHORITY_get0_authorityId(3), NAMING_AUTHORITY_get0_authorityURL(3), NAMING_AUTHORITY_get0_authorityText(3), NAMING_AUTHORITY_set0_authorityId(3), NAMING_AUTHORITY_set0_authorityURL(3), NAMING_AUTHORITY_set0_authorityText(3), PROFESSION_INFO(3), PROFESSION_INFOS(3), PROFESSION_INFO_get0_addProfessionInfo(3), PROFESSION_INFO_get0_namingAuthority(3), PROFESSION_INFO_get0_professionItems(3), PROFESSION_INFO_get0_professionOIDs(3), PROFESSION_INFO_get0_registrationNumber(3), PROFESSION_INFO_set0_addProfessionInfo(3), PROFESSION_INFO_set0_namingAuthority(3), PROFESSION_INFO_set0_professionItems(3), PROFESSION_INFO_set0_professionOIDs(3), PROFESSION_INFO_set0_registrationNumber(3)
- Accessors and settors for ADMISSION_SYNTAX
- ASN1_AUX(3), ASN1_PRINT_ARG(3), ASN1_STREAM_ARG(3), ASN1_aux_cb(3), ASN1_aux_const_cb(3)
- ASN.1 auxiliary data
- ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_set_uint64(3), ASN1_INTEGER_get_int64(3), ASN1_INTEGER_get(3), ASN1_INTEGER_set_int64(3), ASN1_INTEGER_set(3), BN_to_ASN1_INTEGER(3), ASN1_INTEGER_to_BN(3), ASN1_ENUMERATED_get_int64(3), ASN1_ENUMERATED_get(3), ASN1_ENUMERATED_set_int64(3), ASN1_ENUMERATED_set(3), BN_to_ASN1_ENUMERATED(3), ASN1_ENUMERATED_to_BN(3)
- ASN.1 INTEGER and ENUMERATED utilities
- ASN1_OBJECT_new(3), ASN1_OBJECT_free(3)
- object allocation functions
- ASN1_STRING_TABLE(3), ASN1_STRING_TABLE_add(3), ASN1_STRING_TABLE_get(3), ASN1_STRING_TABLE_cleanup(3)
- ASN1_STRING_TABLE manipulation functions
- 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), ASN1_item_pack(3), ASN1_item_unpack_ex(3), ASN1_item_unpack(3)
- decode and encode DER-encoded ASN.1 structures
- ASYNC_WAIT_CTX_new(3), ASYNC_WAIT_CTX_free(3), ASYNC_WAIT_CTX_set_wait_fd(3), ASYNC_WAIT_CTX_get_fd(3), ASYNC_WAIT_CTX_get_all_fds(3), ASYNC_WAIT_CTX_get_changed_fds(3), ASYNC_WAIT_CTX_clear_fd(3), ASYNC_WAIT_CTX_set_callback(3), ASYNC_WAIT_CTX_get_callback(3), ASYNC_WAIT_CTX_set_status(3), ASYNC_WAIT_CTX_get_status(3), ASYNC_callback_fn(3), ASYNC_STATUS_UNSUPPORTED(3), ASYNC_STATUS_ERR(3), ASYNC_STATUS_OK(3), ASYNC_STATUS_EAGAIN(3)
- functions to manage waiting for asynchronous jobs to complete
- ASYNC_get_wait_ctx(3), ASYNC_init_thread(3), ASYNC_cleanup_thread(3), ASYNC_start_job(3), ASYNC_pause_job(3), ASYNC_get_current_job(3), ASYNC_block_pause(3), ASYNC_unblock_pause(3), ASYNC_is_capable(3), ASYNC_stack_alloc_fn(3), ASYNC_stack_free_fn(3), ASYNC_set_mem_functions(3), ASYNC_get_mem_functions(3)
- asynchronous job management functions
- 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_ADDR(3), BIO_ADDR_new(3), BIO_ADDR_copy(3), BIO_ADDR_dup(3), BIO_ADDR_clear(3), BIO_ADDR_free(3), BIO_ADDR_rawmake(3), BIO_ADDR_family(3), BIO_ADDR_rawaddress(3), BIO_ADDR_rawport(3), BIO_ADDR_hostname_string(3), BIO_ADDR_service_string(3), BIO_ADDR_path_string(3)
- BIO_ADDR routines
- BIO_ctrl(3), BIO_callback_ctrl(3), BIO_ptr_ctrl(3), BIO_int_ctrl(3), BIO_reset(3), BIO_seek(3), BIO_tell(3), BIO_flush(3), BIO_eof(3), BIO_set_close(3), BIO_get_close(3), BIO_pending(3), BIO_wpending(3), BIO_ctrl_pending(3), BIO_ctrl_wpending(3), BIO_get_info_callback(3), BIO_set_info_callback(3), BIO_info_cb(3), BIO_get_ktls_send(3), BIO_get_ktls_recv(3), BIO_set_conn_mode(3), BIO_get_conn_mode(3), BIO_set_tfo(3)
- 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_f_base64(3)
- base64 BIO filter
- BIO_f_cipher(3), BIO_set_cipher(3), BIO_get_cipher_status(3), BIO_get_cipher_ctx(3)
- cipher BIO filter
- BIO_f_md(3), BIO_set_md(3), BIO_get_md(3), BIO_get_md_ctx(3)
- message digest BIO filter
- BIO_f_null(3)
- null filter
- BIO_f_prefix(3), BIO_set_prefix(3), BIO_set_indent(3), BIO_get_indent(3)
- prefix BIO filter
- BIO_f_readbuffer(3)
- read only buffering BIO that supports BIO_tell() and BIO_seek()
- BIO_find_type(3), BIO_next(3), BIO_method_type(3)
- BIO chain traversal
- BIO_get_buffer_num_lines(3), BIO_set_read_buffer_size(3), BIO_set_write_buffer_size(3), BIO_set_buffer_size(3), BIO_set_buffer_read_data(3), BIO_f_buffer(3)
- buffering BIO
- 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), BIO_meth_set_sendmmsg(3), BIO_meth_get_sendmmsg(3), BIO_meth_set_recvmmsg(3), BIO_meth_get_recvmmsg(3)
- Routines to build up BIO methods
- BIO_get_rpoll_descriptor(3), BIO_get_wpoll_descriptor(3)
- obtain a structure which can be used to determine when a BIO object can next be read or written
- BIO_hostserv_priorities(3), BIO_parse_hostserv(3)
- utility routines to parse a standard host and service string
- BIO_lookup_type(3), BIO_ADDRINFO(3), BIO_ADDRINFO_next(3), BIO_ADDRINFO_free(3), BIO_ADDRINFO_family(3), BIO_ADDRINFO_socktype(3), BIO_ADDRINFO_protocol(3), BIO_ADDRINFO_address(3), BIO_lookup_ex(3), BIO_lookup(3)
- BIO_ADDRINFO type and routines
- BIO_new_CMS(3)
- CMS streaming filter BIO
- BIO_new_ex(3), BIO_new(3), BIO_up_ref(3), BIO_free(3), BIO_vfree(3), BIO_free_all(3)
- BIO allocation and freeing functions
- BIO_printf(3), BIO_vprintf(3), BIO_snprintf(3), BIO_vsnprintf(3)
- formatted output to a BIO
- BIO_push(3), BIO_pop(3), BIO_set_next(3)
- add and remove BIOs from a chain
- BIO_read_ex(3), BIO_write_ex(3), BIO_read(3), BIO_write(3), BIO_gets(3), BIO_get_line(3), BIO_puts(3)
- BIO I/O functions
- 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_tfo_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_connect(3), BIO_new_connect(3), BIO_set_conn_hostname(3), BIO_set_conn_port(3), BIO_set_conn_address(3), BIO_set_conn_ip_family(3), BIO_get_conn_hostname(3), BIO_get_conn_port(3), BIO_get_conn_address(3), BIO_get_conn_ip_family(3), BIO_set_nbio(3), BIO_set_sock_type(3), BIO_get_sock_type(3), BIO_get0_dgram_bio(3), BIO_do_connect(3)
- connect BIO
- BIO_s_core(3), BIO_new_from_core_bio(3)
- OSSL_CORE_BIO functions
- BIO_s_datagram(3), BIO_new_dgram(3), BIO_ctrl_dgram_connect(3), BIO_ctrl_set_connected(3), BIO_dgram_recv_timedout(3), BIO_dgram_send_timedout(3), BIO_dgram_get_peer(3), BIO_dgram_set_peer(3), BIO_dgram_detect_peer_addr(3), BIO_dgram_get_mtu_overhead(3)
- Network BIO with datagram semantics
- BIO_s_dgram_pair(3), BIO_new_bio_dgram_pair(3), BIO_dgram_set_no_trunc(3), BIO_dgram_get_no_trunc(3), BIO_dgram_get_effective_caps(3), BIO_dgram_get_caps(3), BIO_dgram_set_caps(3), BIO_dgram_set_mtu(3), BIO_dgram_get_mtu(3), BIO_dgram_set0_local_addr(3)
- datagram pair BIO
- BIO_s_fd(3), BIO_set_fd(3), BIO_get_fd(3), BIO_new_fd(3)
- file descriptor BIO
- BIO_s_file(3), BIO_new_file(3), BIO_new_fp(3), BIO_set_fp(3), BIO_get_fp(3), BIO_read_filename(3), BIO_write_filename(3), BIO_append_filename(3), BIO_rw_filename(3)
- FILE bio
- BIO_s_null(3)
- null data sink
- BIO_s_secmem(3), BIO_s_dgram_mem(3), BIO_s_mem(3), BIO_set_mem_eof_return(3), BIO_get_mem_data(3), BIO_set_mem_buf(3), BIO_get_mem_ptr(3), BIO_new_mem_buf(3)
- memory BIO
- BIO_s_socket(3), BIO_new_socket(3)
- socket BIO
- BIO_sendmmsg(3), BIO_recvmmsg(3), BIO_dgram_set_local_addr_enable(3), BIO_dgram_get_local_addr_enable(3), BIO_dgram_get_local_addr_cap(3), BIO_err_is_non_fatal(3)
- send and receive multiple datagrams in a single call
- 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
- BIO_set_data(3), BIO_get_data(3), BIO_set_init(3), BIO_get_init(3), BIO_set_shutdown(3), BIO_get_shutdown(3)
- functions for managing BIO state information
- BIO_should_read(3), BIO_should_write(3), BIO_should_io_special(3), BIO_retry_type(3), BIO_should_retry(3), BIO_get_retry_BIO(3), BIO_get_retry_reason(3), BIO_set_retry_reason(3)
- BIO retry functions
- BIO_socket(3), BIO_bind(3), BIO_connect(3), BIO_listen(3), BIO_accept_ex(3), BIO_closesocket(3)
- BIO socket communication setup routines
- BIO_socket_wait(3), BIO_wait(3), BIO_do_connect_retry(3)
- BIO connection utility functions
- BN_BLINDING_new(3), BN_BLINDING_free(3), BN_BLINDING_update(3), BN_BLINDING_convert(3), BN_BLINDING_invert(3), BN_BLINDING_convert_ex(3), BN_BLINDING_invert_ex(3), BN_BLINDING_is_current_thread(3), BN_BLINDING_set_current_thread(3), BN_BLINDING_lock(3), BN_BLINDING_unlock(3), BN_BLINDING_get_flags(3), BN_BLINDING_set_flags(3), BN_BLINDING_create_param(3)
- blinding related BIGNUM functions
- BN_CTX_new_ex(3), BN_CTX_new(3), BN_CTX_secure_new_ex(3), BN_CTX_secure_new(3), BN_CTX_free(3)
- allocate and free BN_CTX structures
- BN_CTX_start(3), BN_CTX_get(3), BN_CTX_end(3)
- use temporary BIGNUM variables
- BN_add(3), BN_sub(3), BN_mul(3), BN_sqr(3), BN_div(3), BN_mod(3), BN_nnmod(3), BN_mod_add(3), BN_mod_sub(3), BN_mod_mul(3), BN_mod_sqr(3), BN_mod_sqrt(3), BN_exp(3), BN_mod_exp(3), BN_gcd(3)
- arithmetic operations on BIGNUMs
- BN_add_word(3), BN_sub_word(3), BN_mul_word(3), BN_div_word(3), BN_mod_word(3)
- arithmetic functions on BIGNUMs with integers
- BN_bn2binpad(3), BN_signed_bn2bin(3), BN_bn2bin(3), BN_bin2bn(3), BN_signed_bin2bn(3), BN_bn2lebinpad(3), BN_signed_bn2lebin(3), BN_lebin2bn(3), BN_signed_lebin2bn(3), BN_bn2nativepad(3), BN_signed_bn2native(3), BN_native2bn(3), BN_signed_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
- BN_cmp(3), BN_ucmp(3), BN_is_zero(3), BN_is_one(3), BN_is_word(3), BN_abs_is_word(3), BN_is_odd(3), BN_are_coprime(3)
- BIGNUM comparison and test functions
- BN_copy(3), BN_dup(3), BN_with_flags(3)
- copy BIGNUMs
- BN_generate_prime_ex2(3), BN_generate_prime_ex(3), BN_is_prime_ex(3), BN_check_prime(3), BN_is_prime_fasttest_ex(3), BN_GENCB_call(3), BN_GENCB_new(3), BN_GENCB_free(3), BN_GENCB_set_old(3), BN_GENCB_set(3), BN_GENCB_get_arg(3), BN_generate_prime(3), BN_is_prime(3), BN_is_prime_fasttest(3)
- generate primes and test for primality
- BN_mod_exp_mont(3), BN_mod_exp_mont_consttime(3), BN_mod_exp_mont_consttime_x2(3)
- Montgomery exponentiation
- BN_mod_inverse(3)
- compute inverse modulo n
- BN_mod_mul_montgomery(3), BN_MONT_CTX_new(3), BN_MONT_CTX_free(3), BN_MONT_CTX_set(3), BN_MONT_CTX_copy(3), BN_from_montgomery(3), BN_to_montgomery(3)
- Montgomery multiplication
- BN_mod_mul_reciprocal(3), BN_div_recp(3), BN_RECP_CTX_new(3), BN_RECP_CTX_free(3), BN_RECP_CTX_set(3)
- modular multiplication using reciprocal
- BN_new(3), BN_secure_new(3), BN_clear(3), BN_free(3), BN_clear_free(3)
- allocate and free BIGNUMs
- BN_num_bits(3), BN_num_bytes(3), BN_num_bits_word(3)
- get BIGNUM size
- BN_rand_ex(3), BN_rand(3), BN_priv_rand_ex(3), BN_priv_rand(3), BN_pseudo_rand(3), BN_rand_range_ex(3), BN_rand_range(3), BN_priv_rand_range_ex(3), BN_priv_rand_range(3), BN_pseudo_rand_range(3)
- generate pseudo-random number
- BN_security_bits(3)
- returns bits of security based on given numbers
- BN_set_bit(3), BN_clear_bit(3), BN_is_bit_set(3), BN_mask_bits(3), BN_lshift(3), BN_lshift1(3), BN_rshift(3), BN_rshift1(3)
- bit operations on BIGNUMs
- BN_swap(3)
- exchange BIGNUMs
- BN_zero(3), BN_one(3), BN_value_one(3), BN_set_word(3), BN_get_word(3)
- BIGNUM assignment operations
- BUF_MEM_new(3), BUF_MEM_new_ex(3), BUF_MEM_free(3), BUF_MEM_grow(3), BUF_MEM_grow_clean(3), BUF_reverse(3)
- simple character array structure
- CMAC_CTX(3), CMAC_CTX_new(3), CMAC_CTX_cleanup(3), CMAC_CTX_free(3), CMAC_CTX_get0_cipher_ctx(3), CMAC_CTX_copy(3), CMAC_Init(3), CMAC_Update(3), CMAC_Final(3), CMAC_resume(3)
- create cipher-based message authentication codes
- CMS_data_create_ex(3), CMS_data_create(3)
- Create CMS Data object
- CMS_digest_create_ex(3), CMS_digest_create(3)
- Create CMS DigestedData object
- CMS_signed_get_attr_count(3), CMS_signed_get_attr_by_NID(3), CMS_signed_get_attr_by_OBJ(3), CMS_signed_get_attr(3), CMS_signed_delete_attr(3), CMS_signed_add1_attr(3), CMS_signed_add1_attr_by_OBJ(3), CMS_signed_add1_attr_by_NID(3), CMS_signed_add1_attr_by_txt(3), CMS_signed_get0_data_by_OBJ(3), CMS_unsigned_get_attr_count(3), CMS_unsigned_get_attr_by_NID(3), CMS_unsigned_get_attr_by_OBJ(3), CMS_unsigned_get_attr(3), CMS_unsigned_delete_attr(3), CMS_unsigned_add1_attr(3), CMS_unsigned_add1_attr_by_OBJ(3), CMS_unsigned_add1_attr_by_NID(3), CMS_unsigned_add1_attr_by_txt(3), CMS_unsigned_get0_data_by_OBJ(3)
- CMS signed and unsigned attribute functions
- COMP_CTX_new(3), COMP_CTX_get_method(3), COMP_CTX_get_type(3), COMP_get_type(3), COMP_get_name(3), COMP_CTX_free(3), COMP_compress_block(3), COMP_expand_block(3), COMP_zlib(3), COMP_zlib_oneshot(3), COMP_brotli(3), COMP_brotli_oneshot(3), COMP_zstd(3), COMP_zstd_oneshot(3), BIO_f_zlib(3), BIO_f_brotli(3), BIO_f_zstd(3)
- Compression support
- CTLOG_STORE_get0_log_by_id(3)
- Get a Certificate Transparency log from a CTLOG_STORE
- CTLOG_new_ex(3), CTLOG_new(3), CTLOG_new_from_base64(3), CTLOG_new_from_base64_ex(3), CTLOG_free(3), CTLOG_get0_name(3), CTLOG_get0_log_id(3), CTLOG_get0_public_key(3)
- encapsulates information about a Certificate Transparency log
- 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_EnvelopedData_it(3), CMS_EnvelopedData_dup(3), CMS_ReceiptRequest_free(3), CMS_ReceiptRequest_new(3), CMS_SignedData_free(3), CMS_SignedData_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_NAME_dup(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), OSSL_IETF_ATTR_SYNTAX_free(3), OSSL_IETF_ATTR_SYNTAX_it(3), OSSL_IETF_ATTR_SYNTAX_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_AA_DIST_POINT_free(3), OSSL_AA_DIST_POINT_new(3), OSSL_AA_DIST_POINT_it(3), OSSL_ALLOWED_ATTRIBUTES_CHOICE_free(3), OSSL_ALLOWED_ATTRIBUTES_CHOICE_new(3), OSSL_ALLOWED_ATTRIBUTES_CHOICE_it(3), OSSL_ALLOWED_ATTRIBUTES_ITEM_free(3), OSSL_ALLOWED_ATTRIBUTES_ITEM_new(3), OSSL_ALLOWED_ATTRIBUTES_ITEM_it(3), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_free(3), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_new(3), OSSL_ALLOWED_ATTRIBUTES_SYNTAX_it(3), OSSL_ATAV_free(3), OSSL_ATAV_new(3), OSSL_ATAV_it(3), OSSL_ATTRIBUTE_DESCRIPTOR_free(3), OSSL_ATTRIBUTE_DESCRIPTOR_new(3), OSSL_ATTRIBUTE_DESCRIPTOR_it(3), OSSL_ATTRIBUTE_MAPPING_free(3), OSSL_ATTRIBUTE_MAPPING_new(3), OSSL_ATTRIBUTE_MAPPING_it(3), OSSL_ATTRIBUTE_MAPPINGS_free(3), OSSL_ATTRIBUTE_MAPPINGS_new(3), OSSL_ATTRIBUTE_MAPPINGS_it(3), OSSL_ATTRIBUTE_TYPE_MAPPING_free(3), OSSL_ATTRIBUTE_TYPE_MAPPING_new(3), OSSL_ATTRIBUTE_TYPE_MAPPING_it(3), OSSL_ATTRIBUTE_VALUE_MAPPING_free(3), OSSL_ATTRIBUTE_VALUE_MAPPING_new(3), OSSL_ATTRIBUTE_VALUE_MAPPING_it(3), OSSL_ATTRIBUTES_SYNTAX_free(3), OSSL_ATTRIBUTES_SYNTAX_it(3), OSSL_ATTRIBUTES_SYNTAX_new(3), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_free(3), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_it(3), OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX_new(3), OSSL_BASIC_ATTR_CONSTRAINTS_free(3), OSSL_BASIC_ATTR_CONSTRAINTS_it(3), OSSL_BASIC_ATTR_CONSTRAINTS_new(3), OSSL_CMP_ATAVS_new(3), OSSL_CMP_ATAVS_free(3), OSSL_CMP_ATAVS_it(3), OSSL_CMP_CRLSTATUS_free(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_CERTTEMPLATE_dup(3), OSSL_CRMF_ATTRIBUTETYPEANDVALUE_dup(3), OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(3), OSSL_CRMF_ENCRYPTEDKEY_free(3), OSSL_CRMF_ENCRYPTEDKEY_it(3), OSSL_CRMF_ENCRYPTEDKEY_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), OSSL_DAY_TIME_free(3), OSSL_DAY_TIME_new(3), OSSL_DAY_TIME_it(3), OSSL_DAY_TIME_BAND_free(3), OSSL_DAY_TIME_BAND_new(3), OSSL_DAY_TIME_BAND_it(3), OSSL_HASH_free(3), OSSL_HASH_it(3), OSSL_HASH_new(3), OSSL_INFO_SYNTAX_free(3), OSSL_INFO_SYNTAX_it(3), OSSL_INFO_SYNTAX_new(3), OSSL_INFO_SYNTAX_POINTER_free(3), OSSL_INFO_SYNTAX_POINTER_it(3), OSSL_INFO_SYNTAX_POINTER_new(3), OSSL_PRIVILEGE_POLICY_ID_free(3), OSSL_PRIVILEGE_POLICY_ID_it(3), OSSL_PRIVILEGE_POLICY_ID_new(3), OSSL_TARGET_CERT_free(3), OSSL_TARGET_CERT_it(3), OSSL_TARGET_CERT_new(3), OSSL_TARGET_free(3), OSSL_TARGET_it(3), OSSL_TARGET_new(3), OSSL_TARGETING_INFORMATION_free(3), OSSL_TARGETING_INFORMATION_it(3), OSSL_TARGETING_INFORMATION_new(3), OSSL_TARGETS_free(3), OSSL_TARGETS_it(3), OSSL_TARGETS_new(3), OSSL_IETF_ATTR_SYNTAX_VALUE_free(3), OSSL_IETF_ATTR_SYNTAX_VALUE_it(3), OSSL_IETF_ATTR_SYNTAX_VALUE_new(3), OSSL_ISSUER_SERIAL_free(3), OSSL_ISSUER_SERIAL_new(3), OSSL_NAMED_DAY_free(3), OSSL_NAMED_DAY_new(3), OSSL_NAMED_DAY_it(3), OSSL_OBJECT_DIGEST_INFO_free(3), OSSL_OBJECT_DIGEST_INFO_new(3), OSSL_ROLE_SPEC_CERT_ID_free(3), OSSL_ROLE_SPEC_CERT_ID_new(3), OSSL_ROLE_SPEC_CERT_ID_it(3), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_free(3), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_new(3), OSSL_ROLE_SPEC_CERT_ID_SYNTAX_it(3), OSSL_TIME_PERIOD_free(3), OSSL_TIME_PERIOD_new(3), OSSL_TIME_PERIOD_it(3), OSSL_TIME_SPEC_ABSOLUTE_free(3), OSSL_TIME_SPEC_ABSOLUTE_new(3), OSSL_TIME_SPEC_ABSOLUTE_it(3), OSSL_TIME_SPEC_free(3), OSSL_TIME_SPEC_new(3), OSSL_TIME_SPEC_it(3), OSSL_TIME_SPEC_DAY_free(3), OSSL_TIME_SPEC_DAY_new(3), OSSL_TIME_SPEC_DAY_it(3), OSSL_TIME_SPEC_MONTH_free(3), OSSL_TIME_SPEC_MONTH_new(3), OSSL_TIME_SPEC_MONTH_it(3), OSSL_TIME_SPEC_TIME_free(3), OSSL_TIME_SPEC_TIME_new(3), OSSL_TIME_SPEC_TIME_it(3), OSSL_TIME_SPEC_WEEKS_free(3), OSSL_TIME_SPEC_WEEKS_new(3), OSSL_TIME_SPEC_WEEKS_it(3), OSSL_TIME_SPEC_X_DAY_OF_free(3), OSSL_TIME_SPEC_X_DAY_OF_new(3), OSSL_TIME_SPEC_X_DAY_OF_it(3), OSSL_USER_NOTICE_SYNTAX_free(3), OSSL_USER_NOTICE_SYNTAX_new(3), OSSL_USER_NOTICE_SYNTAX_it(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), PBMAC1PARAM_free(3), PBMAC1PARAM_it(3), PBMAC1PARAM_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_ACERT_dup(3), X509_ACERT_free(3), X509_ACERT_it(3), X509_ACERT_new(3), X509_ACERT_INFO_free(3), X509_ACERT_INFO_it(3), X509_ACERT_INFO_new(3), X509_ACERT_ISSUER_V2FORM_free(3), X509_ACERT_ISSUER_V2FORM_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
- 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_parameters_ex(3), DH_generate_parameters(3), DH_check(3), DH_check_params(3), DH_check_ex(3), DH_check_params_ex(3), DH_check_pub_key_ex(3)
- generate and check Diffie-Hellman parameters
- DH_get0_pqg(3), DH_set0_pqg(3), DH_get0_key(3), DH_set0_key(3), DH_get0_p(3), DH_get0_q(3), DH_get0_g(3), DH_get0_priv_key(3), DH_get0_pub_key(3), DH_clear_flags(3), DH_test_flags(3), DH_set_flags(3), DH_get0_engine(3), DH_get_length(3), DH_set_length(3)
- Routines for getting and setting data in a DH object
- DH_get_1024_160(3), DH_get_2048_224(3), DH_get_2048_256(3), BN_get0_nist_prime_192(3), BN_get0_nist_prime_224(3), BN_get0_nist_prime_256(3), BN_get0_nist_prime_384(3), BN_get0_nist_prime_521(3), BN_get_rfc2409_prime_768(3), BN_get_rfc2409_prime_1024(3), BN_get_rfc3526_prime_1536(3), BN_get_rfc3526_prime_2048(3), BN_get_rfc3526_prime_3072(3), BN_get_rfc3526_prime_4096(3), BN_get_rfc3526_prime_6144(3), BN_get_rfc3526_prime_8192(3)
- Create standardized public primes or DH pairs
- DH_meth_new(3), DH_meth_free(3), DH_meth_dup(3), DH_meth_get0_name(3), DH_meth_set1_name(3), DH_meth_get_flags(3), DH_meth_set_flags(3), DH_meth_get0_app_data(3), DH_meth_set0_app_data(3), DH_meth_get_generate_key(3), DH_meth_set_generate_key(3), DH_meth_get_compute_key(3), DH_meth_set_compute_key(3), DH_meth_get_bn_mod_exp(3), DH_meth_set_bn_mod_exp(3), DH_meth_get_init(3), DH_meth_set_init(3), DH_meth_get_finish(3), DH_meth_set_finish(3), DH_meth_get_generate_params(3), DH_meth_set_generate_params(3)
- Routines to build up DH methods
- DH_new(3), DH_free(3)
- allocate and free DH objects
- DH_new_by_nid(3), DH_get_nid(3)
- create or get DH named parameters
- DH_size(3), DH_bits(3), DH_security_bits(3)
- get Diffie-Hellman prime size and security bits
- DSA_SIG_get0(3), DSA_SIG_set0(3), DSA_SIG_new(3), DSA_SIG_free(3)
- allocate and free DSA signature objects
- DSA_get0_pqg(3), DSA_set0_pqg(3), DSA_get0_key(3), DSA_set0_key(3), DSA_get0_p(3), DSA_get0_q(3), DSA_get0_g(3), DSA_get0_pub_key(3), DSA_get0_priv_key(3), DSA_clear_flags(3), DSA_test_flags(3), DSA_set_flags(3), DSA_get0_engine(3)
- Routines for getting and setting data in a DSA object
- DSA_meth_new(3), DSA_meth_free(3), DSA_meth_dup(3), DSA_meth_get0_name(3), DSA_meth_set1_name(3), DSA_meth_get_flags(3), DSA_meth_set_flags(3), DSA_meth_get0_app_data(3), DSA_meth_set0_app_data(3), DSA_meth_get_sign(3), DSA_meth_set_sign(3), DSA_meth_get_sign_setup(3), DSA_meth_set_sign_setup(3), DSA_meth_get_verify(3), DSA_meth_set_verify(3), DSA_meth_get_mod_exp(3), DSA_meth_set_mod_exp(3), DSA_meth_get_bn_mod_exp(3), DSA_meth_set_bn_mod_exp(3), DSA_meth_get_init(3), DSA_meth_set_init(3), DSA_meth_get_finish(3), DSA_meth_set_finish(3), DSA_meth_get_paramgen(3), DSA_meth_set_paramgen(3), DSA_meth_get_keygen(3), DSA_meth_set_keygen(3)
- Routines to build up DSA methods
- DSA_new(3), DSA_free(3)
- allocate and free DSA objects
- DSA_size(3), DSA_bits(3), DSA_security_bits(3)
- get DSA signature size, key bits or security bits
- DTLS_timer_cb(3), DTLS_set_timer_cb(3)
- Set callback for controlling DTLS timer duration
- DTLSv1_get_timeout(3)
- determine when a DTLS or QUIC SSL object next needs a timeout event to be handled
- DTLSv1_handle_timeout(3)
- handle a pending timeout event for a DTLS or QUIC SSL object
- 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
- EC_GFp_simple_method(3), EC_GFp_mont_method(3), EC_GFp_nist_method(3), EC_GFp_nistp224_method(3), EC_GFp_nistp256_method(3), EC_GFp_nistp521_method(3), EC_GF2m_simple_method(3), EC_METHOD_get_field_type(3)
- Functions for obtaining EC_METHOD objects
- 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_to_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_add(3), EC_POINT_dbl(3), EC_POINT_invert(3), EC_POINT_is_at_infinity(3), EC_POINT_is_on_curve(3), EC_POINT_cmp(3), EC_POINT_make_affine(3), EC_POINTs_make_affine(3), EC_POINTs_mul(3), EC_POINT_mul(3), EC_GROUP_precompute_mult(3), EC_GROUP_have_precompute_mult(3)
- Functions for performing mathematical operations and tests on EC_POINT 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_error_string(3), ERR_error_string_n(3), ERR_lib_error_string(3), ERR_func_error_string(3), ERR_reason_error_string(3)
- obtain human-readable error message
- 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_load_strings(3), ERR_PACK(3), ERR_get_next_error_library(3)
- load arbitrary error strings
- ERR_new(3), ERR_set_debug(3), ERR_set_error(3), ERR_vset_error(3)
- Error recording building blocks
- ERR_print_errors(3), ERR_print_errors_fp(3), ERR_print_errors_cb(3)
- print error messages
- ERR_raise(3), ERR_raise_data(3), ERR_put_error(3), ERR_add_error_data(3), ERR_add_error_vdata(3), ERR_add_error_txt(3), ERR_add_error_mem_bio(3)
- record an error
- 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_BytesToKey(3)
- password based encryption routine
- EVP_CIPHER-BLOWFISH(7)
- The BLOBFISH EVP_CIPHER implementations
- EVP_CIPHER_CTX_get_cipher_data(3), EVP_CIPHER_CTX_set_cipher_data(3)
- Routines to inspect and modify EVP_CIPHER_CTX objects
- 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_CIPHER_CTX_dup(3), EVP_CIPHER_CTX_copy(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_CipherInit_SKEY(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_CIPHER_can_pipeline(3), EVP_CipherPipelineEncryptInit(3), EVP_CipherPipelineDecryptInit(3), EVP_CipherPipelineUpdate(3), EVP_CipherPipelineFinal(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_CIPHER_meth_new(3), EVP_CIPHER_meth_dup(3), EVP_CIPHER_meth_free(3), EVP_CIPHER_meth_set_iv_length(3), EVP_CIPHER_meth_set_flags(3), EVP_CIPHER_meth_set_impl_ctx_size(3), EVP_CIPHER_meth_set_init(3), EVP_CIPHER_meth_set_do_cipher(3), EVP_CIPHER_meth_set_cleanup(3), EVP_CIPHER_meth_set_set_asn1_params(3), EVP_CIPHER_meth_set_get_asn1_params(3), EVP_CIPHER_meth_set_ctrl(3), EVP_CIPHER_meth_get_init(3), EVP_CIPHER_meth_get_do_cipher(3), EVP_CIPHER_meth_get_cleanup(3), EVP_CIPHER_meth_get_set_asn1_params(3), EVP_CIPHER_meth_get_get_asn1_params(3), EVP_CIPHER_meth_get_ctrl(3)
- Routines to build up EVP_CIPHER methods
- 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 base64 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_KDF-HMAC-DRBG(7)
- The HMAC DRBG DETERMINISTIC EVP_KDF implementation
- EVP_KDF-KB(7)
- The Key-Based EVP_KDF implementation
- EVP_KDF-KRB5KDF(7)
- The RFC3961 Krb5 KDF EVP_KDF implementation
- EVP_KDF-PBKDF1(7)
- The PBKDF1 EVP_KDF implementation
- EVP_KDF-PBKDF2(7)
- The PBKDF2 EVP_KDF implementation
- 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_gettable_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_init_SKEY(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_MAC-BLAKE2(7), EVP_MAC-BLAKE2BMAC(7), EVP_MAC-BLAKE2SMAC(7)
- The BLAKE2 EVP_MAC implementations
- EVP_MD-BLAKE2(7)
- The BLAKE2 EVP_MD implementation
- 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_dup(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_DigestSqueeze(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_ex(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_xof(3), EVP_MD_CTX_size(3), EVP_MD_CTX_get_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_MD_meth_new(3), EVP_MD_meth_dup(3), EVP_MD_meth_free(3), EVP_MD_meth_set_input_blocksize(3), EVP_MD_meth_set_result_size(3), EVP_MD_meth_set_app_datasize(3), EVP_MD_meth_set_flags(3), EVP_MD_meth_set_init(3), EVP_MD_meth_set_update(3), EVP_MD_meth_set_final(3), EVP_MD_meth_set_copy(3), EVP_MD_meth_set_cleanup(3), EVP_MD_meth_set_ctrl(3), EVP_MD_meth_get_input_blocksize(3), EVP_MD_meth_get_result_size(3), EVP_MD_meth_get_app_datasize(3), EVP_MD_meth_get_flags(3), EVP_MD_meth_get_init(3), EVP_MD_meth_get_update(3), EVP_MD_meth_get_final(3), EVP_MD_meth_get_copy(3), EVP_MD_meth_get_cleanup(3), EVP_MD_meth_get_ctrl(3)
- Routines to build up legacy EVP_MD methods
- EVP_PBE_CipherInit(3), EVP_PBE_CipherInit_ex(3), EVP_PBE_find(3), EVP_PBE_find_ex(3), EVP_PBE_alg_add_type(3), EVP_PBE_alg_add(3)
- Password based encryption routines
- EVP_PKEY(3), EVP_PKEY_new(3), EVP_PKEY_up_ref(3), EVP_PKEY_dup(3), EVP_PKEY_free(3), EVP_PKEY_new_raw_private_key_ex(3), EVP_PKEY_new_raw_private_key(3), EVP_PKEY_new_raw_public_key_ex(3), EVP_PKEY_new_raw_public_key(3), EVP_PKEY_new_CMAC_key(3), EVP_PKEY_new_mac_key(3), EVP_PKEY_get_raw_private_key(3), EVP_PKEY_get_raw_public_key(3)
- public/private key allocation and raw key handling functions
- EVP_PKEY_ASN1_METHOD(3), EVP_PKEY_asn1_new(3), EVP_PKEY_asn1_copy(3), EVP_PKEY_asn1_free(3), EVP_PKEY_asn1_add0(3), EVP_PKEY_asn1_add_alias(3), EVP_PKEY_asn1_set_public(3), EVP_PKEY_asn1_set_private(3), EVP_PKEY_asn1_set_param(3), EVP_PKEY_asn1_set_free(3), EVP_PKEY_asn1_set_ctrl(3), EVP_PKEY_asn1_set_item(3), EVP_PKEY_asn1_set_siginf(3), EVP_PKEY_asn1_set_check(3), EVP_PKEY_asn1_set_public_check(3), EVP_PKEY_asn1_set_param_check(3), EVP_PKEY_asn1_set_security_bits(3), EVP_PKEY_asn1_set_set_priv_key(3), EVP_PKEY_asn1_set_set_pub_key(3), EVP_PKEY_asn1_set_get_priv_key(3), EVP_PKEY_asn1_set_get_pub_key(3), EVP_PKEY_get0_asn1(3)
- manipulating and registering EVP_PKEY_ASN1_METHOD structure
- 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_new(3), EVP_PKEY_CTX_new_id(3), EVP_PKEY_CTX_new_from_name(3), EVP_PKEY_CTX_new_from_pkey(3), EVP_PKEY_CTX_dup(3), EVP_PKEY_CTX_free(3), EVP_PKEY_CTX_is_a(3)
- public key algorithm context functions
- EVP_PKEY_CTX_set1_pbe_pass(3)
- generic KDF support functions
- EVP_PKEY_CTX_set1_scrypt_salt(3), EVP_PKEY_CTX_set_scrypt_N(3), EVP_PKEY_CTX_set_scrypt_r(3), EVP_PKEY_CTX_set_scrypt_p(3), EVP_PKEY_CTX_set_scrypt_maxmem_bytes(3)
- EVP_PKEY scrypt KDF support functions
- 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_Q_keygen(3), EVP_PKEY_keygen_init(3), EVP_PKEY_paramgen_init(3), EVP_PKEY_generate(3), EVP_PKEY_CTX_set_cb(3), EVP_PKEY_CTX_get_cb(3), EVP_PKEY_CTX_get_keygen_info(3), EVP_PKEY_CTX_set_app_data(3), EVP_PKEY_CTX_get_app_data(3), EVP_PKEY_gen_cb(3), EVP_PKEY_paramgen(3), EVP_PKEY_keygen(3)
- key and parameter generation and check functions
- EVP_PKEY_asn1_find(3), EVP_PKEY_asn1_find_str(3), EVP_PKEY_asn1_get_count(3), EVP_PKEY_asn1_get0(3), EVP_PKEY_asn1_get0_info(3)
- enumerate public key ASN.1 methods
- EVP_PKEY_check(3), EVP_PKEY_param_check(3), EVP_PKEY_param_check_quick(3), EVP_PKEY_public_check(3), EVP_PKEY_public_check_quick(3), EVP_PKEY_private_check(3), EVP_PKEY_pairwise_check(3)
- key and parameter validation functions
- 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_encapsulate_init(3), EVP_PKEY_auth_encapsulate_init(3), EVP_PKEY_encapsulate(3)
- Key encapsulation using a KEM algorithm with a public key
- EVP_PKEY_encrypt_init_ex(3), EVP_PKEY_encrypt_init(3), EVP_PKEY_encrypt(3)
- encrypt using a public key algorithm
- EVP_PKEY_fromdata_init(3), EVP_PKEY_fromdata(3), EVP_PKEY_fromdata_settable(3)
- functions to create keys and key parameters from user data
- EVP_PKEY_get_attr(3), EVP_PKEY_get_attr_count(3), EVP_PKEY_get_attr_by_NID(3), EVP_PKEY_get_attr_by_OBJ(3), EVP_PKEY_delete_attr(3), EVP_PKEY_add1_attr(3), EVP_PKEY_add1_attr_by_OBJ(3), EVP_PKEY_add1_attr_by_NID(3), EVP_PKEY_add1_attr_by_txt(3)
- EVP_PKEY X509_ATTRIBUTE functions
- EVP_PKEY_get_size(3), EVP_PKEY_get_bits(3), EVP_PKEY_get_security_bits(3), EVP_PKEY_bits(3), EVP_PKEY_security_bits(3), EVP_PKEY_size(3)
- EVP_PKEY information functions
- EVP_PKEY_gettable_params(3), EVP_PKEY_get_params(3), EVP_PKEY_get_int_param(3), EVP_PKEY_get_size_t_param(3), EVP_PKEY_get_bn_param(3), EVP_PKEY_get_utf8_string_param(3), EVP_PKEY_get_octet_string_param(3)
- retrieve key parameters from a key
- 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_get_count(3), EVP_PKEY_meth_get0(3), EVP_PKEY_meth_get0_info(3)
- enumerate public key methods
- 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_missing_parameters(3), EVP_PKEY_copy_parameters(3), EVP_PKEY_parameters_eq(3), EVP_PKEY_cmp_parameters(3), EVP_PKEY_eq(3), EVP_PKEY_cmp(3)
- public key parameter and comparison functions
- EVP_PKEY_print_public(3), EVP_PKEY_print_private(3), EVP_PKEY_print_params(3), EVP_PKEY_print_public_fp(3), EVP_PKEY_print_private_fp(3), EVP_PKEY_print_params_fp(3)
- public key algorithm printing routines
- EVP_PKEY_set1_RSA(3), EVP_PKEY_set1_DSA(3), EVP_PKEY_set1_DH(3), EVP_PKEY_set1_EC_KEY(3), EVP_PKEY_get1_RSA(3), EVP_PKEY_get1_DSA(3), EVP_PKEY_get1_DH(3), EVP_PKEY_get1_EC_KEY(3), EVP_PKEY_get0_RSA(3), EVP_PKEY_get0_DSA(3), EVP_PKEY_get0_DH(3), EVP_PKEY_get0_EC_KEY(3), EVP_PKEY_assign_RSA(3), EVP_PKEY_assign_DSA(3), EVP_PKEY_assign_DH(3), EVP_PKEY_assign_EC_KEY(3), EVP_PKEY_assign_POLY1305(3), EVP_PKEY_assign_SIPHASH(3), EVP_PKEY_get0_hmac(3), EVP_PKEY_get0_poly1305(3), EVP_PKEY_get0_siphash(3), EVP_PKEY_get0(3), EVP_PKEY_type(3), EVP_PKEY_get_id(3), EVP_PKEY_get_base_id(3), EVP_PKEY_set1_engine(3), EVP_PKEY_get0_engine(3), EVP_PKEY_id(3), EVP_PKEY_base_id(3)
- EVP_PKEY assignment functions
- 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_PKEY_set_type(3), EVP_PKEY_set_type_str(3), EVP_PKEY_set_type_by_keymgmt(3)
- functions to change the EVP_PKEY type
- EVP_PKEY_settable_params(3), EVP_PKEY_set_params(3), EVP_PKEY_set_int_param(3), EVP_PKEY_set_size_t_param(3), EVP_PKEY_set_bn_param(3), EVP_PKEY_set_utf8_string_param(3), EVP_PKEY_set_octet_string_param(3)
- set key parameters into a key
- EVP_PKEY_sign_init(3), EVP_PKEY_sign_init_ex(3), EVP_PKEY_sign_init_ex2(3), EVP_PKEY_sign(3), EVP_PKEY_sign_message_init(3), EVP_PKEY_sign_message_update(3), EVP_PKEY_sign_message_final(3)
- sign using a public key algorithm
- EVP_PKEY_verify_init(3), EVP_PKEY_verify_init_ex(3), EVP_PKEY_verify_init_ex2(3), EVP_PKEY_verify(3), EVP_PKEY_verify_message_init(3), EVP_PKEY_verify_message_update(3), EVP_PKEY_verify_message_final(3), EVP_PKEY_CTX_set_signature(3)
- signature verification using a public key algorithm
- EVP_PKEY_verify_recover_init(3), EVP_PKEY_verify_recover_init_ex(3), EVP_PKEY_verify_recover_init_ex2(3), EVP_PKEY_verify_recover(3)
- recover signature using a public key algorithm
- 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_CTX_up_ref(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_RAND(7)
- the random bit generator
- EVP_RAND-CTR-DRBG(7)
- The CTR DRBG EVP_RAND implementation
- EVP_RAND-HASH-DRBG(7)
- The HASH DRBG EVP_RAND implementation
- EVP_RAND-HMAC-DRBG(7)
- The HMAC DRBG EVP_RAND implementation
- 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_SKEYMGMT(3), EVP_SKEYMGMT_fetch(3), EVP_SKEYMGMT_up_ref(3), EVP_SKEYMGMT_free(3), EVP_SKEYMGMT_get0_provider(3), EVP_SKEYMGMT_is_a(3), EVP_SKEYMGMT_get0_description(3), EVP_SKEYMGMT_get0_name(3), EVP_SKEYMGMT_do_all_provided(3), EVP_SKEYMGMT_names_do_all(3), EVP_SKEYMGMT_get0_gen_settable_params(3), EVP_SKEYMGMT_get0_imp_settable_params(3)
- EVP key management routines for opaque symmetric keys
- EVP_aes_128_cbc(3), EVP_aes_192_cbc(3), EVP_aes_256_cbc(3), EVP_aes_128_cfb(3), EVP_aes_192_cfb(3), EVP_aes_256_cfb(3), EVP_aes_128_cfb1(3), EVP_aes_192_cfb1(3), EVP_aes_256_cfb1(3), EVP_aes_128_cfb8(3), EVP_aes_192_cfb8(3), EVP_aes_256_cfb8(3), EVP_aes_128_cfb128(3), EVP_aes_192_cfb128(3), EVP_aes_256_cfb128(3), EVP_aes_128_ctr(3), EVP_aes_192_ctr(3), EVP_aes_256_ctr(3), EVP_aes_128_ecb(3), EVP_aes_192_ecb(3), EVP_aes_256_ecb(3), EVP_aes_128_ofb(3), EVP_aes_192_ofb(3), EVP_aes_256_ofb(3), EVP_aes_128_cbc_hmac_sha1(3), EVP_aes_256_cbc_hmac_sha1(3), EVP_aes_128_cbc_hmac_sha256(3), EVP_aes_256_cbc_hmac_sha256(3), EVP_aes_128_ccm(3), EVP_aes_192_ccm(3), EVP_aes_256_ccm(3), EVP_aes_128_gcm(3), EVP_aes_192_gcm(3), EVP_aes_256_gcm(3), EVP_aes_128_ocb(3), EVP_aes_192_ocb(3), EVP_aes_256_ocb(3), EVP_aes_128_wrap(3), EVP_aes_192_wrap(3), EVP_aes_256_wrap(3), EVP_aes_128_wrap_pad(3), EVP_aes_192_wrap_pad(3), EVP_aes_256_wrap_pad(3), EVP_aes_128_xts(3), EVP_aes_256_xts(3)
- EVP AES cipher
- EVP_aria_128_cbc(3), EVP_aria_192_cbc(3), EVP_aria_256_cbc(3), EVP_aria_128_cfb(3), EVP_aria_192_cfb(3), EVP_aria_256_cfb(3), EVP_aria_128_cfb1(3), EVP_aria_192_cfb1(3), EVP_aria_256_cfb1(3), EVP_aria_128_cfb8(3), EVP_aria_192_cfb8(3), EVP_aria_256_cfb8(3), EVP_aria_128_cfb128(3), EVP_aria_192_cfb128(3), EVP_aria_256_cfb128(3), EVP_aria_128_ctr(3), EVP_aria_192_ctr(3), EVP_aria_256_ctr(3), EVP_aria_128_ecb(3), EVP_aria_192_ecb(3), EVP_aria_256_ecb(3), EVP_aria_128_ofb(3), EVP_aria_192_ofb(3), EVP_aria_256_ofb(3), EVP_aria_128_ccm(3), EVP_aria_192_ccm(3), EVP_aria_256_ccm(3), EVP_aria_128_gcm(3), EVP_aria_192_gcm(3), EVP_aria_256_gcm(3)
- EVP ARIA cipher
- EVP_bf_cbc(3), EVP_bf_cfb(3), EVP_bf_cfb64(3), EVP_bf_ecb(3), EVP_bf_ofb(3)
- EVP Blowfish cipher
- EVP_blake2b512(3), EVP_blake2s256(3)
- BLAKE2 For EVP
- EVP_camellia_128_cbc(3), EVP_camellia_192_cbc(3), EVP_camellia_256_cbc(3), EVP_camellia_128_cfb(3), EVP_camellia_192_cfb(3), EVP_camellia_256_cfb(3), EVP_camellia_128_cfb1(3), EVP_camellia_192_cfb1(3), EVP_camellia_256_cfb1(3), EVP_camellia_128_cfb8(3), EVP_camellia_192_cfb8(3), EVP_camellia_256_cfb8(3), EVP_camellia_128_cfb128(3), EVP_camellia_192_cfb128(3), EVP_camellia_256_cfb128(3), EVP_camellia_128_ctr(3), EVP_camellia_192_ctr(3), EVP_camellia_256_ctr(3), EVP_camellia_128_ecb(3), EVP_camellia_192_ecb(3), EVP_camellia_256_ecb(3), EVP_camellia_128_ofb(3), EVP_camellia_192_ofb(3), EVP_camellia_256_ofb(3)
- EVP Camellia cipher
- EVP_cast5_cbc(3), EVP_cast5_cfb(3), EVP_cast5_cfb64(3), EVP_cast5_ecb(3), EVP_cast5_ofb(3)
- EVP CAST cipher
- 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_rc2_cbc(3), EVP_rc2_cfb(3), EVP_rc2_cfb64(3), EVP_rc2_ecb(3), EVP_rc2_ofb(3), EVP_rc2_40_cbc(3), EVP_rc2_64_cbc(3)
- EVP RC2 cipher
- EVP_rc5_32_12_16_cbc(3), EVP_rc5_32_12_16_cfb(3), EVP_rc5_32_12_16_cfb64(3), EVP_rc5_32_12_16_ecb(3), EVP_rc5_32_12_16_ofb(3)
- EVP RC5 cipher
- EVP_seed_cbc(3), EVP_seed_cfb(3), EVP_seed_cfb128(3), EVP_seed_ecb(3), EVP_seed_ofb(3)
- EVP SEED cipher
- EVP_set_default_properties(3), EVP_default_properties_enable_fips(3), EVP_default_properties_is_fips_enabled(3), EVP_get1_default_properties(3)
- manage default properties for future algorithm fetches
- EVP_sm4_cbc(3), EVP_sm4_ecb(3), EVP_sm4_cfb(3), EVP_sm4_cfb128(3), EVP_sm4_ofb(3), EVP_sm4_ctr(3)
- EVP SM4 cipher
- LHASH(3), LHASH_OF(3), DEFINE_LHASH_OF_EX(3), DEFINE_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_num_items(3), lh_TYPE_get_down_load(3), lh_TYPE_set_down_load(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_doall_arg_thunk(3), OPENSSL_LH_set_thunks(3), OPENSSL_LH_num_items(3), OPENSSL_LH_get_down_load(3), OPENSSL_LH_set_down_load(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
- OCSP_request_add1_nonce(3), OCSP_basic_add1_nonce(3), OCSP_check_nonce(3), OCSP_copy_nonce(3)
- OCSP nonce functions
- OCSP_resp_find_status(3), OCSP_resp_count(3), OCSP_resp_get0(3), OCSP_resp_find(3), OCSP_single_get0_status(3), OCSP_resp_get0_produced_at(3), OCSP_resp_get0_signature(3), OCSP_resp_get0_tbs_sigalg(3), OCSP_resp_get0_respdata(3), OCSP_resp_get0_certs(3), OCSP_resp_get0_signer(3), OCSP_resp_get0_id(3), OCSP_resp_get1_id(3), OCSP_check_validity(3), OCSP_basic_verify(3)
- OCSP response utility functions
- OCSP_response_status(3), OCSP_response_get1_basic(3), OCSP_response_create(3), OCSP_RESPONSE_free(3), OCSP_RESPID_set_by_name(3), OCSP_RESPID_set_by_key_ex(3), OCSP_RESPID_set_by_key(3), OCSP_RESPID_match_ex(3), OCSP_RESPID_match(3), OCSP_basic_sign(3), OCSP_basic_sign_ctx(3)
- OCSP response functions
- OPENSSL_Applink(3)
- glue between OpenSSL BIO and Win32 compiler run-time
- 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_VERSION_MAJOR(3), OPENSSL_VERSION_MINOR(3), OPENSSL_VERSION_PATCH(3), OPENSSL_VERSION_PRE_RELEASE(3), OPENSSL_VERSION_BUILD_METADATA(3), OPENSSL_VERSION_TEXT(3), OPENSSL_VERSION_PREREQ(3), OPENSSL_version_major(3), OPENSSL_version_minor(3), OPENSSL_version_patch(3), OPENSSL_version_pre_release(3), OPENSSL_version_build_metadata(3), OpenSSL_version(3), OPENSSL_VERSION_NUMBER(3), OpenSSL_version_num(3), OPENSSL_info(3)
- get OpenSSL version number and other information
- OPENSSL_hexchar2int(3), OPENSSL_hexstr2buf_ex(3), OPENSSL_hexstr2buf(3), OPENSSL_buf2hexstr_ex(3), OPENSSL_buf2hexstr(3)
- Hex encoding and decoding functions
- OPENSSL_ia32cap(3)
- the x86[_64] processor capabilities vector
- OPENSSL_init_ssl(3)
- OpenSSL (libssl and libcrypto) initialisation
- OPENSSL_instrument_bus(3), OPENSSL_instrument_bus2(3)
- instrument references to memory bus
- OPENSSL_load_builtin_modules(3), ASN1_add_oid_module(3), ENGINE_add_conf_module(3)
- add standard configuration modules
- OPENSSL_load_u16_le(3), OPENSSL_load_u16_be(3), OPENSSL_load_u32_le(3), OPENSSL_load_u32_be(3), OPENSSL_load_u64_le(3), OPENSSL_load_u64_be(3), OPENSSL_store_u16_le(3), OPENSSL_store_u16_be(3), OPENSSL_store_u32_le(3), OPENSSL_store_u32_be(3), OPENSSL_store_u64_le(3), OPENSSL_store_u64_be(3)
- Read and write unsigned 16, 32 and 64-bit integers in a specific byte order
- OPENSSL_malloc_init(3), OPENSSL_malloc(3), OPENSSL_aligned_alloc(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_aligned_alloc(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_strtoul(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
- OPENSSL_riscvcap(3)
- the RISC-V processor capabilities vector
- OPENSSL_s390xcap(3)
- the IBM z processor capabilities vector
- 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_get0_libctx(3), OSSL_CMP_CTX_get0_propq(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_trusted(3), OSSL_CMP_CTX_set0_trustedStore(3), OSSL_CMP_CTX_get0_trusted(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_get0_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_serialNumber(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_validatedSrvCert(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_MSG_get0_header(3), OSSL_CMP_MSG_get_bodytype(3), OSSL_CMP_MSG_get0_certreq_publickey(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_SRV_process_request(3), OSSL_CMP_CTX_server_perform(3), OSSL_CMP_SRV_CTX_new(3), OSSL_CMP_SRV_CTX_free(3), OSSL_CMP_SRV_cert_request_cb_t(3), OSSL_CMP_SRV_rr_cb_t(3), OSSL_CMP_SRV_certConf_cb_t(3), OSSL_CMP_SRV_genm_cb_t(3), OSSL_CMP_SRV_error_cb_t(3), OSSL_CMP_SRV_pollReq_cb_t(3), OSSL_CMP_SRV_CTX_init(3), OSSL_CMP_SRV_delayed_delivery_cb_t(3), OSSL_CMP_SRV_clean_transaction_cb_t(3), OSSL_CMP_SRV_CTX_init_trans(3), OSSL_CMP_SRV_CTX_get0_cmp_ctx(3), OSSL_CMP_SRV_CTX_get0_custom_ctx(3), OSSL_CMP_SRV_CTX_set_send_unprotected_errors(3), OSSL_CMP_SRV_CTX_set_accept_unprotected(3), OSSL_CMP_SRV_CTX_set_accept_raverified(3), OSSL_CMP_SRV_CTX_set_grant_implicit_confirm(3)
- generic functions to set up and control a CMP server
- 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_CORE_MAKE_FUNC(3), SSL_OP_BIT(3), EXT_UTF8STRING(3)
- OpenSSL reserved symbols
- OSSL_CRMF_MSG_get0_regCtrl_regToken(3), OSSL_CRMF_MSG_set1_regCtrl_regToken(3), OSSL_CRMF_MSG_get0_regCtrl_authenticator(3), OSSL_CRMF_MSG_set1_regCtrl_authenticator(3), OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo(3), OSSL_CRMF_MSG_set0_SinglePubInfo(3), OSSL_CRMF_MSG_set_PKIPublicationInfo_action(3), OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo(3), OSSL_CRMF_MSG_set1_regCtrl_pkiPublicationInfo(3), OSSL_CRMF_MSG_get0_regCtrl_protocolEncrKey(3), OSSL_CRMF_MSG_set1_regCtrl_protocolEncrKey(3), OSSL_CRMF_MSG_get0_regCtrl_oldCertID(3), OSSL_CRMF_MSG_set1_regCtrl_oldCertID(3), OSSL_CRMF_CERTID_gen(3)
- functions getting or setting CRMF Registration Controls
- OSSL_CRMF_MSG_get0_tmpl(3), OSSL_CRMF_CERTTEMPLATE_get0_publicKey(3), OSSL_CRMF_CERTTEMPLATE_get0_subject(3), OSSL_CRMF_CERTTEMPLATE_get0_issuer(3), OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(3), OSSL_CRMF_CERTTEMPLATE_get0_extensions(3), OSSL_CRMF_CERTID_get0_serialNumber(3), OSSL_CRMF_CERTID_get0_issuer(3), OSSL_CRMF_ENCRYPTEDKEY_get1_encCert(3), OSSL_CRMF_ENCRYPTEDKEY_get1_pkey(3), OSSL_CRMF_ENCRYPTEDKEY_init_envdata(3), OSSL_CRMF_ENCRYPTEDVALUE_decrypt(3), OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert(3), OSSL_CRMF_MSG_get_certReqId(3), OSSL_CRMF_MSG_centralkeygen_requested(3)
- functions reading from CRMF CertReqMsg structures
- OSSL_CRMF_pbm_new(3), OSSL_CRMF_pbmp_new(3)
- functions for producing Password-Based MAC (PBM)
- 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), OSSL_DISPATCH_END(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_FUNC_SSL_QUIC_TLS_crypto_send_fn(3), OSSL_FUNC_SSL_QUIC_TLS_crypto_recv_rcd_fn(3), OSSL_FUNC_SSL_QUIC_TLS_crypto_release_rcd_fn(3), OSSL_FUNC_SSL_QUIC_TLS_yield_secret_fn(3), OSSL_FUNC_SSL_QUIC_TLS_got_transport_params_fn(3), OSSL_FUNC_SSL_QUIC_TLS_alert_fn(3), SSL_set_quic_tls_cbs(3), SSL_set_quic_tls_transport_params(3), SSL_set_quic_tls_early_data_enabled(3)
- Use the OpenSSL TLS implementation for a third party QUIC implementation
- OSSL_HPKE_CTX_new(3), OSSL_HPKE_CTX_free(3), OSSL_HPKE_encap(3), OSSL_HPKE_decap(3), OSSL_HPKE_seal(3), OSSL_HPKE_open(3), OSSL_HPKE_export(3), OSSL_HPKE_suite_check(3), OSSL_HPKE_str2suite(3), OSSL_HPKE_keygen(3), OSSL_HPKE_get_grease_value(3), OSSL_HPKE_get_ciphertext_size(3), OSSL_HPKE_get_public_encap_size(3), OSSL_HPKE_get_recommended_ikmelen(3), OSSL_HPKE_CTX_set1_psk(3), OSSL_HPKE_CTX_set1_ikme(3), OSSL_HPKE_CTX_set1_authpriv(3), OSSL_HPKE_CTX_set1_authpub(3), OSSL_HPKE_CTX_get_seq(3), OSSL_HPKE_CTX_set_seq(3)
- Hybrid Public Key Encryption (HPKE) functions
- 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_REQ_CTX_set_max_response_hdr_lines(3), OSSL_HTTP_is_alive(3)
- HTTP client low-level functions
- OSSL_HTTP_open(3), OSSL_HTTP_bio_cb_t(3), OSSL_HTTP_proxy_connect(3), OSSL_HTTP_set1_request(3), OSSL_HTTP_exchange(3), OSSL_HTTP_get(3), OSSL_HTTP_transfer(3), OSSL_HTTP_close(3)
- HTTP client high-level functions
- OSSL_INDICATOR_set_callback(3), OSSL_INDICATOR_get_callback(3)
- specify a callback for FIPS indicators
- OSSL_LIB_CTX(3), OSSL_LIB_CTX_get_data(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_LIB_CTX_set_conf_diagnostics(3), OSSL_LIB_CTX_get_conf_diagnostics(3)
- Set and get configuration diagnostics
- OSSL_PARAM(3)
- a structure to pass or request object parameters
- OSSL_PARAM_BLD(3), OSSL_PARAM_BLD_new(3), OSSL_PARAM_BLD_to_param(3), OSSL_PARAM_BLD_free(3), OSSL_PARAM_BLD_push_int(3), OSSL_PARAM_BLD_push_uint(3), OSSL_PARAM_BLD_push_long(3), OSSL_PARAM_BLD_push_ulong(3), OSSL_PARAM_BLD_push_int32(3), OSSL_PARAM_BLD_push_uint32(3), OSSL_PARAM_BLD_push_int64(3), OSSL_PARAM_BLD_push_uint64(3), OSSL_PARAM_BLD_push_size_t(3), OSSL_PARAM_BLD_push_time_t(3), OSSL_PARAM_BLD_push_double(3), OSSL_PARAM_BLD_push_BN(3), OSSL_PARAM_BLD_push_BN_pad(3), OSSL_PARAM_BLD_push_utf8_string(3), OSSL_PARAM_BLD_push_utf8_ptr(3), OSSL_PARAM_BLD_push_octet_string(3), OSSL_PARAM_BLD_push_octet_ptr(3)
- functions to assist in the creation of OSSL_PARAM arrays
- 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_PARAM_print_to_bio(3)
- OSSL_PARAM interrogation utilities
- OSSL_PROVIDER-base(7)
- OpenSSL base provider
- OSSL_PROVIDER_set_default_search_path(3), OSSL_PROVIDER_get0_default_search_path(3), OSSL_PROVIDER(3), OSSL_PROVIDER_load(3), OSSL_PROVIDER_try_load(3), OSSL_PROVIDER_unload(3), OSSL_PROVIDER_load_ex(3), OSSL_PROVIDER_try_load_ex(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_add_conf_parameter(3), OSSL_PROVIDER_get_conf_parameters(3), OSSL_PROVIDER_conf_get_bool(3), OSSL_PROVIDER_self_test(3)
- provider routines
- OSSL_QUIC_client_method(3), OSSL_QUIC_client_thread_method(3), OSSL_QUIC_server_method(3)
- Provide SSL_METHOD objects for QUIC enabled functions
- OSSL_SELF_TEST_new(3), OSSL_SELF_TEST_free(3), OSSL_SELF_TEST_onbegin(3), OSSL_SELF_TEST_oncorrupt_byte(3), OSSL_SELF_TEST_onend(3)
- functionality to trigger a callback during a self test
- OSSL_SELF_TEST_set_callback(3), OSSL_SELF_TEST_get_callback(3)
- specify a callback for processing self tests
- OSSL_STORE-winstore(7)
- OpenSSL built in OSSL_STORE for Windows
- OSSL_STORE_CTX(3), OSSL_STORE_post_process_info_fn(3), OSSL_STORE_open(3), OSSL_STORE_open_ex(3), OSSL_STORE_ctrl(3), OSSL_STORE_load(3), OSSL_STORE_eof(3), OSSL_STORE_delete(3), OSSL_STORE_error(3), OSSL_STORE_close(3)
- 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_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_SEARCH(3), OSSL_STORE_SEARCH_by_name(3), OSSL_STORE_SEARCH_by_issuer_serial(3), OSSL_STORE_SEARCH_by_key_fingerprint(3), OSSL_STORE_SEARCH_by_alias(3), OSSL_STORE_SEARCH_free(3), OSSL_STORE_SEARCH_get_type(3), OSSL_STORE_SEARCH_get0_name(3), OSSL_STORE_SEARCH_get0_serial(3), OSSL_STORE_SEARCH_get0_bytes(3), OSSL_STORE_SEARCH_get0_string(3), OSSL_STORE_SEARCH_get0_digest(3)
- Type and functions to create OSSL_STORE search criteria
- OSSL_STORE_attach(3)
- Functions to read objects from a BIO
- OSSL_STORE_expect(3), OSSL_STORE_supports_search(3), OSSL_STORE_find(3)
- Specify what object type is expected
- OSSL_sleep(3)
- delay execution for a specified number of milliseconds
- OSSL_trace_enabled(3), OSSL_trace_begin(3), OSSL_trace_end(3), OSSL_TRACE_BEGIN(3), OSSL_TRACE_END(3), OSSL_TRACE_CANCEL(3), OSSL_TRACE(3), OSSL_TRACE1(3), OSSL_TRACE2(3), OSSL_TRACE3(3), OSSL_TRACE4(3), OSSL_TRACE5(3), OSSL_TRACE6(3), OSSL_TRACE7(3), OSSL_TRACE8(3), OSSL_TRACE9(3), OSSL_TRACEV(3), OSSL_TRACE_STRING(3), OSSL_TRACE_STRING_MAX(3), OSSL_trace_string(3), OSSL_TRACE_ENABLED(3)
- OpenSSL Tracing API
- OSSL_trace_set_channel(3), OSSL_trace_set_prefix(3), OSSL_trace_set_suffix(3), OSSL_trace_set_callback(3), OSSL_trace_cb(3)
- Enabling trace output
- OpenSSL_add_all_algorithms(3), OpenSSL_add_all_ciphers(3), OpenSSL_add_all_digests(3), EVP_cleanup(3)
- add algorithms to internal table
- PBMAC1_get1_pbkdf2_param(3)
- Function to manipulate a PBMAC1 MAC structure
- 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_read(3), PEM_read_bio(3), PEM_do_header(3), PEM_get_EVP_CIPHER_INFO(3), PEM_write(3), PEM_write_bio(3), PEM_ASN1_write(3), PEM_ASN1_write_bio(3), PEM_ASN1_write_bio_ctx(3)
- PEM encoding routines
- PEM_read_bio_ex(3), PEM_FLAG_SECURE(3), PEM_FLAG_EAY_COMPATIBLE(3), PEM_FLAG_ONLY_B64(3)
- read PEM format files with custom processing
- PEM_write_bio_CMS_stream(3)
- output CMS_ContentInfo structure in PEM format
- PEM_write_bio_PKCS7_stream(3)
- output PKCS7 structure in PEM format
- PKCS12_PBE_keyivgen(3), PKCS12_PBE_keyivgen_ex(3), PKCS12_pbe_crypt(3), PKCS12_pbe_crypt_ex(3)
- PKCS#12 Password based encryption
- PKCS12_SAFEBAG_create_cert(3), PKCS12_SAFEBAG_create_crl(3), PKCS12_SAFEBAG_create_secret(3), PKCS12_SAFEBAG_create0_p8inf(3), PKCS12_SAFEBAG_create0_pkcs8(3), PKCS12_SAFEBAG_create_pkcs8_encrypt(3), PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(3)
- Create PKCS#12 safeBag objects
- PKCS12_SAFEBAG_get0_attr(3), PKCS12_SAFEBAG_get0_type(3), PKCS12_SAFEBAG_get_nid(3), PKCS12_SAFEBAG_get_bag_nid(3), PKCS12_SAFEBAG_get0_bag_obj(3), PKCS12_SAFEBAG_get0_bag_type(3), PKCS12_SAFEBAG_get1_cert_ex(3), PKCS12_SAFEBAG_get1_cert(3), PKCS12_SAFEBAG_get1_crl_ex(3), PKCS12_SAFEBAG_get1_crl(3), PKCS12_SAFEBAG_get0_safes(3), PKCS12_SAFEBAG_get0_p8inf(3), PKCS12_SAFEBAG_get0_pkcs8(3)
- Get objects from a PKCS#12 safeBag
- PKCS12_SAFEBAG_get0_attrs(3), PKCS12_get_attr_gen(3)
- Retrieve attributes from a PKCS#12 safeBag
- PKCS12_SAFEBAG_set0_attrs(3)
- Set attributes for a PKCS#12 safeBag
- PKCS12_add1_attr_by_NID(3), PKCS12_add1_attr_by_txt(3)
- Add an attribute to a PKCS#12 safeBag structure
- PKCS12_add_CSPName_asc(3)
- Add a Microsoft CSP Name attribute to a PKCS#12 safeBag
- PKCS12_add_cert(3), PKCS12_add_key(3), PKCS12_add_key_ex(3), PKCS12_add_secret(3)
- Add an object to a set of PKCS#12 safeBags
- PKCS12_add_friendlyname_asc(3), PKCS12_add_friendlyname_utf8(3), PKCS12_add_friendlyname_uni(3)
- Functions to add the friendlyname attribute to a PKCS#12 safeBag
- PKCS12_add_localkeyid(3)
- Add the localKeyId attribute to a PKCS#12 safeBag
- PKCS12_add_safe(3), PKCS12_add_safe_ex(3), PKCS12_add_safes(3), PKCS12_add_safes_ex(3)
- Create and add objects to a PKCS#12 structure
- PKCS12_create(3), PKCS12_create_ex(3), PKCS12_create_cb(3), PKCS12_create_ex2(3)
- create a PKCS#12 structure
- PKCS12_decrypt_skey(3), PKCS12_decrypt_skey_ex(3)
- PKCS12 shrouded keyBag decrypt functions
- PKCS12_gen_mac(3), PKCS12_setup_mac(3), PKCS12_set_mac(3), PKCS12_set_pbmac1_pbkdf2(3), PKCS12_verify_mac(3), PKCS12_get0_mac(3)
- Functions to create and manipulate a PKCS#12 MAC structure
- PKCS12_get_friendlyname(3)
- Retrieve the friendlyname attribute from a PKCS#12 safeBag
- 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
- PKCS12_pack_p7encdata(3), PKCS12_pack_p7encdata_ex(3)
- Pack a set of PKCS#12 safeBags into a PKCS#7 encrypted data object
- PKCS5_PBE_keyivgen(3), PKCS5_PBE_keyivgen_ex(3), PKCS5_pbe2_set(3), PKCS5_pbe2_set_iv(3), PKCS5_pbe2_set_iv_ex(3), PKCS5_pbe_set(3), PKCS5_pbe_set_ex(3), PKCS5_pbe2_set_scrypt(3), PKCS5_pbe_set0_algor(3), PKCS5_pbe_set0_algor_ex(3), PKCS5_v2_PBE_keyivgen(3), PKCS5_v2_PBE_keyivgen_ex(3), PKCS5_v2_scrypt_keyivgen(3), PKCS5_v2_scrypt_keyivgen_ex(3), PKCS5_pbkdf2_set(3), PKCS5_pbkdf2_set_ex(3), EVP_PBE_scrypt(3), EVP_PBE_scrypt_ex(3)
- PKCS#5 Password based encryption routines
- PKCS5_PBKDF2_HMAC(3), PKCS5_PBKDF2_HMAC_SHA1(3)
- password based derivation routines with salt and iteration count
- 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
- PKCS8_pkey_get0_attrs(3), PKCS8_pkey_add1_attr(3), PKCS8_pkey_add1_attr_by_NID(3), PKCS8_pkey_add1_attr_by_OBJ(3)
- PKCS8 attribute functions
- RAND_bytes(3), RAND_priv_bytes(3), RAND_bytes_ex(3), RAND_priv_bytes_ex(3), RAND_pseudo_bytes(3), RAND_set1_random_provider(3)
- generate random data
- RAND_egd(3), RAND_egd_bytes(3), RAND_query_egd_bytes(3)
- query entropy gathering daemon
- RAND_get0_primary(3), RAND_get0_public(3), RAND_get0_private(3), RAND_set0_public(3), RAND_set0_private(3)
- get access to the global EVP_RAND_CTX instances
- RAND_set_DRBG_type(3), RAND_set_seed_source_type(3)
- specify the global random number generator types
- RSA_blinding_on(3), RSA_blinding_off(3)
- protect the RSA operation from timing attacks
- 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_new(3), RSA_free(3)
- allocate and free RSA objects
- 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_set0_key(3), RSA_set0_factors(3), RSA_set0_crt_params(3), RSA_get0_key(3), RSA_get0_factors(3), RSA_get0_crt_params(3), RSA_get0_n(3), RSA_get0_e(3), RSA_get0_d(3), RSA_get0_p(3), RSA_get0_q(3), RSA_get0_dmp1(3), RSA_get0_dmq1(3), RSA_get0_iqmp(3), RSA_get0_pss_params(3), RSA_clear_flags(3), RSA_test_flags(3), RSA_set_flags(3), RSA_get0_engine(3), RSA_get_multi_prime_extra_count(3), RSA_get0_multi_prime_factors(3), RSA_get0_multi_prime_crt_params(3), RSA_set0_multi_prime_params(3), RSA_get_version(3)
- Routines for getting and setting data in an RSA object
- RSA_size(3), RSA_bits(3), RSA_security_bits(3)
- get RSA modulus size or security bits
- SCT_new(3), SCT_new_from_base64(3), SCT_free(3), SCT_LIST_free(3), SCT_get_version(3), SCT_set_version(3), SCT_get_log_entry_type(3), SCT_set_log_entry_type(3), SCT_get0_log_id(3), SCT_set0_log_id(3), SCT_set1_log_id(3), SCT_get_timestamp(3), SCT_set_timestamp(3), SCT_get_signature_nid(3), SCT_set_signature_nid(3), SCT_get0_signature(3), SCT_set0_signature(3), SCT_set1_signature(3), SCT_get0_extensions(3), SCT_set0_extensions(3), SCT_set1_extensions(3), SCT_get_source(3), SCT_set_source(3)
- A Certificate Transparency Signed Certificate Timestamp
- SCT_print(3), SCT_LIST_print(3), SCT_validation_status_string(3)
- Prints Signed Certificate Timestamps in a human-readable way
- SRP_Calc_server_key(3), SRP_Calc_A(3), SRP_Calc_B_ex(3), SRP_Calc_B(3), SRP_Calc_u_ex(3), SRP_Calc_u(3), SRP_Calc_x_ex(3), SRP_Calc_x(3), SRP_Calc_client_key_ex(3), SRP_Calc_client_key(3)
- SRP authentication primitives
- SRP_VBASE_new(3), SRP_VBASE_free(3), SRP_VBASE_init(3), SRP_VBASE_add0_user(3), SRP_VBASE_get1_by_user(3), SRP_VBASE_get_by_user(3)
- Functions to create and manage a stack of SRP user verifier information
- 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_ctrl(3), SSL_CTX_callback_ctrl(3), SSL_ctrl(3), SSL_callback_ctrl(3)
- internal handling functions for SSL_CTX and SSL objects
- SSL_CTX_dane_enable(3), SSL_CTX_dane_mtype_set(3), SSL_dane_enable(3), SSL_dane_tlsa_add(3), SSL_get0_dane_authority(3), SSL_get0_dane_tlsa(3), SSL_CTX_dane_set_flags(3), SSL_CTX_dane_clear_flags(3), SSL_dane_set_flags(3), SSL_dane_clear_flags(3)
- enable DANE TLS authentication of the remote TLS server in the local TLS client
- SSL_CTX_free(3)
- free an allocated SSL_CTX object
- 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_sess_number(3), SSL_CTX_sess_connect(3), SSL_CTX_sess_connect_good(3), SSL_CTX_sess_connect_renegotiate(3), SSL_CTX_sess_accept(3), SSL_CTX_sess_accept_good(3), SSL_CTX_sess_accept_renegotiate(3), SSL_CTX_sess_hits(3), SSL_CTX_sess_cb_hits(3), SSL_CTX_sess_misses(3), SSL_CTX_sess_timeouts(3), SSL_CTX_sess_cache_full(3)
- obtain session cache statistics
- 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_set0_chain(3), SSL_CTX_set1_chain(3), SSL_CTX_add0_chain_cert(3), SSL_CTX_add1_chain_cert(3), SSL_CTX_get0_chain_certs(3), SSL_CTX_clear_chain_certs(3), SSL_set0_chain(3), SSL_set1_chain(3), SSL_add0_chain_cert(3), SSL_add1_chain_cert(3), SSL_get0_chain_certs(3), SSL_clear_chain_certs(3), SSL_CTX_build_cert_chain(3), SSL_build_cert_chain(3), SSL_CTX_select_current_cert(3), SSL_select_current_cert(3), SSL_CTX_set_current_cert(3), SSL_set_current_cert(3)
- extra chain certificate processing
- SSL_CTX_set_alpn_protos(3), SSL_set_alpn_protos(3), SSL_CTX_set_alpn_select_cb(3), SSL_CTX_set_next_proto_select_cb(3), SSL_CTX_set_next_protos_advertised_cb(3), SSL_select_next_proto(3), SSL_get0_alpn_selected(3), SSL_get0_next_proto_negotiated(3)
- handle application layer protocol negotiation (ALPN)
- SSL_CTX_set_async_callback(3), SSL_CTX_set_async_callback_arg(3), SSL_set_async_callback(3), SSL_set_async_callback_arg(3), SSL_get_async_status(3), SSL_async_callback_fn(3)
- manage asynchronous operations
- SSL_CTX_set_cert_cb(3), SSL_set_cert_cb(3)
- handle certificate callback function
- SSL_CTX_set_cert_verify_callback(3)
- set peer certificate verification procedure
- 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_cert_cb(3), SSL_CTX_get_client_cert_cb(3)
- handle client certificate callback function
- 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_get_extension_order(3), SSL_client_hello_get0_ext(3)
- callback functions for early server-side ClientHello processing
- 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_dh_auto(3), SSL_set_dh_auto(3), SSL_CTX_set0_tmp_dh_pkey(3), SSL_set0_tmp_dh_pkey(3), SSL_CTX_set_tmp_dh_callback(3), SSL_CTX_set_tmp_dh(3), SSL_set_tmp_dh_callback(3), SSL_set_tmp_dh(3)
- handle DH keys for ephemeral key exchange
- SSL_CTX_set_domain_flags(3), SSL_CTX_get_domain_flags(3), SSL_get_domain_flags(3), SSL_DOMAIN_FLAG_SINGLE_THREAD(3), SSL_DOMAIN_FLAG_MULTI_THREAD(3), SSL_DOMAIN_FLAG_THREAD_ASSISTED(3), SSL_DOMAIN_FLAG_BLOCKING(3), SSL_DOMAIN_FLAG_LEGACY_BLOCKING(3)
- control the concurrency model used by a QUIC domain
- SSL_CTX_set_generate_session_id(3), SSL_set_generate_session_id(3), SSL_has_matching_session_id(3), GEN_SESSION_CB(3)
- manipulate generation of SSL session IDs (server only)
- SSL_CTX_set_info_callback(3), SSL_CTX_get_info_callback(3), SSL_set_info_callback(3), SSL_get_info_callback(3)
- handle information callback for SSL connections
- SSL_CTX_set_keylog_callback(3), SSL_CTX_get_keylog_callback(3), SSL_CTX_keylog_cb_func(3)
- logging TLS key material
- 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_msg_callback(3), SSL_CTX_set_msg_callback_arg(3), SSL_set_msg_callback(3), SSL_set_msg_callback_arg(3), SSL_trace(3)
- install callback for observing protocol messages
- SSL_CTX_set_new_pending_conn_cb(3), SSL_set_new_pending_conn_cb_fn(3)
- callback function to report creation of QUIC connection SSL objects
- SSL_CTX_set_quiet_shutdown(3), SSL_CTX_get_quiet_shutdown(3), SSL_set_quiet_shutdown(3), SSL_get_quiet_shutdown(3)
- manipulate shutdown behaviour
- 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_record_padding_callback(3), SSL_set_record_padding_callback(3), SSL_CTX_set_record_padding_callback_arg(3), SSL_set_record_padding_callback_arg(3), SSL_CTX_get_record_padding_callback_arg(3), SSL_get_record_padding_callback_arg(3), SSL_CTX_set_block_padding(3), SSL_CTX_set_block_padding_ex(3), SSL_set_block_padding(3), SSL_set_block_padding_ex(3)
- install callback to specify TLS 1.3 record padding
- SSL_CTX_set_security_level(3), SSL_set_security_level(3), SSL_CTX_get_security_level(3), SSL_get_security_level(3), SSL_CTX_set_security_callback(3), SSL_set_security_callback(3), SSL_CTX_get_security_callback(3), SSL_get_security_callback(3), SSL_CTX_set0_security_ex_data(3), SSL_set0_security_ex_data(3), SSL_CTX_get0_security_ex_data(3), SSL_get0_security_ex_data(3)
- SSL/TLS security framework
- 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_CTX_set_srp_username(3), SSL_CTX_set_srp_password(3), SSL_CTX_set_srp_strength(3), SSL_CTX_set_srp_cb_arg(3), SSL_CTX_set_srp_username_callback(3), SSL_CTX_set_srp_client_pwd_callback(3), SSL_CTX_set_srp_verify_param_callback(3), SSL_set_srp_server_param(3), SSL_set_srp_server_param_pw(3), SSL_get_srp_g(3), SSL_get_srp_N(3), SSL_get_srp_username(3), SSL_get_srp_userinfo(3)
- SRP control operations
- SSL_CTX_set_stateless_cookie_generate_cb(3), SSL_CTX_set_stateless_cookie_verify_cb(3), SSL_CTX_set_cookie_generate_cb(3), SSL_CTX_set_cookie_verify_cb(3)
- Callback functions for stateless TLS1.3 cookies
- SSL_CTX_set_tlsext_servername_callback(3), SSL_CTX_set_tlsext_servername_arg(3), SSL_get_servername_type(3), SSL_get_servername(3), SSL_set_tlsext_host_name(3)
- handle server name indication (SNI)
- SSL_CTX_set_tlsext_status_cb(3), SSL_CTX_get_tlsext_status_cb(3), SSL_CTX_set_tlsext_status_arg(3), SSL_CTX_get_tlsext_status_arg(3), SSL_CTX_set_tlsext_status_type(3), SSL_CTX_get_tlsext_status_type(3), SSL_set_tlsext_status_type(3), SSL_get_tlsext_status_type(3), SSL_get_tlsext_status_ocsp_resp(3), SSL_set_tlsext_status_ocsp_resp(3)
- OCSP Certificate Status Request functions
- SSL_CTX_set_tlsext_ticket_key_evp_cb(3), SSL_CTX_set_tlsext_ticket_key_cb(3)
- set a callback for session ticket processing
- 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_SESSION_print(3), SSL_SESSION_print_fp(3), SSL_SESSION_print_keylog(3)
- printf information about a session
- SSL_accept_stream(3), SSL_get_accept_stream_queue_len(3), SSL_ACCEPT_STREAM_NO_BLOCK(3)
- accept an incoming QUIC stream from a QUIC peer
- SSL_add_expected_rpk(3), SSL_get_negotiated_client_cert_type(3), SSL_get_negotiated_server_cert_type(3), SSL_get0_peer_rpk(3), SSL_SESSION_get0_peer_rpk(3)
- raw public key (RFC7250) support
- SSL_check_chain(3)
- check certificate chain suitability
- SSL_clear(3)
- reset SSL object to allow another connection
- SSL_export_keying_material(3), SSL_export_keying_material_early(3)
- obtain keying material for application use
- SSL_extension_supported(3), SSL_custom_ext_add_cb_ex(3), SSL_custom_ext_free_cb_ex(3), SSL_custom_ext_parse_cb_ex(3), SSL_CTX_add_custom_ext(3), SSL_CTX_add_client_custom_ext(3), SSL_CTX_add_server_custom_ext(3), custom_ext_add_cb(3), custom_ext_free_cb(3), custom_ext_parse_cb(3)
- custom TLS extension handling
- SSL_free_buffers(3), SSL_alloc_buffers(3)
- manage SSL structure buffers
- SSL_get0_connection(3), SSL_is_connection(3)
- get a QUIC connection SSL object from a QUIC stream SSL object
- SSL_get0_group_name(3)
- get name of the group that was used for the key agreement of the current TLS session establishment
- SSL_get1_builtin_sigalgs(3)
- get list of built-in signature algorithms
- SSL_get1_supported_ciphers(3), SSL_get_client_ciphers(3), SSL_get_ciphers(3), SSL_CTX_get_ciphers(3), SSL_bytes_to_cipher_list(3), SSL_get_cipher_list(3), SSL_get_shared_ciphers(3)
- get list of available SSL_CIPHERs
- SSL_get_conn_close_info(3), SSL_CONN_CLOSE_FLAG_LOCAL(3), SSL_CONN_CLOSE_FLAG_TRANSPORT(3), OSSL_QUIC_ERR_NO_ERROR(3), OSSL_QUIC_ERR_INTERNAL_ERROR(3), OSSL_QUIC_ERR_CONNECTION_REFUSED(3), OSSL_QUIC_ERR_FLOW_CONTROL_ERROR(3), OSSL_QUIC_ERR_STREAM_LIMIT_ERROR(3), OSSL_QUIC_ERR_STREAM_STATE_ERROR(3), OSSL_QUIC_ERR_FINAL_SIZE_ERROR(3), OSSL_QUIC_ERR_FRAME_ENCODING_ERROR(3), OSSL_QUIC_ERR_TRANSPORT_PARAMETER_ERROR(3), OSSL_QUIC_ERR_CONNECTION_ID_LIMIT_ERROR(3), OSSL_QUIC_ERR_PROTOCOL_VIOLATION(3), OSSL_QUIC_ERR_INVALID_TOKEN(3), OSSL_QUIC_ERR_APPLICATION_ERROR(3), OSSL_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED(3), OSSL_QUIC_ERR_KEY_UPDATE_ERROR(3), OSSL_QUIC_ERR_AEAD_LIMIT_REACHED(3), OSSL_QUIC_ERR_NO_VIABLE_PATH(3), OSSL_QUIC_ERR_CRYPTO_ERR_BEGIN(3), OSSL_QUIC_ERR_CRYPTO_ERR_END(3), OSSL_QUIC_ERR_CRYPTO_ERR(3), OSSL_QUIC_LOCAL_ERR_IDLE_TIMEOUT(3)
- get information about why a QUIC connection was closed
- SSL_get_current_cipher(3), SSL_get_cipher_name(3), SSL_get_cipher(3), SSL_get_cipher_bits(3), SSL_get_cipher_version(3), SSL_get_pending_cipher(3)
- get SSL_CIPHER of a connection
- SSL_get_error(3)
- obtain result code for TLS/SSL I/O operation
- SSL_get_event_timeout(3)
- 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 various SSL/TLS parameters for peer certificate verification
- SSL_get_fd(3), SSL_get_rfd(3), SSL_get_wfd(3)
- get file descriptor linked to an SSL object
- SSL_get_peer_tmp_key(3), SSL_get_server_tmp_key(3), SSL_get_tmp_key(3)
- get information about temporary keys used during a handshake
- SSL_get_rbio(3), SSL_get_wbio(3)
- get BIO linked to an SSL object
- SSL_get_rpoll_descriptor(3), SSL_get_wpoll_descriptor(3), SSL_net_read_desired(3), SSL_net_write_desired(3)
- obtain information which can be used to determine when network I/O can be performed
- SSL_get_stream_id(3), SSL_get_stream_type(3), SSL_STREAM_TYPE_NONE(3), SSL_STREAM_TYPE_READ(3), SSL_STREAM_TYPE_WRITE(3), SSL_STREAM_TYPE_BIDI(3), SSL_is_stream_local(3)
- get QUIC stream ID and stream type information
- SSL_get_value_uint(3), SSL_set_value_uint(3), SSL_get_generic_value_uint(3), SSL_set_generic_value_uint(3), SSL_get_feature_request_uint(3), SSL_set_feature_request_uint(3), SSL_get_feature_peer_request_uint(3), SSL_get_feature_negotiated_uint(3), SSL_get_quic_stream_bidi_local_avail(3), SSL_get_quic_stream_bidi_remote_avail(3), SSL_get_quic_stream_uni_local_avail(3), SSL_get_quic_stream_uni_remote_avail(3), SSL_VALUE_CLASS_GENERIC(3), SSL_VALUE_CLASS_FEATURE_REQUEST(3), SSL_VALUE_CLASS_FEATURE_PEER_REQUEST(3), SSL_VALUE_CLASS_FEATURE_NEGOTIATED(3), SSL_VALUE_QUIC_STREAM_BIDI_LOCAL_AVAIL(3), SSL_VALUE_QUIC_STREAM_BIDI_REMOTE_AVAIL(3), SSL_VALUE_QUIC_STREAM_UNI_LOCAL_AVAIL(3), SSL_VALUE_QUIC_STREAM_UNI_REMOTE_AVAIL(3), SSL_VALUE_QUIC_IDLE_TIMEOUT(3), SSL_VALUE_EVENT_HANDLING_MODE(3), SSL_VALUE_EVENT_HANDLING_MODE_INHERIT(3), SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT(3), SSL_VALUE_EVENT_HANDLING_MODE_IMPLICIT(3), SSL_get_event_handling_mode(3), SSL_set_event_handling_mode(3), SSL_VALUE_STREAM_WRITE_BUF_SIZE(3), SSL_get_stream_write_buf_size(3), SSL_VALUE_STREAM_WRITE_BUF_USED(3), SSL_get_stream_write_buf_used(3), SSL_VALUE_STREAM_WRITE_BUF_AVAIL(3), SSL_get_stream_write_buf_avail(3)
- manage negotiable features and configuration values for an SSL object
- SSL_in_before(3), SSL_in_init(3), SSL_is_init_finished(3), SSL_in_connect_init(3), SSL_in_accept_init(3), SSL_get_state(3)
- retrieve information about the handshake state machine
- SSL_key_update(3), SSL_get_key_update_type(3), SSL_renegotiate(3), SSL_renegotiate_abbreviated(3), SSL_renegotiate_pending(3)
- initiate and obtain information about updating connection keys
- SSL_library_init(3), OpenSSL_add_ssl_algorithms(3)
- initialize SSL library by registering algorithms
- SSL_load_client_CA_file_ex(3), SSL_load_client_CA_file(3), SSL_add_file_cert_subjects_to_stack(3), SSL_add_dir_cert_subjects_to_stack(3), SSL_add_store_cert_subjects_to_stack(3)
- load certificate names
- SSL_new_domain(3), SSL_is_domain(3), SSL_get0_domain(3)
- SSL object interface for managing QUIC event domains
- SSL_new_listener(3), SSL_new_listener_from(3), SSL_is_listener(3), SSL_get0_listener(3), SSL_listen(3), SSL_accept_connection(3), SSL_get_accept_connection_queue_len(3), SSL_new_from_listener(3), SSL_ACCEPT_CONNECTION_NO_BLOCK(3)
- SSL object interface for abstracted connection acceptance
- SSL_new_stream(3), SSL_STREAM_FLAG_UNI(3), SSL_STREAM_FLAG_NO_BLOCK(3), SSL_STREAM_FLAG_ADVANCE(3)
- create a new locally-initiated QUIC stream
- SSL_pending(3), SSL_has_pending(3)
- check for readable bytes buffered in an SSL object
- SSL_poll(3), SSL_POLL_EVENT_NONE(3), SSL_POLL_EVENT_F(3), SSL_POLL_EVENT_EL(3), SSL_POLL_EVENT_EC(3), SSL_POLL_EVENT_ECD(3), SSL_POLL_EVENT_ER(3), SSL_POLL_EVENT_EW(3), SSL_POLL_EVENT_R(3), SSL_POLL_EVENT_W(3), SSL_POLL_EVENT_IC(3), SSL_POLL_EVENT_ISB(3), SSL_POLL_EVENT_ISU(3), SSL_POLL_EVENT_OSB(3), SSL_POLL_EVENT_OSU(3), SSL_POLL_EVENT_RW(3), SSL_POLL_EVENT_RE(3), SSL_POLL_EVENT_WE(3), SSL_POLL_EVENT_RWE(3), SSL_POLL_EVENT_E(3), SSL_POLL_EVENT_IS(3), SSL_POLL_EVENT_ISE(3), SSL_POLL_EVENT_I(3), SSL_POLL_EVENT_OS(3), SSL_POLL_EVENT_OSE(3), SSL_POLL_FLAG_NO_HANDLE_EVENTS(3)
- determine or await readiness conditions for one or more pollable objects
- SSL_psk_client_cb_func(3), SSL_psk_use_session_cb_func(3), SSL_CTX_set_psk_client_callback(3), SSL_set_psk_client_callback(3), SSL_CTX_set_psk_use_session_callback(3), SSL_set_psk_use_session_callback(3)
- set PSK client callback
- 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_read_ex(3), SSL_read(3), SSL_peek_ex(3), SSL_peek(3)
- read bytes from a TLS/SSL connection
- SSL_rstate_string(3), SSL_rstate_string_long(3)
- get textual description of state of an SSL object during read operation
- SSL_set_bio(3), SSL_set0_rbio(3), SSL_set0_wbio(3)
- connect the SSL object with a BIO
- SSL_set_blocking_mode(3), SSL_get_blocking_mode(3)
- 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_default_stream_mode(3), SSL_DEFAULT_STREAM_MODE_NONE(3), SSL_DEFAULT_STREAM_MODE_AUTO_BIDI(3), SSL_DEFAULT_STREAM_MODE_AUTO_UNI(3)
- 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_max_early_data(3), SSL_CTX_set_max_early_data(3), SSL_get_max_early_data(3), SSL_CTX_get_max_early_data(3), SSL_set_recv_max_early_data(3), SSL_CTX_set_recv_max_early_data(3), SSL_get_recv_max_early_data(3), SSL_CTX_get_recv_max_early_data(3), SSL_SESSION_get_max_early_data(3), SSL_SESSION_set_max_early_data(3), SSL_write_early_data(3), SSL_read_early_data(3), SSL_get_early_data_status(3), SSL_allow_early_data_cb_fn(3), SSL_CTX_set_allow_early_data_cb(3), SSL_set_allow_early_data_cb(3)
- functions for sending and receiving early data
- SSL_set_num_tickets(3), SSL_get_num_tickets(3), SSL_CTX_set_num_tickets(3), SSL_CTX_get_num_tickets(3), SSL_new_session_ticket(3)
- control the number of TLSv1.3 session tickets that are issued
- SSL_set_retry_verify(3)
- indicate that certificate verification should be retried
- SSL_set_session(3)
- set a TLS/SSL session to be used during TLS/SSL connect
- SSL_set_session_secret_cb(3), tls_session_secret_cb_fn(3)
- set the session secret callback
- SSL_state_string(3), SSL_state_string_long(3)
- get textual description of state of an SSL object
- SSL_want(3), SSL_want_nothing(3), SSL_want_read(3), SSL_want_write(3), SSL_want_x509_lookup(3), SSL_want_retry_verify(3), SSL_want_async(3), SSL_want_async_job(3), SSL_want_client_hello_cb(3)
- obtain state information TLS/SSL I/O operation
- SSL_write_ex2(3), SSL_write_ex(3), SSL_write(3), SSL_sendfile(3), SSL_WRITE_FLAG_CONCLUDE(3)
- write bytes to a TLS/SSL connection
- TLSv1_2_method(3), TLSv1_2_server_method(3), TLSv1_2_client_method(3), SSL_CTX_new(3), SSL_CTX_new_ex(3), SSL_CTX_up_ref(3), SSLv3_method(3), SSLv3_server_method(3), SSLv3_client_method(3), TLSv1_method(3), TLSv1_server_method(3), TLSv1_client_method(3), TLSv1_1_method(3), TLSv1_1_server_method(3), TLSv1_1_client_method(3), TLS_method(3), TLS_server_method(3), TLS_client_method(3), SSLv23_method(3), SSLv23_server_method(3), SSLv23_client_method(3), DTLS_method(3), DTLS_server_method(3), DTLS_client_method(3), DTLSv1_method(3), DTLSv1_server_method(3), DTLSv1_client_method(3), DTLSv1_2_method(3), DTLSv1_2_server_method(3), DTLSv1_2_client_method(3)
- create a new SSL_CTX object as framework for TLS/SSL or DTLS enabled functions
- TS_RESP_CTX_new_ex(3), TS_RESP_CTX_new(3), TS_RESP_CTX_free(3)
- Timestamp response context object creation
- 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_UTIL_read_pw_string(3), UI_UTIL_read_pw(3), UI_UTIL_wrap_read_pem_callback(3)
- user interface utilities
- X509_ACERT_add1_attr(3), X509_ACERT_add1_attr_by_NID(3), X509_ACERT_add1_attr_by_OBJ(3), X509_ACERT_add1_attr_by_txt(3), X509_ACERT_delete_attr(3)
- X509_ACERT attribute functions
- X509_ACERT_add_attr_nconf(3)
- Add attributes to X509_ACERT from configuration section
- X509_ACERT_get0_holder_baseCertId(3), X509_ACERT_get0_holder_digest(3), X509_ACERT_get0_holder_entityName(3), X509_ACERT_set0_holder_baseCertId(3), X509_ACERT_set0_holder_digest(3), X509_ACERT_set0_holder_entityName(3), OSSL_ISSUER_SERIAL_get0_issuer(3), OSSL_ISSUER_SERIAL_get0_issuerUID(3), OSSL_ISSUER_SERIAL_get0_serial(3), OSSL_ISSUER_SERIAL_set1_issuer(3), OSSL_ISSUER_SERIAL_set1_issuerUID(3), OSSL_ISSUER_SERIAL_set1_serial(3), OSSL_OBJECT_DIGEST_INFO_get0_digest(3), OSSL_OBJECT_DIGEST_INFO_set1_digest(3)
- get and set Attribute Certificate holder fields
- X509_ACERT_get_attr(3), X509_ACERT_get_attr_by_NID(3), X509_ACERT_get_attr_by_OBJ(3), X509_ACERT_get_attr_count(3)
- Retrieve attributes from an X509_ACERT structure
- X509_ATTRIBUTE(3), X509at_get_attr(3), X509at_get_attr_count(3), X509at_get_attr_by_NID(3), X509at_get_attr_by_OBJ(3), X509at_delete_attr(3), X509at_add1_attr(3), X509at_add1_attr_by_OBJ(3), X509at_add1_attr_by_NID(3), X509at_add1_attr_by_txt(3), X509at_get0_data_by_OBJ(3), X509_ATTRIBUTE_create(3), X509_ATTRIBUTE_create_by_NID(3), X509_ATTRIBUTE_create_by_OBJ(3), X509_ATTRIBUTE_create_by_txt(3), X509_ATTRIBUTE_set1_object(3), X509_ATTRIBUTE_set1_data(3), X509_ATTRIBUTE_count(3), X509_ATTRIBUTE_get0_data(3), X509_ATTRIBUTE_get0_object(3), X509_ATTRIBUTE_get0_type(3)
- X509 attribute functions
- X509_CRL_get0_by_serial(3), X509_CRL_get0_by_cert(3), X509_CRL_get_REVOKED(3), X509_REVOKED_get0_serialNumber(3), X509_REVOKED_get0_revocationDate(3), X509_REVOKED_set_serialNumber(3), X509_REVOKED_set_revocationDate(3), X509_CRL_add0_revoked(3), X509_CRL_sort(3)
- CRL revoked entry utility functions
- X509_EXTENSION_set_object(3), X509_EXTENSION_set_critical(3), X509_EXTENSION_set_data(3), X509_EXTENSION_create_by_NID(3), X509_EXTENSION_create_by_OBJ(3), X509_EXTENSION_get_object(3), X509_EXTENSION_get_critical(3), X509_EXTENSION_get_data(3)
- extension utility functions
- X509_LOOKUP(3), X509_LOOKUP_TYPE(3), X509_LOOKUP_new(3), X509_LOOKUP_free(3), X509_LOOKUP_init(3), X509_LOOKUP_shutdown(3), X509_LOOKUP_set_method_data(3), X509_LOOKUP_get_method_data(3), X509_LOOKUP_ctrl_ex(3), X509_LOOKUP_ctrl(3), X509_LOOKUP_load_file_ex(3), X509_LOOKUP_load_file(3), X509_LOOKUP_add_dir(3), X509_LOOKUP_add_store_ex(3), X509_LOOKUP_add_store(3), X509_LOOKUP_load_store_ex(3), X509_LOOKUP_load_store(3), X509_LOOKUP_get_store(3), X509_LOOKUP_by_subject_ex(3), X509_LOOKUP_by_subject(3), X509_LOOKUP_by_issuer_serial(3), X509_LOOKUP_by_fingerprint(3), X509_LOOKUP_by_alias(3)
- OpenSSL certificate lookup mechanisms
- X509_LOOKUP_METHOD(3), X509_LOOKUP_meth_new(3), X509_LOOKUP_meth_free(3), X509_LOOKUP_meth_set_new_item(3), X509_LOOKUP_meth_get_new_item(3), X509_LOOKUP_meth_set_free(3), X509_LOOKUP_meth_get_free(3), X509_LOOKUP_meth_set_init(3), X509_LOOKUP_meth_get_init(3), X509_LOOKUP_meth_set_shutdown(3), X509_LOOKUP_meth_get_shutdown(3), X509_LOOKUP_ctrl_fn(3), X509_LOOKUP_meth_set_ctrl(3), X509_LOOKUP_meth_get_ctrl(3), X509_LOOKUP_get_by_subject_fn(3), X509_LOOKUP_meth_set_get_by_subject(3), X509_LOOKUP_meth_get_get_by_subject(3), X509_LOOKUP_get_by_issuer_serial_fn(3), X509_LOOKUP_meth_set_get_by_issuer_serial(3), X509_LOOKUP_meth_get_get_by_issuer_serial(3), X509_LOOKUP_get_by_fingerprint_fn(3), X509_LOOKUP_meth_set_get_by_fingerprint(3), X509_LOOKUP_meth_get_get_by_fingerprint(3), X509_LOOKUP_get_by_alias_fn(3), X509_LOOKUP_meth_set_get_by_alias(3), X509_LOOKUP_meth_get_get_by_alias(3), X509_OBJECT_set1_X509(3), X509_OBJECT_set1_X509_CRL(3)
- Routines to build up X509_LOOKUP methods
- X509_NAME_ENTRY_get_object(3), X509_NAME_ENTRY_get_data(3), X509_NAME_ENTRY_set_object(3), X509_NAME_ENTRY_set_data(3), X509_NAME_ENTRY_create_by_txt(3), X509_NAME_ENTRY_create_by_NID(3), X509_NAME_ENTRY_create_by_OBJ(3)
- X509_NAME_ENTRY utility functions
- 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_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_hash_ex(3), X509_NAME_hash(3), X509_get_subject_name(3), X509_set_subject_name(3), X509_subject_name_hash(3), X509_get_issuer_name(3), X509_set_issuer_name(3), X509_issuer_name_hash(3), X509_REQ_get_subject_name(3), X509_REQ_set_subject_name(3), X509_ACERT_get0_issuerName(3), X509_ACERT_set1_issuerName(3), X509_CRL_get_issuer(3), X509_CRL_set_issuer_name(3)
- get X509_NAME hashes or get and set issuer or subject names
- X509_PUBKEY_new_ex(3), X509_PUBKEY_new(3), X509_PUBKEY_free(3), X509_PUBKEY_dup(3), X509_PUBKEY_set(3), X509_PUBKEY_get0(3), X509_PUBKEY_get(3), d2i_PUBKEY_ex(3), d2i_PUBKEY(3), i2d_PUBKEY(3), d2i_PUBKEY_ex_bio(3), d2i_PUBKEY_bio(3), d2i_PUBKEY_ex_fp(3), d2i_PUBKEY_fp(3), i2d_PUBKEY_fp(3), i2d_PUBKEY_bio(3), X509_PUBKEY_set0_public_key(3), X509_PUBKEY_set0_param(3), X509_PUBKEY_get0_param(3), X509_PUBKEY_eq(3)
- SubjectPublicKeyInfo public key functions
- X509_REQ_get_attr_count(3), X509_REQ_get_attr_by_NID(3), X509_REQ_get_attr_by_OBJ(3), X509_REQ_get_attr(3), X509_REQ_delete_attr(3), 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_ATTRIBUTE support for signed certificate requests
- X509_REQ_get_extensions(3), X509_REQ_add_extensions(3), X509_REQ_add_extensions_nid(3)
- handle X.509 extension attributes of a CSR
- X509_STORE_CTX_get_by_subject(3), X509_STORE_CTX_get_obj_by_subject(3)
- X509 and X509_CRL lookup functions
- X509_STORE_CTX_get_cleanup(3), X509_STORE_CTX_get_lookup_crls(3), X509_STORE_CTX_get_lookup_certs(3), X509_STORE_CTX_get_check_policy(3), X509_STORE_CTX_get_cert_crl(3), X509_STORE_CTX_get_check_crl(3), X509_STORE_CTX_get_get_crl(3), X509_STORE_CTX_set_get_crl(3), X509_STORE_CTX_get_check_revocation(3), X509_STORE_CTX_get_check_issued(3), X509_STORE_CTX_get_get_issuer(3), X509_STORE_CTX_get_verify_cb(3), X509_STORE_CTX_set_verify_cb(3), X509_STORE_CTX_verify_cb(3), X509_STORE_CTX_print_verify_cb(3), X509_STORE_CTX_set_current_reasons(3)
- get and set X509_STORE_CTX components such as verification callback
- X509_STORE_get0_param(3), X509_STORE_set1_param(3), X509_STORE_get1_objects(3), X509_STORE_get0_objects(3), X509_STORE_get1_all_certs(3)
- X509_STORE setter and getter functions
- X509_STORE_set_lookup_crls_cb(3), X509_STORE_set_verify_func(3), X509_STORE_get_cleanup(3), X509_STORE_set_cleanup(3), X509_STORE_get_lookup_crls(3), X509_STORE_set_lookup_crls(3), X509_STORE_get_lookup_certs(3), X509_STORE_set_lookup_certs(3), X509_STORE_get_check_policy(3), X509_STORE_set_check_policy(3), X509_STORE_get_cert_crl(3), X509_STORE_set_cert_crl(3), X509_STORE_get_check_crl(3), X509_STORE_set_check_crl(3), X509_STORE_get_get_crl(3), X509_STORE_set_get_crl(3), X509_STORE_get_check_revocation(3), X509_STORE_set_check_revocation(3), X509_STORE_get_check_issued(3), X509_STORE_set_check_issued(3), X509_STORE_CTX_get1_issuer(3), X509_STORE_get_get_issuer(3), X509_STORE_set_get_issuer(3), X509_STORE_CTX_get_verify(3), X509_STORE_set_verify(3), X509_STORE_get_verify_cb(3), X509_STORE_set_verify_cb_func(3), X509_STORE_set_verify_cb(3), X509_STORE_CTX_cert_crl_fn(3), X509_STORE_CTX_check_crl_fn(3), X509_STORE_CTX_check_issued_fn(3), X509_STORE_CTX_check_policy_fn(3), X509_STORE_CTX_check_revocation_fn(3), X509_STORE_CTX_cleanup_fn(3), X509_STORE_CTX_get_crl_fn(3), X509_STORE_CTX_get_issuer_fn(3), X509_STORE_CTX_lookup_certs_fn(3), X509_STORE_CTX_lookup_crls_fn(3)
- set verification callback
- X509_build_chain(3), X509_verify_cert(3), X509_STORE_CTX_verify(3)
- build and verify X509 certificate chain
- X509_check_issued(3)
- checks if certificate is apparently issued by another certificate
- X509_check_private_key(3), X509_REQ_check_private_key(3)
- check the consistency of a private key with the public key in an X509 certificate or certificate request
- X509_check_purpose(3), X509_PURPOSE_get_count(3), X509_PURPOSE_get_unused_id(3), X509_PURPOSE_get_by_sname(3), X509_PURPOSE_get_by_id(3), X509_PURPOSE_add(3), X509_PURPOSE_cleanup(3), X509_PURPOSE_get0(3), X509_PURPOSE_get_id(3), X509_PURPOSE_get0_name(3), X509_PURPOSE_get0_sname(3), X509_PURPOSE_get_trust(3), X509_PURPOSE_set(3)
- functions related to checking the purpose of a certificate
- X509_cmp(3), X509_NAME_cmp(3), X509_issuer_and_serial_cmp(3), X509_issuer_name_cmp(3), X509_subject_name_cmp(3), X509_CRL_cmp(3), X509_CRL_match(3)
- compare X509 certificates and related values
- X509_digest(3), X509_digest_sig(3), X509_CRL_digest(3), X509_pubkey_digest(3), X509_NAME_digest(3), X509_REQ_digest(3), PKCS7_ISSUER_AND_SERIAL_digest(3)
- get digest of various objects
- X509_get0_notBefore(3), X509_getm_notBefore(3), X509_get0_notAfter(3), X509_getm_notAfter(3), X509_set1_notBefore(3), X509_set1_notAfter(3), X509_ACERT_get0_notBefore(3), X509_ACERT_get0_notAfter(3), X509_ACERT_set1_notBefore(3), X509_ACERT_set1_notAfter(3), X509_CRL_get0_lastUpdate(3), X509_CRL_get0_nextUpdate(3), X509_CRL_set1_lastUpdate(3), X509_CRL_set1_nextUpdate(3)
- get or set certificate or CRL dates
- X509_get0_signature(3), X509_REQ_set0_signature(3), X509_REQ_set1_signature_algo(3), X509_get_signature_nid(3), X509_get0_tbs_sigalg(3), X509_REQ_get0_signature(3), X509_REQ_get_signature_nid(3), X509_CRL_get0_signature(3), X509_CRL_get_signature_nid(3), X509_ACERT_get0_signature(3), X509_ACERT_get0_info_sigalg(3), X509_ACERT_get_signature_nid(3), X509_get_signature_info(3), X509_SIG_INFO_get(3), X509_SIG_INFO_set(3)
- signature information
- 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), X509_ACERT_get0_issuerUID(3)
- get certificate and attribute certificate unique identifiers
- X509_get_pubkey(3), X509_get0_pubkey(3), X509_set_pubkey(3), X509_get_X509_PUBKEY(3), X509_REQ_get_pubkey(3), X509_REQ_get0_pubkey(3), X509_REQ_set_pubkey(3), X509_REQ_get_X509_PUBKEY(3)
- get or set certificate or certificate request public key
- X509_get_serialNumber(3), X509_get0_serialNumber(3), X509_set_serialNumber(3), X509_ACERT_get0_serialNumber(3), X509_ACERT_set1_serialNumber(3)
- get or set certificate serial number
- X509_load_http(3), X509_http_nbio(3), X509_CRL_load_http(3), X509_CRL_http_nbio(3)
- certificate and CRL loading functions
- 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), X509v3_add_extensions(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
- bio(7)
- Basic I/O abstraction
- 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_AA_DIST_POINT(3), d2i_OSSL_ALLOWED_ATTRIBUTES_CHOICE(3), d2i_OSSL_ALLOWED_ATTRIBUTES_ITEM(3), d2i_OSSL_ALLOWED_ATTRIBUTES_SYNTAX(3), d2i_OSSL_ATAV(3), d2i_OSSL_ATTRIBUTE_DESCRIPTOR(3), d2i_OSSL_ATTRIBUTE_MAPPING(3), d2i_OSSL_ATTRIBUTE_MAPPINGS(3), d2i_OSSL_ATTRIBUTE_TYPE_MAPPING(3), d2i_OSSL_ATTRIBUTE_VALUE_MAPPING(3), d2i_OSSL_ATTRIBUTES_SYNTAX(3), d2i_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX(3), d2i_OSSL_BASIC_ATTR_CONSTRAINTS(3), d2i_OSSL_CMP_ATAVS(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_ENCRYPTEDKEY(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_OSSL_DAY_TIME(3), d2i_OSSL_DAY_TIME_BAND(3), d2i_OSSL_HASH(3), d2i_OSSL_IETF_ATTR_SYNTAX(3), d2i_OSSL_INFO_SYNTAX(3), d2i_OSSL_INFO_SYNTAX_POINTER(3), d2i_OSSL_ISSUER_SERIAL(3), d2i_OSSL_NAMED_DAY(3), d2i_OSSL_OBJECT_DIGEST_INFO(3), d2i_OSSL_PRIVILEGE_POLICY_ID(3), d2i_OSSL_ROLE_SPEC_CERT_ID(3), d2i_OSSL_ROLE_SPEC_CERT_ID_SYNTAX(3), d2i_OSSL_TARGET_CERT(3), d2i_OSSL_TARGET(3), d2i_OSSL_TARGETING_INFORMATION(3), d2i_OSSL_TARGETS(3), d2i_OSSL_TIME_PERIOD(3), d2i_OSSL_TIME_SPEC(3), d2i_OSSL_TIME_SPEC_ABSOLUTE(3), d2i_OSSL_TIME_SPEC_DAY(3), d2i_OSSL_TIME_SPEC_MONTH(3), d2i_OSSL_TIME_SPEC_TIME(3), d2i_OSSL_TIME_SPEC_WEEKS(3), d2i_OSSL_TIME_SPEC_X_DAY_OF(3), d2i_OSSL_USER_NOTICE_SYNTAX(3), d2i_OTHERNAME(3), d2i_PBE2PARAM(3), d2i_PBEPARAM(3), d2i_PBKDF2PARAM(3), d2i_PBMAC1PARAM(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_ACERT(3), d2i_X509_ACERT_bio(3), d2i_X509_ACERT_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_AA_DIST_POINT(3), i2d_OSSL_ALLOWED_ATTRIBUTES_CHOICE(3), i2d_OSSL_ALLOWED_ATTRIBUTES_ITEM(3), i2d_OSSL_ALLOWED_ATTRIBUTES_SYNTAX(3), i2d_OSSL_ATAV(3), i2d_OSSL_ATTRIBUTE_DESCRIPTOR(3), i2d_OSSL_ATTRIBUTE_MAPPING(3), i2d_OSSL_ATTRIBUTE_MAPPINGS(3), i2d_OSSL_ATTRIBUTE_TYPE_MAPPING(3), i2d_OSSL_ATTRIBUTE_VALUE_MAPPING(3), i2d_OSSL_ATTRIBUTES_SYNTAX(3), i2d_OSSL_AUTHORITY_ATTRIBUTE_ID_SYNTAX(3), i2d_OSSL_BASIC_ATTR_CONSTRAINTS(3), i2d_OSSL_CMP_ATAVS(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_ENCRYPTEDKEY(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_OSSL_HASH(3), i2d_OSSL_DAY_TIME(3), i2d_OSSL_DAY_TIME_BAND(3), i2d_OSSL_IETF_ATTR_SYNTAX(3), i2d_OSSL_INFO_SYNTAX(3), i2d_OSSL_INFO_SYNTAX_POINTER(3), i2d_OSSL_ISSUER_SERIAL(3), i2d_OSSL_NAMED_DAY(3), i2d_OSSL_OBJECT_DIGEST_INFO(3), i2d_OSSL_PRIVILEGE_POLICY_ID(3), i2d_OSSL_ROLE_SPEC_CERT_ID(3), i2d_OSSL_ROLE_SPEC_CERT_ID_SYNTAX(3), i2d_OSSL_TARGET_CERT(3), i2d_OSSL_TARGET(3), i2d_OSSL_TARGETING_INFORMATION(3), i2d_OSSL_TARGETS(3), i2d_OSSL_TIME_PERIOD(3), i2d_OSSL_TIME_SPEC(3), i2d_OSSL_TIME_SPEC_ABSOLUTE(3), i2d_OSSL_TIME_SPEC_DAY(3), i2d_OSSL_TIME_SPEC_MONTH(3), i2d_OSSL_TIME_SPEC_TIME(3), i2d_OSSL_TIME_SPEC_WEEKS(3), i2d_OSSL_TIME_SPEC_X_DAY_OF(3), i2d_OSSL_USER_NOTICE_SYNTAX(3), i2d_OTHERNAME(3), i2d_PBE2PARAM(3), i2d_PBEPARAM(3), i2d_PBKDF2PARAM(3), i2d_PBMAC1PARAM(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_ACERT(3), i2d_X509_ACERT_bio(3), i2d_X509_ACERT_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_PKCS8PrivateKey_bio(3), d2i_PKCS8PrivateKey_fp(3), i2d_PKCS8PrivateKey_bio(3), i2d_PKCS8PrivateKey_fp(3), i2d_PKCS8PrivateKey_nid_bio(3), i2d_PKCS8PrivateKey_nid_fp(3)
- PKCS#8 format private key functions
- 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_SSL_SESSION(3), d2i_SSL_SESSION_ex(3), i2d_SSL_SESSION(3)
- convert SSL_SESSION object from/to ASN1 representation
- 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
- i2d_CMS_bio_stream(3)
- output CMS_ContentInfo structure in BER format
- i2d_PKCS7_bio_stream(3)
- output PKCS7 structure in BER format
- i2s_ASN1_IA5STRING(3), s2i_ASN1_IA5STRING(3), i2s_ASN1_INTEGER(3), s2i_ASN1_INTEGER(3), i2s_ASN1_OCTET_STRING(3), s2i_ASN1_OCTET_STRING(3), i2s_ASN1_ENUMERATED(3), i2s_ASN1_ENUMERATED_TABLE(3), i2s_ASN1_UTF8STRING(3), s2i_ASN1_UTF8STRING(3)
- convert objects from/to ASN.1/string representation
- i2t_ASN1_OBJECT(3), OBJ_length(3), OBJ_get0_data(3), OBJ_nid2obj(3), OBJ_nid2ln(3), OBJ_nid2sn(3), OBJ_obj2nid(3), OBJ_txt2nid(3), OBJ_ln2nid(3), OBJ_sn2nid(3), OBJ_cmp(3), OBJ_dup(3), OBJ_txt2obj(3), OBJ_obj2txt(3), OBJ_create(3), OBJ_cleanup(3), OBJ_add_sigid(3)
- ASN1 object utility functions
- openssl-core_dispatch.h(7), openssl/core_dispatch.h(7)
- OpenSSL provider dispatch numbers and function types
- openssl-env(7)
- OpenSSL environment variables
- openssl-info(1)
- print OpenSSL built-in information
- openssl-pkey(1)
- public or private key processing command
- openssl-pkeyparam(1)
- public key algorithm parameter processing command
- openssl-prime(1)
- compute prime numbers
- openssl-rand(1)
- generate pseudo-random bytes
- openssl-rehash(1), c_rehash(1)
- Create symbolic links to files named by the hash values
- openssl-speed(1)
- test library performance
- ossl-guide-libcrypto-introduction(7), crypto(7)
- OpenSSL Guide: An introduction to libcrypto
- ossl-guide-libraries-introduction(7)
- OpenSSL Guide: An introduction to the OpenSSL libraries
- ossl-guide-libssl-introduction(7), ssl(7)
- OpenSSL Guide: An introduction to libssl
- ossl-guide-quic-client-block(7)
- OpenSSL Guide: Writing a simple blocking QUIC client
- ossl-guide-quic-client-non-block(7)
- OpenSSL Guide: Writing a simple nonblocking QUIC client
- ossl-guide-quic-server-block(7)
- OpenSSL Guide: Writing a simple blocking QUIC server
- ossl-guide-quic-server-non-block(7)
- OpenSSL Guide: Writing a simple nonblocking QUIC server
- ossl-guide-tls-client-block(7)
- OpenSSL Guide: Writing a simple blocking TLS client
- ossl-guide-tls-client-non-block(7)
- OpenSSL Guide: Writing a simple nonblocking TLS client
- ossl-guide-tls-server-block(7)
- OpenSSL Guide: Writing a simple blocking TLS server
- pem_password_cb(3), PEM_read_bio_PrivateKey_ex(3), PEM_read_bio_PrivateKey(3), PEM_read_PrivateKey_ex(3), PEM_read_PrivateKey(3), PEM_write_bio_PrivateKey_ex(3), PEM_write_bio_PrivateKey(3), PEM_write_bio_PrivateKey_traditional(3), PEM_write_PrivateKey_ex(3), PEM_write_PrivateKey(3), PEM_write_bio_PKCS8PrivateKey(3), PEM_write_PKCS8PrivateKey(3), PEM_write_bio_PKCS8PrivateKey_nid(3), PEM_write_PKCS8PrivateKey_nid(3), PEM_read_bio_PUBKEY_ex(3), PEM_read_bio_PUBKEY(3), PEM_read_PUBKEY_ex(3), PEM_read_PUBKEY(3), PEM_write_bio_PUBKEY_ex(3), PEM_write_bio_PUBKEY(3), PEM_write_PUBKEY_ex(3), PEM_write_PUBKEY(3), PEM_read_bio_RSAPrivateKey(3), PEM_read_RSAPrivateKey(3), PEM_write_bio_RSAPrivateKey(3), PEM_write_RSAPrivateKey(3), PEM_read_bio_RSAPublicKey(3), PEM_read_RSAPublicKey(3), PEM_write_bio_RSAPublicKey(3), PEM_write_RSAPublicKey(3), PEM_read_bio_RSA_PUBKEY(3), PEM_read_RSA_PUBKEY(3), PEM_write_bio_RSA_PUBKEY(3), PEM_write_RSA_PUBKEY(3), PEM_read_bio_DSAPrivateKey(3), PEM_read_DSAPrivateKey(3), PEM_write_bio_DSAPrivateKey(3), PEM_write_DSAPrivateKey(3), PEM_read_bio_DSA_PUBKEY(3), PEM_read_DSA_PUBKEY(3), PEM_write_bio_DSA_PUBKEY(3), PEM_write_DSA_PUBKEY(3), PEM_read_bio_Parameters_ex(3), PEM_read_bio_Parameters(3), PEM_write_bio_Parameters(3), PEM_read_bio_DSAparams(3), PEM_read_DSAparams(3), PEM_write_bio_DSAparams(3), PEM_write_DSAparams(3), PEM_read_bio_DHparams(3), PEM_read_DHparams(3), PEM_write_bio_DHparams(3), PEM_write_DHparams(3), PEM_read_bio_X509(3), PEM_read_X509(3), PEM_write_bio_X509(3), PEM_write_X509(3), PEM_read_bio_X509_ACERT(3), PEM_read_X509_ACERT(3), PEM_write_bio_X509_ACERT(3), PEM_write_X509_ACERT(3), PEM_read_bio_X509_AUX(3), PEM_read_X509_AUX(3), PEM_write_bio_X509_AUX(3), PEM_write_X509_AUX(3), PEM_read_bio_X509_REQ(3), PEM_read_X509_REQ(3), PEM_write_bio_X509_REQ(3), PEM_write_X509_REQ(3), PEM_write_bio_X509_REQ_NEW(3), PEM_write_X509_REQ_NEW(3), PEM_read_bio_X509_CRL(3), PEM_read_X509_CRL(3), PEM_write_bio_X509_CRL(3), PEM_write_X509_CRL(3), PEM_read_bio_PKCS7(3), PEM_read_PKCS7(3), PEM_write_bio_PKCS7(3), PEM_write_PKCS7(3)
- PEM routines
- 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-skeymgmt(7)
- The SKEYMGMT library <-> provider functions
- provider-storemgmt(7)
- The OSSL_STORE library <-> provider functions
- ssl_ct_validation_cb(3), SSL_enable_ct(3), SSL_CTX_enable_ct(3), SSL_disable_ct(3), SSL_CTX_disable_ct(3), SSL_set_ct_validation_callback(3), SSL_CTX_set_ct_validation_callback(3), SSL_ct_is_enabled(3), SSL_CTX_ct_is_enabled(3)
- control Certificate Transparency policy
- "glBegin(3), glEnd(3)
- delimit the vertices of a primitive or a group of like primitives
- "glColor3b(3), glColor3d(3), glColor3f(3), glColor3i(3), glColor3s(3), glColor3ub(3), glColor3ui(3), glColor3us(3), glColor4b(3), glColor4d(3), glColor4f(3), glColor4i(3), glColor4s(3), glColor4ub(3), glColor4ui(3), glColor4us(3), glColor3bv(3), glColor3dv(3), glColor3fv(3), glColor3iv(3), glColor3sv(3), glColor3ubv(3), glColor3uiv(3), glColor3usv(3), glColor4bv(3), glColor4dv(3), glColor4fv(3), glColor4iv(3), glColor4sv(3), glColor4ubv(3), glColor4uiv(3), glColor4usv(3)
- set the current color
- "glEdgeFlag(3), glEdgeFlagv(3)
- flag edges as either boundary or nonboundary
- "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 $$
- "glGetBooleanv(3), glGetDoublev(3), glGetFloatv(3), glGetIntegerv(3)
- return the value or values of a selected parameter
- "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
- "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 $$
- "glPushAttrib(3), glPopAttrib(3)
- push and pop the server attribute stack
- "glPushClientAttrib(3), glPopClientAttrib(3)
- push and pop the client attribute stack
- "glRotated(3), glRotatef(3)
- multiply the current matrix by a rotation matrix
- "glScaled(3), glScalef(3)
- multiply the current matrix by a general scaling matrix
- "glTranslated(3), glTranslatef(3)
- multiply the current matrix by a translation matrix
- "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
- /cowthink(1)
- configurable speaking/thinking cow (and a bit more)
- 2diff(1)
- 2.11BSD differential file and directory comparator
- 2ff(1)
- convert image to farbfeld
- 3dsdump(1)
- Displays information about the internal structure of a 3DS file
- 3omns(6)
- simple tile-based bomb-dropping deathmatch game
- 44bsd-csh(1), csh(1)
- a shell (command interpreter) with C-like syntax
- 44bsd-more(1), more(1)
- file perusal filter for crt viewing
- 4va(1), ctorus(1), cutctorus(1), 4vdmake(1)
- 4D object tumbler for X-Windows and object generation programs
- ABORT(7)
- abort the current transaction
- ADMISSIONS(3), ADMISSIONS_get0_admissionAuthority(3), ADMISSIONS_get0_namingAuthority(3), ADMISSIONS_get0_professionInfos(3), ADMISSIONS_set0_admissionAuthority(3), ADMISSIONS_set0_namingAuthority(3), ADMISSIONS_set0_professionInfos(3), ADMISSION_SYNTAX(3), ADMISSION_SYNTAX_get0_admissionAuthority(3), ADMISSION_SYNTAX_get0_contentsOfAdmissions(3), ADMISSION_SYNTAX_set0_admissionAuthority(3), ADMISSION_SYNTAX_set0_contentsOfAdmissions(3), NAMING_AUTHORITY(3), NAMING_AUTHORITY_get0_authorityId(3), NAMING_AUTHORITY_get0_authorityURL(3), NAMING_AUTHORITY_get0_authorityText(3), NAMING_AUTHORITY_set0_authorityId(3), NAMING_AUTHORITY_set0_authorityURL(3), NAMING_AUTHORITY_set0_authorityText(3), PROFESSION_INFO(3), PROFESSION_INFOS(3), PROFESSION_INFO_get0_addProfessionInfo(3), PROFESSION_INFO_get0_namingAuthority(3), PROFESSION_INFO_get0_professionItems(3), PROFESSION_INFO_get0_professionOIDs(3), PROFESSION_INFO_get0_registrationNumber(3), PROFESSION_INFO_set0_addProfessionInfo(3), PROFESSION_INFO_set0_namingAuthority(3), PROFESSION_INFO_set0_professionItems(3), PROFESSION_INFO_set0_professionOIDs(3), PROFESSION_INFO_set0_registrationNumber(3)
- Accessors and settors for ADMISSION_SYNTAX
- ADMISSIONS(3ossl), ADMISSIONS_get0_admissionAuthority(3ossl), ADMISSIONS_get0_namingAuthority(3ossl), ADMISSIONS_get0_professionInfos(3ossl), ADMISSIONS_set0_admissionAuthority(3ossl), ADMISSIONS_set0_namingAuthority(3ossl), ADMISSIONS_set0_professionInfos(3ossl), ADMISSION_SYNTAX(3ossl), ADMISSION_SYNTAX_get0_admissionAuthority(3ossl), ADMISSION_SYNTAX_get0_contentsOfAdmissions(3ossl), ADMISSION_SYNTAX_set0_admissionAuthority(3ossl), ADMISSION_SYNTAX_set0_contentsOfAdmissions(3ossl), NAMING_AUTHORITY(3ossl), NAMING_AUTHORITY_get0_authorityId(3ossl), NAMING_AUTHORITY_get0_authorityURL(3ossl), NAMING_AUTHORITY_get0_authorityText(3ossl), NAMING_AUTHORITY_set0_authorityId(3ossl), NAMING_AUTHORITY_set0_authorityURL(3ossl), NAMING_AUTHORITY_set0_authorityText(3ossl), PROFESSION_INFO(3ossl), PROFESSION_INFOS(3ossl), PROFESSION_INFO_get0_addProfessionInfo(3ossl), PROFESSION_INFO_get0_namingAuthority(3ossl), PROFESSION_INFO_get0_professionItems(3ossl), PROFESSION_INFO_get0_professionOIDs(3ossl), PROFESSION_INFO_get0_registrationNumber(3ossl), PROFESSION_INFO_set0_addProfessionInfo(3ossl), PROFESSION_INFO_set0_namingAuthority(3ossl), PROFESSION_INFO_set0_professionItems(3ossl), PROFESSION_INFO_set0_professionOIDs(3ossl), PROFESSION_INFO_set0_registrationNumber(3ossl)
- Accessors and settors for ADMISSION_SYNTAX
- 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_Box(3)
- agar box container widget
- AG_Button(3)
- agar button widget
- AG_ByteSwap(3)
- agar byte swapping macros
- AG_Checkbox(3)
- agar checkbox widget
- AG_Combo(3)
- agar canned text input + drop-down menu widget
- AG_Core(3)
- agar core library initialization
- AG_DSO(3)
- agar portable dynamic linker interface
- AG_Db(3)
- agar key/value database access object
- AG_DirDlg(3)
- agar directory browser widget
- AG_DriverSDL2FB(3)
- agar SDL2 frame-buffer driver
- AG_DriverSDLFB(3)
- agar SDL1 frame-buffer driver
- AG_Editable(3)
- agar text input widget
- AG_FileDlg(3)
- agar file browser widget
- AG_GlobalKeys(3)
- agar application-wide keyboard shortcuts
- AG_GuiDebugger(3)
- agar GUI debugging tool
- AG_Keyboard(3)
- agar direct keyboard interface
- AG_Label(3)
- agar label widget
- AG_MouseButton(3)
- agar mouse button definitions
- AG_Notebook(3)
- agar notebook container widget
- AG_Object(3)
- agar object system
- AG_ProgressBar(3)
- agar progress bar widget
- AG_Queue(3)
- Agar singly-linked lists, doubly-linked lists, simple queues, tail queues, and circular queues
- AG_Scrollbar(3)
- agar scroll bar widget
- AG_Scrollview(3)
- agar scrollable view widget
- AG_Table(3)
- agar table display widget
- AG_Tbl(3)
- agar variable hash table structure
- AG_TextElement(3)
- agar dynamically-allocated multilanguage text buffer
- AG_Textbox(3)
- agar text editor widget
- AG_Titlebar(3)
- agar stock titlebar widget
- AG_Toolbar(3)
- agar button toolbar widget
- AG_Treetbl(3)
- agar tree-based table widget
- AG_UCombo(3)
- agar button-triggered drop-down menu widget
- AG_Variable(3)
- agar object variables
- AG_Web(3)
- Agar HTTP/1.1 application server
- ALLEGRO_BITMAP(3)
- Allegro 5 API
- ALLEGRO_BITMAP_WRAP(3)
- Allegro 5 API
- ALLEGRO_BPM_TO_SECS(3)
- Allegro 5 API
- ALLEGRO_BPS_TO_SECS(3)
- Allegro 5 API
- ALLEGRO_DATE(3)
- Defined to a number with the release date of Allegro
- ALLEGRO_INDEX_BUFFER(3)
- Allegro 5 API
- ALLEGRO_KEYBOARD_STATE(3)
- Allegro 5 API
- ALLEGRO_PRIM_BUFFER_FLAGS(3)
- Allegro 5 API
- ALLEGRO_SUB_VERSION(3)
- Defined to the middle version of Allegro
- ALLEGRO_VERSION_STR(3)
- Defined to a string with the full Allegro version number
- ALLEGRO_VERTEX_BUFFER(3)
- Allegro 5 API
- ALTER_DATABASE(7)
- change a database
- ALTER_FOREIGN_TABLE(7)
- change the definition of a foreign table
- ALTER_GROUP(7)
- change role name or membership
- ALTER_LARGE_OBJECT(7)
- change the definition of a large object
- ALTER_PUBLICATION(7)
- change the definition of a publication
- ALTER_ROLE(7)
- change a database role
- 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_USER(7)
- change a database role
- AL_ID(3)
- Converts four 8 bit values to a packed 32 bit integer ID. Allegro game programming library
- ANALYZE(7)
- collect statistics about a database
- ASDatabase(1x)
- defines how windows should be treated by AfterStep depending on its name
- ASDatabaseEntry(1x)
- to be used in entry of AfterStep database
- ASN1_AUX(3ossl), ASN1_PRINT_ARG(3ossl), ASN1_STREAM_ARG(3ossl), ASN1_aux_cb(3ossl), ASN1_aux_const_cb(3ossl)
- ASN.1 auxiliary data
- ASN1_BIT_STRING_set(3), ASN1_BIT_STRING_set_bit(3), ASN1_BIT_STRING_get_bit(3)
- ASN.1 BIT STRING accessors
- ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_set_uint64(3), ASN1_INTEGER_get_int64(3), ASN1_INTEGER_get(3), ASN1_INTEGER_set_int64(3), ASN1_INTEGER_set(3), BN_to_ASN1_INTEGER(3), ASN1_INTEGER_to_BN(3), ASN1_ENUMERATED_get_int64(3), ASN1_ENUMERATED_get(3), ASN1_ENUMERATED_set_int64(3), ASN1_ENUMERATED_set(3), BN_to_ASN1_ENUMERATED(3), ASN1_ENUMERATED_to_BN(3)
- ASN.1 INTEGER and ENUMERATED utilities
- ASN1_INTEGER_get_uint64(3ossl), ASN1_INTEGER_set_uint64(3ossl), ASN1_INTEGER_get_int64(3ossl), ASN1_INTEGER_get(3ossl), ASN1_INTEGER_set_int64(3ossl), ASN1_INTEGER_set(3ossl), BN_to_ASN1_INTEGER(3ossl), ASN1_INTEGER_to_BN(3ossl), ASN1_ENUMERATED_get_int64(3ossl), ASN1_ENUMERATED_get(3ossl), ASN1_ENUMERATED_set_int64(3ossl), ASN1_ENUMERATED_set(3ossl), BN_to_ASN1_ENUMERATED(3ossl), ASN1_ENUMERATED_to_BN(3ossl)
- ASN.1 INTEGER and ENUMERATED utilities
- ASN1_OBJECT_new(3), ASN1_OBJECT_free(3)
- object allocation functions
- ASN1_OBJECT_new(3ossl), ASN1_OBJECT_free(3ossl)
- object allocation functions
- ASN1_PRINTABLE_type(3)
- classify a single-byte character string
- ASN1_STRING_TABLE(3), ASN1_STRING_TABLE_add(3), ASN1_STRING_TABLE_get(3), ASN1_STRING_TABLE_cleanup(3)
- ASN1_STRING_TABLE manipulation functions
- ASN1_STRING_TABLE(3ossl), ASN1_STRING_TABLE_add(3ossl), ASN1_STRING_TABLE_get(3ossl), ASN1_STRING_TABLE_cleanup(3ossl)
- ASN1_STRING_TABLE manipulation functions
- 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_pack(3), ASN1_item_unpack(3)
- pack an ASN.1 object into an ASN1_STRING
- 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
- ASN1_parse_dump(3), ASN1_parse(3)
- parse BER and print information about it
- ASN1_put_object(3), ASN1_put_eoc(3), ASN1_object_size(3)
- start and end the BER encoding of an arbitrary ASN.1 data element
- ASSERT(3)
- Debugging helper macro to assert. Allegro game programming library
- ASYNC_WAIT_CTX_new(3), ASYNC_WAIT_CTX_free(3), ASYNC_WAIT_CTX_set_wait_fd(3), ASYNC_WAIT_CTX_get_fd(3), ASYNC_WAIT_CTX_get_all_fds(3), ASYNC_WAIT_CTX_get_changed_fds(3), ASYNC_WAIT_CTX_clear_fd(3)
- functions to manage waiting for asynchronous jobs to complete
- ASYNC_WAIT_CTX_new(3ossl), ASYNC_WAIT_CTX_free(3ossl), ASYNC_WAIT_CTX_set_wait_fd(3ossl), ASYNC_WAIT_CTX_get_fd(3ossl), ASYNC_WAIT_CTX_get_all_fds(3ossl), ASYNC_WAIT_CTX_get_changed_fds(3ossl), ASYNC_WAIT_CTX_clear_fd(3ossl), ASYNC_WAIT_CTX_set_callback(3ossl), ASYNC_WAIT_CTX_get_callback(3ossl), ASYNC_WAIT_CTX_set_status(3ossl), ASYNC_WAIT_CTX_get_status(3ossl), ASYNC_callback_fn(3ossl), ASYNC_STATUS_UNSUPPORTED(3ossl), ASYNC_STATUS_ERR(3ossl), ASYNC_STATUS_OK(3ossl), ASYNC_STATUS_EAGAIN(3ossl)
- functions to manage waiting for asynchronous jobs to complete
- ASYNC_get_wait_ctx(3), ASYNC_init_thread(3), ASYNC_cleanup_thread(3), ASYNC_start_job(3), ASYNC_pause_job(3), ASYNC_get_current_job(3), ASYNC_block_pause(3), ASYNC_unblock_pause(3), ASYNC_is_capable(3)
- asynchronous job management functions
- ASYNC_get_wait_ctx(3ossl), ASYNC_init_thread(3ossl), ASYNC_cleanup_thread(3ossl), ASYNC_start_job(3ossl), ASYNC_pause_job(3ossl), ASYNC_get_current_job(3ossl), ASYNC_block_pause(3ossl), ASYNC_unblock_pause(3ossl), ASYNC_is_capable(3ossl), ASYNC_stack_alloc_fn(3ossl), ASYNC_stack_free_fn(3ossl), ASYNC_set_mem_functions(3ossl), ASYNC_get_mem_functions(3ossl)
- asynchronous job management functions
- AUDIOSTREAM(3)
- Stores an audiostream. Allegro game programming library
- 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
- Archetype(n)
- base class for all [incr Tk] mega-widgets
- ArrayLabels(3o)
- Array operations
- Ast_helper.Attr(3o)
- Attributes
- Ast_helper.Mb(3o)
- Module bindings
- Ast_helper.Ms(3o)
- Module substitutions
- Ast_helper.Of(3o)
- Object fields
- Ast_helper.Vb(3o)
- Value bindings
- Ast_iterator(3o)
- Ast_iterator.iterator enables AST inspection using open recursion
- Asttypes(3o)
- Auxiliary AST types used by parsetree and typedtree
- Atomic(3o)
- This module provides a purely sequential implementation of the concurrent atomic references provided by the Multicore OCaml standard library:
- Attr_helper(3o)
- Helpers for attributes
- AutoExec(1x)
- functions to be executed by AfterStep on startup/shutdown
- BC(3x), %PC(3x), %UP(3x), %BC(3x), %ospeed(3x), %tgetent(3x), %tgetflag(3x), %tgetnum(3x), %tgetstr(3x), %tgoto(3x), %tputs(3x)
- curses emulation of termcap
- BEGIN(7)
- start a transaction block
- 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_ADDR(3), BIO_ADDR_new(3), BIO_ADDR_clear(3), BIO_ADDR_free(3), BIO_ADDR_rawmake(3), BIO_ADDR_family(3), BIO_ADDR_rawaddress(3), BIO_ADDR_rawport(3), BIO_ADDR_hostname_string(3), BIO_ADDR_service_string(3), BIO_ADDR_path_string(3)
- BIO_ADDR routines
- BIO_ADDR(3ossl), BIO_ADDR_new(3ossl), BIO_ADDR_copy(3ossl), BIO_ADDR_dup(3ossl), BIO_ADDR_clear(3ossl), BIO_ADDR_free(3ossl), BIO_ADDR_rawmake(3ossl), BIO_ADDR_family(3ossl), BIO_ADDR_rawaddress(3ossl), BIO_ADDR_rawport(3ossl), BIO_ADDR_hostname_string(3ossl), BIO_ADDR_service_string(3ossl), BIO_ADDR_path_string(3ossl)
- BIO_ADDR routines
- BIO_ctrl(3), BIO_callback_ctrl(3), BIO_ptr_ctrl(3), BIO_int_ctrl(3), BIO_reset(3), BIO_seek(3), BIO_tell(3), BIO_flush(3), BIO_eof(3), BIO_set_close(3), BIO_get_close(3), BIO_pending(3), BIO_wpending(3), BIO_ctrl_pending(3), BIO_ctrl_wpending(3), BIO_get_info_callback(3), BIO_set_info_callback(3), BIO_info_cb(3), BIO_get_ktls_send(3), BIO_get_ktls_recv(3)
- BIO control operations
- 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_dup_chain(3), BIO_dup_state(3)
- copy a BIO chain
- BIO_f_base64(3)
- base64 BIO filter
- BIO_f_base64(3ossl)
- base64 BIO filter
- BIO_f_cipher(3), BIO_set_cipher(3), BIO_get_cipher_status(3), BIO_get_cipher_ctx(3)
- cipher BIO filter
- BIO_f_cipher(3ossl), BIO_set_cipher(3ossl), BIO_get_cipher_status(3ossl), BIO_get_cipher_ctx(3ossl)
- cipher BIO filter
- BIO_f_md(3), BIO_set_md(3), BIO_get_md(3), BIO_get_md_ctx(3)
- message digest BIO filter
- BIO_f_md(3ossl), BIO_set_md(3ossl), BIO_get_md(3ossl), BIO_get_md_ctx(3ossl)
- message digest BIO filter
- BIO_f_null(3)
- null filter
- BIO_f_null(3ossl)
- null filter
- BIO_f_prefix(3ossl), BIO_set_prefix(3ossl), BIO_set_indent(3ossl), BIO_get_indent(3ossl)
- prefix BIO filter
- BIO_f_readbuffer(3ossl)
- read only buffering BIO that supports BIO_tell() and BIO_seek()
- BIO_find_type(3), BIO_next(3), BIO_method_type(3)
- BIO chain traversal
- BIO_find_type(3ossl), BIO_next(3ossl), BIO_method_type(3ossl)
- BIO chain traversal
- BIO_get_buffer_num_lines(3), BIO_set_read_buffer_size(3), BIO_set_write_buffer_size(3), BIO_set_buffer_size(3), BIO_set_buffer_read_data(3), BIO_f_buffer(3)
- buffering BIO
- BIO_get_buffer_num_lines(3ossl), BIO_set_read_buffer_size(3ossl), BIO_set_write_buffer_size(3ossl), BIO_set_buffer_size(3ossl), BIO_set_buffer_read_data(3ossl), BIO_f_buffer(3ossl)
- buffering BIO
- 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_hostserv_priorities(3), BIO_parse_hostserv(3)
- utility routines to parse a standard host and service string
- BIO_hostserv_priorities(3ossl), BIO_parse_hostserv(3ossl)
- utility routines to parse a standard host and service string
- BIO_lookup_type(3), BIO_ADDRINFO(3), BIO_ADDRINFO_next(3), BIO_ADDRINFO_free(3), BIO_ADDRINFO_family(3), BIO_ADDRINFO_socktype(3), BIO_ADDRINFO_protocol(3), BIO_ADDRINFO_address(3), BIO_lookup_ex(3), BIO_lookup(3)
- BIO_ADDRINFO type and routines
- BIO_lookup_type(3ossl), BIO_ADDRINFO(3ossl), BIO_ADDRINFO_next(3ossl), BIO_ADDRINFO_free(3ossl), BIO_ADDRINFO_family(3ossl), BIO_ADDRINFO_socktype(3ossl), BIO_ADDRINFO_protocol(3ossl), BIO_ADDRINFO_address(3ossl), BIO_lookup_ex(3ossl), BIO_lookup(3ossl)
- BIO_ADDRINFO type and routines
- BIO_new(3), BIO_up_ref(3), BIO_free(3), BIO_vfree(3), BIO_free_all(3)
- BIO allocation and freeing functions
- BIO_new_CMS(3)
- CMS streaming filter BIO
- BIO_new_CMS(3ossl)
- CMS streaming filter BIO
- BIO_new_ex(3ossl), BIO_new(3ossl), BIO_up_ref(3ossl), BIO_free(3ossl), BIO_vfree(3ossl), BIO_free_all(3ossl)
- BIO allocation and freeing functions
- BIO_printf(3), BIO_vprintf(3), BIO_snprintf(3), BIO_vsnprintf(3)
- formatted output to a BIO
- BIO_printf(3ossl), BIO_vprintf(3ossl), BIO_snprintf(3ossl), BIO_vsnprintf(3ossl)
- formatted output to a BIO
- BIO_push(3), BIO_pop(3), BIO_set_next(3)
- add and remove BIOs from a chain
- BIO_push(3ossl), BIO_pop(3ossl), BIO_set_next(3ossl)
- add and remove BIOs from a chain
- BIO_read_ex(3), BIO_write_ex(3), BIO_read(3), BIO_write(3), BIO_gets(3), BIO_puts(3)
- BIO I/O functions
- BIO_read_ex(3ossl), BIO_write_ex(3ossl), BIO_read(3ossl), BIO_write(3ossl), BIO_gets(3ossl), BIO_get_line(3ossl), BIO_puts(3ossl)
- BIO I/O functions
- 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_connect(3ossl), BIO_new_connect(3ossl), BIO_set_conn_hostname(3ossl), BIO_set_conn_port(3ossl), BIO_set_conn_address(3ossl), BIO_set_conn_ip_family(3ossl), BIO_get_conn_hostname(3ossl), BIO_get_conn_port(3ossl), BIO_get_conn_address(3ossl), BIO_get_conn_ip_family(3ossl), BIO_set_nbio(3ossl), BIO_set_sock_type(3ossl), BIO_get_sock_type(3ossl), BIO_get0_dgram_bio(3ossl), BIO_do_connect(3ossl)
- connect BIO
- BIO_s_core(3ossl), BIO_new_from_core_bio(3ossl)
- OSSL_CORE_BIO functions
- BIO_s_datagram(3), BIO_new_dgram(3), BIO_dgram_set_peer(3), BIO_ctrl_dgram_connect(3), BIO_dgram_get_peer(3), BIO_ctrl_set_connected(3), BIO_dgram_recv_timedout(3), BIO_dgram_send_timedout(3), BIO_dgram_non_fatal_error(3)
- datagram socket 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_dgram_pair(3ossl), BIO_new_bio_dgram_pair(3ossl), BIO_dgram_set_no_trunc(3ossl), BIO_dgram_get_no_trunc(3ossl), BIO_dgram_get_effective_caps(3ossl), BIO_dgram_get_caps(3ossl), BIO_dgram_set_caps(3ossl), BIO_dgram_set_mtu(3ossl), BIO_dgram_get_mtu(3ossl), BIO_dgram_set0_local_addr(3ossl)
- datagram pair BIO
- 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_s_file(3), BIO_new_file(3), BIO_new_fp(3), BIO_set_fp(3), BIO_get_fp(3), BIO_read_filename(3), BIO_write_filename(3), BIO_append_filename(3), BIO_rw_filename(3)
- FILE bio
- BIO_s_file(3ossl), BIO_new_file(3ossl), BIO_new_fp(3ossl), BIO_set_fp(3ossl), BIO_get_fp(3ossl), BIO_read_filename(3ossl), BIO_write_filename(3ossl), BIO_append_filename(3ossl), BIO_rw_filename(3ossl)
- FILE bio
- BIO_s_null(3)
- null data sink
- BIO_s_null(3ossl)
- null data sink
- BIO_s_secmem(3), BIO_s_mem(3), BIO_set_mem_eof_return(3), BIO_get_mem_data(3), BIO_set_mem_buf(3), BIO_get_mem_ptr(3), BIO_new_mem_buf(3)
- memory BIO
- BIO_s_secmem(3ossl), BIO_s_dgram_mem(3ossl), BIO_s_mem(3ossl), BIO_set_mem_eof_return(3ossl), BIO_get_mem_data(3ossl), BIO_set_mem_buf(3ossl), BIO_get_mem_ptr(3ossl), BIO_new_mem_buf(3ossl)
- memory BIO
- BIO_s_socket(3), BIO_new_socket(3)
- socket BIO
- BIO_s_socket(3ossl), BIO_new_socket(3ossl)
- socket BIO
- BIO_sendmmsg(3ossl), BIO_recvmmsg(3ossl), BIO_dgram_set_local_addr_enable(3ossl), BIO_dgram_get_local_addr_enable(3ossl), BIO_dgram_get_local_addr_cap(3ossl), BIO_err_is_non_fatal(3ossl)
- send and receive multiple datagrams in a single call
- 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
- BIO_set_conn_address(3), BIO_get_conn_address(3), BIO_s_connect(3), BIO_new_connect(3), BIO_set_conn_hostname(3), BIO_set_conn_port(3), BIO_set_conn_ip_family(3), BIO_get_conn_ip_family(3), BIO_get_conn_hostname(3), BIO_get_conn_port(3), BIO_set_nbio(3), BIO_do_connect(3)
- connect BIO
- BIO_set_data(3), BIO_get_data(3), BIO_set_init(3), BIO_get_init(3), BIO_set_shutdown(3), BIO_get_shutdown(3)
- functions for managing BIO state information
- BIO_set_data(3ossl), BIO_get_data(3ossl), BIO_set_init(3ossl), BIO_get_init(3ossl), BIO_set_shutdown(3ossl), BIO_get_shutdown(3ossl)
- functions for managing BIO state information
- BIO_should_read(3), BIO_should_write(3), BIO_should_io_special(3), BIO_retry_type(3), BIO_should_retry(3), BIO_get_retry_BIO(3), BIO_get_retry_reason(3), BIO_set_retry_reason(3)
- BIO retry functions
- BIO_should_read(3ossl), BIO_should_write(3ossl), BIO_should_io_special(3ossl), BIO_retry_type(3ossl), BIO_should_retry(3ossl), BIO_get_retry_BIO(3ossl), BIO_get_retry_reason(3ossl), BIO_set_retry_reason(3ossl)
- BIO retry functions
- BIO_socket(3), BIO_bind(3), BIO_connect(3), BIO_listen(3), BIO_accept_ex(3), BIO_closesocket(3)
- BIO socket communication setup routines
- BIO_socket(3ossl), BIO_bind(3ossl), BIO_connect(3ossl), BIO_listen(3ossl), BIO_accept_ex(3ossl), BIO_closesocket(3ossl)
- BIO socket communication setup routines
- BIO_socket_wait(3ossl), BIO_wait(3ossl), BIO_do_connect_retry(3ossl)
- BIO connection utility functions
- BITMAP(3)
- Stores the contents of a bitmap. Allegro game programming library
- BLT(n)
- Introduction to the BLT library
- BN_BLINDING_new(3), BN_BLINDING_free(3), BN_BLINDING_update(3), BN_BLINDING_convert(3), BN_BLINDING_invert(3), BN_BLINDING_convert_ex(3), BN_BLINDING_invert_ex(3), BN_BLINDING_is_current_thread(3), BN_BLINDING_set_current_thread(3), BN_BLINDING_lock(3), BN_BLINDING_unlock(3), BN_BLINDING_get_flags(3), BN_BLINDING_set_flags(3), BN_BLINDING_create_param(3)
- blinding related BIGNUM functions
- BN_BLINDING_new(3ossl), BN_BLINDING_free(3ossl), BN_BLINDING_update(3ossl), BN_BLINDING_convert(3ossl), BN_BLINDING_invert(3ossl), BN_BLINDING_convert_ex(3ossl), BN_BLINDING_invert_ex(3ossl), BN_BLINDING_is_current_thread(3ossl), BN_BLINDING_set_current_thread(3ossl), BN_BLINDING_lock(3ossl), BN_BLINDING_unlock(3ossl), BN_BLINDING_get_flags(3ossl), BN_BLINDING_set_flags(3ossl), BN_BLINDING_create_param(3ossl)
- blinding related BIGNUM functions
- BN_CTX_new(3), BN_CTX_secure_new(3), BN_CTX_free(3)
- allocate and free BN_CTX structures
- BN_CTX_new_ex(3ossl), BN_CTX_new(3ossl), BN_CTX_secure_new_ex(3ossl), BN_CTX_secure_new(3ossl), BN_CTX_free(3ossl)
- allocate and free BN_CTX structures
- BN_CTX_start(3), BN_CTX_get(3), BN_CTX_end(3)
- use temporary BIGNUM variables
- BN_CTX_start(3ossl), BN_CTX_get(3ossl), BN_CTX_end(3ossl)
- use temporary BIGNUM variables
- BN_add(3), BN_sub(3), BN_mul(3), BN_sqr(3), BN_div(3), BN_mod(3), BN_nnmod(3), BN_mod_add(3), BN_mod_sub(3), BN_mod_mul(3), BN_mod_sqr(3), BN_mod_sqrt(3), BN_exp(3), BN_mod_exp(3), BN_gcd(3)
- arithmetic operations on BIGNUMs
- BN_add(3ossl), BN_sub(3ossl), BN_mul(3ossl), BN_sqr(3ossl), BN_div(3ossl), BN_mod(3ossl), BN_nnmod(3ossl), BN_mod_add(3ossl), BN_mod_sub(3ossl), BN_mod_mul(3ossl), BN_mod_sqr(3ossl), BN_mod_sqrt(3ossl), BN_exp(3ossl), BN_mod_exp(3ossl), BN_gcd(3ossl)
- arithmetic operations on BIGNUMs
- BN_add_word(3), BN_sub_word(3), BN_mul_word(3), BN_div_word(3), BN_mod_word(3)
- arithmetic functions on BIGNUMs with integers
- BN_add_word(3ossl), BN_sub_word(3ossl), BN_mul_word(3ossl), BN_div_word(3ossl), BN_mod_word(3ossl)
- arithmetic functions on BIGNUMs with integers
- 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
- BN_cmp(3), BN_ucmp(3), BN_is_zero(3), BN_is_one(3), BN_is_word(3), BN_abs_is_word(3), BN_is_odd(3)
- BIGNUM comparison and test functions
- BN_cmp(3ossl), BN_ucmp(3ossl), BN_is_zero(3ossl), BN_is_one(3ossl), BN_is_word(3ossl), BN_abs_is_word(3ossl), BN_is_odd(3ossl), BN_are_coprime(3ossl)
- BIGNUM comparison and test functions
- BN_copy(3), BN_dup(3), BN_with_flags(3)
- copy BIGNUMs
- BN_copy(3ossl), BN_dup(3ossl), BN_with_flags(3ossl)
- copy BIGNUMs
- BN_generate_prime_ex(3), BN_is_prime_ex(3), BN_is_prime_fasttest_ex(3), BN_GENCB_call(3), BN_GENCB_new(3), BN_GENCB_free(3), BN_GENCB_set_old(3), BN_GENCB_set(3), BN_GENCB_get_arg(3), BN_generate_prime(3), BN_is_prime(3), BN_is_prime_fasttest(3)
- generate primes and test for primality
- BN_generate_prime_ex2(3ossl), BN_generate_prime_ex(3ossl), BN_is_prime_ex(3ossl), BN_check_prime(3ossl), BN_is_prime_fasttest_ex(3ossl), BN_GENCB_call(3ossl), BN_GENCB_new(3ossl), BN_GENCB_free(3ossl), BN_GENCB_set_old(3ossl), BN_GENCB_set(3ossl), BN_GENCB_get_arg(3ossl), BN_generate_prime(3ossl), BN_is_prime(3ossl), BN_is_prime_fasttest(3ossl)
- generate primes and test for primality
- BN_kronecker(3)
- Kronecker symbol
- BN_mod_exp_mont(3ossl), BN_mod_exp_mont_consttime(3ossl), BN_mod_exp_mont_consttime_x2(3ossl)
- Montgomery exponentiation
- BN_mod_inverse(3)
- compute inverse modulo n
- BN_mod_inverse(3ossl)
- compute inverse modulo n
- BN_mod_mul_montgomery(3), BN_MONT_CTX_new(3), BN_MONT_CTX_free(3), BN_MONT_CTX_set(3), BN_MONT_CTX_copy(3), BN_from_montgomery(3), BN_to_montgomery(3)
- Montgomery multiplication
- BN_mod_mul_montgomery(3ossl), BN_MONT_CTX_new(3ossl), BN_MONT_CTX_free(3ossl), BN_MONT_CTX_set(3ossl), BN_MONT_CTX_copy(3ossl), BN_from_montgomery(3ossl), BN_to_montgomery(3ossl)
- Montgomery multiplication
- BN_mod_mul_reciprocal(3), BN_div_recp(3), BN_RECP_CTX_new(3), BN_RECP_CTX_free(3), BN_RECP_CTX_set(3)
- modular multiplication using reciprocal
- BN_mod_mul_reciprocal(3ossl), BN_div_recp(3ossl), BN_RECP_CTX_new(3ossl), BN_RECP_CTX_free(3ossl), BN_RECP_CTX_set(3ossl)
- modular multiplication using reciprocal
- BN_new(3), BN_secure_new(3), BN_clear(3), BN_free(3), BN_clear_free(3)
- allocate and free BIGNUMs
- BN_new(3ossl), BN_secure_new(3ossl), BN_clear(3ossl), BN_free(3ossl), BN_clear_free(3ossl)
- allocate and free BIGNUMs
- BN_num_bits(3), BN_num_bytes(3), BN_num_bits_word(3)
- get BIGNUM size
- BN_num_bits(3ossl), BN_num_bytes(3ossl), BN_num_bits_word(3ossl)
- get BIGNUM size
- BN_rand(3), BN_priv_rand(3), BN_pseudo_rand(3), BN_rand_range(3), BN_priv_rand_range(3), BN_pseudo_rand_range(3)
- generate pseudo-random number
- BN_rand_ex(3ossl), BN_rand(3ossl), BN_priv_rand_ex(3ossl), BN_priv_rand(3ossl), BN_pseudo_rand(3ossl), BN_rand_range_ex(3ossl), BN_rand_range(3ossl), BN_priv_rand_range_ex(3ossl), BN_priv_rand_range(3ossl), BN_pseudo_rand_range(3ossl)
- generate pseudo-random number
- BN_security_bits(3)
- returns bits of security based on given numbers
- BN_security_bits(3ossl)
- returns bits of security based on given numbers
- BN_set_bit(3), BN_clear_bit(3), BN_is_bit_set(3), BN_mask_bits(3), BN_lshift(3), BN_lshift1(3), BN_rshift(3), BN_rshift1(3)
- bit operations on BIGNUMs
- BN_set_bit(3ossl), BN_clear_bit(3ossl), BN_is_bit_set(3ossl), BN_mask_bits(3ossl), BN_lshift(3ossl), BN_lshift1(3ossl), BN_rshift(3ossl), BN_rshift1(3ossl)
- bit operations on BIGNUMs
- BN_set_flags(3), BN_get_flags(3)
- enable and inspect flags on BIGNUM objects
- BN_set_negative(3), BN_is_negative(3)
- change and inspect the sign of a BIGNUM
- BN_swap(3)
- exchange BIGNUMs
- BN_swap(3ossl)
- exchange BIGNUMs
- BN_zero(3), BN_one(3), BN_value_one(3), BN_set_word(3), BN_get_word(3)
- BIGNUM assignment operations
- BN_zero(3ossl), BN_one(3ossl), BN_value_one(3ossl), BN_set_word(3ossl), BN_get_word(3ossl)
- BIGNUM assignment operations
- BSb_back_solve(3)
- Backward triangular matrix solution on a block of right hand sides
- BSb_backward(3)
- Backward triangular matrix multiplication on a block of vectors
- BSb_for_solve(3)
- Forward triangular matrix solution on a block of vectors
- BSb_forward(3)
- Forward triangular matrix multiplication on a block of vectors
- BSback_solve(3)
- Backward triangular matrix solution on a single vector
- BSback_solve1(3)
- Backward triangular matrix solution on a single vector
- BSbackward(3)
- Backward triangular matrix multiplication on a single vector
- BSbackward1(3)
- Backward triangular matrix multiplication on a single vector
- BSbjacobi(3)
- Apply the block Jacobi preconditioner
- BScopy_nz(3)
- Copy the nonzero values from one matrix to another
- BScopy_par_mat(3)
- Create of copy of a matrix
- BScreate_ctx(3)
- Create the execution time context for the package
- BSctx_print(3)
- Print out the current state of the context
- BSctx_set_cs(3)
- Set the maximum clique size allowed
- BSctx_set_ct(3)
- Set the type of coloring
- BSctx_set_err(3)
- Set the type of error checking
- BSctx_set_guess(3)
- Set whether to use zero as the initial vector for the iterative method or use the values given in the vector passed to the iterative method
- BSctx_set_id(3)
- Set the processor id
- BSctx_set_is(3)
- Set the maximum i-node size allowed
- BSctx_set_max_it(3)
- Set the maximum number of iterations to be allowed by the iterative solver
- BSctx_set_method(3)
- Set the iterative method to be used
- BSctx_set_np(3)
- Set the number of processors
- BSctx_set_num_rhs(3)
- Set the number of RHSs to be solved for
- BSctx_set_pr(3)
- Set whether information on reordering should be printed
- BSctx_set_pre(3)
- The preconditioner to be used by the iterative solver
- BSctx_set_print_log(3)
- Set whether logging information is printed
- BSctx_set_ps(3)
- Set the processor set
- BSctx_set_restart(3)
- Set the number of vectors stored by GMRES
- BSctx_set_rt(3)
- Set whether information for fast future permutations with the same matrix structure should be kept
- BSctx_set_scaling(3)
- Set whether or not the linear system should solved or not
- BSctx_set_si(3)
- Set whether or not inodes and cliques will be found
- BSctx_set_tol(3)
- Set the relative residual tolerance for the iterative method
- 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
- BSfactor(3)
- Compute the incomplete factor of a matrix
- BSfinalize(3)
- Finalizes BlockSolve and MPI. Prints the log stuff if MLOG was defined
- BSfor_solve(3)
- Forward triangular matrix solution on a single vector
- BSfor_solve1(3)
- Forward triangular matrix solution on a single vector
- BSforward(3)
- Forward triangular matrix multiplication on a single vector
- BSforward1(3)
- Forward triangular matrix multiplication on a single vector
- BSfree_comm(3)
- Free the compiled communication pattern
- BSfree_copy_par_mat(3)
- Free a copy of a sparse matrix (parallel format)
- BSfree_ctx(3)
- Free the context
- BSfree_easymat(3)
- Free a sparse matrix allocated in BSeasy_mat
- BSfree_off_map(3)
- Free an offset mapping
- BSfree_par_mat(3)
- Free a sparse matrix (parallel format)
- BSfree_reperm(3)
- Free the reperm data structure
- BSfree_spmat(3)
- Free a sparse matrix (original format)
- BSfreeg2l(3)
- Free a global to local mapping
- BSfreel2g(3)
- Free a local to global mapping
- BSget_diag(3)
- Retrieve the diagonal of the matrix
- BSglob2loc(3)
- Map global row numbers to local row numbers
- BSglob2proc(3)
- Map global row numbers to processor id's
- BSglobal_flops(3)
- Returns the global number of flops accumulated by BlockSolve
- BSglobal_nnz(3)
- Returns the global number of nonzeros
- BSglobal_num_cliques(3)
- Returns the global number of cliques
- BSglobal_num_inodes(3)
- Returns the global number of i-nodes
- BSinit(3)
- Initializes BlockSolve and MPI. BSinit() calls MPI_Init() if it has not already been called
- BSinv_diag_block(3)
- Invert the dense diagonal blocks of the matrix
- BSloc2glob(3)
- Map local row numbers to global row numbers
- BSlocal_flops(3)
- Returns the number of flops accumulated by BlockSolve
- BSlocal_nnz(3)
- Returns the local number of nonzeros
- BSlocal_num_cliques(3)
- Returns the local number of cliques
- BSlocal_num_inodes(3)
- Returns the local number of i-nodes
- BSmain_perm(3)
- Permute the matrix for efficient parallel execution
- BSmain_reperm(3)
- Permute the sparse matrix using data structures generated by BSmain_perm on the same matrix structure
- BSmake_off_map(3)
- Generate a mapping from global rows to processor id
- BSmat_subtract(3)
- Subtract shift*B from A
- BSnum_colors(3)
- Returns the number of colors
- BSoffset(3)
- Find a consistent global numbering
- BSpar_gmres(3)
- Solve a nonsymmetric system of equations using gmres preconditioned by one of several preconditioners. The rhs can be a block of vectors
- BSpar_isolve(3)
- Solve a symmetric indefinite system of equations using symmlq preconditioned by one of several preconditioners
- BSpar_solve(3)
- General solver of a system of equations preconditioned by one of several preconditioners and using one of several possible methods. The rhs can be a block of vectors
- 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
- BSsave_diag(3)
- Copy the diagonal of A into special storage in A
- BSscale_diag(3)
- Symmetrically scale the matrix by a diagonal matrix
- BSset_diag(3)
- Set the diagonal of A to a constant
- BSset_diagv(3)
- Set the diagonal equal to a vector
- BSset_mat_icc_storage(3)
- Set the matrix storage
- BSset_mat_symmetric(3)
- Set the matrix symmetry
- BSsetup_block(3)
- Change the setup for triangular matrix multiplication to allow for multiple vectors
- BSsetup_factor(3)
- Set up the communication for factorization
- BSsetup_forward(3)
- Set up the communication structure for triangular matrix solution
- BStri_mult(3)
- Multiply the matrix (A - shift*B) by a block of vectors
- BStri_solve(3)
- Multiply the matrix A(-1) by a block of vectors
- BUF_MEM_new(3), BUF_MEM_new_ex(3), BUF_MEM_free(3), BUF_MEM_grow(3), BUF_MEM_grow_clean(3), BUF_reverse(3)
- simple character array structure
- BUF_MEM_new(3ossl), BUF_MEM_new_ex(3ossl), BUF_MEM_free(3ossl), BUF_MEM_grow(3ossl), BUF_MEM_grow_clean(3ossl), BUF_reverse(3ossl)
- simple character array structure
- BUILDINFO(5)
- Makepkg package build information file
- BalloonContents(1x)
- Afterstep BalloonContents
- BambooTracker(1)
- YM2608 (OPNA) tracker
- Banner(1)
- the Banner for Afterstep
- Base(1x)
- essential AfterStep configuration options
- 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
- BermudanSwaption(1)
- Example of using QuantLib
- Bevel(1x)
- Afterstep Bevel
- Bigarray(3o)
- Large, multi-dimensional, numerical arrays
- Bigarray.Array0(3o)
- Zero-dimensional arrays
- Bigarray.Array1(3o)
- One-dimensional arrays
- Bigarray.Array2(3o)
- Two-dimensional arrays
- Bigarray.Array3(3o)
- Three-dimensional arrays
- Bigarray.Genarray(3o)
- no description
- Binutils(3o)
- no description
- BitchX(1)
- The Ultimate IRC Client
- 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_Tree(3)
- Tree data object
- Blt_TreeCreate(3)
- Create tree data object
- Blt_TreeCreateNode(3)
- Creates a node in a tree data object
- Blt_TreeDeleteNode(3)
- Deletes a node and its descendants
- Blt_TreeExists(3)
- Indicates if a tree exists
- Blt_TreeGetNode(3)
- Finds the node from the ID
- Blt_TreeGetToken(3)
- Grabs a token associated with existing tree data object
- Blt_TreeName(3)
- Returns the name of the tree data object
- Blt_TreeNodeId(3)
- Returns the node serial number
- Blt_TreeReleaseToken(3)
- Releases token associated with tree object
- Bonds(1)
- Example of bond pricing
- Bool(3o)
- Boolean values
- Buffer(3o)
- Extensible buffers
- Build_path_prefix_map(3o)
- Rewrite paths for reproducible builds
- Builtin_attributes(3o)
- Support for some of the builtin attributes
- Bytes(3o)
- Byte sequence operations
- BytesLabels(3o)
- Byte sequence operations
- 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
- CDKparamNumber(3), CDKparamNumber CDKparamNumber2 CDKparamString CDKparamString2 CDKparseParams CDKparsePosition CDKparamValue cdk_params(3)
- Cdk command-line parsing
- 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_data_create_ex(3ossl), CMS_data_create(3ossl)
- Create CMS Data object
- CMS_digest_create_ex(3ossl), CMS_digest_create(3ossl)
- Create CMS DigestedData object
- 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
- COLOR_MAP(3)
- Stores a color map to accelerate drawing. Allegro game programming library
- COMMENT(7)
- define or change the comment of an object
- COMPILED_SPRITE(3)
- Stores the contents of a compiled sprite. Allegro game programming library
- COMP_CTX_new(3ossl), COMP_CTX_get_method(3ossl), COMP_CTX_get_type(3ossl), COMP_get_type(3ossl), COMP_get_name(3ossl), COMP_CTX_free(3ossl), COMP_compress_block(3ossl), COMP_expand_block(3ossl), COMP_zlib(3ossl), COMP_zlib_oneshot(3ossl), COMP_brotli(3ossl), COMP_brotli_oneshot(3ossl), COMP_zstd(3ossl), COMP_zstd_oneshot(3ossl), BIO_f_zlib(3ossl), BIO_f_brotli(3ossl), BIO_f_zstd(3ossl)
- Compression support
- COPY(7)
- copy data between a file and a table
- CREATE_DATABASE(7)
- create a new database
- CREATE_FOREIGN_TABLE(7)
- define a new foreign table
- CREATE_GROUP(7)
- define a new database role
- CREATE_POLICY(7)
- define a new row-level security policy for a table
- CREATE_PUBLICATION(7)
- define a new publication
- CREATE_ROLE(7)
- define a new database role
- 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_USER(7)
- define a new database role
- CTLOG_STORE_get0_log_by_id(3)
- Get a Certificate Transparency log from a CTLOG_STORE
- CTLOG_STORE_get0_log_by_id(3ossl)
- Get a Certificate Transparency log from a CTLOG_STORE
- CTLOG_new(3), CTLOG_new_from_base64(3), CTLOG_free(3), CTLOG_get0_name(3), CTLOG_get0_log_id(3), CTLOG_get0_public_key(3)
- encapsulates information about a Certificate Transparency log
- CTLOG_new_ex(3ossl), CTLOG_new(3ossl), CTLOG_new_from_base64(3ossl), CTLOG_new_from_base64_ex(3ossl), CTLOG_free(3ossl), CTLOG_get0_name(3ossl), CTLOG_get0_log_id(3ossl), CTLOG_get0_public_key(3ossl)
- encapsulates information about a Certificate Transparency log
- CURLINFO_CAINFO(3)
- get the default built-in CA certificate path
- CURLINFO_CAPATH(3)
- get the default built-in CA path string
- CURLINFO_CONN_ID(3)
- get the ID of the last connection used by the handle
- CURLINFO_EARLYDATA_SENT_T(3)
- get the number of bytes sent as TLS early data
- CURLINFO_HTTPAUTH_AVAIL(3)
- get available HTTP authentication methods
- CURLINFO_LOCAL_PORT(3)
- get the latest local port number
- CURLINFO_NUM_CONNECTS(3)
- get number of created connections
- CURLINFO_OS_ERRNO(3)
- get errno number from last connect failure
- CURLINFO_POSTTRANSFER_TIME_T(3)
- get the time until the last byte is sent
- CURLINFO_PRIMARY_PORT(3)
- get the latest destination port number
- CURLINFO_PROXYAUTH_AVAIL(3)
- get available HTTP proxy authentication methods
- CURLINFO_REDIRECT_COUNT(3)
- get the number of redirects
- 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
- CURLINFO_STARTTRANSFER_TIME(3)
- get the time until the first byte is received
- CURLINFO_STARTTRANSFER_TIME_T(3)
- get the time until the first byte is received
- CURLMINFO_XFERS_ADDED(3)
- Cumulative number of all easy handles added
- CURLMINFO_XFERS_CURRENT(3)
- Number of easy handles currently added
- CURLMINFO_XFERS_DONE(3)
- Number of finished unprocessed easy handles
- CURLMINFO_XFERS_PENDING(3)
- Number of easy handles waiting to start
- CURLMINFO_XFERS_RUNNING(3)
- Number of easy handles currently running
- CURLMOPT_MAX_HOST_CONNECTIONS(3)
- max number of connections to a single host
- CURLMOPT_MAX_PIPELINE_LENGTH(3)
- maximum number of requests in a pipeline
- CURLMOPT_PIPELINING(3)
- enable HTTP multiplexing
- CURLMOPT_PIPELINING_SERVER_BL(3)
- pipelining server block list
- CURLMOPT_PIPELINING_SITE_BL(3)
- pipelining host block list
- CURLMOPT_PUSHDATA(3)
- pointer to pass to push callback
- CURLMOPT_PUSHFUNCTION(3)
- callback that approves or denies server pushes
- CURLMOPT_SOCKETDATA(3)
- custom pointer passed to the socket callback
- CURLMOPT_SOCKETFUNCTION(3)
- callback informed about what to wait for
- CURLMOPT_TIMERDATA(3)
- custom pointer to pass to timer callback
- CURLMOPT_TIMERFUNCTION(3)
- callback to receive timeout values
- CURLOPT_ABSTRACT_UNIX_SOCKET(3)
- abstract Unix domain socket
- CURLOPT_ACCEPTTIMEOUT_MS(3)
- timeout waiting for FTP server to connect back
- CURLOPT_ALTSVC_CTRL(3)
- control alt-svc behavior
- CURLOPT_BUFFERSIZE(3)
- receive buffer size
- CURLOPT_CAINFO(3)
- path to Certificate Authority (CA) bundle
- CURLOPT_CAINFO_BLOB(3)
- Certificate Authority (CA) bundle in PEM format
- CURLOPT_CHUNK_BGN_FUNCTION(3)
- callback before a transfer with FTP wildcard match
- CURLOPT_CHUNK_DATA(3)
- pointer passed to the FTP chunk callbacks
- CURLOPT_CHUNK_END_FUNCTION(3)
- callback after a transfer with FTP wildcard match
- CURLOPT_CLOSESOCKETDATA(3)
- pointer passed to the socket close callback
- CURLOPT_CLOSESOCKETFUNCTION(3)
- callback to socket close replacement
- CURLOPT_COPYPOSTFIELDS(3)
- have libcurl copy data to POST
- CURLOPT_DEBUGDATA(3)
- pointer passed to the debug callback
- CURLOPT_DEBUGFUNCTION(3)
- debug callback
- CURLOPT_DNS_LOCAL_IP4(3)
- IPv4 address to bind DNS resolves to
- CURLOPT_DNS_LOCAL_IP6(3)
- IPv6 address to bind DNS resolves to
- CURLOPT_DNS_USE_GLOBAL_CACHE(3)
- global DNS cache
- CURLOPT_ERRORBUFFER(3)
- error buffer for error messages
- CURLOPT_FNMATCH_DATA(3)
- pointer passed to the fnmatch callback
- CURLOPT_FNMATCH_FUNCTION(3)
- wildcard match callback
- CURLOPT_FORBID_REUSE(3)
- make connection get closed at once after use
- CURLOPT_FRESH_CONNECT(3)
- force a new connection to be used
- CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS(3)
- timing of connect attempts
- 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_HSTSREADDATA(3)
- pointer passed to the HSTS read callback
- CURLOPT_HSTSREADFUNCTION(3)
- read callback for HSTS hosts
- CURLOPT_HSTSWRITEDATA(3)
- pointer passed to the HSTS write callback
- CURLOPT_HSTSWRITEFUNCTION(3)
- write callback for HSTS hosts
- CURLOPT_HSTS_CTRL(3)
- control HSTS behavior
- CURLOPT_INTERLEAVEDATA(3)
- pointer passed to RTSP interleave callback
- CURLOPT_INTERLEAVEFUNCTION(3)
- callback for RTSP interleaved data
- CURLOPT_IOCTLDATA(3)
- pointer passed to I/O callback
- CURLOPT_IOCTLFUNCTION(3)
- callback for I/O operations
- CURLOPT_ISSUERCERT_BLOB(3)
- issuer SSL certificate from memory blob
- CURLOPT_KRBLEVEL(3)
- FTP kerberos security level
- CURLOPT_LOCALPORT(3)
- local port number to use for socket
- CURLOPT_LOCALPORTRANGE(3)
- number of additional local ports to try
- CURLOPT_LOW_SPEED_LIMIT(3)
- low speed limit in bytes per second
- CURLOPT_MAXREDIRS(3)
- maximum number of redirects allowed
- CURLOPT_NETRC(3)
- enable use of .netrc
- CURLOPT_NOBODY(3)
- do the download request without getting the body
- CURLOPT_NOPROXY(3)
- disable proxy use for specific hosts
- CURLOPT_OPENSOCKETDATA(3)
- pointer passed to open socket callback
- CURLOPT_OPENSOCKETFUNCTION(3)
- callback for opening socket
- CURLOPT_PINNEDPUBLICKEY(3)
- pinned public key
- CURLOPT_PORT(3)
- remote port number to connect to
- CURLOPT_PREQUOTE(3)
- commands to run before an FTP transfer
- CURLOPT_PREREQDATA(3)
- pointer passed to the pre-request callback
- CURLOPT_PREREQFUNCTION(3)
- user callback called when a connection has been established, but before a request has been made
- CURLOPT_PROGRESSDATA(3)
- pointer passed to the progress callback
- CURLOPT_PROGRESSFUNCTION(3)
- progress meter callback
- CURLOPT_PROXYPORT(3)
- port number the proxy listens on
- CURLOPT_PROXY_CAINFO(3)
- path to proxy Certificate Authority (CA) bundle
- CURLOPT_PROXY_CAINFO_BLOB(3)
- proxy Certificate Authority (CA) bundle in PEM format
- CURLOPT_PROXY_ISSUERCERT_BLOB(3)
- proxy issuer SSL certificate from memory blob
- CURLOPT_PROXY_PINNEDPUBLICKEY(3)
- pinned public key for https proxy
- CURLOPT_PROXY_SSLCERT_BLOB(3)
- SSL proxy client certificate from memory blob
- CURLOPT_PROXY_SSLKEY_BLOB(3)
- private key for proxy cert from memory blob
- CURLOPT_PROXY_SSL_OPTIONS(3)
- HTTPS proxy SSL behavior options
- CURLOPT_QUICK_EXIT(3)
- allow libcurl to exit quickly
- CURLOPT_QUOTE(3)
- (S)FTP commands to run before transfer
- CURLOPT_RANGE(3)
- byte range to request
- CURLOPT_READDATA(3)
- pointer passed to the read callback
- CURLOPT_READFUNCTION(3)
- read callback for data uploads
- CURLOPT_RESOLVER_START_DATA(3)
- pointer passed to the resolver start callback
- CURLOPT_RESOLVER_START_FUNCTION(3)
- callback called before a new name resolve is started
- CURLOPT_RTSP_CLIENT_CSEQ(3)
- RTSP client CSEQ number
- CURLOPT_RTSP_SERVER_CSEQ(3)
- RTSP server CSEQ number
- CURLOPT_SEEKDATA(3)
- pointer passed to the seek callback
- CURLOPT_SEEKFUNCTION(3)
- user callback for seeking in input stream
- CURLOPT_SOCKOPTDATA(3)
- pointer to pass to sockopt callback
- CURLOPT_SOCKOPTFUNCTION(3)
- callback for setting socket options
- CURLOPT_SSH_COMPRESSION(3)
- enable SSH compression
- CURLOPT_SSH_HOSTKEYDATA(3)
- pointer to pass to the SSH host key callback
- CURLOPT_SSH_HOSTKEYFUNCTION(3)
- callback to check host key
- CURLOPT_SSH_HOST_PUBLIC_KEY_MD5(3)
- MD5 checksum of SSH server public key
- CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256(3)
- SHA256 hash of SSH server public key
- CURLOPT_SSH_KEYDATA(3)
- pointer passed to the SSH key callback
- CURLOPT_SSH_KEYFUNCTION(3)
- callback for known host matching logic
- CURLOPT_SSH_PUBLIC_KEYFILE(3)
- public key file for SSH auth
- CURLOPT_SSLCERT_BLOB(3)
- SSL client certificate from memory blob
- CURLOPT_SSLKEY_BLOB(3)
- private key for client cert from memory blob
- CURLOPT_SSL_CTX_DATA(3)
- pointer passed to SSL context callback
- CURLOPT_SSL_CTX_FUNCTION(3)
- SSL context callback
- CURLOPT_SSL_ENABLE_ALPN(3)
- Application Layer Protocol Negotiation
- CURLOPT_SSL_ENABLE_NPN(3)
- use NPN
- CURLOPT_SSL_OPTIONS(3)
- SSL behavior options
- CURLOPT_TCP_KEEPALIVE(3)
- TCP keep-alive probing
- CURLOPT_TCP_KEEPCNT(3)
- Maximum number of TCP keep-alive probes
- CURLOPT_TFTP_BLKSIZE(3)
- TFTP block size
- CURLOPT_TRAILERDATA(3)
- pointer passed to trailing headers callback
- CURLOPT_TRAILERFUNCTION(3)
- callback for sending trailing headers
- CURLOPT_TRANSFERTEXT(3)
- request a text based transfer for FTP
- CURLOPT_UPLOAD_BUFFERSIZE(3)
- upload buffer size
- CURLOPT_VERBOSE(3)
- verbose mode
- CURLOPT_WRITEDATA(3)
- pointer passed to the write callback
- CURLOPT_WRITEFUNCTION(3)
- callback for writing received data
- CURLOPT_WS_OPTIONS(3)
- WebSocket behavior options
- CURLOPT_XFERINFODATA(3)
- pointer passed to the progress callback
- CURLOPT_XFERINFOFUNCTION(3)
- progress meter callback
- CURLOPT_XOAUTH2_BEARER(3)
- OAuth 2.0 access token
- CURLSHOPT_LOCKFUNC(3)
- mutex lock callback
- CURLSHOPT_UNLOCKFUNC(3)
- mutex unlock callback
- CURLSHOPT_USERDATA(3)
- pointer passed to the lock and unlock mutex callbacks
- CallableBonds(1)
- Example of callable-bond pricing
- Callback(3o)
- Registering OCaml values with the C runtime
- 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
- CamlinternalOO(3o)
- Run-time support for objects and classes
- Ccomp(3o)
- Compiling C files and building C libraries
- Class.nx(3), nx::Class(3)
- API reference of the base-metaclass of the NX objectsystem
- 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
- Compiler_libs(3o)
- Warning This library is part of the internal OCaml compiler API, and is not the language standard library
- Complex(3o)
- Complex numbers
- Condition(3o)
- Condition variables to synchronize between threads
- Consistbl(3o)
- Consistency tables: for checking consistency of module CRCs
- Consistbl.Make(3o)
- no description
- ConvertibleBonds(1)
- Example of using QuantLib to value convertible bonds
- CreateInterface(1)
- Create a Java Interface definition from DBus introspection data
- Cutelyst4Qt6CSRFProtection(5)
- Configuration of the CSRFProtection Plugin for the Cutelyst Web Framework
- Cutelyst4Qt6LangSelect(5)
- Configuration of the LangSelect Plugin for the Cutelyst Web Framework
- Cutelyst4Qt6Session(5)
- Configuration of the Session Plugin for the Cutelyst Web Framework
- DAT_ID(3)
- Makes an ID value from four letters. Allegro game programming library
- DBE(3)
- Double Buffer Extension
- DBusCall(1)
- Calls methods on DBus
- DBusDaemon(1)
- Runs a D-Bus Daemon
- DBusViewer(1)
- Show connections to the Bus and introspect on them
- DC_CTX_new(2), DC_CTX_free(2), DC_CTX_add_session(2), DC_CTX_remove_session(2), DC_CTX_get_session(2), DC_CTX_reget_session(2), DC_CTX_has_session(2)
- distcache blocking client API
- DC_PLUG_new(2), DC_PLUG_free(2), DC_PLUG_to_select(2), DC_PLUG_io(2)
- basic DC_PLUG functions
- DC_PLUG_read(2), DC_PLUG_consume(2), DC_PLUG_write(2), DC_PLUG_write_more(2), DC_PLUG_commit(2), DC_PLUG_rollback(2)
- DC_PLUG read/write functions
- 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
- 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_parameters_ex(3), DH_generate_parameters(3), DH_check(3), DH_check_params(3), DH_check_ex(3), DH_check_params_ex(3), DH_check_pub_key_ex(3)
- generate and check Diffie-Hellman parameters
- DH_generate_parameters_ex(3ossl), DH_generate_parameters(3ossl), DH_check(3ossl), DH_check_params(3ossl), DH_check_ex(3ossl), DH_check_params_ex(3ossl), DH_check_pub_key_ex(3ossl)
- generate and check Diffie-Hellman parameters
- DH_get0_pqg(3), DH_set0_pqg(3), DH_get0_key(3), DH_set0_key(3), DH_get0_p(3), DH_get0_q(3), DH_get0_g(3), DH_get0_priv_key(3), DH_get0_pub_key(3), DH_clear_flags(3), DH_test_flags(3), DH_set_flags(3), DH_get0_engine(3), DH_get_length(3), DH_set_length(3)
- Routines for getting and setting data in a DH object
- DH_get0_pqg(3ossl), DH_set0_pqg(3ossl), DH_get0_key(3ossl), DH_set0_key(3ossl), DH_get0_p(3ossl), DH_get0_q(3ossl), DH_get0_g(3ossl), DH_get0_priv_key(3ossl), DH_get0_pub_key(3ossl), DH_clear_flags(3ossl), DH_test_flags(3ossl), DH_set_flags(3ossl), DH_get0_engine(3ossl), DH_get_length(3ossl), DH_set_length(3ossl)
- Routines for getting and setting data in a DH object
- DH_get_1024_160(3), DH_get_2048_224(3), DH_get_2048_256(3), BN_get0_nist_prime_192(3), BN_get0_nist_prime_224(3), BN_get0_nist_prime_256(3), BN_get0_nist_prime_384(3), BN_get0_nist_prime_521(3), BN_get_rfc2409_prime_768(3), BN_get_rfc2409_prime_1024(3), BN_get_rfc3526_prime_1536(3), BN_get_rfc3526_prime_2048(3), BN_get_rfc3526_prime_3072(3), BN_get_rfc3526_prime_4096(3), BN_get_rfc3526_prime_6144(3), BN_get_rfc3526_prime_8192(3)
- Create standardized public primes or DH pairs
- DH_get_1024_160(3ossl), DH_get_2048_224(3ossl), DH_get_2048_256(3ossl), BN_get0_nist_prime_192(3ossl), BN_get0_nist_prime_224(3ossl), BN_get0_nist_prime_256(3ossl), BN_get0_nist_prime_384(3ossl), BN_get0_nist_prime_521(3ossl), BN_get_rfc2409_prime_768(3ossl), BN_get_rfc2409_prime_1024(3ossl), BN_get_rfc3526_prime_1536(3ossl), BN_get_rfc3526_prime_2048(3ossl), BN_get_rfc3526_prime_3072(3ossl), BN_get_rfc3526_prime_4096(3ossl), BN_get_rfc3526_prime_6144(3ossl), BN_get_rfc3526_prime_8192(3ossl)
- Create standardized public primes or DH pairs
- DH_meth_new(3), DH_meth_free(3), DH_meth_dup(3), DH_meth_get0_name(3), DH_meth_set1_name(3), DH_meth_get_flags(3), DH_meth_set_flags(3), DH_meth_get0_app_data(3), DH_meth_set0_app_data(3), DH_meth_get_generate_key(3), DH_meth_set_generate_key(3), DH_meth_get_compute_key(3), DH_meth_set_compute_key(3), DH_meth_get_bn_mod_exp(3), DH_meth_set_bn_mod_exp(3), DH_meth_get_init(3), DH_meth_set_init(3), DH_meth_get_finish(3), DH_meth_set_finish(3), DH_meth_get_generate_params(3), DH_meth_set_generate_params(3)
- Routines to build up DH methods
- DH_meth_new(3ossl), DH_meth_free(3ossl), DH_meth_dup(3ossl), DH_meth_get0_name(3ossl), DH_meth_set1_name(3ossl), DH_meth_get_flags(3ossl), DH_meth_set_flags(3ossl), DH_meth_get0_app_data(3ossl), DH_meth_set0_app_data(3ossl), DH_meth_get_generate_key(3ossl), DH_meth_set_generate_key(3ossl), DH_meth_get_compute_key(3ossl), DH_meth_set_compute_key(3ossl), DH_meth_get_bn_mod_exp(3ossl), DH_meth_set_bn_mod_exp(3ossl), DH_meth_get_init(3ossl), DH_meth_set_init(3ossl), DH_meth_get_finish(3ossl), DH_meth_set_finish(3ossl), DH_meth_get_generate_params(3ossl), DH_meth_set_generate_params(3ossl)
- Routines to build up DH methods
- DH_new(3), DH_free(3)
- allocate and free DH objects
- DH_new(3ossl), DH_free(3ossl)
- allocate and free DH objects
- DH_new_by_nid(3), DH_get_nid(3)
- get or find DH named parameters
- DH_new_by_nid(3ossl), DH_get_nid(3ossl)
- create or get DH named parameters
- DH_size(3), DH_bits(3), DH_security_bits(3)
- get Diffie-Hellman prime size and security bits
- DH_size(3ossl), DH_bits(3ossl), DH_security_bits(3ossl)
- get Diffie-Hellman prime size and security bits
- DI(3)
- verify assertions in C and C++ code using gdb(1)
- DIALOG(3)
- Stores a GUI description. Allegro game programming library
- DIALOG_PLAYER(3)
- Stores GUI data internally used by Allegro
- DL(3)
- generate logging messages in C and C++ using a debugger
- DO(7)
- execute an anonymous code block
- DPGEN_ADSB2F(3)
- Adder/Substractor Macro-Generator
- DPGEN_BUFF(3)
- Buffer Macro-Generator
- DPGEN_BUSE(3)
- tristate Macro-Generator
- DPGEN_NAND2MASK(3)
- Programmable Mask Macro-Generator
- DPGEN_NBUSE(3)
- Tristate Macro-Generator
- DPGEN_NOR2MASK(3)
- Programmable Mask Macro-Generator
- DPGEN_XNOR2MASK(3)
- Programmable Mask Macro-Generator
- DPMSCapable(3)
- returns the DPMS capability of the X server
- DPMSDisable(3)
- disables DPMS on the specified display
- DPMSEnable(3)
- enables DPMS on the specified display
- DPMSForceLevel(3)
- forces a DPMS capable display into the specified power level
- DPMSGetTimeouts(3)
- retrieves the timeout values used by the X server for DPMS timings
- DPMSGetVersion(3)
- returns the version of the DPMS extension implemented by the X server
- DPMSInfo(3)
- returns information about the current DPMS state
- DPMSQueryExtension(3)
- queries the X server to determine the availability of the DPMS Extension
- DPMSSetTimeouts(3)
- permits applications to set the timeout values used by the X server for DPMS timings
- DROP_DATABASE(7)
- remove a database
- DROP_FOREIGN_TABLE(7)
- remove a foreign table
- DROP_GROUP(7)
- remove a database role
- DROP_OWNED(7)
- remove database objects owned by a database role
- DROP_POLICY(7)
- remove a row-level security policy from a table
- DROP_PUBLICATION(7)
- remove a publication
- DROP_ROLE(7)
- remove a database role
- DROP_SUBSCRIPTION(7)
- remove a subscription
- DROP_TABLE(7)
- remove a table
- DROP_TABLESPACE(7)
- remove a tablespace
- DROP_USER(7)
- remove a database role
- DS1821(3)
- Programmable Digital Thermostat and Thermometer
- DS1825(3)
- Programmable Resolution 1-Wire Digital Thermometer with ID MAX31826 - Digital Temperature Sensor with 1Kb Lockable EEPROM MAX31850 MAX31851 - Cold-Junction Compensated Thermocouple
- DS18B20(3)
- Programmable Resolution 1-Wire Digital Thermometer MAX31820 - Ambient Temperature Sensor
- DS18S20(3)
- High-Precision 1-Wire Digital Thermometer DS1920 - iButton version of the thermometer
- DS1921(3)
- Thermochron temperature logging iButton
- DS1963L(3)
- 256 byte Monetary iButton
- DS1963S(3)
- 256 byte Monetary iButton with SHA-1
- DS1977(3)
- Password Protected 32kbit Memory iButton
- DS1991(3)
- 1152bit MultiKey iButton
- DS1992(3)
- 1kbit Memory iButton
- DS1993(3)
- 4kbit Memory iButton
- DS1995(3)
- 16kbit Memory iButton
- DS1996(3)
- 64kbit Memory iButton
- DS2401(3)
- Silicon Serial Number DS1990A - Serial Number iButton [.]XXXXXXXXXXXX[XX][/[ '" '" Copyright (c) 2003-2004 Paul H Alfille, MD '" (paul.alfille@gmail.com) '" '" Program manual page for the OWFS -- 1-wire filesystem package '" Based on Dallas Semiconductor, Inc's datasheets, and trial and error. '" '" Free for all use. No warranty. None. Use at your own risk. '" address | crc8 | id | locator | r_address | r_id | r_locator | type ]]
- DS2404(3)
- EconoRAM time chip DS2404S - Dual port memory plus time DS1994 - 4k plus time iButton DS1427 - Time iButton
- DS2405(3)
- Addressable Switch
- DS2406(3), DS2407(3)
- Dual Addressable Switch with 1kbit Memory, Hidable Dual Addressable Switch with 1kbit Memory
- DS2408(3)
- 1-Wire 8 Channel Addressable Switch
- DS2413(3)
- Dual Channel Addressable Switch
- DS2415(3), DS1904(3), DS2417(3)
- 1-Wire Time Chip, RTC (real time clock) iButton, 1-Wire Time Chip with Interrupt
- DS2423(3)
- 4kbit 1-Wire RAM with Counter
- DS2430A(3), DS1971(3)
- 256-bit 1-wire EEPROM, 256-bit EEPROM ibutton
- DS2431(3)
- EEPROM (1 kBit)
- DS2433(3)
- EEPROM (4 kBit)
- DS2436(3)
- Battery ID/Monitor Chip
- DS2437(3)
- Smart Battery Monitor
- DS2438(3)
- Smart Battery Monitor
- 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)
- DS2505(3), DS2505-UNW(3)
- Add-Only Memory (16 kBit), UniqueWare Add-Only Memory (16 kBit) DS1985, DS1985U - Add-Only iButton (16 kBit), UniqueWare iButton (16 kBit)
- DS2506(3), DS2506-UNW(3)
- Add-Only Memory (64 kBit), UniqueWare Add-Only Memory (64 kBit) DS1986, DS1986U - Add-Only iButton (64 kBit), UniqueWare iButton (64 kBit)
- DS2720(3)
- Efficient Addressable Single-cell Rechargeable Lithium Protection IC
- DS2740(3)
- High-Precision Coulomb Counter
- DS2751(3)
- Multichemistry Battery Fuel Gauge
- DS2755(3), DS2756(3)
- Multichemistry Battery Fuel Gauge
- DS2760(3), DS2761(3), DS2762(3)
- High-Precision Li+ Battery Monitor
- DS2770(3)
- Battery Monitor and Charge Controller
- DS28E04(3)
- 1-Wire EEPROM chip (4096-bit) with seven address inputs
- DS28EC20(3)
- EEPROM (20 kBit)
- DSA_SIG_get0(3), DSA_SIG_set0(3), DSA_SIG_new(3), DSA_SIG_free(3)
- allocate and free DSA signature objects
- DSA_SIG_get0(3ossl), DSA_SIG_set0(3ossl), DSA_SIG_new(3ossl), DSA_SIG_free(3ossl)
- allocate and free DSA signature objects
- DSA_get0_pqg(3), DSA_set0_pqg(3), DSA_get0_key(3), DSA_set0_key(3), DSA_get0_p(3), DSA_get0_q(3), DSA_get0_g(3), DSA_get0_pub_key(3), DSA_get0_priv_key(3), DSA_clear_flags(3), DSA_test_flags(3), DSA_set_flags(3), DSA_get0_engine(3)
- Routines for getting and setting data in a DSA object
- DSA_get0_pqg(3ossl), DSA_set0_pqg(3ossl), DSA_get0_key(3ossl), DSA_set0_key(3ossl), DSA_get0_p(3ossl), DSA_get0_q(3ossl), DSA_get0_g(3ossl), DSA_get0_pub_key(3ossl), DSA_get0_priv_key(3ossl), DSA_clear_flags(3ossl), DSA_test_flags(3ossl), DSA_set_flags(3ossl), DSA_get0_engine(3ossl)
- Routines for getting and setting data in a DSA object
- DSA_meth_new(3), DSA_meth_free(3), DSA_meth_dup(3), DSA_meth_get0_name(3), DSA_meth_set1_name(3), DSA_meth_get_flags(3), DSA_meth_set_flags(3), DSA_meth_get0_app_data(3), DSA_meth_set0_app_data(3), DSA_meth_get_sign(3), DSA_meth_set_sign(3), DSA_meth_get_sign_setup(3), DSA_meth_set_sign_setup(3), DSA_meth_get_verify(3), DSA_meth_set_verify(3), DSA_meth_get_mod_exp(3), DSA_meth_set_mod_exp(3), DSA_meth_get_bn_mod_exp(3), DSA_meth_set_bn_mod_exp(3), DSA_meth_get_init(3), DSA_meth_set_init(3), DSA_meth_get_finish(3), DSA_meth_set_finish(3), DSA_meth_get_paramgen(3), DSA_meth_set_paramgen(3), DSA_meth_get_keygen(3), DSA_meth_set_keygen(3)
- Routines to build up DSA methods
- DSA_meth_new(3ossl), DSA_meth_free(3ossl), DSA_meth_dup(3ossl), DSA_meth_get0_name(3ossl), DSA_meth_set1_name(3ossl), DSA_meth_get_flags(3ossl), DSA_meth_set_flags(3ossl), DSA_meth_get0_app_data(3ossl), DSA_meth_set0_app_data(3ossl), DSA_meth_get_sign(3ossl), DSA_meth_set_sign(3ossl), DSA_meth_get_sign_setup(3ossl), DSA_meth_set_sign_setup(3ossl), DSA_meth_get_verify(3ossl), DSA_meth_set_verify(3ossl), DSA_meth_get_mod_exp(3ossl), DSA_meth_set_mod_exp(3ossl), DSA_meth_get_bn_mod_exp(3ossl), DSA_meth_set_bn_mod_exp(3ossl), DSA_meth_get_init(3ossl), DSA_meth_set_init(3ossl), DSA_meth_get_finish(3ossl), DSA_meth_set_finish(3ossl), DSA_meth_get_paramgen(3ossl), DSA_meth_set_paramgen(3ossl), DSA_meth_get_keygen(3ossl), DSA_meth_set_keygen(3ossl)
- Routines to build up DSA methods
- DSA_new(3), DSA_free(3)
- allocate and free DSA objects
- DSA_new(3ossl), DSA_free(3ossl)
- allocate and free DSA objects
- DSA_size(3), DSA_bits(3), DSA_security_bits(3)
- get DSA signature size, key bits or security bits
- DSA_size(3ossl), DSA_bits(3ossl), DSA_security_bits(3ossl)
- get DSA signature size, key bits or security bits
- 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
- DTLS_timer_cb(3), DTLS_set_timer_cb(3)
- Set callback for controlling DTLS timer duration
- DTLS_timer_cb(3ossl), DTLS_set_timer_cb(3ossl)
- Set callback for controlling DTLS timer duration
- DTLSv1_get_timeout(3ossl)
- determine when a DTLS or QUIC SSL object next needs a timeout event to be handled
- DTLSv1_handle_timeout(3ossl)
- handle a pending timeout event for a DTLS or QUIC SSL object
- 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_with_keys(3o)
- When diffing lists where each element has a distinct key, we can refine the diffing patch by introducing two composite edit moves: swaps and moves
- DiscreteHedging(1)
- Example of using QuantLib
- DisplayOfCCC(3), VisualOfCCC(3), ScreenNumberOfCCC(3), ScreenWhitePointOfCCC(3), ClientWhitePointOfCCC(3)
- Color Conversion Context macros
- Dpkg(3perl)
- module with core variables
- Dpkg::Build::Env(3perl)
- track build environment
- Dpkg::Build::Info(3perl)
- handle build information
- Dpkg::Build::Types(3perl)
- track build types
- Dpkg::BuildFlags(3perl)
- query build flags
- Dpkg::BuildOptions(3perl)
- parse and update build options
- Dpkg::BuildProfiles(3perl)
- handle build profiles
- Dpkg::Changelog(3perl)
- base class to implement a changelog parser
- Dpkg::Changelog::Debian(3perl)
- parse Debian changelogs
- Dpkg::Changelog::Entry::Debian(3perl)
- represents a Debian changelog entry
- Dpkg::Compression(3perl)
- simple database of available compression methods
- Dpkg::Compression::FileHandle(3perl)
- object dealing transparently with file compression
- Dpkg::Control::Changelog(3perl)
- represent info fields output by dpkg-parsechangelog
- Dpkg::Control::Hash(3perl)
- parse and manipulate a block of RFC822-like fields
- Dpkg::Control::HashCore(3perl)
- parse and manipulate a block of RFC822-like fields
- 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::Multiple(3perl)
- base module to represent multiple dependencies
- Dpkg::Interface::Storable(3perl)
- common methods related to object serialization
- Dpkg::Source::Format(3perl)
- manipulate debian/source/format files
- Dpkg::Source::Package(3perl)
- manipulate Debian source packages
- Dpkg::Substvars(3perl)
- handle variable substitution in strings
- Dpkg::Vendor::Debian(3perl)
- Debian vendor object
- Dpkg::Vendor::Default(3perl)
- default vendor object
- Dpkg::Vendor::Ubuntu(3perl)
- Ubuntu vendor object
- Dpkg::Version(3perl)
- handling and comparing dpkg-style version numbers
- 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
- EC_GFp_simple_method(3), EC_GFp_mont_method(3), EC_GFp_nist_method(3), EC_GFp_nistp224_method(3), EC_GFp_nistp256_method(3), EC_GFp_nistp521_method(3), EC_GF2m_simple_method(3), EC_METHOD_get_field_type(3)
- Functions for obtaining EC_METHOD objects
- EC_GFp_simple_method(3ossl), EC_GFp_mont_method(3ossl), EC_GFp_nist_method(3ossl), EC_GFp_nistp224_method(3ossl), EC_GFp_nistp256_method(3ossl), EC_GFp_nistp521_method(3ossl), EC_GF2m_simple_method(3ossl), EC_METHOD_get_field_type(3ossl)
- Functions for obtaining EC_METHOD objects
- 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_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_add(3), EC_POINT_dbl(3), EC_POINT_invert(3), EC_POINT_is_at_infinity(3), EC_POINT_is_on_curve(3), EC_POINT_cmp(3), EC_POINT_make_affine(3), EC_POINTs_make_affine(3), EC_POINTs_mul(3), EC_POINT_mul(3), EC_GROUP_precompute_mult(3), EC_GROUP_have_precompute_mult(3)
- Functions for performing mathematical operations and tests on EC_POINT objects
- EC_POINT_add(3ossl), EC_POINT_dbl(3ossl), EC_POINT_invert(3ossl), EC_POINT_is_at_infinity(3ossl), EC_POINT_is_on_curve(3ossl), EC_POINT_cmp(3ossl), EC_POINT_make_affine(3ossl), EC_POINTs_make_affine(3ossl), EC_POINTs_mul(3ossl), EC_POINT_mul(3ossl), EC_GROUP_precompute_mult(3ossl), EC_GROUP_have_precompute_mult(3ossl)
- Functions for performing mathematical operations and tests on EC_POINT 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
- END_OF_MAIN(3)
- Macro to put after your main() function. 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_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_asprintf_error_data(3)
- record a LibreSSL error using a formatted string
- ERR_error_string(3), ERR_error_string_n(3), ERR_lib_error_string(3), ERR_func_error_string(3), ERR_reason_error_string(3)
- obtain human-readable error message
- ERR_error_string(3ossl), ERR_error_string_n(3ossl), ERR_lib_error_string(3ossl), ERR_func_error_string(3ossl), ERR_reason_error_string(3ossl)
- obtain human-readable error message
- 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_load_strings(3), ERR_PACK(3), ERR_get_next_error_library(3)
- load arbitrary error strings
- ERR_load_strings(3ossl), ERR_PACK(3ossl), ERR_get_next_error_library(3ossl)
- load arbitrary error strings
- ERR_new(3ossl), ERR_set_debug(3ossl), ERR_set_error(3ossl), ERR_vset_error(3ossl)
- Error recording building blocks
- ERR_print_errors(3), ERR_print_errors_fp(3), ERR_print_errors_cb(3)
- print error messages
- ERR_print_errors(3ossl), ERR_print_errors_fp(3ossl), ERR_print_errors_cb(3ossl)
- print error messages
- ERR_raise(3ossl), ERR_raise_data(3ossl), ERR_put_error(3ossl), ERR_add_error_data(3ossl), ERR_add_error_vdata(3ossl), ERR_add_error_txt(3ossl), ERR_add_error_mem_bio(3ossl)
- record an error
- 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_BytesToKey(3)
- password based encryption routine
- EVP_BytesToKey(3ossl)
- password based encryption routine
- EVP_CIPHER-BLOWFISH(7ossl)
- The BLOBFISH EVP_CIPHER implementations
- EVP_CIPHER_CTX_get_cipher_data(3), EVP_CIPHER_CTX_set_cipher_data(3)
- Routines to inspect and modify EVP_CIPHER_CTX objects
- EVP_CIPHER_CTX_get_cipher_data(3ossl), EVP_CIPHER_CTX_set_cipher_data(3ossl)
- Routines to inspect and modify EVP_CIPHER_CTX objects
- EVP_CIPHER_CTX_init(3), EVP_CIPHER_CTX_cleanup(3), EVP_Cipher(3)
- obsolete EVP cipher functions
- 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_do_all(3), EVP_CIPHER_do_all_sorted(3), EVP_MD_do_all(3), EVP_MD_do_all_sorted(3), OBJ_NAME_do_all(3), OBJ_NAME_do_all_sorted(3)
- iterate over lookup tables for ciphers and digests
- 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_CIPHER_meth_new(3), EVP_CIPHER_meth_dup(3), EVP_CIPHER_meth_free(3), EVP_CIPHER_meth_set_iv_length(3), EVP_CIPHER_meth_set_flags(3), EVP_CIPHER_meth_set_impl_ctx_size(3), EVP_CIPHER_meth_set_init(3), EVP_CIPHER_meth_set_do_cipher(3), EVP_CIPHER_meth_set_cleanup(3), EVP_CIPHER_meth_set_set_asn1_params(3), EVP_CIPHER_meth_set_get_asn1_params(3), EVP_CIPHER_meth_set_ctrl(3), EVP_CIPHER_meth_get_init(3), EVP_CIPHER_meth_get_do_cipher(3), EVP_CIPHER_meth_get_cleanup(3), EVP_CIPHER_meth_get_set_asn1_params(3), EVP_CIPHER_meth_get_get_asn1_params(3), EVP_CIPHER_meth_get_ctrl(3)
- Routines to build up EVP_CIPHER methods
- EVP_CIPHER_meth_new(3ossl), EVP_CIPHER_meth_dup(3ossl), EVP_CIPHER_meth_free(3ossl), EVP_CIPHER_meth_set_iv_length(3ossl), EVP_CIPHER_meth_set_flags(3ossl), EVP_CIPHER_meth_set_impl_ctx_size(3ossl), EVP_CIPHER_meth_set_init(3ossl), EVP_CIPHER_meth_set_do_cipher(3ossl), EVP_CIPHER_meth_set_cleanup(3ossl), EVP_CIPHER_meth_set_set_asn1_params(3ossl), EVP_CIPHER_meth_set_get_asn1_params(3ossl), EVP_CIPHER_meth_set_ctrl(3ossl), EVP_CIPHER_meth_get_init(3ossl), EVP_CIPHER_meth_get_do_cipher(3ossl), EVP_CIPHER_meth_get_cleanup(3ossl), EVP_CIPHER_meth_get_set_asn1_params(3ossl), EVP_CIPHER_meth_get_get_asn1_params(3ossl), EVP_CIPHER_meth_get_ctrl(3ossl)
- Routines to build up EVP_CIPHER methods
- 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_set_SKEY(3ossl), EVP_KDF_derive_SKEY(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_KDF-KB(7ossl)
- The Key-Based EVP_KDF implementation
- EVP_KDF-KRB5KDF(7ossl)
- The RFC3961 Krb5 KDF EVP_KDF implementation
- EVP_KDF-PBKDF1(7ossl)
- The PBKDF1 EVP_KDF implementation
- EVP_KDF-PBKDF2(7ossl)
- The PBKDF2 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_MAC-BLAKE2(7ossl), EVP_MAC-BLAKE2BMAC(7ossl), EVP_MAC-BLAKE2SMAC(7ossl)
- The BLAKE2 EVP_MAC implementations
- EVP_MD-BLAKE2(7ossl)
- The BLAKE2 EVP_MD implementation
- 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_flags(3), EVP_MD_CTX_clear_flags(3), EVP_MD_CTX_test_flags(3), EVP_Digest(3), EVP_DigestInit_ex(3), EVP_DigestInit(3), EVP_DigestUpdate(3), EVP_DigestFinal_ex(3), EVP_DigestFinalXOF(3), EVP_DigestFinal(3), EVP_MD_type(3), EVP_MD_pkey_type(3), EVP_MD_size(3), EVP_MD_block_size(3), EVP_MD_flags(3), EVP_MD_CTX_md(3), EVP_MD_CTX_type(3), EVP_MD_CTX_size(3), EVP_MD_CTX_block_size(3), EVP_MD_CTX_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_pkey_ctx(3), EVP_MD_CTX_set_pkey_ctx(3)
- EVP digest 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_MD_meth_dup(3), EVP_MD_meth_new(3), EVP_MD_meth_free(3), EVP_MD_meth_set_input_blocksize(3), EVP_MD_meth_set_result_size(3), EVP_MD_meth_set_app_datasize(3), EVP_MD_meth_set_flags(3), EVP_MD_meth_set_init(3), EVP_MD_meth_set_update(3), EVP_MD_meth_set_final(3), EVP_MD_meth_set_copy(3), EVP_MD_meth_set_cleanup(3), EVP_MD_meth_set_ctrl(3), EVP_MD_meth_get_input_blocksize(3), EVP_MD_meth_get_result_size(3), EVP_MD_meth_get_app_datasize(3), EVP_MD_meth_get_flags(3), EVP_MD_meth_get_init(3), EVP_MD_meth_get_update(3), EVP_MD_meth_get_final(3), EVP_MD_meth_get_copy(3), EVP_MD_meth_get_cleanup(3), EVP_MD_meth_get_ctrl(3)
- Routines to build up EVP_MD methods
- EVP_MD_meth_new(3ossl), EVP_MD_meth_dup(3ossl), EVP_MD_meth_free(3ossl), EVP_MD_meth_set_input_blocksize(3ossl), EVP_MD_meth_set_result_size(3ossl), EVP_MD_meth_set_app_datasize(3ossl), EVP_MD_meth_set_flags(3ossl), EVP_MD_meth_set_init(3ossl), EVP_MD_meth_set_update(3ossl), EVP_MD_meth_set_final(3ossl), EVP_MD_meth_set_copy(3ossl), EVP_MD_meth_set_cleanup(3ossl), EVP_MD_meth_set_ctrl(3ossl), EVP_MD_meth_get_input_blocksize(3ossl), EVP_MD_meth_get_result_size(3ossl), EVP_MD_meth_get_app_datasize(3ossl), EVP_MD_meth_get_flags(3ossl), EVP_MD_meth_get_init(3ossl), EVP_MD_meth_get_update(3ossl), EVP_MD_meth_get_final(3ossl), EVP_MD_meth_get_copy(3ossl), EVP_MD_meth_get_cleanup(3ossl), EVP_MD_meth_get_ctrl(3ossl)
- Routines to build up legacy EVP_MD methods
- EVP_MD_nid(3), EVP_MD_type(3), EVP_MD_CTX_type(3), EVP_MD_name(3), EVP_MD_size(3), EVP_MD_CTX_size(3), EVP_MD_block_size(3), EVP_MD_CTX_block_size(3), EVP_MD_flags(3), EVP_MD_pkey_type(3)
- inspect EVP_MD objects
- EVP_PBE_CipherInit(3ossl), EVP_PBE_CipherInit_ex(3ossl), EVP_PBE_find(3ossl), EVP_PBE_find_ex(3ossl), EVP_PBE_alg_add_type(3ossl), EVP_PBE_alg_add(3ossl)
- Password based encryption routines
- EVP_PKCS82PKEY(3), EVP_PKEY2PKCS8(3)
- convert between EVP_PKEY and PKCS#8 PrivateKeyInfo
- EVP_PKEY(3ossl), EVP_PKEY_new(3ossl), EVP_PKEY_up_ref(3ossl), EVP_PKEY_dup(3ossl), EVP_PKEY_free(3ossl), EVP_PKEY_new_raw_private_key_ex(3ossl), EVP_PKEY_new_raw_private_key(3ossl), EVP_PKEY_new_raw_public_key_ex(3ossl), EVP_PKEY_new_raw_public_key(3ossl), EVP_PKEY_new_CMAC_key(3ossl), EVP_PKEY_new_mac_key(3ossl), EVP_PKEY_get_raw_private_key(3ossl), EVP_PKEY_get_raw_public_key(3ossl)
- public/private key allocation and raw key handling functions
- EVP_PKEY_ASN1_METHOD(3), EVP_PKEY_asn1_new(3), EVP_PKEY_asn1_copy(3), EVP_PKEY_asn1_free(3), EVP_PKEY_asn1_add0(3), EVP_PKEY_asn1_add_alias(3), EVP_PKEY_asn1_set_public(3), EVP_PKEY_asn1_set_private(3), EVP_PKEY_asn1_set_param(3), EVP_PKEY_asn1_set_free(3), EVP_PKEY_asn1_set_ctrl(3), EVP_PKEY_asn1_set_item(3), EVP_PKEY_asn1_set_siginf(3), EVP_PKEY_asn1_set_check(3), EVP_PKEY_asn1_set_public_check(3), EVP_PKEY_asn1_set_param_check(3), EVP_PKEY_asn1_set_security_bits(3), EVP_PKEY_asn1_set_set_priv_key(3), EVP_PKEY_asn1_set_set_pub_key(3), EVP_PKEY_asn1_set_get_priv_key(3), EVP_PKEY_asn1_set_get_pub_key(3), EVP_PKEY_get0_asn1(3)
- manipulating and registering EVP_PKEY_ASN1_METHOD structure
- EVP_PKEY_ASN1_METHOD(3ossl), EVP_PKEY_asn1_new(3ossl), EVP_PKEY_asn1_copy(3ossl), EVP_PKEY_asn1_free(3ossl), EVP_PKEY_asn1_add0(3ossl), EVP_PKEY_asn1_add_alias(3ossl), EVP_PKEY_asn1_set_public(3ossl), EVP_PKEY_asn1_set_private(3ossl), EVP_PKEY_asn1_set_param(3ossl), EVP_PKEY_asn1_set_free(3ossl), EVP_PKEY_asn1_set_ctrl(3ossl), EVP_PKEY_asn1_set_item(3ossl), EVP_PKEY_asn1_set_siginf(3ossl), EVP_PKEY_asn1_set_check(3ossl), EVP_PKEY_asn1_set_public_check(3ossl), EVP_PKEY_asn1_set_param_check(3ossl), EVP_PKEY_asn1_set_security_bits(3ossl), EVP_PKEY_asn1_set_set_priv_key(3ossl), EVP_PKEY_asn1_set_set_pub_key(3ossl), EVP_PKEY_asn1_set_get_priv_key(3ossl), EVP_PKEY_asn1_set_get_pub_key(3ossl), EVP_PKEY_get0_asn1(3ossl)
- manipulating and registering EVP_PKEY_ASN1_METHOD structure
- 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_get_operation(3), EVP_PKEY_CTX_get0_pkey(3)
- inspect EVP_PKEY_CTX objects
- EVP_PKEY_CTX_new(3), EVP_PKEY_CTX_new_id(3), EVP_PKEY_CTX_dup(3), EVP_PKEY_CTX_free(3)
- public key algorithm context functions
- EVP_PKEY_CTX_new(3ossl), EVP_PKEY_CTX_new_id(3ossl), EVP_PKEY_CTX_new_from_name(3ossl), EVP_PKEY_CTX_new_from_pkey(3ossl), EVP_PKEY_CTX_dup(3ossl), EVP_PKEY_CTX_free(3ossl), EVP_PKEY_CTX_is_a(3ossl)
- public key algorithm context functions
- EVP_PKEY_CTX_set1_pbe_pass(3)
- generic KDF support functions
- EVP_PKEY_CTX_set1_pbe_pass(3ossl)
- generic KDF support functions
- EVP_PKEY_CTX_set1_scrypt_salt(3), EVP_PKEY_CTX_set_scrypt_N(3), EVP_PKEY_CTX_set_scrypt_r(3), EVP_PKEY_CTX_set_scrypt_p(3), EVP_PKEY_CTX_set_scrypt_maxmem_bytes(3)
- EVP_PKEY scrypt KDF support functions
- EVP_PKEY_CTX_set1_scrypt_salt(3ossl), EVP_PKEY_CTX_set_scrypt_N(3ossl), EVP_PKEY_CTX_set_scrypt_r(3ossl), EVP_PKEY_CTX_set_scrypt_p(3ossl), EVP_PKEY_CTX_set_scrypt_maxmem_bytes(3ossl)
- EVP_PKEY scrypt KDF support functions
- 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_Q_keygen(3ossl), EVP_PKEY_keygen_init(3ossl), EVP_PKEY_paramgen_init(3ossl), EVP_PKEY_generate(3ossl), EVP_PKEY_CTX_set_cb(3ossl), EVP_PKEY_CTX_get_cb(3ossl), EVP_PKEY_CTX_get_keygen_info(3ossl), EVP_PKEY_CTX_set_app_data(3ossl), EVP_PKEY_CTX_get_app_data(3ossl), EVP_PKEY_gen_cb(3ossl), EVP_PKEY_paramgen(3ossl), EVP_PKEY_keygen(3ossl)
- key and parameter generation and check functions
- EVP_PKEY_asn1_find(3), EVP_PKEY_asn1_find_str(3), EVP_PKEY_asn1_get_count(3), EVP_PKEY_asn1_get0(3), EVP_PKEY_asn1_get0_info(3)
- enumerate public key ASN.1 methods
- EVP_PKEY_asn1_find(3ossl), EVP_PKEY_asn1_find_str(3ossl), EVP_PKEY_asn1_get_count(3ossl), EVP_PKEY_asn1_get0(3ossl), EVP_PKEY_asn1_get0_info(3ossl)
- enumerate public key ASN.1 methods
- EVP_PKEY_check(3ossl), EVP_PKEY_param_check(3ossl), EVP_PKEY_param_check_quick(3ossl), EVP_PKEY_public_check(3ossl), EVP_PKEY_public_check_quick(3ossl), EVP_PKEY_private_check(3ossl), EVP_PKEY_pairwise_check(3ossl)
- key and parameter validation functions
- EVP_PKEY_copy_parameters(3), EVP_PKEY_missing_parameters(3), EVP_PKEY_cmp_parameters(3), EVP_PKEY_cmp(3)
- public key parameter and comparison functions
- 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), EVP_PKEY_derive_SKEY(3ossl)
- derive public key algorithm shared secret
- EVP_PKEY_encapsulate_init(3ossl), EVP_PKEY_auth_encapsulate_init(3ossl), EVP_PKEY_encapsulate(3ossl)
- Key encapsulation using a KEM algorithm with a public key
- EVP_PKEY_encrypt_init(3), EVP_PKEY_encrypt(3)
- encrypt using a public key algorithm
- EVP_PKEY_encrypt_init_ex(3ossl), EVP_PKEY_encrypt_init(3ossl), EVP_PKEY_encrypt(3ossl)
- encrypt using a public key algorithm
- EVP_PKEY_fromdata_init(3ossl), EVP_PKEY_fromdata(3ossl), EVP_PKEY_fromdata_settable(3ossl)
- functions to create keys and key parameters from user data
- 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_size(3ossl), EVP_PKEY_get_bits(3ossl), EVP_PKEY_get_security_bits(3ossl), EVP_PKEY_bits(3ossl), EVP_PKEY_security_bits(3ossl), EVP_PKEY_get_security_category(3ossl), EVP_PKEY_size(3ossl)
- EVP_PKEY information functions
- EVP_PKEY_gettable_params(3ossl), EVP_PKEY_get_params(3ossl), EVP_PKEY_get_int_param(3ossl), EVP_PKEY_get_size_t_param(3ossl), EVP_PKEY_get_bn_param(3ossl), EVP_PKEY_get_utf8_string_param(3ossl), EVP_PKEY_get_octet_string_param(3ossl)
- retrieve key parameters from a key
- 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_keygen_init(3), EVP_PKEY_keygen(3), EVP_PKEY_paramgen_init(3), EVP_PKEY_paramgen(3), EVP_PKEY_CTX_set_cb(3), EVP_PKEY_CTX_get_cb(3), EVP_PKEY_CTX_get_keygen_info(3), EVP_PKEY_CTX_set_app_data(3), EVP_PKEY_CTX_get_app_data(3), EVP_PKEY_gen_cb(3), EVP_PKEY_check(3), EVP_PKEY_public_check(3), EVP_PKEY_param_check(3)
- key and parameter generation and check functions
- EVP_PKEY_meth_get_count(3), EVP_PKEY_meth_get0(3), EVP_PKEY_meth_get0_info(3)
- enumerate public key methods
- EVP_PKEY_meth_get_count(3ossl), EVP_PKEY_meth_get0(3ossl), EVP_PKEY_meth_get0_info(3ossl)
- enumerate public key methods
- 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_missing_parameters(3ossl), EVP_PKEY_copy_parameters(3ossl), EVP_PKEY_parameters_eq(3ossl), EVP_PKEY_cmp_parameters(3ossl), EVP_PKEY_eq(3ossl), EVP_PKEY_cmp(3ossl)
- public key parameter and comparison functions
- EVP_PKEY_new(3), EVP_PKEY_up_ref(3), EVP_PKEY_free(3), EVP_PKEY_new_raw_private_key(3), EVP_PKEY_new_raw_public_key(3), EVP_PKEY_new_CMAC_key(3), EVP_PKEY_new_mac_key(3), EVP_PKEY_get_raw_private_key(3), EVP_PKEY_get_raw_public_key(3)
- public/private key allocation and raw key handling functions
- EVP_PKEY_print_public(3), EVP_PKEY_print_private(3), EVP_PKEY_print_params(3)
- public key algorithm printing routines
- EVP_PKEY_print_public(3ossl), EVP_PKEY_print_private(3ossl), EVP_PKEY_print_params(3ossl), EVP_PKEY_print_public_fp(3ossl), EVP_PKEY_print_private_fp(3ossl), EVP_PKEY_print_params_fp(3ossl)
- public key algorithm printing routines
- EVP_PKEY_set1_RSA(3), EVP_PKEY_set1_DSA(3), EVP_PKEY_set1_DH(3), EVP_PKEY_set1_EC_KEY(3), EVP_PKEY_get1_RSA(3), EVP_PKEY_get1_DSA(3), EVP_PKEY_get1_DH(3), EVP_PKEY_get1_EC_KEY(3), EVP_PKEY_get0_RSA(3), EVP_PKEY_get0_DSA(3), EVP_PKEY_get0_DH(3), EVP_PKEY_get0_EC_KEY(3), EVP_PKEY_assign_RSA(3), EVP_PKEY_assign_DSA(3), EVP_PKEY_assign_DH(3), EVP_PKEY_assign_EC_KEY(3), EVP_PKEY_assign_POLY1305(3), EVP_PKEY_assign_SIPHASH(3), EVP_PKEY_get0_hmac(3), EVP_PKEY_get0_poly1305(3), EVP_PKEY_get0_siphash(3), EVP_PKEY_type(3), EVP_PKEY_id(3), EVP_PKEY_base_id(3), EVP_PKEY_set_alias_type(3), EVP_PKEY_set1_engine(3), EVP_PKEY_get0_engine(3)
- EVP_PKEY assignment functions
- EVP_PKEY_set1_RSA(3ossl), EVP_PKEY_set1_DSA(3ossl), EVP_PKEY_set1_DH(3ossl), EVP_PKEY_set1_EC_KEY(3ossl), EVP_PKEY_get1_RSA(3ossl), EVP_PKEY_get1_DSA(3ossl), EVP_PKEY_get1_DH(3ossl), EVP_PKEY_get1_EC_KEY(3ossl), EVP_PKEY_get0_RSA(3ossl), EVP_PKEY_get0_DSA(3ossl), EVP_PKEY_get0_DH(3ossl), EVP_PKEY_get0_EC_KEY(3ossl), EVP_PKEY_assign_RSA(3ossl), EVP_PKEY_assign_DSA(3ossl), EVP_PKEY_assign_DH(3ossl), EVP_PKEY_assign_EC_KEY(3ossl), EVP_PKEY_assign_POLY1305(3ossl), EVP_PKEY_assign_SIPHASH(3ossl), EVP_PKEY_get0_hmac(3ossl), EVP_PKEY_get0_poly1305(3ossl), EVP_PKEY_get0_siphash(3ossl), EVP_PKEY_get0(3ossl), EVP_PKEY_type(3ossl), EVP_PKEY_get_id(3ossl), EVP_PKEY_get_base_id(3ossl), EVP_PKEY_set1_engine(3ossl), EVP_PKEY_get0_engine(3ossl), EVP_PKEY_id(3ossl), EVP_PKEY_base_id(3ossl)
- EVP_PKEY assignment functions
- 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_PKEY_set_type(3ossl), EVP_PKEY_set_type_str(3ossl), EVP_PKEY_set_type_by_keymgmt(3ossl)
- functions to change the EVP_PKEY type
- EVP_PKEY_settable_params(3ossl), EVP_PKEY_set_params(3ossl), EVP_PKEY_set_int_param(3ossl), EVP_PKEY_set_size_t_param(3ossl), EVP_PKEY_set_bn_param(3ossl), EVP_PKEY_set_utf8_string_param(3ossl), EVP_PKEY_set_octet_string_param(3ossl)
- set key parameters into a key
- EVP_PKEY_sign_init(3), EVP_PKEY_sign(3)
- sign using a public key algorithm
- EVP_PKEY_sign_init(3ossl), EVP_PKEY_sign_init_ex(3ossl), EVP_PKEY_sign_init_ex2(3ossl), EVP_PKEY_sign(3ossl), EVP_PKEY_sign_message_init(3ossl), EVP_PKEY_sign_message_update(3ossl), EVP_PKEY_sign_message_final(3ossl)
- sign using a public key algorithm
- EVP_PKEY_size(3), EVP_PKEY_bits(3), EVP_PKEY_security_bits(3)
- EVP_PKEY information functions
- EVP_PKEY_verify_init(3), EVP_PKEY_verify(3)
- signature verification using a public key algorithm
- EVP_PKEY_verify_init(3ossl), EVP_PKEY_verify_init_ex(3ossl), EVP_PKEY_verify_init_ex2(3ossl), EVP_PKEY_verify(3ossl), EVP_PKEY_verify_message_init(3ossl), EVP_PKEY_verify_message_update(3ossl), EVP_PKEY_verify_message_final(3ossl), EVP_PKEY_CTX_set_signature(3ossl)
- signature verification using a public key algorithm
- EVP_PKEY_verify_recover_init(3), EVP_PKEY_verify_recover(3)
- recover signature using a public key algorithm
- EVP_PKEY_verify_recover_init(3ossl), EVP_PKEY_verify_recover_init_ex(3ossl), EVP_PKEY_verify_recover_init_ex2(3ossl), EVP_PKEY_verify_recover(3ossl)
- recover signature using a public key algorithm
- 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_RAND(7ossl)
- the random bit generator
- EVP_RAND-CTR-DRBG(7ossl)
- The CTR DRBG EVP_RAND implementation
- EVP_RAND-HASH-DRBG(7ossl)
- The HASH DRBG EVP_RAND implementation
- EVP_RAND-HMAC-DRBG(7ossl)
- The HMAC DRBG EVP_RAND implementation
- 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_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_aes_128_cbc(3), EVP_aes_192_cbc(3), EVP_aes_256_cbc(3), EVP_aes_128_cfb(3), EVP_aes_192_cfb(3), EVP_aes_256_cfb(3), EVP_aes_128_cfb1(3), EVP_aes_192_cfb1(3), EVP_aes_256_cfb1(3), EVP_aes_128_cfb8(3), EVP_aes_192_cfb8(3), EVP_aes_256_cfb8(3), EVP_aes_128_cfb128(3), EVP_aes_192_cfb128(3), EVP_aes_256_cfb128(3), EVP_aes_128_ctr(3), EVP_aes_192_ctr(3), EVP_aes_256_ctr(3), EVP_aes_128_ecb(3), EVP_aes_192_ecb(3), EVP_aes_256_ecb(3), EVP_aes_128_ofb(3), EVP_aes_192_ofb(3), EVP_aes_256_ofb(3), EVP_aes_128_cbc_hmac_sha1(3), EVP_aes_256_cbc_hmac_sha1(3), EVP_aes_128_cbc_hmac_sha256(3), EVP_aes_256_cbc_hmac_sha256(3), EVP_aes_128_ccm(3), EVP_aes_192_ccm(3), EVP_aes_256_ccm(3), EVP_aes_128_gcm(3), EVP_aes_192_gcm(3), EVP_aes_256_gcm(3), EVP_aes_128_ocb(3), EVP_aes_192_ocb(3), EVP_aes_256_ocb(3), EVP_aes_128_wrap(3), EVP_aes_192_wrap(3), EVP_aes_256_wrap(3), EVP_aes_128_wrap_pad(3), EVP_aes_192_wrap_pad(3), EVP_aes_256_wrap_pad(3), EVP_aes_128_xts(3), EVP_aes_256_xts(3)
- EVP AES cipher
- EVP_aes_128_cbc(3ossl), EVP_aes_192_cbc(3ossl), EVP_aes_256_cbc(3ossl), EVP_aes_128_cfb(3ossl), EVP_aes_192_cfb(3ossl), EVP_aes_256_cfb(3ossl), EVP_aes_128_cfb1(3ossl), EVP_aes_192_cfb1(3ossl), EVP_aes_256_cfb1(3ossl), EVP_aes_128_cfb8(3ossl), EVP_aes_192_cfb8(3ossl), EVP_aes_256_cfb8(3ossl), EVP_aes_128_cfb128(3ossl), EVP_aes_192_cfb128(3ossl), EVP_aes_256_cfb128(3ossl), EVP_aes_128_ctr(3ossl), EVP_aes_192_ctr(3ossl), EVP_aes_256_ctr(3ossl), EVP_aes_128_ecb(3ossl), EVP_aes_192_ecb(3ossl), EVP_aes_256_ecb(3ossl), EVP_aes_128_ofb(3ossl), EVP_aes_192_ofb(3ossl), EVP_aes_256_ofb(3ossl), EVP_aes_128_cbc_hmac_sha1(3ossl), EVP_aes_256_cbc_hmac_sha1(3ossl), EVP_aes_128_cbc_hmac_sha256(3ossl), EVP_aes_256_cbc_hmac_sha256(3ossl), EVP_aes_128_ccm(3ossl), EVP_aes_192_ccm(3ossl), EVP_aes_256_ccm(3ossl), EVP_aes_128_gcm(3ossl), EVP_aes_192_gcm(3ossl), EVP_aes_256_gcm(3ossl), EVP_aes_128_ocb(3ossl), EVP_aes_192_ocb(3ossl), EVP_aes_256_ocb(3ossl), EVP_aes_128_wrap(3ossl), EVP_aes_192_wrap(3ossl), EVP_aes_256_wrap(3ossl), EVP_aes_128_wrap_pad(3ossl), EVP_aes_192_wrap_pad(3ossl), EVP_aes_256_wrap_pad(3ossl), EVP_aes_128_xts(3ossl), EVP_aes_256_xts(3ossl)
- EVP AES cipher
- EVP_aria_128_cbc(3), EVP_aria_192_cbc(3), EVP_aria_256_cbc(3), EVP_aria_128_cfb(3), EVP_aria_192_cfb(3), EVP_aria_256_cfb(3), EVP_aria_128_cfb1(3), EVP_aria_192_cfb1(3), EVP_aria_256_cfb1(3), EVP_aria_128_cfb8(3), EVP_aria_192_cfb8(3), EVP_aria_256_cfb8(3), EVP_aria_128_cfb128(3), EVP_aria_192_cfb128(3), EVP_aria_256_cfb128(3), EVP_aria_128_ctr(3), EVP_aria_192_ctr(3), EVP_aria_256_ctr(3), EVP_aria_128_ecb(3), EVP_aria_192_ecb(3), EVP_aria_256_ecb(3), EVP_aria_128_ofb(3), EVP_aria_192_ofb(3), EVP_aria_256_ofb(3), EVP_aria_128_ccm(3), EVP_aria_192_ccm(3), EVP_aria_256_ccm(3), EVP_aria_128_gcm(3), EVP_aria_192_gcm(3), EVP_aria_256_gcm(3)
- EVP ARIA cipher
- EVP_aria_128_cbc(3ossl), EVP_aria_192_cbc(3ossl), EVP_aria_256_cbc(3ossl), EVP_aria_128_cfb(3ossl), EVP_aria_192_cfb(3ossl), EVP_aria_256_cfb(3ossl), EVP_aria_128_cfb1(3ossl), EVP_aria_192_cfb1(3ossl), EVP_aria_256_cfb1(3ossl), EVP_aria_128_cfb8(3ossl), EVP_aria_192_cfb8(3ossl), EVP_aria_256_cfb8(3ossl), EVP_aria_128_cfb128(3ossl), EVP_aria_192_cfb128(3ossl), EVP_aria_256_cfb128(3ossl), EVP_aria_128_ctr(3ossl), EVP_aria_192_ctr(3ossl), EVP_aria_256_ctr(3ossl), EVP_aria_128_ecb(3ossl), EVP_aria_192_ecb(3ossl), EVP_aria_256_ecb(3ossl), EVP_aria_128_ofb(3ossl), EVP_aria_192_ofb(3ossl), EVP_aria_256_ofb(3ossl), EVP_aria_128_ccm(3ossl), EVP_aria_192_ccm(3ossl), EVP_aria_256_ccm(3ossl), EVP_aria_128_gcm(3ossl), EVP_aria_192_gcm(3ossl), EVP_aria_256_gcm(3ossl)
- EVP ARIA cipher
- EVP_bf_cbc(3), EVP_bf_cfb(3), EVP_bf_cfb64(3), EVP_bf_ecb(3), EVP_bf_ofb(3)
- EVP Blowfish cipher
- EVP_bf_cbc(3ossl), EVP_bf_cfb(3ossl), EVP_bf_cfb64(3ossl), EVP_bf_ecb(3ossl), EVP_bf_ofb(3ossl)
- EVP Blowfish cipher
- EVP_blake2b512(3), EVP_blake2s256(3)
- BLAKE2 For EVP
- EVP_blake2b512(3ossl), EVP_blake2s256(3ossl)
- BLAKE2 For EVP
- EVP_camellia_128_cbc(3), EVP_camellia_192_cbc(3), EVP_camellia_256_cbc(3), EVP_camellia_128_cfb(3), EVP_camellia_192_cfb(3), EVP_camellia_256_cfb(3), EVP_camellia_128_cfb1(3), EVP_camellia_192_cfb1(3), EVP_camellia_256_cfb1(3), EVP_camellia_128_cfb8(3), EVP_camellia_192_cfb8(3), EVP_camellia_256_cfb8(3), EVP_camellia_128_cfb128(3), EVP_camellia_192_cfb128(3), EVP_camellia_256_cfb128(3), EVP_camellia_128_ctr(3), EVP_camellia_192_ctr(3), EVP_camellia_256_ctr(3), EVP_camellia_128_ecb(3), EVP_camellia_192_ecb(3), EVP_camellia_256_ecb(3), EVP_camellia_128_ofb(3), EVP_camellia_192_ofb(3), EVP_camellia_256_ofb(3)
- EVP Camellia cipher
- EVP_camellia_128_cbc(3ossl), EVP_camellia_192_cbc(3ossl), EVP_camellia_256_cbc(3ossl), EVP_camellia_128_cfb(3ossl), EVP_camellia_192_cfb(3ossl), EVP_camellia_256_cfb(3ossl), EVP_camellia_128_cfb1(3ossl), EVP_camellia_192_cfb1(3ossl), EVP_camellia_256_cfb1(3ossl), EVP_camellia_128_cfb8(3ossl), EVP_camellia_192_cfb8(3ossl), EVP_camellia_256_cfb8(3ossl), EVP_camellia_128_cfb128(3ossl), EVP_camellia_192_cfb128(3ossl), EVP_camellia_256_cfb128(3ossl), EVP_camellia_128_ctr(3ossl), EVP_camellia_192_ctr(3ossl), EVP_camellia_256_ctr(3ossl), EVP_camellia_128_ecb(3ossl), EVP_camellia_192_ecb(3ossl), EVP_camellia_256_ecb(3ossl), EVP_camellia_128_ofb(3ossl), EVP_camellia_192_ofb(3ossl), EVP_camellia_256_ofb(3ossl)
- EVP Camellia cipher
- EVP_cast5_cbc(3), EVP_cast5_cfb(3), EVP_cast5_cfb64(3), EVP_cast5_ecb(3), EVP_cast5_ofb(3)
- EVP CAST cipher
- EVP_cast5_cbc(3ossl), EVP_cast5_cfb(3ossl), EVP_cast5_cfb64(3ossl), EVP_cast5_ecb(3ossl), EVP_cast5_ofb(3ossl)
- EVP CAST cipher
- 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_rc2_cbc(3), EVP_rc2_cfb(3), EVP_rc2_cfb64(3), EVP_rc2_ecb(3), EVP_rc2_ofb(3), EVP_rc2_40_cbc(3), EVP_rc2_64_cbc(3)
- EVP RC2 cipher
- EVP_rc2_cbc(3ossl), EVP_rc2_cfb(3ossl), EVP_rc2_cfb64(3ossl), EVP_rc2_ecb(3ossl), EVP_rc2_ofb(3ossl), EVP_rc2_40_cbc(3ossl), EVP_rc2_64_cbc(3ossl)
- EVP RC2 cipher
- EVP_rc5_32_12_16_cbc(3), EVP_rc5_32_12_16_cfb(3), EVP_rc5_32_12_16_cfb64(3), EVP_rc5_32_12_16_ecb(3), EVP_rc5_32_12_16_ofb(3)
- EVP RC5 cipher
- EVP_rc5_32_12_16_cbc(3ossl), EVP_rc5_32_12_16_cfb(3ossl), EVP_rc5_32_12_16_cfb64(3ossl), EVP_rc5_32_12_16_ecb(3ossl), EVP_rc5_32_12_16_ofb(3ossl)
- EVP RC5 cipher
- EVP_read_pw_string(3), EVP_read_pw_string_min(3), EVP_set_pw_prompt(3), EVP_get_pw_prompt(3)
- compatibility user interface functions
- EVP_seed_cbc(3), EVP_seed_cfb(3), EVP_seed_cfb128(3), EVP_seed_ecb(3), EVP_seed_ofb(3)
- EVP SEED cipher
- EVP_seed_cbc(3ossl), EVP_seed_cfb(3ossl), EVP_seed_cfb128(3ossl), EVP_seed_ecb(3ossl), EVP_seed_ofb(3ossl)
- EVP SEED 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
- EVP_sm4_cbc(3), EVP_sm4_ecb(3), EVP_sm4_cfb(3), EVP_sm4_cfb128(3), EVP_sm4_ofb(3), EVP_sm4_ctr(3)
- EVP SM4 cipher
- EVP_sm4_cbc(3ossl), EVP_sm4_ecb(3ossl), EVP_sm4_cfb(3ossl), EVP_sm4_cfb128(3ossl), EVP_sm4_ofb(3ossl), EVP_sm4_ctr(3ossl)
- EVP SM4 cipher
- Ephemeron(3o)
- Ephemerons and weak hash tables
- 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.Make(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.K1.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.K2.Bucket(3o)
- no description
- Ephemeron.K2.Make(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.K2.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.Kn(3o)
- Ephemerons with arbitrary number of keys of the same type
- Ephemeron.Kn.Bucket(3o)
- no description
- Ephemeron.Kn.Make(3o)
- Functor building an implementation of a weak hash table
- Ephemeron.Kn.MakeSeeded(3o)
- Functor building an implementation of a weak hash table
- EquityOption(1)
- Example of using QuantLib to value equity options
- ExplicateUTF8(1)
- Explain the status of a sequence of bytes as a UTF8 encoding
- FRA(1)
- Example of using QuantLib
- FTimes::Properties(3)
- Global FTimes Properties
- FascistCheck(3)
- check a potential password for guessability
- FcAtomicCreate(3)
- create an FcAtomic object
- FcAtomicDestroy(3)
- destroy an FcAtomic object
- FcBlanksAdd(3)
- Add a character to an FcBlanks
- FcBlanksCreate(3)
- Create an FcBlanks
- FcBlanksDestroy(3)
- Destroy and FcBlanks
- FcBlanksIsMember(3)
- Query membership in an FcBlanks
- FcCacheNumFont(3)
- Returns the number of fonts in cache
- FcCacheNumSubdir(3)
- Return the number of subdirectories in cache
- FcCacheSubdir(3)
- Return the i'th subdirectory
- FcCharSetIsSubset(3)
- Test for charset inclusion
- FcCharSetSubtract(3)
- Subtract charsets
- FcCharSetSubtractCount(3)
- Subtract and count charsets
- FcConfigAppFontAddDir(3)
- Add fonts from directory to font database
- FcConfigAppFontAddFile(3)
- Add font file to font database
- FcConfigAppFontClear(3)
- Remove all app fonts from font database
- FcConfigBuildFonts(3)
- Build font database
- FcConfigEnableHome(3)
- controls use of the home directory
- FcConfigFileInfoIterGet(3)
- Obtain the configuration file information
- FcConfigGetBlanks(3)
- Get config blanks
- FcConfigGetSysRoot(3)
- Obtain the system root directory
- FcConfigSubstitute(3)
- Execute substitutions
- FcConfigSubstituteWithPat(3)
- Execute substitutions
- FcDefaultSubstitute(3)
- Perform default substitutions in a pattern
- FcFini(3)
- finalize fontconfig library
- FcFontMatch(3)
- Return best font
- FcFontSetMatch(3)
- Return the best font from a set of font sets
- FcGetVersion(3)
- library version number
- FcInit(3)
- initialize fontconfig library
- FcInitBringUptoDate(3)
- reload configuration files if needed
- FcInitReinitialize(3)
- re-initialize library
- FcLangSetContains(3)
- check langset subset relation
- FcLangSetCopy(3)
- copy a langset object
- FcLangSetCreate(3)
- create a langset object
- FcLangSetDestroy(3)
- destroy a langset object
- FcLangSetSubtract(3)
- Subtract langsets
- FcNameConstant(3)
- Get the value for a symbolic constant
- FcNameGetConstant(3)
- Lookup symbolic constant
- FcNameGetConstantFor(3)
- Lookup symbolic constant For object
- FcNameGetObjectType(3)
- Lookup an object type
- FcNameRegisterConstants(3)
- Register symbolic constants
- FcNameRegisterObjectTypes(3)
- Register object types
- FcNameUnparse(3)
- Convert a pattern back into a string that can be parsed
- FcNameUnregisterConstants(3)
- Unregister symbolic constants
- FcNameUnregisterObjectTypes(3)
- Unregister object types
- FcObjectSetAdd(3)
- Add to an object set
- FcObjectSetBuild(3), FcObjectSetVaBuild(3), FcObjectSetVapBuild(3)
- Build object set from args
- FcObjectSetCreate(3)
- Create an object set
- FcObjectSetDestroy(3)
- Destroy an object set
- FcPatternAdd-Type(3), FcPatternAddInteger(3), FcPatternAddDouble(3), FcPatternAddString(3), FcPatternAddMatrix(3), FcPatternAddCharSet(3), FcPatternAddBool(3), FcPatternAddFTFace(3), FcPatternAddLangSet(3), FcPatternAddRange(3)
- Add a typed value to a pattern
- FcPatternAddWeak(3)
- Add a value to a pattern with weak binding
- FcPatternBuild(3), FcPatternVaBuild(3), FcPatternVapBuild(3)
- Create patterns from arguments
- FcPatternEqualSubset(3)
- Compare portions of patterns
- FcPatternFilter(3)
- Filter the objects of pattern
- FcPatternFindIter(3)
- Set the iterator to point to the object in the pattern
- FcPatternGet-Type(3), FcPatternGetInteger(3), FcPatternGetDouble(3), FcPatternGetString(3), FcPatternGetMatrix(3), FcPatternGetCharSet(3), FcPatternGetBool(3), FcPatternGetFTFace(3), FcPatternGetLangSet(3), FcPatternGetRange(3)
- Return a typed value from a pattern
- FcPatternGetWithBinding(3)
- Return a value with binding from a pattern
- FcPatternIterGetObject(3)
- Returns an object name which the iterator point to
- FcPatternIterValueCount(3)
- Returns the number of the values which the iterator point to
- FcPatternObjectCount(3)
- Returns the number of the object
- FcPatternPrint(3)
- Print a pattern for debugging
- FcPatternRemove(3)
- Remove one object of the specified type from the pattern
- FcRangeCopy(3)
- Copy a range object
- FcRangeCreateDouble(3)
- create a range object for double
- FcRangeCreateInteger(3)
- create a range object for integer
- FcRangeDestroy(3)
- destroy a range object
- FcRangeGetDouble(3)
- Get the range in double
- FcStrBasename(3)
- last component of filename
- FcStrBuildFilename(3)
- Concatenate strings as a file path
- FcStrSetMember(3)
- check set for membership
- FcStrStr(3)
- locate UTF-8 substring
- FcStrStrIgnoreCase(3)
- locate UTF-8 substring ignoring case
- FcWeightFromOpenTypeDouble(3)
- Convert from OpenType weight values to fontconfig ones
- FcWeightToOpenTypeDouble(3)
- Convert from fontconfig weight values to OpenType ones
- 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
- FileCheck(1)
- Flexible pattern matching file verifier
- FindPhoto.tk86(3), Tk_FindPhoto(3), Tk_PhotoPutBlock(3), Tk_PhotoPutZoomedBlock(3), Tk_PhotoGetImage(3), Tk_PhotoBlank(3), Tk_PhotoExpand(3), Tk_PhotoGetSize(3), Tk_PhotoSetSize(3)
- manipulate the image data stored in a photo image
- FittedBondCurve(1)
- Example of using QuantLib to fit discount curves
- Float.ArrayLabels(3o)
- Float arrays with packed representation (labeled functions)
- Functions(1x)
- built in AfterStep functions
- FvwmBacker(1)
- the fvwm background changer module
- FvwmBanner(1)
- the Fvwm Banner module
- FvwmButtons(1)
- the fvwm buttonbox module
- FvwmScript(1)
- module to build graphic user interface
- GENLIB_BUS(3)
- Creates a bus name for netlist
- GENLIB_COPY_UP_ALL_CON(3)
- copy all physical connectors of an instance face in the current figure
- GENLIB_COPY_UP_ALL_REF(3)
- copy a several physical reference from an instance in the current figure
- GENLIB_COPY_UP_CON(3)
- copy a physical connector from an instance in the current figure
- GENLIB_COPY_UP_CON_FACE(3)
- copy a physical connector from an instance in the current figure
- GENLIB_COPY_UP_REF(3)
- copy a physical reference from an instance in the current figure
- GENLIB_COPY_UP_SEG(3)
- copy a physical segment from an instance in the current figure
- 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_ELM(3)
- Creates a single element bus name for netlist
- GENLIB_FLATTEN_ALL_LOINS(3)
- flatten all instances in the current netlist figure
- GENLIB_FLATTEN_ALL_PHINS(3)
- flatten all instances in the current layout figure
- GENLIB_FLATTEN_LOFIG(3)
- flatten an instance in the current netlist figure
- GENLIB_FLATTEN_PHFIG(3)
- flatten an instance in the current layout figure
- GENLIB_GET_CON_X(3)
- retrieve the x coordinate of an instance connector
- GENLIB_GET_CON_Y(3)
- retrieve the x coordinate of an instance connector
- GENLIB_GET_INS_X(3)
- retrieve the x coordinate of an instance
- GENLIB_GET_INS_Y(3)
- retrieve the y coordinate of an instance
- GENLIB_GET_REF_X(3)
- retrieve the x coordinate of an instance reference
- GENLIB_GET_REF_Y(3)
- retrieve the y coordinate of an instance reference
- GENLIB_HEIGHT(3)
- compute the height of a model
- GENLIB_LOAD_LOFIG(3)
- loads a netlist form disk and opens it as current figure
- GENLIB_LOAD_PHFIG(3), PHAD_PHFIG(3)
- loads a layout form disk and opens it as current figure
- GENLIB_LOCAP(3)
- add a logical capacitor to the current netlist figure
- GENLIB_LOCON(3)
- adds a logical connector to the current netlist figure
- GENLIB_LOINS(3)
- add a logical instance to the current figure
- GENLIB_LOINSE(3)
- add a logical instance to the current figure, with explicit connections
- GENLIB_LORES(3)
- add a logical resistor to the current netlist figure
- GENLIB_LOSELF(3)
- add a logical inductor to the current netlist figure
- GENLIB_LOSIG(3)
- declare an internal logical signal, or a vector of internal logical signals
- GENLIB_LOSIGMERGE(3)
- merge two logical signals
- GENLIB_LOTRS(3)
- adds a logical transistor to the current netlist figure
- GENLIB_MACRO(3)
- Interface with all MACRO generators
- GENLIB_OUTLINE(3)
- build an outline from the current layout cell
- GENLIB_PHCON(3)
- place a physical connector in the current figure at absolute coordinates
- GENLIB_PHREF(3)
- place a physical reference in the current figure at absolute coordinates
- GENLIB_PHSEG(3)
- place a physical segment in the current figure at absolute coordinates
- GENLIB_PHVIA(3)
- place a physical via in the current figure at absolute coordinates
- GENLIB_PLACE(3)
- place a physical instance in the current figure at absolute coordinates
- GENLIB_PLACE_BOTTOM(3)
- place a physical instance in the current figure under the "reference instance"
- GENLIB_PLACE_CON_REF(3)
- put a connector on top of a reference belonging an instance in the current figure
- GENLIB_PLACE_LEFT(3)
- place a physical instance in the current figure at the left of the "reference instance"
- GENLIB_PLACE_ON(3)
- place a physical instance in the current figure matching connectors
- GENLIB_PLACE_RIGHT(3)
- place a physical instance in the current figure at the right of the "reference instance"
- GENLIB_PLACE_SEG_REF(3)
- put a segment on a reference belonging an instance in the current figure
- GENLIB_PLACE_TOP(3)
- place a physical instance in the current figure on the top of the "reference instance"
- GENLIB_PLACE_VIA_REF(3)
- put a via on top of a reference belonging to an instance in the current figure
- GENLIB_REVERSE_PHCON(3)
- reverse the order of physical connectors on a bus
- GENLIB_SAVE_LOFIG(3)
- save a netlist on disk
- GENLIB_SAVE_PHFIG(3)
- save a layout on disk
- GENLIB_SAVE_PHSC(3)
- save a layout on disk
- GENLIB_SC_BOTTOM(3)
- place an instance in the current figure at the right of the "reference instance"
- GENLIB_SC_LEFT(3)
- place an instance in the current figure at the right of the "reference instance"
- GENLIB_SC_PLACE(3)
- place an instance in the current figure at absolute coordinates
- GENLIB_SC_RIGHT(3)
- place an instance in the current figure at the right of the "reference instance"
- GENLIB_SC_TOP(3)
- place an instance in the current figure at the right of the "reference instance"
- GENLIB_SET_LOCAP(3)
- set the capacitance value of a logical capacitor, after its creation. man1/alc_origin.1
- GENLIB_SET_LORES(3)
- set the resistance value of a logical resistor, after its creation. man1/alc_origin.1
- GENLIB_SET_LOSELF(3)
- set the inductance value of a logical inductor, after its creation. man1/alc_origin.1
- GENLIB_UNFLATTEN_LOFIG(3), UNFLATTEN_LOFIG(3)
- creates a hierarchy level from instances in the current logical figure
- GENLIB_WIRE1(3)
- place a physical segment in the current figure
- GENLIB_WIRE2(3)
- place two physical segments in the current figure
- GENLIB_WIRE3(3)
- place three physical segments in the current figure
- 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
- GeodesicProj(1)
- -- perform projections based on geodesics
- GlobalOptimizer(1)
- Example of Global Optimization Using Different Methods
- GraphicsMagick++-config(1)
- get information about the installed version of Magick++
- GraphicsMagick-config(1)
- get information about the installed version of GraphicsMagick
- GraphicsMagickWand-config(1)
- get information about the installed version of GraphicsMagick
- HPL_abort(3)
- halts execution
- HPL_barrier(3)
- Barrier operation
- HPL_bcast(3)
- Perform the row broadcast
- HPL_binit(3)
- Initialize the row broadcast
- HPL_broadcast(3)
- Broadcast operation
- HPL_bwait(3)
- Finalize the row broadcast
- HPL_dgemm(3)
- C := alpha * op(A) * op(B) + beta * C
- HPL_dgemv(3)
- y := beta * y + alpha * op(A) * x
- HPL_dlacpy(3)
- B := A
- HPL_dlatcpy(3)
- B := A^T
- HPL_dtrsm(3)
- B := A^{-1} * B or B := B * A^{-1}
- HPL_equil(3)
- Equilibrate U and forward the column panel L
- 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_max(3)
- Combine (max) two buffers
- HPL_min(3)
- Combine (min) two buffers
- HPL_numroc(3)
- Compute the local number of row/columns
- HPL_numrocI(3)
- Compute the local number of row/columns
- HPL_pabort(3)
- halts execution
- HPL_packL(3)
- Form the MPI structure for the row ring broadcasts
- HPL_pdgesv(3)
- Solve A x = b
- HPL_pdlaprnt(3)
- Print a distributed matrix A
- HPL_pdlaswp00N(3)
- Broadcast a column panel L and swap the row panel U
- HPL_pdlaswp00T(3)
- Broadcast a column panel L and swap the row panel U
- HPL_pdlaswp01N(3)
- Broadcast a column panel L and swap the row panel U
- HPL_pdlaswp01T(3)
- Broadcast a column panel L and swap the row panel U
- HPL_pdmxswp(3)
- swaps and broacast the pivot row
- HPL_pdtrsv(3)
- Solve triu( A ) x = b
- HPL_pdupdateNN(3)
- Broadcast a panel and update the trailing submatrix
- HPL_pdupdateNT(3)
- Broadcast a panel and update the trailing submatrix
- HPL_pdupdateTN(3)
- Broadcast a panel and update the trailing submatrix
- HPL_pdupdateTT(3)
- Broadcast a panel and update the trailing submatrix
- HPL_perm(3)
- Combine 2 index arrays - Generate the permutation
- HPL_rand(3)
- random number generator
- HPL_setran(3)
- Manage the random number generator
- HPL_sum(3)
- Combine (sum) two buffers
- Handles(3), Tcl_HandleAlloc(3), Tcl_HandleFree(3), Tcl_HandleTblInit(3), Tcl_HandleTblRelease(3), Tcl_HandleTblUseCount(3), Tcl_HandleWalk(3), Tcl_HandleXlate(3)
- Dynamic, handle addressable tables
- Hanzi Converter(1), hc(1)
- convert a GB file to a BIG-5 file, or a BIG-5 file to a GB file
- Hashtbl(3o)
- Hash tables and hash functions
- Hashtbl.HashedType(3o)
- The input signature of the functor Hashtbl.Make
- Hashtbl.Make(3o)
- Functor building an implementation of the hashtable structure
- Hashtbl.MakeSeeded(3o)
- Functor building an implementation of the hashtable structure
- Hashtbl.S(3o)
- The output signature of the functor Hashtbl.Make
- Hashtbl.SeededHashedType(3o)
- The input signature of the functor Hashtbl.MakeSeeded
- Hashtbl.SeededS(3o)
- The output signature of the functor Hashtbl.MakeSeeded
- IBLSS(3)
- iButtonLink SmartSlave
- IMPORT_FOREIGN_SCHEMA(7)
- import table definitions from a foreign server
- INN::Config(3pm)
- Export all the variables an INN Perl script might need
- INSERT(7)
- create new rows in a table
- IV_EVENT_INIT(3), iv_event_register(3), iv_event_unregister(3), iv_event_post(3)
- manage ivykis objects for event notification
- IV_EVENT_RAW_INIT(3), iv_event_raw_register(3), iv_event_raw_unregister(3), iv_event_raw_post(3)
- manage ivykis objects for event notification
- 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
- IV_POPEN_REQUEST_INIT(3), iv_popen_request_submit(3), iv_popen_request_close(3)
- popen (3) for ivykis applications
- IV_WORK_POOL_INIT(3), iv_work_pool_create(3), iv_work_pool_put(3), IV_WORK_ITEM_INIT(3), iv_work_pool_submit_work(3), iv_work_pool_submit_continuation(3)
- ivykis worker thread management
- 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
- ImageMagick(1)
- a free software suite for the creation, modification and display of bitmap images
- InfernoEmbedded(3), InfernoEmbedded Softdevices(3)
- RGBW Controllers - Switch Masters - Firmware Updater
- Int32(3o)
- 32-bit integers
- Int64(3o)
- 64-bit integers
- Intro(l), intro(l)
- introduction to BEGEMOT library
- 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_Preserve(3), Itcl_PreserveData(3), Itcl_ReleaseData(3), Itcl_EventuallyFree(3)
- Manipulate an Itcl list object
- Itcl_RegisterC(3), Itcl_RegisterObjC(3), Itcl_FindC(3)
- Associate a symbolic name with a C procedure
- 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
- J1BC(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1C(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1F(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1FA(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1FE(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1L(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1LE(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1MU(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1N(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1NE(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1P(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1PE(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1S(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1T(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- J1U(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- JAM_AddEmptyMessage(3)
- Add a empty message entry to a message base
- JAM_AddMessage(3)
- Add a message to message base
- JAM_CloseMB(3)
- Close message base
- JAM_Crc32(3)
- Calculate CRC32 on a block of data
- JAM_CreateMB(3)
- Create a new message base
- JAM_DelSubPacket(3)
- Delete a subfield packet
- JAM_DeleteMessage(3)
- Delete message from messagebase
- JAM_GetMBSize(3)
- Get the number of messages in message base
- JAM_GetSubfield(3)
- Get a subfield from a subfield packet (not reentrant)
- JAM_GetSubfield_R(3)
- Get a subfield from a subfield packet (reentrant)
- JAM_LockMB(3)
- Lock message base for exclusive access
- JAM_NewSubPacket(3)
- Create a new subfield packet
- JAM_OpenMB(3)
- Open a message base
- JAM_PutSubfield(3)
- Put a subfield into a subfield packet
- JAM_ReadMBHeader(3)
- Read message base header
- JAM_ReadMsgHeader(3)
- Read a message's header and its subfields
- JAM_RemoveMB(3)
- Remove a message base
- JAM_UnlockMB(3)
- Unlock message base
- 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
- JOYSTICK_AXIS_INFO(3)
- Stores joystick axis information. Allegro game programming library
- JOYSTICK_BUTTON_INFO(3)
- Stores joystick button information. Allegro game programming library
- JOYSTICK_INFO(3)
- Stores information about joysticks. Allegro game programming library
- JOYSTICK_STICK_INFO(3)
- Stores joystick stick information. Allegro game programming library
- 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)
- Jamulus(1)
- real-time collaborative music session
- Judy(3), Judy arrays(3)
- C library functions for creating and accessing dynamic arrays
- 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)
- 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
- LABEL(3)
- GENPAT Package man1/alc_origin.1
- 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
- LOAD(7)
- load a shared library file
- LOCK(7)
- lock a table
- LOCK_FUNCTION(3)
- Locks the memory of a function used by a timer. Allegro game programming library
- LOCK_VARIABLE(3)
- Locks the memory of a variable used by a timer. Allegro game programming library
- LZSS_PACK_DATA(3)
- Opaque structure for handling LZSS compression. Allegro game programming library
- LZSS_UNPACK_DATA(3)
- Opaque structure for handling LZSS decompression. Allegro game programming library
- Lazy_backtrack(3o)
- no description
- Lexing(3o)
- The run-time library for lexers generated by ocamllex
- ListDBus(1)
- List the names on a DBus
- ListLabels(3o)
- List operations
- 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
- MAKE_VERSION(3)
- Create a 32 bit integer from the Allegro version
- MAP(3)
- agar feature-based tile map
- MASK_COLOR_8(3), MASK_COLOR_15(3), MASK_COLOR_16(3), MASK_COLOR_24(3), MASK_COLOR_32(3)
- Constant representing the mask value in sprites. Allegro game programming library
- MATRIX(3)
- Fixed point matrix structure. Allegro game programming library
- MATRIX_f(3)
- Floating point matrix structure. Allegro game programming library
- 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
- MENU(3)
- Stores the entries of a menu. Allegro game programming library
- MENU_PLAYER(3)
- Stores GUI data internally used by Allegro
- MERGE(7)
- conditionally insert, update, or delete rows of a table
- MIDI(3)
- Stores MIDI data. Allegro game programming library
- MPIX_Comm_get_stream(3)
- Get the stream object that is attached to the communicator
- MPIX_Comm_revoke(3)
- Prevent a communicator from being used in the future
- MPIX_Grequest_class_allocate(3)
- Create and return a user-defined extended request based on a generalized request class
- MPIX_Irecv_enqueue(3)
- Enqueue a nonblocking receive operation to a GPU stream that is associated with the local stream
- MPIX_Isend_enqueue(3)
- Enqueue a nonblocking send operation to a GPU stream that is associated with the local stream
- MPIX_Stream_create(3)
- Create a new stream object
- MPIX_Stream_free(3)
- Free a stream object
- MPIX_Stream_irecv(3)
- Start a nonblocking receive from a specific source stream to a specific local stream
- MPIX_Stream_isend(3)
- Start a nonblocking send from a specific local stream to a specific remote stream
- MPIX_Type_iov_len(3)
- Return the number of contiguous segments within max_iov_bytes
- MPI_Abort(3)
- Terminates MPI execution environment
- MPI_Aint_add(3)
- Returns the sum of base and disp
- MPI_Aint_diff(3)
- Returns the difference between addr1 and addr2
- MPI_Allgather(3)
- Gathers data from all tasks and distribute the combined data to all tasks
- MPI_Allgatherv(3)
- Gathers data from all tasks and deliver the combined data to all tasks
- MPI_Allreduce(3)
- Combines values from all processes and distributes the result back to all processes
- MPI_Attr_delete(3)
- Deletes an attribute value associated with a key on a communicator
- MPI_Attr_get(3)
- Retrieves attribute value by key
- MPI_Attr_put(3)
- Stores attribute value associated with a key
- MPI_Barrier(3)
- Blocks until all processes in the communicator have reached this routine
- MPI_Barrier_init(3)
- Creates a persistent request for barrier
- MPI_Bcast(3)
- Broadcasts a message from the process with rank "root" to all other processes of the communicator
- MPI_Bcast_init(3)
- Creates a persistent request for broadcast
- MPI_Bsend(3)
- Basic send with user-provided buffering
- MPI_Bsend_init(3)
- Builds a handle for a buffered send
- 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_Buffer_flush(3)
- block until all messages currently in the globally shared buffer of the calling process have been transmitted
- MPI_Buffer_iflush(3)
- start a nonblocking flush in the globally shared buffer
- MPI_Cart_create(3)
- Makes a new communicator to which topology information has been attached
- MPI_Cart_sub(3)
- Partitions a communicator into subgroups which form lower-dimensional cartesian subgrids
- MPI_Comm_attach_buffer(3)
- Attaches a user-provided buffer for buffered send in the communicator
- MPI_Comm_create_keyval(3)
- Create a new attribute key
- 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_flush_buffer(3)
- block until all messages currently in the communicator-specific buffer of the calling process have been transmitted
- MPI_Comm_free(3)
- Marks the communicator object for deallocation
- MPI_Comm_free_keyval(3)
- Frees an attribute key for communicators
- MPI_Comm_get_attr(3)
- Retrieves attribute value by key
- MPI_Comm_get_info(3)
- Returns a new info object containing the hints
- MPI_Comm_idup(3)
- nonblocking communicator duplication
- MPI_Comm_idup_with_info(3)
- nonblocking communicator duplication
- MPI_Comm_iflush_buffer(3)
- start a nonblocking flush in the communicator-specific buffer
- MPI_Comm_join(3)
- Create a communicator by joining two processes connected by a socket
- MPI_Comm_set_attr(3)
- Stores attribute value associated with a key
- MPI_Comm_split(3)
- Creates new communicators based on colors and keys
- MPI_Comm_split_type(3)
- Creates new communicators based on split types and keys
- MPI_Dist_graph_create(3)
- MPI_DIST_GRAPH_CREATE returns a handle to a new communicator to which the distributed graph topology information is attached
- MPI_Dist_graph_create_adjacent(3)
- returns a handle to a new communicator to which the distributed graph topology information is attached
- 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_File_get_byte_offset(3)
- Returns the absolute byte position in the file corresponding to "offset" etypes relative to the current view
- MPI_File_get_info(3)
- Returns the hints for a file that are actually being used by MPI
- MPI_File_iread(3)
- Nonblocking read using individual file pointer
- MPI_File_iread_all(3)
- Nonblocking collective read using individual file pointer
- MPI_File_iread_all_c(3)
- Nonblocking collective read using individual file pointer
- MPI_File_iread_at(3)
- Nonblocking read using explicit offset
- MPI_File_iread_at_all(3)
- Nonblocking collective read using explicit offset
- MPI_File_iread_at_all_c(3)
- Nonblocking collective read using explicit offset
- MPI_File_iread_at_c(3)
- Nonblocking read using explicit offset
- MPI_File_iread_c(3)
- Nonblocking read using individual file pointer
- MPI_File_iread_shared(3)
- Nonblocking read using shared file pointer
- MPI_File_iread_shared_c(3)
- Nonblocking read using shared file pointer
- MPI_File_iwrite(3)
- Nonblocking write using individual file pointer
- MPI_File_iwrite_all(3)
- Nonblocking collective write using individual file pointer
- MPI_File_iwrite_all_c(3)
- Nonblocking collective write using individual file pointer
- MPI_File_iwrite_at(3)
- Nonblocking write using explicit offset
- MPI_File_iwrite_at_all(3)
- Nonblocking collective write using explicit offset
- MPI_File_iwrite_at_all_c(3)
- Nonblocking collective write using explicit offset
- MPI_File_iwrite_at_c(3)
- Nonblocking write using explicit offset
- MPI_File_iwrite_c(3)
- Nonblocking write using individual file pointer
- MPI_File_iwrite_shared(3)
- Nonblocking write using shared file pointer
- MPI_File_iwrite_shared_c(3)
- Nonblocking write using shared file pointer
- MPI_File_read_all_begin(3)
- Begin a split collective read using individual file pointer
- MPI_File_read_all_begin_c(3)
- Begin a split collective read using individual file pointer
- MPI_File_read_at_all_begin(3)
- Begin a split collective read using explicit offset
- MPI_File_read_at_all_begin_c(3)
- Begin a split collective read using explicit offset
- 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_sync(3)
- Causes all previous writes to be transferred to the storage device
- MPI_File_write_all_begin(3)
- Begin a split collective write using individual file pointer
- MPI_File_write_all_begin_c(3)
- Begin a split collective write using individual file pointer
- MPI_File_write_at_all_begin(3)
- Begin a split collective write using explicit offset
- MPI_File_write_at_all_begin_c(3)
- Begin a split collective write using explicit offset
- 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_Finalized(3)
- Indicates whether MPI_Finalize has been called
- MPI_Get_count(3)
- Gets the number of "top level" elements
- MPI_Get_elements(3)
- Returns the number of basic elements
- MPI_Get_elements_x(3)
- Returns the number of basic elements
- MPI_Get_hw_resource_info(3)
- returns an info object containing information pertaining to the hardware platform on which the calling MPI process is executing at the moment of the call
- MPI_Get_library_version(3)
- Return the version number of MPI library
- MPI_Get_version(3)
- Return the version number of MPI
- 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_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_Group_range_excl(3)
- Produces a group by excluding ranges of processes from an existing group
- MPI_Group_union(3)
- Produces a group by combining two groups
- MPI_Iallgather(3)
- Gathers data from all tasks and distribute the combined data to all tasks in a nonblocking way
- MPI_Iallgatherv(3)
- Gathers data from all tasks and deliver the combined data to all tasks in a nonblocking way
- MPI_Iallreduce(3)
- Combines values from all processes and distributes the result back to all processes in a nonblocking way
- MPI_Ialltoall(3)
- Sends data from all to all processes 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_Ialltoallw(3)
- Nonblocking generalized all-to-all communication allowing different datatypes, counts, and displacements for each partner
- MPI_Ibarrier(3)
- Notifies the process that it has reached the barrier and returns immediately
- MPI_Ibcast(3)
- Broadcasts a message from the process with rank "root" to all other processes of the communicator in a nonblocking way
- MPI_Ibsend(3)
- Starts a nonblocking buffered send
- MPI_Iexscan(3)
- Computes the exclusive scan (partial reductions) of data on a collection of processes in a nonblocking way
- MPI_Igather(3)
- Gathers together values from a group of processes in a nonblocking way
- MPI_Igatherv(3)
- Gathers into specified locations from all processes in a group in a nonblocking way
- MPI_Improbe(3)
- Nonblocking matched probe
- MPI_Imrecv(3)
- Nonblocking receive of message matched by MPI_Mprobe or MPI_Improbe
- MPI_Ineighbor_allgather(3)
- Nonblocking version of MPI_Neighbor_allgather
- MPI_Ineighbor_allgatherv(3)
- Nonblocking version of MPI_Neighbor_allgatherv
- MPI_Ineighbor_alltoall(3)
- Nonblocking version of MPI_Neighbor_alltoall
- MPI_Ineighbor_alltoallv(3)
- Nonblocking version of MPI_Neighbor_alltoallv
- MPI_Ineighbor_alltoallw(3)
- Nonblocking version of MPI_Neighbor_alltoallw
- MPI_Info_create(3)
- Creates a new info object
- MPI_Info_create_env(3)
- Creates an info object containing information about the application
- MPI_Info_dup(3)
- Returns a duplicate of the info object
- MPI_Info_free(3)
- Frees an info object
- MPI_Info_get_nkeys(3)
- Returns the number of currently defined keys in info
- MPI_Initialized(3)
- Indicates whether MPI_Init has been called
- MPI_Iprobe(3)
- Nonblocking test for a message
- MPI_Irecv(3)
- Begins a nonblocking receive
- MPI_Ireduce(3)
- Reduces values on all processes to a single value in a nonblocking way
- MPI_Ireduce_scatter(3)
- Combines values and scatters the results in a nonblocking way
- MPI_Ireduce_scatter_block(3)
- Combines values and scatters the results in a nonblocking way
- MPI_Irsend(3)
- Starts a nonblocking ready send
- MPI_Iscan(3)
- Computes the scan (partial reductions) of data on a collection of processes in a nonblocking way
- MPI_Iscatter(3)
- Sends data from one process to all other processes in a communicator in a nonblocking way
- MPI_Iscatterv(3)
- Scatters a buffer in parts to all processes in a communicator in a nonblocking way
- MPI_Isend(3)
- Begins a nonblocking send
- MPI_Isendrecv(3)
- Starts a nonblocking send and receive
- MPI_Isendrecv_replace(3)
- Starts a nonblocking send and receive with a single buffer
- MPI_Issend(3)
- Starts a nonblocking synchronous send
- MPI_Keyval_create(3)
- Creates a new attribute key
- MPI_Keyval_free(3)
- Frees an attribute key for communicators
- MPI_Mprobe(3)
- Blocking matched probe
- MPI_Mrecv(3)
- Blocking receive of message matched by MPI_Mprobe or MPI_Improbe
- MPI_Neighbor_allgather(3)
- Gathers data from all neighboring processes and distribute the combined data to all neighboring processes
- MPI_Neighbor_allgather_init(3)
- Create a persistent request for neighbor_allgather
- MPI_Neighbor_allgatherv(3)
- The vector variant of MPI_Neighbor_allgather
- MPI_Neighbor_allgatherv_init(3)
- Create a persistent request for neighbor_allgatherv
- MPI_Neighbor_alltoall(3)
- Sends and Receivs data from all neighboring processes
- MPI_Neighbor_alltoall_init(3)
- Create a persistent request for neighbor_alltoall
- MPI_Neighbor_alltoallv(3)
- The vector variant of MPI_Neighbor_alltoall allows sending/receiving different numbers of elements to and from each neighbor
- MPI_Neighbor_alltoallv_init(3)
- Create a persistent request for neighbor_alltoallv
- MPI_Neighbor_alltoallw(3)
- Like MPI_Neighbor_alltoallv but it allows one to send and receive with different types to and from each neighbor
- MPI_Neighbor_alltoallw_init(3)
- Create a persistent request for neighbor_alltoallw
- MPI_Op_create(3)
- Creates a user-defined combination function handle
- MPI_Op_free(3)
- Frees a user-defined combination function handle
- MPI_Open_port(3)
- Establish an address that can be used to establish connections between groups of MPI processes
- 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_Pready(3)
- Indicates that a given portion of the send buffer in a partitioned
- MPI_Pready_list(3)
- Indicates that a list of portions of the send buffer in a partitioned
- MPI_Pready_range(3)
- Indicates that a given range of the send buffer in a partitioned
- MPI_Probe(3)
- Blocking test for a message
- MPI_Publish_name(3)
- Publish a service name for use with MPI_Comm_connect
- MPI_Query_thread(3)
- Return the level of thread support provided by the MPI library
- MPI_Recv(3)
- Blocking receive for a message
- MPI_Reduce_scatter(3)
- Combines values and scatters the results
- MPI_Reduce_scatter_block(3)
- Combines values and scatters the results
- MPI_Reduce_scatter_block_init(3)
- Create a persistent request for reduce_scatter_block
- MPI_Request_free(3)
- Frees a communication request object
- MPI_Rsend(3)
- Blocking ready send
- MPI_Scatterv(3)
- Scatters a buffer in parts to all processes in a communicator
- MPI_Send(3)
- Performs a blocking send
- MPI_Sendrecv_replace(3)
- Sends and receives using a single buffer
- 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_Session_flush_buffer(3)
- block until all messages currently in the session-specific buffer of the calling process have been transmitted
- MPI_Session_get_num_psets(3)
- Get number of available processes sets
- MPI_Session_iflush_buffer(3)
- start a nonblocking flush in the session-specific buffer
- MPI_Ssend(3)
- Blocking synchronous send
- MPI_Status_c2f(3)
- Convert MPI_Status object to MPI_Fint array
- MPI_Status_c2f08(3)
- Convert MPI_Status object to MPI_F08_status object
- MPI_Status_f082c(3)
- Convert MPI_F08_status object to MPI_Status object
- MPI_Status_f082f(3)
- Convert MPI_F08_status object to MPI_Fint array
- MPI_Status_f2c(3)
- Convert MPI_Fint array to MPI_Status object
- MPI_Status_f2f08(3)
- Convert MPI_Fint array to MPI_F08_status object
- MPI_Status_set_elements(3)
- Set the number of elements in a status
- MPI_Status_set_elements_x(3)
- Set the number of elements in a status
- MPI_T_category_get_categories(3)
- Get sub-categories in a category
- MPI_T_category_get_cvars(3)
- Get control variables in a category
- MPI_T_category_get_info(3)
- Get the information about a category
- MPI_T_category_get_num(3)
- Get the number of categories
- MPI_T_category_get_num_events(3)
- Returns the number of event types contained in the queried category
- MPI_T_category_get_pvars(3)
- Get performance variables in a category
- MPI_T_cvar_get_index(3)
- Get the index of a control variable
- MPI_T_cvar_get_info(3)
- Get the information about a control variable
- MPI_T_cvar_get_num(3)
- Get the number of control variables
- MPI_T_cvar_handle_alloc(3)
- Allocate a handle for a control variable
- MPI_T_cvar_handle_free(3)
- Free an existing handle for a control variable
- MPI_T_cvar_read(3)
- Read the value of a control variable
- MPI_T_cvar_write(3)
- Write a control variable
- MPI_T_enum_get_info(3)
- Get the information about an enumeration
- MPI_T_enum_get_item(3)
- Get the information about an item in an enumeration
- MPI_T_event_callback_get_info(3)
- Returns a new info object containing the hints of the callback function registered for the callback safety level specified by cb_safety of the event-registration handle associated with event_registration
- MPI_T_event_callback_set_info(3)
- Updates the hints of the callback function registered for the callback safety level specified by cb_safety of the event-registration handle associated with event_registration
- MPI_T_event_copy(3)
- Copy event data as a whole into a user-specified buffer
- MPI_T_event_get_index(3)
- Returns the index of an event type identified by a known event type name
- MPI_T_event_get_info(3)
- Returns additional information about a specific event type
- MPI_T_event_get_num(3)
- Query the number of event types
- MPI_T_event_get_timestamp(3)
- Returns the timestamp of when the event was initially observed by the implementation
- 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_handle_get_info(3)
- Returns a new info object containing the hints of the event-registration handle associated with event_registration
- MPI_T_event_read(3)
- Copy one element of event data to a user-specified buffer
- MPI_T_event_register_callback(3)
- Associates a user-defined function with an allocated event-registration handle
- MPI_T_event_set_dropped_handler(3)
- Registers a function to be called when event information is dropped for the registration handle specified in event_registration
- MPI_T_pvar_get_index(3)
- Get the index of a performance variable
- MPI_T_pvar_get_info(3)
- Get the information about a performance variable
- MPI_T_pvar_get_num(3)
- Get the number of performance variables
- MPI_T_pvar_handle_alloc(3)
- Allocate a handle for a performance variable
- MPI_T_pvar_handle_free(3)
- Free an existing handle for a performance variable
- MPI_T_pvar_read(3)
- Read the value of a performance variable
- MPI_T_pvar_readreset(3)
- Read the value of a performance variable and then reset it
- MPI_T_pvar_reset(3)
- Reset a performance variable
- MPI_T_pvar_session_create(3)
- Create a new session for accessing performance variables
- MPI_T_pvar_session_free(3)
- Free an existing performance variable session
- MPI_T_pvar_start(3)
- Start a performance variable
- MPI_T_pvar_stop(3)
- Stop a performance variable
- MPI_T_pvar_write(3)
- Write 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_num(3)
- Query the number of event sources
- MPI_T_source_get_timestamp(3)
- Returns a current timestamp from the source identified by the source_index argument
- MPI_Type_create_darray(3)
- Create a datatype representing a distributed array
- 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_create_keyval(3)
- Create an attribute keyval for MPI datatypes
- MPI_Type_create_resized(3)
- Create a datatype with a new lower bound and extent from an existing datatype
- MPI_Type_create_struct(3)
- Create an MPI datatype from a general set of datatypes, displacements, and block sizes
- MPI_Type_create_subarray(3)
- Create a datatype for a subarray of a regular, multidimensional array
- MPI_Type_delete_attr(3)
- Deletes an attribute value associated with a key on a datatype
- MPI_Type_free_keyval(3)
- Frees an attribute key for datatypes
- MPI_Type_get_attr(3)
- Retrieves attribute value by key
- MPI_Type_get_extent(3)
- Get the lower bound and extent for a Datatype
- MPI_Type_get_extent_x(3)
- Get the lower bound and extent as MPI_Count values for a datatype
- MPI_Type_get_true_extent(3)
- Get the true lower bound and extent for a datatype
- MPI_Type_get_true_extent_x(3)
- Get the true lower bound and extent as MPI_Count values for 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_lb(3)
- Returns the lower-bound of a datatype
- MPI_Type_set_attr(3)
- Stores attribute value associated with a key
- MPI_Type_size(3)
- Return the number of bytes occupied by entries in the datatype
- MPI_Type_size_x(3)
- Return the number of bytes occupied by entries in the datatype
- MPI_Type_ub(3)
- Returns the upper bound of a datatype
- MPI_Unpack(3)
- Unpack a buffer according to a datatype into contiguous memory
- MPI_Unpack_external(3)
- Unpack a buffer (packed with MPI_Pack_external) according to a datatype into contiguous memory
- MPI_Unpublish_name(3)
- Unpublish a service name published with MPI_Publish_name
- 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_complete(3)
- Completes an RMA operations begun after an MPI_Win_start
- 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_create_keyval(3)
- Create an attribute keyval for MPI window objects
- MPI_Win_delete_attr(3)
- Deletes an attribute value associated with a key on a window
- MPI_Win_free_keyval(3)
- Frees an attribute key for MPI RMA windows
- MPI_Win_get_attr(3)
- Get attribute cached on an MPI window object
- MPI_Win_get_group(3)
- Get the MPI Group of the window object
- MPI_Win_get_info(3)
- Returns a new info object containing the hints of the window
- MPI_Win_lock(3)
- Begin an RMA access epoch at the target process
- MPI_Win_lock_all(3)
- Begin an RMA access epoch at all processes on the given window
- MPI_Win_set_attr(3)
- Stores attribute value associated with a key
- MPI_Win_shared_query(3)
- Query the size and base pointer for a patch of a shared memory window
- MPI_Win_sync(3)
- Synchronize public and private copies of the given window
- MPI_Win_wait(3)
- Completes an RMA exposure epoch begun with MPI_Win_post
- M_Complex(3)
- Agar-Math complex number
- M_Real(3)
- Agar-Math real number operations
- Magick++-config(1)
- get information about the installed version of Magick++
- Magick-config(1)
- get information about the installed version of ImageMagick
- MagickCore-config(1)
- get information about the installed version of ImageMagick
- MagickWand-config(1)
- get information about the installed version of the Magick Wand
- Map(3o)
- Association tables over ordered types
- Map.Make(3o)
- Functor building an implementation of the map structure given a totally ordered type
- Mat_Close(3)
- Closes an open MATLAB MAT file
- Mat_CreateVer(3), Mat_Create(3)
- Creates a MATLAB MAT file
- Mat_GetDir(3)
- Returns a list of the variable names of a MATLAB MAT file given a MAT file structure
- Mat_GetFileAccessMode(3)
- Returns the file access mode of a MATLAB MAT file given a MAT file structure
- Mat_GetFilename(3)
- Returns the filename of a MATLAB MAT file given a MAT file structure
- Mat_GetHeader(3)
- Returns the header of a MATLAB MAT file given a MAT file structure
- Mat_GetLibraryVersion(3)
- Gets the version of the matio library
- Mat_GetVersion(3)
- Returns the version of a MATLAB MAT file given a MAT file structure
- Mat_Open(3)
- Opens a MATLAB MAT file
- Mat_Rewind(3)
- Rewinds an open MAT file to the beginning
- Mat_VarCreate(3)
- Creates a MAT variable structure
- Mat_VarCreateStruct(3)
- Creates a structure variable
- Mat_VarDelete(3)
- Deletes a MAT variable from a file
- Mat_VarFree(3)
- Frees a MAT variable structure
- Mat_VarGetNumberOfFields(3)
- Gets the number of fields for a structure variable
- Mat_VarGetSize(3)
- Calculates the size of a MAT variable in bytes
- Mat_VarGetStructFieldnames(3)
- Get the fieldnames of a structure variable
- Mat_VarGetStructs(3)
- Index a structure variable using slices of each dimension
- Mat_VarGetStructsLinear(3)
- Linearly index a structure variable
- Mat_VarPrint(3)
- Prints the information of a MAT variable to stdout
- Mat_VarRead(3)
- Reads the information and data for a specific variable in a MATLAB MAT file
- Mat_VarReadInfo(3)
- Reads the information for a specific variable in a MATLAB MAT file
- Mat_VarReadNext(3)
- Reads the information and data for the next variable in a MATLAB MAT file
- Mat_VarReadNextInfo(3)
- Reads the information for the next variable in a MATLAB MAT file
- Mat_VarWrite(3)
- Writes a MATLAB variable to a MATLAB MAT file
- Mat_VarWriteAppend(3)
- Writes/appends a MATLAB variable to an HDF5 format MATLAB MAT file
- 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(3o)
- Extra labeled libraries
- MoreLabels.Hashtbl(3o)
- no description
- MoreLabels.Hashtbl.HashedType(3o)
- The input signature of the functor MoreLabels.Hashtbl.Make
- MoreLabels.Hashtbl.Make(3o)
- Functor building an implementation of the hashtable structure
- MoreLabels.Hashtbl.MakeSeeded(3o)
- Functor building an implementation of the hashtable structure
- MoreLabels.Hashtbl.S(3o)
- The output signature of the functor MoreLabels.Hashtbl.Make
- 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.Map.S(3o)
- Output 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
- MoreLabels.Set.S(3o)
- Output signature of the functor MoreLabels.Set.Make
- MrmFetchBitmapLiteral(3)
- Fetches a bitmap literal from a hierarchy "MrmFetchBitmapLiteral" "uil functions" "MrmFetchBitmapLiteral"
- MrmFetchSetValues(3)
- Fetches the values to be set from literals stored in UID files "MrmFetchSetValues" "uil functions" "MrmFetchSetValues"
- MrmOpenHierarchyFromBuffer(3)
- Allocates a hierarchy ID and opens a buffer containing a memory image of a UID file "MrmOpenHierarchyFrom%Buffer" "uil functions" "MrmOpenHierarchyFrom%Buffer"
- 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"
- MulticurveBootstrapping(1)
- Example of using QuantLib
- 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::Master::Group(3)
- Holds information on host groups. Groups can be nested
- Munin::Master::LimitsOld(3)
- Abstract base class for workers
- Munin::Master::Worker(3)
- Abstract base class for workers
- 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::SNMPConfig(3)
- Subroutines providing munin-node-configures SNMP scanning capabilities
- Munin::Node::Session(3)
- Stores the state for the session between a node and a master
- Munin::Plugin::Pgsql(3)
- Base module for PostgreSQL plugins for Munin
- Munin::Plugin::SNMP(3)
- Net::SNMP subclass for Munin plugins
- MyBackground(1x)
- details how background is to be rendered
- 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_BUFFER_new(2), NAL_BUFFER_free(2), NAL_BUFFER_set_size(2), NAL_BUFFER_empty(2), NAL_BUFFER_full(2), NAL_BUFFER_notempty(2), NAL_BUFFER_notfull(2), NAL_BUFFER_used(2), NAL_BUFFER_unused(2), NAL_BUFFER_data(2), NAL_BUFFER_size(2), NAL_BUFFER_write(2), NAL_BUFFER_read(2), NAL_BUFFER_write_ptr(2), NAL_BUFFER_takedata(2), NAL_BUFFER_wrote(2)
- libnal buffer 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_LISTENER_new(2), NAL_LISTENER_free(2), NAL_LISTENER_create(2)
- libnal listener functions
- NAL_SELECTOR_new(2), NAL_SELECTOR_free(2), NAL_SELECTOR_reset(2), NAL_SELECTOR_select(2)
- libnal selector 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-SNMPs snmptrapd
- 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
- OBJ_find_sigid_algs(3), OBJ_find_sigid_by_algs(3)
- signature algorithm mappings
- 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_request_add1_nonce(3), OCSP_basic_add1_nonce(3), OCSP_check_nonce(3), OCSP_copy_nonce(3)
- OCSP nonce functions
- OCSP_request_add1_nonce(3ossl), OCSP_basic_add1_nonce(3ossl), OCSP_check_nonce(3ossl), OCSP_copy_nonce(3ossl)
- OCSP nonce functions
- OCSP_resp_find_status(3ossl), OCSP_resp_count(3ossl), OCSP_resp_get0(3ossl), OCSP_resp_find(3ossl), OCSP_single_get0_status(3ossl), OCSP_resp_get0_produced_at(3ossl), OCSP_resp_get0_signature(3ossl), OCSP_resp_get0_tbs_sigalg(3ossl), OCSP_resp_get0_respdata(3ossl), OCSP_resp_get0_certs(3ossl), OCSP_resp_get0_signer(3ossl), OCSP_resp_get0_id(3ossl), OCSP_resp_get1_id(3ossl), OCSP_check_validity(3ossl), OCSP_basic_verify(3ossl)
- OCSP response utility functions
- OCSP_resp_get0_certs(3), OCSP_resp_get0_signer(3), OCSP_resp_get0_id(3), OCSP_resp_get1_id(3), OCSP_resp_get0_produced_at(3), OCSP_resp_get0_signature(3), OCSP_resp_get0_tbs_sigalg(3), OCSP_resp_get0_respdata(3), OCSP_resp_find_status(3), OCSP_resp_count(3), OCSP_resp_get0(3), OCSP_resp_find(3), OCSP_single_get0_status(3), OCSP_check_validity(3), OCSP_basic_verify(3)
- OCSP response utility functions
- OCSP_response_status(3), OCSP_response_get1_basic(3), OCSP_response_create(3), OCSP_RESPONSE_free(3), OCSP_RESPID_set_by_name(3), OCSP_RESPID_set_by_key(3), OCSP_RESPID_match(3), OCSP_basic_sign(3), OCSP_basic_sign_ctx(3)
- OCSP response functions
- OCSP_response_status(3ossl), OCSP_response_get1_basic(3ossl), OCSP_response_create(3ossl), OCSP_RESPONSE_free(3ossl), OCSP_RESPID_set_by_name(3ossl), OCSP_RESPID_set_by_key_ex(3ossl), OCSP_RESPID_set_by_key(3ossl), OCSP_RESPID_match_ex(3ossl), OCSP_RESPID_match(3ossl), OCSP_basic_sign(3ossl), OCSP_basic_sign_ctx(3ossl)
- OCSP response 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_Applink(3)
- glue between OpenSSL BIO and Win32 compiler run-time
- OPENSSL_Applink(3ossl)
- glue between OpenSSL BIO and Win32 compiler run-time
- 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_VERSION_MAJOR(3ossl), OPENSSL_VERSION_MINOR(3ossl), OPENSSL_VERSION_PATCH(3ossl), OPENSSL_VERSION_PRE_RELEASE(3ossl), OPENSSL_VERSION_BUILD_METADATA(3ossl), OPENSSL_VERSION_TEXT(3ossl), OPENSSL_VERSION_PREREQ(3ossl), OPENSSL_version_major(3ossl), OPENSSL_version_minor(3ossl), OPENSSL_version_patch(3ossl), OPENSSL_version_pre_release(3ossl), OPENSSL_version_build_metadata(3ossl), OpenSSL_version(3ossl), OPENSSL_VERSION_NUMBER(3ossl), OpenSSL_version_num(3ossl), OPENSSL_info(3ossl)
- get OpenSSL version number and other information
- OPENSSL_VERSION_NUMBER(3), OPENSSL_VERSION_TEXT(3), OpenSSL_version(3), OpenSSL_version_num(3)
- get OpenSSL version number
- OPENSSL_hexchar2int(3ossl), OPENSSL_hexstr2buf_ex(3ossl), OPENSSL_hexstr2buf(3ossl), OPENSSL_buf2hexstr_ex(3ossl), OPENSSL_buf2hexstr(3ossl)
- Hex encoding and decoding functions
- OPENSSL_ia32cap(3)
- the x86[_64] processor capabilities vector
- OPENSSL_ia32cap(3ossl)
- the x86[_64] processor capabilities vector
- OPENSSL_init_ssl(3)
- OpenSSL (libssl and libcrypto) initialisation
- OPENSSL_init_ssl(3ossl)
- OpenSSL (libssl and libcrypto) initialisation
- OPENSSL_instrument_bus(3), OPENSSL_instrument_bus2(3)
- instrument references to memory bus
- OPENSSL_instrument_bus(3ossl), OPENSSL_instrument_bus2(3ossl)
- instrument references to memory bus
- OPENSSL_load_builtin_modules(3), ASN1_add_oid_module(3), ENGINE_add_conf_module(3)
- add standard configuration modules
- OPENSSL_load_builtin_modules(3ossl), ASN1_add_oid_module(3ossl), ENGINE_add_conf_module(3ossl)
- add standard configuration modules
- 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_malloc_array(3ossl), OPENSSL_aligned_alloc_array(3ossl), OPENSSL_calloc(3ossl), OPENSSL_realloc_array(3ossl), OPENSSL_free(3ossl), OPENSSL_clear_realloc(3ossl), OPENSSL_clear_realloc_array(3ossl), OPENSSL_clear_free(3ossl), OPENSSL_cleanse(3ossl), CRYPTO_malloc(3ossl), CRYPTO_aligned_alloc(3ossl), CRYPTO_zalloc(3ossl), CRYPTO_malloc_array(3ossl), CRYPTO_aligned_alloc_array(3ossl), CRYPTO_calloc(3ossl), CRYPTO_realloc(3ossl), CRYPTO_realloc_array(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_realloc_array(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), OPENSSL_MALLOC_SEED(3ossl)
- Memory allocation functions
- OPENSSL_riscvcap(3ossl)
- the RISC-V processor capabilities vector
- OPENSSL_s390xcap(3ossl)
- the IBM z processor capabilities vector
- 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_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_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_CORE_MAKE_FUNC(3ossl), SSL_OP_BIT(3ossl), EXT_UTF8STRING(3ossl)
- OpenSSL reserved symbols
- OSSL_CRMF_MSG_get0_regCtrl_regToken(3ossl), OSSL_CRMF_MSG_set1_regCtrl_regToken(3ossl), OSSL_CRMF_MSG_get0_regCtrl_authenticator(3ossl), OSSL_CRMF_MSG_set1_regCtrl_authenticator(3ossl), OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo(3ossl), OSSL_CRMF_MSG_set0_SinglePubInfo(3ossl), OSSL_CRMF_MSG_set_PKIPublicationInfo_action(3ossl), OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo(3ossl), OSSL_CRMF_MSG_set1_regCtrl_pkiPublicationInfo(3ossl), OSSL_CRMF_MSG_get0_regCtrl_protocolEncrKey(3ossl), OSSL_CRMF_MSG_set1_regCtrl_protocolEncrKey(3ossl), OSSL_CRMF_MSG_get0_regCtrl_oldCertID(3ossl), OSSL_CRMF_MSG_set1_regCtrl_oldCertID(3ossl), OSSL_CRMF_CERTID_gen(3ossl)
- functions getting or setting CRMF Registration Controls
- 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_CRMF_pbm_new(3ossl), OSSL_CRMF_pbmp_new(3ossl)
- functions for producing Password-Based MAC (PBM)
- 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_FUNC_SSL_QUIC_TLS_crypto_send_fn(3ossl), OSSL_FUNC_SSL_QUIC_TLS_crypto_recv_rcd_fn(3ossl), OSSL_FUNC_SSL_QUIC_TLS_crypto_release_rcd_fn(3ossl), OSSL_FUNC_SSL_QUIC_TLS_yield_secret_fn(3ossl), OSSL_FUNC_SSL_QUIC_TLS_got_transport_params_fn(3ossl), OSSL_FUNC_SSL_QUIC_TLS_alert_fn(3ossl), SSL_set_quic_tls_cbs(3ossl), SSL_set_quic_tls_transport_params(3ossl), SSL_set_quic_tls_early_data_enabled(3ossl)
- Use the OpenSSL TLS implementation for a third party QUIC implementation
- 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_HTTP_open(3ossl), OSSL_HTTP_bio_cb_t(3ossl), OSSL_HTTP_proxy_connect(3ossl), OSSL_HTTP_set1_request(3ossl), OSSL_HTTP_exchange(3ossl), OSSL_HTTP_get(3ossl), OSSL_HTTP_transfer(3ossl), OSSL_HTTP_close(3ossl)
- HTTP client high-level functions
- OSSL_INDICATOR_set_callback(3ossl), OSSL_INDICATOR_get_callback(3ossl)
- specify a callback for FIPS indicators
- 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_LIB_CTX_set_conf_diagnostics(3ossl), OSSL_LIB_CTX_get_conf_diagnostics(3ossl)
- Set and get configuration diagnostics
- OSSL_PARAM(3ossl)
- a structure to pass or request object parameters
- OSSL_PARAM_BLD(3ossl), OSSL_PARAM_BLD_new(3ossl), OSSL_PARAM_BLD_to_param(3ossl), OSSL_PARAM_BLD_free(3ossl), OSSL_PARAM_BLD_push_int(3ossl), OSSL_PARAM_BLD_push_uint(3ossl), OSSL_PARAM_BLD_push_long(3ossl), OSSL_PARAM_BLD_push_ulong(3ossl), OSSL_PARAM_BLD_push_int32(3ossl), OSSL_PARAM_BLD_push_uint32(3ossl), OSSL_PARAM_BLD_push_int64(3ossl), OSSL_PARAM_BLD_push_uint64(3ossl), OSSL_PARAM_BLD_push_size_t(3ossl), OSSL_PARAM_BLD_push_time_t(3ossl), OSSL_PARAM_BLD_push_double(3ossl), OSSL_PARAM_BLD_push_BN(3ossl), OSSL_PARAM_BLD_push_BN_pad(3ossl), OSSL_PARAM_BLD_push_utf8_string(3ossl), OSSL_PARAM_BLD_push_utf8_ptr(3ossl), OSSL_PARAM_BLD_push_octet_string(3ossl), OSSL_PARAM_BLD_push_octet_ptr(3ossl)
- functions to assist in the creation of OSSL_PARAM arrays
- 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_set_octet_string_or_ptr(3ossl), OSSL_PARAM_UNMODIFIED(3ossl), OSSL_PARAM_modified(3ossl), OSSL_PARAM_set_all_unmodified(3ossl)
- OSSL_PARAM helpers
- OSSL_PARAM_print_to_bio(3ossl)
- OSSL_PARAM interrogation utilities
- OSSL_PROVIDER-base(7ossl)
- OpenSSL base 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_SELF_TEST_new(3ossl), OSSL_SELF_TEST_free(3ossl), OSSL_SELF_TEST_onbegin(3ossl), OSSL_SELF_TEST_oncorrupt_byte(3ossl), OSSL_SELF_TEST_onend(3ossl)
- functionality to trigger a callback during a self test
- OSSL_SELF_TEST_set_callback(3ossl), OSSL_SELF_TEST_get_callback(3ossl)
- specify a callback for processing self tests
- OSSL_STORE-winstore(7ossl)
- OpenSSL built in OSSL_STORE for Windows
- OSSL_STORE_CTX(3), OSSL_STORE_post_process_info_fn(3), OSSL_STORE_open(3), OSSL_STORE_ctrl(3), OSSL_STORE_load(3), OSSL_STORE_eof(3), OSSL_STORE_error(3), OSSL_STORE_close(3)
- Types and functions to read objects from a URI
- 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(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_LOADER_settable_ctx_params(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_STORE_SEARCH(3), OSSL_STORE_SEARCH_by_name(3), OSSL_STORE_SEARCH_by_issuer_serial(3), OSSL_STORE_SEARCH_by_key_fingerprint(3), OSSL_STORE_SEARCH_by_alias(3), OSSL_STORE_SEARCH_free(3), OSSL_STORE_SEARCH_get_type(3), OSSL_STORE_SEARCH_get0_name(3), OSSL_STORE_SEARCH_get0_serial(3), OSSL_STORE_SEARCH_get0_bytes(3), OSSL_STORE_SEARCH_get0_string(3), OSSL_STORE_SEARCH_get0_digest(3)
- Type and functions to create OSSL_STORE search criteria
- OSSL_STORE_SEARCH(3ossl), OSSL_STORE_SEARCH_by_name(3ossl), OSSL_STORE_SEARCH_by_issuer_serial(3ossl), OSSL_STORE_SEARCH_by_key_fingerprint(3ossl), OSSL_STORE_SEARCH_by_alias(3ossl), OSSL_STORE_SEARCH_free(3ossl), OSSL_STORE_SEARCH_get_type(3ossl), OSSL_STORE_SEARCH_get0_name(3ossl), OSSL_STORE_SEARCH_get0_serial(3ossl), OSSL_STORE_SEARCH_get0_bytes(3ossl), OSSL_STORE_SEARCH_get0_string(3ossl), OSSL_STORE_SEARCH_get0_digest(3ossl)
- Type and functions to create OSSL_STORE search criteria
- OSSL_STORE_attach(3ossl)
- Functions to read objects from a BIO
- OSSL_STORE_expect(3), OSSL_STORE_supports_search(3), OSSL_STORE_find(3)
- Specify what object type is expected
- OSSL_STORE_expect(3ossl), OSSL_STORE_supports_search(3ossl), OSSL_STORE_find(3ossl)
- Specify what object type is expected
- OSSL_sleep(3ossl)
- delay execution for a specified number of milliseconds
- OSSL_trace_enabled(3ossl), OSSL_trace_begin(3ossl), OSSL_trace_end(3ossl), OSSL_TRACE_BEGIN(3ossl), OSSL_TRACE_END(3ossl), OSSL_TRACE_CANCEL(3ossl), OSSL_TRACE(3ossl), OSSL_TRACE1(3ossl), OSSL_TRACE2(3ossl), OSSL_TRACE3(3ossl), OSSL_TRACE4(3ossl), OSSL_TRACE5(3ossl), OSSL_TRACE6(3ossl), OSSL_TRACE7(3ossl), OSSL_TRACE8(3ossl), OSSL_TRACE9(3ossl), OSSL_TRACEV(3ossl), OSSL_TRACE_STRING(3ossl), OSSL_TRACE_STRING_MAX(3ossl), OSSL_trace_string(3ossl), OSSL_TRACE_ENABLED(3ossl)
- OpenSSL Tracing API
- OSSL_trace_set_channel(3ossl), OSSL_trace_set_prefix(3ossl), OSSL_trace_set_suffix(3ossl), OSSL_trace_set_callback(3ossl), OSSL_trace_cb(3ossl)
- Enabling trace output
- Obj(3o)
- Operations on internal representations of values
- Obj.Closure(3o)
- no description
- Obj.Ephemeron(3o)
- no description
- Obj.Extension_constructor(3o)
- no description
- Object(3)
- The Object widget class "Object" "widget class" "Object"
- Object.nx(3), nx::Object(3)
- API reference of the base class in the NX object system
- Oo(3o)
- Operations on objects
- OpenSSL_add_all_algorithms(3), OpenSSL_add_all_ciphers(3), OpenSSL_add_all_digests(3), EVP_cleanup(3)
- add algorithms to internal table
- OpenSSL_add_all_algorithms(3ossl), OpenSSL_add_all_ciphers(3ossl), OpenSSL_add_all_digests(3ossl), EVP_cleanup(3ossl)
- add algorithms to internal table
- PACKFILE(3)
- Packfile structure, similar to the libc FILE structure. Allegro game programming library
- PACKFILE_VTABLE(3)
- Packfile vtable structure, for custom packfiles. Allegro game programming library
- PALETTE(3)
- Stores palette information. Allegro game programming library
- PAL_SIZE(3)
- Number of entries in a palette. Allegro game programming library
- PBMAC1_get1_pbkdf2_param(3ossl)
- Function to manipulate a PBMAC1 MAC structure
- 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_read_bio_ex(3), PEM_FLAG_SECURE(3), PEM_FLAG_EAY_COMPATIBLE(3), PEM_FLAG_ONLY_B64(3)
- read PEM format files with custom processing
- PEM_read_bio_ex(3ossl), PEM_FLAG_SECURE(3ossl), PEM_FLAG_EAY_COMPATIBLE(3ossl), PEM_FLAG_ONLY_B64(3ossl)
- read PEM format files with custom processing
- 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
- PEM_write_bio_CMS_stream(3)
- output CMS_ContentInfo structure in PEM format
- PEM_write_bio_CMS_stream(3ossl)
- output CMS_ContentInfo structure in PEM format
- PEM_write_bio_PKCS7_stream(3)
- output PKCS7 structure in PEM format
- PEM_write_bio_PKCS7_stream(3ossl)
- output PKCS7 structure in PEM format
- PKCS12_PBE_keyivgen(3ossl), PKCS12_PBE_keyivgen_ex(3ossl), PKCS12_pbe_crypt(3ossl), PKCS12_pbe_crypt_ex(3ossl)
- PKCS#12 Password based encryption
- PKCS12_SAFEBAG_create_cert(3ossl), PKCS12_SAFEBAG_create_crl(3ossl), PKCS12_SAFEBAG_create_secret(3ossl), PKCS12_SAFEBAG_create0_p8inf(3ossl), PKCS12_SAFEBAG_create0_pkcs8(3ossl), PKCS12_SAFEBAG_create_pkcs8_encrypt(3ossl), PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(3ossl)
- Create PKCS#12 safeBag objects
- PKCS12_SAFEBAG_get0_attr(3ossl), PKCS12_SAFEBAG_get0_type(3ossl), PKCS12_SAFEBAG_get_nid(3ossl), PKCS12_SAFEBAG_get_bag_nid(3ossl), PKCS12_SAFEBAG_get0_bag_obj(3ossl), PKCS12_SAFEBAG_get0_bag_type(3ossl), PKCS12_SAFEBAG_get1_cert_ex(3ossl), PKCS12_SAFEBAG_get1_cert(3ossl), PKCS12_SAFEBAG_get1_crl_ex(3ossl), PKCS12_SAFEBAG_get1_crl(3ossl), PKCS12_SAFEBAG_get0_safes(3ossl), PKCS12_SAFEBAG_get0_p8inf(3ossl), PKCS12_SAFEBAG_get0_pkcs8(3ossl)
- Get objects from a PKCS#12 safeBag
- PKCS12_SAFEBAG_get0_attrs(3ossl), PKCS12_get_attr_gen(3ossl)
- Retrieve attributes from a PKCS#12 safeBag
- PKCS12_SAFEBAG_set0_attrs(3ossl)
- Set attributes for a PKCS#12 safeBag
- PKCS12_add1_attr_by_NID(3ossl), PKCS12_add1_attr_by_txt(3ossl)
- Add an attribute to a PKCS#12 safeBag structure
- PKCS12_add_CSPName_asc(3ossl)
- Add a Microsoft CSP Name attribute to a PKCS#12 safeBag
- PKCS12_add_cert(3ossl), PKCS12_add_key(3ossl), PKCS12_add_key_ex(3ossl), PKCS12_add_secret(3ossl)
- Add an object to a set of PKCS#12 safeBags
- PKCS12_add_friendlyname_asc(3ossl), PKCS12_add_friendlyname_utf8(3ossl), PKCS12_add_friendlyname_uni(3ossl)
- Functions to add the friendlyname attribute to a PKCS#12 safeBag
- PKCS12_add_localkeyid(3ossl)
- Add the localKeyId attribute to a PKCS#12 safeBag
- PKCS12_add_safe(3ossl), PKCS12_add_safe_ex(3ossl), PKCS12_add_safes(3ossl), PKCS12_add_safes_ex(3ossl)
- Create and add objects to a PKCS#12 structure
- PKCS12_create(3ossl), PKCS12_create_ex(3ossl), PKCS12_create_cb(3ossl), PKCS12_create_ex2(3ossl)
- create a PKCS#12 structure
- PKCS12_decrypt_skey(3ossl), PKCS12_decrypt_skey_ex(3ossl)
- PKCS12 shrouded keyBag decrypt functions
- PKCS12_gen_mac(3ossl), PKCS12_setup_mac(3ossl), PKCS12_set_mac(3ossl), PKCS12_set_pbmac1_pbkdf2(3ossl), PKCS12_verify_mac(3ossl), PKCS12_get0_mac(3ossl)
- Functions to create and manipulate a PKCS#12 MAC structure
- PKCS12_get_friendlyname(3ossl)
- Retrieve the friendlyname attribute from a PKCS#12 safeBag
- 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
- PKCS12_pack_p7encdata(3ossl), PKCS12_pack_p7encdata_ex(3ossl)
- Pack a set of PKCS#12 safeBags into a PKCS#7 encrypted data object
- PKCS5_PBE_keyivgen(3ossl), PKCS5_PBE_keyivgen_ex(3ossl), PKCS5_pbe2_set(3ossl), PKCS5_pbe2_set_iv(3ossl), PKCS5_pbe2_set_iv_ex(3ossl), PKCS5_pbe_set(3ossl), PKCS5_pbe_set_ex(3ossl), PKCS5_pbe2_set_scrypt(3ossl), PKCS5_pbe_set0_algor(3ossl), PKCS5_pbe_set0_algor_ex(3ossl), PKCS5_v2_PBE_keyivgen(3ossl), PKCS5_v2_PBE_keyivgen_ex(3ossl), PKCS5_v2_scrypt_keyivgen(3ossl), PKCS5_v2_scrypt_keyivgen_ex(3ossl), PKCS5_pbkdf2_set(3ossl), PKCS5_pbkdf2_set_ex(3ossl), EVP_PBE_scrypt(3ossl), EVP_PBE_scrypt_ex(3ossl)
- PKCS#5 Password based encryption routines
- 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_add_attribute(3), PKCS7_set_attributes(3), PKCS7_get_attribute(3), PKCS7_add_signed_attribute(3), PKCS7_set_signed_attributes(3), PKCS7_get_signed_attribute(3), PKCS7_add_attrib_content_type(3), PKCS7_add1_attrib_digest(3), PKCS7_add0_attrib_signing_time(3), PKCS7_add_attrib_smimecap(3)
- attributes of SignerInfo objects
- PKCS7_dataFinal(3)
- move data from a BIO chain to a ContentInfo object
- PKCS7_dataInit(3)
- construct a BIO chain for adding or retrieving content
- PKCS7_final(3)
- read data from a BIO into a ContentInfo object
- PKCS7_get_signer_info(3)
- retrieve signerInfos from a SignedData object
- 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
- PKCS8_pkey_get0_attrs(3ossl), PKCS8_pkey_add1_attr(3ossl), PKCS8_pkey_add1_attr_by_NID(3ossl), PKCS8_pkey_add1_attr_by_OBJ(3ossl)
- PKCS8 attribute functions
- PKCS8_pkey_set0(3), PKCS8_pkey_get0(3), PKCS8_pkey_add1_attr_by_NID(3), PKCS8_pkey_get0_attrs(3)
- change and inspect PKCS#8 PrivateKeyInfo objects
- 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_add_bookmark(3)
- Add bookmark to current page
- PS_add_weblink(3)
- Adds link to a web location
- PS_begin_font(3)
- Starts a new Type3 font
- PS_begin_glyph(3)
- Starts a new glyph in a Type3 font
- PS_begin_page(3)
- Start a new page
- PS_begin_pattern(3)
- Starts a new pattern
- PS_begin_template(3)
- Starts a new template
- PS_boot(3)
- Initialize library
- PS_get_buffer(3)
- Returns internal memory buffer
- PS_get_majorversion(3)
- returns the major version number of the PostScript library
- PS_get_minorversion(3)
- returns the minor version number of the PostScript library
- PS_get_opaque(3)
- Returns pointer which has been passed to PS_new2()
- PS_get_subminorversion(3)
- returns the subminor version number of the PostScript library
- PS_glyph_show(3)
- Output glyph by name
- PS_new(3)
- Creating a new PostScript document object
- PS_new2(3)
- Creates a new PostScript document object
- 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
- PS_show_boxed(3)
- Output text in a box
- PS_shutdown(3)
- Final clean up of library
- PS_symbol(3)
- Output glyph at a certain position in the font encoding vector
- PS_symbol_name(3)
- Get name of a glyph
- PS_symbol_width(3)
- Get width of a glyph
- PTAInterpolate(1)
- Interpolate intermediate images between stereo photos
- PTBatcherGUI(1)
- Hugin batch processor
- PTblender(1)
- Colour and brightness correction of panoramas
- PTinfo(1)
- Display information about a panotools-generated image
- PagerDecorations(1x)
- Visual attributes of the Pager window
- Parsetree(3o)
- Abstract syntax tree produced by parsing
- Parsing(3o)
- The run-time library for parsers generated by ocamlyacc
- 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
- Psequin(1)
- submit sequences to Genbank, EMBL, and DDBJ
- QUAT(3)
- Stores quaternion information. Allegro game programming library
- QuryShape(3), Shape_GetBbox(3), Shape_GetShapeRectanglesObj(3), Shape_QueryVersion(3), Shape_ExtensionPresent(3)
- get info about a shaping or the shaping subsystem
- RAND_DRBG(7)
- the deterministic random bit generator
- RAND_DRBG_generate(3), RAND_DRBG_bytes(3)
- generate random bytes using the given drbg instance
- RAND_DRBG_get0_master(3), RAND_DRBG_get0_public(3), RAND_DRBG_get0_private(3)
- get access to the global RAND_DRBG instances
- 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_callbacks(3), RAND_DRBG_get_entropy_fn(3), RAND_DRBG_cleanup_entropy_fn(3), RAND_DRBG_get_nonce_fn(3), RAND_DRBG_cleanup_nonce_fn(3)
- set callbacks for reseeding
- 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_bytes(3), RAND_priv_bytes(3), RAND_pseudo_bytes(3)
- generate random data
- 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
- RAND_egd(3), RAND_egd_bytes(3), RAND_query_egd_bytes(3)
- query entropy gathering daemon
- RAND_egd(3ossl), RAND_egd_bytes(3ossl), RAND_query_egd_bytes(3ossl)
- query entropy gathering daemon
- RAND_get0_primary(3ossl), RAND_get0_public(3ossl), RAND_get0_private(3ossl), RAND_set0_public(3ossl), RAND_set0_private(3ossl)
- get access to the global EVP_RAND_CTX instances
- RAND_set_DRBG_type(3ossl), RAND_set_seed_source_type(3ossl)
- specify the global random number generator types
- RC2_set_key(3), RC2_encrypt(3), RC2_decrypt(3), RC2_cbc_encrypt(3), RC2_ecb_encrypt(3), RC2_cfb64_encrypt(3), RC2_ofb64_encrypt(3)
- low-level functions for Rivest Cipher 2
- REASSIGN_OWNED(7)
- change the ownership of database objects owned by a database role
- REINDEX(7)
- rebuild indexes
- RGB(3)
- Single palette entry. Allegro game programming library
- RGB_MAP(3)
- Stores an rgb map to accelerate conversions. Allegro game programming library
- RG_Tileset(3), RG(3)
- Agar feature-based pixel graphics
- RLE_SPRITE(3)
- Stores the contents of an RLE sprite. Allegro game programming library
- RNAsubopt(1)
- manual page for RNAsubopt 2.7.0
- ROLLBACK(7)
- abort the current transaction
- ROLLBACK_PREPARED(7)
- cancel a transaction that was earlier prepared for two-phase commit
- ROLLBACK_TO_SAVEPOINT(7)
- roll back to a savepoint
- RSA_blinding_on(3), RSA_blinding_off(3)
- protect the RSA operation from timing attacks
- RSA_blinding_on(3ossl), RSA_blinding_off(3ossl)
- protect the RSA operation from timing attacks
- 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_new(3), RSA_free(3)
- allocate and free RSA objects
- RSA_new(3ossl), RSA_free(3ossl)
- allocate and free RSA objects
- RSA_pkey_ctx_ctrl(3), EVP_PKEY_CTX_set_rsa_padding(3), EVP_PKEY_CTX_get_rsa_padding(3), EVP_PKEY_CTX_set_rsa_keygen_bits(3), EVP_PKEY_CTX_set_rsa_keygen_pubexp(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_rsa_pss_saltlen(3), EVP_PKEY_CTX_get_rsa_pss_saltlen(3), EVP_PKEY_CTX_set_rsa_pss_keygen_md(3), EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md(3), EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen(3)
- RSA private key control operations
- 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_set0_key(3), RSA_set0_factors(3), RSA_set0_crt_params(3), RSA_get0_key(3), RSA_get0_factors(3), RSA_get0_crt_params(3), RSA_get0_n(3), RSA_get0_e(3), RSA_get0_d(3), RSA_get0_p(3), RSA_get0_q(3), RSA_get0_dmp1(3), RSA_get0_dmq1(3), RSA_get0_iqmp(3), RSA_get0_pss_params(3), RSA_clear_flags(3), RSA_test_flags(3), RSA_set_flags(3), RSA_get0_engine(3), RSA_get_multi_prime_extra_count(3), RSA_get0_multi_prime_factors(3), RSA_get0_multi_prime_crt_params(3), RSA_set0_multi_prime_params(3), RSA_get_version(3)
- Routines for getting and setting data in an RSA object
- RSA_set0_key(3ossl), RSA_set0_factors(3ossl), RSA_set0_crt_params(3ossl), RSA_get0_key(3ossl), RSA_get0_factors(3ossl), RSA_get0_crt_params(3ossl), RSA_get0_n(3ossl), RSA_get0_e(3ossl), RSA_get0_d(3ossl), RSA_get0_p(3ossl), RSA_get0_q(3ossl), RSA_get0_dmp1(3ossl), RSA_get0_dmq1(3ossl), RSA_get0_iqmp(3ossl), RSA_get0_pss_params(3ossl), RSA_clear_flags(3ossl), RSA_test_flags(3ossl), RSA_set_flags(3ossl), RSA_get0_engine(3ossl), RSA_get_multi_prime_extra_count(3ossl), RSA_get0_multi_prime_factors(3ossl), RSA_get0_multi_prime_crt_params(3ossl), RSA_set0_multi_prime_params(3ossl), RSA_get_version(3ossl)
- Routines for getting and setting data in an RSA object
- RSA_size(3), RSA_bits(3), RSA_security_bits(3)
- get RSA modulus size or security bits
- RSA_size(3ossl), RSA_bits(3ossl), RSA_security_bits(3ossl)
- get RSA modulus size or security bits
- RT::Extension::CommandByMail(3)
- Change ticket metadata via email
- RT::Extension::RepeatTicket(3)
- Repeat tickets based on schedule
- RT::Interface::Email::Action::CommandByMail(3)
- Change metadata of ticket via email
- Random(3o)
- Pseudo-random number generators (PRNG)
- RectObj(3)
- The RectObj widget class "RectObj" "widget class" "RectObj"
- RegExp.tcl86(3), Tcl_RegExpMatch(3), Tcl_RegExpCompile(3), Tcl_RegExpExec(3), Tcl_RegExpRange(3), Tcl_GetRegExpFromObj(3), Tcl_RegExpMatchObj(3), Tcl_RegExpExecObj(3), Tcl_RegExpGetInfo(3)
- Pattern matching with regular expressions
- RegExp.tcl90(3), Tcl_RegExpMatch(3), Tcl_RegExpCompile(3), Tcl_RegExpExec(3), Tcl_RegExpRange(3), Tcl_GetRegExpFromObj(3), Tcl_RegExpMatchObj(3), Tcl_RegExpExecObj(3), Tcl_RegExpGetInfo(3)
- Pattern matching with regular expressions
- Replication(1)
- Example of using QuantLib
- Repo(1)
- Example of using QuantLib
- RhumbSolve(1)
- -- perform rhumb line calculations
- RkBgnBun(3), RkBgnBun / RkwBgnBun(3)
- convert the reading of a specified length to kanji
- RkCvtHan(3), RkCvtHan / RkwCvtHan(3)
- convert double-width symbols, alphanumeric characters, hiragana, and katakana to single-width characters
- RkCvtHira(3)
- convert double-width katakana to double-width hiragana
- RkCvtKana(3)
- convert double-width hiragana to double-width katakana
- RkCvtRoma(3)
- convert an entire character string from Romaji to kana by iteratively using RkMapRoma
- RkCvtZen(3)
- convert ASCII characters and single-width katakana to double-width characters
- RkEndBun(3)
- terminate kana-kanji conversion
- RkGetDicList(3)
- get the name of a dictionary that can be added to the dictionary list
- RkGetStat(3)
- get analysis information about the current candidate
- RkIntro(3), DICLib intro(3)
- dictionary access library introduction
- RkMapPhonogram(3)
- perform Romaji-kana conversion by using a specified Romaji-kana conversion table
- RkMapRoma(3)
- perform Romaji-kana conversion by using a specified Romaji-kana conversion table
- RkResize(3)
- change the reading length of the current clause to len bytes
- RkStoreYomi(3)
- change the reading of the current clause, reconverting the subsequent clauses
- SAMPLE(3)
- Stores sound data. Allegro game programming library
- SCREEN_W(3), SCREEN_H(3)
- Global define to obtain the size of the screen. Allegro game programming library
- SCT_new(3), SCT_new_from_base64(3), SCT_free(3), SCT_LIST_free(3), SCT_get_version(3), SCT_set_version(3), SCT_get_log_entry_type(3), SCT_set_log_entry_type(3), SCT_get0_log_id(3), SCT_set0_log_id(3), SCT_set1_log_id(3), SCT_get_timestamp(3), SCT_set_timestamp(3), SCT_get_signature_nid(3), SCT_set_signature_nid(3), SCT_get0_signature(3), SCT_set0_signature(3), SCT_set1_signature(3), SCT_get0_extensions(3), SCT_set0_extensions(3), SCT_set1_extensions(3), SCT_get_source(3), SCT_set_source(3)
- A Certificate Transparency Signed Certificate Timestamp
- SCT_new(3ossl), SCT_new_from_base64(3ossl), SCT_free(3ossl), SCT_LIST_free(3ossl), SCT_get_version(3ossl), SCT_set_version(3ossl), SCT_get_log_entry_type(3ossl), SCT_set_log_entry_type(3ossl), SCT_get0_log_id(3ossl), SCT_set0_log_id(3ossl), SCT_set1_log_id(3ossl), SCT_get_timestamp(3ossl), SCT_set_timestamp(3ossl), SCT_get_signature_nid(3ossl), SCT_set_signature_nid(3ossl), SCT_get0_signature(3ossl), SCT_set0_signature(3ossl), SCT_set1_signature(3ossl), SCT_get0_extensions(3ossl), SCT_set0_extensions(3ossl), SCT_set1_extensions(3ossl), SCT_get_source(3ossl), SCT_set_source(3ossl)
- A Certificate Transparency Signed Certificate Timestamp
- SCT_print(3), SCT_LIST_print(3), SCT_validation_status_string(3)
- Prints Signed Certificate Timestamps in a human-readable way
- SCT_print(3ossl), SCT_LIST_print(3ossl), SCT_validation_status_string(3ossl)
- Prints Signed Certificate Timestamps in a human-readable way
- SDL_ActiveEvent(3)
- Application visibility event structure
- SDL_AddTimer(3)
- Add a timer which will call a callback after the specified number of milliseconds has elapsed
- SDL_BlitSurface(3)
- This performs a fast blit from the source surface to the destination surface
- SDL_BuildAudioCVT(3)
- Initializes a SDL_AudioCVT structure for conversion
- SDL_CDName(3)
- Returns a human-readable, system-dependent identifier for the CD-ROM
- SDL_CDNumDrives(3)
- Returns the number of CD-ROM drives on the system
- SDL_CondBroadcast(3)
- Restart all threads waiting on a condition variable
- SDL_CondSignal(3)
- Restart a thread wait on a condition variable
- SDL_CondWait(3)
- Wait on a condition variable
- SDL_CondWaitTimeout(3)
- Wait on a condition variable, with timeout
- SDL_CreateCond(3)
- Create a condition variable
- SDL_CreateRGBSurface(3)
- Create an empty SDL_Surface
- SDL_CreateRGBSurfaceFrom(3)
- Create an SDL_Surface from pixel data
- SDL_Delay(3)
- Wait a specified number of milliseconds before returning
- SDL_DestroyCond(3)
- Destroy a condition variable
- SDL_DestroySemaphore(3)
- Destroys a semaphore that was created by SDL_CreateSemaphore
- SDL_DisplayYUVOverlay(3)
- Blit the overlay to the display
- SDL_EnableKeyRepeat(3)
- Set keyboard repeat rate
- SDL_EnableUNICODE(3)
- Enable UNICODE translation
- SDL_Flip(3)
- Swaps screen buffers
- SDL_GL_GetAttribute(3)
- Get the value of a special SDL/OpenGL attribute
- SDL_GL_LoadLibrary(3)
- Specify an OpenGL library
- SDL_GL_SetAttribute(3)
- Set a special SDL/OpenGL attribute
- SDL_GL_SwapBuffers(3)
- Swap OpenGL framebuffers/Update Display
- SDL_GLattr(3)
- SDL GL Attributes
- SDL_GetGammaRamp(3)
- Gets the color gamma lookup tables for the display
- SDL_GetKeyState(3)
- Get a snapshot of the current keyboard state
- SDL_GetRGB(3)
- Get RGB values from a pixel in the specified pixel format
- SDL_GetRGBA(3)
- Get RGBA values from a pixel in the specified pixel format
- SDL_GetTicks(3)
- Get the number of milliseconds since the SDL library initialization
- SDL_GetVideoInfo(3)
- returns a pointer to information about the video hardware
- SDL_InitSubSystem(3)
- Initialize subsystems
- SDL_JoyBallEvent(3)
- Joystick trackball motion event structure
- SDL_JoyButtonEvent(3)
- Joystick button event structure
- SDL_JoystickEventState(3)
- Enable/disable joystick event polling
- SDL_JoystickGetBall(3)
- Get relative trackball motion
- SDL_JoystickGetButton(3)
- Get the current state of a given button on a given joystick
- SDL_JoystickNumAxes(3)
- Get the number of joystick axes
- SDL_JoystickNumBalls(3)
- Get the number of joystick trackballs
- SDL_JoystickNumButtons(3)
- Get the number of joysitck buttons
- SDL_JoystickNumHats(3)
- Get the number of joystick hats
- 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_LoadBMP(3)
- Load a Windows BMP file into an SDL_Surface
- SDL_LockAudio(3)
- Lock out the callback function
- SDL_MapRGB(3)
- Map a RGB color value to a pixel format
- SDL_MapRGBA(3)
- Map a RGBA color value to a pixel format
- SDL_MouseButtonEvent(3)
- Mouse button event structure
- SDL_NumJoysticks(3)
- Count available joysticks
- SDL_Palette(3)
- Color palette for 8-bit pixel formats
- SDL_PauseAudio(3)
- Pauses and unpauses the audio callback processing
- SDL_QuitSubSystem(3)
- Shut down a subsystem
- SDL_SaveBMP(3)
- Save an SDL_Surface as a Windows BMP file
- SDL_SemTryWait(3)
- Attempt to lock a semaphore but don't suspend the thread
- SDL_SemWaitTimeout(3)
- Lock a semaphore, but only wait up to a specified maximum time
- SDL_SetColorKey(3)
- Sets the color key (transparent pixel) in a blittable surface and RLE acceleration
- SDL_SetColors(3)
- Sets a portion of the colormap for the given 8-bit surface
- SDL_SetEventFilter(3)
- Sets up a filter to process all events before they are posted to the event queue
- SDL_SetGammaRamp(3)
- Sets the color gamma lookup tables for the display
- SDL_SetPalette(3)
- Sets the colors in the palette of an 8-bit surface
- SDL_SetTimer(3)
- Set a callback to run after the specified number of milliseconds has elapsed
- SDL_SetVideoMode(3)
- Set up a video mode with the specified width, height and bits-per-pixel
- SDL_ThreadID(3)
- Get the 32-bit thread identifier for the current thread
- SDL_UnlockAudio(3)
- Unlock the callback function
- SDL_VideoDriverName(3)
- Obtain the name of the video driver
- SDL_WM_GrabInput(3)
- Grabs mouse and keyboard input
- SDL_WaitEvent(3)
- Waits indefinitely for the next available event
- SDL_WasInit(3)
- Check which subsystems are initialized
- SDLmm(3)
- The namespace for the SDLmm library
- SDLmm_BaseSurface(3), SDLmm::BaseSurface(3)
- An abstract base class for graphical surfaces
- SDLmm_ColorRGB(3), SDLmm::ColorRGB(3)
- A small usefull class representing an RGB color
- SDLmm_ColorRGBA(3), SDLmm::ColorRGBA(3)
- A small usefull class representing an RGBA color
- SDLmm_Display(3), SDLmm::Display(3)
- The video frame buffer surface
- SDLmm_EventHandler(3), SDLmm::EventHandler(3)
- The base class used for custom Event handlers
- 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_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(7), TABLE(7), WITH(7)
- retrieve rows from a table or view
- SELECT_INTO(7)
- define a new table from the results of a query
- SG_Image(3)
- Agar-SG polygonal 2D image object
- SG_Node(3)
- Agar-SG base node class
- SG_Object(3)
- Agar-SG polyhedral object node
- SG_PolyBall(3), SG_Ball(3)
- Agar-SG polyhedral sphere approximation
- SG_Texture(3)
- Agar-SG texture object
- SG_Voxel(3)
- Agar-SG voxel object
- SMIME_crlf_copy(3)
- buffered copy between BIOs
- 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_cursor_find(3)
- find an existing cursor by name
- SPI_execute_plan(3)
- execute a statement prepared by SPI_prepare
- SPI_execute_plan_extended(3)
- execute a statement prepared by SPI_prepare
- SPI_execute_plan_with_paramlist(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_freetuptable(3)
- free a row set created by SPI_execute or a similar function
- SPI_getargcount(3)
- return the number of arguments needed by a statement prepared by SPI_prepare
- SPI_getargtypeid(3)
- return the data type OID for an argument of a statement prepared by SPI_prepare
- SPI_getbinval(3)
- return the binary value of the specified column
- SPI_is_cursor_plan(3)
- return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
- SPI_modifytuple(3)
- create a row by replacing selected fields of a given row
- SPI_register_relation(3)
- make an ephemeral named relation available by name in SPI queries
- SPI_register_trigger_data(3)
- make ephemeral trigger data available in SPI queries
- SPI_rollback(3), SPI_rollback_and_chain(3)
- abort the current transaction
- SPI_start_transaction(3)
- obsolete function
- SP_disconnect(3)
- destroy connection between app and daemon
- SP_equal_group_ids(3)
- checks amount of data ready to be read
- SP_join(3)
- create connection between app and daemon
- SP_leave(3)
- create connection between app and daemon
- SP_poll(3)
- checks amount of data ready to be read
- SRP_Calc_server_key(3ossl), SRP_Calc_A(3ossl), SRP_Calc_B_ex(3ossl), SRP_Calc_B(3ossl), SRP_Calc_u_ex(3ossl), SRP_Calc_u(3ossl), SRP_Calc_x_ex(3ossl), SRP_Calc_x(3ossl), SRP_Calc_client_key_ex(3ossl), SRP_Calc_client_key(3ossl)
- SRP authentication primitives
- SRP_VBASE_new(3ossl), SRP_VBASE_free(3ossl), SRP_VBASE_init(3ossl), SRP_VBASE_add0_user(3ossl), SRP_VBASE_get1_by_user(3ossl), SRP_VBASE_get_by_user(3ossl)
- Functions to create and manage a stack of SRP user verifier information
- 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_ctrl(3), SSL_CTX_callback_ctrl(3), SSL_ctrl(3), SSL_callback_ctrl(3)
- internal handling functions for SSL_CTX and SSL objects
- SSL_CTX_ctrl(3ossl), SSL_CTX_callback_ctrl(3ossl), SSL_ctrl(3ossl), SSL_callback_ctrl(3ossl)
- internal handling functions for SSL_CTX and SSL objects
- SSL_CTX_dane_enable(3), SSL_CTX_dane_mtype_set(3), SSL_dane_enable(3), SSL_dane_tlsa_add(3), SSL_get0_dane_authority(3), SSL_get0_dane_tlsa(3), SSL_CTX_dane_set_flags(3), SSL_CTX_dane_clear_flags(3), SSL_dane_set_flags(3), SSL_dane_clear_flags(3)
- enable DANE TLS authentication of the remote TLS server in the local TLS client
- SSL_CTX_dane_enable(3ossl), SSL_CTX_dane_mtype_set(3ossl), SSL_dane_enable(3ossl), SSL_dane_tlsa_add(3ossl), SSL_get0_dane_authority(3ossl), SSL_get0_dane_tlsa(3ossl), SSL_CTX_dane_set_flags(3ossl), SSL_CTX_dane_clear_flags(3ossl), SSL_dane_set_flags(3ossl), SSL_dane_clear_flags(3ossl)
- enable DANE TLS authentication of the remote TLS server in the local TLS client
- SSL_CTX_free(3)
- free an allocated SSL_CTX object
- SSL_CTX_free(3ossl)
- free an allocated SSL_CTX object
- 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_sess_number(3), SSL_CTX_sess_connect(3), SSL_CTX_sess_connect_good(3), SSL_CTX_sess_connect_renegotiate(3), SSL_CTX_sess_accept(3), SSL_CTX_sess_accept_good(3), SSL_CTX_sess_accept_renegotiate(3), SSL_CTX_sess_hits(3), SSL_CTX_sess_cb_hits(3), SSL_CTX_sess_misses(3), SSL_CTX_sess_timeouts(3), SSL_CTX_sess_cache_full(3)
- obtain session cache statistics
- SSL_CTX_sess_number(3ossl), SSL_CTX_sess_connect(3ossl), SSL_CTX_sess_connect_good(3ossl), SSL_CTX_sess_connect_renegotiate(3ossl), SSL_CTX_sess_accept(3ossl), SSL_CTX_sess_accept_good(3ossl), SSL_CTX_sess_accept_renegotiate(3ossl), SSL_CTX_sess_hits(3ossl), SSL_CTX_sess_cb_hits(3ossl), SSL_CTX_sess_misses(3ossl), SSL_CTX_sess_timeouts(3ossl), SSL_CTX_sess_cache_full(3ossl)
- obtain session cache statistics
- 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_set0_chain(3), SSL_CTX_set1_chain(3), SSL_CTX_add0_chain_cert(3), SSL_CTX_add1_chain_cert(3), SSL_CTX_get0_chain_certs(3), SSL_CTX_clear_chain_certs(3), SSL_set0_chain(3), SSL_set1_chain(3), SSL_add0_chain_cert(3), SSL_add1_chain_cert(3), SSL_get0_chain_certs(3), SSL_clear_chain_certs(3), SSL_CTX_build_cert_chain(3), SSL_build_cert_chain(3), SSL_CTX_select_current_cert(3), SSL_select_current_cert(3), SSL_CTX_set_current_cert(3), SSL_set_current_cert(3)
- extra chain certificate processing
- SSL_CTX_set0_chain(3ossl), SSL_CTX_set1_chain(3ossl), SSL_CTX_add0_chain_cert(3ossl), SSL_CTX_add1_chain_cert(3ossl), SSL_CTX_get0_chain_certs(3ossl), SSL_CTX_clear_chain_certs(3ossl), SSL_set0_chain(3ossl), SSL_set1_chain(3ossl), SSL_add0_chain_cert(3ossl), SSL_add1_chain_cert(3ossl), SSL_get0_chain_certs(3ossl), SSL_clear_chain_certs(3ossl), SSL_CTX_build_cert_chain(3ossl), SSL_build_cert_chain(3ossl), SSL_CTX_select_current_cert(3ossl), SSL_select_current_cert(3ossl), SSL_CTX_set_current_cert(3ossl), SSL_set_current_cert(3ossl)
- extra chain certificate processing
- SSL_CTX_set_alpn_protos(3), SSL_set_alpn_protos(3), SSL_CTX_set_alpn_select_cb(3), SSL_CTX_set_next_proto_select_cb(3), SSL_CTX_set_next_protos_advertised_cb(3), SSL_select_next_proto(3), SSL_get0_alpn_selected(3), SSL_get0_next_proto_negotiated(3)
- handle application layer protocol negotiation (ALPN)
- SSL_CTX_set_alpn_protos(3ossl), SSL_set_alpn_protos(3ossl), SSL_CTX_set_alpn_select_cb(3ossl), SSL_CTX_set_next_proto_select_cb(3ossl), SSL_CTX_set_next_protos_advertised_cb(3ossl), SSL_select_next_proto(3ossl), SSL_get0_alpn_selected(3ossl), SSL_get0_next_proto_negotiated(3ossl)
- handle application layer protocol negotiation (ALPN)
- SSL_CTX_set_async_callback(3ossl), SSL_CTX_set_async_callback_arg(3ossl), SSL_set_async_callback(3ossl), SSL_set_async_callback_arg(3ossl), SSL_get_async_status(3ossl), SSL_async_callback_fn(3ossl)
- manage asynchronous operations
- SSL_CTX_set_cert_cb(3), SSL_set_cert_cb(3)
- handle certificate callback function
- SSL_CTX_set_cert_cb(3ossl), SSL_set_cert_cb(3ossl)
- handle certificate callback function
- SSL_CTX_set_cert_verify_callback(3)
- set peer certificate verification procedure
- SSL_CTX_set_cert_verify_callback(3ossl)
- set peer certificate verification procedure
- SSL_CTX_set_cipher_list(3), SSL_set_cipher_list(3), SSL_CTX_set_ciphersuites(3), SSL_set_ciphersuites(3)
- choose list of available SSL_CIPHERs
- 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_cert_cb(3), SSL_CTX_get_client_cert_cb(3)
- handle client certificate callback function
- SSL_CTX_set_client_cert_cb(3ossl), SSL_CTX_get_client_cert_cb(3ossl)
- handle client certificate callback function
- 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_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_dh_auto(3ossl), SSL_set_dh_auto(3ossl), SSL_CTX_set0_tmp_dh_pkey(3ossl), SSL_set0_tmp_dh_pkey(3ossl), SSL_CTX_set_tmp_dh_callback(3ossl), SSL_CTX_set_tmp_dh(3ossl), SSL_set_tmp_dh_callback(3ossl), SSL_set_tmp_dh(3ossl)
- handle DH keys for ephemeral key exchange
- 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_generate_session_id(3), SSL_set_generate_session_id(3), SSL_has_matching_session_id(3), GEN_SESSION_CB(3)
- manipulate generation of SSL session IDs (server only)
- SSL_CTX_set_generate_session_id(3ossl), SSL_set_generate_session_id(3ossl), SSL_has_matching_session_id(3ossl), GEN_SESSION_CB(3ossl)
- manipulate generation of SSL session IDs (server only)
- SSL_CTX_set_info_callback(3), SSL_CTX_get_info_callback(3), SSL_set_info_callback(3), SSL_get_info_callback(3)
- handle information callback for SSL connections
- SSL_CTX_set_info_callback(3ossl), SSL_CTX_get_info_callback(3ossl), SSL_set_info_callback(3ossl), SSL_get_info_callback(3ossl)
- handle information callback for SSL connections
- SSL_CTX_set_keylog_callback(3), SSL_CTX_get_keylog_callback(3), SSL_CTX_keylog_cb_func(3)
- logging TLS key material
- SSL_CTX_set_keylog_callback(3ossl), SSL_CTX_get_keylog_callback(3ossl), SSL_CTX_keylog_cb_func(3ossl)
- logging TLS key material
- 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_msg_callback(3), SSL_CTX_set_msg_callback_arg(3), SSL_set_msg_callback(3), SSL_set_msg_callback_arg(3)
- install callback for observing protocol messages
- SSL_CTX_set_msg_callback(3ossl), SSL_CTX_set_msg_callback_arg(3ossl), SSL_set_msg_callback(3ossl), SSL_set_msg_callback_arg(3ossl), SSL_trace(3ossl)
- install callback for observing protocol messages
- SSL_CTX_set_new_pending_conn_cb(3ossl), SSL_set_new_pending_conn_cb_fn(3ossl)
- callback function to report creation of QUIC connection SSL objects
- SSL_CTX_set_quiet_shutdown(3), SSL_CTX_get_quiet_shutdown(3), SSL_set_quiet_shutdown(3), SSL_get_quiet_shutdown(3)
- manipulate shutdown behaviour
- SSL_CTX_set_quiet_shutdown(3ossl), SSL_CTX_get_quiet_shutdown(3ossl), SSL_set_quiet_shutdown(3ossl), SSL_get_quiet_shutdown(3ossl)
- manipulate shutdown behaviour
- 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_record_padding_callback(3), SSL_set_record_padding_callback(3), SSL_CTX_set_record_padding_callback_arg(3), SSL_set_record_padding_callback_arg(3), SSL_CTX_get_record_padding_callback_arg(3), SSL_get_record_padding_callback_arg(3), SSL_CTX_set_block_padding(3), SSL_set_block_padding(3)
- install callback to specify TLS 1.3 record padding
- SSL_CTX_set_record_padding_callback(3ossl), SSL_set_record_padding_callback(3ossl), SSL_CTX_set_record_padding_callback_arg(3ossl), SSL_set_record_padding_callback_arg(3ossl), SSL_CTX_get_record_padding_callback_arg(3ossl), SSL_get_record_padding_callback_arg(3ossl), SSL_CTX_set_block_padding(3ossl), SSL_CTX_set_block_padding_ex(3ossl), SSL_set_block_padding(3ossl), SSL_set_block_padding_ex(3ossl)
- install callback to specify TLS 1.3 record padding
- SSL_CTX_set_security_level(3), SSL_set_security_level(3), SSL_CTX_get_security_level(3), SSL_get_security_level(3), SSL_CTX_set_security_callback(3), SSL_set_security_callback(3), SSL_CTX_get_security_callback(3), SSL_get_security_callback(3), SSL_CTX_set0_security_ex_data(3), SSL_set0_security_ex_data(3), SSL_CTX_get0_security_ex_data(3), SSL_get0_security_ex_data(3)
- SSL/TLS security framework
- SSL_CTX_set_security_level(3ossl), SSL_set_security_level(3ossl), SSL_CTX_get_security_level(3ossl), SSL_get_security_level(3ossl), SSL_CTX_set_security_callback(3ossl), SSL_set_security_callback(3ossl), SSL_CTX_get_security_callback(3ossl), SSL_get_security_callback(3ossl), SSL_CTX_set0_security_ex_data(3ossl), SSL_set0_security_ex_data(3ossl), SSL_CTX_get0_security_ex_data(3ossl), SSL_get0_security_ex_data(3ossl)
- SSL/TLS security framework
- 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_CTX_set_srp_username(3ossl), SSL_CTX_set_srp_password(3ossl), SSL_CTX_set_srp_strength(3ossl), SSL_CTX_set_srp_cb_arg(3ossl), SSL_CTX_set_srp_username_callback(3ossl), SSL_CTX_set_srp_client_pwd_callback(3ossl), SSL_CTX_set_srp_verify_param_callback(3ossl), SSL_set_srp_server_param(3ossl), SSL_set_srp_server_param_pw(3ossl), SSL_get_srp_g(3ossl), SSL_get_srp_N(3ossl), SSL_get_srp_username(3ossl), SSL_get_srp_userinfo(3ossl)
- SRP control operations
- SSL_CTX_set_stateless_cookie_generate_cb(3), SSL_CTX_set_stateless_cookie_verify_cb(3), SSL_CTX_set_cookie_generate_cb(3), SSL_CTX_set_cookie_verify_cb(3)
- Callback functions for stateless TLS1.3 cookies
- SSL_CTX_set_stateless_cookie_generate_cb(3ossl), SSL_CTX_set_stateless_cookie_verify_cb(3ossl), SSL_CTX_set_cookie_generate_cb(3ossl), SSL_CTX_set_cookie_verify_cb(3ossl)
- Callback functions for stateless TLS1.3 cookies
- SSL_CTX_set_tlsext_servername_callback(3), SSL_CTX_set_tlsext_servername_arg(3), SSL_get_servername_type(3), SSL_get_servername(3), SSL_set_tlsext_host_name(3)
- handle server name indication (SNI)
- SSL_CTX_set_tlsext_servername_callback(3ossl), SSL_CTX_set_tlsext_servername_arg(3ossl), SSL_get_servername_type(3ossl), SSL_get_servername(3ossl), SSL_set_tlsext_host_name(3ossl)
- handle server name indication (SNI)
- SSL_CTX_set_tlsext_status_cb(3), SSL_CTX_get_tlsext_status_cb(3), SSL_CTX_set_tlsext_status_arg(3), SSL_CTX_get_tlsext_status_arg(3), SSL_CTX_set_tlsext_status_type(3), SSL_CTX_get_tlsext_status_type(3), SSL_set_tlsext_status_type(3), SSL_get_tlsext_status_type(3), SSL_get_tlsext_status_ocsp_resp(3), SSL_set_tlsext_status_ocsp_resp(3)
- OCSP Certificate Status Request functions
- SSL_CTX_set_tlsext_status_cb(3ossl), SSL_CTX_get_tlsext_status_cb(3ossl), SSL_CTX_set_tlsext_status_arg(3ossl), SSL_CTX_get_tlsext_status_arg(3ossl), SSL_CTX_set_tlsext_status_type(3ossl), SSL_CTX_get_tlsext_status_type(3ossl), SSL_set_tlsext_status_type(3ossl), SSL_get_tlsext_status_type(3ossl), SSL_get_tlsext_status_ocsp_resp(3ossl), SSL_set_tlsext_status_ocsp_resp(3ossl), SSL_get0_tlsext_status_ocsp_resp_ex(3ossl), SSL_set0_tlsext_status_ocsp_resp_ex(3ossl)
- OCSP Certificate Status Request functions
- SSL_CTX_set_tlsext_ticket_key_cb(3)
- set a callback for session ticket processing
- SSL_CTX_set_tlsext_ticket_key_evp_cb(3ossl), SSL_CTX_set_tlsext_ticket_key_cb(3ossl)
- set a callback for session ticket processing
- SSL_CTX_set_tmp_dh_callback(3), SSL_CTX_set_tmp_dh(3), SSL_set_tmp_dh_callback(3), SSL_set_tmp_dh(3)
- handle DH keys for ephemeral key exchange
- SSL_CTX_set_tmp_rsa_callback(3), SSL_CTX_set_tmp_rsa(3), SSL_CTX_need_tmp_RSA(3), SSL_set_tmp_rsa_callback(3), SSL_set_tmp_rsa(3), SSL_need_tmp_RSA(3)
- handle RSA keys for ephemeral key exchange
- 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 peers certificate for a session
- SSL_SESSION_get0_peer(3ossl)
- get details about peers 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_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_SESSION_print(3), SSL_SESSION_print_fp(3), SSL_SESSION_print_keylog(3)
- printf information about a session
- SSL_SESSION_print(3ossl), SSL_SESSION_print_fp(3ossl), SSL_SESSION_print_keylog(3ossl)
- printf information about a session
- SSL_accept_stream(3ossl), SSL_get_accept_stream_queue_len(3ossl), SSL_ACCEPT_STREAM_NO_BLOCK(3ossl), SSL_ACCEPT_STREAM_UNI(3ossl), SSL_ACCEPT_STREAM_BIDI(3ossl)
- accept an incoming QUIC stream from a QUIC peer
- SSL_add_expected_rpk(3ossl), SSL_get_negotiated_client_cert_type(3ossl), SSL_get_negotiated_server_cert_type(3ossl), SSL_get0_peer_rpk(3ossl), SSL_SESSION_get0_peer_rpk(3ossl)
- raw public key (RFC7250) support
- SSL_check_chain(3)
- check certificate chain suitability
- SSL_check_chain(3ossl)
- check certificate chain suitability
- SSL_clear(3)
- reset SSL object to allow another connection
- SSL_clear(3ossl)
- reset SSL object to allow another connection
- 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_export_keying_material(3), SSL_export_keying_material_early(3)
- obtain keying material for application use
- SSL_export_keying_material(3ossl), SSL_export_keying_material_early(3ossl)
- obtain keying material for application use
- SSL_extension_supported(3), SSL_CTX_add_custom_ext(3), SSL_CTX_add_client_custom_ext(3), SSL_CTX_add_server_custom_ext(3), custom_ext_add_cb(3), custom_ext_free_cb(3), custom_ext_parse_cb(3)
- custom TLS extension handling
- SSL_extension_supported(3ossl), SSL_custom_ext_add_cb_ex(3ossl), SSL_custom_ext_free_cb_ex(3ossl), SSL_custom_ext_parse_cb_ex(3ossl), SSL_CTX_add_custom_ext(3ossl), SSL_CTX_add_client_custom_ext(3ossl), SSL_CTX_add_server_custom_ext(3ossl), custom_ext_add_cb(3ossl), custom_ext_free_cb(3ossl), custom_ext_parse_cb(3ossl)
- custom TLS extension handling
- SSL_free_buffers(3), SSL_alloc_buffers(3)
- manage SSL structure buffers
- SSL_free_buffers(3ossl), SSL_alloc_buffers(3ossl)
- manage SSL structure buffers
- SSL_get0_connection(3ossl), SSL_is_connection(3ossl)
- get a QUIC connection SSL object from a QUIC stream SSL object
- SSL_get0_group_name(3ossl)
- get name of the group that was used for the key agreement of the current TLS session establishment
- SSL_get1_builtin_sigalgs(3ossl)
- get list of built-in signature algorithms
- SSL_get1_supported_ciphers(3), SSL_get_client_ciphers(3), SSL_get_ciphers(3), SSL_CTX_get_ciphers(3), SSL_bytes_to_cipher_list(3), SSL_get_cipher_list(3), SSL_get_shared_ciphers(3)
- get list of available SSL_CIPHERs
- SSL_get1_supported_ciphers(3ossl), SSL_get_client_ciphers(3ossl), SSL_get_ciphers(3ossl), SSL_CTX_get_ciphers(3ossl), SSL_bytes_to_cipher_list(3ossl), SSL_get_cipher_list(3ossl), SSL_get_shared_ciphers(3ossl)
- get list of available SSL_CIPHERs
- 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_current_cipher(3), SSL_get_cipher_name(3), SSL_get_cipher(3), SSL_get_cipher_bits(3), SSL_get_cipher_version(3), SSL_get_pending_cipher(3)
- get SSL_CIPHER of a connection
- SSL_get_current_cipher(3ossl), SSL_get_cipher_name(3ossl), SSL_get_cipher(3ossl), SSL_get_cipher_bits(3ossl), SSL_get_cipher_version(3ossl), SSL_get_pending_cipher(3ossl)
- get SSL_CIPHER of a connection
- 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_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_peer_tmp_key(3), SSL_get_server_tmp_key(3), SSL_get_tmp_key(3)
- get information about temporary keys used during a handshake
- SSL_get_peer_tmp_key(3ossl), SSL_get_server_tmp_key(3ossl), SSL_get_tmp_key(3ossl)
- get information about temporary keys used during a handshake
- SSL_get_rbio(3), SSL_get_wbio(3)
- get BIO linked to an SSL object
- SSL_get_rbio(3ossl), SSL_get_wbio(3ossl)
- get BIO linked to an SSL object
- 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_id(3ossl), SSL_get_stream_type(3ossl), SSL_STREAM_TYPE_NONE(3ossl), SSL_STREAM_TYPE_READ(3ossl), SSL_STREAM_TYPE_WRITE(3ossl), SSL_STREAM_TYPE_BIDI(3ossl), SSL_is_stream_local(3ossl)
- get QUIC stream ID and stream type information
- 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_in_before(3), SSL_in_init(3), SSL_is_init_finished(3), SSL_in_connect_init(3), SSL_in_accept_init(3), SSL_get_state(3)
- retrieve information about the handshake state machine
- SSL_in_before(3ossl), SSL_in_init(3ossl), SSL_is_init_finished(3ossl), SSL_in_connect_init(3ossl), SSL_in_accept_init(3ossl), SSL_get_state(3ossl)
- retrieve information about the handshake state machine
- SSL_key_update(3), SSL_get_key_update_type(3), SSL_renegotiate(3), SSL_renegotiate_abbreviated(3), SSL_renegotiate_pending(3)
- initiate and obtain information about updating connection keys
- SSL_key_update(3ossl), SSL_get_key_update_type(3ossl), SSL_renegotiate(3ossl), SSL_renegotiate_abbreviated(3ossl), SSL_renegotiate_pending(3ossl)
- initiate and obtain information about updating connection keys
- SSL_library_init(3), OpenSSL_add_ssl_algorithms(3)
- initialize SSL library by registering algorithms
- SSL_library_init(3ossl), OpenSSL_add_ssl_algorithms(3ossl)
- initialize SSL library by registering algorithms
- SSL_load_client_CA_file(3), SSL_add_file_cert_subjects_to_stack(3), SSL_add_dir_cert_subjects_to_stack(3)
- load certificate names
- SSL_load_client_CA_file_ex(3ossl), SSL_load_client_CA_file(3ossl), SSL_add_file_cert_subjects_to_stack(3ossl), SSL_add_dir_cert_subjects_to_stack(3ossl), SSL_add_store_cert_subjects_to_stack(3ossl)
- load certificate names
- SSL_new_domain(3ossl), SSL_is_domain(3ossl), SSL_get0_domain(3ossl)
- SSL object interface for managing QUIC event domains
- SSL_new_listener(3ossl), SSL_new_listener_from(3ossl), SSL_is_listener(3ossl), SSL_get0_listener(3ossl), SSL_listen(3ossl), SSL_accept_connection(3ossl), SSL_get_accept_connection_queue_len(3ossl), SSL_new_from_listener(3ossl), SSL_ACCEPT_CONNECTION_NO_BLOCK(3ossl)
- SSL object interface for abstracted connection acceptance
- SSL_new_stream(3ossl), SSL_STREAM_FLAG_UNI(3ossl), SSL_STREAM_FLAG_NO_BLOCK(3ossl), SSL_STREAM_FLAG_ADVANCE(3ossl)
- create a new locally-initiated QUIC stream
- SSL_pending(3), SSL_has_pending(3)
- check for readable bytes buffered in an SSL object
- SSL_pending(3ossl), SSL_has_pending(3ossl)
- check for readable bytes buffered in an SSL object
- SSL_poll(3ossl), SSL_POLL_EVENT_NONE(3ossl), SSL_POLL_EVENT_F(3ossl), SSL_POLL_EVENT_EL(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_IC(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_client_cb_func(3), SSL_psk_use_session_cb_func(3), SSL_CTX_set_psk_client_callback(3), SSL_set_psk_client_callback(3), SSL_CTX_set_psk_use_session_callback(3), SSL_set_psk_use_session_callback(3)
- set PSK client callback
- SSL_psk_client_cb_func(3ossl), SSL_psk_use_session_cb_func(3ossl), SSL_CTX_set_psk_client_callback(3ossl), SSL_set_psk_client_callback(3ossl), SSL_CTX_set_psk_use_session_callback(3ossl), SSL_set_psk_use_session_callback(3ossl)
- set PSK client callback
- 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_read_ex(3), SSL_read(3), SSL_peek_ex(3), SSL_peek(3)
- read bytes from a TLS/SSL connection
- SSL_read_ex(3ossl), SSL_read(3ossl), SSL_peek_ex(3ossl), SSL_peek(3ossl)
- read bytes from a TLS/SSL connection
- 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_SSL_CTX(3)
- modify an SSL connection object to use another context
- SSL_set_bio(3), SSL_set0_rbio(3), SSL_set0_wbio(3)
- connect the SSL object with a BIO
- SSL_set_bio(3ossl), SSL_set0_rbio(3ossl), SSL_set0_wbio(3ossl)
- connect the SSL object with a BIO
- 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_max_early_data(3), SSL_CTX_set_max_early_data(3), SSL_get_max_early_data(3), SSL_CTX_get_max_early_data(3), SSL_set_recv_max_early_data(3), SSL_CTX_set_recv_max_early_data(3), SSL_get_recv_max_early_data(3), SSL_CTX_get_recv_max_early_data(3), SSL_SESSION_get_max_early_data(3), SSL_SESSION_set_max_early_data(3), SSL_write_early_data(3), SSL_read_early_data(3), SSL_get_early_data_status(3), SSL_allow_early_data_cb_fn(3), SSL_CTX_set_allow_early_data_cb(3), SSL_set_allow_early_data_cb(3)
- functions for sending and receiving early data
- SSL_set_max_early_data(3ossl), SSL_CTX_set_max_early_data(3ossl), SSL_get_max_early_data(3ossl), SSL_CTX_get_max_early_data(3ossl), SSL_set_recv_max_early_data(3ossl), SSL_CTX_set_recv_max_early_data(3ossl), SSL_get_recv_max_early_data(3ossl), SSL_CTX_get_recv_max_early_data(3ossl), SSL_SESSION_get_max_early_data(3ossl), SSL_SESSION_set_max_early_data(3ossl), SSL_write_early_data(3ossl), SSL_read_early_data(3ossl), SSL_get_early_data_status(3ossl), SSL_allow_early_data_cb_fn(3ossl), SSL_CTX_set_allow_early_data_cb(3ossl), SSL_set_allow_early_data_cb(3ossl)
- functions for sending and receiving early data
- SSL_set_num_tickets(3), SSL_get_num_tickets(3), SSL_CTX_set_num_tickets(3), SSL_CTX_get_num_tickets(3)
- control the number of TLSv1.3 session tickets that are issued
- SSL_set_num_tickets(3ossl), SSL_get_num_tickets(3ossl), SSL_CTX_set_num_tickets(3ossl), SSL_CTX_get_num_tickets(3ossl), SSL_new_session_ticket(3ossl)
- control the number of TLSv1.3 session tickets that are issued
- SSL_set_retry_verify(3ossl)
- indicate that certificate verification should be retried
- SSL_set_session(3)
- set a TLS/SSL session to be used during TLS/SSL connect
- SSL_set_session(3ossl)
- set a TLS/SSL session to be used during TLS/SSL connect
- SSL_set_session_secret_cb(3ossl), tls_session_secret_cb_fn(3ossl)
- set the session secret callback
- SSL_set_tmp_ecdh(3), SSL_CTX_set_tmp_ecdh(3), SSL_set_ecdh_auto(3), SSL_CTX_set_ecdh_auto(3), SSL_set_tmp_ecdh_callback(3), SSL_CTX_set_tmp_ecdh_callback(3)
- select a curve for ECDH ephemeral key exchange
- 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_want(3), SSL_want_nothing(3), SSL_want_read(3), SSL_want_write(3), SSL_want_x509_lookup(3), SSL_want_async(3), SSL_want_async_job(3), SSL_want_client_hello_cb(3)
- obtain state information TLS/SSL I/O operation
- SSL_want(3ossl), SSL_want_nothing(3ossl), SSL_want_read(3ossl), SSL_want_write(3ossl), SSL_want_x509_lookup(3ossl), SSL_want_retry_verify(3ossl), SSL_want_async(3ossl), SSL_want_async_job(3ossl), SSL_want_client_hello_cb(3ossl)
- obtain state information TLS/SSL I/O operation
- SSL_write_ex(3), SSL_write(3), SSL_sendfile(3)
- write bytes to a TLS/SSL connection
- 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
- STACK_OF(3)
- variable-sized arrays of pointers, called OpenSSL stacks
- START_TRANSACTION(7)
- start a transaction block
- STRUCTS_DATA_TYPE(3), STRUCTS_FIXEDDATA_TYPE(3)
- structs types for binary data
- Semaphore.Binary(3o)
- no description
- Set.Make(3o)
- Functor building an implementation of the set structure given a totally ordered type
- 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_base(3), Smokeping::matchers::base(3)
- Base Class for implementing SmokePing Matchers
- Smokeping_probes_AnotherCurl(3), Smokeping::probes::AnotherCurl(3)
- a curl(1) probe for SmokePing
- Smokeping_probes_AnotherDNS(3), Smokeping::probes::AnotherDNS(3)
- Alternate DNS Probe
- Smokeping_probes_AnotherSSH(3), Smokeping::probes::AnotherSSH(3)
- Another SSH probe
- Smokeping_probes_CiscoRTTMonDNS(3), Smokeping::probes::CiscoRTTMonDNS.pm(3)
- Probe for SmokePing
- Smokeping_probes_CiscoRTTMonEchoICMP(3), Smokeping::probes::CiscoRTTMonEchoICMP(3)
- Probe for SmokePing
- Smokeping_probes_CiscoRTTMonTcpConnect(3), Smokeping::probes::CiscoRTTMonTcpConnect(3)
- Probe for SmokePing
- Smokeping_probes_Curl(3), Smokeping::probes::Curl(3)
- a curl(1) probe for SmokePing
- Smokeping_probes_DNS(3), Smokeping::probes::DNS(3)
- Name Service Probe for SmokePing
- Smokeping_probes_DismanPing(3), Smokeping::probes::DismanPing(3)
- DISMAN-PING-MIB Probe for SmokePing
- Smokeping_probes_EchoPing(3), Smokeping::probes::EchoPing(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingChargen(3), Smokeping::probes::EchoPingChargen(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingDNS(3), Smokeping::probes::EchoPingDNS(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingDiscard(3), Smokeping::probes::EchoPingDiscard(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingHttp(3), Smokeping::probes::EchoPingHttp(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingHttps(3), Smokeping::probes::EchoPingHttps(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingIcp(3), Smokeping::probes::EchoPingIcp(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingLDAP(3), Smokeping::probes::EchoPingLDAP(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingPlugin(3), Smokeping::probes::EchoPingPlugin(3)
- a basis for using echoping(1) plugins as probes for SmokePing
- Smokeping_probes_EchoPingSmtp(3), Smokeping::probes::EchoPingSmtp(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_EchoPingWhois(3), Smokeping::probes::EchoPingWhois(3)
- an echoping(1) probe for SmokePing
- Smokeping_probes_FPing(3), Smokeping::probes::FPing(3)
- FPing Probe for SmokePing
- Smokeping_probes_FPing6(3), Smokeping::probes::FPing6(3)
- FPing6 Probe for SmokePing
- Smokeping_probes_FPingContinuous(3), Smokeping::probes::FPingContinuous(3)
- FPingContinuous Probe for SmokePing
- Smokeping_probes_FTPtransfer(3), Smokeping::probes::FTPtransfer(3)
- intrusive bandwidth probe
- Smokeping_probes_IOSPing(3), Smokeping::probes::IOSPing(3)
- Cisco IOS Probe for SmokePing
- Smokeping_probes_IRTT(3), Smokeping::probes::IRTT(3)
- a SmokePing Probe for IRTT <https://github.com/peteheist/irtt>
- Smokeping_probes_LDAP(3), Smokeping::probes::LDAP(3)
- a LDAP probe for SmokePing
- Smokeping_probes_NFSping(3), Smokeping::probes::NFSping(3)
- NFSping Probe for SmokePing
- Smokeping_probes_OpenSSHEOSPing(3), Smokeping::probes::OpenSSHEOSPing(3)
- Arista EOS SSH Probe for SmokePing
- Smokeping_probes_OpenSSHJunOSPing(3), Smokeping::probes::OpenSSHJunOSPing(3)
- Juniper SSH JunOS Probe for SmokePing
- Smokeping_probes_Qstat(3), Smokeping::probes::Qstat(3)
- Qstat Probe for SmokePing
- Smokeping_probes_Radius(3), Smokeping::probes::Radius(3)
- a RADIUS authentication probe for SmokePing
- Smokeping_probes_RemoteFPing(3), Smokeping::probes::RemoteFPing(3)
- Remote FPing Probe for SmokePing
- Smokeping_probes_SSH(3), Smokeping::probes::SSH(3)
- Secure Shell Probe for SmokePing
- Smokeping_probes_SendEmail(3), Smokeping::probes::SendEmail(3)
- a Smokeping probe that measure time needed to send an mail
- Smokeping_probes_SipSak(3), Smokeping::probes::SipSak(3)
- tests sip server
- Smokeping_probes_TCPPing(3), Smokeping::probes::TCPPing(3)
- TCPPing Probe for SmokePing
- Smokeping_probes_TacacsPlus(3), Smokeping::probes::TacacsPlus(3)
- a TacacsPlus authentication probe for SmokePing
- Smokeping_probes_TelnetIOSPing(3), Smokeping::probes::TelnetIOSPing(3)
- Cisco IOS Probe for SmokePing
- Smokeping_probes_TelnetJunOSPing(3), Smokeping::probes::TelnetJunOSPing(3)
- Juniper JunOS Probe for SmokePing
- Smokeping_probes_TraceroutePing(3), Smokeping::probes::TraceroutePing(3)
- use traceroute to obtain RTT for a router
- Smokeping_probes_WebProxyFilter(3), Smokeping::probes::WebProxyFilter(3)
- tests webproxy filter performance and function
- Smokeping_probes_base(3), Smokeping::probes::base(3)
- Base Class for implementing SmokePing Probes
- Smokeping_probes_basefork(3), Smokeping::probes::basefork(3)
- Yet Another Base Class for implementing SmokePing Probes
- Smokeping_probes_basevars(3), Smokeping::probes::basevars(3)
- Another Base Class for implementing SmokePing Probes
- Smokeping_probes_passwordchecker(3), Smokeping::probes::passwordchecker(3)
- A Base Class for implementing SmokePing Probes
- Smokeping_probes_skel(3), Smokeping::probes::skel(3)
- a skeleton for Smokeping Probes
- 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
- Smokeping_sorters_base(3), Smokeping::sorters::base(3)
- Base Class for implementing SmokePing Sorters
- StdLabels(3o)
- Standard labeled libraries
- StdLabels.Array(3o)
- no description
- StdLabels.Bytes(3o)
- no description
- StdLabels.List(3o)
- no description
- StdLabels.String(3o)
- no description
- Stdlib(3o)
- The OCaml Standard library
- 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.LargeFile(3o)
- Operations on large files
- 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
- StringLabels(3o)
- Strings
- Sympa(3Sympa)
- Future base class of Sympa functional objects
- Sympa::Aliases(3Sympa)
- Base class for alias management
- Sympa::Aliases::External(3Sympa)
- Alias management: Updating aliases by external program
- Sympa::Aliases::Template(3Sympa)
- Alias management: Aliases file based on template
- Sympa::CLI(3Sympa)
- Base class of Sympa CLI modules
- Sympa::ConfDef(3Sympa)
- Definition of site and robot configuration parameters
- Sympa::Crash(3Sympa)
- Show traceback on critical error
- Sympa::DataSource(3Sympa)
- Base class of Sympa data source subclasses
- Sympa::DataSource::File(3Sympa)
- Data source based on local file
- Sympa::DataSource::LDAP(3Sympa)
- Data source based on LDAP search operation
- Sympa::DataSource::LDAP2(3Sympa)
- Data source based on LDAP with two-level search operations
- Sympa::DataSource::List(3Sympa)
- Data source based on a list at local machine
- Sympa::DataSource::RemoteDump(3Sympa)
- Data source based on a user dump at remote host
- Sympa::DataSource::RemoteFile(3Sympa)
- Data source based on a file at remote host
- Sympa::DataSource::SQL(3Sympa)
- Data source based on SQL query
- Sympa::Database(3Sympa)
- Handling databases
- Sympa::DatabaseDescription(3Sympa)
- Definition of core database structure
- Sympa::DatabaseDriver(3Sympa)
- Base class of database drivers for Sympa
- Sympa::DatabaseDriver::CSV(3Sympa)
- Database driver for CSV
- Sympa::DatabaseDriver::LDAP(3Sympa)
- Database driver for LDAP search operation
- Sympa::DatabaseDriver::MySQL(3Sympa)
- Database driver for MySQL / MariaDB
- Sympa::DatabaseDriver::ODBC(3Sympa)
- Database driver for ODBC
- Sympa::DatabaseDriver::Oracle(3Sympa)
- Database driver for Oracle Database
- Sympa::DatabaseDriver::Oracle::St(3Sympa)
- Correcting behavior of DBD::Oracle
- Sympa::DatabaseDriver::PostgreSQL(3Sympa)
- Database driver for PostgreSQL
- Sympa::DatabaseDriver::SQLite(3Sympa)
- Database driver for SQLite
- Sympa::DatabaseManager(3Sympa)
- Managing schema of Sympa core database
- Sympa::Message(3Sympa)
- Mail message embedding for internal use in Sympa
- Sympa::Request::Handler(3Sympa)
- Base class of request handler classes
- Sympa::Request::Handler::distribute(3Sympa)
- distribute request handler
- Sympa::Request::Handler::global_remind(3Sympa)
- global remind request handler
- Sympa::Request::Handler::global_set(3Sympa)
- global set request handler
- Sympa::Request::Handler::global_signoff(3Sympa)
- global signoff request handler
- Sympa::Request::Handler::subscribe(3Sympa)
- subscribe request handler
- Sympa::Spindle(3Sympa)
- Base class of subclasses to define Sympa workflows
- Sympa::Spindle::AuthorizeMessage(3Sympa)
- Workflow to authorize messages bound for lists
- Sympa::Spindle::DistributeMessage(3Sympa)
- Workflow to distribute messages to list members
- Sympa::Spindle::DoMessage(3Sympa)
- Workflow to handle messages bound for lists
- Sympa::Spindle::ProcessBounce(3Sympa)
- Workflow of bounce processing
- Sympa::Spindle::ProcessOutgoing(3Sympa)
- Workflow of message distribution
- Sympa::Spindle::ToList(3Sympa)
- Process to distribute messages to list members
- Sympa::Spool(3Sympa)
- Base class of spool classes
- Sympa::Spool::Bounce(3Sympa)
- Spool for incoming bounce messages
- Sympa::User(3Sympa)
- All Users Identified by Sympa
- Sympa::WWW::Crawlers(3Sympa)
- Regular expression for User-Agent of web crawlers
- Sympa::WWW::Session(3Sympa)
- Web session
- System-Info(1)
- Show system information and banners
- 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
- TIFFCreateDirectory(3tiff)
- routines to create a directory and retrieve information about directories
- TIFFCustomTagList(3tiff)
- returns information about the custom tag list
- TIFFError(3tiff)
- library error handling interface
- TIFFFieldReadCount(3tiff)
- get number of values to be read from field
- TIFFFieldWriteCount(3tiff)
- get number of values to be written to field
- TIFFMergeFieldInfo(3tiff)
- add application-defined TIFF tags to the list of known libtiff tags
- TIFFRGBAImage(3tiff)
- read and decode an image into a raster
- 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
- TIFFSetTagExtender(3tiff)
- register the merge function for user defined tags as an extender callback with libtiff
- TIFFStrileQuery(3tiff)
- get strile byte count and offset
- TIFFWarning(3tiff)
- library warning interface
- TIFFbuffer(3tiff)
- I/O buffering control routines
- TIFFswab(3tiff)
- byte- and bit-swapping routines
- TLSv1_2_method(3), TLSv1_2_server_method(3), TLSv1_2_client_method(3), SSL_CTX_new(3), SSL_CTX_up_ref(3), SSLv3_method(3), SSLv3_server_method(3), SSLv3_client_method(3), TLSv1_method(3), TLSv1_server_method(3), TLSv1_client_method(3), TLSv1_1_method(3), TLSv1_1_server_method(3), TLSv1_1_client_method(3), TLS_method(3), TLS_server_method(3), TLS_client_method(3), SSLv23_method(3), SSLv23_server_method(3), SSLv23_client_method(3), DTLS_method(3), DTLS_server_method(3), DTLS_client_method(3), DTLSv1_method(3), DTLSv1_server_method(3), DTLSv1_client_method(3), DTLSv1_2_method(3), DTLSv1_2_server_method(3), DTLSv1_2_client_method(3)
- create a new SSL_CTX object as framework for TLS/SSL or DTLS enabled functions
- TLSv1_2_method(3ossl), TLSv1_2_server_method(3ossl), TLSv1_2_client_method(3ossl), SSL_CTX_new(3ossl), SSL_CTX_new_ex(3ossl), SSL_CTX_up_ref(3ossl), SSLv3_method(3ossl), SSLv3_server_method(3ossl), SSLv3_client_method(3ossl), TLSv1_method(3ossl), TLSv1_server_method(3ossl), TLSv1_client_method(3ossl), TLSv1_1_method(3ossl), TLSv1_1_server_method(3ossl), TLSv1_1_client_method(3ossl), TLS_method(3ossl), TLS_server_method(3ossl), TLS_client_method(3ossl), SSLv23_method(3ossl), SSLv23_server_method(3ossl), SSLv23_client_method(3ossl), DTLS_method(3ossl), DTLS_server_method(3ossl), DTLS_client_method(3ossl), DTLSv1_method(3ossl), DTLSv1_server_method(3ossl), DTLSv1_client_method(3ossl), DTLSv1_2_method(3ossl), DTLSv1_2_server_method(3ossl), DTLSv1_2_client_method(3ossl)
- create a new SSL_CTX object as framework for TLS/SSL or DTLS enabled functions
- TPMLIB_CancelCommand(3), TPMLIB_CancelCommand (3)
- Cancel a TPM command
- TPMLIB_ChooseTPMVersion(3), TPMLIB_ChooseTPMVersion (3)
- Choose the version of the TPM
- TPMLIB_DecodeBlob(3), TPMLIB_DecodeBlob (3)
- Decode a base64-encode TPM blob
- TPMLIB_GetInfo(3), TPMLIB_GetInfo (3)
- Get Information about the TPM implementation
- TPMLIB_GetTPMProperty(3), TPMLIB_GetTPMProperty (3)
- Get a runtime property of the TPM
- TPMLIB_GetVersion(3), TPMLIB_GetVersion (3)
- Get the version of the TPM library
- TPMLIB_MainInit(3), TPMLIB_MainInit (3)
- Initialize the TPM TPMLIB_Terminate - Terminate the TPM
- TPMLIB_Process(3), TPMLIB_Process (3)
- process a TPM command
- TPMLIB_RegisterCallbacks(3), TPMLIB_RegisterCallbacks (3)
- Register callbacks for implementing customized behavior of certain functions
- TPMLIB_SetBufferSize(3), TPMLIB_SetBufferSize (3)
- Set the TPMs I/O buffer size
- 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
- TPMLIB_SetProfile(3), TPMLIB_SetProfile (3)
- Set a profile for a TPM 2
- TPMLIB_SetState(3), TPMLIB_SetState (3)
- Set the TPMs volatile, permanent, or save state TPMLIB_GetState - Get the TPMs volatile, permanent, or save state
- TPMLIB_ValidateState(3), TPMLIB_ValidateState (3)
- Validate the state blobs of the TPM
- TPMLIB_VolatileAll_Store(3), TPMLIB_VolatileAll_Store (3)
- store all volatile state of the TPM in a buffer
- TPMLIB_WasManufactured(3), TPMLIB_WasManufactured (3)
- Check whether a new instance was created
- 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
- TPM_IO_TpmEstablished_Get(3), TPM_IO_TpmEstablished_Get (3)
- get the value of the TPMEstablished flag TPM_IO_TpmEstablished_Reset - reset the TPMEstablished flag
- TRACE(3)
- Debugging helper macro to trace messages. Allegro game programming library
- TRUNCATE(7)
- empty a table or set of tables
- TS_RESP_CTX_new_ex(3ossl), TS_RESP_CTX_new(3ossl), TS_RESP_CTX_free(3ossl)
- Timestamp response context object creation
- TYPE_ALNUM(3x), %TYPE_ALNUM(3x), %TYPE_ALPHA(3x), %TYPE_ENUM(3x), %TYPE_INTEGER(3x), %TYPE_IPV4(3x), %TYPE_NUMERIC(3x), %TYPE_REGEXP(3x)
- form system global variables
- TbarLayout(1x)
- Afterstep TbarLayout
- TclZipfs_AppHook.tcl90(3), TclZipfs_AppHook(3), TclZipfs_Mount(3), TclZipfs_MountBuffer(3), TclZipfs_Unmount(3)
- handle ZIP files as Tcl virtual filesystems
- Tcl_Access.tcl86(3), Tcl_Access(3), Tcl_Stat(3)
- check file permissions and other attributes
- Tcl_Access.tcl90(3), Tcl_Access(3), Tcl_Stat(3)
- check file permissions and other attributes
- 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_AppendAllObjTypes.tcl86(3), Tcl_RegisterObjType(3), Tcl_GetObjType(3), Tcl_AppendAllObjTypes(3), Tcl_ConvertToType (3)
- manipulate Tcl value types
- Tcl_AppendAllObjTypes.tcl90(3), Tcl_RegisterObjType(3), Tcl_GetObjType(3), Tcl_AppendAllObjTypes(3), Tcl_ConvertToType(3), Tcl_FreeInternalRep(3), Tcl_InitStringRep(3), Tcl_HasStringRep(3), Tcl_StoreInternalRep(3), Tcl_FetchInternalRep (3)
- manipulate Tcl value types
- 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_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_Backslash.tcl86(3), Tcl_Backslash(3)
- parse a backslash sequence
- 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_MethodIsType2(3), Tcl_MethodName(3), Tcl_NewInstanceMethod(3), Tcl_NewInstanceMethod2(3), Tcl_NewMethod(3), Tcl_NewMethod2(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_CloseEx(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_CloseEx(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_CommandComplete.tcl86(3), Tcl_CommandComplete(3)
- Check for unmatched braces in a Tcl command
- Tcl_CommandComplete.tcl90(3), Tcl_CommandComplete(3)
- Check for unmatched braces in a Tcl command
- Tcl_ConsolePanic.tcl90(3), Tcl_Panic(3), Tcl_SetPanicProc(3), Tcl_ConsolePanic(3)
- report fatal error and abort
- 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_CreateEncoding.tcl90(3), Tcl_GetEncoding(3), Tcl_FreeEncoding(3), Tcl_GetEncodingFromObj(3), Tcl_ExternalToUtfDString(3), Tcl_ExternalToUtfDStringEx(3), Tcl_ExternalToUtf(3), Tcl_UtfToExternalDString(3), Tcl_UtfToExternalDStringEx(3), Tcl_UtfToExternal(3), Tcl_GetEncodingName(3), Tcl_SetSystemEncoding(3), Tcl_GetEncodingNameFromEnvironment(3), Tcl_GetEncodingNames(3), Tcl_CreateEncoding(3), Tcl_GetEncodingSearchPath(3), Tcl_SetEncodingSearchPath(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_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_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_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_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_DictObjDone.tcl86(3), Tcl_NewDictObj(3), Tcl_DictObjPut(3), Tcl_DictObjGet(3), Tcl_DictObjRemove(3), Tcl_DictObjSize(3), Tcl_DictObjFirst(3), Tcl_DictObjNext(3), Tcl_DictObjDone(3), Tcl_DictObjPutKeyList(3), Tcl_DictObjRemoveKeyList(3)
- manipulate Tcl values as dictionaries
- Tcl_DictObjDone.tcl90(3), Tcl_NewDictObj(3), Tcl_DictObjPut(3), Tcl_DictObjGet(3), Tcl_DictObjRemove(3), Tcl_DictObjSize(3), Tcl_DictObjFirst(3), Tcl_DictObjNext(3), Tcl_DictObjDone(3), Tcl_DictObjPutKeyList(3), Tcl_DictObjRemoveKeyList(3)
- manipulate Tcl values as dictionaries
- Tcl_Eval.tcl86(3), Tcl_EvalObjEx(3), Tcl_EvalFile(3), Tcl_EvalObjv(3), Tcl_Eval(3), Tcl_EvalEx(3), Tcl_GlobalEval(3), Tcl_GlobalEvalObj(3), Tcl_VarEval(3), Tcl_VarEvalVA(3)
- execute Tcl scripts
- Tcl_Eval.tcl90(3), Tcl_EvalObjEx(3), Tcl_EvalFile(3), Tcl_EvalObjv(3), Tcl_Eval(3), Tcl_EvalEx(3), Tcl_GlobalEval(3), Tcl_GlobalEvalObj(3), Tcl_VarEval(3)
- execute Tcl scripts
- Tcl_EvalTokens.tcl86(3), Tcl_ParseCommand(3), Tcl_ParseExpr(3), Tcl_ParseBraces(3), Tcl_ParseQuotedString(3), Tcl_ParseVarName(3), Tcl_ParseVar(3), Tcl_FreeParse(3), Tcl_EvalTokens(3), Tcl_EvalTokensStandard(3)
- parse Tcl scripts and expressions
- Tcl_EvalTokensStandard.tcl90(3), Tcl_ParseCommand(3), Tcl_ParseExpr(3), Tcl_ParseBraces(3), Tcl_ParseQuotedString(3), Tcl_ParseVarName(3), Tcl_ParseVar(3), Tcl_FreeParse(3), Tcl_EvalTokensStandard(3)
- parse Tcl scripts and expressions
- Tcl_EventuallyFree.tcl86(3), Tcl_Preserve(3), Tcl_Release(3), Tcl_EventuallyFree(3)
- avoid freeing storage while it is being used
- Tcl_EventuallyFree.tcl90(3), Tcl_Preserve(3), Tcl_Release(3), Tcl_EventuallyFree(3)
- avoid freeing storage while it is being used
- Tcl_ExprBoolean.tcl86(3), Tcl_ExprLong(3), Tcl_ExprDouble(3), Tcl_ExprBoolean(3), Tcl_ExprString(3)
- evaluate an expression
- Tcl_ExprBoolean.tcl90(3), Tcl_ExprLong(3), Tcl_ExprDouble(3), Tcl_ExprBoolean(3), Tcl_ExprString(3)
- evaluate an expression
- Tcl_ExprBooleanObj.tcl86(3), Tcl_ExprLongObj(3), Tcl_ExprDoubleObj(3), Tcl_ExprBooleanObj(3), Tcl_ExprObj(3)
- evaluate an expression
- Tcl_ExprBooleanObj.tcl90(3), Tcl_ExprLongObj(3), Tcl_ExprDoubleObj(3), Tcl_ExprBooleanObj(3), Tcl_ExprObj(3)
- evaluate an expression
- 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_GetSizeIntFromObj(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_GetBoolFromObj.tcl90(3), Tcl_NewBooleanObj(3), Tcl_SetBooleanObj(3), Tcl_GetBooleanFromObj(3), Tcl_GetBoolFromObj(3)
- store/retrieve boolean value in a Tcl_Obj
- Tcl_GetBoolean.tcl86(3), Tcl_GetInt(3), Tcl_GetDouble(3), Tcl_GetBoolean(3)
- convert from string to integer, double, or boolean
- Tcl_GetBoolean.tcl90(3), Tcl_GetInt(3), Tcl_GetDouble(3), Tcl_GetBoolean(3)
- convert from string to integer, double, or boolean
- Tcl_GetBooleanFromObj.tcl86(3), Tcl_NewBooleanObj(3), Tcl_SetBooleanObj(3), Tcl_GetBooleanFromObj(3)
- store/retrieve boolean value in a Tcl_Obj
- Tcl_GetByteArrayFromObj.tcl86(3), Tcl_NewByteArrayObj(3), Tcl_SetByteArrayObj(3), Tcl_GetByteArrayFromObj(3), Tcl_SetByteArrayLength(3)
- manipulate Tcl values as a arrays of bytes
- Tcl_GetByteArrayFromObj.tcl90(3), Tcl_NewByteArrayObj(3), Tcl_SetByteArrayObj(3), Tcl_GetBytesFromObj(3), Tcl_GetByteArrayFromObj(3), Tcl_SetByteArrayLength(3)
- manipulate a Tcl value as an array of bytes
- Tcl_GetChannelError.tcl86(3), Tcl_SetChannelError(3), Tcl_SetChannelErrorInterp(3), Tcl_GetChannelError(3), Tcl_GetChannelErrorInterp(3)
- functions to create/intercept Tcl errors by channel drivers
- Tcl_GetChannelError.tcl90(3), Tcl_SetChannelError(3), Tcl_SetChannelErrorInterp(3), Tcl_GetChannelError(3), Tcl_GetChannelErrorInterp(3)
- functions to create/intercept Tcl errors by channel drivers
- Tcl_GetDoubleFromObj.tcl86(3), Tcl_NewDoubleObj(3), Tcl_SetDoubleObj(3), Tcl_GetDoubleFromObj(3)
- manipulate Tcl values as floating-point values
- Tcl_GetDoubleFromObj.tcl90(3), Tcl_NewDoubleObj(3), Tcl_SetDoubleObj(3), Tcl_GetDoubleFromObj(3)
- manipulate Tcl values as floating-point values
- 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_GetNumber.tcl90(3), Tcl_GetNumber(3), Tcl_GetNumberFromObj(3)
- get numeric value from Tcl value
- 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_GetVar.tcl86(3), Tcl_SetVar2Ex(3), Tcl_SetVar(3), Tcl_SetVar2(3), Tcl_ObjSetVar2(3), Tcl_GetVar2Ex(3), Tcl_GetVar(3), Tcl_GetVar2(3), Tcl_ObjGetVar2(3), Tcl_UnsetVar(3), Tcl_UnsetVar2(3)
- manipulate Tcl variables
- Tcl_GetVar.tcl90(3), Tcl_SetVar2Ex(3), Tcl_SetVar(3), Tcl_SetVar2(3), Tcl_ObjSetVar2(3), Tcl_GetVar2Ex(3), Tcl_GetVar(3), Tcl_GetVar2(3), Tcl_ObjGetVar2(3), Tcl_UnsetVar(3), Tcl_UnsetVar2(3)
- manipulate Tcl variables
- Tcl_GetVersion.tcl86(3), Tcl_GetVersion(3)
- get the version of the library at runtime
- Tcl_GetVersion.tcl90(3), Tcl_GetVersion(3)
- get the version of the library at runtime
- Tcl_InitStubs.tcl86(3), Tcl_InitStubs(3)
- initialize the Tcl stubs mechanism
- Tcl_InitStubs.tcl90(3), Tcl_InitStubs(3)
- initialize the Tcl stubs mechanism
- Tcl_InitSubsystems.tcl90(3), Tcl_InitSubsystems(3)
- initialize the Tcl library
- Tcl_Interp.tcl86(3), Tcl_Interp(3)
- client-visible fields of interpreter structures
- 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_LinkArray.tcl90(3), Tcl_LinkArray(3), Tcl_LinkVar(3), Tcl_UnlinkVar(3), Tcl_UpdateLinkedVar(3)
- link Tcl variable to C variable
- Tcl_LinkVar.tcl86(3), Tcl_LinkVar(3), Tcl_UnlinkVar(3), Tcl_UpdateLinkedVar(3)
- link Tcl variable to C variable
- 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_NRAddCallback.tcl86(3), Tcl_NRCreateCommand(3), Tcl_NRCallObjProc(3), Tcl_NREvalObj(3), Tcl_NREvalObjv(3), Tcl_NRCmdSwap(3), Tcl_NRExprObj(3), Tcl_NRAddCallback(3)
- Non-Recursive (stackless) evaluation of Tcl scripts
- Tcl_NRAddCallback.tcl90(3), Tcl_NRCreateCommand(3), Tcl_NRCreateCommand2(3), Tcl_NRCallObjProc(3), Tcl_NRCallObjProc2(3), Tcl_NREvalObj(3), Tcl_NREvalObjv(3), Tcl_NRCmdSwap(3), Tcl_NRExprObj(3), Tcl_NRAddCallback(3)
- Non-Recursive (stackless) evaluation of Tcl scripts
- 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_OOInitStubs.tcl86(3), Tcl_OOInitStubs(3)
- initialize library access to TclOO functionality
- Tcl_OOInitStubs.tcl90(3), Tcl_OOInitStubs(3)
- initialize library access to TclOO functionality
- Tcl_Panic.tcl86(3), Tcl_Panic(3), Tcl_PanicVA(3), Tcl_SetPanicProc(3)
- report fatal error and abort
- 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_PrintDouble.tcl86(3), Tcl_PrintDouble(3)
- Convert floating value to string
- Tcl_PrintDouble.tcl90(3), Tcl_PrintDouble(3)
- Convert floating value to string
- 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_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_StaticLibrary.tcl90(3), Tcl_StaticLibrary(3), Tcl_StaticPackage(3)
- make a statically linked library available via the 'load' command
- Tcl_StaticPackage.tcl86(3), Tcl_StaticPackage(3)
- make a statically linked package available via the 'load' command
- Tcl_SubstObj.tcl86(3), Tcl_SubstObj(3)
- perform substitutions on Tcl values
- Tcl_SubstObj.tcl90(3), Tcl_SubstObj(3)
- perform substitutions on Tcl values
- Tcl_TraceVar.tcl86(3), Tcl_TraceVar(3), Tcl_TraceVar2(3), Tcl_UntraceVar(3), Tcl_UntraceVar2(3), Tcl_VarTraceInfo(3), Tcl_VarTraceInfo2(3)
- monitor accesses to a variable
- Tcl_TraceVar.tcl90(3), Tcl_TraceVar(3), Tcl_TraceVar2(3), Tcl_UntraceVar(3), Tcl_UntraceVar2(3), Tcl_VarTraceInfo(3), Tcl_VarTraceInfo2(3)
- monitor accesses to a variable
- Tcl_UpVar.tcl86(3), Tcl_UpVar(3), Tcl_UpVar2(3)
- link one variable to another
- Tcl_UpVar.tcl90(3), Tcl_UpVar(3), Tcl_UpVar2(3)
- link one variable to another
- Tcl_WrongNumArgs.tcl86(3), Tcl_WrongNumArgs(3)
- generate standard error message for wrong number of arguments
- Tcl_WrongNumArgs.tcl90(3), Tcl_WrongNumArgs(3)
- generate standard error message for wrong number of arguments
- 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
- Tdbc_Init(3), Tdbc_MapSqlState(3), Tdbc_TokenizeSql(3)
- C procedures to facilitate writing TDBC drivers
- Terminfo(3o)
- Basic interface to the terminfo database
- ThreadUnix(3o)
- Thread-compatible system calls
- TixIntro(n)
- Introduction to the Tix library '" '"
- 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_AddOption.tk86(3), Tk_AddOption(3)
- Add an option to the option database
- 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_AllocColorFromObj.tk86(3), Tk_AllocColorFromObj(3), Tk_GetColor(3), Tk_GetColorFromObj(3), Tk_GetColorByValue(3), Tk_NameOfColor(3), Tk_FreeColorFromObj(3), Tk_FreeColor(3)
- maintain database of colors
- Tk_AllocCursorFromObj.tk86(3), Tk_AllocCursorFromObj(3), Tk_GetCursor(3), Tk_GetCursorFromObj(3), Tk_GetCursorFromData(3), Tk_NameOfCursor(3), Tk_FreeCursorFromObj(3), Tk_FreeCursor(3)
- maintain database of cursors
- Tk_AllocFontFromObj.tk86(3), Tk_AllocFontFromObj(3), Tk_GetFont(3), Tk_GetFontFromObj(3), Tk_NameOfFont(3), Tk_FreeFontFromObj(3), Tk_FreeFont(3)
- maintain database of fonts
- Tk_AttachHWND.tk86(3), Tk_GetHWND(3), Tk_AttachHWND(3)
- manage interactions between the Windows handle and an X window
- 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_CanvasDrawableCoords.tk86(3), Tk_CanvasTkwin(3), Tk_CanvasGetCoord(3), Tk_CanvasDrawableCoords(3), Tk_CanvasSetStippleOrigin(3), Tk_CanvasWindowCoords(3), Tk_CanvasEventuallyRedraw(3), Tk_CanvasTagsOption(3)
- utility procedures for canvas type managers
- Tk_CanvasPsBitmap.tk86(3), Tk_CanvasPsY(3), Tk_CanvasPsBitmap(3), Tk_CanvasPsColor(3), Tk_CanvasPsFont(3), Tk_CanvasPsPath(3), Tk_CanvasPsStipple(3)
- utility procedures for generating Postscript for canvases
- 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_ClipboardAppend.tk86(3), Tk_ClipboardClear(3), Tk_ClipboardAppend(3)
- Manage the clipboard
- Tk_CreateClientMessageHandler.tk86(3), Tk_CreateClientMessageHandler(3), Tk_DeleteClientMessageHandler(3)
- associate procedure callback with ClientMessage type X events
- 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_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_FreeGC.tk86(3), Tk_GetGC(3), Tk_FreeGC(3)
- maintain database of read-only graphics contexts
- 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_GetAnchor.tk86(3), Tk_GetAnchorFromObj(3), Tk_GetAnchor(3), Tk_NameOfAnchor(3)
- translate between strings and anchor positions
- Tk_GetCapStyle.tk86(3), Tk_GetCapStyle(3), Tk_NameOfCapStyle(3)
- translate between strings and cap styles
- Tk_GetHINSTANCE.tk86(3), Tk_GetHINSTANCE(3)
- retrieve the global application instance handle
- Tk_GetJoinStyle.tk86(3), Tk_GetJoinStyle(3), Tk_NameOfJoinStyle(3)
- translate between strings and join styles
- Tk_GetJustify.tk86(3), Tk_GetJustifyFromObj(3), Tk_GetJustify(3), Tk_NameOfJustify(3)
- translate between strings and justification styles
- Tk_GetMMFromObj.tk86(3), Tk_GetPixelsFromObj(3), Tk_GetPixels(3), Tk_GetMMFromObj(3), Tk_GetScreenMM(3)
- translate between strings and screen units
- Tk_GetOption.tk86(3), Tk_GetOption(3)
- retrieve an option from the option database
- Tk_GetRelief.tk86(3), Tk_GetReliefFromObj(3), Tk_GetRelief(3), Tk_NameOfRelief(3)
- translate between strings and relief values
- Tk_GetScrollInfo.tk86(3), Tk_GetScrollInfoObj(3), Tk_GetScrollInfo(3)
- parse arguments for scrolling commands
- Tk_Grab.tk86(3), Tk_Grab(3), Tk_Ungrab(3)
- manipulate grab state in an application
- Tk_ImageChanged.tk86(3), Tk_ImageChanged(3)
- notify widgets that image needs to be redrawn
- Tk_InitStubs.tk86(3), Tk_InitStubs(3)
- initialize the Tk stubs mechanism
- Tk_Main.tk86(3), Tk_Main(3)
- main program for Tk-based applications
- Tk_Name.tk86(3), Tk_Name(3), Tk_PathName(3), Tk_NameToWindow(3)
- convert between names and window tokens
- Tk_StrictMotif.tk86(3), Tk_StrictMotif(3)
- Return value of tk_strictMotif variable
- Toplevel(n)
- base class for mega-widgets in a top-level window
- Traits(5)
- Lists the traits used by the Motif Toolkit. "Traits"
- Tspi_Context_CloseObject(3)
- destroy resources associated with an object handle
- Tspi_Context_CreateObject(3)
- create an empty object and return a handle to that object
- 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_GetKeyByUUID(3)
- get a handle to a key registered in persistent storage
- Tspi_Context_GetRegisteredKeysByUUID(3)
- get an array of TSS_KM_KEYINFO structures based on the state of persistent storage
- Tspi_Context_GetRegisteredKeysByUUID2(3)
- get an array of TSS_KM_KEYINFO2 structures based on the state of persistent storage
- Tspi_Context_GetTpmObject(3), Context_GetTpmObject(3)
- get the handle of the TPM object associated with a context
- Tspi_Context_LoadKeyByBlob(3)
- load a key into the TPM using the key's blob
- Tspi_Context_LoadKeyByUUID(3)
- load a key that's been registered in persistent storage
- Tspi_Context_RegisterKey(3)
- register a key in the TSS Persistent Storage database
- Tspi_Data_Bind(3)
- Encrypts a data blob
- 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_GetAttribData(3)
- get a non 32bit attribute of the object
- Tspi_GetAttribUint32(3)
- get the value of particular attribute associated with a given class or object
- Tspi_GetPolicyObject(3)
- get a policy object assigned to a working object
- Tspi_Hash_GetHashValue(3)
- get the current hash value of a hash object
- Tspi_Hash_SetHashValue(3)
- Sets the hash value of a hash object for non-SHA1 hash objects
- Tspi_Hash_Sign(3)
- sign the hash data of an object with a signing key
- Tspi_Hash_UpdateHashValue(3)
- update the hash value of a hash object
- Tspi_Key_CertifyKey(3)
- sign a public key
- Tspi_Key_ConvertMigrationBlob(3)
- create a wrapped key from a migration blob
- Tspi_Key_CreateKey(3)
- create a key pair within the TPM, wrapping it with the key addressed by hWrappingKey
- Tspi_Key_CreateMigrationBlob(3)
- create a key blob suitable for migrating to another TPM
- Tspi_Key_GetPubKey(3)
- get the public key of an object
- Tspi_Key_WrapKey(3)
- wrap a key with the key addressed by hWrappingKey
- 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_AssignToObject(3)
- assign a policy to an object
- Tspi_Policy_SetSecret(3)
- set the authorization data of a policy object and define the handling of its retrieval
- Tspi_SetAttribData(3)
- set a non 32bit attribute of an object
- Tspi_SetAttribUint32(3)
- set a 32bit attribute associated with a given class or object
- Tspi_TPM_CMKSetRestrictions(3)
- set restrictions on use of delegated Certified Migratable Keys
- Tspi_TPM_CheckMaintenancePubKey(3), Tspi_TPM_CheckMaintenancePubKey-(3)
- check the public maintenance key
- Tspi_TPM_GetCapability(3)
- get information on the capabilities of the TPM
- 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
- Tspi_TPM_GetPubEndorsementKey(3)
- create a TSS key object from the TPM's public endorsement key
- Tspi_TPM_GetRandom(3)
- generate a random number on the TPM
- Tspi_TPM_KillMaintenanceFeature(3)
- Disables the ability to create a maintenance archive
- Tspi_TPM_LoadMaintenancePubKey(3), Tspi_TPM_LoadMaintenancePubKey-(3)
- load the public maintenance key into the TPM
- Tspi_TPM_OwnerGetSRKPubKey(3)
- get public key of the SRK
- Tspi_TPM_StirRandom(3)
- add entropy to the TPM random number generator
- Tss2_TctiLdr_Finalize(3)
- Function to finalize a TCTI context instantiated by the Tss2_TctiLdr_Initialize function
- Tss2_TctiLdr_FreeInfo(3)
- Function to free a TSS2_TCTI_INFO structure allocated by Tss2_TctiLdr_Initialize ()
- Tss2_TctiLdr_GetInfo(3)
- Query TctiLdr library for the TSS2_TCTI_INFO structure associated with a TCTI library
- Tss2_Tcti_Cmd_Init(3)
- Initialization function for the Cmd TCTI library
- Tss2_Tcti_Device_Init(3), Tss2_Tcti_Device_init(3)
- Initialization function for the device TCTI library
- Tss2_Tcti_Mssim_Init(3)
- Initialization function for the Microsoft TPM simulator TCTI library
- Tss2_Tcti_Tabrmd_Init(3)
- Initialization function for the tpm2-abrmd 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
- 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_UTIL_read_pw_string(3), UI_UTIL_read_pw(3), UI_UTIL_wrap_read_pem_callback(3)
- user interface utilities
- UI_UTIL_read_pw_string(3ossl), UI_UTIL_read_pw(3ossl), UI_UTIL_wrap_read_pem_callback(3ossl)
- user interface utilities
- UPDATE(7)
- update rows of a table
- 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
- UilDumpSymbolTable(3)
- Dumps the contents of a named UIL symbol table to standard output "UilDumpSymbolTable" "uil functions" "UilDumpSymbolTable"
- UnNamedObj(3)
- widget from X tookit
- UnixLabels(3o)
- Interface to the Unix system
- UnixLabels.LargeFile(3o)
- File operations on large files
- V3D(3)
- Fixed point vertex structure used by 3d functions. Allegro game programming library
- V3D_f(3)
- Floating point vertex structure used by 3d functions. Allegro game programming library
- VACUUM(7)
- garbage-collect and optionally analyze a database
- VIRTUAL_W(3), VIRTUAL_H(3)
- Global define to obtain the virtual size of the screen. Allegro game programming library
- VendorShell(3)
- Motif-compatible replacement for X Intrinsics VendorShell
- VirtualBindings(3)
- Bindings for virtual mouse and key events "VirtualBindings" "default bindings" "VirtualBindings"
- VirtualBindings(5)
- Lesstif virtual-bindings facility
- Wand-config(1)
- get information about the installed version of the Magick Wand
- Weak.Make(3o)
- Functor building an implementation of the weak hash set structure
- Wharf(1x)
- AfterStep module for launching or docking applications aka button bar
- WharfSounds(1x)
- types of events for which sound could be played by Wharf
- Widget(n)
- base class for mega-widgets within a frame
- WildMidi_ConvertBufferToMidi(3)
- Convert a MIDI-like buffer into a new MIDI buffer
- WildMidi_GetMidiOutput(3)
- get a midi file of a file being processed
- WildMidi_GetString(3)
- Get string from library
- WildMidi_GetVersion(3)
- Get the library version
- WildMidi_Init(3)
- Initialize the library
- WildMidi_MasterVolume(3)
- sets the overall audio level of the library
- WildMidi_OpenBuffer(3)
- Open a midi file buffer for processing
- WildMidi_SetOption(3)
- Set a library option for a specific midi
- WildMidi_Shutdown(3)
- Shutdown the library
- WinCommand(1x)
- AfterStep module for choosing and manipulating windows based on patterns
- WinTabs(1x)
- AfterStep module for arranging windows using tabs
- X(7)
- a portable, network-transparent window system
- X25519(3), X25519_keypair(3), ED25519_keypair(3), ED25519_sign(3), ED25519_verify(3)
- Elliptic Curve Diffie-Hellman and signature primitives based on Curve25519
- X509V3_parse_list(3), X509V3_conf_free(3)
- create and destroy CONF_VALUE objects
- 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_add_attr_nconf(3ossl)
- Add attributes to X509_ACERT from configuration section
- 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_ACERT_get_attr(3ossl), X509_ACERT_get_attr_by_NID(3ossl), X509_ACERT_get_attr_by_OBJ(3ossl), X509_ACERT_get_attr_count(3ossl)
- Retrieve attributes from an X509_ACERT structure
- 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_ATTRIBUTE_get0_object(3), X509_ATTRIBUTE_count(3), X509_ATTRIBUTE_get0_type(3), X509_ATTRIBUTE_get0_data(3)
- X.501 Attribute read accessors
- X509_ATTRIBUTE_set1_object(3), X509_ATTRIBUTE_set1_data(3), X509_ATTRIBUTE_create_by_OBJ(3), X509_ATTRIBUTE_create_by_NID(3), X509_ATTRIBUTE_create_by_txt(3)
- modify an X.501 Attribute
- X509_CRL_get0_by_serial(3), X509_CRL_get0_by_cert(3), X509_CRL_get_REVOKED(3), X509_REVOKED_get0_serialNumber(3), X509_REVOKED_get0_revocationDate(3), X509_REVOKED_set_serialNumber(3), X509_REVOKED_set_revocationDate(3), X509_CRL_add0_revoked(3), X509_CRL_sort(3)
- CRL revoked entry utility functions
- X509_CRL_get0_by_serial(3ossl), X509_CRL_get0_by_cert(3ossl), X509_CRL_get_REVOKED(3ossl), X509_REVOKED_get0_serialNumber(3ossl), X509_REVOKED_get0_revocationDate(3ossl), X509_REVOKED_set_serialNumber(3ossl), X509_REVOKED_set_revocationDate(3ossl), X509_CRL_add0_revoked(3ossl), X509_CRL_sort(3ossl)
- CRL revoked entry utility functions
- X509_EXTENSION_set_object(3), X509_EXTENSION_set_critical(3), X509_EXTENSION_set_data(3), X509_EXTENSION_create_by_NID(3), X509_EXTENSION_create_by_OBJ(3), X509_EXTENSION_get_object(3), X509_EXTENSION_get_critical(3), X509_EXTENSION_get_data(3)
- extension utility functions
- X509_EXTENSION_set_object(3ossl), X509_EXTENSION_set_critical(3ossl), X509_EXTENSION_set_data(3ossl), X509_EXTENSION_create_by_NID(3ossl), X509_EXTENSION_create_by_OBJ(3ossl), X509_EXTENSION_get_object(3ossl), X509_EXTENSION_get_critical(3ossl), X509_EXTENSION_get_data(3ossl)
- extension utility functions
- X509_INFO_new(3), X509_INFO_free(3)
- X.509 certificate wrapper object
- X509_LOOKUP(3), X509_LOOKUP_TYPE(3), X509_LOOKUP_new(3), X509_LOOKUP_free(3), X509_LOOKUP_init(3), X509_LOOKUP_shutdown(3), X509_LOOKUP_set_method_data(3), X509_LOOKUP_get_method_data(3), X509_LOOKUP_ctrl(3), X509_LOOKUP_load_file(3), X509_LOOKUP_add_dir(3), X509_LOOKUP_get_store(3), X509_LOOKUP_by_subject(3), X509_LOOKUP_by_issuer_serial(3), X509_LOOKUP_by_fingerprint(3), X509_LOOKUP_by_alias(3)
- OpenSSL certificate lookup mechanisms
- X509_LOOKUP(3ossl), X509_LOOKUP_TYPE(3ossl), X509_LOOKUP_new(3ossl), X509_LOOKUP_free(3ossl), X509_LOOKUP_init(3ossl), X509_LOOKUP_shutdown(3ossl), X509_LOOKUP_set_method_data(3ossl), X509_LOOKUP_get_method_data(3ossl), X509_LOOKUP_ctrl_ex(3ossl), X509_LOOKUP_ctrl(3ossl), X509_LOOKUP_load_file_ex(3ossl), X509_LOOKUP_load_file(3ossl), X509_LOOKUP_add_dir(3ossl), X509_LOOKUP_add_store_ex(3ossl), X509_LOOKUP_add_store(3ossl), X509_LOOKUP_load_store_ex(3ossl), X509_LOOKUP_load_store(3ossl), X509_LOOKUP_get_store(3ossl), X509_LOOKUP_by_subject_ex(3ossl), X509_LOOKUP_by_subject(3ossl), X509_LOOKUP_by_issuer_serial(3ossl), X509_LOOKUP_by_fingerprint(3ossl), X509_LOOKUP_by_alias(3ossl)
- OpenSSL certificate lookup mechanisms
- X509_LOOKUP_METHOD(3), X509_LOOKUP_meth_new(3), X509_LOOKUP_meth_free(3), X509_LOOKUP_meth_set_new_item(3), X509_LOOKUP_meth_get_new_item(3), X509_LOOKUP_meth_set_free(3), X509_LOOKUP_meth_get_free(3), X509_LOOKUP_meth_set_init(3), X509_LOOKUP_meth_get_init(3), X509_LOOKUP_meth_set_shutdown(3), X509_LOOKUP_meth_get_shutdown(3), X509_LOOKUP_ctrl_fn(3), X509_LOOKUP_meth_set_ctrl(3), X509_LOOKUP_meth_get_ctrl(3), X509_LOOKUP_get_by_subject_fn(3), X509_LOOKUP_meth_set_get_by_subject(3), X509_LOOKUP_meth_get_get_by_subject(3), X509_LOOKUP_get_by_issuer_serial_fn(3), X509_LOOKUP_meth_set_get_by_issuer_serial(3), X509_LOOKUP_meth_get_get_by_issuer_serial(3), X509_LOOKUP_get_by_fingerprint_fn(3), X509_LOOKUP_meth_set_get_by_fingerprint(3), X509_LOOKUP_meth_get_get_by_fingerprint(3), X509_LOOKUP_get_by_alias_fn(3), X509_LOOKUP_meth_set_get_by_alias(3), X509_LOOKUP_meth_get_get_by_alias(3), X509_OBJECT_set1_X509(3), X509_OBJECT_set1_X509_CRL(3)
- Routines to build up X509_LOOKUP methods
- X509_LOOKUP_METHOD(3ossl), X509_LOOKUP_meth_new(3ossl), X509_LOOKUP_meth_free(3ossl), X509_LOOKUP_meth_set_new_item(3ossl), X509_LOOKUP_meth_get_new_item(3ossl), X509_LOOKUP_meth_set_free(3ossl), X509_LOOKUP_meth_get_free(3ossl), X509_LOOKUP_meth_set_init(3ossl), X509_LOOKUP_meth_get_init(3ossl), X509_LOOKUP_meth_set_shutdown(3ossl), X509_LOOKUP_meth_get_shutdown(3ossl), X509_LOOKUP_ctrl_fn(3ossl), X509_LOOKUP_meth_set_ctrl(3ossl), X509_LOOKUP_meth_get_ctrl(3ossl), X509_LOOKUP_get_by_subject_fn(3ossl), X509_LOOKUP_meth_set_get_by_subject(3ossl), X509_LOOKUP_meth_get_get_by_subject(3ossl), X509_LOOKUP_get_by_issuer_serial_fn(3ossl), X509_LOOKUP_meth_set_get_by_issuer_serial(3ossl), X509_LOOKUP_meth_get_get_by_issuer_serial(3ossl), X509_LOOKUP_get_by_fingerprint_fn(3ossl), X509_LOOKUP_meth_set_get_by_fingerprint(3ossl), X509_LOOKUP_meth_get_get_by_fingerprint(3ossl), X509_LOOKUP_get_by_alias_fn(3ossl), X509_LOOKUP_meth_set_get_by_alias(3ossl), X509_LOOKUP_meth_get_get_by_alias(3ossl), X509_OBJECT_set1_X509(3ossl), X509_OBJECT_set1_X509_CRL(3ossl)
- Routines to build up X509_LOOKUP methods
- X509_NAME_ENTRY_get_object(3), X509_NAME_ENTRY_get_data(3), X509_NAME_ENTRY_set_object(3), X509_NAME_ENTRY_set_data(3), X509_NAME_ENTRY_create_by_txt(3), X509_NAME_ENTRY_create_by_NID(3), X509_NAME_ENTRY_create_by_OBJ(3)
- X509_NAME_ENTRY utility functions
- X509_NAME_ENTRY_get_object(3ossl), X509_NAME_ENTRY_get_data(3ossl), X509_NAME_ENTRY_set_object(3ossl), X509_NAME_ENTRY_set_data(3ossl), X509_NAME_ENTRY_create_by_txt(3ossl), X509_NAME_ENTRY_create_by_NID(3ossl), X509_NAME_ENTRY_create_by_OBJ(3ossl)
- X509_NAME_ENTRY utility functions
- 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_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_NAME_hash(3), X509_issuer_name_hash(3), X509_subject_name_hash(3), X509_NAME_hash_old(3), X509_issuer_name_hash_old(3), X509_subject_name_hash_old(3)
- calculate SHA-1 or MD5 hashes of X.501 Name objects
- X509_NAME_hash_ex(3ossl), X509_NAME_hash(3ossl), X509_get_subject_name(3ossl), X509_set_subject_name(3ossl), X509_subject_name_hash(3ossl), X509_get_issuer_name(3ossl), X509_set_issuer_name(3ossl), X509_issuer_name_hash(3ossl), X509_REQ_get_subject_name(3ossl), X509_REQ_set_subject_name(3ossl), X509_ACERT_get0_issuerName(3ossl), X509_ACERT_set1_issuerName(3ossl), X509_CRL_get_issuer(3ossl), X509_CRL_set_issuer_name(3ossl)
- get X509_NAME hashes or get and set issuer or subject names
- X509_OBJECT_get_type(3), X509_OBJECT_new(3), X509_OBJECT_free(3), X509_OBJECT_get0_X509(3), X509_OBJECT_get0_X509_CRL(3), X509_OBJECT_idx_by_subject(3), X509_OBJECT_retrieve_by_subject(3), X509_OBJECT_retrieve_match(3)
- certificate, CRL, private key, and string wrapper for certificate stores
- X509_PKEY_new(3), X509_PKEY_free(3)
- X.509 private key wrapper object
- X509_PUBKEY_new(3), X509_PUBKEY_free(3), X509_PUBKEY_set(3), X509_PUBKEY_get0(3), X509_PUBKEY_get(3), d2i_PUBKEY(3), i2d_PUBKEY(3), d2i_PUBKEY_bio(3), d2i_PUBKEY_fp(3), i2d_PUBKEY_fp(3), i2d_PUBKEY_bio(3), X509_PUBKEY_set0_param(3), X509_PUBKEY_get0_param(3)
- SubjectPublicKeyInfo public key functions
- X509_PUBKEY_new_ex(3ossl), X509_PUBKEY_new(3ossl), X509_PUBKEY_free(3ossl), X509_PUBKEY_dup(3ossl), X509_PUBKEY_set(3ossl), X509_PUBKEY_get0(3ossl), X509_PUBKEY_get(3ossl), d2i_PUBKEY_ex(3ossl), d2i_PUBKEY(3ossl), i2d_PUBKEY(3ossl), d2i_PUBKEY_ex_bio(3ossl), d2i_PUBKEY_bio(3ossl), d2i_PUBKEY_ex_fp(3ossl), d2i_PUBKEY_fp(3ossl), i2d_PUBKEY_fp(3ossl), i2d_PUBKEY_bio(3ossl), X509_PUBKEY_set0_public_key(3ossl), X509_PUBKEY_set0_param(3ossl), X509_PUBKEY_get0_param(3ossl), X509_PUBKEY_eq(3ossl)
- SubjectPublicKeyInfo public key 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_REQ_get_extensions(3ossl), X509_REQ_add_extensions(3ossl), X509_REQ_add_extensions_nid(3ossl)
- handle X.509 extension attributes of a CSR
- X509_STORE_CTX_get_by_subject(3), X509_STORE_CTX_get_obj_by_subject(3), X509_STORE_CTX_get1_certs(3), X509_STORE_CTX_get1_crls(3), X509_STORE_CTX_get1_issuer(3), X509_STORE_get_by_subject(3), X509_STORE_get1_certs(3), X509_STORE_get1_crls(3)
- retrieve objects from a certificate store
- X509_STORE_CTX_get_by_subject(3ossl), X509_STORE_CTX_get_obj_by_subject(3ossl)
- X509 and X509_CRL lookup functions
- X509_STORE_CTX_get_cleanup(3), X509_STORE_CTX_get_lookup_crls(3), X509_STORE_CTX_get_lookup_certs(3), X509_STORE_CTX_get_check_policy(3), X509_STORE_CTX_get_cert_crl(3), X509_STORE_CTX_get_check_crl(3), X509_STORE_CTX_get_get_crl(3), X509_STORE_CTX_get_check_revocation(3), X509_STORE_CTX_get_check_issued(3), X509_STORE_CTX_get_get_issuer(3), X509_STORE_CTX_get_verify_cb(3), X509_STORE_CTX_set_verify_cb(3), X509_STORE_CTX_verify_cb(3)
- get and set verification callback
- X509_STORE_CTX_get_cleanup(3ossl), X509_STORE_CTX_get_lookup_crls(3ossl), X509_STORE_CTX_get_lookup_certs(3ossl), X509_STORE_CTX_get_check_policy(3ossl), X509_STORE_CTX_get_cert_crl(3ossl), X509_STORE_CTX_get_check_crl(3ossl), X509_STORE_CTX_get_get_crl(3ossl), X509_STORE_CTX_set_get_crl(3ossl), X509_STORE_CTX_get_check_revocation(3ossl), X509_STORE_CTX_get_check_issued(3ossl), X509_STORE_CTX_get_get_issuer(3ossl), X509_STORE_CTX_get_verify_cb(3ossl), X509_STORE_CTX_set_verify_cb(3ossl), X509_STORE_CTX_verify_cb(3ossl), X509_STORE_CTX_print_verify_cb(3ossl), X509_STORE_CTX_set_current_reasons(3ossl)
- get and set X509_STORE_CTX components such as verification callback
- X509_STORE_get0_param(3), X509_STORE_set1_param(3), X509_STORE_get0_objects(3)
- X509_STORE setter and getter functions
- X509_STORE_get0_param(3ossl), X509_STORE_set1_param(3ossl), X509_STORE_get1_objects(3ossl), X509_STORE_get0_objects(3ossl), X509_STORE_get1_all_certs(3ossl)
- X509_STORE setter and getter functions
- X509_STORE_set_lookup_crls_cb(3), X509_STORE_set_verify_func(3), X509_STORE_get_cleanup(3), X509_STORE_set_cleanup(3), X509_STORE_get_lookup_crls(3), X509_STORE_set_lookup_crls(3), X509_STORE_get_lookup_certs(3), X509_STORE_set_lookup_certs(3), X509_STORE_get_check_policy(3), X509_STORE_set_check_policy(3), X509_STORE_get_cert_crl(3), X509_STORE_set_cert_crl(3), X509_STORE_get_check_crl(3), X509_STORE_set_check_crl(3), X509_STORE_get_get_crl(3), X509_STORE_set_get_crl(3), X509_STORE_get_check_revocation(3), X509_STORE_set_check_revocation(3), X509_STORE_get_check_issued(3), X509_STORE_set_check_issued(3), X509_STORE_get_get_issuer(3), X509_STORE_set_get_issuer(3), X509_STORE_CTX_get_verify(3), X509_STORE_set_verify(3), X509_STORE_get_verify_cb(3), X509_STORE_set_verify_cb_func(3), X509_STORE_set_verify_cb(3), X509_STORE_CTX_cert_crl_fn(3), X509_STORE_CTX_check_crl_fn(3), X509_STORE_CTX_check_issued_fn(3), X509_STORE_CTX_check_policy_fn(3), X509_STORE_CTX_check_revocation_fn(3), X509_STORE_CTX_cleanup_fn(3), X509_STORE_CTX_get_crl_fn(3), X509_STORE_CTX_get_issuer_fn(3), X509_STORE_CTX_lookup_certs_fn(3), X509_STORE_CTX_lookup_crls_fn(3)
- set verification callback
- X509_STORE_set_lookup_crls_cb(3ossl), X509_STORE_set_verify_func(3ossl), X509_STORE_get_cleanup(3ossl), X509_STORE_set_cleanup(3ossl), X509_STORE_get_lookup_crls(3ossl), X509_STORE_set_lookup_crls(3ossl), X509_STORE_get_lookup_certs(3ossl), X509_STORE_set_lookup_certs(3ossl), X509_STORE_get_check_policy(3ossl), X509_STORE_set_check_policy(3ossl), X509_STORE_get_cert_crl(3ossl), X509_STORE_set_cert_crl(3ossl), X509_STORE_get_check_crl(3ossl), X509_STORE_set_check_crl(3ossl), X509_STORE_get_get_crl(3ossl), X509_STORE_set_get_crl(3ossl), X509_STORE_get_check_revocation(3ossl), X509_STORE_set_check_revocation(3ossl), X509_STORE_get_check_issued(3ossl), X509_STORE_set_check_issued(3ossl), X509_STORE_CTX_get1_issuer(3ossl), X509_STORE_get_get_issuer(3ossl), X509_STORE_set_get_issuer(3ossl), X509_STORE_CTX_get_verify(3ossl), X509_STORE_set_verify(3ossl), X509_STORE_get_verify_cb(3ossl), X509_STORE_set_verify_cb_func(3ossl), X509_STORE_set_verify_cb(3ossl), X509_STORE_CTX_cert_crl_fn(3ossl), X509_STORE_CTX_check_crl_fn(3ossl), X509_STORE_CTX_check_issued_fn(3ossl), X509_STORE_CTX_check_policy_fn(3ossl), X509_STORE_CTX_check_revocation_fn(3ossl), X509_STORE_CTX_cleanup_fn(3ossl), X509_STORE_CTX_get_crl_fn(3ossl), X509_STORE_CTX_get_issuer_fn(3ossl), X509_STORE_CTX_lookup_certs_fn(3ossl), X509_STORE_CTX_lookup_crls_fn(3ossl)
- set verification callback
- X509_VERIFY_PARAM_new(3), X509_VERIFY_PARAM_inherit(3), X509_VERIFY_PARAM_set1(3), X509_VERIFY_PARAM_free(3), X509_VERIFY_PARAM_add0_table(3), X509_VERIFY_PARAM_lookup(3), X509_VERIFY_PARAM_get_count(3), X509_VERIFY_PARAM_get0(3), X509_VERIFY_PARAM_table_cleanup(3)
- X509 verification parameter objects
- 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_build_chain(3ossl), X509_verify_cert(3ossl), X509_STORE_CTX_verify(3ossl)
- build and verify X509 certificate chain
- X509_check_issued(3)
- checks if certificate is apparently issued by another certificate
- X509_check_issued(3ossl)
- checks if certificate is apparently issued by another certificate
- X509_check_private_key(3), X509_REQ_check_private_key(3)
- check the consistency of a private key with the public key in an X509 certificate or certificate request
- X509_check_private_key(3ossl), X509_REQ_check_private_key(3ossl)
- check the consistency of a private key with the public key in an X509 certificate or certificate request
- X509_check_purpose(3ossl), X509_PURPOSE_get_count(3ossl), X509_PURPOSE_get_unused_id(3ossl), X509_PURPOSE_get_by_sname(3ossl), X509_PURPOSE_get_by_id(3ossl), X509_PURPOSE_add(3ossl), X509_PURPOSE_cleanup(3ossl), X509_PURPOSE_get0(3ossl), X509_PURPOSE_get_id(3ossl), X509_PURPOSE_get0_name(3ossl), X509_PURPOSE_get0_sname(3ossl), X509_PURPOSE_get_trust(3ossl), X509_PURPOSE_set(3ossl)
- functions related to checking the purpose of a certificate
- X509_cmp(3), X509_NAME_cmp(3), X509_issuer_and_serial_cmp(3), X509_issuer_name_cmp(3), X509_subject_name_cmp(3), X509_CRL_cmp(3), X509_CRL_match(3)
- compare X509 certificates and related values
- X509_cmp(3ossl), X509_NAME_cmp(3ossl), X509_issuer_and_serial_cmp(3ossl), X509_issuer_name_cmp(3ossl), X509_subject_name_cmp(3ossl), X509_CRL_cmp(3ossl), X509_CRL_match(3ossl)
- compare X509 certificates and related values
- X509_digest(3), X509_CRL_digest(3), X509_pubkey_digest(3), X509_NAME_digest(3), X509_REQ_digest(3), PKCS7_ISSUER_AND_SERIAL_digest(3)
- get digest of various objects
- X509_digest(3ossl), X509_digest_sig(3ossl), X509_CRL_digest(3ossl), X509_pubkey_digest(3ossl), X509_NAME_digest(3ossl), X509_REQ_digest(3ossl), PKCS7_ISSUER_AND_SERIAL_digest(3ossl)
- get digest of various objects
- X509_find_by_subject(3), X509_find_by_issuer_and_serial(3)
- search an array of X.509 certificates
- X509_get0_notBefore(3), X509_getm_notBefore(3), X509_get0_notAfter(3), X509_getm_notAfter(3), X509_set1_notBefore(3), X509_set1_notAfter(3), X509_CRL_get0_lastUpdate(3), X509_CRL_get0_nextUpdate(3), X509_CRL_set1_lastUpdate(3), X509_CRL_set1_nextUpdate(3)
- get or set certificate or CRL dates
- X509_get0_notBefore(3ossl), X509_getm_notBefore(3ossl), X509_get0_notAfter(3ossl), X509_getm_notAfter(3ossl), X509_set1_notBefore(3ossl), X509_set1_notAfter(3ossl), X509_ACERT_get0_notBefore(3ossl), X509_ACERT_get0_notAfter(3ossl), X509_ACERT_set1_notBefore(3ossl), X509_ACERT_set1_notAfter(3ossl), X509_CRL_get0_lastUpdate(3ossl), X509_CRL_get0_nextUpdate(3ossl), X509_CRL_set1_lastUpdate(3ossl), X509_CRL_set1_nextUpdate(3ossl)
- get or set certificate or CRL dates
- X509_get0_signature(3), X509_REQ_set0_signature(3), X509_REQ_set1_signature_algo(3), X509_get_signature_nid(3), X509_get0_tbs_sigalg(3), X509_REQ_get0_signature(3), X509_REQ_get_signature_nid(3), X509_CRL_get0_signature(3), X509_CRL_get_signature_nid(3), X509_get_signature_info(3), X509_SIG_INFO_get(3), X509_SIG_INFO_set(3)
- signature information
- X509_get0_signature(3ossl), X509_REQ_set0_signature(3ossl), X509_REQ_set1_signature_algo(3ossl), X509_get_signature_nid(3ossl), X509_get0_tbs_sigalg(3ossl), X509_REQ_get0_signature(3ossl), X509_REQ_get_signature_nid(3ossl), X509_CRL_get0_signature(3ossl), X509_CRL_get_signature_nid(3ossl), X509_CRL_get0_tbs_sigalg(3ossl), X509_get_signature_info(3ossl), X509_SIG_INFO_get(3ossl), X509_SIG_INFO_set(3ossl), X509_ACERT_get0_signature(3ossl), X509_ACERT_get0_info_sigalg(3ossl), X509_ACERT_get_signature_nid(3ossl)
- signature information
- 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(3ossl), X509_ACERT_get0_issuerUID(3ossl)
- get certificate and attribute certificate unique identifiers
- X509_get_pubkey(3), X509_get0_pubkey(3), X509_set_pubkey(3), X509_get_X509_PUBKEY(3), X509_REQ_get_pubkey(3), X509_REQ_get0_pubkey(3), X509_REQ_set_pubkey(3), X509_REQ_get_X509_PUBKEY(3)
- get or set certificate or certificate request public key
- X509_get_pubkey(3ossl), X509_get0_pubkey(3ossl), X509_set_pubkey(3ossl), X509_get_X509_PUBKEY(3ossl), X509_REQ_get_pubkey(3ossl), X509_REQ_get0_pubkey(3ossl), X509_REQ_set_pubkey(3ossl), X509_REQ_get_X509_PUBKEY(3ossl)
- get or set certificate or certificate request public key
- X509_get_pubkey_parameters(3)
- copy public key parameters from a chain
- X509_get_serialNumber(3), X509_get0_serialNumber(3), X509_set_serialNumber(3)
- get or set certificate serial number
- X509_get_serialNumber(3ossl), X509_get0_serialNumber(3ossl), X509_set_serialNumber(3ossl), X509_ACERT_get0_serialNumber(3ossl), X509_ACERT_set1_serialNumber(3ossl)
- get or set certificate serial number
- X509_get_subject_name(3), X509_set_subject_name(3), X509_get_issuer_name(3), X509_set_issuer_name(3), X509_REQ_get_subject_name(3), X509_REQ_set_subject_name(3), X509_CRL_get_issuer(3), X509_CRL_set_issuer_name(3)
- get and set issuer or subject names
- X509_load_http(3ossl), X509_http_nbio(3ossl), X509_CRL_load_http(3ossl), X509_CRL_http_nbio(3ossl)
- certificate and CRL loading functions
- X509_ocspid_print(3)
- pretty-print hashes of subject name and public key
- X509v3_addr_subset(3), X509v3_asid_subset(3)
- RFC 3779 subset relationship
- 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_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
- XAddConnectionWatch(3), XRemoveConnectionWatch(3), XProcessInternalConnection(3), XInternalConnectionNumbers(3)
- handle Xlib internal connections
- XAddHost(3), XAddHosts(3), XListHosts(3), XRemoveHost(3), XRemoveHosts(3), XSetAccessControl(3), XEnableAccessControl(3), XDisableAccessControl(3), XHostAddress(3), XServerInterpretedAddress(3)
- control host access and host control structure
- XAllocStandardColormap(3), XSetRGBColormaps(3), XGetRGBColormaps(3), XStandardColormap(3)
- allocate, set, or read a standard colormap structure
- XButtonEvent(3), XKeyEvent(3), XMotionEvent(3)
- KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
- XChangeKeyboardControl(3), XGetKeyboardControl(3), XAutoRepeatOn(3), XAutoRepeatOff(3), XBell(3), XQueryKeymap(3), XKeyboardControl(3)
- manipulate keyboard settings and keyboard control structure
- 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
- 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
- XCreateIC(3), XDestroyIC(3), XIMOfIC(3)
- create, destroy, and obtain the input method of an input context
- XCreateWindow(3), XCreateSimpleWindow(3), XSetWindowAttributes(3)
- create windows and window attributes structure
- XDGA(3)
- Client library for the XFree86-DGA extension
- XDestroyWindow(3), XDestroySubwindows(3)
- destroy windows
- XDeviceBell(3)
- ring a bell on a device supported through the input extension
- XExtentsOfFontSet(3)
- obtain the maximum extents structure for a font set
- 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
- XFlush(3), XSync(3), XEventsQueued(3), XPending(3)
- handle output buffer or event queue
- XFontsOfFontSet(3), XBaseFontNameListOfFontSet(3), XLocaleOfFontSet(3), XContextDependentDrawing(3), XContextualDrawing(3), XDirectionalDependentDrawing(3)
- obtain fontset information
- XGetFeedbackControl(3), XChangeFeedbackControl(3)
- query and change input device feedbacks
- XGetVisualInfo(3), XMatchVisualInfo(3), XVisualIDFromVisual(3), XVisualInfo(3)
- obtain visual information and visual structure
- XGetWindowAttributes(3), XGetGeometry(3), XWindowAttributes(3)
- get current window attribute or geometry and current window attributes structure
- XGetWindowProperty(3), XListProperties(3), XChangeProperty(3), XRotateWindowProperties(3), XDeleteProperty(3)
- obtain and change window properties
- XGetXCBConnection(3)
- get the XCB connection for an Xlib Display
- XGrabButton(3), XUngrabButton(3)
- grab pointer buttons
- 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
- XGrabKey(3), XUngrabKey(3)
- grab keyboard keys
- XGrabKeyboard(3), XUngrabKeyboard(3)
- grab the keyboard
- XGrabPointer(3), XUngrabPointer(3), XChangeActivePointerGrab(3)
- grab the pointer
- XGrabServer(3), XUngrabServer(3)
- grab the server
- XIBarrierReleasePointer(3), XIBarrierReleasePointers(3)
- allow pointer movement across a pointer barrier
- 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
- XIGrabEnter(3), XIUngrabEnter(3), XIGrabFocusIn(3), XIUngrabFocusIn(3)
- grab/ungrab enter or focus in events
- XIQueryDevice(3), XIFreeDeviceInfo(3)
- get information about devices
- XInitImage(3), XCreateImage(3), XGetPixel(3), XPutPixel(3), XSubImage(3), XAddPixel(3), XDestroyImage(3)
- image utilities
- XIntersectRegion(3), XUnionRegion(3), XUnionRectWithRegion(3), XSubtractRegion(3), XXorRegion(3), XOffsetRegion(3), XShrinkRegion(3)
- region arithmetic
- XKanjiControl(3), UILib(3)
- intro User interface library intro
- XListFonts(3), XFreeFontNames(3), XListFontsWithInfo(3), XFreeFontInfo(3)
- obtain or free font names and information
- XListInputDevices(3), XFreeDeviceList(3)
- list available input devices
- XLoadFont(3), XQueryFont(3), XLoadQueryFont(3), XFreeFont(3), XGetFontProperty(3), XUnloadFont(3), XCharStruct(3), XFontProp(3), XChar2b(3), XFontStruct(3)
- load or unload fonts and font metric structures
- XLookupKeysym(3), XRefreshKeyboardMapping(3), XLookupString(3), XRebindKeysym(3)
- handle keyboard input events in Latin-1
- XMapWindow(3), XMapRaised(3), XMapSubwindows(3)
- map windows
- XNextEvent(3), XPeekEvent(3), XWindowEvent(3), XCheckWindowEvent(3), XMaskEvent(3), XCheckMaskEvent(3), XCheckTypedEvent(3), XCheckTypedWindowEvent(3)
- select events by type
- XOpenIM(3), XCloseIM(3), XSetIMValues(3), XGetIMValues(3), XDisplayOfIM(3), XLocaleOfIM(3), XRegisterIMInstantiateCallback(3), XUnregisterIMInstantiateCallback(3)
- open, close, and obtain input method information
- XPolygonRegion(3), XClipBox(3)
- generate regions
- XPresentQueryCapabilities(3)
- query capabilities of a CRTC
- XPutBackEvent(3)
- put events back on the queue
- XPutImage(3), XGetImage(3), XGetSubImage(3)
- transfer images
- XQueryBestSize(3), XQueryBestTile(3), XQueryBestStipple(3)
- determine efficient sizes
- XQueryColor(3), XQueryColors(3), XLookupColor(3), XParseColor(3)
- obtain color values
- XQueryExtension(3), XListExtensions(3), XFreeExtensionList(3)
- list available extensions
- XRaiseWindow(3), XLowerWindow(3), XCirculateSubwindows(3), XCirculateSubwindowsUp(3), XCirculateSubwindowsDown(3), XRestackWindows(3)
- change window stacking order
- XReadBitmapFile(3), XReadBitmapFileData(3), XWriteBitmapFile(3), XCreatePixmapFromBitmapData(3), XCreateBitmapFromData(3)
- manipulate bitmaps
- XRecolorCursor(3), XFreeCursor(3), XQueryBestCursor(3)
- manipulate cursors
- XRes(3)
- X-Resource extension client library
- XResourceManagerString(3), XScreenResourceString(3)
- obtain server resource properties
- XSendEvent(3), XDisplayMotionBufferSize(3), XGetMotionEvents(3), XTimeCoord(3)
- send events and pointer motion history structure
- XSetArcMode(3), XSetSubwindowMode(3), XSetGraphicsExposure(3)
- GC convenience routines
- XSetDeviceButtonMapping(3), XGetDeviceButtonMapping(3)
- query or change device button mappings
- XSetErrorHandler(3), XGetErrorText(3), XDisplayName(3), XSetIOErrorHandler(3), XSetIOErrorExitHandler(3), XGetErrorDatabaseText(3)
- default error handlers
- XSetEventQueueOwner(3)
- set event queue owner on a shared Xlib/XCB connection
- XSetICValues(3), XGetICValues(3)
- set and obtain XIC values
- XSetLineAttributes(3), XSetDashes(3)
- GC convenience routines
- XSetState(3), XSetFunction(3), XSetPlaneMask(3), XSetForeground(3), XSetBackground(3)
- GC convenience routines
- XSetWMProperties(3), XmbSetWMProperties(3), Xutf8SetWMProperties(3)
- set standard window properties
- XShapeQueryExtension(3), XShapeQueryVersion(3), XShapeCombineRegion(3), XShapeCombineRectangles(3), XShapeCombineMask(3), XShapeCombineShape(3), XShapeOffsetShape(3), XShapeQueryExtents(3), XShapeSelectInput(3), XShapeInputSelected(3), XShapeGetRectangles(3)
- X nonrectangular shape functions
- XShmQueryExtension(3), XShmQueryVersion(3), XShmPixmapFormat(3), XShmAttach(3), XShmDetach XShmCreateImage(3), XShmPutImage(3), XShmGetImage(3), XShmCreatePixmap(3), XShmGetEventBase(3)
- X Shared Memory extension functions
- XStoreBytes(3), XStoreBuffer(3), XFetchBytes(3), XFetchBuffer(3), XRotateBuffers(3)
- manipulate cut and paste buffers
- XSynchronize(3), XSetAfterFunction(3)
- enable or disable synchronization
- XTestQueryExtension(3), XTestCompareCursorWithWindow(3), XTestCompareCurrentCursorWithWindow(3), XTestFakeKeyEvent(3), XTestFakeButtonEvent(3), XTestFakeMotionEvent(3), XTestFakeRelativeMotionEvent(3), XTestGrabControl(3), XTestSetGContextOfGC(3), XTestSetVisualIDOfVisual(3), XTestDiscard(3)
- XTest extension functions
- XUnmapWindow(3), XUnmapSubwindows(3)
- unmap windows
- XVaCreateNestedList(3)
- allocate a nested variable argument list
- XVisibilityEvent(3)
- VisibilityNotify event structure
- Xau library: XauFileName(3), XauReadAuth(3), XauLockAuth(3), XauUnlockAuth(3), XauWriteAuth(3), XauDisposeAuth(3), XauGetAuthByAddr(3), XauGetBestAuthByAddr(3)
- X authority database routines
- XbaeCaption(3)
- The Bellcore Application Environment (BAE) XbaeCaption widget class
- XbaeInput(3)
- The Input widget class
- XbaeMatrix(3)
- The Bellcore Application Environment (BAE) XbaeMatrix widget class
- XcmEdidParse(3), X Color Management EDID data block parsing API's(3)
- EDID data block parsing
- XcmsCIELabQueryMaxC(3), XcmsCIELabQueryMaxL(3), XcmsCIELabQueryMaxLC(3), XcmsCIELabQueryMinL(3)
- obtain the CIE L*a*b* coordinates
- XcmsCIELuvQueryMaxC(3), XcmsCIELuvQueryMaxL(3), XcmsCIELuvQueryMaxLC(3), XcmsCIELuvQueryMinL(3)
- obtain the CIE L*u*v* coordinates
- XcmsColor(3), XcmsRGB(3), XcmsRGBi(3), XcmsCIEXYZ(3), XcmsCIEuvY(3), XcmsCIExyY(3), XcmsCIELab(3), XcmsCIELuv(3), XcmsTekHVC(3), XcmsPad(3)
- Xcms color structure
- XcmsDefaultCCC(3)
- obtain the default CCC for a screen
- XcmsQueryBlack(3), XcmsQueryBlue(3), XcmsQueryGreen(3), XcmsQueryRed(3), XcmsQueryWhite(3)
- obtain black, blue, green, red, and white CCC color specifications
- XcmsQueryColor(3), XcmsQueryColors(3), XcmsLookupColor(3)
- obtain color values
- XcmsSetWhitePoint(3), XcmsSetWhiteAdjustProc(3)
- modifying CCC attributes
- XcmsTekHVCQueryMaxC(3), XcmsTekHVCQueryMaxV(3), XcmsTekHVCQueryMaxVC(3), XcmsTekHVCQueryMaxVSamples(3), XcmsTekHVCQueryMinV(3)
- obtain the TekHVC coordinates
- Xcomposite(3)
- X Composite Extension library
- XcupGetReservedColormapEntries(3)
- list colormap entries reserved by the system
- XcupQueryVersion(3)
- Returns TOG-CUP protocol version supported by the X server
- XcupStoreColors(3)
- initialize shareable colormap entries at specific locations
- Xcursor(3)
- Cursor management library
- XdbeAllocateBackBufferName(3)
- allocates a DBE buffer
- XdbeBeginIdiom(3)
- marks the beginning of a DBE idiom sequence
- XdbeDeallocateBackBufferName(3)
- frees a DBE buffer
- XdbeEndIdiom(3)
- marks the end of a DBE idiom sequence
- XdbeFreeVisualInfo(3)
- frees information returned by XdbeGetVisualInfo()
- XdbeGetBackBufferAttributes(3)
- returns attributes of a DBE buffer
- XdbeGetVisualInfo(3)
- Get dbe Visual Information
- XdbeQueryExtension(3)
- returns the version of DBE supported by the server
- XdbeSwapBuffers(3)
- swaps front and back DBE buffers
- Xft(3)
- X FreeType interface library
- XkbActionCtrls(3)
- Returns the ctrls fields of act converted to an unsigned int
- XkbActionSetCtrls(3)
- Sets the ctrls0 through ctrls3 fields of act from ctrls
- XkbAddDeviceLedInfo(3)
- Initialize an XkbDeviceLedInfoRec structure
- XkbAddGeomColor(3)
- Add one color name to an existing keyboard geometry description
- XkbAddGeomDoodad(3)
- Add one doodad to a section of a keyboard geometry or to the top-level geometry
- XkbAddGeomKey(3)
- Add one key at the end of an existing row of keys
- XkbAddGeomKeyAlias(3)
- Add one key alias to an existing keyboard geometry description
- XkbAddGeomOutline(3)
- Add one outline to an existing shape
- XkbAddGeomOverlay(3)
- Add one overlay to a section
- XkbAddGeomOverlayKey(3)
- Add a key to an existing overlay row
- XkbAddGeomOverlayRow(3)
- Add a row to an existing overlay
- XkbAddGeomProperty(3)
- Add one property to an existing keyboard geometry description
- XkbAddGeomRow(3)
- Add a row to a section
- XkbAddGeomSection(3)
- Add one section to an existing keyboard geometry
- XkbAddGeomShape(3)
- Add a shape to a keyboard geometry
- XkbAddSymInterpret(3)
- Add a symbol interpretation to the list of symbol interpretations in an XkbCompatRec
- XkbAllocClientMap(3)
- Allocate and initialize an empty client map description record
- XkbAllocCompatMap(3)
- Allocate a new compatibility map if you do not already have one available
- XkbAllocControls(3)
- Allocates an XkbControlsRec structure in the XkbDescRec
- XkbAllocDeviceInfo(3)
- Obtain an XkbDeviceInfoRec structure
- XkbAllocGeomColors(3)
- Allocate geometry colors
- XkbAllocGeomDoodads(3)
- Allocate doodads that are global to a keyboard geometry
- XkbAllocGeomKeyAliases(3)
- Allocate geometry key aliases
- XkbAllocGeomKeys(3)
- Allocate space for an arbitrary number of keys to a row
- XkbAllocGeomOutlines(3)
- Allocate space for an arbitrary number of outlines to a shape
- XkbAllocGeomOverlayKeys(3)
- Allocate keys in an overlay row
- XkbAllocGeomOverlayRows(3)
- Allocate rows in a overlay
- XkbAllocGeomOverlays(3)
- Allocate overlays in a section
- XkbAllocGeomPoints(3)
- Allocate points in an outline
- XkbAllocGeomProps(3)
- Allocate geometry properties
- XkbAllocGeomRows(3)
- Allocate rows in a section
- XkbAllocGeomSectionDoodads(3)
- Allocate doodads that are specific to a section
- XkbAllocGeomSections(3)
- Allocate geometry sections
- XkbAllocGeomShapes(3)
- Allocate space for an arbitrary number of geometry shapes
- XkbAllocGeometry(3)
- Allocate an entire geometry
- XkbAllocIndicatorMaps(3)
- Allocates, directly, the indicators member of the keyboard description record
- XkbAllocKeyboard(3)
- Creates a keyboard description from scratch
- XkbAllocNames(3)
- Allocate symbolic names structures
- XkbAllocServerMap(3)
- Allocate and initialize an empty server map description record
- XkbApplyCompatMapToKey(3)
- Apply the new compatibility mapping to an individual key to get its semantics updated
- 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
- XkbChangeEnabledControls(3)
- Manipulates the EnabledControls control
- 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
- XkbChangeNames(3)
- Change symbolic names in the server
- XkbChangeTypesOfKey(3)
- Change the number of groups and the types bound to a key
- XkbComputeRowBounds(3)
- Update the bounding box of a row
- XkbComputeSectionBounds(3)
- Update the bounding box of a section
- XkbComputeShapeBounds(3)
- Updates the bounding box of a shape
- XkbComputeShapeTop(3)
- Determines the bounding box of the top surface of a shape
- XkbCopyKeyType(3)
- Copy one XkbKeyTypeRec structures
- XkbCopyKeyTypes(3)
- Copy more than one XkbKeyTypeRec structure
- 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
- XkbFindOverlayForKey(3)
- Find the alternate name by using the primary name for a key that is part of an overlay
- 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
- XkbFreeCompatMap(3)
- Free an entire compatibility map or selected portions of one
- XkbFreeComponentList(3)
- Free the structure returned by XkbListComponents
- XkbFreeControls(3)
- Frees memory used by the ctrls member of an XkbDescRec structure
- XkbFreeDeviceInfo(3)
- Free an XkbDeviceInfoRec structure
- XkbFreeGeomColors(3)
- Free geometry colors
- XkbFreeGeomDoodads(3)
- Free geometry doodads
- XkbFreeGeomKeyAliases(3)
- Free geometry key aliases
- XkbFreeGeomKeys(3)
- Free geometry keys
- XkbFreeGeomOutlines(3)
- Free geometry outlines
- XkbFreeGeomOverlayKeys(3)
- Free keys in an overlay row
- XkbFreeGeomOverlayRows(3)
- Free rows in an overlay
- XkbFreeGeomOverlays(3)
- Free rows in a section
- XkbFreeGeomPoints(3)
- Free points in a outline
- XkbFreeGeomProperties(3)
- Free geometry properties
- XkbFreeGeomRows(3)
- Free rows in a section
- XkbFreeGeomSections(3)
- Free geometry sections
- XkbFreeGeomShapes(3)
- Free geometry shapes
- XkbFreeGeometry(3)
- Free an entire geometry
- 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
- XkbFreeNames(3)
- Free symbolic names structures
- 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
- XkbGetAutoResetControls(3)
- Gets the current values of the auto-reset controls
- XkbGetCompatMap(3)
- Fetch any combination of the current compatibility map components from the server
- XkbGetControls(3)
- Finds the current state of Xkb server controls
- 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
- XkbGetIndicatorMap(3)
- Gets the map for one or more indicators, using a mask to specify the indicators
- XkbGetIndicatorState(3)
- Obtains the current state of the keyboard indicators
- 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
- XkbGetKeyTypes(3)
- Obtain the list of available key types in the server's keyboard mapping
- 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
- XkbGetNamedIndicator(3)
- Look up the indicator map and other information for an indicator by name
- XkbGetNames(3)
- Obtain symbolic names from the server
- XkbGetState(3)
- Obtains the keyboard state
- 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
- XkbIgnoreExtension(3)
- Prevents core X library keyboard functions from using the X Keyboard Extension
- XkbInitCanonicalKeyTypes(3)
- Set the definitions of the canonical key types in a client map to their default values
- XkbKeyAction(3)
- Returns the key action
- 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
- XkbKeysymToModifiers(3)
- Finds the set of modifiers bound to a particular keysym on the core keyboard
- XkbLatchGroup(3)
- Latches the keysym group
- XkbLatchModifiers(3)
- Latches and unlatches any of the eight real keyboard modifiers
- XkbLibraryVersion(3)
- Determines the compatibility of a library at runtime
- XkbListComponents(3)
- List of components for one or more component types
- XkbLockGroup(3)
- Locks the keysym group
- XkbLockModifiers(3)
- Locks and unlocks any of the eight real keyboard modifiers
- XkbLookupKeyBinding(3)
- Find the string bound to a key by XRebindKeySym
- XkbLookupKeySym(3)
- Find the symbol associated with a key for a particular state
- XkbModActionVMods(3)
- Returns the vmods1 and vmods2 fields of act converted to the vmods format of an Xkb modifier description
- XkbNoteControlsChanges(3)
- Notes the changes in a changes structure when a client receives an XkbControlsNotify event
- XkbNoteDeviceChanges(3)
- Note device changes reported in an XkbExtensionDeviceNotify event
- XkbNoteNameChanges(3)
- Note the changed names in a changes structure
- XkbOpenDisplay(3)
- Checks for a compatible version of the Xkb extension in both the library and the server, and initializes the extension for use
- XkbOutOfRangeGroupInfo(3)
- Returns only the out-of-range processing information from the group_info field of an XkbSymMapRec structure
- XkbOutOfRangeGroupNumber(3)
- Returns the out-of-range group number, represented as a group index, from the group_info field of an XkbSymMapRec structure
- XkbPtrActionX(3)
- Returns the high_XXX and low_XXX fields of act converted to a signed int
- XkbPtrActionY(3)
- Returns the high_YYY and low_YYY fields of act converted to a signed int
- 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
- XkbResizeKeyActions(3)
- Change the number of actions bound to a key
- XkbResizeKeySyms(3)
- Change the number of symbols bound to a key
- XkbResizeKeyType(3)
- Change the number of levels in a key type
- XkbSAGroup(3)
- Returns the group_XXX field of act converted to a signed int
- XkbSAPtrDfltValue(3)
- Returns the valueXXX field of act converted to a signed int
- XkbSARedirectSetVMods(3)
- Sets the vmods0 and vmods1 of act from v
- XkbSARedirectSetVModsMask(3)
- Sets the vmods_mask0 and vmods_mask1 fields of act from vm
- XkbSARedirectVMods(3)
- Returns the vmods0 and vmods1 fields of act converted to an unsigned int
- XkbSARedirectVModsMask(3)
- Returns the vmods_mask0 and vmods_mask1 fields of act converted to an unsigned int
- XkbSAScreen(3)
- Returns the screenXXX field of act converted to a signed int
- XkbSASetGroup(3)
- Sets the group_XXX field of act from the group index grp
- XkbSASetPtrDfltValue(3)
- Sets the valueXXX field of act from val
- XkbSASetScreen(3)
- Sets the screenXXX field of act from s
- 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
- XkbSetAutoResetControls(3)
- Changes the current values of the AutoReset control attributes
- XkbSetCompatMap(3)
- Modify the server's compatibility map
- 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
- XkbSetIgnoreLockMods(3)
- Sets the modifiers that, if locked, are not to be reported in matching events to passive grabs
- 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
- XkbSetMap(3)
- Send a complete new set of values for entire components to the server
- XkbSetModActionVMods(3)
- Sets the vmods1 and vmods2 fields of act using the vmods format of an Xkb modifier description
- XkbSetNamedIndicator(3)
- Names an indicator if it is not already named; toggles the state of the indicator; sets the indicator to a specified state and sets the indicator map for the indicator
- XkbSetNames(3)
- Change the symbolic names in the server
- XkbSetPtrActionX(3)
- Sets the high_XXX and low_XXX fields of act from the signed integer value x
- XkbSetPtrActionY(3)
- Sets the high_YYY and low_YYY fields of act from the signed integer value y
- XkbSetServerInternalMods(3)
- Sets the modifiers that are consumed by the server before events are delivered to the client
- XkbSetXlibControls(3)
- Changes the state of the Library Controls
- XkbTranslateKeyCode(3)
- Translate a keycode to a key symbol and modifiers
- XkbTranslateKeySym(3)
- Find the string and symbol associated with a keysym for a given keyboard state
- XkbUpdateMapFromCore(3)
- Update a local Xkb keyboard map to reflect the mapping expressed by a core format mapping
- XkbVirtualModsToReal(3)
- Determines the mapping of virtual modifiers to core X protocol modifiers
- XmAddProtocolCallback(3)
- A VendorShell function that adds client callbacks for a protocol "XmAddProtocolCallback" "VendorShell functions" "XmAddProtocolCallback" "protocols"
- XmAddProtocols(3)
- A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables "XmAddProtocols" "VendorShell functions" "XmAddProtocols" "protocols"
- XmAddTabGroup(3)
- A function that adds a manager or a primitive widget to the list of tab groups "XmAddTabGroup" "VendorShell functions" "XmAddTabGroup" "protocols"
- XmAddToPostFromList(3)
- a RowColumn function that makes a menu accessible from more than one widget "XmAddToPostFromList" "RowColumn functions" "XmAddToPostFromList"
- XmAddWMProtocolCallback(3)
- A VendorShell convenience interface that adds client callbacks for a protocol "XmAddWMProtocol%Callback" "VendorShell functions" "XmAddWMProtocol%Callback" "protocols"
- XmAddWMProtocols(3)
- A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables "XmAddWMProtocol%s" "VendorShell functions" "XmAddWMProtocol%s" "protocols"
- XmArrowButton(3)
- The ArrowButton widget class "XmArrowButton" "widget class" "ArrowButton"
- XmArrowButtonGadget(3)
- The ArrowButtonGadget widget class "XmArrowButtonGadget" "widget class" "ArrowButtonGadget"
- XmBulletinBoard(3)
- The BulletinBoard widget class "XmBulletinBoard" "widget class" "BulletinBoard"
- XmButtonBox(3)
- The Button Box class
- 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"
- XmClipboard(3)
- Motif-compatible clipboard widget
- XmClipboardCancelCopy(3)
- A clipboard function that cancels a copy to the clipboard "XmClipboardCancelCopy" "clipboard functions" "XmClipboardCancelCopy"
- XmClipboardCopy(3)
- A clipboard function that copies a data item to temporary storage for later copying to clipboard "XmClipboardCopy" "clipboard functions" "XmClipboardCopy"
- XmClipboardCopyByName(3)
- A clipboard function that copies a data item passed by name "XmClipboardCopyByName" "clipboard functions" "XmClipboardCopyByName"
- 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"
- XmClipboardInquireCount(3)
- A clipboard function that returns the number of data item formats "XmClipboardInquireCount" "clipboard functions" "XmClipboardInquireCount"
- XmClipboardInquireFormat(3)
- A clipboard function that returns a specified format name "XmClipboardInquireFormat" "clipboard functions" "XmClipboardInquireFormat"
- XmClipboardInquireLength(3)
- A clipboard function that returns the length of the stored data "XmClipboardInquireLength" "clipboard functions" "XmClipboardInquireLength"
- XmClipboardInquirePendingItems(3)
- A clipboard function that returns a list of data ID/private ID pairs "XmClipboardInquirePending%Items" "clipboard functions" "XmClipboardInquirePending%Items"
- XmClipboardLock(3)
- A clipboard function that locks the clipboard "XmClipboardLock" "clipboard functions" "XmClipboardLock"
- XmClipboardRegisterFormat(3)
- A clipboard function that registers a new format "XmClipboardRegisterFormat" "clipboard functions" "XmClipboardRegisterFormat"
- XmClipboardRetrieve(3)
- A clipboard function that retrieves a data item from the clipboard "XmClipboardRetrieve" "clipboard functions" "XmClipboardRetrieve"
- XmClipboardStartCopy(3)
- A clipboard function that sets up a storage and data structure "XmClipboardStartCopy" "clipboard functions" "XmClipboardStartCopy"
- XmClipboardStartRetrieve(3)
- A clipboard function that prepares to retrieve data from the clipboard "XmClipboardStartRetrieve" "clipboard functions" "XmClipboardStartRetrieve"
- XmClipboardUndoCopy(3)
- A clipboard function that deletes the last item placed on the clipboard "XmClipboardUndoCopy" "clipboard functions" "XmClipboardUndoCopy"
- XmClipboardUnlock(3)
- A clipboard function that unlocks the clipboard "XmClipboardUnlock" "clipboard functions" "XmClipboardUnlock"
- XmClipboardWithdrawFormat(3)
- A clipboard function that indicates that the application no longer wants to supply a data item "XmClipboardWithdrawFormat" "clipboard functions" "XmClipboardWithdrawFormat"
- XmComboBox(3)
- The ComboBox widget class "XmComboBox" "widget class" "ComboBox"
- XmComboBoxAddItem(3)
- add an item to the ComboBox widget
- XmComboBoxDeletePos(3)
- Delete a XmComboBox item
- XmComboBoxSelectItem(3)
- select a XmComboBox item
- XmComboBoxSetItem(3)
- set an item in the XmComboBox list
- XmComboBoxUpdate(3)
- A ComboBox function that resynchronizes data
- XmContainerCopy(3)
- Container widget function to copy primary selection to the clipboard "XmContainerCopy" "XmContainer"
- XmContainerCopyLink(3)
- Container widget function to copy links to the clipboard "XmContainerCopyLink" "XmContainer"
- XmContainerCut(3)
- Container widget function to move items to the clipboard "XmContainerCut" "XmContainer"
- XmContainerPaste(3)
- Container widget function to insert items from the clipboard "XmContainerPaste" "XmContainer"
- XmContainerPasteLink(3)
- Container widget function to insert links from the clipboard "XmContainerPasteLink" "XmContainer"
- XmCreateArrowButton(3)
- The ArrowButton widget creation function "XmCreateArrowButton" "creation functions" "XmCreateArrowButton"
- XmCreateArrowButtonGadget(3)
- The ArrowButtonGadget creation function "XmCreateArrowButton%Gadget" "creation functions" "XmCreateArrowButton%Gadget"
- XmCreateBulletinBoard(3)
- The BulletinBoard widget creation function "XmCreateBulletinBoard" "creation functions" "XmCreateBulletinBoard"
- XmCreateBulletinBoardDialog(3)
- The BulletinBoard BulletinBoardDialog convenience creation function "XmCreateBulletinBoard%Dialog" "creation functions" "XmCreateBulletinBoard%Dialog"
- XmCreateButtonBox(3)
- The ButtonBox widget creation function "XmCreateButtonBox" "creation functions" "XmCreateButtonBox"
- XmCreateCascadeButton(3)
- The CascadeButton widget creation function "XmCreateCascadeButton" "creation functions" "XmCreateCascadeButton"
- XmCreateCascadeButtonGadget(3)
- The CascadeButtonGadget creation function "XmCreateCascadeButton%Gadget" "creation functions" "XmCreateCascadeButton%Gadget"
- XmCreateCombinationBox2(3)
- The CombinationBox2 widget creation function "XmCreateCombinationBox2" "creation functions" "XmCreateCombinationBox2"
- XmCreateComboBox(3)
- The default ComboBox widget creation function
- XmCreateDrawnButton(3)
- The DrawnButton widget creation function "XmCreateDrawnButton" "creation functions" "XmCreateDrawnButton"
- XmCreateDropDownComboBox(3)
- The Drop-down ComboBox widget creation function
- XmCreateDropDownList(3)
- The Drop-down list ComboBox widget creation function
- XmCreateErrorDialog(3)
- The MessageBox ErrorDialog convenience creation function "XmCreateErrorDialog" "creation functions" "XmCreateErrorDialog"
- XmCreateFileSelectionBox(3)
- The FileSelectionBox widget creation function "XmCreateFileSelection%Box" "creation functions" "XmCreateFileSelection%Box"
- XmCreateFileSelectionDialog(3)
- The FileSelectionBox FileSelectionDialog convenience creation function "XmCreateFileSelection%Dialog" "creation functions" "XmCreateFileSelection%Dialog"
- XmCreateInformationDialog(3)
- The MessageBox InformationDialog convenience creation function "XmCreateInformationDialog" "creation functions" "XmCreateInformationDialog"
- XmCreateLabel(3)
- The Label widget creation function "XmCreateLabel" "creation functions" "XmCreateLabel"
- XmCreateLabelGadget(3)
- The LabelGadget creation function "XmCreateLabelGadget" "creation functions" "XmCreateLabelGadget"
- XmCreateMenuBar(3)
- A RowColumn widget convenience creation function "XmCreateMenuBar" "creation functions" "XmCreateMenuBar"
- XmCreateMessageBox(3)
- The MessageBox widget creation function "XmCreateMessageBox" "creation functions" "XmCreateMessageBox"
- XmCreateMessageDialog(3)
- The MessageBox MessageDialog convenience creation function "XmCreateMessageDialog" "creation functions" "XmCreateMessageDialog"
- XmCreateNotebook(3)
- The Notebook widget creation function "XmCreateNotebook" "Notebook functions" "XmCreateNotebook"
- XmCreatePromptDialog(3)
- The SelectionBox PromptDialog convenience creation function "XmCreatePromptDialog" "creation functions" "XmCreatePromptDialog"
- XmCreatePushButton(3)
- The PushButton widget creation function "XmCreatePushButton" "creation functions" "XmCreatePushButton"
- XmCreatePushButtonGadget(3)
- The PushButtonGadget creation function "XmCreatePushButtonGadget" "creation functions" "XmCreatePushButtonGadget"
- XmCreateQuestionDialog(3)
- The MessageBox QuestionDialog convenience creation function "XmCreateQuestionDialog" "creation functions" "XmCreateQuestionDialog"
- XmCreateRadioBox(3)
- A RowColumn widget convenience creation function "XmCreateRadioBox" "creation functions" "XmCreateRadioBox"
- XmCreateScrollBar(3)
- The ScrollBar widget creation function "XmCreateScrollBar" "creation functions" "XmCreateScrollBar"
- XmCreateSelectionBox(3)
- The SelectionBox widget creation function "XmCreateSelectionBox" "creation functions" "XmCreateSelectionBox"
- XmCreateSelectionDialog(3)
- The SelectionBox SelectionDialog convenience creation function "XmCreateSelectionDialog" "creation functions" "XmCreateSelectionDialog"
- XmCreateSimpleCheckBox(3)
- A RowColumn widget convenience creation function "XmCreateSimpleCheckBox" "creation functions" "XmCreateSimpleCheckBox"
- XmCreateSimpleMenuBar(3)
- A RowColumn widget convenience creation function "XmCreateSimpleMenuBar" "creation functions" "XmCreateSimpleMenuBar"
- XmCreateSimpleRadioBox(3)
- A RowColumn widget convenience creation function "XmCreateSimpleRadioBox" "creation functions" "XmCreateSimpleRadioBox"
- XmCreateSimpleSpinBox(3)
- the SimpleSpinBox widget creation function
- XmCreateSpinBox(3)
- The SpinBox creation function "XmCreateSpinBox" "creation functions" "XmCreateSpinBox"
- XmCreateTemplateDialog(3)
- A MessageBox TemplateDialog convenience creation function "XmCreateTemplateDialog" "create functions" "XmCreateTemplateDialog"
- XmCreateToggleButton(3)
- The ToggleButton widget creation function "XmCreateToggleButton" "creation functions" "XmCreateToggleButton"
- XmCreateToggleButtonGadget(3)
- The ToggleButtonGadget creation function "XmCreateToggleButton%Gadget" "creation functions" "XmCreateToggleButton%Gadget"
- XmCreateWarningDialog(3)
- The MessageBox WarningDialog convenience creation function "XmCreateWarningDialog" "creation functions" "XmCreateWarningDialog"
- XmCreateWorkingDialog(3)
- The MessageBox WorkingDialog convenience creation function "XmCreateWorkingDialog" "creation functions" "XmCreateWorkingDialog"
- XmCvtByteStreamToXmString(3)
- A compound string function that converts from a compound string in Byte Stream format to a compound string "XmCvtByteStreamToXmString" "compound string functions" "XmCvtByteStreamToXmString"
- XmCvtTextPropertyToXmStringTable(3)
- A function that converts from a TextProperty Structure to a StringTable "XmCvtTextPropertyToXmStringTable"
- XmCvtXmStringTableToTextProperty(3)
- A function that converts from XmStringTable to an XTextProperty Structure "XmCvtXmStringTableToTextProperty"
- XmCvtXmStringToByteStream(3)
- A compound string function that converts a compound string to a Byte Stream format "XmCvtXmStringToByteStream" "compound string functions" "XmCvtXmStringToByteStream"
- XmDataFieldCopy(3)
- A DataField function that copies the primary selection to the clipboard "XmDataFieldCopy" "DataField functions" "XmDataFieldCopy"
- XmDataFieldCut(3)
- A DataField function that copies the primary selection to the clipboard and deletes the selected text "XmDataFieldCut" "DataField functions" "XmDataFieldCut"
- XmDataFieldPaste(3)
- A DataField function that inserts the clipboard selection "XmDataFieldPaste" "DataField functions" "XmDataFieldPaste"
- XmDataFieldSetEditable(3)
- A DataField function that sets the edit permission "XmDataFieldSetEditable" "DataField functions" "XmDataFieldSetEditable"
- XmDesktop(3)
- Motif-compatible desktop widget
- XmDialogShellExt(3), XmDialogShellExtClass(3)
- Motif-compatible modal-dialog shell class
- XmDragOverShell(3)
- Motif-compatible DragOverShell widget
- XmDrawnButton(3)
- The DrawnButton widget class "XmDrawnButton" "widget class" "DrawnButton"
- XmDropSiteManager(3)
- Motif-compatible support widget for drag'n'drop
- 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"
- XmDropTransferAdd(3)
- A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer "XmDropTransferAdd" "Drag and Drop functions" "XmDropTransferAdd"
- XmFileSelectionBox(3)
- The FileSelectionBox widget class "XmFileSelectionBox" "widget class" "FileSelectionBox"
- XmFileSelectionBoxGetChild(3)
- A FileSelectionBox function used to access a component "XmFileSelectionBoxGetChild" "FileSelectionBox functions" "XmFileSelectionBoxGetChild"
- XmFileSelectionDoSearch(3)
- A FileSelectionBox function that initiates a directory search "XmFileSelectionDoSearch" "FileSelectionBox functions" "XmFileSelectionDoSearch"
- XmFontListEntryFree(3)
- A font list function that recovers memory used by a font list entry "XmFontListEntryFree" "font list functions" "XmFontListEntryFree"
- XmFontListFree(3)
- A font list function that recovers memory used by a font list "XmFontListFree" "font list functions" "XmFontListFree"
- 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"
- XmGetFocusWidget(3)
- Returns the ID of the widget that has keyboard focus "XmGetFocusWidget" "traversal functions" "XmGetFocusWidget"
- XmGetPixmapByDepth(3)
- A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap "XmGetPixmapByDepth" "pixmaps"
- XmGetTabGroup(3)
- Returns the widget ID of a tab group "XmGetTabGroup" "traversal functions" "XmGetTabGroup"
- XmGetTearOffControl(3)
- A RowColumn function that obtains the widget ID for the tear-off control in a menu "XmGetTearOffControl" "RowColumn functions" "XmGetTearOffControl"
- XmGetVisibility(3)
- A function that determines if a widget is visible "XmGetVisibility"
- XmGetXmDisplay(3)
- A Display function that returns the XmDisplay object ID for a specified display "XmGetXmDisplay" "Display functions" "XmGetXmDisplay"
- XmGetXmScreen(3)
- A Screen function that returns the XmScreen object ID for a specified screen "XmGetXmScreen"
- XmGrabShell(3)
- Motif-compatible popup shell widget which grabs the keyboard and pointer
- XmIconBox(3)
- The IconBox widget class
- XmIconBoxIsCellEmpty(3)
- A function that determines whether a cell in the IconBox is empty "XmIconBoxIsCellEmpty" "IconBox functions" "XmIconBoxIsCellEmpty"
- XmIconButton(3), The(3)
- Icon Button widget
- XmImGetXIC(3)
- An input manager function that obtains an XIC for a widget "XmImGetXIC" "input manager functions" "XmImGetXIC"
- XmImMbLookupString(3)
- An input manager function that retrieves a composed string from an input method "XmImMbLookupString" "input manager functions" "XmImMbLookupString"
- XmImMbResetIC(3)
- An input manager function that resets the input context for a widget
- XmImSetFocusValues(3)
- An input manager function that notifies an input manager that a widget has received input focus and updates the input context attributes "XmImSetFocusValues" "input manager functions" "XmImSetFocusValues"
- XmImSetValues(3)
- An input manager function that updates attributes of an input context "XmImSetValues" "input manager functions" "XmImSetValues"
- XmImVaSetFocusValues(3)
- An input manager function that notifies an input manager that a widget has received input focus and updates the input context attributes "XmImVaSetFocusValues" "input manager functions" "XmImVaSetFocusValues"
- XmImVaSetValues(3)
- An input manager function that updates attributes of an input context "XmImVaSetValues" "input manager functions" "XmImVaSetValues"
- XmIsTraversable(3)
- A function that identifies whether a widget can be traversed "XmIsTraversable"
- XmLabel(3)
- The Label widget class "XmLabel" "widget class" "Label"
- XmLabelGadget(3)
- The LabelGadget widget class "XmLabelGadget" "widget class" "LabelGadget"
- XmListDeletePositions(3)
- A List function that deletes items from a list based on an array of positions "XmListDeletePositions" "List functions" "XmListDeletePositions"
- XmListGetKbdItemPos(3)
- A List function that returns the position of the item at the location cursor "XmListGetKbdItemPos" "List functions" "XmListGetKbdItemPos"
- XmListPosToBounds(3)
- A List function that returns the bounding box of an item at a specified position in a list "XmListPosToBounds" "List functions" "XmListPosToBounds"
- XmListReplacePositions(3)
- A List function that replaces items in a list based on position "XmListReplacePositions" "List functions" "XmListReplacePositions"
- XmListSetBottomItem(3)
- A List function that makes an existing item the last visible item in the list "XmListSetBottomItem" "List functions" "XmListSetBottomItem"
- XmListSetBottomPos(3)
- A List function that makes a specified item the last visible item in the list "XmListSetBottomPos" "List functions" "XmListSetBottomPos"
- XmListSetItem(3)
- A List function that makes an existing item the first visible item in the list "XmListSetItem" "List functions" "XmListSetItem"
- XmListSetKbdItemPos(3)
- A List function that sets the location cursor at a specified position "XmListSetKbdItemPos" "List functions" "XmListSetKbdItemPos"
- XmListSetPos(3)
- A List function that makes the item at the given position the first visible position in the list "XmListSetPos" "List functions" "XmListSetPos"
- XmMainWindowSetAreas(3)
- A MainWindow function that identifies manageable children for each area "XmMainWindowSetAreas" "MainWindow functions" "XmMainWindowSetAreas"
- XmMessageBox(3)
- The MessageBox widget class "XmMessageBox" "widget class" "MessageBox"
- XmMessageBoxGetChild(3)
- A MessageBox function that is used to access a component "XmMessageBoxGetChild" "MessageBox functions" "XmMessageBoxGetChild"
- XmMultiListDeselectItems(3)
- A MultiList function that deselects items in the list by matching column entries "XmMultiListDeselectItems" "List functions" "XmMultiListDeselectItems"
- XmMultiListGetSelectedRowArray(3)
- an MultiList function that returns an array of integers which are selected row numbers. "XmMultiListGetSelectedRowArray" "List functions" "XmMultiListGetSelectedRowArray"
- XmMultiListMakeRowVisible(3)
- A MultiList function that shifts the visible list rows as desired "XmMultiListSelectRow" "MultiList functions" "XmMultiListSelectRow"
- XmMultiListSelectItems(3)
- A MultiList function that selects items in the list by matching column entries "XmMultiListSelectItems" "List functions" "XmMultiListSelectItems"
- XmNotebook(3)
- The Notebook widget class "XmNotebook" "widget class" "Notebook"
- XmNotebookGetPageInfo(3)
- A Notebook function that returns page information "XmNotebookGetPageInfo" "Notebook functions" "XmNotebookGetPageInfo"
- 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"
- XmOptionLabelGadget(3)
- A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu "XmOptionLabelGadget" "RowColumn functions" "XmOptionLabelGadget"
- XmPanedGetPanes(3)
- A Paned function that returns the number of panes in the paned widget "XmPanedGetPanes" "Paned functions" "XmPanedGetPanes"
- XmParseMappingGetValues(3)
- A compound string function to retrieve attributes of a parse mapping "XmParseMappingGetValues" "compound string functions" "XmParseMappingGetValues"
- XmParseMappingSetValues(3)
- A compound string function to set attributes of a parse mapping "XmParseMappingSetValues" "compound string functions" "XmParseMappingSetValues"
- XmParseTable(3)
- Data type for a compound string parse table "XmParseTable" "data types" "XmParseTable"
- XmParseTableFree(3)
- A compound string function that recovers memory "XmParseTableFree" "compound string functions" "XmParseTableFree"
- XmPrintPopupPDM(3)
- Send a notification for the PDM to be popped up
- XmPrintToFile(3)
- Retrieves and saves data that would normally be printed by the X Print Server
- XmProcessTraversal(3)
- A function that determines which component receives keyboard events when a widget has the focus "XmProcessTraversal"
- XmPushButton(3)
- The PushButton widget class "XmPushButton" "widget class" "PushButton"
- XmPushButtonGadget(3)
- The PushButtonGadget widget class "XmPushButtonGadget" "widget class" "PushButtonGadget"
- XmRemoveFromPostFromList(3)
- a RowColumn function that disables a menu for a particular widget "XmRemoveFromPostFromList" "RowColumn functions" "XmRemoveFromPostFromList"
- XmRemoveProtocolCallback(3)
- A VendorShell function that removes a callback from the internal list "XmRemoveProtocol%Callback" "VendorShell functions" "XmRemoveProtocol%Callback" "protocols"
- XmRemoveProtocols(3)
- A VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables "XmRemoveProtocols" "VendorShell functions" "XmRemoveProtocols" "protocols"
- XmRemoveTabGroup(3)
- A function that removes a tab group "XmRemoveTabGroup"
- XmRemoveWMProtocolCallback(3)
- A VendorShell convenience interface that removes a callback from the internal list "XmRemoveWMProtocol%Callback" "VendorShell functions" "XmRemoveWMProtocol%Callback" "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"
- XmRepTypeGetRecord(3)
- A representation type manager function that returns information about a representation type "XmRepTypeGetRecord" "representation type manager functions" "XmRepTypeGetRecord"
- XmResolveAllPartOffsets(3)
- A function that allows writing of upward-compatible applications and widgets "XmResolveAllPartOffsets"
- XmResolvePartOffsets(3)
- A function that allows writing of upward-compatible applications and widgets "XmResolvePartOffsets"
- XmScrollBar(3)
- The ScrollBar widget class "XmScrollBar" "widget class" "ScrollBar"
- XmScrollBarGetValues(3)
- A ScrollBar function that returns the ScrollBar's increment values "XmScrollBarGetValues" "ScrollBar functions" "XmScrollBarGetValues"
- 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"
- XmScrolledWindowSetAreas(3)
- A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget "XmScrolledWindowSetAreas" "ScrolledWindow functions" "XmScrolledWindowSetAreas"
- XmSelectionBox(3)
- The SelectionBox widget class "XmSelectionBox" "widget class" "SelectionBox"
- XmSelectionBoxGetChild(3)
- A SelectionBox function that is used to access a component "XmSelectionBoxGetChild" "SelectionBox functions" "XmSelectionBoxGetChild"
- XmSetProtocolHooks(3)
- A VendorShell function that allows preactions and postactions to be executed when a protocol message is received from MWM "XmSetProtocolHooks" "VendorShell functions" "XmSetProtocolHooks" "protocols"
- XmSetWMProtocolHooks(3)
- A VendorShell convenience interface that allows preactions and postactions to be executed when a protocol message is received from the window manager "XmSetWMProtocolHooks" "VendorShell functions" "XmSetWMProtocolHooks" "protocols"
- XmSimpleSpinBox(3)
- a simple SpinBox widget class
- XmSimpleSpinBoxAddItem(3)
- add an item to the XmSimpleSpinBox
- XmSimpleSpinBoxDeletePos(3)
- delete a XmSimpleSpinBox item
- XmSimpleSpinBoxSetItem(3)
- set an item in the XmSimpleSpinBox list
- XmSpinBox(3)
- The SpinBox widget class "XmSpinBox" "widget class" "SpinBox"
- XmSpinBoxValidatePosition(3)
- translate the current value of the specified XmSpinBox child into a valid position
- XmStringBaseline(3)
- A compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text "XmStringBaseline" "compound string functions" "XmStringBaseline"
- XmStringByteCompare(3)
- A compound string function that indicates the results of a byte-by-byte comparison "XmStringByteCompare" "compound string functions" "XmStringByteCompare"
- XmStringByteStreamLength(3)
- A function that returns the size of a string "XmStringByteStreamLength"
- XmStringComponentCreate(3)
- A compound string function that creates arbitrary components "XmStringComponentCreate"
- XmStringGetNextSegment(3)
- A compound string function that fetches the bytes in the next segment of a compound string "XmStringGetNextSegment" "compound string functions" "XmStringGetNextSegment"
- XmStringHasSubstring(3)
- A compound string function that indicates whether one compound string is contained within another "XmStringHasSubstring" "compound string functions" "XmStringHasSubstring"
- XmStringInitContext(3)
- A compound string function that creates a data structure for scanning an XmString component by component "XmStringInitContext" "compound string functions" "XmStringInitContext"
- 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"
- XmStringLength(3)
- A compound string function that obtains the length of a compound string "XmStringLength" "compound string functions" "XmStringLength"
- XmStringLineCount(3)
- A compound string function that returns the number of separators plus one in the provided compound string "XmStringLineCount" "compound string functions" "XmStringLineCount"
- XmStringNConcat(3)
- A compound string function that appends a specified number of bytes to a compound string "XmStringNConcat" "compound string functions" "XmStringNConcat"
- XmStringPeekNextComponent(3)
- A compound string function that returns the component type of the next component to be fetched "XmStringPeekNextComponent" "compound string functions" "XmStringPeekNextComponent"
- XmStringTable(3)
- Data type for an array of compound strings "XmStringTable" "data types" "XmStringTable"
- XmStringTableParseStringArray(3)
- A convenience function that converts an array of strings to a compound string table "XmStringTableParseStringArray"
- XmStringTableProposeTablist(3)
- A convenience function that returns a tab list "XmStringTableProposeTablist"
- XmStringTableToXmString(3)
- A convenience function that converts a compound string table to a single compound string "XmStringTableToXmString"
- XmStringTableUnparse(3)
- A convenience function that converts a table of compound strings to an array of text "XmStringTableUnparse"
- XmStringToXmStringTable(3)
- A convenience function that converts a single compound string to a table of compound strings "XmStringTableToXmString"
- XmTab(3)
- Data type for a tab stop "XmTab"
- XmTabCreate(3)
- A convenience function that creates a tab stop "XmTabCreate"
- XmTabFree(3)
- A convenience function that frees a tab "XmTabFree"
- XmTabGetValues(3)
- A convenience function that returns tab values "XmTabGetValues"
- XmTabList(3)
- Data type for a tab list "XmTabList"
- XmTabListCopy(3)
- A convenience function that creates a new tab list from an existing list "XmTabListCopy"
- XmTabListFree(3)
- A convenience function that frees the memory of a new tab list "XmTabListFree"
- XmTabListGetTab(3)
- A convenience function that returns a copy of a tab "XmTabListGetTab"
- XmTabListInsertTabs(3)
- A convenience function that inserts tabs into a tab list "XmTabListInsertTabs"
- XmTabListRemoveTabs(3)
- A convenience function that removes noncontiguous tabs "XmTabListRemoveTabs"
- XmTabListReplacePositions(3)
- A convenience function that creates a new tab list with replacement tabs "XmTabListReplacePositions"
- XmTabListTabCount(3)
- A convenience function that counts the number of tabs "XmTabListTabCount"
- XmTabSetValue(3)
- A convenience function that sets a tab stop "XmTabSetValue"
- XmTabStack(3)
- The TabStack widget class
- XmTabStackGetSelectedTab(3)
- A TabStack function that returns the widget ID of the currently selectedtab "XmTabStackGetSelectedTab" "TabStack functions" "XmTabStackGetSelectedTab"
- XmTabStackSelectTab(3)
- A TabStack function that sets the currently displayed child "XmTabStackSelecttab" "TabStack functions" "XmTabStackSelectTab"
- XmTabStackXYToWidget(3)
- A TabStack function that converts a pixel coordinate to the widget ID of the tab occupying that space "XmTabStackXYToWidget" "TabStack functions" "XmTabStackXYToWidget"
- XmTargetsAreCompatible(3)
- A function that tests whether the target types match between a drop site and source object "XmTargetsAreCompatible" "Drag and Drop functions" "XmTargetsAreCompatible"
- XmTearOffButton(3)
- Motif-compatible detachable button widget
- XmTextCopy(3)
- A Text function that copies the primary selection to the clipboard "XmTextCopy" "Text functions" "XmTextCopy"
- XmTextCopyLink(3)
- A Text function that copies a link to the primary selection to the clipboard "XmTextCopyLink" "Text functions" "XmTextCopyLink"
- XmTextCut(3)
- A Text function that copies the primary selection to the clipboard and deletes the selected text "XmTextCut" "Text functions" "XmTextCut"
- XmTextDisableRedisplay(3)
- A Text function that temporarily prevents visual update of the Text widget "XmTextDisableRedisplay" "Text functions" "XmTextDisableRedisplay"
- XmTextEnableRedisplay(3)
- A Text function that forces the visual update of a Text widget "XmTextEnableRedisplay" "Text functions" "XmTextEnableRedisplay"
- XmTextFieldCopy(3)
- A TextField function that copies the primary selection to the clipboard "XmTextFieldCopy" "TextField functions" "XmTextFieldCopy"
- XmTextFieldCopyLink(3)
- A TextField function that copies a link to the primary selection to the clipboard "XmTextFieldCopyLink" "TextField functions" "XmTextFieldCopyLink"
- XmTextFieldCut(3)
- A TextField function that copies the primary selection to the clipboard and deletes the selected text "XmTextFieldCut" "TextField functions" "XmTextFieldCut"
- XmTextFieldGetBaseline(3)
- A TextField function that accesses the y position of the baseline "XmTextFieldGetBaseline" "TextField functions" "XmTextFieldGetBaseline"
- XmTextFieldGetEditable(3)
- A TextField function that accesses the edit permission state "XmTextFieldGetEditable" "TextField functions" "XmTextFieldGetEditable"
- XmTextFieldGetMaxLength(3)
- A TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard "XmTextFieldGetMaxLength" "TextField functions" "XmTextFieldGetMaxLength"
- XmTextFieldGetSubstring(3)
- A TextField function that retrieves a copy of a portion of the internal text buffer "XmTextFieldGetSubstring" "TextField functions" "XmTextFieldGetSubstring"
- XmTextFieldGetSubstringWcs(3)
- A TextField function that retrieves a portion of a wide character internal text buffer "XmTextFieldGetSubstring%Wcs" "TextField functions" "XmTextFieldGetSubstring%Wcs"
- XmTextFieldPaste(3)
- A TextField function that inserts the clipboard selection "XmTextFieldPaste" "TextField functions" "XmTextFieldPaste"
- XmTextFieldPasteLink(3)
- A TextField function that inserts a link to the clipboard selection "XmTextFieldPasteLink" "TextField functions" "XmTextFieldPasteLink"
- XmTextFieldSetEditable(3)
- A TextField function that sets the edit permission "XmTextFieldSetEditable" "TextField functions" "XmTextFieldSetEditable"
- XmTextFieldSetMaxLength(3)
- A TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard "XmTextFieldSetMaxLength" "TextField functions" "XmTextFieldSetMaxLength"
- XmTextFieldShowPosition(3)
- A TextField function that forces text at a given position to be displayed "XmTextFieldShowPosition" "TextField functions" "XmTextFieldShowPosition"
- XmTextFindString(3)
- A Text function that finds the beginning position of a text string "XmTextFindString" "Text functions" "XmTextFindString"
- XmTextFindStringWcs(3)
- A Text function that finds the beginning position of a wide character text string "XmTextFindStringWcs" "Text functions" "XmTextFindStringWcs"
- XmTextGetBaseline(3)
- A Text function that accesses the y position of the baseline "XmTextGetBaseline" "Text functions" "XmTextGetBaseline"
- XmTextGetEditable(3)
- A Text function that accesses the edit permission state "XmTextGetEditable" "Text functions" "XmTextGetEditable"
- XmTextGetMaxLength(3)
- A Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard "XmTextGetMaxLength" "Text functions" "XmTextGetMaxLength"
- XmTextGetSubstring(3)
- A Text function that retrieves a copy of a portion of the internal text buffer "XmTextGetSubstring" "Text functions" "XmTextGetSubstring"
- XmTextGetSubstringWcs(3)
- A Text function that retrieves a portion of a wide character internal text buffer "XmTextGetSubstringWcs" "Text functions" "XmTextGetSubstringWcs"
- XmTextPaste(3)
- A Text function that inserts the clipboard selection "XmTextPaste" "Text functions" "XmTextPaste"
- XmTextPasteLink(3)
- A Text function that inserts a link to the clipboard selection "XmTextPasteLink" "Text functions" "XmTextPasteLink"
- XmTextSetEditable(3)
- A Text function that sets the edit permission "XmTextSetEditable" "Text functions" "XmTextSetEditable"
- XmTextSetMaxLength(3)
- A Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard "XmTextSetMaxLength" "Text functions" "XmTextSetMaxLength"
- XmTextShowPosition(3)
- A Text function that forces text at a given position to be displayed "XmTextShowPosition" "Text functions" "XmTextShowPosition"
- XmToggleButton(3)
- The ToggleButton widget class "XmToggleButton" "widget class" "ToggleButton"
- XmToggleButtonGadget(3)
- The ToggleButtonGadget widget class "XmToggleButtonGadget" "widget class" "ToggleButtonGadget"
- XmToggleButtonGadgetGetState(3)
- A ToggleButtonGadget function that obtains the state of a ToggleButtonGadget "XmToggleButtonGadgetGet%State" "ToggleButtonGadget functions" "XmToggleButtonGadgetGet%State"
- XmToggleButtonGadgetSetState(3)
- A ToggleButtonGadget function that sets or changes the current state "XmToggleButtonGadgetSet%State" "ToggleButtonGadget functions" "XmToggleButtonGadgetSet%State"
- XmToggleButtonGetState(3)
- A ToggleButton function that obtains the state of a ToggleButton "XmToggleButtonGetState" "ToggleButton functions" "XmToggleButtonGetState"
- XmToggleButtonSetState(3)
- A ToggleButton function that sets or changes the current state "XmToggleButtonSetState" "ToggleButton functions" "XmToggleButtonSetState"
- XmToggleButtonSetValue(3)
- A ToggleButton function that sets or changes the current state "XmToggleButtonSetValue" "ToggleButton functions" "XmToggleButtonSetValue"
- XmTransferSetParameters(3)
- A toolkit function that establishes parameters to be passed by the next call to XmTransferValue "XmTransferSetParameters" "toolkit functions" "XmTransferSetParameters"
- XmTransferStartRequest(3)
- A toolkit function that begins a MULTIPLE transfer "XmTransferStartRequest" "toolkit functions" "XmTransferStartRequest"
- XmVaCreateArrowButton(3)
- XmVaCreateManagedArrowButton A ArrowButton widget convenience creation functions. "XmVaCreateArrowButton" "XmVaCreateManagedArrowButton" "creation functions"
- XmVaCreateArrowButtonGadget(3)
- XmVaCreateManagedArrowButtonGadget A ArrowButtonGadget widget convenience creation functions. "XmVaCreateArrowButtonGadget" "XmVaCreateManagedArrowButtonGadget" "creation functions"
- XmVaCreateBulletinBoard(3)
- XmVaCreateManagedBulletinBoard A BulletinBoard widget convenience creation functions. "XmVaCreateBulletinBoard" "XmVaCreateManagedBulletinBoard" "creation functions"
- XmVaCreateButtonBox(3)
- XmVaCreateManagedButtonBox A ButtonBox widget convenience creation functions. "XmVaCreateButtonBox" "XmVaCreateManagedButtonBox" "creation functions"
- 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"
- XmVaCreateCombinationBox2(3)
- XmVaCreateManagedCombinationBox2 A Form widget convenience creation functions. "XmVaCreateCombinationBox2" "XmVaCreateManagedCombinationBox2" "creation functions"
- XmVaCreateComboBox(3)
- XmVaCreateManagedComboBox A ComboBox widget convenience creation functions. "XmVaCreateComboBox" "XmVaCreateManagedComboBox" "creation functions"
- XmVaCreateDrawnButton(3)
- XmVaCreateManagedDrawnButton A DrawnButton widget convenience creation functions. "XmVaCreateDrawnButton" "XmVaCreateManagedDrawnButton" "creation functions"
- XmVaCreateFileSelectionBox(3)
- XmVaCreateManagedFileSelectionBox A FileSelectionBox widget convenience creation functions. "XmVaCreateFileSelectionBox" "XmVaCreateManagedFileSelectionBox" "creation functions"
- XmVaCreateLabel(3)
- XmVaCreateManagedLabel A Label widget convenience creation functions. "XmVaCreateLabel" "XmVaCreateManagedLabel" "creation functions"
- XmVaCreateLabelGadget(3)
- XmVaCreateManagedLabelGadget A LabelGadget widget convenience creation functions. "XmVaCreateLabelGadget" "XmVaCreateManagedLabelGadget" "creation functions"
- XmVaCreateMessageBox(3)
- XmVaCreateManagedMessageBox A MessageBox widget convenience creation functions. "XmVaCreateToggleMessageBox" "XmVaCreateManagedMessageBox" "creation functions" "XmVaCreateMessageBox"
- XmVaCreateNotebook(3)
- XmVaCreateManagedNotebook A Notebook widget convenience creation functions. "XmVaCreateToggleNotebook" "XmVaCreateManagedNotebook" "creation functions" "XmVaCreateNotebook"
- XmVaCreatePushButton(3)
- XmVaCreateManagedPushButton A PushButton widget convenience creation functions. "XmVaCreateTogglePushButton" "XmVaCreateManagedPushButton" "creation functions" "XmVaCreatePushButton"
- XmVaCreatePushButtonGadget(3)
- XmVaCreateManagedPushButtonGadget A PushButtonGadget widget convenience creation functions. "XmVaCreateTogglePushButtonGadget" "XmVaCreateManagedPushButtonGadget" "creation functions" "XmVaCreatePushButtonGadget"
- XmVaCreateScrollBar(3)
- XmVaCreateManagedScrollBar A ScrollBar widget convenience creation functions. "XmVaCreateToggleScrollBar" "XmVaCreateManagedScrollBar" "creation functions" "XmVaCreateScrollBar"
- XmVaCreateSelectionBox(3)
- XmVaCreateManagedSelectionBox A SelectionBox widget convenience creation functions. "XmVaCreateToggleSelectionBox" "XmVaCreateManagedSelectionBox" "creation functions" "XmVaCreateSelectionBox"
- XmVaCreateSimpleCheckBox(3)
- A RowColumn widget convenience creation function "XmVaCreateSimpleCheckBox" "creation functions" "XmVaCreateSimpleCheckBox"
- XmVaCreateSimpleMenuBar(3)
- A RowColumn widget convenience creation function "XmVaCreateSimpleMenuBar" "creation functions" "XmVaCreateSimpleMenuBar"
- XmVaCreateSimpleRadioBox(3)
- A RowColumn widget convenience creation function "XmVaCreateSimpleRadioBox" "creation functions" "XmVaCreateSimpleRadioBox"
- XmVaCreateSimpleSpinBox(3)
- XmVaCreateManagedSimpleSpinBox A SimpleSpinBox widget convenience creation functions. "XmVaCreateToggleSimpleSpinBox" "XmVaCreateManagedSimpleSpinBox" "creation functions" "XmVaCreateSimpleSpinBox"
- XmVaCreateSpinBox(3)
- XmVaCreateManagedSpinBox A SpinBox widget convenience creation functions. "XmVaCreateToggleSpinBox" "XmVaCreateManagedSpinBox" "creation functions" "XmVaCreateSpinBox"
- XmVaCreateTabStack(3)
- XmVaCreateManagedTabStack A TabStack widget convenience creation functions. "XmVaCreateToggleTabStack" "XmVaCreateManagedTabStack" "creation functions" "XmVaCreateTabStack"
- XmVaCreateToggleButton(3)
- XmVaCreateManagedToggleButton A ToggleButton widget convenience creation functions. "XmVaCreateToggleToggleButton" "XmVaCreateManagedToggleButton" "creation functions" "XmVaCreateToggleButton"
- XmVaCreateToggleButtonGadget(3)
- XmVaCreateManagedToggleButtonGadget A ToggleButtonGadget widget convenience creation functions. "XmVaCreateToggleToggleButtonGadget" "XmVaCreateManagedToggleButtonGadget" "creation functions" "XmVaCreateToggleButtonGadget"
- XmWidgetGetBaselines(3)
- Retrieves baseline information for a widget "XmWidgetGetBaselines"
- XmbDrawImageString(3), XwcDrawImageString(3), Xutf8DrawImageString(3)
- draw image text using a single font set
- XmbDrawString(3), XwcDrawString(3), Xutf8DrawString(3)
- draw text using a single font set
- XmbDrawText(3), XwcDrawText(3), Xutf8DrawText(3)
- draw text using multiple font sets
- XmbLookupString(3), XwcLookupString(3), Xutf8LookupString(3)
- obtain composed input from an input method
- XmbResetIC(3), XwcResetIC(3), Xutf8ResetIC(3)
- reset the state of an input context
- XmbTextEscapement(3), XwcTextEscapement(3), Xutf8TextEscapement(3)
- obtain the escapement of text
- XmbTextExtents(3), XwcTextExtents(3), Xutf8TextExtents(3)
- compute text extents
- XmbTextListToTextProperty(3), XwcTextListToTextProperty(3), Xutf8TextListToTextProperty(3), XmbTextPropertyToTextList(3), XwcTextPropertyToTextList(3), Xutf8TextPropertyToTextList(3), XwcFreeStringList(3), XDefaultString(3)
- convert text lists and text property structures
- XmbTextPerCharExtents(3), XwcTextPerCharExtents(3), Xutf8TextPerCharExtents(3)
- obtain per-character information for a text string
- 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
- XmtAskForBoolean(3), XmtAskForBoolean()(3)
- ask a yes-or-no question with a dialog box and return the user's response
- XmtAskForDouble(3), XmtAskForDouble()(3), XmtAskForInteger()(3)
- use a dialog box to prompt for a number and return the user's response
- XmtAskForFile(3), XmtAskForFile()(3), XmtAskForFilename()(3)
- use a file selection dialog box to prompt the user to select a file and return the user's response
- XmtAskForItem(3), XmtAskForItem()(3), XmtAskForItemNumber()(3)
- use a dialog box to prompt the user to select an item from a list and return the selected item
- XmtAskForString(3), XmtAskForString()(3)
- use a dialog box to prompt the user for a string and return the user's response
- XmtBlock(3), XmtBlock()(3)
- process events in a recursive event loop
- 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
- XmtCheckPrintfFormat(3), XmtCheckPrintfFormat()(3)
- verify that two strings have the same printf() substitutions
- XmtChooserGetState(3), XmtChooserGetState()(3), XmtChooserGetValue()(3), XmtChooserGetSensitivity()(3)
- query an XmtChooser widget about its selected items and item sensitivity
- XmtChooserLookupItemName(3), XmtChooserLookupItemName()(3), XmtChooserLookupItemValue()(3), XmtChooserLookupItemByName()(3), XmtChooserLookupItemByValue()(3)
- lookup XmtChooser item name and value by index or index by name and value
- XmtCliFlush(3), XmtCliFlush()(3)
- force pending XmtCli output to be displayed
- XmtConvertStringToBitmap(3), XmtConvertStringTo<Type>(3)
- ``new style'' Xt resource converters for various types
- 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
- XmtCreateWidgetType(3), XmtLookupWidgetType()(3), XmtCreateWidgetType()(3)
- lookup a widget type by name, create an instance of a widget type
- XmtDialogBindResourceList(3), XmtDialogBindResourceList()(3)
- use Xmt automatic dialog data transfer features with widgets that are not dialogs
- XmtDialogGetDefaultValues(3), XmtDialogGetDefaultValues()(3)
- read default data values for a dialog from the resource database
- XmtDialogGetDialogValues(3), XmtDialogGetDialogValues()(3), XmtDialogSetDialogValues()(3)
- transfer values between the fields of a data structure and the widgets of a dialog box
- 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
- XmtDialogPosition(3), XmtDialogPosition()(3)
- center a dialog box over a widget
- XmtDiscardButtonEvents(3), XmtDiscardButtonEvents()(3), XmtDiscardKeyPressEvents()(3)
- discard pending user input events
- XmtDisplayBusyCursor(3), XmtDisplayBusyCursor()(3), XmtDisplayDefaultCursor()(3), XmtDisplayCursor()(3)
- display a cursor over a window
- XmtDisplayError(3), XmtDisplayError()(3), XmtDisplayWarning()(3), XmtDisplayInformation()(3)
- display a simple message in a dialog box
- XmtDisplayErrorMsg(3), XmtDisplayErrorMsg()(3), XmtDisplayWarningMsg()(3), XmtDisplayInformationMsg()(3)
- display a formatted message in a dialog box
- XmtDisplayErrorMsgAndWait(3), XmtDisplayErrorMsgAndWait()(3), XmtDisplayWarningMsgAndWait()(3)
- display an error or warning message and block until the user pops it down
- XmtDisplayMessage(3), XmtDisplayMessage()(3), XmtDisplayMessageAndWait()(3), Xmt DisplayMessageVaList()(3)
- display a message in a dialog box
- XmtDisplayWorkingDialog(3), XmtDisplayWorkingDialog()(3), XmtHideWorkingDialog()(3)
- display or hide a ``please wait'' dialog box
- XmtFocusShell(3), XmtFocusShell()(3), XmtMoveShellToPointer()(3), XmtWarpToShell()(3), XmtSetFocusToShell()(3)
- change keyboard focus to a shell widget
- XmtGetApplicationValues(3), XmtGetApplicationValues()(3), XmtSetApplicationValues()(3)
- query and set application resources by name
- XmtGetBitmap(3), XmtGetBitmap()(3), XmtGetPixmap()(3)
- find and return the named bitmap or pixmap
- XmtHSLToRGB(3), XmtHSLToRGB()(3), XmtRGBToHSL()(3)
- convert between the HSL and RGB color spaces
- XmtHashTableCreate(3), XmtHashTableCreate()(3), XmtHashTableDestroy()(3), XmtHashTableStore()(3), XmtHashTableLookup()(3), XmtHashTableDelete()(3), XmtHashTableForEach()(3)
- hash table functions
- XmtHelpBox(3)
- a widget to display scrolled, multi-font help text
- XmtHelpInstallContextHelp(3), XmtHelpInstallContextHelp()(3), XmtHelpContextHelpCallback()(3)
- keyboard bindings for context help
- XmtLayoutBox(3)
- the row or column gadget used within the XmtLayout widget
- XmtLayoutDisableLayout(3), XmtLayoutDisableLayout()(3), XmtLayoutEnableLayout()(3)
- temporarily disable layout computation for an XmtLayout widget
- XmtLayoutPixmap(3)
- an XmtLayout gadget that displays a pixmap or a bitmap
- XmtLayoutSpace(3)
- an XmtLayout gadget that places space between other items in the layout
- XmtLoadResourceFile(3), XmtLoadResourceFile()(3), XmtLoadResourceFileList()(3)
- find named resource files and read them into the resource database
- XmtLocalize2(3), XmtLocalize2()(3), XmtLocalize()(3), XmtLocalizeWidget()(3)
- look up a translated version of a string in the resource database
- XmtLookupColorName(3), XmtLookupColorName()(3)
- lookup the actual color name associated with a symbolic color name in an XmtColor Table
- XmtLookupPixmap(3), XmtLookupPixmap()(3), XmtLookupSimplePixmap()(3), XmtLookupWidgetPixmap()(3), XmtLookupBitmap()(3), XmtLookupBitmask()(3)
- get a named pixmap or bitmap from the Xmt image cache
- XmtMenuGetMenuItem(3), XmtMenuGetMenuItem()(3), XmtMenuItemGetSubmenu()(3), XmtMenuItemGetWidget()(3), XmtMenuItemSetSensitivity()(3), XmtMenuItemGetState()(3), XmtMenuItemSetState()(3)
- look up items in an XmtMenu widget by name, and manipulate them
- XmtMsgLineGetString(3), XmtMsgLineGetString()(3), XmtMsgLineGetDouble()(3), XmtMsgLineGetInt()(3), XmtMsgLineGetUnsigned()(3), XmtMsgLineGetChar()(3)
- use an XmtMsgLine widget to synchronously get input from the user
- XmtMsgLineSetInput(3), XmtMsgLineSetInput()(3), XmtMsgLineGetInput()(3)
- set or query the editable text in an XmtMsgLine widget
- 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
- XmtRegisterBitmapConverter(3), XmtRegister<Type>Converter(3)
- register resource converters for various types
- XmtRegisterChooser(3), XmtRegisterChooser()(3), XmtRegisterInputField()(3), XmtRegisterXmScale()(3), XmtRegisterXmScrolledText()(3), XmtRegisterXmText()(3), XmtRegisterXmTextField()(3), XmtRegisterXmToggleButton()(3)
- specially register input widgets for use with Xmt automatic dialog facilities
- XmtRegisterColor(3), XmtRegisterColor()(3), XmtVaRegisterColors()(3), XmtRegisterColors()(3), XmtRegisterPixel()(3), XmtRegisterStandardColors()(3)
- define symbolic color names in a color table
- XmtRegisterImage(3), XmtRegisterImage()(3), XmtRegisterXbmData()(3)
- register pixmap and bitmap data in the Xmt pixmap cache
- XmtRegisterLayoutParser(3), XmtRegisterLayoutParser()(3), XmtRegisterLayoutCreateMethod()(3)
- register the parser for the XmtLayout widget layout grammar and allow typed widget creation by the parser
- XmtRegisterProcedures(3), XmtRegisterProcedures()(3), XmtRegisterCallbackProcedure()(3), XmtVaRegisterCallbackProcedures()(3)
- register procedures for use with the Xmt callback converter
- XmtRegisterUnixProcedures(3), XmtRegisterXtProcedures()(3), XmtRegisterXmtProcedures()(3), XmtRegisterUnixProcedures()(3)
- register commonly used procedures with the Xmt callback converter
- XmtReleasePixmap(3), XmtReleasePixmap()(3)
- release a pixmap or bitmap from the Xmt image cache
- XmtSetInitialFocus(3), XmtSetInitialFocus()(3)
- set the widget to receive the initial keyboard focus in a dialog
- XmtSymbolAddCallback(3), XmtSymbolAddCallback()(3), XmtSymbolRemoveCallback()(3)
- add and remove a procedure to be called when a symbol's value changes
- XmtSymbolSetValue(3), XmtSymbolSetValue()(3), XmtSymbolGetValue()(3)
- set or query the value of a symbol
- XmtVaRegisterSymbols(3), XmtVaRegisterSymbols()(3), XmtLookupSymbol()(3)
- register a name for application variables, and lookup variables by name
- XmtWaitUntilMapped(3), XmtWaitUntilMapped()(3)
- process events until a dialog becomes mapped
- XmtWorkingBox(3)
- a widget for ``please wait'' dialogs
- XmtWorkingBoxHandleEvents(3), XmtWorkingBoxHandleEvents()(3), XmtWorkingBoxSetScaleValue()(3)
- check the push button and update the slider value in an XmtWorkingBox widget
- Xorg.wrap(1)
- Xorg X server binary wrapper
- XpmCreateBuffer(3), XpmCreateBuffer (3)
- create an XPM Buffer
- XrmEnumerateDatabase(3)
- enumerate resource database entries
- XrmGetFileDatabase(3), XrmPutFileDatabase(3), XrmGetStringDatabase(3), XrmLocaleOfDatabase(3), XrmGetDatabase(3), XrmSetDatabase(3), XrmDestroyDatabase(3)
- retrieve and store resource databases
- XrmGetResource(3), XrmQGetResource(3), XrmQGetSearchList(3), XrmQGetSearchResource(3)
- retrieve database resources and search lists
- XrmMergeDatabases(3), XrmCombineDatabase(3), XrmCombineFileDatabase(3)
- merge resource databases
- XrmPutResource(3), XrmQPutResource(3), XrmPutStringResource(3), XrmQPutStringResource(3), XrmPutLineResource(3)
- store database resources
- XrmUniqueQuark(3), XrmStringToQuark(3), XrmPermStringToQuark(3), XrmQuarkToString(3), XrmStringToQuarkList(3), XrmStringToBindingQuarkList(3)
- manipulate resource quarks
- Xss(3), XScreenSaver(3)
- X11 Screen Saver extension client library
- XtAddActions(3)
- register an action table
- XtAddCallback(3), XtAddCallbacks(3), XtRemoveCallback(3), XtRemoveCallbacks(3), XtRemoveAllCallbacks(3)
- add and remove callback procedures
- XtAddGrab(3), XtRemoveGrab(3)
- redirect user input to a modal widget
- XtAllocateGC(3)
- obtain a shareable GC with modifiable fields
- XtAppAddActions(3)
- register an action table
- XtAppAddBlockHook(3), XtRemoveBlockHook(3)
- register a block hook procedure
- XtAppAddWorkProc(3), XtRemoveWorkProc(3)
- Add and remove background processing procedures
- XtAppGetErrorDatabase(3), XtAppGetErrorDatabaseText(3)
- obtain error database
- XtAppGetSelectionTimeout(3), XtAppSetSelectionTimeout(3)
- set and obtain selection timeout values
- XtAppSetFallbackResources(3)
- set fallback resources
- XtBuildEventMask(3)
- retrieve a widget's event mask
- XtCallCallbacks(3), XtCallCallbackList(3), XtHasCallbacks(3)
- process callbacks
- 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
- XtCreateSelectionRequest(3), XtSendSelectionRequest(3), XtCancelSelectionRequest(3)
- bundle multiple selection conversion requests into a single request using MULTIPLE target
- XtDisplay(3), XtDisplayOfObject(3), XtScreen(3), XtScreenOfObject(3), XtWindow(3), XtWindowOfObject(3)
- obtain window information about a widget
- XtDisplayInitialize(3), XtOpenDisplay(3), XtDatabase(3), XtScreenDatabase(3), XtCloseDisplay(3)
- initialize, open, or close a display
- XtDisplayToApplicationContext(3)
- obtain an application context
- XtFindFile(3)
- search for a file using substitutions in the path list
- XtGetActionKeysym(3)
- obtain corresponding keysym
- XtGetActionList(3)
- obtain class action list
- XtGetApplicationResources(3), XtVaGetApplicationResources(3)
- obtain application resources
- XtGetErrorDatabase(3), XtGetErrorDatabaseText(3)
- obtain error database
- XtGetGC(3), XtReleaseGC(3)
- obtain and destroy a shareable GC
- XtGetKeyboardFocusWidget(3)
- extension event handling
- XtGetKeysymTable(3), XtKeysymToKeycodeList(3)
- query keysyms and keycodes
- XtGetResourceList(3), XtGetConstraintResourceList(3)
- obtain resource list
- XtGetSelectionTimeout(3), XtSetSelectionTimeout(3)
- set and obtain selection timeout values
- XtGetSelectionValue(3), XtGetSelectionValues(3)
- obtain selection values
- XtGetSelectionValueIncremental(3), XtGetSelectionValuesIncremental(3)
- obtain selection values
- XtGetSubresources(3), XtVaGetSubresources(3)
- obtain subresources
- XtGrabKey(3), XtUngrabKey(3), XtGrabKeyboard(3), XtUngrabKeyboard(3), XtGrabButton(3), XtUngrabButton(3), XtGrabPointer(3), XtUngrabPointer(3)
- manage grabs
- XtName(3)
- obtain widget's name
- XtOffset(3), XtOffsetOf(3), XtNumber(3)
- determine the byte offset or number of array elements
- XtParent(3)
- obtain widget's parent widget id
- XtParseAcceleratorTable(3), XtInstallAccelerators(3), XtInstallAllAccelerators(3)
- managing accelerator tables
- XtParseTranslationTable(3), XtAugmentTranslations(3), XtOverrideTranslations(3), XtUninstallTranslations(3)
- manage translation tables
- XtPopdown(3), XtCallbackPopdown(3)
- unmap a pop-up
- XtPopup(3), XtPopupSpringLoaded(3), XtCallbackNone(3), XtCallbackNonexclusive(3), XtCallbackExclusive(3)
- map a pop-up
- XtRegisterDrawable(3)
- register a drawable with the Intrinsics event dispatcher
- XtRegisterGrabAction(3)
- register button and key grabs
- XtResolvePathname(3)
- search for a file using standard substitution
- XtSetKeyboardFocus(3)
- focus events on a child widget
- XtSetValues(3), XtVaSetValues(3), XtSetSubvalues(3), XtVaSetSubvalues(3), XtGetValues(3), XtVaGetValues(3), XtGetSubvalues(3), XtVaGetSubvalues(3)
- obtain and set widget resources
- XvGetPortAttribute(3)
- return current port attribute value
- XvGetStill(3)
- capture a single frame of video from a drawable
- XvGetVideo(3)
- capture video from a drawable
- XvGrabPort(3)
- lock port for exclusive use by client
- XvListImageFormats(3)
- return list of image formats supported by a video port
- XvPortNotify(3)
- event generated when port attributes change
- 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
- XvSelectPortNotify(3)
- enable or disable XvPortNotify events
- XvSelectVideoNotify(3)
- enable or disable VideoNotify events
- XvSetPortAttribute(3)
- sets an attribute of a video port
- XvUngrabPort(3)
- release port grabbed for video operation
- Xvfb(1)
- virtual framebuffer X server for X Version 11
- YACReaderLibrary(1)
- launch YACReaderLibrary application
- ZBUFFER(3)
- Stores 3d zbuffer information. Allegro game programming library
- ZIP_SOURCE_GET_ARGS(3)
- validate and cast arguments to source callback
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_BLAS_(3), BLAS(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_BLAS_SRC_(3), BLAS/SRC(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_BLAS_TESTING_(3), BLAS/TESTING(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_(3), CBLAS(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_examples_(3), CBLAS/examples(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_include_(3), CBLAS/include(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_src_(3), CBLAS/src(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_CBLAS_testing_(3), CBLAS/testing(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_DOCS_(3), DOCS(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_INSTALL_(3), INSTALL(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_SRC_(3), SRC(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_SRC_DEPRECATED_(3), SRC/DEPRECATED(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_TESTING_(3), TESTING(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_TESTING_EIG_(3), TESTING/EIG(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_TESTING_LIN_(3), TESTING/LIN(3)
- Directory Reference
- _Users_Julie_Documents_Boulot_MyGitHub_lapack_TESTING_MATGEN_(3), TESTING/MATGEN(3)
- Directory Reference
- _getpixel(3), _getpixel15(3), _getpixel16(3), _getpixel24(3), _getpixel32(3)
- Faster specific version of getpixel(). Allegro game programming library
- _home_mfabian_m17n_m17n-db_(5), m17n-db(5)
- Directory Reference
- _home_mfabian_m17n_m17n-db_FORMATS_(5), FORMATS(5)
- Directory Reference
- _home_mfabian_m17n_m17n-lib_(3m17n), m17n-lib(3m17n)
- Directory Reference
- _home_mfabian_m17n_m17n-lib_src_(3m17n), src(3m17n)
- Directory Reference
- _lag2_(3)
- <em>lag2</em>: general matrix, convert double <=> single
- _lat2_(3)
- <em>lat2</em>: triangular matrix, convert double <=> single
- _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
- _putpixel(3), _putpixel15(3), _putpixel16(3), _putpixel24(3), _putpixel32(3)
- Faster specific version of putpixel(). Allegro game programming library
- _set_color(3)
- Inline version of set_color(). Allegro game programming library
- _ustrdup(3)
- Duplicates a string with a custom memory allocator. Allegro game programming library
- _xt_ff_pclose(3), _xt_ff_pclose()(3)
- Close a stream created by xt_ff_popen(3)
- _xt_ff_raw_close(3), _xt_ff_raw_close()(3)
- Close a stream created by _xt_ff_raw_open()
- 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
- a2jmidi_bridge(1)
- static bridge with one ALSA playback port and one JACK MIDI input port
- a2png(1)
- convert ASCII text to PNG bitmap image
- a2ps-lpr-wrapper(1)
- lp/lpr wrapper script for GNU a2ps on Debian
- a800(4)
- webcamd driver for AVerMedia AverTV A800 DVB-T receiver
- aa_attrs(3)
- returns pointer to the text output buffer used by AA-lib
- aa_autoinit(3)
- easy to use AA-lib initialization function
- aa_autoinitkbd(3)
- easy to use AA-lib keyboard initialization function
- aa_autoinitmouse(3)
- easy to use AA-lib mouse initialization function
- aa_close(3)
- close the AA-lib context
- 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_dithernames(3)
- Names of dithering methods supported by AA-lib
- aa_drivers(3)
- NULL-terminated array of output drivers available in AA-lib
- aa_editkey(3)
- Notify the line editor about keypress
- aa_fastrender(3)
- simple and fast AA-lib rendering function
- aa_fonts(3)
- Null-terminated array of available fonts
- aa_formats(3)
- NULL terminated array of save formats supported by AA-lib
- aa_getevent(3)
- keyboard functions
- aa_getmouse(3)
- Get mouse position as specified by last mouse event read by aa_getevent
- aa_help(3)
- AA-lib help string for the default command line parser
- aa_image(3)
- returns pointer to the framebuffer emulated by AA-lib
- aa_init(3)
- open the output display for AA-lib
- aa_initkbd(3)
- initialize the AA-lib keyboard driver
- aa_initmouse(3)
- initialize the AA-lib mouse driver
- aa_kbddrivers(3)
- NULL-terminated array of keyboard drivers available in AA_lib
- aa_kbdrecommended(3)
- List of recommended drivers
- aa_mousedrivers(3)
- NULL terminated array of mouse drivers supported by AA-lib
- aa_parseoptions(3)
- parse the standard command line options used by AA-lib
- aa_printf(3)
- print text to AA-lib output buffers
- aa_putpixel(3)
- put pixel to emulated framebuffer
- aa_puts(3)
- output string to AA-lib output buffers
- 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_recommendlowkbd(3)
- Add the given driver to the end of list of keyboard recommended drivers
- aa_render(3)
- convert image buffer to ASCII-art
- aa_resizehandler(3)
- Set user handler to be called on resize event
- aa_setfont(3)
- set font specification to be used by rendering functions
- aa_setsupported(3)
- alter the "supported" field of hardware_params structure used by AA-lib
- aa_text(3)
- returns pointer to the text output buffer used by AA-lib
- aa_uninitkbd(3)
- uninitialize the keyboard driver
- aafire(1), aainfo(1), aasavefont(1), aatest(1)
- aalib example programs
- aarch64-none-elf-as(1), AS(1)
- the portable GNU assembler
- aarch64-none-elf-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- aarch64-none-elf-lto-dump(1), lto-dump(1)
- Tool for dumping LTO object files
- aarch64-unknown-freebsd15.0-as(1), AS(1)
- the portable GNU assembler
- aarch64-unknown-freebsd15.0-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- aarch64-unknown-freebsd15.0-g++12(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-g++13(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-g++14(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-gcc12(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-gcc13(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-gcc14(1), gcc(1)
- GNU project C and C++ compiler
- aarch64-unknown-freebsd15.0-gcov-dump12(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- aarch64-unknown-freebsd15.0-gcov-dump13(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- aarch64-unknown-freebsd15.0-gcov-dump14(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- aarch64-unknown-freebsd15.0-gcov-tool12(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd15.0-gcov-tool13(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd15.0-gcov-tool14(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd15.0-gcov12(1), gcov(1)
- coverage testing tool
- aarch64-unknown-freebsd15.0-gcov13(1), gcov(1)
- coverage testing tool
- aarch64-unknown-freebsd15.0-gcov14(1), gcov(1)
- coverage testing tool
- aarch64-unknown-freebsd15.0-lto-dump12(1), lto-dump(1)
- Tool for dumping LTO object files
- aarch64-unknown-freebsd15.0-lto-dump13(1), lto-dump(1)
- Tool for dumping LTO object files
- aarch64-unknown-freebsd15.0-lto-dump14(1), lto-dump(1)
- Tool for dumping LTO object files
- aarch64-unknown-freebsd15.0-windmc(1), windmc(1)
- generates Windows message resources
- aarch64-unknown-freebsd15.0-windres(1), windres(1)
- manipulate Windows resources
- ab(1)
- Apache HTTP server benchmarking tool
- abc2ly(1)
- manual page for abc2ly (LilyPond) 2.25.27
- 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)
- abcselect(1)
- manipulates music in abc format
- abduco(1)
- terminal session manager
- abiword(1)
- flexible cross-platform word processor
- abl(1)
- Prefixed representation for boolean functions man1/alc_origin.1
- ablToBddCct(3)
- converts an ABL into a BDD within a circuit
- abook(1)
- text-based address book program
- abookrc(5), $HOME/.abook/abookrc(5)
- configuration file for abook address book program
- abs1(3)
- abs1: | real( x ) | + | imag( x ) |
- abstractile(6)
- draw abstract mosaic patterns of interlocking tiles
- abxtest(1)
- double-blind ABX comparison testing script
- abyss-sealer(1)
- Close gaps within scaffolds
- accel(6)
- tests the new style svgalib accelerator interface
- accerciser(1), ACCERCISER(1)
- an interactive accessibility explorer
- access(5)
- Postfix SMTP server access table
- aclients(1)
- Test program for side-by-side TNC performance comparison
- aclip(1)
- command line interface to Arcan clipboards
- aclocal(1)
- Generate aclocal.m4 by scanning configure.ac
- acme.conf(5)
- lfacme global configuration file
- acquire_bitmap(3)
- Locks the bitmap before drawing onto it. Allegro game programming library
- acquire_screen(3)
- Shortcut of acquire_bitmap(screen); Allegro game programming library
- 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
- active(5)
- List of newsgroups carried by the server
- active_dialog(3)
- Global pointer to the most recent activated dialog. Allegro game programming library
- active_menu(3)
- Global pointer to the most recent activated menu. Allegro game programming library
- 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
- adacurses-config(1)
- helper script for AdaCurses libraries
- addListBdd(3)
- adds a BDD to a chained list of BDDs
- add_3dmesh(3), add_3dmesh (3)
- Load/build a mesh and attach to a model
- add_clip_rect(3)
- Intersects a bitmap's clipping rectangle with the given area. Allegro game programming library
- 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
- addablhexpr(3)
- adds a new argument in head of an expression. man1/alc_origin.1
- addablqexpr(3)
- adds a new argument in queue of an expression. man1/alc_origin.1
- addbddassoc(3)
- creates a new association variables. man1/alc_origin.1
- addbddcircuitabl(3)
- converts an abl expression to a bdd node. man1/alc_origin.1
- addbddcircuitin(3)
- adds an input in a bdd circuit. man1/alc_origin.1
- addbddcircuitout(3)
- adds an output in a bdd circuit. 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
- addbddvar(3)
- adds a new variable in the bdd system. man1/alc_origin.1
- addbddvarafter(3)
- adds a new variable, after an existing one. man1/alc_origin.1
- addbddvarbefore(3)
- adds a new variable, before an existing one. man1/alc_origin.1
- addbddvarfirst(3)
- adds a new variable, before all others. man1/alc_origin.1
- addbddvarlast(3)
- adds a new variable, after all others. man1/alc_origin.1
- addcr(1)
- inserts a CR (
) before each LF (
- adddebug(1)
- Modifies Makefile(s) to add debug info
- addht(3)
- create an hash table man1/alc_origin.1
- addhtitem(3)
- adds a new item in a hash table. man1/alc_origin.1
- addr2line(1)
- convert addresses into file names and line numbers
- addr2line(1)
- convert addresses or symbol+offset into file names and line numbers
- addrtype(3)
- Labeling IPv4 addresses as internal or external
- addts(1)
- add timestamps at the beginning of each line
- adelsystem_cbi(8)
- Driver for the ADELSYSTEM CB/CBI DC-UPS
- adfbitmap(1)
- show or enforce rebuilding block allocation bitmap
- adfinfo(1)
- show low-level information (filesystem metadata) about the Amiga Disk File (ADF) devices and about the volumes, the directories and the files stored inside
- adjust_sample(3)
- Alters the parameters of a sample while it is playing. Allegro game programming library
- adplay(1)
- AdPlay/UNIX console-based OPL2 audio player
- adplugdb(1)
- AdPlug database maintenance utility
- aerc-binds(5)
- key bindings configuration file format for aerc(1)
- af(1)
- Amberfish text retrieval software
- af9005(4)
- webcamd driver for Afatech 9005 DVB-T receiver
- af9015(4)
- webcamd driver for Afatech 9015 DVB-T receiver
- afGetFrameCount(3), afGetTrackBytes(3), afGetDataOffset(3)
- get the total sample frame count, length of audio track in bytes, offset of the audio track for a track in an audio file
- afGetFrameSize(3)
- calculate the frame size in bytes for an audio track
- afInitSampleFormat(3), afInitByteOrder(3), afInitChannels(3), afInitRate(3)
- initialize audio data format for a track in an audio file setup
- afOpenFile(3)
- open an audio file and create a file handle structure used for subsequent calls to the Audio File Library
- afQuery(3), afQueryLong(3), afQueryDouble(3), afQueryPointer(3)
- query the capabilities of the Audio File Library
- afSetVirtualByteOrder(3), afSetVirtualChannels(3), afSetVirtualPCMMapping(3), afSetVirtualSampleFormat(3)
- set the virtual data format for a track in an audio file
- afclose(3)
- close a database
- 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:
- affconvert(1)
- convert files between RAW and AFF formats
- affinfo(1)
- print information about an AFF file
- affrecover(1)
- recover broken pages of an AFF file
- affstats(1)
- print specific statistics about one or more AFF files
- afm2tfm(1)
- convert Adobe font metrics to TeX font metrics
- afopen(3)
- open a database
- afsearch(3)
- query a set of databases
- afslog(1)
- obtain AFS tokens
- afsortdocid(3)
- sort search results by document identifier
- afsortscore(3)
- sort search results by score
- afternoonstalker(6)
- A robot-killing game
- afterstep_faq(1x)
- This document is an ever growing set of questions, statements, ideas and complaints about AfterStep version 2.0
- ag(1)
- The Silver Searcher. Like ack, but faster
- aggregartp(1)
- Splits a single RTP stream to several contribution links with load balancing
- aid(1)
- Query ID database and report results
- aimk(1)
- Portable make wrapper script
- airbase-ng(8)
- multi-purpose tool aimed at attacking clients as opposed to the Access Point (AP) itself
- aird(1)
- USB Apple IR receiver daemon
- airolib-ng(1)
- manage and create a WPA/WPA2 pre-computed hashes tables
- airscan-discover(1)
- Discover sane-airscan compatible scanners
- al(1), al2(1)
- Mono Assembly Linker
- al_add_new_bitmap_flag(3)
- Allegro 5 API
- al_assert(3)
- Asserts at the specified file and line number. Allegro game programming library
- al_backup_dirty_bitmap(3)
- Allegro 5 API
- al_backup_dirty_bitmaps(3)
- Allegro 5 API
- al_broadcast_cond(3)
- Allegro 5 API
- al_build_camera_transform(3)
- Allegro 5 API
- al_build_menu(3)
- Allegro 5 API
- al_build_shader(3)
- Allegro 5 API
- al_build_transform(3)
- Allegro 5 API
- al_calculate_ribbon(3)
- Allegro 5 API
- al_can_set_keyboard_leds(3)
- Allegro 5 API
- al_clear_depth_buffer(3)
- Allegro 5 API
- al_clear_keyboard_state(3)
- Allegro 5 API
- al_clipboard_has_text(3)
- Allegro 5 API
- al_clone_bitmap(3)
- Allegro 5 API
- al_color_cmyk_to_rgb(3)
- Allegro 5 API
- al_color_hsl_to_rgb(3)
- Allegro 5 API
- al_color_hsv_to_rgb(3)
- Allegro 5 API
- al_color_html_to_rgb(3)
- Allegro 5 API
- al_color_lab(3)
- Allegro 5 API
- al_color_lab_to_rgb(3)
- Allegro 5 API
- al_color_lch_to_rgb(3)
- Allegro 5 API
- al_color_linear_to_rgb(3)
- Allegro 5 API
- al_color_name_to_rgb(3)
- Allegro 5 API
- al_color_oklab(3)
- Allegro 5 API
- al_color_oklab_to_rgb(3)
- Allegro 5 API
- al_color_rgb_to_cmyk(3)
- Allegro 5 API
- al_color_rgb_to_hsl(3)
- Allegro 5 API
- al_color_rgb_to_hsv(3)
- Allegro 5 API
- al_color_rgb_to_html(3)
- Allegro 5 API
- al_color_rgb_to_lab(3)
- Allegro 5 API
- al_color_rgb_to_lch(3)
- Allegro 5 API
- al_color_rgb_to_linear(3)
- Allegro 5 API
- al_color_rgb_to_name(3)
- Allegro 5 API
- al_color_rgb_to_oklab(3)
- Allegro 5 API
- al_color_rgb_to_xyy(3)
- Allegro 5 API
- al_color_rgb_to_xyz(3)
- Allegro 5 API
- al_color_rgb_to_yuv(3)
- Allegro 5 API
- al_color_xyy_to_rgb(3)
- Allegro 5 API
- al_color_xyz_to_rgb(3)
- Allegro 5 API
- al_color_yuv_to_rgb(3)
- Allegro 5 API
- al_convert_bitmap(3)
- Allegro 5 API
- al_convert_memory_bitmaps(3)
- Allegro 5 API
- al_create_bitmap(3)
- Allegro 5 API
- al_create_builtin_font(3)
- Allegro 5 API
- al_create_index_buffer(3)
- Allegro 5 API
- al_create_sub_bitmap(3)
- Allegro 5 API
- al_create_vertex_buffer(3)
- Allegro 5 API
- al_destroy_bitmap(3)
- Allegro 5 API
- al_destroy_index_buffer(3)
- Allegro 5 API
- al_destroy_vertex_buffer(3)
- Allegro 5 API
- al_disable_menu_event_source(3)
- Allegro 5 API
- al_draw_bitmap(3)
- Allegro 5 API
- al_draw_bitmap_region(3)
- Allegro 5 API
- al_draw_indexed_buffer(3)
- Allegro 5 API
- al_draw_ribbon(3)
- Allegro 5 API
- al_draw_rotated_bitmap(3)
- Allegro 5 API
- al_draw_scaled_bitmap(3)
- Allegro 5 API
- al_draw_scaled_rotated_bitmap(3)
- Allegro 5 API
- al_draw_tinted_bitmap(3)
- Allegro 5 API
- al_draw_tinted_bitmap_region(3)
- Allegro 5 API
- al_draw_tinted_rotated_bitmap(3)
- Allegro 5 API
- al_draw_tinted_scaled_bitmap(3)
- Allegro 5 API
- al_draw_tinted_scaled_rotated_bitmap(3)
- Allegro 5 API
- al_draw_tinted_scaled_rotated_bitmap_region(3)
- Allegro 5 API
- al_draw_vertex_buffer(3)
- Allegro 5 API
- al_enable_menu_event_source(3)
- Allegro 5 API
- al_ffblk(3)
- Cross platform structure storing file information. Allegro game programming library
- al_ffblk_get_size(3)
- Get size of file returned by al_findfirst/al_findnext. Allegro game programming library
- al_findclose(3)
- Closes a previously opened search with al_findfirst(). Allegro game programming library
- al_findfirst(3)
- Low-level function for searching files. Allegro game programming library
- al_findnext(3)
- Finds the next file in a search started by al_findfirst(). Allegro game programming library
- al_fixsub(3)
- Allegro 5 API
- al_fread16be(3)
- Allegro 5 API
- al_fread32be(3)
- Allegro 5 API
- al_fwrite16be(3)
- Allegro 5 API
- al_fwrite32be(3)
- Allegro 5 API
- al_get_available_audio_stream_fragments(3)
- Allegro 5 API
- al_get_backbuffer(3)
- Allegro 5 API
- al_get_bitmap_blend_color(3)
- Allegro 5 API
- al_get_bitmap_blender(3)
- Allegro 5 API
- al_get_bitmap_depth(3)
- Allegro 5 API
- al_get_bitmap_flags(3)
- Allegro 5 API
- al_get_bitmap_format(3)
- Allegro 5 API
- al_get_bitmap_height(3)
- Allegro 5 API
- al_get_bitmap_samples(3)
- Allegro 5 API
- al_get_bitmap_width(3)
- Allegro 5 API
- al_get_bitmap_x(3)
- Allegro 5 API
- al_get_bitmap_y(3)
- Allegro 5 API
- al_get_blend_color(3)
- Allegro 5 API
- al_get_blender(3)
- Allegro 5 API
- al_get_clipboard_text(3)
- Allegro 5 API
- al_get_fallback_font(3)
- Allegro 5 API
- al_get_haptic_capabilities(3)
- Allegro 5 API
- al_get_haptic_from_keyboard(3)
- Allegro 5 API
- al_get_index_buffer_size(3)
- Allegro 5 API
- al_get_joystick_button_name(3)
- Allegro 5 API
- al_get_joystick_num_buttons(3)
- Allegro 5 API
- al_get_keyboard_event_source(3)
- Allegro 5 API
- al_get_keyboard_state(3)
- Allegro 5 API
- al_get_mouse_num_buttons(3)
- Allegro 5 API
- al_get_new_bitmap_depth(3)
- Allegro 5 API
- al_get_new_bitmap_flags(3)
- Allegro 5 API
- al_get_new_bitmap_format(3)
- Allegro 5 API
- al_get_new_bitmap_samples(3)
- Allegro 5 API
- al_get_new_bitmap_wrap(3)
- Allegro 5 API
- al_get_opengl_fbo(3)
- Allegro 5 API
- al_get_opengl_program_object(3)
- Allegro 5 API
- al_get_parent_bitmap(3)
- Allegro 5 API
- al_get_path_basename(3)
- Allegro 5 API
- al_get_pixel_block_height(3)
- Allegro 5 API
- al_get_pixel_block_size(3)
- Allegro 5 API
- al_get_pixel_block_width(3)
- Allegro 5 API
- al_get_pixel_format_bits(3)
- Allegro 5 API
- al_get_separate_bitmap_blender(3)
- Allegro 5 API
- al_get_separate_blender(3)
- Allegro 5 API
- al_get_target_bitmap(3)
- Allegro 5 API
- al_get_vertex_buffer_size(3)
- Allegro 5 API
- al_get_window_borders(3)
- Allegro 5 API
- al_grab_font_from_bitmap(3)
- Allegro 5 API
- al_grab_mouse(3)
- Allegro 5 API
- al_hold_bitmap_drawing(3)
- Allegro 5 API
- al_identify_bitmap(3)
- Allegro 5 API
- al_identify_bitmap_f(3)
- Allegro 5 API
- al_inhibit_screensaver(3)
- Allegro 5 API
- al_install_keyboard(3)
- Allegro 5 API
- al_iphone_set_statusbar_orientation(3)
- Allegro 5 API
- al_is_bitmap_drawing_held(3)
- Allegro 5 API
- al_is_bitmap_locked(3)
- Allegro 5 API
- al_is_compatible_bitmap(3)
- Allegro 5 API
- al_is_haptic_capable(3)
- Allegro 5 API
- al_is_keyboard_haptic(3)
- Allegro 5 API
- al_is_keyboard_installed(3)
- Allegro 5 API
- al_is_sub_bitmap(3)
- Allegro 5 API
- al_load_bitmap(3)
- Allegro 5 API
- al_load_bitmap_f(3)
- Allegro 5 API
- al_load_bitmap_flags(3)
- Allegro 5 API
- al_load_bitmap_flags_f(3)
- Allegro 5 API
- al_load_bitmap_font(3)
- Allegro 5 API
- al_load_bitmap_font_flags(3)
- Allegro 5 API
- al_lock_bitmap(3)
- Allegro 5 API
- al_lock_bitmap_blocked(3)
- Allegro 5 API
- al_lock_bitmap_region(3)
- Allegro 5 API
- al_lock_bitmap_region_blocked(3)
- Allegro 5 API
- al_lock_index_buffer(3)
- Allegro 5 API
- al_lock_vertex_buffer(3)
- Allegro 5 API
- al_map_rgb(3)
- Allegro 5 API
- al_map_rgb_f(3)
- Allegro 5 API
- al_map_rgba(3)
- Allegro 5 API
- al_map_rgba_f(3)
- Allegro 5 API
- al_mouse_button_down(3)
- Allegro 5 API
- al_premul_rgba(3)
- Allegro 5 API
- al_premul_rgba_f(3)
- Allegro 5 API
- al_put_blended_pixel(3)
- Allegro 5 API
- al_rebase_path(3)
- Allegro 5 API
- al_ref_buffer(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_bitmap_saver(3)
- Allegro 5 API
- al_register_bitmap_saver_f(3)
- Allegro 5 API
- al_remove_opengl_fbo(3)
- Allegro 5 API
- al_reparent_bitmap(3)
- Allegro 5 API
- al_reset_bitmap_blender(3)
- Allegro 5 API
- al_rumble_haptic(3)
- Allegro 5 API
- al_save_bitmap(3)
- Allegro 5 API
- al_save_bitmap_f(3)
- Allegro 5 API
- al_set_bitmap_blend_color(3)
- Allegro 5 API
- al_set_bitmap_blender(3)
- Allegro 5 API
- al_set_blend_color(3)
- Allegro 5 API
- al_set_blender(3)
- Allegro 5 API
- al_set_clipboard_text(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_fallback_font(3)
- Allegro 5 API
- al_set_keyboard_leds(3)
- Allegro 5 API
- al_set_mixer_postprocess_callback(3)
- Allegro 5 API
- al_set_new_bitmap_depth(3)
- Allegro 5 API
- al_set_new_bitmap_flags(3)
- Allegro 5 API
- al_set_new_bitmap_format(3)
- Allegro 5 API
- al_set_new_bitmap_samples(3)
- Allegro 5 API
- al_set_new_bitmap_wrap(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_target_backbuffer(3)
- Allegro 5 API
- al_set_target_bitmap(3)
- Allegro 5 API
- al_show_native_message_box(3)
- Allegro 5 API
- al_trace(3)
- Outputs a debugging trace message. Allegro game programming library
- al_ungrab_mouse(3)
- Allegro 5 API
- al_uninstall_keyboard(3)
- Allegro 5 API
- al_unlock_bitmap(3)
- Allegro 5 API
- al_unlock_index_buffer(3)
- Allegro 5 API
- al_unlock_vertex_buffer(3)
- Allegro 5 API
- al_unmap_rgb(3)
- Allegro 5 API
- al_unmap_rgb_f(3)
- Allegro 5 API
- al_unmap_rgba(3)
- Allegro 5 API
- al_unmap_rgba_f(3)
- Allegro 5 API
- al_ustr_assign_substr(3)
- Allegro 5 API
- al_ustr_dup_substr(3)
- Allegro 5 API
- al_ustr_new_from_buffer(3)
- Allegro 5 API
- al_ustr_to_buffer(3)
- Allegro 5 API
- al_win_add_window_callback(3)
- Allegro 5 API
- al_win_remove_window_callback(3)
- Allegro 5 API
- alacritty-bindings(5)
- Default configuration file bindings
- album(5), album(5)(5)
- flphoto album file format
- alcbanner(1)
- Display a standardized banner for Alliance tools man1/alc_origin.1
- alcc(1)
- text based eD2k links calculator for aMule
- alephone(6)
- game engine based on Marathon 2
- alert(3)
- Displays a popup alert box. Allegro game programming library
- alert3(3)
- Like alert(), but with three buttons. Allegro game programming library
- alevtd(1)
- webserver for videotext pages
- alfio(8), Alfio(8)
- an rc service for managing services at boot time through profiles
- alias_manager(8), alias_manager.pl(8)
- Manage Sympa aliases (Obsoleted)
- align(1)
- compute the global alignment of two protein or DNA sequences align0 - compute the global alignment of two protein or DNA sequences without penalizing for end-gaps
- alink(1)
- link (reloacatable) object files created by AS
- allcm(1)
- force the most important Computer-Modern-fonts to be calculated
- allec(1)
- force the most important ec-fonts to be calculated
- allegro_id(3)
- String containing date and version number of Allegro
- allegro_init(3)
- Macro to initialise the Allegro library
- allegro_message(3)
- Used mainly to show error messages to users. Allegro game programming library
- alliancebanner(3)
- display the standardized Alliance banner man1/alc_origin.1
- alloc_surface(3), alloc_surface (3)
- Create an empty, non-visible surface with a preset storage
- allocate_voice(3)
- Allocates a sound card voice for a sample. Allegro game programming library
- allocrdswin(3)
- allocates window's table man1/alc_origin.1
- allocrdswinrec(3)
- allocates a structure used to create a list of tables of rectangles. man1/alc_origin.1
- allservice(1)
- Easy handling of a FreeBSD services
- alog(3)
- logging library
- alsa-info.sh(8)
- command-line utility to gather information about the ALSA subsystem
- alsabat(1)
- command-line sound tester for ALSA sound card driver
- alsaloop(1)
- command-line PCM loopback
- alttab(1)
- the task switcher
- amadmin(8)
- administrative interface to control Amanda backups
- amanda(8)
- The Open Source Backup Platform
- amanda-auth(7)
- Communication/Authentication methods between Amanda server and client
- amanda-auth-ssl(7)
- SSL Communication/Authentication methods between Amanda server and client
- amanda-compatibility(7)
- Compatibility between Amanda versions
- amathi(3), mathi.h(3)
- Complex numbers math library
- amathr(3), mathr.h(3)
- Real numbers math library
- ambackup(8)
- back up all disks in an Amanda configuration
- ambiguous_words(1)
- generate sets of words Tesseract is likely to find ambiguous
- ambsdtar(8)
- Amanda Application to interface with BSD Tar
- amcheckdb(8)
- check Amanda database for tape consistency
- amdump(8)
- back up all disks in an Amanda configuration
- amdump_client(8)
- back up all disks in an Amanda configuration
- amfetchdump(8)
- extract backup images from multiple Amanda tapes
- amflush(8)
- flush Amanda backup files from holding disk to tape
- amgetconf(8)
- look up configuration parameters and manipulate debug logs
- amgpgcrypt(8)
- reference crypt program for Amanda public-key data encryption
- amiberry(1)
- An optimized Amiga emulator for Linux/macOS
- amin(1)
- notify writers that you are busy
- amlabel(8)
- label an Amanda tape
- amoebax(6)
- Match-3 action-puzzle game
- amoverview(8)
- display file systems processed by Amanda over time
- ampache(1), Ampache(1)
- is a Web-based Audio file manager
- amqpcat(1)
- CLI tool to publish to and consume from AMQP servers
- amrecover(8)
- Amanda index database browser
- amrmtape(8)
- remove a tape from the Amanda database
- amsamba(8)
- Amanda Application to interface with smbclient
- amsuntar(8)
- Amanda Application to interface with native tar utility available on solaris platforms
- amsynth(1)
- a two oscillator subtractive software synthesizer
- amtapetype(8)
- generate a tapetype definition by testing the device directly
- amtoc(8)
- generate TOC (Table Of Contents) for an Amanda run
- amulecmd(1)
- Console-based program to control aMule
- amuleweb(1)
- aMule web server
- anacrontab(5), /usr/local/etc/anacrontab(5)
- configuration file for anacron
- analog(1)
- web server logfile analyser
- and.priorities(5), /etc/and.priorities(5)
- priority database for the auto nice daemon
- anki(1)
- flexible, intelligent flashcard program
- annot-tsv(1)
- transfer annotations from one TSV (tab-separated values) file into another
- ansilove_binary(3)
- Process and render binary content
- ansilove_init(3)
- Initialize libansilove
- ansilove_pcboard(3)
- Process and render PCBoard content
- ansilove_xbin(3)
- Process and render XBin content
- ansiweather(1)
- weather in terminal, with ANSI colors and Unicode symbols
- ant(1)
- a Java based make tool
- antimicrox(1), AntiMicroX(1)
- map keyboard keys and mouse controls to a gamepad
- anubis(1), GNU(1)
- Anubis -- an SMTP message submission daemon
- anyremote(1)
- control PC with Bluetooth/Wi-Fi cell phone
- anysee(4)
- webcamd driver for Anysee E30
- anytopl(3gv), AnyToPL(3gv)
- convert an arbitrary geom to a polylist (OFF file format)
- ap-config(8)
- configure and monitor Atmel and NWN based APs
- apachecouchdb(1)
- Apache CouchDB® 3.5.0
- apachetop(1)
- display real-time web server statistics
- apc_modbus(8)
- Driver for APC Smart-UPS Modbus protocol
- apcpwr(8)
- control power on/off/reboot via an APC MasterSwitch
- apertium-desxlsx(1)
- Office Open XML Workbook format processor for Apertium
- apertium-extract-caps(1)
- tool to extract word capitalization to word-bound blanks for Apertium
- apertium-filter-ambiguity(1)
- ambiguity class filter for Apertium
- apertium-rexlsx(1)
- Office Open XML Workbook format processor for Apertium
- apparix(1)
- augmenting cd with bookmarks
- append.tcl86(n), append(n)
- Append to variable
- append.tcl90(n), append(n)
- Append to variable
- append_filename(3)
- Concatenates a filename to a path. Allegro game programming library
- appjail(1)
- Simple and easy-to-use tool for creating portable jails
- appjail-deleteOld(1)
- Run delete-old and delete-old-libs targets on a given release or jail
- appjail-disable(1)
- Remove default parameters for stages
- appjail-enable(1)
- Set default parameters for stages
- appjail-enabled(1)
- Get the value for a given enabled parameter
- appjail-etcupdate(1)
- Manage updates to system files not updated by installworld
- appjail-fstab(1)
- Static information about the file systems of a jail
- appjail-help(1)
- Display help information about AppJail
- appjail-label(1)
- Add metadata to jails
- appjail-limits(1)
- Display and update resource limits database for jails
- appjail-makejail(1)
- Build a jail using a Makejail file
- appjail-version(1)
- Display version information about AppJail
- apple_dump(1)
- Dump AppleSingle/AppleDouble format data
- applyBdd(3)
- applies an operator to a list of BDD
- applyBinBdd(3)
- applies an operator to two BDD
- apply_matrix(3), apply_matrix_f(3)
- Multiplies a point by a transformation matrix. Allegro game programming library
- apply_quat(3)
- Multiplies a point by a quaternion. Allegro game programming library
- 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
- appres(1)
- list X application resource database
- appstream-builder(1)
- Build AppStream metadata
- apriboot(1)
- rewrite disc boot sector, converting between Apricot and PCDOS
- apropos(1), whatis(1)
- search manual page databases
- aranym-jit(1), ARAnyM(1)
- Atari Running on Any Machine - JIT enabled
- aranym-mmu(1), ARAnyM(1)
- Atari Running on Any Machine with 68040 MMU enabled
- arbtt-capture(1)
- collect data samples for arbtt
- arbtt-dump(1)
- dumps arbtt data samples
- arbtt-import(1)
- imports dumped arbtt data samples
- arbtt-recover(1)
- tries to recover a broken arbtt data log
- arbtt-stats(1)
- generate statistics from the arbtt data samples
- arc(3)
- Draws a circular arc. Allegro game programming library
- arcan(1), Arcan(1)
- Scriptable Multimedia Engine
- arcan-wayland(1)
- protocol bridge for Wayland support in Arcan
- arcan_db(1), Arcan_db(1)
- Database Support tool for Arcan
- 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_add_passphrase(3), archive_read_set_passphrase_callback(3)
- functions for reading encrypted archives
- archive_read_data(3), archive_read_data_block(3), archive_read_data_skip(3), archive_read_data_into_fd(3)
- functions for reading streaming archives
- 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_extract(3), archive_read_extract2(3), archive_read_extract_set_progress_callback(3)
- functions for reading streaming archives
- archive_read_filter(3), archive_read_support_filter_all(3), archive_read_support_filter_bzip2(3), archive_read_support_filter_compress(3), archive_read_support_filter_gzip(3), archive_read_support_filter_lz4(3), archive_read_support_filter_lzma(3), archive_read_support_filter_none(3), archive_read_support_filter_rpm(3), archive_read_support_filter_uu(3), archive_read_support_filter_xz(3), archive_read_support_filter_zstd(3), archive_read_support_filter_program(3), archive_read_support_filter_program_signature(3)
- functions for reading streaming archives
- 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_rar5(3), archive_read_support_format_raw(3), archive_read_support_format_tar(3), archive_read_support_format_warc(3), archive_read_support_format_xar(3), archive_read_support_format_zip(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_blocksize(3), archive_write_get_bytes_per_block(3), archive_write_set_bytes_per_block(3), archive_write_get_bytes_in_last_block(3), archive_write_set_bytes_in_last_block(3)
- functions for creating archives
- archive_write_data(3), archive_write_data_block(3)
- functions for creating archives
- archive_write_disk(3), archive_write_disk_new(3), archive_write_disk_set_options(3), archive_write_disk_set_skip_file(3), archive_write_disk_set_group_lookup(3), archive_write_disk_set_standard_lookup(3), archive_write_disk_set_user_lookup(3)
- functions for creating objects on disk
- 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_set_passphrase(3), archive_write_set_passphrase_callback(3)
- functions for writing encrypted archives
- archmbox(1)
- a simple email archiver
- ares_create_query(3)
- Compose a single-question DNS query buffer
- 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_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_free_data(3)
- Free data allocated by several c-ares functions
- ares_free_hostent(3)
- Free host structure allocated by ares functions
- ares_free_string(3)
- Free strings allocated by ares functions
- ares_freeaddrinfo(3)
- Free addrinfo structure allocated by ares functions
- ares_getaddrinfo(3)
- Initiate a host query by name and service
- ares_gethostbyaddr(3)
- Initiate a host query by address
- ares_gethostbyname(3)
- Initiate a host query by name
- ares_gethostbyname_file(3)
- Lookup a name in the system's hosts file
- ares_inet_pton(3)
- convert an IPv4 or IPv6 address from text to binary form
- ares_library_cleanup(3)
- c-ares library deinitialization
- ares_library_init(3)
- c-ares library initialization
- ares_library_init_android(3)
- c-ares library Android initialization
- ares_library_initialized(3)
- get the initialization state
- ares_mkquery(3)
- Compose a single-question DNS query buffer
- ares_save_options(3)
- Save configuration values obtained from initialized ares_channel
- ares_set_local_dev(3)
- Bind to a specific network device when creating sockets
- ares_set_pending_write_cb(3), ares_process_pending_write(3)
- Function for setting a callback which is triggered when there is potential pending data which needs to be written
- ares_set_server_state_callback(3)
- Function for setting a server state callback
- ares_set_socket_callback(3)
- Set a socket creation callback
- ares_set_socket_configure_callback(3)
- Set a socket configuration callback
- ares_set_socket_functions(3), ares_set_socket_functions_ex(3)
- Set socket io callbacks
- ares_strerror(3)
- Get the description of an ares library error code
- ares_threadsafety(3)
- Query if c-ares was built with thread-safety
- ares_version(3)
- Get the version number of the library
- 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_patchLevel(n), tcl_pkgPath(n), tcl_platform(n), tcl_rcFileName(n), tcl_traceCompile(n), tcl_traceExec(n), tcl_version(n)
- Variables used by Tcl
- argtable2(3)
- an ANSI C library for parsing GNU style command line options
- aria_chk(1)
- Aria table-maintenance utility
- aria_pack(1)
- generate compressed, read-only Aria tables
- aribas(1)
- Multiprecision Arithmetic Interpreter
- arm-gnueabi-freebsd15.0-as(1), AS(1)
- the portable GNU assembler
- arm-gnueabi-freebsd15.0-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- arm-gnueabi-freebsd15.0-windmc(1), windmc(1)
- generates Windows message resources
- arm-gnueabi-freebsd15.0-windres(1), windres(1)
- manipulate Windows resources
- arm-none-eabi-as(1), AS(1)
- the portable GNU assembler
- arm-none-eabi-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- arm-none-eabi-g++(1), gcc(1)
- GNU project C and C++ compiler
- arm-none-eabi-gcc(1), gcc(1)
- GNU project C and C++ compiler
- arm-none-eabi-gcov(1), gcov(1)
- coverage testing tool
- arm-none-eabi-gcov-dump(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- arm-none-eabi-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- arm-none-eabi-lto-dump(1), lto-dump(1)
- Tool for dumping LTO object files
- arm-none-eabi-windmc(1), windmc(1)
- generates Windows message resources
- arm-none-eabi-windres(1), windres(1)
- manipulate Windows resources
- armv6-gnueabi-freebsd15.0-g++12(1), gcc(1)
- GNU project C and C++ compiler
- armv6-gnueabi-freebsd15.0-g++13(1), gcc(1)
- GNU project C and C++ compiler
- armv6-gnueabi-freebsd15.0-gcc12(1), gcc(1)
- GNU project C and C++ compiler
- armv6-gnueabi-freebsd15.0-gcc13(1), gcc(1)
- GNU project C and C++ compiler
- armv6-gnueabi-freebsd15.0-gcov-dump12(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- armv6-gnueabi-freebsd15.0-gcov-dump13(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- armv6-gnueabi-freebsd15.0-gcov-tool12(1), gcov-tool(1)
- offline gcda profile processing tool
- armv6-gnueabi-freebsd15.0-gcov-tool13(1), gcov-tool(1)
- offline gcda profile processing tool
- armv6-gnueabi-freebsd15.0-gcov12(1), gcov(1)
- coverage testing tool
- armv6-gnueabi-freebsd15.0-gcov13(1), gcov(1)
- coverage testing tool
- armv6-gnueabi-freebsd15.0-lto-dump12(1), lto-dump(1)
- Tool for dumping LTO object files
- armv6-gnueabi-freebsd15.0-lto-dump13(1), lto-dump(1)
- Tool for dumping LTO object files
- armv7-gnueabi-freebsd15.0-g++12(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-g++13(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-g++14(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-gcc12(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-gcc13(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-gcc14(1), gcc(1)
- GNU project C and C++ compiler
- armv7-gnueabi-freebsd15.0-gcov-dump12(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- armv7-gnueabi-freebsd15.0-gcov-dump13(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- armv7-gnueabi-freebsd15.0-gcov-dump14(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- armv7-gnueabi-freebsd15.0-gcov-tool12(1), gcov-tool(1)
- offline gcda profile processing tool
- armv7-gnueabi-freebsd15.0-gcov-tool13(1), gcov-tool(1)
- offline gcda profile processing tool
- armv7-gnueabi-freebsd15.0-gcov-tool14(1), gcov-tool(1)
- offline gcda profile processing tool
- armv7-gnueabi-freebsd15.0-gcov12(1), gcov(1)
- coverage testing tool
- armv7-gnueabi-freebsd15.0-gcov13(1), gcov(1)
- coverage testing tool
- armv7-gnueabi-freebsd15.0-gcov14(1), gcov(1)
- coverage testing tool
- armv7-gnueabi-freebsd15.0-lto-dump12(1), lto-dump(1)
- Tool for dumping LTO object files
- armv7-gnueabi-freebsd15.0-lto-dump13(1), lto-dump(1)
- Tool for dumping LTO object files
- armv7-gnueabi-freebsd15.0-lto-dump14(1), lto-dump(1)
- Tool for dumping LTO object files
- array.tcl86(n), array(n)
- Manipulate array variables
- array.tcl90(n), array(n)
- Manipulate array variables
- arx(6)
- Arx Libertatis, a cross-platform port of Arx Fatalis
- arxsavetool(1)
- Inspect and modify Arx Libertatis save files
- as(1), AS(1)
- the portable GNU assembler
- as86(1)
- Assembler for 8086..80386 processors
- ascii2binary(1)
- Convert ASCII numbers to binary
- ascii2uni(1)
- convert 7-bit ASCII representations to UTF-8 Unicode
- asciidoc(1)
- converts an AsciiDoc text file to HTML or DocBook
- aseqsend(1)
- send arbitrary messages to selected ALSA MIDI seqencer port
- asimagexml(1x)
- XML schema to be used for scripting image manipulation by AfterStep and ascompose libAfterImage/asimagexml
- asl(1)
- cross assembler for microprocessors and -controllers
- asm2html(1)
- generate HTML output from NASM assembly source code
- asmctl(1)
- controlling keyboard backlight and LCD backlight
- asmgraph(1)
- build call graphs from assembler files
- asmix(1)
- the AfterStep volume control knob
- asn1Parser(1)
- ASN.1 syntax tree generator for libtasn1
- asn1_bit_der(3)
- API function
- asn1_decode_simple_ber(3)
- API function
- asn1_expand_any_defined_by(3)
- API function
- asn1_get_bit_der(3)
- API function
- asn1_get_length_ber(3)
- API function
- asn1_get_object_id_der(3)
- API function
- asn1_number_of_elements(3)
- API function
- asn1_object_id_der(3)
- API function
- asn2all(1)
- generate reports from ASN.1 biological data
- asn2asn(1)
- convert NCBI data between text and binary ASN.1
- asn2ff(1)
- convert ASN.1 biological data to a flat format (old version)
- asn2fsa(1)
- convert biological sequence data from ASN.1 to FASTA
- asn2gb(1)
- convert ASN.1 biological data to a GenBank-style flat format
- asn2idx(1)
- index ASN.1 Bioseq-sets for fast access to individual sequences
- asn2xml(1)
- translate biological data from ASN.1 to XML
- asndisc(1)
- check ASN.1 biological sequence records for discrepancies
- asnmacro(1)
- process ASN.1 biological data per Sequin macros
- asnval(1)
- validate ASN.1 biological sequence records
- assa-genesis(1)
- generates skeleton files for RAD development with ASSA library
- astarithmetic(1), Arithmetic(1)
- arithmetic operations on images and numbers
- astbuildprog(1), BuildProgram(1)
- compile, link with Gnuastro library and its dependencies, and run a C program
- astdb2bdb(8)
- convert astdb back to Berkeley DB 1.86
- astdb2sqlite3(8)
- convert astdb to SQLite 3
- astmatch(1), Match(1)
- match catalogs by 1D or 2D positions
- astmkcatalog(1), MakeCatalog(1)
- Make a catalog from labeled input images
- astscript-ds9-region(1)
- Create an SAO DS9 region file from a table
- astscript-fits-view(1)
- View FITS images in DS9 and tables in TOPCAT
- astscript-psf-subtract(1)
- Subtract a given PSF model from the image
- astscript-radial-profile(1)
- Create a radial profile of an object in an image
- astscript-sort-by-night(1)
- Sort input FITS files by night
- astsegment(1), Segment(1)
- segmentation based on signal structure
- asttable(1), Table(1)
- read and write ASCII and FITS tables
- asy(1)
- Asymptote: a script-based vector graphics language
- atari-convert-dir(1)
- helper for creating Atari compatible disk images
- 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-c++(3), ATF_ADD_TEST_CASE(3), ATF_CHECK_ERRNO(3), ATF_FAIL(3), ATF_INIT_TEST_CASES(3), ATF_PASS(3), ATF_REQUIRE(3), ATF_REQUIRE_EQ(3), ATF_REQUIRE_ERRNO(3), ATF_REQUIRE_IN(3), ATF_REQUIRE_MATCH(3), ATF_REQUIRE_NOT_IN(3), ATF_REQUIRE_THROW(3), ATF_REQUIRE_THROW_RE(3), ATF_SKIP(3), ATF_TEST_CASE(3), ATF_TEST_CASE_BODY(3), ATF_TEST_CASE_CLEANUP(3), ATF_TEST_CASE_HEAD(3), ATF_TEST_CASE_NAME(3), ATF_TEST_CASE_USE(3), ATF_TEST_CASE_WITH_CLEANUP(3), ATF_TEST_CASE_WITHOUT_HEAD(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::grep_collection(3), atf::utils::grep_file(3), atf::utils::grep_string(3), atf::utils::redirect(3), atf::utils::wait(3)
- C++ API to write ATF-based test programs
- atf-sh(1)
- interpreter for shell-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
- atlc(1)
- an Arbitrary Transmission Line Calculator
- atril-thumbnailer(1)
- create png thumbnails from atril supported documents
- 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
- au0828(4)
- au0828 webcamd driver for USB digital TV devices
- au6610(4)
- webcamd driver for AU6610 DVB-T
- au_class(3), getauclassent(3), getauclassent_r(3), getauclassnam(3), getauclassnam_r(3), setauclass(3), endauclass(3)
- look up information from the audit_class database
- au_close(3), au_close_buffer(3), au_close_token(3), au_open(3), au_write(3)
- create and commit audit records
- au_control(3), setac(3), endac(3), getacdir(3), getacmin(3), getacexpire(3), getacfilesz(3), getacflg(3), getacna(3), getacpol(3), au_poltostr(3), au_strtopol(3)
- look up information from the audit_control database
- au_domain(3), au_bsm_to_domain(3), au_domain_to_bsm(3)
- convert between BSM and local protocol domains
- au_errno(3), au_bsm_to_errno(3), au_errno_to_bsm(3), au_strerror(3)
- convert between BSM and local error numbers
- au_event(3), free_au_event_ent(3), setauevent(3), endauevent(3), getauevent(3), getauevent_r(3), getauevnam(3), getauevnam_r(3), getauevnum(3), getauevnum_r(3), getauevnonam(3), getauevnonam_r(3)
- look up information from the audit_event database
- au_fcntl_cmd(3), au_bsm_to_fcntl_cmd(3), au_fcntl_cmd_to_bsm(3)
- convert between BSM and local fcntl(2) command values
- au_free_token(3)
- deallocate a token_t created by any of the au_to_*() BSM API functions
- au_mask(3), au_preselect(3), getauditflagsbin(3), getauditflagschar(3)
- convert between string and numeric values of audit masks
- au_socket_type(3), au_bsm_to_socket_type(3), au_socket_type_to_bsm(3)
- convert between BSM and local socket types
- 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
- au_user(3), setauuser(3), endauuser(3), getauuserent(3), getauuserent_r(3), getauusernam(3), getauusernam_r(3), au_user_mask(3), getfauditflags(3)
- look up information from the audit_user database
- aubio(1)
- a command line tool to extract information from sound files
- aubiocut(1)
- a command line tool to slice sound files at onset or beat timestamps
- aubiomfcc(1)
- a command line tool to compute Mel-Frequency Cepstrum Coefficients
- aubionotes(1)
- a command line tool to extract musical notes
- aubioonset(1)
- a command line tool to extract musical onset times
- aubiopitch(1)
- a command line tool to extract musical pitch
- aubioquiet(1)
- a command line tool to extracts quiet and loud regions from a file
- aubiotrack(1)
- a command line tool to extract musical beats from audio signals
- audio_buffer_size(3), audio_buffer_size (3)
- Change the default audio buffering size
- audio_gain(3), audio_gain (3)
- Retrieve and/or update the audio gain for a specific audio object
- 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
- audit(2)
- commit BSM audit record to audit log
- audit.log(5), audit(5)
- Basic Security Module (BSM) file format
- audit_user(5)
- events to be audited for given users
- auinfo(1)
- show information about a Network Audio System server
- aupanel(1)
- allows user adjustment of Network Audio System device attributes aupanel#(1) "" "aupanel(1)"
- aut(1)
- Memory allocation, and hash tables management man1/alc_origin.1
- autallocblock(3)
- memory allocator man1/alc_origin.1
- autfreeblock(3)
- releases a memory block man1/alc_origin.1
- autfreeheap(3)
- releases a memory block, and put it on the heap. man1/alc_origin.1
- auth.conf(5)
- Configuration of authentication mechanisms for web interface of Sympa
- auth2elem(3)
- element in an hash table with two keys
- auth2table(3)
- hash table structure
- auth_enumerate(3)
- Obtain list of accounts
- auth_getuserinfo_meta(3), auth_getuserinfo(3)
- Obtain account information
- authelem(3)
- element in an hash table
- authlib(3)
- Courier Authentication Library
- authtable(3)
- hash table structure
- authtest(1)
- Test the Courier Authentication Library
- 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_nonwordchars(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n), tcl_wordchars(n), writeFile(n)
- standard library of Tcl procedures
- autobench(1)
- Automates the benchmarking of web servers using httperf
- autobench_admin(1)
- admin tool for running HTTP benchmarks using a cluster of distributed autobench servers
- autobenchd(1)
- distributed autobench daemon
- autocutsel(1)
- keep the X clipboard and the cutbuffer in sync
- autogen(1), *[B-Font]autogen(1)
- The Automated Program Generator
- autokey-gtk(1)
- keyboard automation utility for GNOME and GTK
- automatic_lists_description.conf(5)
- Description of automatic list creation with web interface
- 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
- autool(1)
- audio play/record tool compatible with audiotool
- autoopts-config(1)
- script to get information about installed version of autoopts
- autorandr(1)
- automatically select a display configuration based on connected devices
- autotrace(1)
- converts bitmap image data into vector graphics
- autresizeblock(3)
- resizes a memory block man1/alc_origin.1
- aux2bib(1), AUX2BIB(1)
- Extracts a BibTeX database according to an aux file
- avahi-bookmarks(1)
- Web service showing mDNS/DNS-SD announced HTTP services using the Avahi daemon
- avahi-browse(1)
- Browse for mDNS/DNS-SD services using the Avahi daemon
- avahi-publish-service(1)
- Register an mDNS/DNS-SD service or host name or address mapping using the Avahi daemon
- avarice(1)
- Provides an interface from avr-gdb to Atmel's AVR in-circuit debugging tools
- avcall(3)
- build a C argument list incrementally and call a C function on it
- aview(1)
- An high quality ascii-art image(pgm) browser
- avr-as(1), AS(1)
- the portable GNU assembler
- avr-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- avr-lto-dump(1), lto-dump(1)
- Tool for dumping LTO object files
- awka(1)
- AWK language to ANSI C translator and library
- awka-elm(5)
- Awka Extended Library Methods
- awka-elmref(5)
- Awka API Reference for use with Awka-ELM libraries
- 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
- b(1)
- build system driver
- b2c2(4)
- webcamd driver for B2C2 FlexcopII(b)/III
- 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
- b2sum(1)
- compute and check BLAKE2 message digest
- b2sum(1)
- generate checksums using the BLAKE2 hash function
- b3270(1)
- IBM+1 host access tool back end
- b43-fwcutter(1)
- Utility for extracting Broadcom 43xx firmware
- b64_encoder_create(3), b64_decoder_create(3)
- base-64 encoder and decoder
- babeld(8)
- ad-hoc network routing daemon
- babeltrace(1)
- Babeltrace Trace Viewer and Converter
- babeltrace-log(1)
- Babeltrace Log Converter
- backend(7)
- cups backend transmission interfaces
- backend-spec(7)
- interface between jw and its backends
- backgammon(6)
- the game of backgammon
- backupuser(1)
- User backup utility
- bacula(8), Bacula(8)
- The Network Backup Solution
- bacula-dir(8)
- Bacula Director
- bacula-fd(8)
- Bacula's File Daemon
- bacula-sd(8)
- Bacula's Storage Daemon
- bacula-tray-monitor(1)
- Bacula's 'System Tray' monitor
- badblocks(8)
- search a device for bad blocks
- badwolf(1)
- minimalist and privacy-oriented web browser based on WebKitGTK
- baka-mplayer(1)
- A free and open source, cross-platform, libmpv based multimedia player
- balance(1), balance 3.54(1)
- A simple TCP proxy with load balancing and failover mechanisms
- ballerburg(6)
- A castle combat game
- balls(l)
- preprocessor for space-filling models in Raster3D molecular graphics package
- balsa(1), Balsa(1)
- the GNOME e-mail client
- baobab(1)
- A graphical disk usage analyzer for the GNOME desktop
- bar(1)
- show information about a data transfer
- barchart(n)
- Bar chart for plotting X-Y coordinate data
- 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
- bareos(8), Bareos(8)
- Backup Archiving REcovery Open Sourced
- bareos-dbcheck(8)
- Bareos's Catalog Database Check/Clean program
- bareos-dir(8)
- Bareos Director
- bareos-fd(8)
- Bareos's File Daemon
- bareos-sd(8)
- Bareos's Storage Daemon
- bareos-tray-monitor(1)
- Bareos's 'System Tray' monitor
- bargraph(1)
- compile bar graphs into pic input
- barman(1)
- Barman Commands Barman has a command-line interface named barman, which is used basically to interact with Barman(aqs backend. Before jumping into each of the sub-commands of barman, be aware that barman has global options available for all of the sub-commands. These options can modify the behavior of the sub-commands and can be used as follows:
- 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-archive-wal(1)
- Barman Sub-Commands
- barman-backup(1)
- Barman Sub-Commands
- barman-check(1)
- Barman Sub-Commands
- barman-check-backup(1)
- Barman Sub-Commands
- 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-disk NAME ... ] ] [ --snapshot-zone GCP_ZONE ] [ -snapshot-gcp-project GCP_PROJECT ] [ --tag KEY,VALUE [ --tag KEY,VALUE ... ] ] [ --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. --tag Tag to be added to all uploaded files in cloud storage, and/or to snapshots created, if snapshots are used. --tags Tags to be added to all uploaded files in cloud storage, and/or to snapshots created, if snapshots are used. NOTE: 0.0 3.5 If you are using --tags before positional arguments, you must insert -- after it to indicate the end of optional arguments. This tells the parser to treat everything after -- as positional arguments. Without the --, Barman may misinterpret positional arguments as values for the last option. Deprecated since version 3.15: --tags is deprecated. Use --tag instead. 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. You can use a shortcut instead of the backup ID. -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. You can use a shortcut instead of the backup ID. -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. You can use a shortcut instead of the backup ID. 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. This command does not automatically prepare Postgres for recovery. You must manually manage any %PITR options, custom restore_command values, signal files, or required WAL files to ensure Postgres starts, either manually or using external tools. 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. You can use a shortcut instead of the backup ID. Besides that, you can 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 } ] [ --compression-level COMPRESSION_LEVEL ] [ --tag KEY,VALUE [ --tag KEY,VALUE ... ] ] [ --history-tag KEY,VALUE [ --history-tag KEY,VALUE ... ] ] [ --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 the python-snappy Python library to be installed). --zstd zstd-compress the WAL while uploading to the cloud (requires the zstandard Python library to be installed). --lz4 lz4-compress the WAL while uploading to the cloud (requires the lz4 Python library to be installed). --compression-level A compression level to be used by the selected compression algorithm. Valid values are integers within the supported range of the chosen algorithm or one of the predefined labels: low, medium, and high. The range of each algorithm as well as what level each predefined label maps to can be found in %compression_level. --tag Tag to be added to archived WAL files in cloud storage. --tags Tag to be added to archived WAL files in cloud storage. NOTE: 0.0 3.5 If you are using --tags before positional arguments, you must insert -- after it to indicate the end of optional arguments. This tells the parser to treat everything after -- as positional arguments. Without the --, Barman may misinterpret positional arguments as values for the last option. Deprecated since version 3.15: --tags is deprecated. Use --tag instead. 0.0 --history-tag Tag to be added to archived history files in cloud storage. --history-tags Tags to be added to archived history files in cloud storage. NOTE: 0.0 3.5 If you are using --history-tags before positional arguments, you must insert -- after it to indicate the end of optional arguments. This tells the parser to treat everything after -- as positional arguments. Without the --, Barman may misinterpret positional arguments as values for the last option. Deprecated since version 3.15: --history-tags is deprecated. Use --history-tag instead. 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-config-switch(1)
- Barman Sub-Commands
- barman-config-update(1)
- Barman Sub-Commands
- barman-cron(1)
- Barman Sub-Commands
- barman-delete(1)
- Barman Sub-Commands
- barman-diagnose(1)
- Barman Sub-Commands
- barman-generate-manifest(1)
- Barman Sub-Commands
- barman-get-wal(1)
- Barman Sub-Commands
- barman-keep(1)
- Barman Sub-Commands
- barman-list-files(1)
- Barman Sub-Commands
- barman-list-processes(1)
- Barman Sub-Commands
- barman-list-servers(1)
- Barman Sub-Commands
- barman-list_backups(1)
- Barman Sub-Commands
- barman-lock-directory-cleanup(1)
- Barman Sub-Commands
- barman-put-wal(1)
- Barman Sub-Commands
- barman-rebuild-xlogdb(1)
- Barman Sub-Commands
- barman-receive-wal(1)
- Barman Sub-Commands
- barman-replication-status(1)
- Barman Sub-Commands
- barman-restore(1)
- Barman Sub-Commands
- barman-show-backup(1)
- Barman Sub-Commands
- barman-show-servers(1)
- Barman Sub-Commands
- barman-status(1)
- Barman Sub-Commands
- barman-switch-wal(1)
- Barman Sub-Commands
- barman-switch-xlog(1)
- Barman Sub-Commands
- barman-sync-backup(1)
- Barman Sub-Commands
- barman-sync-info(1)
- Barman Sub-Commands
- barman-sync-wals(1)
- Barman Sub-Commands
- barman-terminate-process(1)
- Barman Sub-Commands
- barman-verify(1)
- Barman Sub-Commands
- barman-verify-backup(1)
- Barman Sub-Commands
- barman-wal-archive(1)
- Barman-cli Commands
- barman-wal-restore(1)
- Barman-cli Commands
- barrier(1)
- syncronize a process on a number of machines
- barrierc(1)
- Barrier Keyboard/Mouse Client
- barrierd(1)
- syncronize a process on a number of machines
- barriers(1)
- Barrier Keyboard/Mouse Server
- base64(1)
- base64 encode/decode data and print to standard output
- base64(1)
- encode / decode binary file as RFC 1341 MIME base64
- base64(n)
- Encoding "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
- bash(1)
- GNU Bourne-Again SHell
- bashbug(1)
- report a bug in bash
- bashdb(1)
- bash debugger script
- basic_db_auth(8), basic_db_auth(8)
- Database auth helper for Squid
- basic_getpwnam_auth(8)
- Local Users auth helper for Squid
- basic_ncsa_auth(8)
- NCSA httpd-style password file authentication helper for Squid
- basic_pam_auth(8)
- PAM Basic authentication helper for Squid
- basic_pop3_auth(8), basic_pop3_auth(8)
- POP3 authenticator for Squid
- basic_radius_auth(8)
- Squid RADIUS authentication helper
- bastet(6)
- Tetris(r) clone with "bastard" block-choosing AI
- bastille(8), - bastille(8)
- Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD
- bat(1)
- a cat(1) clone with syntax highlighting and Git integration
- batcher(8)
- Article batching for InterNetNews
- bats(1)
- Bash Automated Testing System
- bats(7)
- Bats test file format
- battleship(6)
- nbbattleship
- battlestar(6)
- a tropical adventure game
- battmond(1)
- monitor battery level on ACPI-enabled (laptop) computers
- batv-filter(8)
- BATV (Bounce Address Tag Validation) filter for sendmail
- baudrate(3x), %baudrate(3x), %erasechar(3x), %erasewchar(3x), %has_ic(3x), %has_il(3x), %killchar(3x), %killwchar(3x), %longname(3x), %term_attrs(3x), %termattrs(3x), %termname(3x)
- curses environment query routines
- bayesol(1)
- a Bayes solution calculator for use with dbacl
- bb(1)
- The aalib demo
- bbc(1)
- check on BBoards
- bbcsd(3)
- bbcsd: ??
- bbe(1)
- binary block editor
- bbftp(1)
- transfer files using compression and parallel streams
- bbftpd(1)
- BBFTP protocol server
- bbkeys(1)
- a general XWindow keygrabber
- bbkeysrc(5)
- bbkeys configuration file
- bbmail(1)
- mailbox flag for X
- bbox(1)
- prints out the bounding box of a rawppm or rawpbm image
- bc(1)
- An arbitrary precision calculator language
- bcal(1)
- Storage expression calculator
- bcc(1)
- Bruce's C compiler
- bcc-cc1(1)
- C compiler backend
- bcd(6)
- reformat input as punch cards
- bcftools(1)
- utilities for variant calling and manipulating VCFs and BCFs
- bchunk(1)
- CD image format conversion from bin/cue to iso/cdr
- bclock(1)
- round X clock with bezier curve hands
- bcmxcp(8)
- Driver for UPSes supporting the serial BCM/XCP protocol
- bcmxcp_usb(8)
- Experimental driver for UPSes supporting the BCM/XCP protocol over USB
- bcomps(1)
- biconnected components filter for graphs
- bconsole(1)
- Bareos's management Console
- bconsole(8)
- Bacula's management Console
- bcopy(8)
- Bareos's 'Copy from volume'
- bcrelay(8)
- a broadcast relay daemon
- bcwipe(1)
- securely erase data from magnetic and solid-state memory (c) 2002-2008 Jetico, Inc. http://www.jetico.com
- bdd(1)
- Mutli Reduced Ordered Binary Decision Diagrams man1/alc_origin.1
- bddToAblCct(3)
- converts a BDD into an ABL within a circuit
- 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)
- bdf2sfd(1)
- BDF to SFD converter
- bdfresize(1)
- Resize BDF Format Font
- bdftopcf(1)
- convert X font from Bitmap Distribution Format to Portable Compiled Format
- bdftruncate(1)
- generate truncated BDF font from ISO 10646-1-encoded BDF font
- bdiff(1)
- big diff
- bdsdc(3)
- bdsdc: bidiagonal SVD, divide and conquer
- bdsqr(3)
- bdsqr: bidiagonal SVD, QR iteration (dqds)
- bdsvd_driver(3)
- --- bidiagonal
- bdsvdx(3)
- bdsvdx: bidiagonal SVD, bisection
- bdy(1gv)
- boundary curve finder
- bdy(3gv)
- boundary curve finder
- beadm(8)
- manage boot environments with ZFS
- beansdb(1)
- high-available distributed key-value storage system
- beanstalkd(1)
- simple, fast work queue
- bear(1), Bear(1)
- a tool to generate compilation database for Clang tooling
- bear-citnames(1)
- deduce command semantic
- bear-intercept(1)
- intercept command executions in user space
- bearoffdump(6)
- dump a position from the GNU Backgammon bearoff database
- beats(6)
- create offset beating figures
- beav(1)
- binary file editor and viewer
- bed(6)
- maze editor for block
- bedup(8)
- deduplication program with additional knowledge of burp
- beep(1)
- emit tone from console speaker
- beep(3x), %beep(3x), %flash(3x)
- ring the (visual) bell of the terminal with curses
- beep(n)
- ring the bell
- beet(1)
- music tagger and library organizer
- 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
- beforelight(1)
- screen saver
- beh(3), BEH(3)
- Generic behavioural data structures
- 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
- belkin(8)
- Driver for Belkin serial UPS equipment
- belkinunv(8)
- Driver for Belkin "Universal UPS" and compatible
- bell.tk86(n), bell(n)
- Ring a display's bell
- bemenu(1)
- dynamic menu inspired by dmenu(1)
- bench(1)
- http benchmark
- bench2graph(1)
- draws Postscript graphs from Autobench output (using gnuplot)
- benchmark_data(3), benchmark_data (3)
- Retrieve gathered benchmarking values
- benchmark_enable(3), benchmark_enable (3)
- Toggle the gathering of benchmark data on / off
- benchmark_timestamp(3), benchmark_timestamp (3)
- Sample a timekeeping source
- benchmark_tracedata(3), benchmark_tracedata (3)
- Add a datapoint to the ongoing tracebuffer
- benq(4)
- webcamd driver for Benq DC E300 USB camera
- ber_alloc_t(3), ber_flush(3), ber_flush2(3), ber_printf(3), ber_put_int(3), ber_put_enum(3), ber_put_ostring(3), ber_put_string(3), ber_put_null(3), ber_put_boolean(3), ber_put_bitstring(3), ber_start_seq(3), ber_start_set(3), ber_put_seq(3), ber_put_set(3)
- OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
- 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
- ber_int_t(3), ber_uint_t(3), ber_len_t(3), ber_slen_t(3), ber_tag_t(3), struct berval(3), BerValue(3), BerVarray(3), BerElement(3), ber_bvfree(3), ber_bvecfree(3), ber_bvecadd(3), ber_bvarray_free(3), ber_bvarray_add(3), ber_bvdup(3), ber_dupbv(3), ber_bvstr(3), ber_bvstrdup(3), ber_str2bv(3), ber_alloc_t(3), ber_init(3), ber_init2(3), ber_free(3)
- OpenLDAP LBER types and allocation functions
- berry(1)
- floating window manager
- berryc(1)
- client for berry window manager
- 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
- bestfcom(8)
- Driver for Best Power Fortress/Ferrups
- bestfit(1)
- Optimally choose files to be put on a CD (or other media)
- bestfit_color(3)
- Finds a palette color fitting the requested RGB values. Allegro game programming library
- bestfortress(8)
- Driver for old Best Fortress UPS equipment
- bestuferrups(8)
- Driver for Best Power Micro-Ferrups
- bestups(8)
- Driver for Best Power / SOLA (Phoenixtec protocol) UPS equipment
- bextract(8)
- Bareos's 'Extract from volume'
- bez2mesh(1gv)
- dices a BEZ file to a list of MESHes
- bf_compact(1)
- shell script to compact a bogofilter directory
- bf_copy(1)
- shell script to copy a bogofilter working directory
- bf_tar(1)
- shell script to write a tar file of a bogofilter directory to stdout
- bfort(1)
- program to extract short definitions for a Fortran to C interface
- bfs(1)
- breadth-first search for your files
- bftpd(8)
- B FTP Daemon
- bg-installer(1)
- Standardized installer program
- bg5conv(1)
- convert a TeX document in Big 5 encoding into `preprocessed' form
- bg_test(6)
- test the background mode of svgalib
- bgerror.tcl86(n), bgerror(n)
- Command invoked to process background errors
- bgerror.tcl90(n), bgerror(n)
- Command invoked to process background errors
- bgexec(n)
- Run programs in the background while handling Tk events. kill - Terminate program or send signal
- bggen(1)
- generates colored backgrounds on X11 displays
- bgpctl(8)
- control the BGP routing daemon
- bgpd(8)
- a BGPv4, BGPv4+, BGPv4- routing engine for use with Quagga routing software
- bgpd.conf(5)
- BGP routing daemon configuration file
- bgplgd(8)
- a bgpctl FastCGI server
- bgpq3(8)
- bgp filtering automation tool
- bgpq4(8)
- bgp filtering automation tool
- bgpuma(1)
- bgpuma -- A program to search BGP Update files for CIDR blocks or Autonomous Systems
- bgrot(1)
- a program to alleviate background boredom
- bgs(1)
- background setter
- 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
- bib1-attr(7)
- Bib-1 Attribute Set
- bib2bib(1), BibTeX2HTML(1)
- A translator of bibliography databases into HTML
- bib2ris(1), bib2ris-utf8(1)
- converts bibtex bibliographic data to the RIS format
- bibclean(1)
- prettyprint and syntax check BibTeX and Scribe bibliography
- bibcursed(1)
- manipulate BibTeX files
- bible(1)
- Lookup words and verses in the Bible (King James version)
- biblesync(7)
- multicast navigation synchronization in Bible programs
- bibtex(1)
- make a bibliography for (La)TeX
- bibtex2html(1), BibTeX2HTML(1)
- A translator of bibliography databases into HTML
- bibtexconv(1)
- BibTeX Converter
- bibtexconv-odt(1)
- ODT Helper Script for BibTeX Converter
- bibview(1)
- an X based graphical user interface for manipulating BibTeX databases
- bicker_ser(8)
- Driver for Bicker DC UPS via serial port connections
- bicon(1)
- a bidirectional console
- bicon.bin(1)
- bidirectional console layer
- biew(1), BIEW(1)
- console hex viewer/editor and disassembler
- bigfile(1)
- kill (or signal) a process when a file grows too big
- bigvia(3)
- draws a non minimal via as a bunch of vias man1/alc_origin.1
- bigyear(1)
- print a calendar, one month per page
- bin(n)
- Encoding "bin"
- bin2c(1)
- embed data files into C as variables
- bin2ecm(1)
- encoder and decoder for the error code modeler format
- bin2obj(1)
- The Free Pascal binary to pascal include file converter
- bin2rec(1)
- converts biosignal data produced with rec2bin, into a gdf file. rec2bin and bin2rec are complementary functions, which can be useful to dump data, edit date and revert it back into the original format
- bin_dec_hex(1)
- How to use binary, decimal, and hexadecimal notation
- binary.tcl86(n), binary(n)
- Insert and extract fields from binary strings
- binary.tcl90(n), binary(n)
- Insert and extract fields from binary strings
- binary2ascii(1)
- Convert binary numbers to textual representation
- binaryhorizon(6)
- A system of path tracing particles evolves continuously
- binaryring(6)
- A system of path tracing particles evolves continuously from an initial creation
- binbloom(1)
- Find firmware loading address and UDS database (if any)
- bincimap-up(1)
- Authentication stub for Binc IMAP
- bincimap.conf(5)
- Global configuration file for Binc IMAP
- bincimapd(1)
- IMAP4rev1 server
- binclock(1), prints(1)
- time in binary format
- bincomp(1)
- compare binary files
- bind.tk86(n), bind(n)
- Arrange for X events to invoke Tcl scripts
- bind2csv2(1), bind2csv2.py(1)
- convert zone files from BIND to MaraDNS compatible format
- bindCDKObject(3), bindCDKObject checkCDKObjectBind cleanCDKObjectBindings unbindCDKObject getcCDKObject getchCDKObject cdk_binding(3)
- Cdk character binding capabilities
- bind_textdomain_codeset(3)
- set encoding of message translations
- bindfs(1)
- (hy mount --bind in user-space
- bindtags.tk86(n), bindtags(n)
- Determine which bindings apply to a window, and order of evaluation
- bindtest(1)
- test bind(2) behavior on IPv6 implementation
- bindtextdomain(3)
- set directory containing message catalogs
- binkd(8)
- transfer files between two Fidonet systems over TCP/IP
- bino(1), Bino(1)
- a 3D video player with multi-display support
- binsrch(3), bin_search(3)
- copyfile, replace_line, insert_line
- bio(7)
- Basic I/O abstraction
- bio(7ossl)
- Basic I/O abstraction
- biof(1)
- rotating stack of quads
- biolibc(3), BIOLIBC(3)
- Library of high-performance low-level functions for bioinformatics programming
- biorythm(6)
- simple biorythm calculation program
- biosdecode(8)
- BIOS information decoder
- biosfont(4)
- retrieve font bitmaps from BIOS memory
- 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
- bip(1)
- BIP IRC Proxy
- bip.conf(5)
- Configuration file for BIP IRC Proxy
- bipmkpw(1)
- Password hasher for BIP
- birdfont(1)
- font editor
- birdfont-autotrace(1)
- Convert raster image to vector graphics
- birdfont-export(1)
- generate TTF, EOT and SVG files from BIRDFONT files
- birdfont-import(1)
- Create a font from SVG files
- birthday(1)
- warn about upcoming birthdays and other events
- bison(1)
- GNU Project parser generator (yacc replacement)
- bitcoin-cli(1)
- manual page for bitcoin-cli v29.1.0
- bitcoin-qt(1)
- manual page for bitcoin-qt v29.1.0
- bitcoin-tx(1)
- manual page for bitcoin-tx v29.1.0
- bitcoin-util(1)
- manual page for bitcoin-util v29.1.0
- bitcoin-wallet(1)
- manual page for bitcoin-wallet v29.1.0
- bitcoind(1)
- manual page for bitcoind v29.1.0
- bitlbee(8), BitlBee(8)
- IRC gateway to IM chat networks
- bitlbee.conf(5)
- configuration file for bitlbee (8)
- bitmap(1), bmtoa(1), atobm(1)
- bitmap editor and converter utilities for the X Window System
- bitmap(n)
- Define a new bitmap from a Tcl script
- bitmap(n)
- Images that display two colors
- bitmap2pp(1)
- Bitmap to PDF/PS converter
- bitmap_color_depth(3)
- Returns the color depth of the specified bitmap. Allegro game programming library
- bitmap_mask_color(3)
- Returns the mask color of the specified bitmap. Allegro game programming library
- bits(1)
- convert bit masks from/to various formats
- bitset(3m)
- functions for manipulating memory as sets of bits
- bittwist(1)
- -- pcap based ethernet packet generator
- bittwiste(1)
- -- pcap capture file editor
- bitwise(1)
- Terminal based bit manipulator in ncurses
- bkgd(3x), %bkgdset(3x), %wbkgdset(3x), %bkgd(3x), %wbkgd(3x), %getbkgd(3x)
- manipulate background of a curses window of characters
- bkgrnd(3x), %bkgrnd(3x), %wbkgrnd(3x), %bkgrndset(3x), %wbkgrndset(3x), %getbkgrnd(3x), %wgetbkgrnd(3x)
- manipulate background of a curses window of wide characters
- bkpupsd(8)
- Simple UPS daemon for APC BK-Pro series
- bkt(1)
- Subprocess caching utility
- bl_align_map_seq_exact(3), bl_align_map_seq_exact()(3)
- Locate little sequence in big sequence
- bl_align_map_seq_sub(3), bl_align_map_seq_sub()(3)
- Locate little sequence in big sequence
- bl_bed_check_order(3), bl_bed_check_order()(3)
- Compare positions of two bed records
- bl_bed_gff3_cmp(3), bl_bed_gff3_cmp()(3)
- Compare positions of BED and GFF3 objects
- bl_bed_read(3), bl_bed_read()(3)
- Read a BED record
- bl_bed_skip_header(3), bl_bed_skip_header()(3)
- Read past BED header
- bl_bed_write(3), bl_bed_write()(3)
- Write a BED record
- bl_chrom_name_cmp(3), bl_chrom_name_cmp()(3)
- Compare chromosome names numerically or lexically
- bl_fasta_free(3), bl_fasta_free()(3)
- Free memory for a FASTA object
- bl_fasta_init(3), bl_fasta_init()(3)
- Initialize all fields of a FASTA object
- bl_fasta_read(3), bl_fasta_read()(3)
- Read a FASTA record
- bl_fasta_write(3), bl_fasta_write()(3)
- Write a FASTA object
- bl_fastq_3p_trim(3), bl_fastq_3p_trim()(3)
- Trim 3' end of a FASTQ object
- bl_fastq_5p_trim(3), bl_fastq_5p_trim()(3)
- Trim 5' end of a FASTQ object
- bl_fastq_find_3p_low_qual(3), bl_fastq_find_3p_low_qual()(3)
- Find start of low-quality 3' end
- bl_fastq_find_5p_low_qual(3), bl_fastq_find_5p_low_qual()(3)
- Find start of low-quality 5' end
- bl_fastq_free(3), bl_fastq_free()(3)
- Free memory for a FASTQ object
- bl_fastq_init(3), bl_fastq_init()(3)
- Initialize all fields in a FASTQ object
- bl_fastq_name_cmp(3), bl_fastq_name_cmp()(3)
- Compare read names of two FASTQ objects
- bl_fastq_read(3), bl_fastq_read()(3)
- Read a FASTQ record
- bl_fastq_write(3), bl_fastq_write()(3)
- Write a FASTQ record
- 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_fastx_free(3), bl_fastx_free()(3)
- Free memory for a FASTX object
- bl_fastx_init(3), bl_fastx_init()(3)
- Initialize a FASTX object
- bl_fastx_plus(3), bl_fastx_plus()(3)
- Return '+' line of a FASTQ object, NULL if FASTA
- bl_fastx_plus_len(3), bl_fastx_plus_len()(3)
- Return length of FASTQ '+' line, 0 if FASTA
- bl_fastx_qual(3), bl_fastx_qual()(3)
- Return FASTQ quality line, NULL if FASTA
- bl_fastx_qual_len(3), bl_fastx_qual_len()(3)
- Return length of FASTQ quality line, 0 if FASTA
- bl_fastx_read(3), bl_fastx_read()(3)
- Read a FASTX record
- bl_fastx_seq(3), bl_fastx_seq()(3)
- Return sequence of a FASTX object
- bl_fastx_seq_len(3), bl_fastx_seq_len()(3)
- Return length of a FASTX sequence object
- bl_fastx_write(3), bl_fastx_write()(3)
- Write a FASTX record
- bl_gff3_copy(3), bl_gff3_copy()(3)
- Copy a GFF3 object
- bl_gff3_copy_header(3), bl_gff3_copy_header()(3)
- Read and copy a GFF3 header
- bl_gff3_dup(3), bl_gff3_dup()(3)
- Duplicate a GFF3 object
- bl_gff3_extract_attribute(3), bl_gff3_extract_attribute()(3)
- Extract GFF3 attribute by name
- bl_gff3_free(3), bl_gff3_free()(3)
- Free memory for a GFF3 object
- 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_init(3), bl_gff3_init()(3)
- Initialize all fields in a GFF3 object
- bl_gff3_read(3), bl_gff3_read()(3)
- Read a GFF3 feature
- bl_gff3_sam_cmp(3), bl_gff3_sam_cmp()(3)
- Compare SAM/GFF3 positions
- bl_gff3_sam_overlap(3), bl_gff3_sam_overlap()(3)
- Compute SAM/GFF3 overlap
- bl_gff3_skip_header(3), bl_gff3_skip_header()(3)
- Read past header in a GFF3 file
- bl_gff3_to_bed(3), bl_gff3_to_bed()(3)
- Convert a GFF3 featuer to a BED object
- bl_gff3_write(3), bl_gff3_write()(3)
- Write a GFF3 feature
- bl_next_start_codon(3), bl_next_start_codon()(3)
- Find next start codon
- bl_next_stop_codon(3), bl_next_stop_codon()(3)
- Find next stop codon
- bl_overlap_print(3), bl_overlap_print()(3)
- Print overlap summary for two features
- bl_overlap_set_all(3), bl_overlap_set_all()(3)
- Set overlap fields for two features
- bl_pos_list_add_position(3), bl_pos_list_add_position()(3)
- Add a position to a list
- bl_pos_list_allocate(3), bl_pos_list_allocate()(3)
- Initialize position list object
- bl_pos_list_free(3), bl_pos_list_free()(3)
- Free a position list object
- bl_pos_list_from_csv(3), bl_pos_list_from_csv()(3)
- Convert comma-separated data to position list
- bl_pos_list_sort(3), bl_pos_list_sort()(3)
- Sort a position list
- bl_sam_buff_add_alignment(3), bl_sam_buff_add_alignment()(3)
- Add alignment to SAM buffer
- bl_sam_buff_alignment_ok(3), bl_sam_buff_alignment_ok()(3)
- Verify alignment quality
- bl_sam_buff_check_order(3), bl_sam_buff_check_order()(3)
- Check sort order of SAM records
- bl_sam_buff_free_alignment(3), bl_sam_buff_free_alignment()(3)
- Free an alignment in a SAM buffer
- bl_sam_buff_init(3), bl_sam_buff_init()(3)
- Initialize a SAM buffer object
- bl_sam_buff_out_of_order(3), bl_sam_buff_out_of_order()(3)
- Print sort order message and exit
- bl_sam_buff_shift(3), bl_sam_buff_shift()(3)
- Close gap after removing a SAM alignment
- bl_sam_copy(3), bl_sam_copy()(3)
- Copy a SAM object
- bl_sam_copy_header(3), bl_sam_copy_header()(3)
- Copy SAM header to another stream
- bl_sam_fclose(3), bl_sam_fclose()(3)
- Close a stream opened by bl_sam_fopen(3)
- bl_sam_fopen(3), bl_sam_fopen()(3)
- Open a SAM/BAM/CRAM file
- bl_sam_free(3), bl_sam_free()(3)
- Destroy a SAM object
- bl_sam_gff3_cmp(3), bl_sam_gff3_cmp()(3)
- Compare positions of SAM and GFF3 records
- bl_sam_gff3_overlap(3), bl_sam_gff3_overlap()(3)
- Compute SAM/GFF3 overlap
- bl_sam_init(3), bl_sam_init()(3)
- Initialize all fields of a SAM object
- bl_sam_read(3), bl_sam_read()(3)
- Read one SAM record
- bl_sam_skip_header(3), bl_sam_skip_header()(3)
- Read past SAM header
- bl_sam_write(3), bl_sam_write()(3)
- Write a SAM object to a file stream
- bl_vcf_call_downstream_of_alignment(3), bl_vcf_call_downstream_of_alignment()(3)
- Return true if VCF call is downstream of alignment
- bl_vcf_call_in_alignment(3), bl_vcf_call_in_alignment()(3)
- Return true if VCF call is within alignment
- 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_init(3), bl_vcf_init()(3)
- Initialize fields in a VCF object
- bl_vcf_parse_field_spec(3), bl_vcf_parse_field_spec()(3)
- Convert comma-separated fields to bitmask
- bl_vcf_read_ss_call(3), bl_vcf_read_ss_call()(3)
- Read a single-sample VCF call
- bl_vcf_read_static_fields(3), bl_vcf_read_static_fields()(3)
- Read static VCF fields
- bl_vcf_skip_header(3), bl_vcf_skip_header()(3)
- Read past VCF header
- bl_vcf_skip_meta_data(3), bl_vcf_skip_meta_data()(3)
- Read past VCF metadata
- bl_vcf_write_ss_call(3), bl_vcf_write_ss_call()(3)
- Write a single-sample VCF call
- bl_vcf_write_static_fields(3), bl_vcf_write_static_fields()(3)
- Write VCF static fields
- black-hole-solve(6)
- Utility for solving Golf Solitaire, Black Hole Solitaire, and All in a Row Solitaire games
- black_palette(3)
- A palette containing solid black colors. Allegro game programming library
- blackbox(1)
- a window manager for X11
- blackhole6(1)
- A tool to find IPv6 blackholes
- blame(1)
- annotate RCS files
- blas0_like_grp(3)
- Scalar operations
- blas1_grp(3)
- Level 1 BLAS: vector ops
- blas1_like_grp(3)
- Level 1 BLAS-like vector ops
- blas2_banded(3)
- --- banded
- blas2_full(3)
- --- full
- blas2_grp(3)
- Level 2 BLAS: matrix-vector ops
- blas2_like_grp(3)
- Level 2 BLAS-like matrix-vector ops
- blas2_packed(3)
- --- packed
- blas3_grp(3)
- Level 3 BLAS: matrix-matrix ops
- blas3_like_grp(3)
- Level 3 BLAS-like matrix-matrix ops
- blas_like_top(3)
- BLAS-like
- blas_top(3)
- BLAS
- blast_aux(3)
- --- BLAST constants
- blastcl3(1)
- Basic Local Alignment Search Tool client
- blaster(6)
- simulation of space combat
- blazer_ser(8)
- Driver for Megatec/Q1 protocol serial based UPS equipment
- blazer_usb(8)
- Driver for Megatec/Q1 protocol USB based UPS equipment
- blend_image(3), blend_image (3)
- Change image opacity
- 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-colour-ciexyz(1)
- Convert CIE XYZ for use with blind-single-colour(1)
- blind-colour-srgb(1)
- Convert sRGB for use with blind-single-colour(1)
- blind-compress(1)
- Compress a video for network transmission
- blind-concat(1)
- Concatenate videos
- blind-crop(1)
- Extract subframes for all frames
- blind-cut(1)
- Retain consecutive frames
- 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-image(1)
- Convert an image to a frame
- 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-time-blur(1)
- Draw new frames on top of old frames with partial alpha
- blind-to-image(1)
- Convert a frame to an image
- 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
- blit(3)
- Copies a rectangular area from one bitmap to another. Allegro game programming library
- blitspin(6)
- rotate a bitmap in an interesting way
- blitz(1)
- Securely transfer files between two workstations through NAT/Firewall
- blkcalc(1)
- Converts between unallocated disk unit numbers and regular disk unit numbers
- blkcat(1)
- Display the contents of file system data unit in a disk image
- blkid(8)
- locate/print block device attributes
- blkls(1)
- List or output file system data units
- blkstat(1)
- Display details of a file system data unit (i.e. block or sector)
- block(6)
- a small text based maze game
- blockattack(6)
- a puzzle game inspired by Tetris Attack
- blockdiag(1)
- generate block-diagram image file from spec-text file
- blockrage(6)
- a falling-blocks arcade game
- blocktube(6)
- draws a swirling, falling tunnel of reflective slabs
- blogbench(8)
- a realistic filesystem benchmark
- bls(8)
- Bareos's 'Volume LS'
- bltdebug(n)
- print Tcl commands before execution
- bluefish(1)
- editor for experienced web designers and programmers
- bluegps(1)
- datalog download tool for Royaltek RBT-3000 GPS
- bluemoon(6)
- the Blue Moon solitaire
- bmc-device(8)
- perform advanced BMC commands
- bmc-info(8)
- display BMC information
- bmc-watchdog(8)
- BMC watchdog timer daemon and control utility
- bmd(8)
- bhyve management daemon
- bmd-plugin-avahi(8)
- publishes VM's vnc port via mDNS
- bmd-plugin-hookcmd(8)
- Spawns command when VM state is changed
- bmd.conf(5)
- configuration file for bmd(8)
- bmdctl(8)
- control utility for bhyve management daemon (bmd)
- bmf(1)
- efficient Bayesian mail filter
- bmfconv(1)
- Database converter for bmf
- bmon(8)
- bandwidth monitor and rate estimator
- bmore(1)
- browse through a binary file
- bmp_read_line(3)
- Direct access bank switching line selection for reading. Allegro game programming library
- bmp_unwrite_line(3)
- Direct access bank switching line release. Allegro game programming library
- bmp_write_line(3)
- Direct access bank switching line selection for writing. Allegro game programming library
- bmptopnm-O2(1), bmptopnm(1)
- convert a BMP(DIB) file into a portable anymap
- bn_mul_words(3), bn_mul_add_words(3), bn_sqr_words(3), bn_div_words(3), bn_add_words(3), bn_sub_words(3), bn_mul_comba4(3), bn_mul_comba8(3), bn_sqr_comba4(3), bn_sqr_comba8(3), bn_mul_normal(3), bn_expand(3), bn_wexpand(3)
- BIGNUM library internal functions
- bnbot(1)
- Battle.net text-based chat bot client
- bnchat(1)
- Battle.net text-based chat client
- bnetd(1)
- Unix Battle.net daemon
- bnetd.conf(5)
- configuration for the Unix Battle.net daemon
- bnftp(1)
- Battle.net file transfer client
- bni2tga(1)
- convert a Battle.net icon file to a Targa file
- bnibuild(1)
- build a Battle.net icon file from a directory of Targa icon files
- bniextract(1)
- extract a directory of Targa icon files from a Battle.net icon file
- bnilist(1)
- list contents of a Battle.net icon file
- bnpass(1)
- bnetd password utility
- bnstat(1)
- Battle.net statisics client
- bntext(5), bnmotd.txt(5), bnnews.txt bnissue.txt(5)
- messages for the Unix Battle.net daemon
- bntrackd(1), bnproxy(1)
- bnetd tracking daemon
- bochs(1)
- Portable x86 Emulator
- bochs-dlx(1)
- Runs DLX-Linux under the Bochs x86 Emulator
- bochsrc(5)
- Configuration file for Bochs
- body(i4), itcl::body(i4)
- change the body for a class method/proc
- body(itcl)
- change the body for a class method/proc
- boggle(6)
- word search game
- bogofilter(1)
- fast Bayesian spam filter
- bogolexer(1)
- Utility program for separating email messages into tokens
- bogom(8)
- simple sendmail milter to interface bogofilter
- bogosort(1)
- sorts or doesn't sort files or standard input
- bogotune(1)
- find optimum parameter settings for bogofilter
- bogoupgrade(1)
- upgrades bogofilter database to current version
- bogoutil(1)
- Dumps, loads, and maintains bogofilter database files
- boinctui(1)
- Fullscreen text mode manager for BOINC client
- boing(6)
- draws a bouncing ball like the ancient Amiga demo
- bombadillo(1)
- a non-web browser
- bombardment(1)
- Run siege with an ever-increasing number of users
- bon_csv2html(1)
- program to convert CSV format Bonnie++ data to a HTML form using tables suitable for display on a web page. NB Lynx can't display this properly, and due to the size it probably requires 1024x768 monitor to display properly. bon_csv2txt program to convert CSV format Bonnie++ data to plain-text format suitable for pasting into an email or reading on a Braille display
- bond_target(3), bond_target (3)
- Setup a state transfer pipe between two targets
- bonnie(1)
- Performance Test of Filesystem I/O
- bonnie++(8)
- program to test hard drive performance
- boog(1), BooG(1)
- Binding and Optimizing On Gates. man1/alc_origin.1
- bookman(1)
- Generate a book from man pages
- boom(1), BOOM(1)
- BOOlean Minimization man1/alc_origin.1
- 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(1)
- benchmark command
- 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-check(1)
- Check repository consistency
- borg-common(1)
- Common options of Borg commands
- borg-compact(1)
- compact segment files in the repository
- borg-compression(1)
- Details regarding compression
- borg-config(1)
- get, set, and delete values in a repository or cache config file
- borg-create(1)
- Create new archive
- borg-delete(1)
- Delete an existing repository or archives
- borg-diff(1)
- Diff contents of two archives
- borg-export-tar(1)
- Export archive contents as a tarball
- borg-extract(1)
- Extract archive contents
- borg-import-tar(1)
- Create a backup archive from a tarball
- borg-info(1)
- Show archive details such as disk space used
- borg-init(1)
- Initialize an empty repository
- borg-key(1)
- Manage a keyfile or repokey of a repository
- borg-key-change-passphrase(1)
- Change repository key file passphrase
- borg-key-export(1)
- Export the repository key for backup
- borg-key-import(1)
- Import the repository key from backup
- borg-key-migrate-to-repokey(1)
- Migrate passphrase -> repokey
- borg-list(1)
- List archive or repository contents
- borg-mount(1)
- Mount archive or an entire repository as a FUSE filesystem
- borg-patterns(1)
- Details regarding patterns
- borg-placeholders(1)
- Details regarding placeholders
- borg-prune(1)
- Prune repository archives according to specified rules
- borg-recreate(1)
- Re-create archives
- borg-rename(1)
- Rename an existing archive
- borg-serve(1)
- Start in server mode. This command is usually not used manually
- borg-umount(1)
- un-mount the FUSE filesystem
- borg-upgrade(1)
- upgrade a repository from a previous version
- borg-version(1)
- Display the borg client / borg server version
- borg-with-lock(1)
- run a user specified command with the repository lock held
- borgfs(1)
- Mount archive or an entire repository as a FUSE filesystem
- bosskill(8)
- send a signal to your boss, or terminate your boss
- botan3(1), botan(1)
- Botan command line util
- bouboule(6)
- draws spinning 3D blobs
- bounce(5)
- Postfix bounce message template format
- bounce(8)
- Postfix delivery status reports
- bounced(8), bounced.pl(8)
- Mailing List Bounce Processing Daemon for Sympa
- bouncingcow(6)
- a happy cow on a trampoline in 3D. Moo
- boundary_fopen(3)
- read from a stream until a boundary string is matched
- box(1)
- A language to create figures and graphics
- boxed(6)
- draws a box full of 3D bouncing balls that explode
- boxes(1)
- text mode box and comment drawing filter
- boxfit(6)
- fills space with a gradient of growing boxes or circles
- bozohttpd(8)
- hyper text transfer protocol version 1.1 daemon
- bpatch(1)
- binary patch and dump file utility
- bpkg(1)
- package dependency manager
- bpkg-argument-grouping(1)
- argument grouping facility
- bpkg-cfg-create(1)
- create configuration
- bpkg-cfg-info(1)
- print configuration information
- bpkg-cfg-link(1)
- link configuration
- bpkg-cfg-unlink(1)
- unlink configuration
- bpkg-common-options(1)
- details on common options
- bpkg-default-options-files(1)
- specifying default options
- bpkg-help(1)
- show help for a command or help topic
- bpkg-pkg-build(1)
- build package
- bpkg-pkg-checkout(1)
- check out package version
- bpkg-pkg-clean(1)
- clean package
- bpkg-pkg-configure(1)
- configure package
- bpkg-pkg-disfigure(1)
- disfigure package
- bpkg-pkg-drop(1)
- drop package
- bpkg-pkg-fetch(1)
- fetch package archive
- bpkg-pkg-install(1)
- install package
- bpkg-pkg-purge(1)
- purge package
- bpkg-pkg-status(1)
- print package status
- bpkg-pkg-test(1)
- test package
- bpkg-pkg-uninstall(1)
- uninstall package
- bpkg-pkg-unpack(1)
- unpack package archive
- bpkg-pkg-update(1)
- update package
- bpkg-pkg-verify(1)
- verify package archive
- bpkg-rep-add(1)
- add repository to configuration
- bpkg-rep-create(1)
- create repository
- bpkg-rep-fetch(1)
- fetch list of available packages
- bpkg-rep-info(1)
- print repository information
- bpkg-rep-list(1)
- list repositories in configuration
- bpkg-rep-remove(1)
- remove repository from configuration
- bpkg-repository-signing(1)
- how to sign repository
- bpkg-repository-types(1)
- repository types, structure, and URLs
- bpluginfo(8)
- Bareos Plugin information utility
- bprintf(1)
- formatted output with named arguments
- bpython(1)
- a fancy {curtsies, curses, urwid} interface to the Python interactive interpreter
- bpython-config(5)
- user configuration file for bpython
- braid(6)
- draws random color-cycling braids around a circle
- brasero(1)
- Simple and easy to use CD/DVD burning application for the Gnome Desktop
- brave-browser(1)
- Brave Browser
- break.tcl86(n), break(n)
- Abort looping command
- break.tcl90(n), break(n)
- Abort looping command
- brecv(3)
- receives data from a bytestream socket
- brecvl(3)
- receives data from a bytestream socket
- breduce(1)
- read a portable bitmap and reduce it to 1/N
- breed(1)
- prepare files for reed
- bregex(1)
- Bareos's 'regex' engine
- bregex(8)
- Bacula's 'regex' engine
- bristol(1)
- a synthesiser emulation package
- bristoljackstats(1)
- ancillary program for bristol
- broadcast_dialog_message(3)
- Broadcasts a message to all the objects in the active dialog. Allegro game programming library
- broadwayd(1)
- Broadway display server
- broot(1)
- Tree view, file manager, configurable launcher
- brotli(1), brotli(1) -- brotli(1), unbrotli(1)
- compress or decompress files
- browser(1)
- File manager and image viewer
- brrrip(1)
- rip SNES BRR sound samples
- brz(1)
- Breezy next-generation distributed version control
- bs(6)
- battleships game
- bscan(8)
- Bareos's 'Scan volumes'
- bscrypto(8)
- Bareos's 'SCSI Crypto'
- bsd(n), BSD(n)
- Tcl interface to various BSD UNIX functions
- bsd.arduino.mk(7)
- build Arduino sketches with make(1)
- bsdcat(1)
- expand files to standard output
- bsdconfig(8)
- system configuration utility
- bsdcpio(1), cpio(1)
- copy files to and from archives
- bsdcrashtar(8)
- archive kernel crash files
- bsddialog(1)
- TUI dialogs
- bsddialog(3), bsddialog_backtitle(3), bsddialog_backtitle_rf(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
- bsdfan(1)
- a simple utility to manage thinkpads fan on FreeBSD
- bsdhwmon(8)
- hardware sensor monitoring utility
- bsdisks(8)
- daemon implementing the UDisks2 service
- bsdisks.conf(5)
- configuration file for the bsdisks utility
- bsdl2jtag(1)
- UrJTAG declaration file conversion
- bsdlabel(8)
- read and write BSD label
- bsdtar(1), tar(1)
- manipulate tape archives
- bsdunzip(1)
- extract files from a ZIP archive
- bsearch(1)
- manages one-time passwords
- bsend(3)
- sends data to a socket
- bsendl(3)
- sends data to a socket
- bsetbg(1)
- utility to manipulate the appearance of the X11 desktop's root window
- bsetroot(1)
- blackbox utility to change root window appearance
- bsh(1)
- ein Kommando-Interpreter mit Bildschirmeditor und History
- bsigs(8)
- program for debugging burp protocol2 manifest files and indexes
- bsmtp(1)
- Bareos's SMTP client (mail submission program)
- bsmtrace(1)
- host-based IDS based on OpenBSM
- bsmtrace.conf(5)
- configuration file for bsmtrace
- bsnmp-regex(8)
- an SNMP module which produces counters from logs or other text
- bsnmp-regex.conf(5)
- the configuration file for the bsnmp-regex(8) module
- bsnmp-ucd(8)
- an SNMP module which implements parts of UCD-SNMP-MIB
- bsod(6)
- Blue Screen of Death emulator
- bsp(6)
- node builder for WAD files
- bsparse(8)
- program for regenerating burp protocol2 sparse files
- bspell(1)
- find spelling errors
- bspwm(1)
- Binary space partitioning window manager
- bsqldb(1)
- batch SQL script processor using DB-Library
- bsqlodbc(1)
- batch SQL script processor using ODBC
- bsvplay(1)
- convert BASICA music data to PCM
- btanks(6)
- fast 2D tank arcade game
- btape(8)
- Bareos's Tape interface test program
- btavctpd(8)
- Media control for Bluetooth devices
- btcflash(1)
- Firmware flash utility for BTC DRW1008 DVD+/-RW recorder
- btcheck(1)
- Bittorrent downloaded data checker
- btedit(1)
- Direct editing of BTREE records
- btm(1)
- A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows
- btoa(1)
- encode/decode binary to printable ASCII
- btop(1)
- Resource monitor that shows usage and stats for processor, memory, disks, network, and processes
- btraceback(8)
- wrapper script around gdb and bsmtp
- btree-dump(1)
- unformatted dump of a B-Tree DB file
- btsixad(8)
- Driver for Sixaxis gamepad connected over Bluetooth
- bu_check_files(1)
- Verify the file integrity of backupuser(1) backups
- bubble3d(6)
- 3d rising bubbles
- buddy-ng(1)
- a tool to work with easside-ng
- budgie-daemon(1)
- budgie process to interface with various budgie and GNOME dbus interfaces
- budgie-desktop(1)
- central entry point from gnome-session to display the graphical interface
- budgie-desktop-settings(1)
- Settings window for budgie-desktop
- budgie-panel(1)
- graphical component that display budgie widgets
- budgie-run-dialog(1)
- user invoked application to quickly search and execute applications
- budgie-screensaver(1)
- screen saver and locker
- budgie-screensaver-command(1)
- controls Budgie Desktop screensaver
- budgie-session(1)
- Start the budgie desktop environment
- budgie-session-inhibit(1)
- inhibit budgie-session functionality
- budgie-session-quit(1)
- End the current budgie session
- budgie-wm(1)
- wrapper around libmutter that forms the window management for budgie
- buffchan(8)
- Buffered file-writing backend for INN
- buffindexed.conf(5)
- Configuration for the buffindexed overview method
- bugpoint(1)
- automatic test case reduction tool
- bugsx(1)
- display and evolve biomorphs
- bugz(1)
- command line interface to bugzilla
- bugzilla(1)
- command line tool for interacting with Bugzilla
- buici-clock(1)
- attractive X11 clock
- build-astrometry-index(1)
- Create astrometry.net index files
- build.common.mk(5)
- bsdbuild - common defines
- build.dep.mk(5)
- bsdbuild - dependency generation
- build.lib.mk(5)
- bsdbuild - compilation of libraries
- build.man.mk(5)
- bsdbuild - compilation of UNIX manual pages
- build.prog.mk(5)
- bsdbuild - compilation of executables
- build.proj.mk(5)
- bsdbuild - compilation of IDE project files
- build.www.mk(5)
- bsdbuild - HTML document preprocessing
- build.xml(5)
- configuration file used by Apache Ant to build projects
- 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_pointcloud(3), build_pointcloud (3)
- Create a 3D object that is comprised of a cloud of points
- build_shader(3), build_shader (3)
- using
- build_sphere(3), build_sphere (3)
- Generate a 3D sphere or hemisphere model
- buildah(1), Buildah(1)
- A command line tool that facilitates building OCI container images
- buildah-add(1)
- Add the contents of a file, URL, or a directory to a container
- buildah-build(1)
- Build an image using instructions from Containerfiles
- buildah-commit(1)
- Create an image from a working container
- buildah-config(1)
- Update image configuration settings
- buildah-containers(1)
- List the working containers and their base images
- buildah-copy(1)
- Copies the contents of a file, URL, or directory into a container's working directory
- buildah-from(1)
- Creates a new working container, either from scratch or using a specified image as a starting point
- buildah-images(1)
- List images in local storage
- buildah-info(1)
- Display Buildah system information
- buildah-inspect(1)
- Display information about working containers or images or manifest lists
- buildah-login(1)
- Login to a container registry
- buildah-logout(1)
- Logout of a container registry
- 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-exists(1)
- Check if the given manifest list exists in local storage
- 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-manifest-rm(1)
- Removes one or more manifest lists
- buildah-mkcw(1)
- Convert a conventional container image into a confidential workload image
- buildah-mount(1)
- Mount a working container's root filesystem
- buildah-prune(1)
- Cleanup intermediate images as well as build and mount cache
- buildah-pull(1)
- Pull an image from a registry
- buildah-push(1)
- Push an image, manifest list or image index from local storage to elsewhere
- buildah-rename(1)
- Rename a local container
- buildah-rm(1)
- Removes one or more working containers
- buildah-rmi(1)
- Removes one or more images
- buildah-run(1)
- Run a command inside of the container
- buildah-source(1)
- Create, push, pull and manage source images and associated source artifacts
- buildah-source-add(1)
- Add a source artifact to a source image
- buildah-source-create(1)
- Create and initialize a source image
- buildah-source-pull(1)
- Pull a source image from a registry to a specified path
- buildah-source-push(1)
- Push a source image from a specified path to a registry
- buildah-tag(1)
- Add additional names to local images
- buildah-umount(1)
- Unmount the root file system on the specified working containers
- buildah-unshare(1)
- Run a command inside of a modified user namespace
- buildah-version(1)
- Display the Buildah Version Information
- buildbot-worker(1)
- a tool for managing buildbot worker instances
- builddbm(8)
- build a DBM version of Radius users database
- buildflags.awk(1)
- convert buildflags.conf(5) files into make syntax
- buildflags.conf(5)
- set build options for ports(7), world and everything
- buildflags.mk(1)
- import buildflags.conf(5)
- buildinfo.tcl90(n), buildinfo(n)
- Build info
- buildit(8)
- time a command, log its output and mail notification when finished
- buildrdswindow(3)
- builds windowing of a figure man1/alc_origin.1
- buku(1)
- Bookmark manager like a text-based mini-web
- bulk(8), bulk.pl(8)
- Daemon for submitting messages to SMTP engine
- bulk_extractor(1)
- Scans a disk image for regular expressions and other content
- bulk_mailer(1)
- assist in delivery of mail to large numbers of recipients
- bumps(6)
- move distorting spotlight around desktop
- bundle(3)
- create an empty coroutine bundle
- bundle_go(3)
- launches a coroutine within a bundle
- bundle_go_mem(3)
- launches a coroutine within a bundle
- bundle_mem(3)
- create an empty coroutine bundle
- bundle_wait(3)
- wait while coroutines in the bundle finish
- bup(1)
- Backup program using rolling checksums and git file formats
- bup-bloom(1)
- generates, regenerates, updates bloom filters
- bup-cat-file(1)
- extract archive content (low-level)
- bup-daemon(1)
- listens for connections and runs bup server
- bup-damage(1)
- randomly destroy blocks of a file
- bup-drecurse(1)
- recursively list files in your filesystem
- bup-features(1)
- report the current status and capabilities of bup itself
- bup-fsck(1)
- verify or repair a bup repository
- bup-ftp(1)
- ftp-like client for navigating bup repositories
- bup-fuse(1)
- mount a bup repository as a filesystem
- bup-gc(1)
- remove unreferenced, unneeded data
- bup-get(1)
- copy repository items (CAUTION: EXPERIMENTAL)
- bup-help(1)
- open the documentation for a given bup command
- bup-import-duplicity(1)
- import duplicity backups
- bup-import-rdiff-backup(1)
- import a rdiff-backup archive
- bup-import-rsnapshot(1)
- import a rsnapshot archive
- bup-index(1)
- print and/or update the bup filesystem index
- bup-init(1)
- initialize a bup repository
- bup-join(1)
- concatenate files from a bup repository
- bup-ls(1)
- list the contents of a bup repository
- bup-margin(1)
- figure out your deduplication safety margin
- bup-memtest(1)
- test bup memory usage statistics
- bup-meta(1)
- create or extract a metadata archive
- bup-midx(1)
- create a multi-index (.midx) file from several .idx files
- bup-mux(1)
- multiplexes data and error streams over a connection
- bup-on(1)
- run a bup server locally and client remotely
- bup-prune-older(1)
- remove older saves
- bup-random(1)
- generate a stream of random output
- bup-restore(1)
- extract files from a backup set
- bup-rm(1)
- remove references to archive content
- bup-save(1)
- create a new bup backup set
- bup-server(1)
- the server side of the bup client-server relationship
- bup-split(1)
- save individual files to bup backup sets
- bup-tag(1)
- tag a commit in the bup repository
- bup-tick(1)
- wait for up to one second
- bup-web(1)
- Start web server to browse bup repositiory
- burgerspace(6)
- A hamburger-smashing video game
- burp(8), Burp(8)
- BackUp and Restore Program
- burp_ca(8)
- program for generating certificates for use with burp
- burst(1)
- explode digests into nmh messages
- burst_buffer.conf(5)
- Slurm configuration file for burst buffer management
- busy(n)
- Make Tk widgets busy, temporarily blocking user interactions
- busybox(1), BusyBox(1)
- The Swiss Army Knife of Embedded Linux
- busyspheres(1)
- particle spheres
- button.tk86(n), button(n)
- Create and manipulate 'button' action widgets
- bvi(1), Header "NAME" bvi(1), bview(1)
- visual editor for binary files
- bvm(8)
- Bhyve Virtual machines Management tool
- bw_file_rd(8)
- time the reading and summing of a file
- bw_mem(8)
- time memory bandwidth
- bw_mem_rd(8)
- time memory read rate (with overhead)
- bw_mmap_rd(8)
- time the reading and summing of a file
- bw_pipe(8)
- time data movement through pipes
- bw_tcp(8)
- time data movement through TCP/IP sockets
- bw_unix(8)
- UNIX pipe bandwidth
- bwa(1)
- Burrows-Wheeler Alignment Tool
- bwild(1)
- Bareos's 'wildcard' engine
- bwild(8)
- Bacula's 'wildcard' engine
- bwm-ng(1)
- Bandwidth Monitor NG (Next Generation), a live bandwidth monitor for network and disk io
- bwping(8)
- and bwping6 are tools to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism
- bximage(1)
- Interactive Disk Image Creation, Conversion, Resize and Redolog Commit Tool for Bochs
- bxl2txt(1)
- decode a binary BXL file and dump the plain text content
- byobu(1)
- wrapper script for seeding a user's byobu configuration and launching a text based window manager (either screen or tmux)
- byobu-config(1)
- Configuration utility for byobu
- byobu-ctrl-a(1)
- Configure Byobu's ctrl-a behavior
- byobu-enable(1), byobu-disable(1)
- wrapper script for enabling/disabling automatic startup of byobu after login into text console
- byobu-export(1)
- DEPRECATED
- byobu-janitor(1)
- script for cleaning and upgrading environment after upgrades
- byobu-keybindings(1)
- toggle on/off Byobu's keybindings
- byobu-launcher(1)
- Byobu Launcher
- byobu-launcher-install(1)
- Byobu Launcher installation utility
- byobu-launcher-uninstall(1)
- Byobu Launcher uninstallation utility
- byobu-layout(1)
- Save and restore byobu-tmux layouts
- byobu-prompt(1), byobu-enable-prompt(1), byobu-disable-prompt(1)
- add and remove a nice color prompt to your shell configuration
- byobu-quiet(1)
- Silence all of Byobu's status indicators and eliminate the hardstatus line
- byobu-reconnect-sockets(1)
- Sourcable script that updates GPG_AGENT_INFO and DBUS_SESSION_BUS_ADDRESS in the environment
- byobu-screen(1)
- Launch byobu with screen as the backend
- byobu-select-backend(1)
- select your default Byobu backend window manager
- byobu-select-profile(1)
- select your Byobu foreground and background colors
- byobu-select-session(1)
- select and connect to a byobu session
- byobu-shell(1)
- Print the message of the day and launch a shell
- byobu-silent(1), byobu-silent-(1)
- Silence all of Byobu's status indicators, eliminate the hardstatus line, and the window list
- byobu-status(1)
- displays status suitable for printing by the BYOBU_BACKEND
- byobu-status-detail(1)
- Wrapper that uses a sensible pager
- byobu-tmux(1)
- Launch byobu with tmux as the backend
- byobu-ugraph(1)
- helper script for notification history graphs
- byobu-ulevel(1), byobu-ulevel (1)
- helper script for notification level indicators
- byte_span(3em), Emilua(3em)
- Lua execution engine
- byteshuf(1)
- Shuffle or unshuffle bytes in a file
- bz2(n)
- Data compression "bz2"
- bz3grep(1)
- print lines matching a pattern in bzip3-compressed files
- bz3less(1)
- view bzip3-compressed files
- bz3more(1)
- view bzip3-compressed files
- bz3most(1)
- view bzip3-compressed files
- bzadmin(6)
- a text based client for BZFlag
- bzflag(6), BZFlag(6)
- a tank battle game
- bzfs(6)
- BZFlag game server
- bzgrep(1), bzfgrep(1), bzegrep(1)
- search possibly bzip2 compressed files for a regular expression
- bzip(1), bunzip(1)
- a block-sorting file compressor, v0.21
- bzip2(1), bunzip2(1)
- a block-sorting file compressor, v1.0.8 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
- bzip3(1)
- an efficient statistical file compressor and spiritual successor to bzip2
- bzmore(1), bzless(1)
- file perusal filter for crt viewing of bzip2 compressed text
- bzw(5)
- BZFlag world file format
- bzz(1)
- DjVu general purpose compression utility
- c++filt(1)
- Demangle C++ and Java symbols
- c++filt(1)
- demangle C++ and Java symbols
- c-icap-config(8)
- script to get information about c-icap server
- c-icap-libicapapi-config(8)
- script to get information about c-icap library
- c-icap-mkbdb(8)
- simple utility to create Berkeley DB lookup tables
- c-icap-mklmdb(8)
- simple utility to create LMDB lookup tables
- c-icap-mods-sguardDB(8)
- simple utility to create Berkeley DB lookup tables
- c2t(1)
- translates GB/Big5 encoding to tone pinyin et al (chinese)
- c3270(1)
- curses-based IBM+1 host access tool
- cBroadcast(3), cBroadcast (3)
- broadcast signal to all waiting threads
- cCreate(3), cCreate (3)
- initialize a condition variable
- cDestroy(3), cDestroy (3)
- destroy a condition variable
- cWait(3), cWait (3)
- wait a condition variable signal
- cabextract(1)
- program to extract files from Microsoft cabinet (.cab) archives
- cabin(3), Cabin(3)
- the utility API of QDBM
- caca-config(1)
- script to get information about the installed version of libcaca
- cacademo(1), cacafire(1)
- libcaca's demonstration applications
- cacaplay(1)
- play libcaca files
- cacaserver(1)
- telnet server for libcaca
- cacaview(1)
- ASCII image browser
- cachemgr.cgi(8)
- Squid HTTP proxy manager CGI web interface
- cadaver(1)
- A command-line WebDAV client for Unix
- cafrun(1)
- Coarray Fortran executable launcher for OpenCoarrays
- cage(6)
- Escher's impossible cage, for xscreensaver
- cagebreak(1)
- A Wayland tiling compositor
- cagebreak-config(5)
- Cagebreak configuration file
- cagebreak-socket(7)
- Cagebreak socket
- cal3d_converter(1)
- convert cal3d files from / to binary and XML (version 0.12.0)
- calamares(8)
- distribution-independent system installer
- calc(1)
- simple integer calculator that accepts decimal/hex/octal and outputs decimal/hex/octal/binary
- calc_spline(3)
- Calculates a series of values along a Bezier spline. Allegro game programming library
- calcurse(1)
- terminal-based organizer for interactive and command line use
- calf(7), Calf_Studio_Gear(7)
- audio plugin library
- calibrate_joystick(3)
- Calibrates the specified joystick. Allegro game programming library
- calibrate_joystick_name(3)
- Returns the next calibration text string. Allegro game programming library
- calibrate_lens_gui(1)
- Lens distortion calibration by straight line feature identification
- calife(1)
- becomes root (or another user) legally
- callback(3)
- closures with variable arguments as first-class C functions
- callback(8)
- call a user back, presenting a login prompt
- callback.tcl90(n), callback(n), mymethod(n)
- generate callbacks to methods
- callgrind_control(1)
- observe and control programs being run by Callgrind
- camera(1)
- Webcam and photo camera application
- cancel(1)
- cancel jobs
- cannacheck(1)
- Display information about Japanese input system Canna
- cannalib(3), CannaLib(3)
- intro Kana-to-Kanji Conversion Library Intro
- cannastat(1)
- Display information about the Kana-Kanji conversion server
- cannonball(6)
- An Enhanced OutRun Engine
- canonical(5)
- Postfix canonical table format
- canonicalize_filename(3)
- Converts any filename into its canonical form. Allegro game programming library
- capinfos(1)
- Prints information about capture files
- cardos-tool(1)
- displays information about Card OS-based security tokens or format them
- cargo-bench(1)
- [em] Execute benchmarks of a package
- cargo-build(1)
- [em] Compile the current package
- cargo-doc(1)
- [em] Build a package[cq]s documentation
- cargo-fix(1)
- [em] Automatically fix lint warnings reported by rustc
- cargo-info(1)
- [em] Display information about a package
- cargo-install(1)
- [em] Build and install a Rust binary
- cargo-metadata(1)
- [em] Machine-readable metadata about the current package
- cargo-package(1)
- [em] Assemble the local package into a distributable tarball
- cargo-publish(1)
- [em] Upload a package to the registry
- cargo-rustdoc(1)
- [em] Build a package[cq]s documentation, using specified custom flags
- cargo-uninstall(1)
- [em] Remove a Rust binary
- castxml(1)
- C-family Abstract Syntax Tree XML Output
- cataclysm(6)
- a turn-based survival game set in a post-apocalyptic world
- cataclysm-tiles(6)
- a turn-based survival game set in a post-apocalyptic world
- catfish(1)
- File searching tool which is configurable via the command line
- cb_console_runner(1)
- The Code::Blocks IDE console programs launcher
- cb_share_config(1)
- Import/export parts of Code::Blocks configuration
- cbc(1)
- Couchbase Client Commandline Utility
- cbc-n1qlback(1)
- Stress Test for Couchbase Query (N1QL)
- cbc-pillowfight(1)
- Stress Test for Couchbase Client and Cluster
- cbc-subdoc(1)
- Interactively Inspect Document Using Subdocument API
- cbcodec(1)
- popular encoders and decoders
- cbcrc(4)
- Configuration file for Couchbase command line tools
- cbmc(1)
- Bounded Model Checker for C/C++ and Java programs
- cbmcopy(1)
- manual page for cbmcopy 0.4.99.103
- cbmctrl(1)
- manual page for cbmctrl version 0.4.99.103, built on Jul 14 2020 at 18:05:13
- cbmctrl(1)
- manual page for cbmctrl version 0.4.99.103, built on Jul 14 2020 at 18:05:15
- cbmformat(1)
- manual page for cbmformat 0.4.99.103
- cbmforng(1)
- manual page for cbmforng 0.4.99.103
- cbmlinetester(1)
- manual page for cbmlinetester 0.4.99.103
- cbmrpm41(1)
- manual page for cbmrpm41 Version 0.4.99.103, built on Jul 14 2020 at 18:05:17
- 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
- cbsd(8)
- FreeBSD jail management tool
- cbtest(1)
- test cases for QDBM Cabin
- cccheck(1)
- Perform static code contracts verification for CLR assemblies
- ccrewrite(1)
- Rewrite CLR assemblies for runtime code contract verification
- ccze(1)
- A robust log colorizer
- ccze-plugin(7), ccze(7)
- A robust log colorizer, plugin infrastructure
- cd-discid(1)
- read CD and get CDDB discid information
- cd-info(1)
- shows Information about a CD or CD-image
- cdargs(1)
- bookmarks and browser for cd shell built-in
- cdb(1)
- Constant DataBase manipulation tool
- cdb(3)
- Constant DataBase library
- cdb(5)
- Constant DataBase file format
- cdbkup(1)
- Backup a filesystem to one or more CD-R(W)s
- cddb-tool(1)
- Get CDDB information
- cdeftutorial(1)
- Alex van den Bogaerdt's CDEF tutorial
- cdialog(1), dialog(1)
- display dialog boxes from shell scripts
- cdk5-config(1)
- configuration for libcdk5
- cdk_compat(3), getDirectoryContents readFile splitString cdk_compat(3)
- Cdk4 compatibility functions
- cdk_display(3)
- Cdk display capabilities
- cdk_objs(3), cleanCdkTitle drawCdkTitle getCdkTitle positionCDKObject setCDKObjectBackgroundColor setCDKObjectPostProcess setCDKObjectPreProcess setCdkExitType setCdkTitle validCDKObject cdk_objs(3)
- Cdk object-support functions
- cdk_position(3)
- Cdk widget positioning key-bindings
- cdk_screen(3), destroyCDKScreen endCDK eraseCDKScreen initCDKColor initCDKScreen lowerCDKObject raiseCDKObject refreshCDKScreen registerCDKObject unregisterCDKObject cdk_screen(3)
- Cdk screen and widget manipulation functions
- cdk_traverse(3), exitCancelCDKScreen exitCancelCDKScreenOf exitOKCDKScreen exitOKCDKScreenOf getCDKFocusCurrent resetCDKScreen resetCDKScreenOf setCDKFocusCurrent setCDKFocusFirst setCDKFocusLast setCDKFocusNext setCDKFocusPrevious traverseCDKOnce traverseCDKScreen cdk_traverse(3)
- Cdk functions for keyboard traversal
- cdlabelgen(1)
- CD/DVD labels, jewel case inserts, and envelopes creator. Generates frontcards and traycards for CD cases, single-cd envelopes, DVD case inserts, as well as output suitable for direct printing on CD/DVD
- cdrecord(1)
- record audio or data CD, DVD or BluRay
- cdrskin(1)
- burns preformatted data to CD, DVD, and BD via libburn
- cdrstr(1)
- Restore a backed up filesystem from one or more CD-R(W)s
- ce6230(4)
- webcamd driver for Intel CE6230 DVB-T
- cef5conv(1)
- convert a TeX document in Big 5 encoding containing CEF macros into `preprocessed' form
- center_image(3), center_image (3)
- move a video object relative to an external reference object
- centre_dialog(3)
- Centers an array of dialog objects. Allegro game programming library
- cert2spc(1)
- Transform multiple X.509 certificates to a Software Publisher Certificate
- certbot(1)
- Automatically configure HTTPS using Let's Encrypt
- certbot(7)
- Certbot Documentation
- certtool(1), *[B-Font]certtool(1)
- GnuTLS certificate tool
- ceylon-ant-task-doc(1), ceylon ant-task-doc(1)
- A tool generates documentation about the Ceylon ant tasks
- ceylon-assemble(1), ceylon assemble(1)
- Generate a Ceylon assembly for a given module
- ceylon-bash-completion(1), ceylon bash-completion(1)
- A tool which provides completion suggestions for the Bash shell
- ceylon-bootstrap(1), ceylon bootstrap(1)
- Generates a Ceylon bootstrap script in the current directory
- ceylon-browse(1), ceylon browse(1)
- Open module documentation in the browser
- ceylon-classpath(1), ceylon classpath(1)
- Prints a classpath suitable for passing to Java tools to run a given Ceylon module
- ceylon-doc-tool(1), ceylon doc-tool(1)
- Generates documentation about a tool
- ceylon-fat-jar(1), ceylon fat-jar(1)
- Generate a Ceylon executable jar for a given module
- ceylon-help(1), ceylon help(1)
- Displays help information about other Ceylon tools
- ceylon-info(1), ceylon info(1)
- Prints information about modules in repositories
- ceylon-p2(1), ceylon p2(1)
- Generates p2 repository metadata suitable for Eclipse
- ceylon-version(1), ceylon version(1)
- Shows and updates version numbers in module descriptors
- cfdg(1)
- image generator based on context-free grammars
- cfdisk(8)
- display or manipulate a disk partition table
- cg(1)
- semi-automatic newsgroup binary downloader
- cg3-autobin.pl(1), cg-autobin.pl(1)
- This application is part of ( cg3 ) This tool is part of the CG-3 constraint grammar system: https://visl.sdu.dk/cg3.html
- cgi_cookie_clear(3), cgi_cookie_clear (3)
- clear browser cookie
- cgi_cookie_set(3), cgi_cookie_set (3)
- Set a browser Cookie
- cgi_debug_init(3), cgi_debug_init (3)
- initialize standalone debugging
- cgi_neo_error(3), cgi_neo_error (3)
- display a NEOERR call backtrace
- cgi_register_parse_cb(3), cgi_register_parse_cb (3)
- Register a parse callback
- cgprof(1)
- generate colored call graph for profiled executables
- cgraph(1)
- build call graphs from C files
- cgraph(3), libcgraph(3)
- abstract graph library
- cha(1)
- the Chawan text-mode browser
- chain(3)
- mbk lisp-like service structure
- charon.ftp(1)
- remove backup files that exceed a certain age from an FTP aite
- charon.local(1)
- remove backup files that exceed a certain age from a local directoy
- charon.pipe(1)
- filter filenames generated by tartarus and print those exceeding a certain age
- charset.conf(5)
- Configuration file for legacy character set support by Sympa
- chastise(3), chastise (3)
- library function to punish users
- chattr(1)
- change file attributes on a Linux file system
- cheatmake(1)
- fool make into not rebuilding certain files
- check-allservice(1)
- Easy monitoring of a FreeBSD services
- 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
- checkbashisms(1)
- check for bashisms in /bin/sh scripts
- checkbrack(1)
- check parenthesis and bracket count
- checkbutton.tk86(n), checkbutton(n)
- Create and manipulate 'checkbutton' boolean selection widgets
- checkers(6)
- nbcheckers
- checkpassword-pam(8)
- PAM-based checkpassword compatible authentication
- checkpc(8)
- check out the printcap database
- checksub(1)
- a validator for NCBI ASN.1 Seq-submit data
- 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] {
- chewing-cli-info(1)
- Display information about the dictionary
- chewing-cli-init-database(1)
- Create a new dictionary file
- chibi-doc(1)
- generate docs from Scheme scribble syntax
- chibi-ffi(1)
- generate C from Scheme stub files
- chibi-scheme(1)
- a tiny Scheme interpreter
- chicken-install(1)
- download and install extension libraries for CHICKEN Scheme
- chicken-status(1)
- list information about installed libraries
- chicken-uninstall(1)
- uninstall extension library
- chilli-radius(5)
- Information about RADIUS in chilli
- chktrust(1)
- Check the trust of a PE executable
- chkweb(1)
- runs the LaTeX parts of a CWEB file through chktex
- chm(8)
- console display motherboard pm chipset data information
- chocolate-doom(6)
- historically compatible Doom engine
- chocolate-heretic(6)
- historically compatible Heretic engine
- chocolate-hexen(6)
- historically compatible Hexen engine
- chocolate-strife(6)
- historically compatible Strife engine
- chromium-bsu(6)
- slick scrolling space shooter
- chrpath(1)
- change the rpath or runpath in binaries
- chrt(1)
- manipulate the real-time attributes of a process
- chwb(1)
- change window borders
- chwb2(1)
- change window double-borders
- chyves(8)
- bhyve(8) front end manager -- version 0.2.0
- cibadmin(8), Pacemaker(8)
- Part of the Pacemaker cluster resource manager
- cidr(1)
- RFC 1878 subnet helper
- cidr_table(5)
- format of Postfix CIDR tables
- cif-merge(1)
- Merge the content of a modified PDB file into a mmCIF file
- cif2pdb(1)
- Convert the contents of a mmCIF file into PDB format
- cifsdd(8)
- convert and copy a file over SMB
- cilc(1)
- Mono CIL-to-C binding generator
- cinergy(4)
- webcamd driver for Cinergy T2/qanu DVB-T
- cingb(6)
- A Gameboy(tm) emulator
- cinnamon-looking-glass(1)
- Debugging interface for Cinnamon
- circle(3)
- Draws a circle. Allegro game programming library
- circlefill(3)
- Draws a filled circle. Allegro game programming library
- circuit(6)
- animates a number of 3D electronic components
- 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)
- cityflow(6)
- waves of boxes
- cjb2(1)
- Simple DjVuBitonal encoder
- ck4up(1)
- Check for Updates, a utility to monitor web pages for updates
- ck_array_buffer(3)
- return length and pointer to array of reader-visible pointers
- ck_array_commit(3)
- linearization point for mutations before commit call
- ck_array_length(3)
- returns the number of pointers committed to an array
- ck_bitmap_base(3)
- determine the size of a bit array in bytes
- ck_bitmap_bits(3)
- return number of addressable bits in bitmap
- ck_bitmap_bts(3)
- set the bit at the specified index and fetch its original value
- ck_bitmap_buffer(3)
- returns pointer to bit array
- ck_bitmap_clear(3)
- reset all bits
- ck_bitmap_init(3)
- initialize a bitmap
- ck_bitmap_iterator_init(3)
- initialize bitmap iterator
- ck_bitmap_next(3)
- iterate to the next set bit in bitmap
- ck_bitmap_reset(3)
- resets the bit at the specified index
- ck_bitmap_set(3)
- set the bit at the specified index
- ck_bitmap_size(3)
- returns necessary number of bytes for bitmap
- ck_bitmap_test(3)
- determine if the bit at the specified index is set
- ck_bitmap_union(3)
- generates union of two bitmaps
- ck_brlock(3), ck_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_epoch_barrier(3)
- block until a grace period and all callbacks have been dispatched
- ck_epoch_begin(3)
- begin epoch-protected segment of execution
- ck_epoch_init(3)
- initialize epoch reclamation object
- ck_epoch_poll(3)
- non-blocking poll of epoch object for dispatch cycles
- ck_epoch_reclaim(3)
- immediately execute all deferred callbacks
- ck_epoch_recycle(3)
- return an epoch record that may be used by caller
- ck_epoch_synchronize(3)
- block until a grace period has been detected
- ck_hs_count(3)
- returns number of entries in hash set
- ck_hs_rebuild(3)
- rebuild a hash set
- ck_ht_count(3)
- return count of key-value pairs in hash table
- ck_ht_destroy(3)
- immediately destroy a hash table
- ck_ht_entry_key(3)
- return pointer to key as specified in hash table entry
- ck_ht_entry_key_direct(3)
- return key value as specified in hash table entry
- ck_ht_entry_key_set(3)
- initialize pointer to key in hash table entry
- ck_ht_entry_key_set_direct(3)
- initialize key value in hash table entry
- ck_ht_entry_value(3)
- return pointer to value as specified in hash table entry
- ck_ht_entry_value_direct(3)
- return value as specified in hash table entry
- ck_ht_gc(3)
- perform maintenance on a hash table
- ck_ht_get_spmc(3)
- load a key-value pair from a hash table
- ck_ht_grow_spmc(3)
- resize a hash table if necessary
- ck_ht_hash(3)
- generate a hash value for a hash table
- ck_ht_hash_direct(3)
- generate a hash value for a hash table
- ck_ht_init(3)
- initialize a hash table
- ck_ht_iterator_init(3)
- initialize hash table iterator
- ck_ht_next(3)
- iterate to next entry in hash table
- ck_ht_put_spmc(3)
- store unique key-value pair into hash table
- ck_ht_remove_spmc(3)
- resize a hash table if necessary
- ck_ht_reset_size_spmc(3)
- remove all entries from a hash table and reset size
- ck_ht_reset_spmc(3)
- remove all entries from a hash table
- ck_ht_set_spmc(3)
- store key-value pair into hash table
- ck_ht_stat(3)
- get hash table status
- ck_pr_add(3), ck_pr_add_ptr(3), ck_pr_add_double(3), ck_pr_add_char(3), ck_pr_add_uint(3), ck_pr_add_int(3), ck_pr_add_64(3), ck_pr_add_32(3), ck_pr_add_16(3), ck_pr_add_8(3)
- atomic addition operations
- ck_pr_and(3), ck_pr_and_ptr(3), ck_pr_and_char(3), ck_pr_and_uint(3), ck_pr_and_int(3), ck_pr_and_64(3), ck_pr_and_32(3), ck_pr_and_16(3), ck_pr_and_8(3)
- atomic bitwise-and operations
- ck_pr_barrier(3)
- compiler optimization barrier
- ck_pr_btc(3), ck_pr_btc_ptr(3), ck_pr_btc_uint(3), ck_pr_btc_int(3), ck_pr_btc_64(3), ck_pr_btc_32(3), ck_pr_btc_16(3)
- atomic bit test-and-complement operations
- ck_pr_btr(3), ck_pr_btr_ptr(3), ck_pr_btr_uint(3), ck_pr_btr_int(3), ck_pr_btr_64(3), ck_pr_btr_32(3), ck_pr_btr_16(3)
- atomic bit test-and-reset operations
- ck_pr_bts(3), ck_pr_bts_ptr(3), ck_pr_bts_uint(3), ck_pr_bts_int(3), ck_pr_bts_64(3), ck_pr_bts_32(3), ck_pr_bts_16(3)
- atomic bit test-and-set operations
- ck_pr_cas(3), ck_pr_cas_ptr(3), ck_pr_cas_ptr_value(3), ck_pr_cas_ptr_2(3), ck_pr_cas_ptr_2_value(3), ck_pr_cas_double(3), ck_pr_cas_double_value(3), ck_pr_cas_char(3), ck_pr_cas_char_value(3), ck_pr_cas_uint(3), ck_pr_cas_uint_value(3), ck_pr_cas_int(3), ck_pr_cas_int_value(3), ck_pr_cas_64_2(3), ck_pr_cas_64_2_value(3), ck_pr_cas_64(3), ck_pr_cas_64_value(3), ck_pr_cas_32(3), ck_pr_cas_32_value(3), ck_pr_cas_16(3), ck_pr_cas_16_value(3), ck_pr_cas_8(3), ck_pr_cas_8_value(3)
- atomic compare-and-swap operations
- 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_faa(3), ck_pr_faa_ptr(3), ck_pr_faa_double(3), ck_pr_faa_char(3), ck_pr_faa_uint(3), ck_pr_faa_int(3), ck_pr_faa_64(3), ck_pr_faa_32(3), ck_pr_faa_16(3), ck_pr_faa_8(3)
- atomic fetch-and-add operations
- ck_pr_fas(3), ck_pr_fas_ptr(3), ck_pr_fas_double(3), ck_pr_fas_char(3), ck_pr_fas_uint(3), ck_pr_fas_int(3), ck_pr_fas_64(3), ck_pr_fas_32(3), ck_pr_fas_16(3), ck_pr_fas_8(3)
- atomic swap operations
- ck_pr_fence_load_depends(3)
- data dependency barrier
- ck_pr_inc(3), ck_pr_inc_ptr(3), ck_pr_inc_ptr_zero(3), ck_pr_inc_ptr_is_zero(3), ck_pr_inc_double(3), ck_pr_inc_double_zero(3), ck_pr_inc_double_is_zero(3), ck_pr_inc_char(3), ck_pr_inc_char_zero(3), ck_pr_inc_char_is_zero(3), ck_pr_inc_uint(3), ck_pr_inc_uint_zero(3), ck_pr_inc_uint_is_zero(3), ck_pr_inc_int(3), ck_pr_inc_int_zero(3), ck_pr_inc_int_is_zero(3), ck_pr_inc_64(3), ck_pr_inc_64_zero(3), ck_pr_inc_64_is_zero(3), ck_pr_inc_32(3), ck_pr_inc_32_zero(3), ck_pr_inc_32_is_zero(3), ck_pr_inc_16(3), ck_pr_inc_16_zero(3), ck_pr_inc_16_is_zero(3), ck_pr_inc_8(3), ck_pr_inc_8_zero(3), ck_pr_inc_8_is_zero(3)
- atomic increment operations
- ck_pr_load(3), ck_pr_load_ptr(3), ck_pr_load_double(3), ck_pr_load_uint(3), ck_pr_load_int(3), ck_pr_load_char(3), ck_pr_load_64(3), ck_pr_load_32(3), ck_pr_load_16(3), ck_pr_load_8(3)
- atomic volatile load operations
- ck_pr_neg(3), ck_pr_neg_ptr(3), ck_pr_neg_ptr_zero(3), ck_pr_neg_double(3), ck_pr_neg_double_zero(3), ck_pr_neg_char(3), ck_pr_neg_char_zero(3), ck_pr_neg_uint(3), ck_pr_neg_uint_zero(3), ck_pr_neg_int(3), ck_pr_neg_int_zero(3), ck_pr_neg_64(3), ck_pr_neg_64_zero(3), ck_pr_neg_32(3), ck_pr_neg_32_zero(3), ck_pr_neg_16(3), ck_pr_neg_16_zero(3), ck_pr_neg_8(3), ck_pr_neg_8_zero(3)
- atomic negation operations
- ck_pr_not(3), ck_pr_not_ptr(3), ck_pr_not_double(3), ck_pr_not_char(3), ck_pr_not_uint(3), ck_pr_not_int(3), ck_pr_not_64(3), ck_pr_not_32(3), ck_pr_not_16(3), ck_pr_not_8(3)
- atomic complement operations
- ck_pr_or(3), ck_pr_or_ptr(3), ck_pr_or_char(3), ck_pr_or_uint(3), ck_pr_or_int(3), ck_pr_or_64(3), ck_pr_or_32(3), ck_pr_or_16(3), ck_pr_or_8(3)
- atomic bitwise-or operations
- ck_pr_rtm(3), ck_pr_rtm_begin(3), ck_pr_rtm_end(3), ck_pr_rtm_abort(3), ck_pr_rtm_test(3)
- restricted transactional memory
- ck_pr_stall(3)
- busy-wait primitive
- ck_pr_store(3), ck_pr_store_ptr(3), ck_pr_store_double(3), ck_pr_store_uint(3), ck_pr_store_int(3), ck_pr_store_char(3), ck_pr_store_64(3), ck_pr_store_32(3), ck_pr_store_16(3), ck_pr_store_8(3)
- atomic volatile store operations
- ck_pr_sub(3), ck_pr_sub_ptr(3), ck_pr_sub_double(3), ck_pr_sub_char(3), ck_pr_sub_uint(3), ck_pr_sub_int(3), ck_pr_sub_64(3), ck_pr_sub_32(3), ck_pr_sub_16(3), ck_pr_sub_8(3)
- atomic subtraction operations
- ck_pr_xor(3), ck_pr_xor_ptr(3), ck_pr_xor_char(3), ck_pr_xor_uint(3), ck_pr_xor_int(3), ck_pr_xor_64(3), ck_pr_xor_32(3), ck_pr_xor_16(3), ck_pr_xor_8(3)
- atomic bitwise-xor 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_count(3)
- returns number of entries in hash set
- ck_rhs_rebuild(3)
- rebuild a 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_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_sequence(3), ck_sequence_init(3), ck_sequence_read_begin(3), ck_sequence_read_retry(3), ck_sequence_write_begin(3), ck_sequence_write_end(3)
- sequence 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
- clamav-milter(8)
- milter compatible mail scanner
- clamav-unofficial-sigs(8)
- Download, test, and install third-party ClamAV signature databases
- clambc(1)
- Bytecode Analysis and Testing Tool
- clamsubmit(1)
- File submission utility for ClamAV
- clang(1)
- the Clang C, C++, and Objective-C compiler
- clang-tblgen(1)
- Description to C++ Code for Clang
- class(i4), itcl::class(i4)
- create a class of objects
- class(itcl)
- create a class of objects
- classvariable.tcl90(n), classvariable(n)
- create link from local variable to variable in class
- claws-mail(1), Claws Mail(1)
- a GTK+ based fast email and news client
- clazy(1)
- a static source code analyzer for Qt5-based C++
- cleanasn(1)
- clean up irregularities in NCBI ASN.1 objects
- cleanlinks(1)
- remove dangling symbolic links and empty directories
- cleanup_digikamdb(1)
- Cleanup the digiKam databases to reduce their sizes and increase access speed
- clear(3x), %erase(3x), %werase(3x), %clear(3x), %wclear(3x), %clrtobot(3x), %wclrtobot(3x), %clrtoeol(3x), %wclrtoeol(3x)
- clear all or part of a curses window
- clear_bitmap(3)
- Clears the bitmap to color 0. Allegro game programming library
- clear_keybuf(3)
- Clears the keyboard buffer. Allegro game programming library
- clear_scene(3)
- Initializes a scene. Allegro game programming library
- clear_to_color(3)
- Clears the bitmap to the specified color. Allegro game programming library
- 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
- clesskey(1)
- specify key bindings for cless
- clfdomainsplit(1)
- split Common-Log Format web logs based on domain name
- clfmerge(1)
- merge Common-Log Format web logs based on time-stamps
- clfsplit(1)
- split Common-Log Format web logs based on IP address
- clig(1)
- generate a command line parser and/or basic manual page
- 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_Name(n), ::clig::Name(n)
- set the program name to be used in the manual page
- clion(1)
- launch JetBrains CLion Integrated Development Environment
- clip(1gv)
- Clip an OOGL object against planes or other surfaces
- clip3d(3)
- Clips the polygon given in vtx using fixed point math. Allegro game programming library
- clip3d_f(3)
- Clips the polygon given in vtx using floating point math, Allegro game programming library
- clipboard.tk86(n), clipboard(n)
- Manipulate Tk clipboard
- clipit(1), ClipIt(1)
- Lightweight GTK+ Clipboard Manager
- clipman(1)
- a clipboard manager for Wayland
- clisp(1)
- m[blue]ANSIm[]u[38]d+2 m[blue]Common Lispm[]u[1]d+2 compiler, interpreter and debugger
- clisp-link(1)
- link a new external module to m[blue]CLISPm[]u[1]d+2
- clock.tcl86(n), clock(n)
- Obtain and manipulate dates and times
- clock.tcl90(n), clock(n)
- Obtain and manipulate dates and times
- clock_info(1)
- print info about system clocks
- clonehdd(8), clonedd(8)
- -- Tool for clone HDD on FreeBSD
- close_fli(3)
- Closes a FLI file previously opened. Allegro game programming library
- close_rawresource(3), close_rawresource (3)
- Close the context-global output file
- cloudlife(6)
- a cellular automaton based on Conway's Life
- clusterdb(1)
- cluster a PostgreSQL database
- cmake-buildsystem(7)
- CMake Buildsystem Reference
- 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-env-variables(7)
- CMake Environment Variables Reference This page lists environment variables that have special meaning to CMake. For general information on environment variables, see the %Environment Variables section in the cmake-language manual
- cmake-file-api(7)
- CMake File-Based API
- 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
- cmap_context_get(3)
- Gets the context variable for a CMAP instance
- cmap_context_set(3)
- Sets the context variable for a CMAP instance
- cmap_dispatch(3)
- Dispatches callbacks from the CMAP service
- cmap_fd_get(3)
- Dispatches callbacks from the CMAP service
- 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
- cmdtest(1)
- blackbox testing of Unix command line tools
- cmew(1)
- create Mew's database 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
- cnee(1)
- record, replays or distributes X11 data
- cnfsstat(8)
- Show usage of CNFS buffers
- cntlist(5)
- file listing number of times each tagged sense occurs in a semantic concordance, sorted most to least frequently tagged cntlist.rev - file listing number of times each tagged sense occurs in a semantic concordance, sorted by sense key
- coap(7)
- Overview of the libcoap library
- coap-client(5), coap-client-gnutls(5), coap-client-mbedtls(5), coap-client-openssl(5), coap-client-notls(5)
- CoAP Client based on libcoap
- coap-rd(5), coap-rd-gnutls(5), coap-rd-mbedtls(5), coap-rd-openssl(5), coap-rd-notls(5)
- CoAP Resource Directory based on libcoap
- coap-server(5), coap-server-gnutls(5), coap-server-mbedtls(5), coap-server-openssl(5), coap-server-notls(5)
- CoAP Server based on libcoap
- coap_address(3), coap_address_t(3), coap_address_init(3), coap_address_copy(3), coap_address_equals(3), coap_address_get_port(3), coap_address_set_port(3), coap_get_available_scheme_hint_bits(3), coap_addr_info_t(3), coap_resolve_address_info(3), coap_free_address_info(3), coap_sockaddr_un(3), coap_address_set_unix_domain(3), coap_host_is_unix_domain(3), coap_is_bcast(3), coap_is_mcast(3), coap_is_af_unix(3)
- Work with CoAP Socket Address Types
- coap_attribute(3), coap_add_attr(3), coap_find_attr(3), coap_attr_get_value(3)
- Work with CoAP attributes
- 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_locking(3), coap_lock_init(3), coap_lock_lock(3), coap_lock_unlock(3), coap_lock_check_locked(3), coap_lock_callback(3), coap_lock_callback_release(3), coap_lock_callback_ret(3), coap_lock_callback_ret_release(3), coap_lock_invert(3)
- Work with CoAP thread safe locking
- 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_observe(3), coap_resource_set_get_observable(3), coap_resource_notify_observers(3), coap_cancel_observe(3), coap_session_set_no_observe_cancel(3)
- Work with CoAP observe
- 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_persist(3), coap_persist_startup(3), coap_persist_stop(3), coap_persist_track_funcs(3), coap_persist_observe_add(3), coap_persist_set_observe_num(3)
- Work with CoAP persist support
- 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_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_supported(3), coap_af_unix_is_supported(3), coap_async_is_supported(3), coap_client_is_supported(3), coap_dtls_is_supported(3), coap_dtls_cid_is_supported(3), coap_dtls_psk_is_supported(3), coap_dtls_pki_is_supported(3), coap_dtls_pkcs11_is_supported(3), coap_dtls_rpk_is_supported(3), coap_epoll_is_supported(3), coap_ipv4_is_supported(3), coap_ipv6_is_supported(3), coap_observe_persist_is_supported(3), coap_oscore_is_supported(3), coap_proxy_is_supported(3), coap_server_is_supported(3), coap_tcp_is_supported(3), coap_threadsafe_is_supported(3), coap_tls_is_supported(3), coap_ws_is_supported(3), coap_wss_is_supported(3)
- Work with CoAP runtime functionality
- coap_tls_library(3), coap_get_tls_library_version(3), coap_string_tls_support(3), coap_string_tls_version(3), coap_show_tls_version(3), coap_tls_engine_configure(3), coap_tls_engine_remove(3)
- Work with CoAP TLS libraries
- coap_websockets(3), coap_ws_set_host_request(3)
- Work with CoAP WebSockets
- coax(1)
- determine impedance of a coaxial structure, where the inner may be offset from the centre if necessary
- cob-config(1)
- manual page for cob-config 3.2.0
- cobc(1)
- manual page for cobc 3.2.0
- cobcrun(1)
- manual page for cobcrun 3.2.0
- cobfusc(1)
- make a C source file unreadable but compilable
- 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
- coffeebreak(6)
- pretend your machine is busy with a fake FreeBSD installer
- col1(1), col1 .. col9(1), NF(1)
- awk and print a column (based on the name of the program, 1-9)
- colobot(6)
- educational programming strategy game
- color_map(3)
- Global pointer to the color mapping table. Allegro game programming library
- color_surface(3), color_surface (3)
- Create a vobj with a single- color storage
- colorbars(6)
- display ANSI color bars
- colorize(1)
- A robust log colorizer
- colors.tk86(n), colors(n)
- symbolic color names recognized by Tk
- columns(1), *[B-Font]columns(1)
- Columnize Input Text
- com.gitlab.bitseater.meteo(1), meteo(1)
- forecast application with OWM API
- combine(1)
- combine sets of lines from two files using boolean operations
- combine_lang_model(1)
- generate starter traineddata
- combine_tessdata(1)
- combine/extract/overwrite/list/compact Tesseract data
- combinedeltarpm(8), combindeltarpm(8)
- combine multiple deltarpms to a single one
- combinediff(1)
- create a cumulative unified patch from two incremental patches
- combinesummaries(1)
- Scalar Summary Combination Tool
- combo.cfg(5)
- Configuration of combostatus tool
- combostatus(1)
- Xymon combination test tool
- commit-patch(1)
- commit patches to Darcs, Git, Mercurial, Bazaar, Monotone, Subversion, or CVS repositories
- commoncpp-config(1)
- script to get information about common c++ library
- companioncube(6)
- a vital aparatus
- compare(1)
- fast binary comparison of two files
- compare(1)
- mathematically and visually annotate the difference between an image and its reconstruction
- compile_et(1)
- error table compiler
- 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
- condition_variable(3em), Emilua(3em)
- Lua execution engine
- conex(4)
- webcamd driver for Conexant USB camera
- confget(1)
- read a variable from a configuration file
- config(5)
- OpenSSL CONF library configuration files
- config(5ossl)
- OpenSSL CONF library configuration files
- config.guess2.69(1)
- guess the build system triplet
- config.sub2.69(1)
- validate and canonicalize a configuration triplet
- config_is_hooked(3)
- Tells if a config section has custom hooks. Allegro game programming library
- configbody(i4), itcl::configbody(i4)
- change the "config" code for a public variable
- configbody(itcl)
- change the "config" code for a public variable
- configure-grub(1)
- NorNet configure-grub
- configure.nx(3), nx::configure(3)
- Get and set configuration options on the object system
- configure.tcl90(n), oo::configurable(n), configure(n), property(n)
- class that makes configurable classes and objects, and supports making configurable properties
- conmbkrds(3)
- converts MBK connector to RDS rectangle man1/alc_origin.1
- constraintBdd(3)
- restricts a BDD to another BDD
- containerignore(5), .containerignore(.dockerignore)(5)
- files to ignore buildah or podman build context directory
- 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
- convert-dom-db(1)
- prepare domain to owner mappings for Analog
- convert-ip-db(1)
- prepare IP address to hostname mappings for Analog
- convert_sym(1)
- convert a Viewlogic symbol/schematic to gEDA gschem format
- 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
- convfont(1)
- convert font files for svgalib
- convickt(1)
- convert INTERCAL files between formats
- copydatabase(1)
- Perform a document-by-document copy of one or more Xapian databases
- copyq(1), CopyQ(1)
- Clipboard Manager with Advanced Features
- coq-tex(1)
- process Coq phrases embedded in LaTeX files
- coqchk(1)
- verify compiled Coq libraries
- coqtop.byte(1)
- bytecode toplevel Coq system
- coqwc(1)
- print the number of specification, proof and comment lines in Coq files
- coral(6)
- simulates coral growth, albeit somewhat slowly
- coredns-auto(7), auto(7)
- enables serving zone data from an RFC 1035-style master file, which is automatically picked up from disk
- coredns-azure(7), azure(7)
- enables serving zone data from Microsoft Azure DNS service
- coredns-bind(7), bind(7)
- overrides the host to which the server should bind
- coredns-bufsize(7), bufsize(7)
- sizes EDNS0 buffer size to prevent IP fragmentation
- coredns-cache(7), cache(7)
- enables a frontend cache
- coredns-clouddns(7), clouddns(7)
- enables serving zone data from GCP Cloud DNS
- coredns-debug(7), debug(7)
- disables the automatic recovery upon a crash so that you'll get a nice stack trace
- coredns-dns64(7), dns64(7)
- enables DNS64 IPv6 transition mechanism
- coredns-dnssec(7), dnssec(7)
- enables on-the-fly DNSSEC signing of served data
- coredns-dnstap(7), dnstap(7)
- enables logging to dnstap
- coredns-erratic(7), erratic(7)
- a plugin useful for testing client behavior
- coredns-errors(7), errors(7)
- enables error logging
- coredns-etcd(7), etcd(7)
- enables SkyDNS service discovery from etcd
- coredns-file(7), file(7)
- enables serving zone data from an RFC 1035-style master file
- coredns-geoip(7), geoip(7)
- Lookup maxmind geoip2 databases using the client IP, then add associated geoip data to the context request
- coredns-health(7), health(7)
- enables a health check endpoint
- coredns-hosts(7), hosts(7)
- enables serving zone data from a /etc/hosts style file
- coredns-k8s_external(7), k8s_external(7)
- resolves load balancer and external IPs from outside Kubernetes clusters
- coredns-kubernetes(7), kubernetes(7)
- enables reading zone data from a Kubernetes cluster
- coredns-loadbalance(7), loadbalance(7)
- randomizes the order of A, AAAA and MX records
- coredns-log(7), log(7)
- enables query logging to standard output
- coredns-metadata(7), metadata(7)
- enables a metadata collector
- coredns-metrics(7), prometheus(7)
- enables Prometheus [la]https://prometheus.io/[ra] metrics
- coredns-minimal(7), minimal(7)
- minimizes size of the DNS response message whenever possible
- coredns-pprof(7), pprof(7)
- publishes runtime profiling data at endpoints under /debug/pprof
- coredns-ready(7), ready(7)
- enables a readiness check HTTP endpoint
- coredns-route53(7), route53(7)
- enables serving zone data from AWS route53
- coredns-secondary(7), secondary(7)
- enables serving a zone retrieved from a primary server
- coredns-template(7), template(7)
- allows for dynamic responses based on the incoming query
- coredns-trace(7), trace(7)
- enables OpenTracing-based tracing of DNS requests as they go through the plugin chain
- coredns-view(7), view(7)
- defines conditions that must be met for a DNS request to be routed to the server block
- coroinject.tcl90(n), coroutine(n), yield(n), yieldto(n), coroinject(n), coroprobe(n)
- Create and produce values from coroutines
- corosync-blackbox(8)
- Dump live "flight data" from the corosync "blackbox"
- corosync-cmapctl(8), corosync-cmapctl:(8)
- A tool for accessing the object database
- corosync-cpgtool(8)
- A tool for displaying cpg groups and members
- corosync-notifyd(8)
- Listen for important corosync events and send dbus and/or snmp traps
- count_fopen(3)
- read a fixed number of bytes from a stream
- courier-unicode(7)
- Courier Unicode Library
- courierpassd(8)
- change passwords from across the network using the Courier authentication library
- courierpasswd(8), couirerpasswd(8)
- Authenticate users and change passwords using the Courier authentication library
- courierperlfilter(8)
- Sample Perl-based mail filter
- courieruserinfo(8)
- use the Courier authentication library to collect information about a user
- cp-build(1)
- copy a file to a destination with version numbering and auditing
- cpclean(1)
- Remove wrong control points by statistical methods
- cpg_context_get(3)
- Gets the context variable for a CPG instance
- cpg_context_set(3)
- Sets the context variable for a CPG instance
- cpg_dispatch(3)
- Dispatches callbacks from the CPG service
- cpg_fd_get(3)
- Dispatches callbacks from the CPG service
- cpg_iteration_finalize(3)
- Finalize iterator for members of CPG
- cpg_iteration_initialize(3)
- Initialize iterator for members of CPG
- cpg_join(3)
- Joins one or more groups in the CPG library
- cpg_leave(3)
- Leave a group in the CPG library
- cpg_mcast_joined(3)
- Multicasts a zero copy buffer to all groups joined to a handle
- cpg_membership_get(3)
- Returns a list of members of a CPG group
- cpg_overview(3)
- CPG library overview
- cpg_overview(8)
- CPG library overview
- cpg_zcb_alloc(3)
- Allocates a zero copy buffer
- cpg_zcb_free(3)
- Frees a zero copy buffer
- cpiax(4)
- cpiax webcamd driver for USB cameras
- cpicomp(1)
- compress a CPI codepage by converting it to DRFONT format
- cpidcomp(1)
- compress a CPI codepage by converting it to DRFONT format
- cpipe(1)
- copy stdin to stdout while counting bytes and reporting progress
- 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
- cptcat(1)
- concatenate GMT colour palette tables
- cptclip(1)
- extract a sub-table from a GMT colour palette table (cpt)
- cptcont(1)
- create a continuous GMT colour palette table (cpt) file based on the colours of a non-continuous cpt file
- cpthsv(1)
- modify hue, saturation and colour value of GMT colour palette tables
- cptinfo(1)
- print summary information on GMT colour palette table (cpt) files
- cptpg(1)
- convert GMT colour palette tables (cpt) to PostGIS colour-maps
- cptsvg(1)
- convert GMT colour palette tables (cpt) to SVG gradients
- cptupdate(1)
- create a GMT colour palette table (cpt) file with a different version to the input
- cpu_capabilities(3)
- Contains the capability flags of the CPU. Allegro game programming library
- cpu_family(3)
- Contains the CPU type. Allegro game programming library
- cpu_model(3)
- Contains the Intel CPU submodel. Allegro game programming library
- cpu_vendor(3)
- Contains the CPU vendor name. Allegro game programming library
- cpupdate(8)
- TO BE DONE: MANPAGE
- cr3(1)
- program to view e-books (epub, fb2, html, txt, rtf...)
- crackberg(6)
- Lose your way wandering some height fields, and enjoy candy
- crashme(1)
- test operating environment software robustness
- crate(5)
- containerizer for FreeBSD
- crc-zlib(n)
- Message digest "crc-zlib"
- createNodeTermBdd(3)
- creates a terminal node of variable
- createPYMB(1), readPYBase(1), readPYMB(1), mb2org(1), scel2org(1)
- fcitx Pinyin related tools
- create_bitmap(3)
- Creates a memory bitmap. Allegro game programming library
- 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_microstrip_coupler(1)
- bitmap generator for microstrip coupler (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_cen_in_rect_coupler(1), sorry_no_written_yet(1)
- part of atlc
- create_bmp_for_rect_in_circ(1), sorry_no_written_yet(1)
- 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_bmp_for_symmetrical_stripline(1)
- bitmap generator for thin conductor between two infinite groundplanes (part of atlc)
- create_color_table(3)
- Fills a color mapping table for customised effects. Allegro game programming library
- create_datafile_index(3)
- Creates an index for a datafile. Allegro game programming library
- create_light_table(3)
- Fills a color mapping table for lighting effects. Allegro game programming library
- create_lzss_pack_data(3)
- Creates an LZSS structure for compression. Allegro game programming library
- create_lzss_unpack_data(3)
- Creates an LZSS structure for decompression. Allegro game programming library
- create_makefiles(1)
- Recreates all Makefiles beneath a directory
- create_rgb_table(3)
- Generates an RGB mapping table with lookup data for a palette. Allegro game programming library
- create_sample(3)
- Constructs a new sample structure of the specified type. Allegro game programming library
- create_scene(3)
- Allocates memory for a 3d scene. Allegro game programming library
- create_sub_bitmap(3)
- Creates a memory sub bitmap. Allegro game programming library
- create_sub_zbuffer(3)
- Creates a sub-z-buffer. Allegro game programming library
- create_system_bitmap(3)
- Creates a system memory bitmap. Allegro game programming library
- create_trans_table(3)
- Fills a color mapping table for translucency effects. Allegro game programming library
- create_video_bitmap(3)
- Creates a video memory bitmap. Allegro game programming library
- create_zbuffer(3)
- Creates a Z-buffer for a bitmap. Allegro game programming library
- createablatom(3)
- creates an atomic expression. man1/alc_origin.1
- createablbinexpr(3)
- creates a binary operator expression. man1/alc_origin.1
- createablnotexpr(3)
- complements an expression. man1/alc_origin.1
- createabloper(3)
- creates the head of an operator expression. man1/alc_origin.1
- createablunaryexpr(3)
- creates an unary operator expression. man1/alc_origin.1
- createablxorbinexpr(3)
- creates an 'xor' or 'xnor' operator expression. man1/alc_origin.1
- createbddcircuit(3)
- creates a bdd circuit. man1/alc_origin.1
- createbddsystem(3)
- creates a bdd system. man1/alc_origin.1
- createdb(1)
- create a new PostgreSQL database
- createhdf(1)
- Create a blank IDE hard disk image in .hdf format
- creginfo(1)
- determines information about a Windows 9x/Me Registry File (CREG)
- crfile(1)
- Create arbitrary sized files
- cribbage(6)
- the card game cribbage
- crimson(6)
- a hex-based tactical combat game
- crispy-doom(6)
- historically compatible Doom engine
- crispy-heretic(6)
- historically compatible Heretic engine
- crispy-hexen(6)
- historically compatible Hexen engine
- crispy-strife(6)
- historically compatible Strife engine
- critcl_bitmap(n), critcl::bitmap(n)
- CriTcl - Wrap Support - Bitset en- and decoding
- critcl_build(n), critcl_build_tool(n)
- CriTcl build.tcl Tool Reference
- critcl_callback(n), critcl::callback(n)
- CriTcl - C-level Callback Utilities
- critter(6), Critical Mass(6)
- Space shootemup resembling Galaxian
- crm_attribute(8), Pacemaker(8)
- Part of the Pacemaker cluster resource manager
- crm_standby(8), Pacemaker(8)
- Part of the Pacemaker cluster resource manager
- crmgr(1)
- administration utility for QDBM Curia
- crmsh_crm_report(8)
- create report for CRM based clusters (Pacemaker)
- cronosplit(1m)
- split log files into cronolog-compatible files
- crontab(1)
- manual page for crontab 1.2.3
- crontab(5)
- tables for driving cron (ISC Cron V4.1)
- cross_product(3), cross_product_f(3)
- Calculates the cross product. Allegro game programming library
- crtest(1)
- test cases for QDBM Curia
- crtsv(1)
- mutual converter between TSV and QDBM Curia database
- crumbler(6)
- voronoi divisions of a sphere
- crush(1)
- Terminal-based AI assistant for software development
- crypt(5)
- storage format for hashed passphrases and available hashing methods
- crypt(n)
- Password hashing based on "crypt"
- crypto(3)
- OpenSSL cryptographic library
- crypto(7)
- OpenSSL cryptographic library
- crypto_aead_lock(3monocypher), crypto_aead_unlock(3monocypher), crypto_aead_init_x(3monocypher), crypto_aead_init_djb(3monocypher), crypto_aead_init_ietf(3monocypher), crypto_aead_write(3monocypher), crypto_aead_read(3monocypher)
- authenticated encryption with additional data
- 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_chacha20_djb(3monocypher), crypto_chacha20_ietf(3monocypher), crypto_chacha20_x(3monocypher), crypto_chacha20_h(3monocypher)
- ChaCha20 and XChaCha20 encryption functions
- crypto_ed25519_sign(3monocypher), crypto_ed25519_check(3monocypher), crypto_ed25519_key_pair(3monocypher), crypto_ed25519_ph_sign(3monocypher), crypto_ed25519_ph_check(3monocypher)
- public key signatures
- crypto_eddsa_sign(3monocypher), crypto_eddsa_check(3monocypher), crypto_eddsa_key_pair(3monocypher), crypto_eddsa_to_x25519(3monocypher), crypto_eddsa_trim_scalar(3monocypher), crypto_eddsa_reduce(3monocypher), crypto_eddsa_mul_add(3monocypher), crypto_eddsa_scalarbase(3monocypher), crypto_eddsa_check_equation(3monocypher)
- public key signatures
- crypto_elligator_map(3monocypher), crypto_elligator_rev(3monocypher), crypto_elligator_key_pair(3monocypher)
- hiding of X25519 public keys
- crypto_x25519(3monocypher), crypto_x25519_public_key(3monocypher), crypto_x25519_dirty_fast(3monocypher), crypto_x25519_dirty_small(3monocypher), crypto_x25519_inverse(3monocypher), crypto_x25519_to_eddsa(3monocypher)
- X25519 key exchange (Public Key Cryptography)
- cryptoflex-tool(1)
- utility for manipulating Schlumberger Cryptoflex data structures
- cscout(1)
- C code analyzer and refactoring browser
- cstrc(l), cstrd(l)
- convert between ANSI C-strings and strings
- cstream(1)
- direct data streams, with bandwidth limiting, FIFO, audio, duplication and extended reporting support
- csv(3)
- CSV parser and writer library
- csv2tbx(1), csv2tbx.py(1)
- Convert Comma-Separated Value (.csv) files to a TermBase eXchange (.tbx) glossary file
- ct2db(1)
- manual page for ct2db 2.7.0
- ctangle(1), cweave(1)
- translate CWEB to C/C++ and/or TeX
- ctie(1)
- merge or apply CWEB change files
- 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)
- cube21(6)
- animates the Cube 21 puzzle
- cubehash(1)
- -- checksum utility
- cubenetic(6)
- cubist 3D undulating blob
- cubestack(6)
- An endless stack of unfolding, translucent cubes
- cubestorm(6)
- a series of 3D boxes that fill space
- cubetwist(6)
- A series of nested cubes rotate and slide recursively
- cubicgrid(6)
- rotating 3D lattice seen from inside
- cubocteversion(6)
- Displays a cuboctahedron eversion
- cuebreakpoints(1)
- report track breakpoints from a CUE or TOC file
- cueconvert(1)
- convert files between CUE and TOC formats
- cups(1)
- a standards-based, open source printing system
- cups-browsed(8)
- A daemon for browsing the Bonjour broadcasts of shared, remote CUPS printers
- cups-browsed.conf(5)
- server configuration file for cups-browsed
- cups-calibrate(8)
- ESP CUPS Printer Calibration Tool
- 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
- cupsdisable(8), cupsenable(8)
- stop/start printers and classes
- curia(3), Curia(3)
- the extended API of QDBM
- curl-config(1)
- Get information about a libcurl installation
- curl_easy_option_by_id(3)
- find an easy setopt option by id
- curl_easy_option_by_name(3)
- find an easy setopt option by name
- curl_easy_perform(3)
- perform a blocking network transfer
- curl_easy_reset(3)
- reset all options of a libcurl session handle
- curl_easy_strerror(3)
- return string describing error code
- curl_formfree(3)
- free a previously build multipart form post chain
- curl_free(3)
- reclaim memory that has been obtained through a libcurl call
- curl_getdate(3)
- convert date string to number of seconds
- curl_global_cleanup(3)
- global libcurl cleanup
- curl_global_init(3)
- global libcurl initialization
- curl_global_init_mem(3)
- global libcurl initialization with memory callbacks
- curl_global_sslset(3)
- select SSL backend to use
- curl_global_trace(3)
- log configuration
- curl_mime_data(3)
- set a mime part(aqs body data from memory
- curl_mime_data_cb(3)
- set a callback-based data source for a mime part(aqs body
- curl_mime_filedata(3)
- set a mime part(aqs body data from a file contents
- curl_mime_free(3)
- free a previously built mime structure
- curl_mime_subparts(3)
- set sub-parts of a multipart mime part
- curl_multi_perform(3)
- run all transfers until it would block
- curl_multi_socket(3)
- read/write available data
- curl_multi_socket_action(3)
- read/write available data given an action
- curl_multi_socket_all(3)
- reads/writes available data for all easy handles
- curl_multi_strerror(3)
- return string describing error code
- curl_multi_timeout(3)
- how long to wait for action before proceeding
- curl_pushheader_byname(3)
- get a push header by name
- curl_pushheader_bynum(3)
- get a push header by index
- curl_share_cleanup(3)
- close a shared object
- curl_share_init(3)
- create a share object
- curl_share_setopt(3)
- set options for a shared object
- curl_share_strerror(3)
- return string describing error code
- curl_url_strerror(3)
- return string describing error code
- curl_version(3)
- returns the libcurl version string
- curl_version_info(3)
- returns runtime libcurl version info
- curl_ws_meta(3)
- meta data WebSocket information
- curl_ws_recv(3)
- receive WebSocket data
- curl_ws_send(3)
- send WebSocket data
- curl_ws_start_frame(3)
- start a new WebSocket frame
- current.nx(3), nx::current(3)
- Return information about the method callstack
- 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_getch(3x), %getch(3x), %wgetch(3x), %mvgetch(3x), %mvwgetch(3x), %ungetch(3x), %has_key(3x)
- get (or push back) characters from curses terminal keyboard
- curs_getstr(3x), %getstr(3x), %getnstr(3x), %wgetstr(3x), %wgetnstr(3x), %mvgetstr(3x), %mvgetnstr(3x), %mvwgetstr(3x), %mvwgetnstr(3x)
- accept character strings from curses terminal keyboard
- curs_getyx(3x), %getyx(3x), %getparyx(3x), %getbegyx(3x), %getmaxyx(3x)
- get curses cursor and window coordinates
- curs_legacy(3x), %getattrs(3x), %getbegx(3x), %getbegy(3x), %getcurx(3x), %getcury(3x), %getmaxx(3x), %getmaxy(3x), %getparx(3x), %getpary(3x)
- get curses cursor and window coordinates or attributes (legacy)
- 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_pad(3x), %newpad(3x), %subpad(3x), %prefresh(3x), %pnoutrefresh(3x), %pechochar(3x), %pecho_wchar(3x)
- create and display curses pads
- curs_print(3x), %mcprint(3x)
- write binary data to printer using terminfo capabilities
- 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_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
- cursors.tk86(n), cursors(n)
- mouse cursors available in Tk
- cut-diff(1)
- show difference between 2 files with color
- cutbuffer(n)
- Manipulate X cut buffer properties
- cutelyst4-qt6(1)
- Developer Helper Application for the Cutelyst Web Framework
- cutmatch(3)
- Display value in next-hop field written by rwmatch
- cutsel(1)
- show information about the X clipboard and the cutbuffer in sync
- cvechecker(1)
- Attempt to identify possible vulnerable software on the system
- cverules(1)
- Generate version matching rules for installed software on a Linux / Unix distribution
- cvpasswd(1)
- scramble passwords for CVSup authentication
- cvsadmin(1)
- administrate users of a CVS repository B
- cvsbug(8)
- send problem report (PR) about CVS to a central support site
- cvsd-buginfo(8)
- print out cvsd configuration information for bug reports
- cvsd-buildroot(8)
- create a chrooted directory structure for use in cvsd
- cvsdelta(1)
- Manage and summarize the differences between a CVS project and local files
- cvsmail(1)
- add cvsweb.cgi links to FreeBSD commit mail
- cvsrevertlast(1)
- Revert files in CVS by one version
- cvsup(1)
- network distribution package for CVS repositories
- cvsupd(8)
- network distribution server for CVS repositories
- cvswrap(1)
- wrapper over cvs to enable fine grained access control to repositories
- cvtbatch(8)
- Convert Usenet batch files to INN format
- cvtsudoers(1)
- convert between sudoers file formats
- cwcp(1)
- curses-based Morse tutor program
- cwebp(1)
- compress an image file to a WebP file
- cwstudio(1)
- lightweight and portable CW signals generator with Curses UI
- cxmon(1)
- a command-line file manipulation tool and disassembler
- cxref-query(1)
- A program to query the cross reference database from cxref
- cxusb(4)
- webcamd driver for Conexant USB DVB
- cycbuff.conf(5)
- Configuration file for INN CNFS storage method
- czmq(7)
- Overview of The high-level C binding for 0MQ
- 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_PKCS8PrivateKey_bio(3), d2i_PKCS8PrivateKey_fp(3), i2d_PKCS8PrivateKey_bio(3), i2d_PKCS8PrivateKey_fp(3), i2d_PKCS8PrivateKey_nid_bio(3), i2d_PKCS8PrivateKey_nid_fp(3)
- PKCS#8 format private key functions
- d2i_PKCS8PrivateKey_bio(3ossl), d2i_PKCS8PrivateKey_fp(3ossl), i2d_PKCS8PrivateKey_bio(3ossl), i2d_PKCS8PrivateKey_fp(3ossl), i2d_PKCS8PrivateKey_nid_bio(3ossl), i2d_PKCS8PrivateKey_nid_fp(3ossl)
- PKCS#8 format private key functions
- 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_PKCS8PrivateKey(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_SSL_SESSION(3), i2d_SSL_SESSION(3)
- convert SSL_SESSION object from/to ASN1 representation
- d2i_SSL_SESSION(3ossl), d2i_SSL_SESSION_ex(3ossl), i2d_SSL_SESSION(3ossl)
- convert SSL_SESSION object from/to ASN1 representation
- 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
- d4file(4)
- D4-format binary file
- d_bitmap_proc(3)
- Dialog procedure drawing a bitmap. Allegro game programming library
- d_box_proc(3), d_shadow_box_proc(3)
- Dialog procedure drawing boxes onto the screen. Allegro game programming library
- d_button_proc(3)
- Dialog procedure implementing a button object. Allegro game programming library
- d_check_proc(3)
- Dialog procedure implementing a check box object. Allegro game programming library
- d_clear_proc(3)
- Dialog procedure to clear the screen. Allegro game programming library
- d_edit_proc(3)
- Dialog procedure implementing an editable text object. Allegro game programming library
- d_icon_proc(3)
- Dialog procedure implementing a bitmap button. Allegro game programming library
- d_keyboard_proc(3)
- Invisible dialog procedure for implementing keyboard shortcuts. Allegro game programming library
- d_list_proc(3)
- Dialog procedure implementing a list box object. Allegro game programming library
- d_menu_proc(3)
- Dialog procedure implementing a menu bar object. Allegro game programming library
- d_radio_proc(3)
- Dialog procedure implementing a radio button object. Allegro game programming library
- d_slider_proc(3)
- Dialog procedure implementing a slider control object. Allegro game programming library
- d_text_list_proc(3)
- Dialog procedure implementing a list box object with type ahead. Allegro game programming library
- d_text_proc(3), d_ctext_proc(3), d_rtext_proc(3)
- Dialogs procedure drawing text onto the screen. Allegro game programming library
- d_textbox_proc(3)
- Dialog procedure implementing a text box object. Allegro game programming library
- d_yield_proc(3)
- Invisible dialog procedure that yields CPU time slices. Allegro game programming library
- damager(1)
- overrides chunks of files with garbage
- dangerball(6)
- a 3D ball that periodically extrudes spikes. Ouch!
- dar_cp(1)
- 'cp' clone command that is able to copy data located after an I/O error
- dar_manager(1)
- compiles several archives contents in a database to ease file restoration
- darktable(1)
- a digital photography workflow application
- darktable-cli(1)
- a command line darktable variant
- darktable-cltest(1)
- check if there is a usable OpenCL environment for darktable to use
- darktable-cmstest(1)
- test if the color management subsystem of your computer is correctly configured
- darktable-generate-cache(1)
- update darktables thumbnail cache
- darrt(6)
- nbdarrt
- dasm(1)
- 8-bit macro assembler
- data2inc(1)
- Free Pascal binary to pascal include file converter
- data_ahead(3x), data_behind(3x)
- test for off-screen data in given forms
- datacopy(1)
- move table data between two servers
- datagrip(1)
- launch JetBrains DataGrip Integrated Development Environment
- dateconv(1)
- Convert DATE/TIMEs between calendrical systems
- datepage.cgi(1)
- Xymon CGI script to view pre-built reports by date
- datetest(1)
- Like test(1) but for dates
- datezone(1)
- Convert DATE/TIMEs between timezones
- dav_reconstruct(1)
- Cyrus IMAP documentation Rebuild the caldav and carddav database for a user/set of users
- davix-get(1)
- Download tool based on libdavix
- davix-http(1)
- HTTP query tool based on libdavix
- davix-ls(1)
- Listing tool based on libdavix
- davix-mkdir(1)
- Directory creation tool based on libdavix
- davix-mv(1)
- Rename tool based on libdavix
- davix-put(1)
- Upload tool based on libdavix
- davix-rm(1)
- Deletion tool based on libdavix
- db(1)
- manipulate db(3)'s btree(3) and hash(3) databases
- db2ris(1)
- converts DocBook bibliographic data to the RIS format
- db2x_manxml(1)
- Make man pages from Man-XML
- db2x_texixml(1)
- Make Texinfo files from Texi-XML
- db2x_xsltproc(1)
- XSLT processor invocation wrapper
- dbacl(1)
- a digramic Bayesian classifier for text recognition
- dbcheck(8)
- Bacula's Catalog Database Check/Clean program
- dbclient(1)
- lightweight SSH client
- dbeacon(1)
- Distributed IPv4/IPv6 multicast beacon
- dbench(1)
- Measure disk throughput for simulated netbench run
- dbh.h(3)
- Dbh header file
- dbh_close(3), dbh_destroy(3)
- close or remove an open DBHashTable
- dbh_erase(3), dbh_unerase(3), dbh_prune.3(3), dbh_unprune.3(3)
- erase/unerase records or prune/unprune entire branches
- dbh_find(3)
- Find the top level subtree FILE_POINTER
- dbh_genkey(3), dbh_genkey2(3), dbh_orderkey(3)
- generate cuantified or ordered keys
- dbh_load(3), dbh_load_address(3), dbh_load_parent(3), dbh_load_child(3)
- load a DBHashTable record to memory
- dbh_macros(3)
- Macros available in dbh
- dbh_open(3), dbh_openR(3), dbh_create(3)
- open or create a new DBHashTable
- dbh_regen_sweep(3), dbh_regen_fanout(3), dbh_settempdir(3)
- make physical structure of the DBHashTable congruent with logical structure
- dbh_set_data(3), dbh_set_key(3)
- set the record data or record key
- dbh_set_size(3), dbh_set_recordsize(3)
- set maximum or current record size
- dbh_sweep(3), dbh_fanout(3), dbh_foreach_sweep(3), dbh_foreach_fanout(3), dbh_exit_sweep(3), dbh_exit_fanout(3)
- apply a function to all or part of the DBHashtable
- dbh_update(3), dbh_writeheader(3)
- write data record or file header to disk
- dblatex(1)
- convert DocBook to LaTeX, DVI, PostScript, and PDF
- dblink(3)
- executes a query in a remote database
- dblink_build_sql_delete(3)
- builds a DELETE statement using supplied values for primary key field values
- dblink_build_sql_insert(3)
- builds an INSERT statement using a local tuple, replacing the primary key field values with alternative supplied values
- dblink_build_sql_update(3)
- builds an UPDATE statement using a local tuple, replacing the primary key field values with alternative supplied values
- dblink_cancel_query(3)
- cancels any active query on the named connection
- dblink_close(3)
- closes a cursor in a remote database
- dblink_connect(3)
- opens a persistent connection to a remote database
- dblink_connect_u(3)
- opens a persistent connection to a remote database, insecurely
- dblink_disconnect(3)
- closes a persistent connection to a remote database
- dblink_error_message(3)
- gets last error message on the named connection
- dblink_exec(3)
- executes a command in a remote database
- dblink_fetch(3)
- returns rows from an open cursor in a remote database
- dblink_get_connections(3)
- returns the names of all open named dblink connections
- dblink_get_notify(3)
- retrieve async notifications on a connection
- dblink_get_pkey(3)
- returns the positions and field names of a relations primary key fields
- dblink_get_result(3)
- gets an async query result
- dblink_is_busy(3)
- checks if connection is busy with an async query
- dblink_open(3)
- opens a cursor in a remote database
- dblink_send_query(3)
- sends an async query to a remote database
- dbmmanage(1)
- Manage user authentication files in DBM format
- dbow(1)
- a database compiler-compiler or front-end
- dbsessmgr(1)
- session state database manager
- dbshell(1)
- HiPerConTracer Database Shell
- dbtool(1)
- a tool for storing key/value pairs in a hash database
- dbus(n)
- Tcl library for interacting with the DBus
- dbus-binding-tool(1)
- C language dbus-glib bindings generation utility
- dbus-cleanup-sockets(1)
- clean up leftover sockets in a directory
- dbus-daemon(1)
- Message bus daemon
- dbus-launch(1)
- Utility to start a message bus from a shell script
- dbus-monitor(1)
- debug probe to print message bus messages
- dbus-run-session(1)
- start a process as a new D-Bus session
- dbus-send(1)
- Send a message to a message bus
- dbus-test-tool(1)
- D-Bus traffic generator and test tool
- dbus-update-activation-environment(1)
- update environment used for D-Bus session services
- dbus-uuidgen(1)
- Utility to generate UUIDs
- dbverify(1)
- Check a Lifelines database
- dbview(1)
- View dBase III files
- dbwrap_tool(1)
- low level TDB/CTDB manipulation tool using the dbwrap interface
- dc(1)
- an arbitrary precision calculator
- dc1394_reset_bus(1)
- resets the IEEE1394 bus
- dc1394_vloopback(1)
- send format0 video to V4L vloopback device
- dc_bluetooth_addr2str(3)
- Convert a bluetooth address to a string
- 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_bluetooth_str2addr(3)
- Convert a string to a bluetooth address
- dc_buffer_append(3)
- append to a binary buffer
- dc_buffer_free(3)
- free an resizable binary buffer
- dc_buffer_get_data(3)
- get the data of a buffer
- dc_buffer_get_size(3)
- get the size used by a buffer
- dc_buffer_new(3)
- create an resizable binary buffer
- dc_buffer_prepend(3)
- prepend to a binary buffer
- dc_client(1)
- Distributed session cache client proxy
- dc_descriptor_get_transports(3)
- Gets the transports supported by the given descriptor
- dc_device_set_cancel(3)
- callback to check whether processing should cancel
- dc_server(1)
- Distributed session cache server
- dc_snoop(1)
- Distributed session cache traffic analysis
- dc_test(1)
- Distributed session cache testing and benchmarking tool
- 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
- dcm2pnm(1)
- Convert DICOM images to PGM/PPM, PNG, TIFF or BMP
- dcmj2pnm(1)
- Convert DICOM images to PGM/PPM, PNG, TIFF, JPEG or BMP
- dcml2pnm(1)
- Convert DICOM images to PGM/PPM, PNG, TIFF or BMP
- dcmmklut(1)
- Create DICOM look-up tables
- dcmp2pgm(1)
- Read DICOM image and presentation state and render bitmap
- dcmprscp(1)
- DICOM basic grayscale print management SCP
- 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
- dconf(1)
- Simple tool for manipulating a dconf database
- dconf-service(1)
- D-Bus service for writes to the dconf database
- ddpt(8)
- copies data between files and storage devices. Support for devices that understand the SCSI command set
- 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
- 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(6)
- draw tacky 70s basement wall panelling
- 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
- decomposemail(1)
- decompose mailboxes into their component email messages
- decrypt-dbeaver-configuration(1)
- Decrypt DBeaver Credentials Configuration File
- deductionguidesforstd::basic_regex(3)
- deductionguidesforstd::basic_regex
- deductionguidesforstd::basic_string(3)
- deductionguidesforstd::basic_string
- deductionguidesforstd::basic_string_view(3)
- deductionguidesforstd::basic_string_view
- deductionguidesforstd::stop_callback(3)
- deductionguidesforstd::stop_callback
- defab(3)
- defines the abutment box of a phfig man1/alc_origin.1
- 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
- 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_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
- deheader(1)
- report which includes in C or C++ compiles can be removed
- dehtmldiff(1)
- get usable diff from an HTML page
- 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(8)
- 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
- 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
- delht(3)
- removes an hash table man1/alc_origin.1
- delhtitem(3)
- removes an item in an hash table man1/alc_origin.1
- deltup(1)
- Update a tarballed package
- 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
- deskflow(1), Deskflow:(1)
- Keyboard and mouse sharing utility (GUI)
- deskflow-core(1), deskflow-core:(1)
- Keyboard and mouse sharing utility
- 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
- 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
- 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
- detox.tbl(5)
- translation table for detox(1)
- 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
- devdupablxorexpr(3)
- duplicates and develops 'xor', 'nxor'. man1/alc_origin.1
- devhelp(1)
- An API documentation browser
- 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
- dfu-programmer(1)
- USB firmware upgrading for Atmel microcontrollers
- dfu-util(1)
- Device firmware update (DFU) USB programmer
- dgen_tobin(1)
- Convert SMD-format Genesis/Mega Drive image to raw (BIN) format
- dgscat(1)
- build distributed source graph file fragments from a centralized source graph file
- dhclient.leases(5)
- DHCP client lease database
- dhcp_probe(8)
- locate DCHP and BootP servers on a directly-attached network
- dhcp_probe.cf(5)
- configuration file for dhcp_probe
- dhcpclient(1)
- Send a DHCP request with provided RADIUS attributes and get the output response
- dhcpctl(3), dhcpctl_initialize(3)
- dhcpctl library initialization
- dhcpd.leases(5)
- DHCP client lease database
- dhisexpire(8)
- Diablo program to clean the history file
- diablo(8)
- NetNews daemon for backbone article transit
- diablo-files(5)
- Synopsis of configuration and control files for Diablo
- diablo-kp(5)
- General KP database support in Diablo
- dialog_message(3)
- Sends a message to all the objects in an array. Allegro game programming library
- dib0700(4)
- webcamd driver for DiBcom DiB0700 USB bridge
- dicar(1)
- Archive Binary Dictionary
- dicmd(8)
- Diablo program to manage a running diablo server
- dictd(8)
- a dictionary database server
- dictfmt(1)
- formats a DICT protocol dictionary database
- 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
- dictunformat(1)
- create a raw database file from a .dict and .index file
- didump(8)
- Diablo program to dump the dhistory database diload - Diablo program to append to the dhistory database
- dieharder(1)
- A testing and benchmarking tool for random number generators
- diff(1)
- compare files line by line
- diff(3)
- generate arbitrary sequence diffs
- diffimg(1)
- Calculates intersection between two images
- digest_file_auth(8)
- File based digest authentication helper for Squid. Version 1.1
- 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
- digitv(4)
- webcamd driver for Nebula Electronics uDigiTV DVB-T
- dillo(1)
- web browser
- diloadfromspool(8)
- Diablo program to regenerate dhistory database from spool
- dilookup(8)
- Diablo program to run searches on the dhistory file
- dirconvert(1)
- Convert color strings between LSCOLORS and LS_COLORS format
- dircproxy(1)
- Detachable Internal Relay Chat Proxy Server
- direnv-stdlib(1)
- functions for the .envrc
- dirvish(8)
- Disk based virtual image network backup system
- dirvish-runall(8)
- run a set of dirvish backup jobs
- disable_hardware_cursor(3)
- Disables the OS hardware cursor. Allegro game programming library
- disco(1)
- Mono's Web Service Discovery Tool
- discoball(6)
- A dusty, dented disco ball screen saver
- disdvi(1)
- `disassemble' a (p)TeX or XeTeX DVI file
- disklist(5)
- List of partitions to back up for Amanda
- disna(3)
- disna: eig condition numbers
- dispatch_after(3)
- schedule blocks for deferred execution
- dispatch_apply(3)
- schedule blocks for iterative execution
- dispatch_async(3), dispatch_sync(3)
- schedule blocks for execution
- dispatch_data_create(3), dispatch_data_create_concat(3), dispatch_data_create_subrange(3), dispatch_data_create_map(3), dispatch_data_apply(3), dispatch_data_copy_region(3), dispatch_data_get_size(3)
- create and manipulate dispatch data objects
- dispatch_group_create(3), dispatch_group_async(3), dispatch_group_wait(3), dispatch_group_notify(3)
- group blocks submitted to queues
- dispatch_io_create(3), dispatch_io_create_with_path(3), dispatch_io_close(3), dispatch_io_set_high_water(3), dispatch_io_set_low_water(3), dispatch_io_set_interval(3), dispatch_io_barrier(3)
- open, close and configure dispatch I/O channels
- dispatch_io_read(3), dispatch_io_write(3)
- submit read and write operations to dispatch I/O channels
- dispatch_object(3)
- General manipulation of dispatch objects
- dispatch_once(3)
- execute a block only once
- dispatch_queue_create(3), dispatch_queue_get_label(3), dispatch_get_current_queue(3), dispatch_get_global_queue(3), dispatch_get_main_queue(3), dispatch_main(3), dispatch_set_target_queue(3)
- where blocks are scheduled for execution
- displayBdd(3)
- displays a BDD
- dist(1)
- distribute an nmh message to additional addresses
- distance(3)
- compute the distance between two pieces of data
- distcache(8)
- Distributed session caching
- distcc(1)
- distributed C/C++/ObjC compiler with distcc-pump extensions
- distccd(1)
- distributed C/C++ compiler server
- distccmon-text(1)
- Displays current compilation jobs in text form
- distrib.pats(5)
- Default values for the Distribution header field
- distributions(5)
- Recommended values for the Distribution header field
- distviper(8)
- wipe outdated files from the FreeBSD ports distdir
- django-admin(1)
- Utility script for the Django web framework django-admin is Django(aqs command-line utility for administrative tasks. This document outlines all it can do. In addition, manage.py is automatically created in each Django project. It does the same thing as django-admin but also sets the %DJANGO_SETTINGS_MODULE environment variable so that it points to your project(aqs settings.py file. The django-admin script should be on your system path if you installed Django via pip. If it(aqs not in your path, ensure you have your virtual environment activated. Generally, when working on a single Django project, it(aqs easier to use manage.py than django-admin. If you need to switch between multiple Django settings files, use django-admin with %DJANGO_SETTINGS_MODULE or the %--settings command line option. The command-line examples throughout this document use django-admin to be consistent, but any example can use manage.py or python -m django just as well
- djvm(1)
- Manipulate bundled multi-page DjVu documents
- djvu(1), DjVu(1)
- DjVu and DjVuLibre
- djvumake(1)
- Assemble DjVu image files
- djvutoxml(1), djvuxmlparser(1)
- DjVuLibre XML Tools
- dknewkey(1)
- Generates new DKIM public/private key pairs
- dkp(8)
- Diablo program to manage DKP databases
- dlb(6)
- NetHack data librarian
- dlsdump(1)
- List information about a DLS (Downloadable Sound) file
- dltest(1)
- A simple library symbol test program
- dlys(5)
- format of .dlys files read by the SCALD simulator and timing verifier
- dmake(1)
- parallel make from Distributed Make
- dmidecode(8)
- DMI table decoder
- dmtxread(1)
- scan Data Matrix barcodes
- dmtxwrite(1)
- create Data Matrix barcodes
- dnet(3)
- dumb networking library
- dnet(8)
- dumb networking library test program
- dnetc(1)
- distributed.net distributed computing client for FreeBSD
- dnewslink(8)
- Diablo program to feed news to remote systems
- dnie-tool(1)
- displays information about DNIe based security tokens
- dns-boot-check(1)
- check /etc/named.boot file "dns-boot-check(1)" "check /etc/named.boot file"
- dns-bootp(1)
- generate bootp tables from DNS tables "dns-bootp(1)" "generate bootp tables from DNS tables"
- dns-bootparams(1)
- generate /etc/bootparams entries from DNS tables "dns-bootparams(1)" "generate /etc/bootparams entries from DNS tables"
- dns-dhcp(1)
- generate dhcp tables from DNS tables "dns-dhcp(1)" "generate dhcp tables from DNS tables"
- dns-ethers(1)
- generate /etc/ethers entries from DNS tables "dns-ethers(1)" "generate /etc/ethers entries from DNS tables"
- dns-ethers-import(1)
- generate DNS tables from /etc/ethers entries "dns-ethers-import(1)" "generate DNS tables from /etc/ethers entries"
- dns-filter(1)
- filter DNS database files "dns-filter(1)" "filter DNS database files"
- dns-hosts(1)
- generate /etc/hosts entries from DNS tables "dns-hosts(1)" "generate /etc/hosts entries from DNS tables"
- dns-hosts-import(1)
- generate DNS tables from /etc/hosts entries "dns-hosts-import(1)" "generate DNS tables from /etc/hosts entries"
- dns-ng(1)
- generate /etc/netgroup entries from DNS tables "dns-ng(1)" "generate /etc/netgroup entries from DNS tables"
- dns2blackhole(8)
- Malware Prevention through Domain Blocking (Black Hole)
- dnsblog(8)
- Postfix DNS allow/denylist logger
- dnscap-rssm-rssac002(1)
- Combine RSSAC002v3 YAML files
- dnsdbflex(1)
- DNSDB flexible query tool
- dnsdbq(1)
- DNSDB query tool
- dnsdist(1)
- A DNS and DoS aware, scriptable loadbalancer
- dnsextd(8)
- BIND Extension Daemon " Name Description for whatis database
- dnshistory(1)
- processes various log file formats doing dns IP Address lookups. Store these pairs in a database for later retrieval
- dnsjit(1)
- DNS engine based around LuaJIT for capturing, parsing, replaying and statistics gathering
- dnsjit.core.compat(3)
- Cross platform compatibility support
- dnsjit.core.loader(3)
- Dynamic library loader
- dnsjit.core.object(3)
- Base object that is passed between receiver and receivee
- dnsjit.core.object.dns(3)
- Container of a DNS message
- dnsjit.core.object.dns.label(3)
- Container of a DNS label
- dnsjit.core.object.dns.q(3)
- Container of a DNS question
- dnsjit.core.object.dns.rr(3)
- Container of a DNS resource record
- dnsjit.core.object.ether(3)
- Ether part of a packet
- dnsjit.core.object.gre(3)
- Generic Routing Encapsulation (GRE) part of a packet
- dnsjit.core.object.icmp(3)
- An ICMP packet
- dnsjit.core.object.icmp6(3)
- An ICMPv6 packet
- dnsjit.core.object.ieee802(3)
- IEEE802 part of a packet
- dnsjit.core.object.ip(3)
- An IP packet
- dnsjit.core.object.ip6(3)
- An IPv6 packet
- dnsjit.core.object.linuxsll(3)
- Linux cooked-mode capture (SLL) part of a packet
- dnsjit.core.object.loop(3)
- OpenBSD loopback encapsulation (loop) part of a packet
- dnsjit.core.object.null(3)
- BSD loopback encapsulation (null) part of a packet
- dnsjit.core.object.payload(3)
- Application data payload
- dnsjit.core.object.pcap(3)
- Container of a packet found in a PCAP
- dnsjit.core.object.tcp(3)
- A TCP segment header
- dnsjit.core.object.udp(3)
- A UDP datagram header
- dnsjit.core.objects(3)
- Easy way to import all objects
- dnsjit.filter.copy(3)
- Creates a copy of an object chain with selected object types
- dnsjit.filter.ipsplit(3)
- Pass objects to receivers based on the source IP address
- dnsjit.filter.timing(3)
- Filter to pass objects to the next receiver based on timing between packets
- dnsjit.input.pcap(3)
- Read input from an interface or PCAP file using libpcap
- dnsjit.lib(3)
- Various Lua libraries or C library bindings
- dnsjit.lib.base64url(3)
- Utility library to convert data to base64url format
- dnsjit.lib.clock(3)
- Clock and time functions
- dnsjit.lib.getopt(3)
- Parse and handle arguments
- dnsjit.lib.ip(3)
- IP address utility library
- dnsjit.lib.parseconf(3)
- Parse simple config files
- dnsjit.lib.trie(3)
- Prefix-tree data structure which addresses values by strings or byte arrays
- dnsjit.lib.trie.iter(3)
- Iterator of the trie
- dnsjit.lib.trie.node(3)
- Node of trie, which contains the value and key
- dnsjit.output.pcap(3)
- Output to a PCAP using libpcap
- dnsjit.output.respdiff(3)
- Output to respdiff LMDB
- dnsjit.output.udpcli(3)
- Simple and dumb UDP DNS client
- dnssec-cds(1)
- change DS records for a child zone based on CDS/CDNSKEY
- dnssec-importkey(1)
- import DNSKEY records from external systems so they can be managed
- dnssec-keyfromlabel(1)
- DNSSEC key generation tool
- dnssec-revoke(1)
- set the REVOKED bit on a DNSSEC key
- dnstable(7)
- encoding format, library, and utilities for passive DNS data
- dnstable-encoding(5)
- key-value encoding format used by dnstable
- dnstable_convert(1)
- convert passive DNS NMSG data to dnstable MTBL format
- dnstable_dump(1)
- dump dnstable data file to text or JSON
- dnstable_entry(3)
- dnstable entry objects
- dnstable_iter(3)
- iterate over a sequence of dnstable entries
- dnstable_lookup(1)
- lookup individual records in a dnstable data file or set of data files
- dnstable_merge(1)
- merge multiple dnstable data files together
- dnstable_merge_func(3)
- libmtbl merge function for dnstable key-value entries
- dnstable_query(3)
- dnstable query objects
- dnstable_reader(3)
- read dnstable data from an mtbl source
- dnstable_stat(3)
- dnstable stat objects
- dnstable_unconvert(1)
- convert dnstable MTBL data to passive DNS NMSG format
- dnstap-read(1)
- print dnstap data in human-readable form
- dnstop(8)
- displays various tables of DNS traffic on your network
- dnsviz-probe(1)
- issue diagnostic DNS queries
- dnswalk(1)
- A DNS database debugger
- do_arc(3)
- Calculates all the points in a circular arc. Allegro game programming library
- do_circle(3)
- Calculates all the points in a circle. Allegro game programming library
- do_dialog(3)
- Basic dialog manager function. Allegro game programming library
- do_ellipse(3)
- Calculates all the points in an ellipse. Allegro game programming library
- do_line(3)
- Calculates all the points along a line. Allegro game programming library
- do_menu(3)
- Displays an animates a popup menu. Allegro game programming library
- do_uconvert(3)
- Converts a string to another encoding format. Allegro game programming library
- doasedit(8)
- edit a text file and then write the file back to its original location with admin access
- dobutsu(6)
- (en play Dobutsu Shogi
- docbook2man(1)
- Convert DocBook to man pages
- docbook2man-spec.pl(1)
- convert DocBook RefEntries to man pages
- docbook2mdoc(1)
- convert DocBook to mdoc
- docbook2texi(1)
- Convert DocBook to Texinfo
- docbook2texi-spec.pl(1)
- convert DocBook Booksto Texinfo documents
- dolphin-emu(6)
- Nintendo GameCube and Wii emulator
- dolphin-emu-nogui(6)
- Nintendo GameCube and Wii emulator
- domDoc(n)
- Manipulates an instance of a DOM document object
- domNode(n)
- Manipulates an instance of a DOM node object
- dosbox(1)
- DOSBox Staging, x86/DOS emulator, a modern continuation of DOSBox
- dosbox(1)
- an x86/DOS emulator with sound/graphics
- dosbox-x(1)
- a x86/DOS and PC98 emulator
- dot(1)
- filter for drawing directed graphs neato - filter for drawing undirected graphs twopi - filter for radial layouts of graphs circo - filter for circular layout of graphs fdp - filter for drawing undirected graphs sfdp - filter for drawing large undirected graphs patchwork - filter for squarified tree maps osage - filter for array-based layouts
- dot_product(3), dot_product_f(3)
- Calculates the dot product. Allegro game programming library
- dot_sandbox(1)
- Graphviz sandbox
- doublecmd(1)
- Twin-panel (commander-style) file manager
- doutq(8)
- Show summary of outgoing Diablo feeds
- doveadm-altmove(1)
- Move matching mails to the alternative storage (dbox-only)
- doveadm-batch(1)
- Execute multiple commands for multiple users
- doveadm-dump(1)
- Dump the content of Dovecot(aqs binary mailbox index/log
- doveadm-exec(1)
- easily execute commands from Dovecot(aqs libexec_dir
- doveadm-force-resync(1)
- Repair broken mailboxes
- doveadm-fs(1)
- Interact with the abstract mail storage filesystem
- doveadm-help(1)
- Show information about doveadm commands
- doveadm-index(1)
- Index mailboxes
- doveadm-kick(1)
- Disconnect users by user name and/or IP address
- doveadm-mailbox(1)
- Commands related to handling mailboxes
- doveadm-mailbox-cryptokey(1)
- Mail crypt plugin management
- doveadm-move(1)
- Move messages matching the given search query into another mailbox doveadm-copy - Copy messages matching the given search query into another mailbox
- doveadm-purge(1)
- Remove messages with refcount=0 from mdbox files
- doveadm-rebuild(1)
- Commands related to rebuilding various aspects of mails matching given search query
- doveadm-save(1)
- Save email to a user's mailbox
- doveadm-search(1)
- Show a list of mailbox GUIDs and message UIDs matching
- doveadm-search-query(7)
- Overview of search queries for doveadm mailbox
- doveadm-sync(1)
- Dovecot(aqs two-way mailbox synchronization utility doveadm-backup - Dovecot(aqs one-way mailbox synchronization utility
- doveadm-user(1)
- Perform a user lookup in Dovecot(aqs userdbs
- dovecot(1)
- a secure and highly configurable IMAP and POP3 server
- downtimes(1)
- display system downtime records made by downtimed (8)
- dpath(8)
- Diablo program to return commonly used paths for use in shell scripts
- dpbindic(1)
- Convert a binary-form dictionary into a text-form dictionary
- dpipe(1)
- bi-directional pipe command
- dpkg(1)
- package manager for Debian
- dpkg-architecture(1)
- set and determine the architecture for package building
- dpkg-buildflags(1)
- returns build flags to use during package build
- dpkg-buildpackage(1)
- build binary or source packages from sources
- 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-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-query(1)
- a tool to query the dpkg database
- 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-vendor(1)
- queries information about distribution vendors
- dpmgr(1)
- administration utility for QDBM Depot
- dptest(1)
- test cases for QDBM Depot
- dptsv(1)
- mutual converter between TSV and QDBM Depot database
- dqtool(1)
- --- Display the contents of a disk-buffer file created with {{ site.product.short_name }}
- draw_character_ex(3)
- Draws non transparent pixels of the sprite with a color. Allegro game programming library
- draw_compiled_sprite(3)
- Draws a compiled sprite. Allegro game programming library
- draw_gouraud_sprite(3)
- Draws a sprite with gouraud shading. Allegro game programming library
- draw_lit_rle_sprite(3)
- Draws a tinted RLE sprite. Allegro game programming library
- draw_lit_sprite(3)
- Draws a sprite tinted with a specific color. Allegro game programming library
- draw_rle_sprite(3)
- Draws an RLE sprite. Allegro game programming library
- 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_rle_sprite(3)
- Draws a translucent RLE sprite. 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
- dreadart(8)
- Extract article from spool given message-id or hash / Run validity check on articles referenced by queue file
- dreadover(8)
- Extract overview information, usually from /news/spool/group, given a newsgroup name and article number
- dreamchess(6)
- User interface for XBoard-compatible chess engines
- dreamer(6)
- An XBoard-compatible chess engine
- drg2sbg(1)
- convert I-Doser drg files to sbagen
- drgbuilder(1)
- create I-Doser drg files
- drill(1)
- get (debug) information out of DNS(SEC)
- drmAvailable(3)
- determine whether a DRM kernel driver has been loaded
- drm_info(1)
- dump information about DRM devices
- dropbear(8)
- lightweight SSH server
- dropbearconvert(1)
- convert between Dropbear and OpenSSH private key formats
- dropbearkey(1)
- create private keys for the use with dropbear(8) or dbclient(1)
- dropdb(1)
- remove a PostgreSQL database
- drumstick-drumgrid(1)
- A Drumstick utility emulating a drum box
- drumstick-sysinfo(1)
- A Drumstick command line utility to get information about the ALSA sequencer
- dsbdriverd(8)
- A device driver loading daemon
- dsblogoutmgr(1)
- Graphical logout manager
- dsbmc-cli(1)
- command-line client for DSBMD
- dsbsu(1)
- Qt front end to su(1)
- dsc(5)
- Debian source packages' control file format
- dsc-psl-convert(1)
- Convert Public Suffix List (PSL) to DSC TLD List
- dselect(1)
- Debian package management frontend
- dshbak(1)
- format output from pdsh command
- dspoolout(8)
- Diablo program to sequence and flush outbound queue files
- dssi_analyse_plugin(1)
- describe a DSSI plugin
- dssi_list_plugins(1)
- list available DSSI plugins
- dstar2tgba(1)
- convert automata into Büchi automata
- 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)
- dt2dv(1)
- convert a DTL text representation of a TeX DVI file to a binary DVI file
- dtcpauth(8)
- Manipulate POP Authorization DB
- dte(1)
- A small, configurable text editor
- dte-syntax(5)
- Format of syntax highlighting files used by dte(1)
- dterc(5)
- Command and configuration language used by dte(1)
- dtop(1)
- display and update information about processes on a cluster of machines
- dtrust-tool(1)
- displays information about D-Trust signature cards and remove the transport protection
- dtt200u(4)
- webcamd driver for DTT200U DVB-T devices
- dtv5100(4)
- webcamd driver for AME DTV-5100 DVB-T
- dubdv(1)
- insert audio into a digital video stream
- dumpdb(1)
- The Freeze database inspector
- dumpreg(1)
- dump the state of the card as the svgalib chipset driver sees it
- dumpsolv(1)
- print a solv file into a human readable format
- dune(1)
- N'45' composable build system for OCaml
- dune-build(1), duneN'45'build(1)
- N'45' Build the given targets, or all installable targets if none are givenN'46'
- dune-cache(1), duneN'45'cache(1)
- N'45' Manage the shared cache of build artifacts
- dune-config(5), duneN'45'config(5)
- N'45' configuring the dune build system
- dune-describe(1), duneN'45'describe(1)
- N'45' Describe the workspaceN'46'
- dune-diagnostics(1), duneN'45'diagnostics(1)
- N'45' fetch and return errors from the current build
- dune-external-lib-deps(1), duneN'45'externalN'45'libN'45'deps(1)
- N'45' Removed commandN'46'
- dune-installed-libraries(1), duneN'45'installedN'45'libraries(1)
- N'45' Print out libraries installed on the systemN'46'
- dune-promotion(1), duneN'45'promotion(1)
- N'45' Control how changes are propagated back to source codeN'46'
- dune-shutdown(1), duneN'45'shutdown(1)
- N'45' cancel and shutdown any builds in the current workspace
- dune-subst(1), duneN'45'subst(1)
- N'45' Substitute watermarks in source filesN'46'
- dune-upgrade(1), duneN'45'upgrade(1)
- N'45' Upgrade jbuilder projects to dune
- dune-utop(1), duneN'45'utop(1)
- N'45' Load library in utop
- dunecontrol(1)
- Control program for the Dune build system
- dunst(1)
- a customizable and lightweight notification-daemon
- dupablexpr(3)
- duplicates an expression. man1/alc_origin.1
- dupemap(1)
- Creates a database of file checksums and uses it to eliminate duplicates
- duplicity(1)
- Encrypted incremental backup to local or remote storage
- dust(1), Dust(1)
- Like du but more intuitive
- dv2dt(1)
- convert a binary TeX DVI file to DTL text representation
- dv2sub(1)
- extract info or subtitles from DV stream
- dvb-fe-tool(1)
- DVBv5 tool for frontend settings inspect/change
- dvb-format-convert(1)
- DVBv5 tool for file format conversions
- dvbcut(1)
- Qt application for cutting parts out of DVB streams
- dvbsnoop(1)
- DVB and MPEG stream analyzer
- dvbv5-scan(1)
- DVBv5 tool for frequency scanning
- dvbv5-zap(1)
- DVBv5 tool for service tuning
- dvd-menu(1)
- Creates a DVD navigation menu with buttons
- dvdbackup(1)
- Tool to backup DVDs
- dvibook(1)
- rearrange pages in DVI file into signatures
- dvipdft(1)
- create thumbnail images for use with dvipdfm
- dvispc(1)
- Modify a DVI file to be page-independent in specials
- dvisvgm(1)
- converts DVI, EPS, and PDF files to the XML-based SVG format
- dw2102(4)
- webcamd driver for DVBWorld and TeVii DVB-S/S2
- dwarfdump(1)
- dumps DWARF debug information of an ELF object
- dwebp(1)
- decompress a WebP file to an image file
- dwgadd(5), dwgadd.5(5)
- Format of the LibreDWG dwgadd example input-file
- dwgbmp(1)
- manual page for dwgbmp 0.12.4
- dwlb(1)
- feature-complete bar for dwl
- 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
- dxa(1)
- 6502/R65C02 disassembler
- dymaxionmap(6)
- An animation of Buckminster Fuller's unwrapped icosahedral globe
- dyncallback(3)
- callback interface of dyncall
- dynload(3)
- encapsulates dynamic loading mechanisms and gives access to functions in foreign dynamic libraries and code modules
- e2guardian(8), e2guardian2(8)
- web content filter
- e2label(8)
- Change the label on an ext2/ext3/ext4 file system
- e2tail(1)
- a basic version of the tail command for an ext2 filesystem
- e_ltb_runner(1)
- manual page for e_ltb_runner 2.6 Floral Guranse
- easytag(1)
- tag editor for MP3, Ogg Vorbis files and more
- ebfc(1)
- ELF Brainfuck compiler
- eboard(6)
- a graphical chess board
- eboard-addtheme(1)
- a program to easily install new eboard board and sound themes
- eboard-config(1)
- program to get information about the installed eboard
- ebook2cw(1)
- Convert ebooks to Morse code audio files (MP3/OGG)
- ebrowse(1)
- create a class hierarchy database
- ebsnvme-id(8)
- NVMe disk identification tool for Amazon EC2
- ec168(4)
- webcamd driver for EC168 DVB-T
- ecatools(1)
- audio processing utils based on ecasound
- ecce(1)
- Edinburgh Compatible Context Editor
- ecl(1)
- -- Embeddable Common Lisp
- ecl-config(1)
- Embeddable Common Lisp configuration query
- eclat-addr2ec2(1)
- Move VPC IP address back to EC2 Classic
- eclat-clrsattr(1), eclat-reset-snapshot-attribute(1)
- reset permission settings for the specified snapshot
- 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-lschvol(1)
- reports the current modification status of EBS volumes
- 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-mksnap(1), eclat-create-snapshot(1)
- creates a snapshot of an Amazon EBS volume
- eclat-mkvol(1), eclat-create-volume(1)
- create an Amazon EBS volume
- eclat-reboot(1), eclat-reboot-instances(1)
- reboot EC2 instances
- eclat-rmsnap(1), eclat-delete-snapshot(1)
- delete a snapshot of an Amazon EBS volume
- eclat-setaattr(1), eclat-modify-image-attribute(1)
- modify attributes of an image
- eclat-setiattr(1), eclat-modify-instance-attribute(1)
- modifies attribute of an instance
- eclat-setsattr(1), eclat-modify-snapshot-attribute(1)
- modify permission settings for the specified snapshot
- ecpg(1)
- embedded SQL C preprocessor
- edbrowse(1)
- Command Line editor, browser, and mail client
- edgepaint(1)
- edge coloring to disambiguate crossing edges
- edid-decode(1)
- Decode EDID data in human-readable format
- editline(3)
- command-line editing library with history
- editmap(8)
- query and edit single records in database maps for sendmail
- editrc(5)
- configuration file for editline library
- edusers(1)
- edit users list created by package
- eenc(1)
- perform password encryption for RefDB clients
- 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
- efivar(1)
- Tool to manipulate UEFI variables
- eggdrop(1)
- an IRC bot
- eid(1)
- Query ID database and report results
- eidenv(1)
- utility for accessing visible data from electronic identity cards
- eiskaltdcpp-daemon(1)
- simple daemon controllable via XMLRPC or JSONRPC
- eiskaltdcpp-gtk(1), EiskaltDC++_Gtk(1)
- GUI based on Gtk (based on FreeDC++ and LinuxDC++)
- ejabberd.yml(5)
- main configuration file for ejabberd
- ejdb2(3), EJDB2(3)
- Embedded JSON Database engine
- eject(1)
- eject removable media from drive
- ekb_create(1)
- manual page for ekb_create 2.6
- ekb_delete(1)
- manual page for ekb_delete 2.6
- ekb_ginsert(1)
- manual page for ekb_ginsert 2.6
- ekb_insert(1)
- manual page for ekb_insert 2.6
- elf(1)
- command-line ELF object file header analyzer
- elf_begin(3)
- Return descriptor for ELF file
- elinks(1)
- lynx-like alternative character mode WWW browser
- elinkskeys(5)
- keybindings for ELinks
- elk(1), scheme-elk(1)
- extensible Scheme interpreter
- elksemu(1)
- Embedded Linux Kernel Subset emulator
- ellipse(3)
- Draws an ellipse. Allegro game programming library
- ellipsefill(3)
- Draws a filled ellipse. Allegro game programming library
- elog(1)
- utility program for Electronic Logbook ELOG
- elogd(8)
- web server program for Electronic Logbook ELOG
- elpa2_print_kernels(1)
- Provide information which ELPA2 kernels are available on this system
- elpa_allocate(3)
- allocate an instance of the ELPA library
- elpa_autotune_load_state(3)
- loadsa state of an ELPA autotuning object
- elpa_autotune_print_state(3)
- prints the current state of an ELPA autotuning object
- elpa_autotune_save_state(3)
- saves the current state of an ELPA autotuning object
- elpa_autotune_set_best(3)
- Sets the tunable parameters to the up-to-now best solution Before the autotuning options can be set, an autotuning step has to be done elpa_autotune_step(3)
- elpa_autotune_setup(3)
- create an instance for autotuning of the ELPA library Before the autotuning object can be created, an instance of the ELPA library has to be setup, see e.g. elpa_setup(3)
- elpa_autotune_step(3)
- do one ELPA autotuning step Before the autotuning step can be done, an instance of the ELPA autotune object has to be created, see elpa_autotune_setup(3)
- elpa_deallocate(3)
- deallocate an instance of the ELPA library after usage
- elpa_eigenvalues_double(3)
- computes the eigenvalues of a real double-precision symmetric matrix
- elpa_eigenvalues_double_complex(3)
- computes the eigenvalues of a complex double-precision hermitian matrix
- elpa_eigenvectors_double(3)
- computes the eigenvalues and (part of) the eigenvector spectrum for a real symmetric matrix
- elpa_eigenvectors_double_complex(3)
- computes the eigenvalues and (part of) the eigenvector spectrum for a complex hermitian matrix
- elpa_generalized_eigenvalues(3)
- computes the eigenvalues of a generalized eigenvalue problem for real symmetric or complex hermitian matrices
- elpa_hermitian_multiply(3)
- Performs C = A**H * B
- elpa_init(3)
- initialize the ELPA library
- elpa_load_settings(3)
- loads the setting of an elpa object
- elpa_print_settings(3)
- prints the setting of an elpa object
- elpa_set(3)
- set parameter or tunables for the ELPA library
- elpa_setup(3)
- setup an instance of the ELPA library
- elpa_solve_tridiagonal(3)
- computes the eigenvalue problem for real symmetric tridiagonal matrix
- elpa_store_settings(3)
- stores the setting of an elpa object
- elpa_uninit(3)
- uninitialize the ELPA library
- em28xx(4)
- em28xx webcamd driver for USB camera and TV devices
- emailrelay-filter-copy(1)
- an E-MailRelay filter for pop-by-name
- emailrelay-submit(1)
- a submission utility for E-MailRelay
- emilua-embedding(7), Emilua(7)
- Lua execution engine
- emilua-fiber_cancellation(7), Emilua(7)
- Lua execution engine
- emilua-internals-sandboxes(7), Emilua(7)
- Lua execution engine
- emilua-sandboxes(7), Emilua(7)
- Lua execution engine
- emms-print-metadata(1)
- Print information about music files
- empty_string(3)
- Universal string NULL terminator. Allegro game programming library
- en2ris(1)
- converts EndNote bibliographic data to the RIS format
- enable_hardware_cursor(3)
- Enables the OS hardware cursor. Allegro game programming library
- enable_triple_buffer(3)
- Enables triple buffering. Allegro game programming library
- enadis.cgi(8)
- CGI program to enable/disable Xymon tests
- enber(1)
- Convert the unber XML output back into BER
- enblend(1)
- manual page for enblend 4.2
- encode.h(3)
- API for Brotli compression
- encrypt-dbeaver-configuration(1)
- Encrypt DBeaver Credentials Configuration File
- endless-sky(6)
- a space exploration and combat game
- ensemble(i4), itcl::ensemble(i4)
- create or modify a composite command
- ensemble(itcl)
- create or modify a composite command
- ensemblist(6)
- openGl puzzle game
- entr(1)
- run arbitrary commands when files change
- entrez2(1)
- a graphical client for the NCBI Entrez retrieval system
- envml(1)
- run a command in an environment setting up by Modules
- envsubst(1)
- substitutes environment variables in shell format strings
- envuidgid(8)
- runs another program with environment variables indicating a specified account's uid and gid
- ephemera(1)
- SCGI Blog Server
- epiphany(1)
- a simple, clean, beautiful view of the web
- eprover(1), E(1)
- manual page for E 2.6 Floral Guranse (8e8bfa2a3f682a4a7d96975eaa7b1133c4267b13)
- epstool(1)
- Edit preview images and fix bounding boxes in EPS files
- epte(1)
- Electronic Periodic Table of the Elements
- es(1)
- extensible shell
- esedbinfo(1)
- determines information about an Extensible Storage Engine (ESE) Database File (EDB)
- esil(7), - ESIL(7)
- Evaluable Strings Intermediate Language
- esolve(1)
- eigensolver for standard eigenvalue problems
- esolver(1)
- eigensolver for standard eigenvalue problems (Ritz values only)
- estwaver(1)
- command line interface of web crawler
- et61x251(4)
- et61x251 webcamd driver for USB cameras
- etherape(1)
- graphical network traffic browser
- 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
- eu-readelf(1)
- Displays information about ELF files
- euclid-wm(1)
- A highly flexible, minimal, dynamic, tiling window manager
- euler2d(6)
- two dimensional incompressible inviscid fluid flow
- ev(3), libev(3)
- a high performance full-featured event loop written in C
- evemu-describe(1), evemu-record(1)
- print information and events from an input device
- eventlogadm(8)
- push records into the Samba event log store
- eventtest(6)
- test the waitevent function of svgalib
- evilvte(1)
- highly customizable terminal emulator based on VTE
- evince-thumbnailer(1)
- create png thumbnails from PostScript and PDF documents
- evolvotron(1)
- Creates generative art by an interactive evolutionary process
- 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
- exalpha(3)
- Creating and using 32 bit RGBA sprites. Allegro game programming library
- exbitmap(3)
- Loading and displaying PCX and BMP files. Allegro game programming library
- exblend(3)
- Using translucency in truecolor modes. Allegro game programming library
- excamera(3)
- Viewing a 3d world from an arbitrary camera position. Allegro game programming library
- excolmap(3)
- Creating graphical effects with color mapping tables. Allegro game programming library
- exconfig(3)
- Using the configuration routines. Allegro game programming library
- excustom(3)
- Creating custom GUI objects. Allegro game programming library
- exdata(3)
- Accessing the contents of datafiles. Allegro game programming library
- exdbuf(3)
- How to use double buffering to avoid flicker. Allegro game programming library
- exec.tcl86(n), exec(n)
- Invoke subprocesses
- exec.tcl90(n), exec(n)
- Invoke subprocesses
- exexedat(3)
- Appending datafiles onto your executable. Allegro game programming library
- exfatattrib(8)
- Set or display exFAT file attributes
- exfatlabel(8)
- get or set an exFAT file system label
- exfixed(3)
- Using fixed point maths. Allegro game programming library
- exflame(3)
- How to write directly to video memory improving performance. Allegro game programming library
- exflip(3)
- Comparison of double buffering and page flipping. Allegro game programming library
- exfont(3)
- Loading and manipulating fonts. Allegro game programming library
- exgui(3)
- Using the GUI routines. Allegro game programming library
- exhello(3)
- Simple graphical "hello world" program. Allegro game programming library
- exifgrep(1)
- select and reformat the output of exifprobe
- exifprobe(1)
- probe and report structure and metadata content of camera image files
- 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
- exists(3)
- Shortcut version of file_exists() for normal files. Allegro game programming library
- exjoy(3)
- Detecting, calibrating and using joystick input. Allegro game programming library
- exkeys(3)
- How to get input from the keyboard in different ways. Allegro game programming library
- exlights(3)
- One way to do colored lighting effects in a hicolor video mode. Allegro game programming library
- exmem(3)
- Drawing onto memory bitmaps and then blitting them to the screen. Allegro game programming library
- exmidi(3)
- Playing MIDI music. Allegro game programming library
- exmouse(3)
- Getting input from the mouse. Allegro game programming library
- expackf(3)
- Using custom PACKFILE vtables. Allegro game programming library
- expal(3)
- Palette effects and color cycling. Allegro game programming library
- expat(3)
- Using patterned drawing modes and sub-bitmaps. Allegro game programming library
- expat(n)
- Creates an instance of an expat parser object
- expatapi(n), CheckExpatParserObj(n), CHandlerSetInstall(n), CHandlerSetRemove(n), CHandlerSetCreate(n), CHandlerSetGetUserData(n), GetExpatInfo(n)
- Functions to create, install and remove expat parser object extensions
- expect_kibitz(1), kibitz(1)
- allow two people to interact with one shell
- expect_tknewsbiff(1), tknewsbiff(1)
- pop up a window when news appears
- expect_unbuffer(1), unbuffer(1)
- unbuffer output
- expect_xkibitz(1), xkibitz(1)
- allow multiple people to interact in an xterm
- expire-ip-db(1)
- remove old entries from a dns-terror DB file
- expireover(8)
- Expire entries from the news overview database
- expirerm(8)
- Remove articles that have been expired
- expiretable(1)
- removes PF table entries based on age
- explain(3), libexplain(3)
- Explain errno values returned by libc functions 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_or_die(3)
- set an ACL by filename and report errors require_index { "explain_acl_set_file_or_die(3)"
- 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_exit(3)
- print an explanation of exit status before exiting require_index { }
- explain_filename(3), explain_filename_from_fildes(3)
- obtain filename from file descriptor require_index { }
- explain_fread_or_die(3)
- binary stream input and report errors require_index { }
- explain_fwrite_or_die(3)
- binary stream output and report errors require_index { "binary stream output 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_license(1), GPL(1)
- GNU General Public License
- explain_license(3), LGPG(3)
- GNU Lesser General Public License
- 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_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_or_die(3)
- read data into multiple buffers and report errors require_index { "read data into multiple buffers and report errors" }
- explain_realpath_or_die(3)
- return canonical pathname and report errors require_index { "return the canonicalized absolute pathname and report errors" }
- 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_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_setgrent_or_die(3)
- rewind group database and report errors require_index { "rewind to the start of the group database and report errors" }
- 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_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_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_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_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_or_die(3)
- convert string to number and report errors require_index { "convert ASCII string to floating[hy]point number and report errors" }
- 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_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_or_die(3)
- set terminal attributes and report errors require_index { "set terminal attributes and report errors" }
- 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_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_unsetenv_or_die(3)
- remove an environment variable and report errors require_index { "remove an environment variable and report errors" }
- 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_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
- expr(3)
- c-like expression library
- exquat(3)
- A comparison between Euler angles and quaternions. Allegro game programming library
- exrblur(1)
- perform a gaussian blur on an OpenEXR image
- exrgbhsv(3)
- RGB <-> HSV color space conversions. Allegro game programming library
- exrmakepreview(1)
- generate exr preview thumbnail images
- exrmultipart(1)
- combine or split multipart exr images
- exrmultiview(1)
- convert between single/multi-view exr images
- exrotscl(3)
- Demonstrates rotate_scaled_sprite functions. Allegro game programming library
- exrstats(1)
- display statistics about the contents of an OpenEXR image
- exsample(3)
- Playing digital samples. Allegro game programming library
- exscale(3)
- Loading PCX files and bitmap stretching. Allegro game programming library
- exscn3d(3)
- Using the 3d scene 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
- exspline(3)
- Constructing smooth movement paths from spline curves. Allegro game programming library
- exsprite(3)
- Datafiles access and sprite animation. Allegro game programming library
- exstars(3)
- 3d starfield and lightsourced spaceship. Allegro game programming library
- exstream(3)
- Playing audio streams. Allegro game programming library
- exswitch(3)
- Controlling the console switch mode for background running. Allegro game programming library
- exsyscur(3)
- Hardware accelerated mouse cursors. Allegro game programming library
- ext(5)
- format of .ext files produced by Magic's hierarchical extractor
- ext_file_userip_acl(8)
- Restrict users to certain IP addresses, using a text file backend. Version 1.0
- extcheck(1)
- check hierarchical ext|(5) files for global node connectivity and summarize number of fets, nodes, etc
- extconv(1)
- convert a TeX document in either Big 5+ or GBK encoding into `preprocessed' form
- 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
- extraclangtools(1)
- Extra Clang Tools Documentation Welcome to the clang-tools-extra project which contains extra tools built using Clang(aqs tooling APIs
- extract_font_range(3)
- Extracts a range of characters from a font. Allegro game programming library
- extract_metadata(1)
- read column metadata from SPSS and Stata binary files, and format it as JSON
- extractbb(1), ebb(1)
- extract bounding box information from graphics files
- extrans(3)
- Lighting and translucency effects. Allegro game programming library
- extrans2(3)
- Drawing flipped, translucent and tinted sprites. Allegro game programming library
- extruec(3)
- Truecolor pixel format conversions. Allegro game programming library
- exunicod(3)
- Using Unicode string functions. Allegro game programming library
- exupdate(3)
- Supporting different screen update methods in a single program. 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
- ezmlm-check(1)
- Mails back results of ezmlm list check
- ezmlm-checksub(1)
- reject senders not subscribed to a mailing list
- ezmlm-glconf(1)
- create config file for global ezmlm-request address
- ezmlm-issubn(1)
- test to see if an address is subscribed to a mailing list
- ezmlm-reject(1)
- reject messages unsuitable for distribution
- ezmlm-request(1)
- Process subject line and body ezmlm commands
- ezmlm-return(1)
- handle mailing list bounces
- ezmlm-rmtab(1)
- remove the subscriber tables for a mailing list
- ezmlm-send(1)
- distribute a message to a mailing list
- ezmlm-split(1)
- distribute (un)subscribe requests to sublists
- ezmlm-sub(1)
- manually add addresses to a mailing list
- ezmlm-tstdig(1)
- Tests if a digest should be created
- ezmlm-unsub(1)
- manually remove addresses from a mailing list
- ezmlm-warn(1)
- send out bounce warnings
- ezmlmglrc(5)
- set up the global ezmlm interface
- ezmlmsubrc(5)
- set up a minimal sublist
- f2c(1)
- Convert Fortran 77 to C or C++ " f^2c changed to f2c in the previous line for the benefit of " people on systems (e.g. Sun systems) whose makewhatis cannot " cope with troff formatting commands
- fa2htgs(1)
- formatter for high throughput genome sequencing project submissions
- fabric(7)
- Fabric Interface Library
- 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
- fail2ban(1)
- a set of server and client programs to limit brute force authentication attempts
- fail2ban-client(1)
- configure and control the server
- fail2ban-jail.conf(5), jail.conf(5)
- configuration for the fail2ban server
- fail2ban-regex(1)
- test Fail2ban "failregex" option
- fail2ban-server(1)
- start the server
- fairymax(6)
- xboard-compatible chess and chess-variant engine Fairy-Max
- faked(1)
- daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes
- fam(3x)
- File Alteration Monitor (FAM) library routines
- far2l(1)
- Two-panel file manager, with built-in terminal and other usefulness'es
- farbfeld(5)
- suckless image format
- fasta(1)
- scan a protein or DNA sequence library for similar sequences tfasta - compare a protein sequence to a DNA sequence library, translating the DNA sequence library `on-the-fly'. lfasta - compare two protein or DNA sequences for local similarity and show the local sequence alignments plfasta - compare two sequences for local similarity and plot the local sequence alignments
- 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
- fastcgi-mono-server(1), XSP(1)
- Mono ASP.NET Web Server (xsp and xsp2)
- 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
- fastforward(1)
- forward mail according to a cdb database
- fastline(3)
- Faster version of line(). Allegro game programming library
- fastmail(1)
- quick batch mail interface to a single address
- fastnetmon(8), FastNetMon(8)
- a high performance DoS/DDoS load analyzer built on top of multiple packet capture engines
- 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
- fatback(1)
- manual page for fatback v0.1.1
- faucet(1)
- a fixture for a BSD network pipe netpipes 4.2
- faust(1), Faust(1)
- DSP to C/C++, CMajor, Codebox, CSharp, DLang, Interpreter, Java, LLVM IR, Julia, JSFX, Rust and WebAssembly (wast/wasm)
- faxq(1)
- display fax jobs queued by faxspool(1)
- faxrm(1)
- remove fax jobs queued by faxspool(1)
- faxrunq(1)
- send fax jobs queued by faxspool(1)
- faxrunqd(8)
- daemon to send fax jobs queued by faxspool(1)
- fbcli(1)
- Emit events to feedbackd
- fbd-theme-validate(1)
- Validate feedbackd themes
- fbdevhw(4)
- os-specific submodule for framebuffer device access
- fblocked.tcl86(n), fblocked(n)
- Test whether the last input operation exhausted all available input
- fblocked.tcl90(n), fblocked(n)
- Test whether the last input operation exhausted all available input
- fbpanel(1)
- a NETWM compliant lightweight GTK2-based panel for UNIX desktop
- fbrun(1)
- display run dialog window
- fbsetbg(1)
- Set a background wallpaper or pattern
- fbsetroot(1)
- a simple background utility used by the fluxbox(1) window manager, originally written for and by the original blackbox(1) window manager
- fbtv(1)
- a console program for watching TV
- fc-cache(1)
- build font information cache files
- fc-conflist(1)
- list the configuration files processed by Fontconfig
- fc-list(1)
- list available fonts
- fc-match(1)
- match available fonts
- fcal(1)
- Calculates a best-fit straight line for calibration data
- fcat(1)
- Output the contents of a file based on its name
- fceux(6)
- An emulator for the original (8-bit) Nintendo / Famicom game console
- fcft_capabilities(3)
- available optional library capabilities
- fcft_destroy(3)
- free fcft_font objects
- fcft_fini(3)
- release global resources
- fcft_font_options_destroy(3)
- free fcft_font_options objects
- fcft_init(3)
- initialize the library
- fcft_kerning(3)
- calculate kerning distance between two wide characters
- fcft_set_scaling_filter(3)
- configures the filter to use when downscaling bitmap fonts
- fcft_text_run_destroy(3)
- free fcft_text_run objects
- fcron.conf(5)
- configuration file for fcron and fcrontab
- fcrontab(1)
- manipulate per-user fcrontab files
- fcrontab(5)
- tables for driving fcron
- 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
- fdisk(8)
- manipulate disk partition table
- fdout(3)
- wait on file descriptor to become writable
- feature-view(1)
- Visualize GFF features using Matplotlib
- feedback(1)
- Stirring colors with a jiggling warp
- feedback-themes(5)
- Theme configuration for feedbackd
- feedbackd(8)
- A daemon to provide feedback on events
- fence_aliyun(8)
- Fence agent for Aliyun (Aliyun Web Services)
- fence_aws(8)
- Fence agent for AWS (Amazon Web Services)
- fence_bladecenter(8)
- Fence agent for IBM BladeCenter
- fence_brocade(8)
- Fence agent for HP Brocade over telnet/ssh
- fence_cyberpower_ssh(8)
- Fence agent for CyberPower over ssh
- fence_hds_cb(8)
- Fence agent for Hitachi Compute Blade systems
- fence_heuristics_ping(8)
- Fence agent for ping-heuristic based fencing
- fence_hpblade(8)
- Fence agent for HP BladeSystem
- fence_ibm_powervs(8)
- Fence agent for IBM PowerVS
- fence_ibm_vpc(8)
- Fence agent for IBM Cloud VPC
- fence_ibmblade(8)
- Fence agent for IBM BladeCenter over SNMP
- fence_ibmz(8)
- Fence agent for IBM z LPARs
- 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_ifmib(8)
- Fence agent for IF MIB
- 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)
- fence_ironic(8)
- Fence agent for OpenStack's Ironic (Bare Metal as a service) service
- fence_kubevirt(8)
- Fence agent for KubeVirt
- fence_lpar(8)
- Fence agent for IBM LPAR
- fence_netio(8)
- I/O Fencing agent for Koukaam NETIO-230B
- fence_rsa(8)
- Fence agent for IBM RSA
- fence_rsb(8)
- I/O Fencing agent for Fujitsu-Siemens RSB
- fence_sanbox2(8)
- Fence agent for QLogic SANBox2 FC switches
- fence_sbd(8)
- Fence agent for sbd
- fence_vbox(8)
- Fence agent for VirtualBox
- fet(1), FET(1)
- free timetabling
- fet-cl(1), FET-CL(1)
- free timetabling - command line
- fetchmail(1)
- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server
- ff2jpg(1)
- convert farbfeld to JPG
- ff2pam(1)
- convert farbfeld to PAM
- ff2png(1)
- convert farbfeld to PNG
- ff2ppm(1)
- convert farbfeld to PPM
- fff(1)
- :file_folder: A simple file manager written in bash
- ffmpeg-bitstream-filters(1)
- FFmpeg bitstream filters
- ffmpegthumbnailer(1)
- fast and lightweight video thumbnailer
- ffprobe(1)
- ffprobe media prober
- fgallery(1)
- static HTML+JavaScript photo album generator
- fghack(8)
- is an anti-backgrounding tool
- fi_av(3)
- Address vector operations fi_av_open / fi_close Open or close an address vector fi_av_bind Associate an address vector with an event queue. fi_av_insert / fi_av_insertsvc / fi_av_remove Insert/remove an address into/from the address vector. fi_av_lookup Retrieve an address stored in the address vector. fi_av_straddr Convert an address into a printable string
- fi_av_set(3)
- Address vector set operations fi_av_set / fi_close Open or close an address vector set fi_av_set_union Perform a set union operation on two AV sets fi_av_set_intersect Perform a set intersect operation on two AV sets fi_av_set_diff Perform a set difference operation on two AV sets fi_av_set_insert Add an address to an AV set fi_av_set_remove Remove an address from an AV set fi_av_set_addr Obtain a collective address for current addresses in an AV set
- 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_control(3)
- Perform an operation on a fabric resource
- 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_domain(3)
- Open a fabric access domain
- 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_errno(3)
- fabric errors fi_strerror - Convert fabric error into a printable string
- fi_fabric(3)
- Fabric network operations fi_fabric / fi_close Open / close a fabric network fi_tostr / fi_tostr_r Convert fabric attributes, flags, and capabilities to printable string
- fi_getinfo(3), fi_freeinfo(3)
- Obtain / free fabric interface information fi_allocinfo, fi_dupinfo - Allocate / duplicate an fi_info structure
- fi_hook(7)
- The Hook Fabric Provider Utility
- fi_info(1)
- Simple utility to query for fabric interfaces
- 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_msg(3)
- Message data transfer operations fi_recv / fi_recvv / fi_recvmsg Post a buffer to receive an incoming message fi_send / fi_sendv / fi_sendmsg fi_inject / fi_senddata : Initiate an operation to send a message
- fi_nic(3)
- Fabric network interface card attributes
- fi_pingpong(1)
- Quick and simple pingpong test for libfabric
- 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_sockets(7)
- The Sockets Fabric Provider
- fi_strerror(1)
- display libfabric error strings
- fi_tagged(3)
- Tagged data transfer operations fi_trecv / fi_trecvv / fi_trecvmsg Post a buffer to receive an incoming message fi_tsend / fi_tsendv / fi_tsendmsg / fi_tinject / fi_tsenddata Initiate an operation to send a message
- fi_tcp(7)
- The msg sockets Fabric Provider
- fi_udp(7)
- The UDP Fabric Provider
- fi_verbs(7)
- The Verbs Fabric Provider
- fi_version(3)
- Version of the library interfaces
- fiberlamp(6)
- Fiber Optic Lamp
- fid(1)
- List identifiers in F1; if F2 is also given, list those common to both
- fidentify(8)
- Determine file type using PhotoRec database
- fido_assert_new(3), fido_assert_free(3), fido_assert_count(3), fido_assert_rp_id(3), fido_assert_user_display_name(3), fido_assert_user_icon(3), fido_assert_user_name(3), fido_assert_authdata_ptr(3), fido_assert_authdata_raw_ptr(3), fido_assert_blob_ptr(3), fido_assert_clientdata_hash_ptr(3), fido_assert_hmac_secret_ptr(3), fido_assert_largeblob_key_ptr(3), fido_assert_user_id_ptr(3), fido_assert_sig_ptr(3), fido_assert_id_ptr(3), fido_assert_authdata_len(3), fido_assert_authdata_raw_len(3), fido_assert_blob_len(3), fido_assert_clientdata_hash_len(3), fido_assert_hmac_secret_len(3), fido_assert_largeblob_key_len(3), fido_assert_user_id_len(3), fido_assert_sig_len(3), fido_assert_id_len(3), fido_assert_sigcount(3), fido_assert_flags(3)
- FIDO2 assertion API
- 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_bio_enroll_new(3), fido_bio_enroll_free(3), fido_bio_enroll_last_status(3), fido_bio_enroll_remaining_samples(3)
- FIDO2 biometric enrollment API
- fido_bio_info_new(3), fido_bio_info_free(3), fido_bio_info_type(3), fido_bio_info_max_samples(3)
- FIDO2 biometric sensor information API
- fido_bio_template(3), fido_bio_template_array_count(3), fido_bio_template_array_free(3), fido_bio_template_array_new(3), fido_bio_template_free(3), fido_bio_template_id_len(3), fido_bio_template_id_ptr(3), fido_bio_template_name(3), fido_bio_template_new(3), fido_bio_template_set_id(3), fido_bio_template_set_name(3)
- FIDO2 biometric template 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_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_entattest(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_entattest(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_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_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_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_init(3), fido_set_log_handler(3)
- initialise the FIDO2 library
- fieldlines(1)
- simulation of the electric field lines between charged particles
- fifo(1)
- a fifo buffer that reads from stdin and writes to stdout
- fifteen(6)
- nbfifteen
- figmbkrds(3)
- converts MBK figure to RDS figure man1/alc_origin.1
- fiked(1)
- a fake IKE PSK+XAUTH daemon based on vpnc
- file.tcl86(n), file(n)
- Manipulate file names and attributes
- file.tcl90(n), file(n)
- Manipulate file names and attributes
- file65(1)
- print information for o65 object files
- file_exists(3)
- Tells if a file exists. Allegro game programming library
- file_size_ex(3)
- Returns the size of a file in bytes. Allegro game programming library
- file_time(3)
- Returns the modification time of a file. Allegro game programming library
- filedaemon(1)
- Invoke another program on files matching a glob pattern
- fileevent.tcl86(n), fileevent(n)
- Execute a script when a channel becomes readable or writable
- fileevent.tcl90(n), fileevent(n)
- Execute a script when a channel becomes readable or writable
- filename.tcl86(n), filename(n)
- File name conventions supported by Tcl commands
- filename.tcl90(n), filename(n)
- File name conventions supported by Tcl commands
- fileobj(1)
- ncurses based hex editor with vi interface
- fileprune(1)
- prune a file set according to a given age distribution
- filesystem.absolute(3em), Emilua(3em)
- Lua execution engine
- filesystem.is_block_device(3em), Emilua(3em)
- Lua execution engine
- fill_surface(3), fill_surface (3)
- Allocate a new video object and fill with a single colour
- fillets(6)
- puzzle game about witty fish saving the world sokoban style
- filter_create_fd(3), filter_create_fd (3)
- Create a sub process and return the requested pipes
- filter_create_fp(3), filter_create_fp (3)
- similar to filter_create_fd except with buffered FILE*
- finance-quote-wrapper(1), finance-quote-wrapper (1)
- internal interface between gnucash and Finance::Quote
- finch(1), Finch(1)
- A Pimpin' Penguin console frontend to libpurple. Instant Messaging client
- find(i4), itcl::find(i4)
- search for classes and objects
- find(itcl)
- search for classes and objects
- find_allegro_resource(3)
- Searches for a support file in many places. Allegro game programming library
- find_datafile_object(3)
- Searches a datafile for an object with a name. Allegro game programming library
- find_dialog_focus(3)
- Searches the dialog for the object which has the input focus. Allegro game programming library
- findfs(8)
- find a filesystem by label or UUID
- findlib.conf(5), R findlib.conf(5)
- [Configuration of findlib/ocamlfind]c
- findwebcams(1)
- Gnash Utility For finding webcams on computer
- finepix(4)
- finepix webcamd driver for USB cameras
- fio(1)
- flexible I/O tester
- fio_generate_plots(1)
- Generate plots for Flexible I/O Tester
- 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_key_reader(1)
- explore what characters keyboard keys send
- fisher(6)
- nbfisher
- fits-flip-endian(1)
- Endian swapping of FITS binary tables
- 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
- fix132x43(1)
- fix problems with certain (132 column) graphics modes dump the state of the card as the svgalib chipset driver sees it
- fix_filename_case(3)
- Converts a filename to a standardised case. Allegro game programming library
- fix_filename_slashes(3)
- Converts all the directory separators to a standard character. Allegro game programming library
- fixacos(3)
- Fixed point inverse cosine lookup table. Allegro game programming library
- fixadd(3)
- Safe function to add fixed point numbers clamping overflow. Allegro game programming library
- fixasin(3)
- Fixed point inverse sine lookup table. Allegro game programming library
- fixatan(3)
- Fixed point inverse tangent lookup table. Allegro game programming library
- fixatan2(3)
- Fixed point version of the libc atan2() routine. Allegro game programming library
- fixceil(3)
- Returns the smallest integer not less than x. Allegro game programming library
- fixcos(3)
- Fixed point cosine of binary angles. Allegro game programming library
- fixcvsdiff(1)
- fix problematic diff files
- fixdiv(3)
- Fixed point division. Allegro game programming library
- fixed(3)
- Fixed point integer to replace floats. Allegro game programming library
- fixfloor(3)
- Returns the greatest integer not greater than x. Allegro game programming library
- fixhypot(3)
- Fixed point hypotenuse. Allegro game programming library
- fixincludes(1)
- Reduce the number of #includes in KDE source files
- fixmul(3)
- Multiplies two fixed point values together. Allegro game programming library
- fixparts(8)
- MBR partition table repair utility
- fixproc(1)
- Fixes a process by performing the specified action
- fixscribeps(1)
- filter to fix Scribe documents so PSUtils work
- fixsin(3)
- Fixed point sine of binary angles. Allegro game programming library
- fixsqrt(3)
- Fixed point square root. Allegro game programming library
- fixsub(3)
- Safe function to subtract fixed point numbers clamping underflow. Allegro game programming library
- fixtan(3)
- Fixed point tangent of binary angles. Allegro game programming library
- fixtof(3)
- Converts a fixed point to floating point. Allegro game programming library
- fixtoi(3)
- Converts a fixed point to integer with rounding. Allegro game programming library
- fixtorad_r(3)
- Constant to convert angles in fixed point format to radians. Allegro game programming library
- fixup_datafile(3)
- Fixes truecolor images in compiled datafiles. Allegro game programming library
- flasher(1)
- flash keyboard LEDs to indicate file writes
- flatablexpr(3)
- merges the operators of an expression man1/alc_origin.1
- flatbeh(1)
- Synthetize a behavioral description from a structural description
- flexbackup(1)
- a flexible backup/archiving tool
- flexbackup.conf(5), /etc/flexbackup.conf(5)
- a flexible backup/archiving tool configuration file
- flexiblas(1)
- the FlexiBLAS administration tool
- flexiblas-api(7)
- Overview about the FlexiBLAS API
- flexiblas_avail(3)
- check if FlexiBLAS is available in the current namespace
- flexiblas_current_backend(3)
- return the name of the currently used backend
- flexiblas_get_num_threads(3)
- Get the number of threads the backend uses for computation
- flexiblas_get_version(3)
- retrieve the used FlexiBLAS version
- flexiblas_list(3)
- list available backends
- flexiblas_list_loaded(3)
- list all loaded backends
- flexiblas_load_backend(3)
- load a backend from the FlexiBLAS configuration
- flexiblas_load_backend_library(3)
- load a backend from a shared library
- flexiblas_print_avail_backends(3)
- prints the available FlexiBLAS backends to a file
- flexiblas_print_current_backend(3)
- prints the currently loead/active backend to a file
- flexiblas_print_loaded_backends(3)
- prints the loaded FlexiBLAS backends to a file
- flexiblas_set_num_threads(3)
- set the number of threads the backend should use for computation
- flexiblas_switch(3)
- switch the currently used FlexiBLAS backend
- fli_bitmap(3)
- Contains the current frame of the animation. Allegro game programming library
- fli_bmp_dirty_from(3), fli_bmp_dirty_to(3)
- Indicate which parts of the image have changed. Allegro game programming library
- fli_frame(3)
- Stores the current frame number of the animation. Allegro game programming library
- fli_pal_dirty_from(3), fli_pal_dirty_to(3)
- Indicate which parts of the palette have changed. Allegro game programming library
- fli_palette(3)
- Contains the current palette of the animation. Allegro game programming library
- fli_timer(3)
- Global variable for timing FLI playback. Allegro game programming library
- flickcurl-config(1)
- script to get information about the installed version of flickcurl
- flist(1), flists(1)
- list the number of nmh messages in given sequences
- floodfill(3)
- Floodfills an enclosed area. Allegro game programming library
- flow(1)
- show subroutine dependence of Fortran77 programs
- flow-capture(1)
- Manage storage of flow file archives by expiring old data
- flow-expire(1)
- Manage storage of flow file archives by expiring old data
- flow6(1)
- A security assessment tool for the IPv6 Flow Label field
- flowd-reader(8)
- Read, filter and concatenate binary flowd logfiles
- flowgrind(1)
- advanced TCP traffic generator for Linux, FreeBSD, and Mac OS X
- flowgrindd(1)
- advanced TCP traffic generator for Linux, FreeBSD, and Mac OS X
- flruler(1)
- a simple onscreen pixel measuring ruler for debugging GUIs
- fltk-config(1)
- script to get information about the installed version of fltk
- fluidballs(6)
- the physics of bouncing balls
- flush.tcl86(n), flush(n)
- Flush buffered output for a channel
- flush.tcl90(n), flush(n)
- Flush buffered output for a channel
- flush_config_file(3)
- Flushes the current config file to disk. Allegro game programming library
- fluxbox(1)
- A lightweight window manager for the X Windowing System
- fluxbox-apps(5)
- per-window attribute configuration for fluxbox(1)
- fluxbox-keys(5)
- keyboard shortcuts configuration for fluxbox(1)
- fluxbox-menu(5)
- fluxbox(1) menu syntax
- fluxbox-remote(1)
- command line access to key commands for fluxbox(1)
- fluxbox-style(5)
- A comprehensive look at styles/themes for fluxbox(1)
- flvmeta(1)
- manipulate or extract metadata in Adobe Flash Video files
- fmeasure(1)
- Calculates the properly calibrated frequency of a series of test signals
- fmerge(1)
- merge FASTA databases
- 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
- fnott(1)
- keyboard driven notification daemon for Wayland
- focus_target(3), focus_target (3)
- Specify a frameserver the scheduler should try and bias
- font(3)
- A simple 8x8 fixed size font. Allegro game programming library
- font_has_alpha(3)
- Search all pixels of a font for alpha values. Allegro game programming library
- fontimage(1)
- produce a font thumbnail image
- fonttosfnt(1)
- Wrap a bitmap font in a sfnt (OpenType) wrapper
- foobillard(6)
- OpenGL billard game
- foomatic-addpjloptions(8)
- Format PJL option information the for foomatic database
- foomatic-combo-xml(1)
- <put a short description here>
- foomatic-compiledb(1)
- Compile the Foomatic printer/driver database
- foomatic-kitload(8)
- installs a data kit into the foomatic database
- foomatic-ppdfile(1)
- Generate a PPD file for a given printer/driver combo
- foomatic-printjob(1)
- manage printer jobs in a spooler-independent fashion
- foot-ctlseqs(7)
- terminal control sequences supported by foot
- for_each_file_ex(3)
- Executes callback() for each file matching a wildcard. Allegro game programming library
- force_image_blend(3), force_image_blend (3)
- Control image blend behaviour
- fork(3am), wait(3am), waitpid(3am)
- basic process management
- forkbomb(8)
- eat system resources
- form(1), FORM(1)
- Symbolic manipulation system
- form_field(3x)
- make and break connections between fields and forms
- form_field_attributes(3x)
- color and attribute control for form fields
- form_field_buffer(3x)
- field buffer control
- form_hook(3x)
- set hooks for automatic invocation by applications
- form_page(3x)
- set and get form page number
- form_request_by_name(3x), form_request_name(3x)
- handle printable form request names
- form_win(3x)
- make and break form window and subwindow associations
- fossil(1)
- Distributed Version Control System
- fp2preview(1)
- generate a preview for a library footprint
- fp2subc(1)
- convert any footprint into a pcb-rnd subcircuit
- fpc(1)
- Free Pascal Compiler (FPC) binary
- fpclassify.tcl90(n), fpclassify(n)
- Floating point number classification of Tcl values
- fpcsubst(1)
- The Free Pascal macro processing program
- fprobe(8)
- a NetFlow probe
- fragiso(8)
- split rpm packages from an iso and reassemble the iso later on
- fragtest(8)
- test IP fragment reassembly behaviour
- frame(l)
- simple message protocol for byte streams
- frameserver_debugstall(3), frameserver_debugstall (3)
- change the global delay before a frameserver executes
- fraqtive(1)
- draws Mandelbrot and Julia fractals
- free_audio_stream_buffer(3)
- Tells the audio stream player new data can be played. Allegro game programming library
- free_config_entries(3)
- Frees memory allocated for config entry lists. Allegro game programming library
- free_lzss_pack_data(3)
- Frees an LZSS structure. Allegro game programming library
- free_lzss_unpack_data(3)
- Frees an LZSS structure. Allegro game programming library
- freeablexpr(3)
- frees an expression. man1/alc_origin.1
- freebcp(1)
- bulk loading utility for Sybase and Microsoft databases
- freebee(6)
- Free Bee spelling bee game
- freecell-solver-range-parallel-solve(6)
- The Freecell Solver utility for solving a range of Microsoft Freecell/Freecell Pro Boards
- freedroidRPG(6)
- a futuristic immersive RPG about fighting bots
- freehdl-gennodes(1), FreeHDL-GENNODES(1)
- Abstract syntax tree generator used by the VHDL compiler/simulator FreeHDL
- freeminer(6), minetest(6)
- Multiplayer infinite-world block sandbox
- freetalk(1), GNU freetalk(1)
- A console based Jabber client
- freeze_mouse_flag(3)
- Flag to avoid redrawing the mouse pointer. Allegro game programming library
- french-conjugator(1)
- conjugate French verbs
- french-deconjugator(1)
- analyze conjugated French verbs
- freshclam(1)
- update virus databases
- freshclam.conf(5)
- Configuration file for Clam AntiVirus database update tool
- fribidi_charset_to_unicode(3)
- convert string to Unicode
- fribidi_debug_status(3)
- get current debug state
- fribidi_get_bidi_type(3)
- get character bidi type
- fribidi_get_bidi_type_name(3)
- get bidi type name
- fribidi_get_bidi_types(3)
- get bidi types for an string of characters
- fribidi_get_bracket(3)
- get bracketed character
- fribidi_get_bracket_types(3)
- get bracketed characters
- fribidi_get_joining_type(3)
- get character joining type
- fribidi_get_joining_type_name(3)
- get joining type name
- fribidi_get_joining_types(3)
- get joining types for an string of characters
- fribidi_get_mirror_char(3)
- get mirrored character
- fribidi_get_par_direction(3)
- get base paragraph direction
- fribidi_get_par_embedding_levels(3)
- get bidi embedding levels of a paragraph
- fribidi_get_par_embedding_levels_ex(3)
- get bidi embedding levels of a paragraph
- fribidi_get_type(3)
- get character bidi type
- fribidi_get_type_internal(3)
- get character bidi type
- fribidi_join_arabic(3)
- do Arabic joining
- fribidi_log2vis(3)
- get visual string
- fribidi_log2vis_get_embedding_levels(3)
- get embedding levels
- fribidi_mirroring_status(3)
- get current mirroring status
- fribidi_parse_charset(3)
- parse character set name
- fribidi_remove_bidi_marks(3)
- remove bidi marks out of an string
- 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_mirroring(3)
- set mirroring on or off
- fribidi_set_reorder_nsm(3)
- set marks reordering on or off
- fribidi_shape(3)
- do bidi-aware shaping
- fribidi_shape_arabic(3)
- do Arabic shaping
- fribidi_shape_mirroring(3)
- do mirroring shaping
- fribidi_unicode_to_charset(3)
- convert string from Unicode
- friio(4)
- webcamd driver for Friio ISDB-T
- frm(1), nfrm(1)
- list from and subject of selected messages in mailbox or folder
- frombin(1)
- convert macbinary files into normal files
- frontend-spec(7)
- interface between jw and its frontends
- frr-bfdd(8)
- a bfd routing engine for use with FRRouting
- frr-bgpd(8)
- a BGPv4, BGPv4+, BGPv4- routing engine for use with FRRouting
- frr-zebra(8)
- a routing manager for use with associated FRRouting components
- fsapfsinfo(1)
- determines information about an Apple File System (APFS)
- fsbackup(1)
- file system backup and synchronization utility
- fsck_ext2fs(8)
- compatibility wrapper for e2fsck
- fsextinfo(1)
- determines information about an Extended File System (ext) volume
- fsfatinfo(1)
- determines information about a File Allocation Table (FAT) file system volume
- fshfsinfo(1)
- determines information about a Hierarchical File System (HFS) volume
- fslsfonts(1)
- list fonts served by X font server
- 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
- fstobdf(1)
- generate BDF font from X font server
- 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
- fswbuild(1)
- builds a file information database
- fswcmp(1)
- compairs two database files
- fswebcam(1)
- Small and simple webcam for *nix
- fswshow(1)
- shows contents of a file information database
- 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-bimvl(1)
- Take a snapshot, compare it to a baseline, and log the changes
- ftimes-cmp2dbi(1), ftimes-cmp2dbi.pl(1)
- Preprocess FTimes compare data for MySQL DB import
- ftimes-crv2dbi(1), ftimes-crv2dbi.pl(1)
- Preprocess FTimes carve data for MySQL DB import
- ftimes-crv2raw(1), ftimes-crv2raw.pl(1)
- Carve blocks of data and assemble them into raw files
- ftimes-dbm-bash(1)
- Bash one Berkeley database against another
- ftimes-dbm-dump(1)
- Enumerate a Berkeley database
- ftimes-dbm-find(1)
- Find one or more keys in a Berkeley database
- ftimes-dbm-make(1)
- Create or update a Berkeley database
- ftimes-dbm-reap(1)
- Extract unresolved keys from one or more files
- ftimes-dbm-weed(1)
- Delete records from a Berkeley database
- ftimes-dig2dbi(1), ftimes-dig2dbi.pl(1)
- Preprocess FTimes dig data for MySQL DB import
- ftimes-grabber(1)
- Parse FTimes output, grab files, and zip them up
- ftimes-map2dbi(1), ftimes-map2dbi.pl(1)
- Preprocess FTimes map data for MySQL DB import
- ftimes-proximo(1)
- Locate a group of dig hits within a specified byte range
- ftimes-sizimus(1)
- Tally bytes based on the size attribute
- ftimes-sortini(1)
- Sort dig output by hostname, name, and offset
- ftimes-xformer(1)
- Tranform FTimes data based on user-specified input
- ftofix(3)
- Converts a floating point value to fixed point. Allegro game programming library
- ftok(1)
- calculate System V IPC keys using the ftok(3) library function
- ftpchroot(5)
- list users and groups subject to FTP access restrictions
- ftpcount(1)
- show current number of connections for each proftpd server configuration
- ftpmail(1)
- FIFO-based Perl script for sending email based on proftpd TransferLog
- ftpquota(1)
- Perl script for managing limit/tally files for mod_quotatab
- ftpscrub(8)
- scrub the proftpd scoreboard file of stale entries
- fulla(1)
- Correct lens distortion, vignetting and chromatic aberration
- fuse-ufs(8)
- FUSE3 implementation of FreeBSD's UFSv2
- fvdeinfo(1)
- determines information about a FileVault Drive Encrypted (FVDE) volume
- fvwm-bug(1)
- report a bug in fvwm
- fvwm-menu-directory(1)
- builds a directory browsing menu for fvwm
- fvwm-menu-headlines(1)
- builds headlines menu definition for fvwm
- fvwm-menu-xlock(1)
- builds xlock menu definition for fvwm
- fvwm-perllib(1)
- shows the documentation of the Fvwm Perl library
- fvwm3commands(1)
- fvwm built-in commands
- fwup(1)
- configurable embedded firmware update creator and runner
- fxload(8)
- Firmware download to EZ-USB devices
- 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-wrap-config(1)
- script to get information about the installed version of G-Wrap
- g15daemon(1)
- provides access to extra keys and the LCD available on the logitech G15 keyboard
- g32pbm(1)
- convert a Group 3 fax file into a portable bitmap
- gacutil(1)
- Global Assembly Cache management utility
- galaxis(6)
- rescue lifeboats lost in interstellar space
- galculator(1)
- a GTK 2 / GTK 3 based scientific calculator
- gallery1-to-slideshow(1)
- Creates an input file for dvd-slideshow from pictures in Gallery online photo album
- gamma4scanimage(1)
- create a gamma table for scanimage
- gammu-backup(5)
- gammu(1) backup file format. 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-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-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-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
-
- gapplication(1)
- D-Bus application launcher
- garbagebddsystem(3)
- Forces a bdd garbage collection. man1/alc_origin.1
- gargoyle(6)
- interactive fiction player Lk https://github.com/garglk/garglk
- gattrib(1)
- gEDA/gaf Schematic Attribute Editor
- gauche-install(1)
- install files and set attributes
- gauche-package(1)
- gauche package builder/manager
- gaupol(1)
- editor for text-based subtitle files
- gawkbug(1)
- report a bug in gawk
- gb2jis(1)
- convert GuoBiao Hanzi to JIS Kanji
- gbase32(1), base32(1)
- base32 encode/decode data and print to standard output
- gbasename(1), basename(1)
- strip directory and suffix from filenames
- gbasenc(1), basenc(1)
- Encode/decode data and print to standard output
- gbbrd(3)
- gbbrd: band to bidiagonal
- gbcon(3)
- gbcon: condition number estimate
- gbdfed(1)
- GTK-based BDF font editor
- gbequ(3)
- gbequ: equilibration
- gbequb(3)
- gbequb: equilibration, power of 2
- gbmv(3)
- gbmv: general matrix-vector multiply
- gbrainy(6)
- A brain teaser game and trainer to have fun and to keep your brain trained
- gbrfs(3)
- gbrfs: iterative refinement
- gbrfsx(3)
- gbrfsx: iterative refinement, expert
- gbs2gb(1)
- convert module dumps from GBS to GB format
- gbsddialog(1)
- Gtk+ dialogs
- gbseqget(1)
- format sequences from GenBank as an XML GBSet
- gbsinfo(1)
- display Gameboy sound file information
- gbsplay(1)
- Gameboy sound player
- gbsplayrc(5)
- Gameboy sound player configuration file
- gbsv(3)
- gbsv: factor and solve
- gbsv_comp(3)
- --- banded
- gbsv_driver(3)
- --- banded
- gbsvx(3)
- gbsvx: factor and solve, expert
- gbsvxx(3)
- gbsvxx: factor and solve, extra precise
- gbtf2(3)
- gbtf2: triangular factor, level 2
- gbtrf(3)
- gbtrf: triangular factor
- gbtrs(3)
- gbtrs: triangular solve using factor
- gbz80(7)
- Game Boy CPU instruction reference
- gc(3), GC_malloc(3), GC_malloc_atomic(3), GC_free(3), GC_realloc(3), GC_enable_incremental(3), GC_register_finalizer(3), GC_malloc_ignore_off_page(3), GC_malloc_atomic_ignore_off_page(3), GC_set_warn_proc(3)
- Garbage collecting malloc replacement
- gcNodeBdd(3)
- does a garbage collection
- gcab(1)
- Program to create Microsoft cabinet (.cab) archives
- gchemtable(1)
- periodic table of the elements
- gchmod(1), chmod(1)
- change file mode bits
- gcin-gb-toggle(1)
- gcin's Chinese conversion toggle tool
- gcin-kbm-toggle(1)
- gcin's virtual keyboard toggle tool
- gcin2tab(1)
- converts text input method table to gcin's .gtab format
- gcli(1)
- interact with git forges without using a web-browser
- gcmp(1), cmp(1)
- compare two files byte by byte
- gcomm(1), comm(1)
- compare two sorted files line by line
- gcsplit(1), csplit(1)
- split a file into sections determined by context lines
- gda-sql-5.0(1), gda-sql(1)
- an SQL console based on Libgda
- gdal-config(1)
- Determines various information about a GDAL installation. Determines various information about a GDAL installation
- gdal-raster-color-map(1)
- Generate a RGB or RGBA dataset from a single band, using a color map Added in version 3.11
- gdal-raster-mosaic(1)
- Build a mosaic Added in version 3.11
- gdal-raster-polygonize(1)
- Create a polygon feature dataset from a raster band Added in version 3.11
- gdal-raster-scale(1)
- Scale the values of the bands of a raster dataset Added in version 3.11
- gdal-raster-select(1)
- Select a subset of bands from a raster dataset Added in version 3.11
- gdal-raster-set-type(1)
- Modify the data type of bands of a raster dataset Added in version 3.11
- gdal-raster-stack(1)
- Combine together input bands into a multi-band output, either virtual (VRT) or materialized Added in version 3.11
- gdal-vector-geom-buffer(1)
- Compute a buffer around geometries of a vector dataset Added in version 3.11
- gdal-vector-rasterize(1)
- Burn vector geometries into a raster Added in version 3.11
- gdal-vector-select(1)
- Select a subset of fields from a vector dataset Added in version 3.11
- gdal-vsi(1)
- Entry point for GDAL Virtual System Interface (VSI) commands Added in version 3.11. The subcommands of gdal vsi allow manipulation of files located on the %GDAL Virtual File Systems (compressed, network hosted, etc...): /vsimem, /vsizip, /vsitar, /vsicurl,
- gdal2tiles(1)
- Generates directory with TMS tiles, KMLs and simple web viewers
- gdal_contour(1)
- Builds vector contour lines from a raster elevation model
- gdal_fillnodata(1)
- Fill raster regions by interpolation from edges
- gdal_rasterize(1)
- Burns vector geometries into a raster
- gdal_retile(1)
- Retiles a set of tiles and/or build tiled pyramid levels
- gdal_translate(1)
- Converts raster data between different formats
- gdaladdo(1)
- Builds or rebuilds overview images
- gdalbuildvrt(1)
- Builds a VRT from a list of datasets
- gdalinfo(1)
- Lists various information about a GDAL supported raster dataset
- gdalmdimtranslate(1)
- Converts multidimensional data between different formats, and perform subsetting
- gdalsrsinfo(1)
- Lists info about a given SRS in number of formats (WKT, PROJ.4, etc.)
- 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
- gdbm_dump(1)
- dump a GDBM database to a file
- gdbm_load(1)
- re-create a GDBM database from a dump file
- gdbmtool(1)
- examine and modify a GDBM database
- gdbus(1)
- Tool for working with D-Bus objects
- gdbus-codegen(1)
- D-Bus code and documentation generator
- gdiff3(1), diff3(1)
- compare three files line by line
- 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] {
- gdisk(8)
- Interactive GUID partition table (GPT) manipulator
- gdk-pixbuf-csource(1)
- C code generation utility for GdkPixbuf images
- gdk-pixbuf-query-loaders(1)
- GdkPixbuf loader registration utility
- gdnsd-plugin-geoip(8)
- gdnsd meta-plugin for GSLB + failover via MaxMinds GeoIP2 databases
- gdnsd.djbdns(5)
- gdnsd support for the djbdns tinydns zone data format
- gdome-config(1)
- script to get information about the installed version of gdome2
- gebak(3)
- gebak: back-transform eigvec
- gebal(3)
- gebal: balance matrix
- gebd2(3)
- gebd2: reduction to bidiagonal, level 2
- gebrd(3)
- gebrd: reduction to bidiagonal
- gecon(3)
- gecon: condition number estimate
- ged2gwb(1)
- Create a GeneWeb database from a GEDCOM file
- geeqie(1), Geeqie(1)
- GTK based multiformat image viewer
- geequ(3)
- geequ: equilibration
- geequb(3)
- geequb: equilibration, power of 2
- gehd2(3)
- gehd2: reduction to Hessenberg, level 2
- gehrd(3)
- gehrd: reduction to Hessenberg
- gejsv(3)
- gejsv: SVD, Jacobi, high-level
- gelq(3)
- gelq: LQ factor, flexible
- gelq_comp1(3)
- --- flexible
- gels_driver_grp(3)
- Standard least squares, min || Ax - b ||_2
- gemlq(3)
- gemlq: multiply by Q from gelq
- gemlqt(3)
- gemlqt: multiply by Q from gelqt
- gemqr(3)
- gemqr: multiply by Q from geqr
- gemqrt(3)
- gemqrt: multiply by Q from geqrt
- gemrb(6), GemRB(6)
- a reimplementation of the Infinity Engine
- gen-ctl-io(1)
- generate C interface code for libctl control files
- genaut(1)
- generate ω-automata from scalable patterns
- genbrk(1)
- Compiles ICU break iteration rules source files into binary data files
- genccode(8)
- generate C or platform specific assembly code from an ICU data file
- gencfu(1)
- Generates Unicode Confusable data files
- gencmn(8)
- generate an ICU memory-mappable data file
- gene2xml(1)
- convert NCBI Entrez Gene ASN.1 into XML
- generate_332_palette(3)
- Constructs a fake truecolor palette. Allegro game programming library
- generate_optimized_palette(3)
- Generates an optimized palette for a bitmap. Allegro game programming library
- generic(5)
- Postfix generic table format
- generic_modbus(8)
- Driver for contact (direct) signal UPS devices connected via modbus remote I/O gateways
- genisoimage(1)
- create ISO9660/Joliet/HFS filesystem with optional Rock Ridge attributes
- genlib(1)
- Procedural design language based upon C
- genltl(1)
- generate LTL formulas from scalable patterns
- genpatch(1)
- generate patch quickly in standard FreeBSD ports format
- genrb(1)
- compile a resource bundle
- gensio_acc_get_type(3), gensio_acc_is_reliable(3), gensio_acc_is_packet(3), gensio_acc_is_message(3), gensio_acc_is_mux(3)
- Return general information about a gensio accepter
- gensio_acc_get_user_data(3), gensio_accepter_set_callback(3), gensio_accepter_get_user_data(3), gensio_accepter_set_user_data(3)
- Set the event callback and user data for a gensio accepter
- gensio_acc_set_accept_callback_enable(3), gensio_acc_set_accept_callback_enable_cb(3), gensio_acc_set_accept_callback_enable_s(3)
- Enable or disable the accept ready callback
- gensio_acc_shutdown(3), gensio_acc_shutdown_s(3), gensio_acc_disable(3), gensio_acc_free(3)
- Stop/free a gensio accepter that is started up
- gensio_alloc_channel(3)
- Create a new channel on a channel-capable gensio
- gensio_bswap(3), gensio_bswap_16(3), gensio_bswap_32(3), gensio_bswap_64(3), GENSIO_IS_BIG_ENDIAN(3), GENSIO_IS_LITTLE_ENDIAN(3), gensio_bswap_16_from_be(3), gensio_bswap_32_from_be(3), gensio_bswap_64_from_be(3), gensio_bswap_16_to_be(3), gensio_bswap_32_to_be(3), gensio_bswap_64_to_be(3), gensio_bswap_16_from_le(3), gensio_bswap_32_from_le(3), gensio_bswap_64_from_le(3), gensio_bswap_16_to_le(3), gensio_bswap_32_to_le(3), gensio_bswap_64_to_le(3)
- Byte swapping routines
- gensio_close(3), gensio_close_s(3), gensio_disable(3), gensio_free(3)
- Stop/free a gensio that is open
- gensio_get_type(3), gensio_get_child(3), gensio_is_client(3), gensio_is_reliable(3), gensio_is_packet(3), gensio_is_authenticated(3), gensio_is_encrypted(3), gensio_is_message(3), gensio_is_mux(3)
- Return general information about a gensio
- gensio_os_funcs(3)
- Abstraction for some operating system functions used by the gensio library
- gensio_set_callback(3), gensio_get_user_data(3), gensio_set_user_data(3)
- Set the event callback and user data for a gensio
- gensio_set_read_callback_enable(3), gensio_set_write_callback_enable(3)
- Enable or disable read data and write ready
- gensprep(8)
- compile StringPrep data from files filtered by filterRFC3454.pl
- gentest(1)
- Run random generic SMB operations against two SMB servers and show the differences in behavior
- gentoo(1)
- A highly configurable file manager for X
- geocpset(1)
- adds control points based on geometric position
- geographiclib-get-geoids(8)
- -- a GeographicLib administrative tool
- geographiclib-get-gravity(8)
- -- a GeographicLib administrative tool
- geographiclib-get-magnetic(8)
- -- a GeographicLib administrative tool
- geometry.tk86(n), geometry(n), tk_library(n), tk_patchLevel(n), tk_strictMotif(n), tk_version(n)
- Variables used or set by Tk
- geqr(3)
- geqr: QR factor, flexible
- geqr_comp1(3)
- --- flexible
- gerbera(1)
- UPnP MediaServer
- gerbv(1)
- Gerber Viewer
- gesolve(1)
- eigensolver for generalized eigenvalue problems
- gesolve(1)
- eigensolver for generalized eigenvalue problems (Ritz values only)
- gesv(3)
- gesv: factor and solve - CGESV computes the solution to system of linear equations A * X = B for GE matrices (simple driver)
- gesvdx(3)
- gesvdx: SVD, bisection
- gesvj(3)
- gesvj: SVD, Jacobi, low-level
- get-edid(1), parse-edid(1)
- read-edid tools to retrieve and interpret monitor specifications using the VESA VBE DDC protocol
- get-oui(1)
- Fetch the arp-scan OUI file from the IEEE website
- get-system-info(1)
- Obtain system information
- get_align_matrix(3)
- Rotates a matrix to align it along specified coordinate vectors. Allegro game programming library
- get_align_matrix_f(3)
- Floating point version of get_align_matrix(). Allegro game programming library
- get_audio_stream_buffer(3)
- Tells you if you need to fill the audiostream or not. Allegro game programming library
- get_camera_matrix(3)
- Constructs a camera matrix for perspective projection. Allegro game programming library
- get_camera_matrix_f(3)
- Floating point version of get_camera_matrix(). Allegro game programming library
- get_clip_rect(3)
- Returns the clipping rectangle of a bitmap. Allegro game programming library
- get_clip_state(3)
- Tells if clipping is on for a bitmap. Allegro game programming library
- get_color(3)
- Retrieves the specified palette entry. Allegro game programming library
- 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_compiled_sprite(3)
- Creates a compiled sprite using a bitmap as source. Allegro game programming library
- get_config_argv(3)
- Reads a token list from the configuration file. Allegro game programming library
- get_config_float(3)
- Retrieves a float from the configuration file. Allegro game programming library
- get_config_hex(3)
- Retrieves a hexadecimal value from the configuration file. Allegro game programming library
- get_config_id(3)
- Retrieves a driver ID from a configuration file. Allegro game programming library
- get_config_int(3)
- Retrieves an integer from the configuration file. Allegro game programming library
- get_config_string(3)
- Retrieves a string from the configuration file. Allegro game programming library
- get_config_text(3)
- Returns a string translated to the current language. Allegro game programming library
- get_datafile_property(3)
- Returns the property string for the object. 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_executable_name(3)
- Obtains the full path to the current executable. Allegro game programming library
- get_extension(3)
- Returns a pointer to the extension of a filename. Allegro game programming library
- get_filename(3)
- Returns a pointer to the filename portion of a path. Allegro game programming library
- get_filename_encoding(3)
- Returns the encoding currently assumed for filenames. Allegro game programming library
- get_font_range_begin(3)
- Returns the start of a character range in a font. Allegro game programming library
- get_font_range_end(3)
- Returns the last character of a character range in a font. Allegro game programming library
- get_font_ranges(3)
- Returns the number of character ranges in a font. 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_hardware_volume(3)
- Retrieves the hardware sound output volume. Allegro game programming library
- get_iplayer(1)
- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds
- get_key(3), get_key (3)
- Retrieve a key/value pair from the database
- 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_mixer_buffer_length(3)
- Returns the number of samples per channel in the mixer buffer. Allegro game programming library
- get_mixer_channels(3)
- Returns the number of output channels. Allegro game programming library
- get_mixer_frequency(3)
- Returns the mixer frequency, in Hz. Allegro game programming library
- get_mixer_quality(3)
- Returns the current mixing quality. Allegro game programming library
- get_mixer_voices(3)
- Returns the number of voices allocated to the mixer. Allegro game programming library
- get_mouse_mickeys(3)
- How far the mouse has moved since the last call to this function. Allegro game programming library
- get_palette(3)
- Retrieves the entire palette of 256 colors. Allegro game programming library
- get_palette_range(3)
- Retrieves a specific palette range. Allegro game programming library
- get_refresh_rate(3)
- Returns the current refresh rate. Allegro game programming library
- get_rle_sprite(3)
- Creates an RLE sprite using a bitmap as source. Allegro game programming library
- get_rotation_matrix(3), get_rotation_matrix_f(3)
- Constructs X, Y, Z rotation matrices. Allegro game programming library
- get_rotation_quat(3)
- Constructs a quaternion to rotate points around all three axes. Allegro game programming library
- get_scaling_matrix(3), get_scaling_matrix_f(3)
- Constructs a scaling matrix. Allegro game programming library
- get_sound_input_cap_bits(3)
- Checks which audio input sample formats are supported. Allegro game programming library
- get_sound_input_cap_parm(3)
- Detects if the specified recording parameters are supported. Allegro game programming library
- get_sound_input_cap_rate(3)
- Returns the maximum sample frequency for recording. Allegro game programming library
- get_sound_input_cap_stereo(3)
- Tells if the input driver is capable of stereo recording. Allegro game programming library
- get_transformation_matrix(3)
- Constructs X, Y, Z rotation matrices with an angle and scaling. Allegro game programming library
- get_transformation_matrix_f(3)
- Floating point version of get_transformation_matrix(). Allegro game programming library
- get_translation_matrix(3), get_translation_matrix_f(3)
- Constructs a translation matrix. Allegro game programming library
- get_uformat(3)
- Finds out what text encoding format is currently selected. Allegro game programming library
- get_vector_rotation_matrix(3), get_vector_rotation_matrix_f(3)
- Constructs X, Y, Z rotation matrices with an angle. Allegro game programming library
- get_vector_rotation_quat(3)
- Constructs a quaternion to rotate points around a vector. Allegro game programming library
- get_volume(3)
- Retrieves the global sound output volume. Allegro game programming library
- get_x_rotate_matrix(3), get_x_rotate_matrix_f(3)
- Construct X axis rotation matrices. Allegro game programming library
- get_x_rotate_quat(3), get_y_rotate_quat(3), get_z_rotate_quat(3)
- Construct axis rotation quaternions. Allegro game programming library
- get_y_rotate_matrix(3), get_y_rotate_matrix_f(3)
- Construct Y axis rotation matrices. Allegro game programming library
- get_z_rotate_matrix(3), get_z_rotate_matrix_f(3)
- Construct Z axis rotation matrices. Allegro game programming library
- geta32(3)
- Extract the alpha component form a 32-bit pixel format color. Allegro game programming library
- getablexprdepth(3)
- gives the depth of an expression. man1/alc_origin.1
- getablexprlength(3)
- gives the length of an expression. man1/alc_origin.1
- getablexprmax(3)
- applies a function to all operands. man1/alc_origin.1
- getablexprmin(3)
- applies a function to all operands. man1/alc_origin.1
- getablexprnum(3)
- gives a specified operand of an expression. man1/alc_origin.1
- getablexprnumatom(3)
- gives the number of atom in an expression. man1/alc_origin.1
- getablexprnumbinoper(3)
- gives the number of binary operators in an expression. man1/alc_origin.1
- getablexprnumocc(3)
- how many times a name appears in an expression. man1/alc_origin.1
- getablexprsupport(3)
- gives the expression's support. man1/alc_origin.1
- getabstime(1)
- Get Current Time Stamp
- 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_cancel_callback(3)
- -- cancel an outstanding asyn getdns request
- getdns_context_set_append_name(3)
- getdns_context_set_context_update_callback, getdns_context_set_dns_root_servers, getdns_context_set_dns_transport, getdns_context_set_dnssec_trust_anchors, getdns_context_set_dnssec_allowed_skew, getdns_context_set_follow_redirects, getdns_context_set_limit_outstanding_queries, getdns_context_set_namespaces, getdns_context_set_resolution_type, getdns_context_set_suffix, getdns_context_set_timeout, -- getdns context manipulation routines n
- getdns_convert(3)
- getdns_convert_dns_name_to_fqdn, getdns_convert_fqdn_to_dns_name -- convert dname between presentation- and wire-format
- getdns_dict_get(3)
- getdns_dict_get_bindata, getdns_dict_get_data_type, getdns_dict_get_dict, getdns_dict_get_int, getdns_dict_get_list, getdns_dict_get_names -- get value by name from a getdns dict
- getdns_dict_set(3)
- getdns_dict_set_bindata, getdns_dict_set_dict, getdns_dict_set_int, getdns_dict_set_list, -- set a value by name in a getdns dict
- getdns_hostname(3)
- getdns_hostname_sync -- get hostname by address
- 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
- getdp(1), GetDP(1)
- a General environment for the treatment of Discrete Problems
- gethostbyname(3), gethostbyaddr(3), gethostent(3), sethostent(3), endhostent(3), herror(3)
- get network host entry
- gethtitem(3)
- searches an item in a hash table man1/alc_origin.1
- getipnodebyname(3), getipnodebyaddr(3)
- get network host entry .br freehostent free network host entry
- getline(3)
- command-line editing library with history
- getlofig(3)
- give back a pointer to a lofig 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_mbox(1)
- read a message from stdin and deliver to a named mboxrd-format mbox file with fcntl-style locking
- getmails(1)
- wrapper for getmail to access multiple mailboxes
- getnetent(3), getnetbyaddr(3), getnetbyname(3), setnetent(3), endnetent(3)
- get networks entry
- getpeername(1)
- get information about this or that end of the socket's connection netpipes 4.2
- getphfig(3)
- give back a pointer to a phfig man1/alc_origin.1
- getpixel(3)
- Reads a pixel from a bitmap. Allegro game programming library
- getpub(1)
- look up Medline entries by UID
- getr(3), getg(3), getb(3), geta(3)
- Extract a color component from the current pixel format. Allegro game programming library
- getr8(3), getg8(3), getb8(3), getr15(3), getg15(3), getb15(3), getr16(3), getg16(3), getb16(3), getr24(3), getg24(3), getb24(3), getr32(3), getg32(3), getb32(3)
- Extract a color component from the specified pixel format. Allegro game programming library
- 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
- gexpand(1), expand(1)
- convert tabs to spaces
- gfactor(1), factor(1)
- factor numbers
- gforth(1), gforth-fast(1), gforthmi(1)
- a fast and portable Forth system
- gftp(1)
- file transfer client for *NIX based machines
- gfx_capabilities(3)
- Bitfield describing video hardware capabilities. Allegro game programming library
- 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
- ggbak(3)
- ggbak: back-transform eigvec
- ggbal(3)
- ggbal: balance matrix
- gges(3)
- gges: Schur form, unblocked
- ggev(3)
- ggev: eig, unblocked
- gghd3(3)
- gghd3: reduction to Hessenberg, level 3
- gghrd(3)
- gghrd: reduction to Hessenberg
- gh(1)
- GitHub CLI
- gh-api(1)
- Make an authenticated GitHub API request
- gh-auth(1)
- Authenticate gh and git with GitHub
- gh-auth-login(1)
- Log in to a GitHub account
- gh-auth-logout(1)
- Log out of a GitHub account
- gh-auth-setup-git(1)
- Setup git with GitHub CLI
- gh-auth-status(1)
- Display active account and authentication state on each known GitHub host
- gh-auth-switch(1)
- Switch active GitHub account
- gh-browse(1)
- Open repositories, issues, pull requests, and more in the browser
- gh-cache(1)
- Manage GitHub Actions caches
- gh-cache-delete(1)
- Delete GitHub Actions caches
- gh-cache-list(1)
- List GitHub Actions caches
- gh-codespace-cp(1)
- Copy files between local and remote file systems
- gh-codespace-jupyter(1)
- Open a codespace in JupyterLab
- gh-codespace-ports-visibility(1)
- Change the visibility of the forwarded port
- gh-codespace-rebuild(1)
- Rebuild a codespace
- gh-codespace-view(1)
- View details about a codespace
- gh-extension-browse(1)
- Enter a UI for browsing, adding, and removing extensions
- gh-extension-search(1)
- Search extensions to the GitHub CLI
- gh-gpg-key-add(1)
- Add a GPG key to your GitHub account
- gh-gpg-key-delete(1)
- Delete a GPG key from your GitHub account
- gh-gpg-key-list(1)
- Lists GPG keys in your GitHub account
- gh-issue-develop(1)
- Manage linked branches for an issue
- gh-label(1)
- Manage labels
- gh-label-clone(1)
- Clones labels from one repository to another
- gh-label-create(1)
- Create a new label
- gh-label-delete(1)
- Delete a label from a repository
- gh-label-edit(1)
- Edit a label
- gh-label-list(1)
- List labels in a repository
- gh-pr-update-branch(1)
- Update a pull request branch
- gh-project(1)
- Work with GitHub Projects
- gh-project-item-delete(1)
- Delete an item from a project by ID
- gh-release-view(1)
- View information about a release
- gh-repo-autolink-list(1)
- List autolink references for a GitHub 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-gitignore(1)
- List and view available repository gitignore templates
- gh-repo-gitignore-list(1)
- List available repository gitignore templates
- gh-repo-gitignore-view(1)
- View an available repository gitignore template
- gh-repo-list(1)
- List repositories owned by user or organization
- gh-ruleset(1)
- View info about repo rulesets
- gh-ruleset-check(1)
- View rules that would apply to a given branch
- gh-ruleset-view(1)
- View information about a ruleset
- gh-run(1)
- View details about workflow runs
- gh-run-download(1)
- Download artifacts generated by a workflow run
- gh-secret(1)
- Manage GitHub secrets
- gh-ssh-key-add(1)
- Add an SSH key to your GitHub account
- gh-ssh-key-delete(1)
- Delete an SSH key from your GitHub account
- gh-ssh-key-list(1)
- Lists SSH keys in your GitHub account
- gh-status(1)
- Print information about relevant issues, pull requests, and notifications across repositories
- gh-variable(1)
- Manage GitHub Actions variables
- gh-variable-delete(1)
- Delete variables
- gh-variable-get(1)
- Get variables
- gh-variable-list(1)
- List variables
- gh-variable-set(1)
- Create or update variables
- gh-workflow(1)
- View details about GitHub Actions workflows
- gh-workflow-disable(1)
- Disable a workflow
- gh-workflow-enable(1)
- Enable a workflow
- gh-workflow-run(1)
- Run a workflow by creating a workflow_dispatch event
- ghash(3)
- generic hash table library
- gi-compile-repository(1)
- Typelib compiler
- gi-decompile-typelib(1)
- Typelib decompiler
- gi-docgen(1)
- a documentation generator using gobject-introspection
- gi-inspect-typelib(1)
- Typelib inspection tool
- gibson(6)
- Hacking the Gibson screen saver
- gid(1)
- Query ID database and report results
- gif2rgb(1)
- convert images saved as GIF to 24-bit RGB triplets
- gif2swf(1)
- Takes a number of gif files and converts them to a swf movie, one picture per frame
- gif2webp(1)
- Convert a GIF image to WebP
- gifbuild(1)
- dump GIF data in a textual format, or undump it to a GIF
- giffix(1)
- attempt to fix up broken GIFs
- giflib(7)
- GIFLIB utilities
- gigdump(1)
- List information about a Gigasampler (.gig) file
- gil2bin(1)
- convert GenInfo integrated IDs to or from binary
- gimplut(1)
- convert GIMP gradient (ggr) files to binary lookup tables (lut)
- gindent(1), indent(1)
- changes the appearance of a C program by inserting or deleting whitespace
- ginstall(1), install(1)
- copy files and set attributes
- gist(1)
- browse binary cgm graphics files
- git-abort(1)
- Abort current git operation
- git-absorb(1)
- Automatically absorb staged changes into your current branch
- git-am(1)
- Apply a series of patches from a mailbox
- git-arc(1), git arc(1)
- a wrapper to improve integration between git and arcanist
- git-backfill(1)
- Download missing objects in a partial clone
- git-bisect(1)
- Use binary search to find the commit that introduced a bug
- git-blame(1)
- Show what revision and author last modified each line of a file
- git-branch(1)
- List, create, or delete branches
- git-brv(1)
- List branches sorted by their last commit date
- git-bug(1)
- A bug tracker embedded in Git
- git-bug-add(1)
- Create a new bug
- git-bug-bridge(1)
- Configure and use bridges to other bug trackers
- git-bug-bridge-auth(1)
- List all known bridge authentication credentials
- git-bug-bridge-auth-add-token(1)
- Store a new token
- git-bug-bridge-auth-rm(1)
- Remove a credential
- git-bug-bridge-auth-show(1)
- Display an authentication credential
- git-bug-bridge-configure(1)
- Configure a new bridge
- git-bug-bridge-pull(1)
- Pull updates
- git-bug-bridge-push(1)
- Push updates
- git-bug-bridge-rm(1)
- Delete a configured bridge
- git-bug-commands(1)
- Display available commands
- git-bug-comment(1)
- Display or add comments to a bug
- git-bug-comment-add(1)
- Add a new comment to a bug
- git-bug-comment-edit(1)
- Edit an existing comment on a bug
- git-bug-deselect(1)
- Clear the implicitly selected bug
- git-bug-label(1)
- Display, add or remove labels to/from a bug
- git-bug-label-add(1)
- Add a label to a bug
- git-bug-label-ls(1)
- List valid labels
- git-bug-label-rm(1)
- Remove a label from a bug
- git-bug-ls(1)
- List bugs
- git-bug-pull(1)
- Pull bugs update from a git remote
- git-bug-push(1)
- Push bugs update to a git remote
- git-bug-rm(1)
- Remove an existing bug
- git-bug-select(1)
- Select a bug for implicit use in future commands
- git-bug-show(1)
- Display the details of a bug
- git-bug-status(1)
- Display or change a bug status
- git-bug-status-close(1)
- Mark a bug as closed
- git-bug-status-open(1)
- Mark a bug as open
- git-bug-termui(1)
- Launch the terminal UI
- git-bug-title(1)
- Display or change a title of a bug
- git-bug-title-edit(1)
- Edit a title 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-bug-version(1)
- Show git-bug version information
- git-bug-webui(1)
- Launch the web UI
- git-bugreport(1)
- Collect information for user to file a bug report
- git-bulk(1)
- Run git commands on multiple repositories
- git-bundle(1)
- Move objects and refs by archive
- git-cat-file(1)
- Provide contents or details of repository objects
- git-check-attr(1)
- Display gitattributes information
- git-check-ignore(1)
- Debug gitignore / exclude files
- git-checkout(1)
- Switch branches or restore working tree files
- git-cherry(1)
- Find commits yet to be applied to upstream
- git-cherry-pick(1)
- Apply the changes introduced by some existing commits
- git-commit-tree(1)
- Create a new commit object
- git-config(1)
- Get and set repository or global options
- git-contrib(1)
- Show user's contributions
- git-count-objects(1)
- Count unpacked number of objects and their disk consumption
- git-create-branch(1)
- Create branches
- 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-describe(1)
- Give an object a human readable name based on an available ref
- git-diff(1)
- Show changes between commits, commit and working tree, etc
- git-diff-pairs(1)
- Compare the content and mode of provided blob pairs
- git-diff-tree(1)
- Compares the content and mode of blobs found via two tree objects
- git-fast-import(1)
- Backend for fast Git data importers
- git-feature(1)
- Create/Merge feature branch
- git-fetch(1)
- Download objects and refs from another repository
- git-fetch-pack(1)
- Receive missing objects from another repository
- git-filter-branch(1)
- Rewrite branches
- git-fork(1)
- Fork a repo on github
- git-format-patch(1)
- Prepare patches for e-mail submission
- git-fresh-branch(1)
- Create fresh branches
- git-fsck(1)
- Verifies the connectivity and validity of the objects in the database
- git-fsck-objects(1)
- Verifies the connectivity and validity of the objects in the database
- git-fsmonitor--daemon(1)
- A Built-in Filesystem Monitor
- git-gh-pages(1)
- Create the GitHub Pages branch
- git-graft(1)
- Merge and destroy a given branch
- git-gui(1)
- A portable graphical interface to Git
- git-guilt(1)
- calculate change between two revisions
- git-hash-object(1)
- Compute object ID and optionally create an object from a file
- git-help(1)
- Display help information about Git
- git-http-backend(1)
- Server side implementation of Git over HTTP
- git-http-push(1)
- Push objects over HTTP/DAV to another repository
- git-index-pack(1)
- Build pack index file for an existing packed archive
- git-init-db(1)
- Creates an empty Git repository
- git-instaweb(1)
- Instantly browse your working repository in gitweb
- git-lfs-checkout(1)
- Update working copy with file content if available
- git-lfs-clone(1)
- Efficiently clone a LFS-enabled repository
- git-lfs-completion(1)
- Shell tab-completion script generation for Git LFS
- git-lfs-filter-process(1)
- Git filter process that converts between pointer and actual content
- git-lfs-ls-files(1)
- Show information about Git LFS files in the index and working tree
- git-lfs-merge-driver(1)
- Merge text-based LFS files
- git-lfs-pointer(1)
- Build, compare, and check pointers
- git-lfs-smudge(1)
- Git smudge filter that converts pointer in blobs to the actual content
- git-lfs-track(1)
- View or add Git LFS paths to Git attributes
- git-lfs-untrack(1)
- Remove Git LFS paths from Git Attributes
- git-locked(1)
- ls files that have been locked
- git-ls-files(1)
- Show information about files in the index and the working tree
- git-ls-tree(1)
- List the contents of a tree object
- git-mailsplit(1)
- Simple UNIX mbox splitter program
- git-merge-base(1)
- Find as good common ancestors as possible for a merge
- git-merge-into(1)
- Merge one branch into another
- git-mergetool--lib(1)
- Common Git merge tool shell scriptlets
- git-missing(1)
- Show commits missing from another branch
- git-mktag(1)
- Creates a tag object with extra validation
- git-mktree(1)
- Build a tree-object from ls-tree formatted text
- git-name-rev(1)
- Find symbolic names for given revs
- git-notes(1)
- Add or inspect object notes
- git-obliterate(1)
- rewrite past commits to remove some files
- git-p4(1)
- Import from and submit to Perforce repositories
- git-pack-objects(1)
- Create a packed archive of objects
- git-paste(1)
- Send patches to pastebin for chat conversations
- git-prune(1)
- Prune all unreachable objects from the object database
- git-prune-packed(1)
- Remove extra objects that are already in pack files
- git-psykorebase(1)
- Rebase a branch with a merge commit
- git-pull(1)
- Fetch from and integrate with another repository or a local branch
- git-pull-request(1)
- Create pull request for GitHub project
- git-push(1)
- Update remote refs along with associated objects
- git-quiltimport(1)
- Applies a quilt patchset onto the current branch
- git-range-diff(1)
- Compare two commit ranges (e.g. two versions of a branch)
- git-rebase(1)
- Reapply commits on top of another base tip
- git-rebase-patch(1)
- Rebases a patch
- git-remote-bzr(1)
- Git remote support for Bazaar repositories
- git-remote-ext(1)
- Bridge smart transport to external command
- git-remote-fd(1)
- Reflect smart transport stream back to caller
- git-rename-branch(1)
- rename local branch and push to remote
- git-repack(1)
- Pack unpacked objects in a repository
- git-replace(1)
- Create, list, delete refs to replace objects
- git-replay(1)
- EXPERIMENTAL: Replay commits on a new base, works with bare repos too
- git-rev-list(1)
- Lists commit objects in reverse chronological order
- git-review(1)
- Submit changes to Gerrit for review
- git-scp(1)
- Copy files to SSH compatible git-remote
- git-secret-killperson(1)
- deletes key identified by an email from the inner keyring
- git-secret-usage(1)
- prints all the available commands
- git-secret-whoknows(1)
- prints email-labels for each key in the keyring
- git-send-pack(1)
- Push objects over Git protocol to another repository
- git-sh-i18n--envsubst(1)
- Gits own envsubst(1) for i18n fallbacks
- git-show(1)
- Show various types of objects
- git-show-branch(1)
- Show branches and their commits
- git-show-merged-branches(1)
- Show merged branches
- git-show-tree(1)
- show branch tree of commit history
- git-show-unmerged-branches(1)
- Show unmerged branches
- git-sparse-checkout(1)
- Reduce your working tree to a subset of tracked files
- git-submodule(1)
- Initialize, update or inspect submodules
- git-subrepo(1), Header "Name" git-subrepo(1)
- Git Submodule Alternative
- git-subtree(1)
- Merge subtrees together and split repository into subtrees
- git-svn(1)
- Bidirectional operation between a Subversion repository and Git
- git-switch(1)
- Switch branches
- git-symbolic-ref(1)
- Read, modify and delete symbolic refs
- git-sync(1)
- Sync local branch with remote branch
- git-tag(1)
- Create, list, delete or verify a tag object signed with GPG
- git-track(1)
- set up branch for tracking a remote
- git-unpack-file(1)
- Creates a temporary file with a blobs contents
- git-unpack-objects(1)
- Unpack objects from a packed archive
- git-update-ref(1)
- Update the object name stored in a ref safely
- git-update-server-info(1)
- Update auxiliary info file to help dumb servers
- git-upload-archive(1)
- Send archive back to git-archive
- git-upload-pack(1)
- Send objects packed back to git-fetch-pack
- git-var(1)
- Show a Git logical variable
- git-version(1)
- Display version information about Git
- git-web--browse(1)
- Git helper script to launch a web browser
- git-write-tree(1)
- Create a tree object from the current index
- gitattributes(5)
- Defining attributes per path
- gitfaq(7)
- Frequently asked questions about using Git
- gitformat-bundle(5)
- The bundle file format
- gitformat-chunk(5)
- Chunk-based file formats
- githooks(5)
- Hooks used by Git
- gitk(1)
- The Git repository browser
- gitmodules(5)
- Defining submodule properties
- gitprotocol-capabilities(5)
- Protocol v0 and v1 capabilities
- gitprotocol-http(5)
- Git HTTP-based protocols
- gitsubmodules(7)
- Mounting one repository inside another
- gitweb(1)
- Git web interface (web frontend to Git repositories)
- gitweb.conf(5)
- Gitweb (Git web interface) configuration file
- gkrellkam-list(5)
- format of the list description files used by GKrellKam
- gl860(4)
- webcamd driver for Genesys Logic USB cameras
- gl861(4)
- webcamd driver for GL861
- glAccum(3), "glAccum(3)
- operate on the accumulation buffer
- glBindTexture(3), "glBindTexture(3)
- bind a named texture to a texturing target
- glBitmap(3), "glBitmap(3)
- draw a bitmap
- glBlendColorEXT(3), "glBlendColorEXT(3)
- set the blend color
- glBlendFunc(3), "glBlendFunc(3)
- specify pixel arithmetic
- glClear(3), "glClear(3)
- clear buffers to preset values
- glClearAccum(3), "glClearAccum(3)
- specify clear values for the accumulation buffer
- glClearColor(3), "glClearColor(3)
- specify clear values for the color buffers
- 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
- glClearStencil(3), "glClearStencil(3)
- specify the clear value for the stencil buffer
- glColorMask(3), "glColorMask(3)
- enable and disable writing of frame buffer color components
- glCopyPixels(3), "glCopyPixels(3)
- copy pixels in the frame buffer
- glCopyTexSubImage1D(3), "glCopyTexSubImage1D(3)
- copy a one-dimensional texture subimage
- glCopyTexSubImage2D(3), "glCopyTexSubImage2D(3)
- copy a two-dimensional texture subimage
- glCullFace(3), "glCullFace(3)
- specify whether front- or back-facing facets can be culled
- glDepthFunc(3), "glDepthFunc(3)
- specify the value used for depth buffer comparisons
- glDepthMask(3), "glDepthMask(3)
- enable or disable writing into the depth buffer
- glDrawBuffer(3), "glDrawBuffer(3)
- specify which color buffers are to be drawn into
- glDrawPixels(3), "glDrawPixels(3)
- write a block of pixels to the frame buffer
- glFeedbackBuffer(3), "glFeedbackBuffer(3)
- controls feedback mode
- glFinish(3), "glFinish(3)
- block until all GL execution is complete
- glFrontFace(3), "glFrontFace(3)
- define front- and back-facing polygons
- glFrustum(3), "glFrustum(3)
- multiply the current matrix by a perspective matrix
- 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
- glInterleavedArrays(3), "glInterleavedArrays(3)
- simultaneously specify and enable several interleaved arrays
- glIsEnabled(3), "glIsEnabled(3)
- test whether a capability is enabled
- glListBase(3), "glListBase(3)
- set the display-list base for glCallLists
- glPassThrough(3), "glPassThrough(3)
- place a marker in the feedback buffer
- glReadBuffer(3), "glReadBuffer(3)
- select a color buffer source for pixels
- glReadPixels(3), "glReadPixels(3)
- read a block of pixels from the frame buffer
- glScissor(3), "glScissor(3)
- define the scissor box
- glSelectBuffer(3), "glSelectBuffer(3)
- establish a buffer for selection mode values
- glStencilMask(3), "glStencilMask(3)
- control the writing of individual bits in the stencil planes
- glTexSubImage1D(3), "glTexSubImage1D(3)
- specify a two-dimensional texture subimage
- glTexSubImage2D(3), "glTexSubImage2D(3)
- specify a two-dimensional texture subimage
- glXChooseVisual(3), "glXChooseVisual(3)
- return a visual that matches specified attributes
- glXGetClientString(3), "glXGetClientString(3)
- return a string describing the client
- glXGetConfig(3), "glXGetConfig(3)
- return information about GLX visuals
- glXGetCurrentDrawable(3), "glXGetCurrentDrawable(3)
- return the current drawable
- glXIsDirect(3), "glXIsDirect(3)
- indicate whether direct rendering is enabled
- glXQueryServerString(3), "glXQueryServerString(3)
- return string describing the server
- glXQueryVersion(3), "glXQueryVersion(3)
- return the version numbers of the GLX extension
- glXSwapBuffers(3), "glXSwapBuffers(3)
- exchange front and back buffers
- glXUseXFont(3), "glXUseXFont(3)
- create bitmap display lists from an X font
- glXWaitGL(3), "glXWaitGL(3)
- complete GL execution prior to subsequent X calls
- glXWaitX(3), "glXWaitX(3)
- complete X execution prior to subsequent GL calls
- gl_bcircle(3)
- draw a filled or unfilled Bresenham circle
- gl_compileboxmask(3)
- compress a masked bitmap
- gl_compiledboxmasksize(3)
- compute the size of a compiled masked box
- gl_copybox(3)
- copy a rectangular screen area
- gl_copyboxfromcontext(3)
- copy rectangular area from another context
- gl_copyboxtocontext(3)
- copy a rectangular area to another context
- gl_disableclipping(3)
- disables clipping
- gl_enableclipping(3)
- enables clipping
- gl_enablepageflipping(3)
- enables automatic page flipping
- gl_fillbox(3)
- fill a rectangular area
- 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_getbox(3)
- copy a rectangular pixmap from the screen to a buffer
- gl_getpixelrgb(3)
- store color components of a pixel
- 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_putbox(3)
- copy a pixmap to a rectangular area
- gl_putboxmask(3)
- copy a masked pixmap to a rectangular area
- gl_putboxmaskcompiled(3)
- copy a compiled masked pixmap to a rectangular area
- gl_putboxpart(3)
- copy a partial pixmap to a rectangular area
- gl_rgbcolor(3)
- return pixel value corresponding to an rgb color
- gl_scalebox(3)
- scale a pixmap
- gl_setfont(3)
- set the text font to be used
- gl_setpixel(3), gl_setpixelrgb(3)
- draw a pixel
- gl_setrgbpalette(3)
- set a 256-color RGB palette
- gl_trisetcolorlookup(3), gl_trigetcolorlookup(3)
- manages a color lookup table for shadowing
- glab(1)
- A GitLab CLI tool
- glab-alias(1)
- Create, list, and delete aliases
- glab-alias-delete(1)
- Delete an alias
- glab-alias-list(1)
- List the available aliases
- glab-alias-set(1)
- Set an alias for a longer command
- glab-api(1)
- Make an authenticated request to the GitLab API
- glab-auth(1)
- Manage glab's authentication state
- glab-auth-configure-docker(1)
- Register glab as a Docker credential helper
- glab-auth-docker-helper(1)
- A Docker credential helper for GitLab container registries
- glab-auth-dpop-gen(1)
- Generates a DPoP (demonstrating-proof-of-possession) proof JWT. (EXPERIMENTAL)
- glab-auth-login(1)
- Authenticate with a GitLab instance
- glab-auth-logout(1)
- Logout from a GitLab instance
- glab-auth-status(1)
- View authentication status
- glab-changelog(1)
- Interact with the changelog API
- glab-changelog-generate(1)
- Generate a changelog for the repository or project
- glab-check-update(1)
- Check for latest glab releases
- glab-ci(1)
- Work with GitLab CI/CD pipelines and jobs
- glab-ci-cancel(1)
- Cancel a running pipeline or job
- glab-ci-cancel-job(1)
- Cancel CI/CD jobs
- glab-ci-cancel-pipeline(1)
- Cancel CI/CD pipelines
- glab-ci-config(1)
- Work with GitLab CI/CD configuration
- glab-ci-config-compile(1)
- View the fully expanded CI/CD configuration
- glab-ci-delete(1)
- Delete CI/CD pipelines
- glab-ci-get(1)
- Get JSON of a running CI/CD pipeline on the current or other specified branch
- glab-ci-lint(1)
- Checks if your .gitlab-ci.yml file is valid
- glab-ci-list(1)
- Get the list of CI/CD pipelines
- glab-ci-retry(1)
- Retry a CI/CD job
- glab-ci-run(1)
- Create or run a new CI/CD pipeline
- glab-ci-run-trig(1)
- Run a CI/CD pipeline trigger
- glab-ci-status(1)
- View a running CI/CD pipeline on current or other branch specified
- glab-ci-trace(1)
- Trace a CI/CD job log in real time
- glab-ci-trigger(1)
- Trigger a manual CI/CD job
- glab-ci-view(1)
- View, run, trace, log, and cancel CI/CD job's current pipeline
- glab-cluster(1)
- Manage GitLab Agents for Kubernetes and their clusters
- glab-cluster-agent(1)
- Manage GitLab Agents for Kubernetes
- glab-cluster-agent-bootstrap(1)
- Bootstrap a GitLab Agent for Kubernetes in a project
- glab-cluster-agent-check_manifest_usage(1)
- Check agent configuration files for built-in GitOps manifests usage. (EXPERIMENTAL)
- glab-cluster-agent-get-token(1)
- Create and return a k8s_proxy-scoped personal access token to authenticate with a GitLab Agents for Kubernetes
- glab-cluster-agent-list(1)
- List GitLab Agents for Kubernetes in a project
- glab-cluster-agent-token(1)
- Manage GitLab Agents for Kubernetes tokens
- glab-cluster-agent-token-list(1)
- List tokens of an agent
- glab-cluster-agent-token-revoke(1)
- Revoke a token of an agent
- glab-cluster-agent-update-kubeconfig(1)
- Update selected kubeconfig
- glab-cluster-graph(1)
- Queries the Kubernetes object graph, using the GitLab Agent for Kubernetes. (EXPERIMENTAL)
- glab-completion(1)
- Generate shell completion scripts
- glab-config(1)
- Manage glab settings
- glab-config-edit(1)
- Opens the glab configuration file
- glab-config-get(1)
- Prints the value of a given configuration key
- glab-config-set(1)
- Updates configuration with the value of a given key
- glab-deploy-key(1)
- Manage deploy keys
- glab-deploy-key-add(1)
- Add a deploy key to a GitLab project
- glab-deploy-key-delete(1)
- Deletes a single deploy key specified by the ID
- glab-deploy-key-get(1)
- Returns a single deploy key specified by the ID
- glab-deploy-key-list(1)
- Get a list of deploy keys for the current project
- glab-duo(1)
- Work with GitLab Duo
- glab-duo-ask(1)
- Generate Git commands from natural language
- 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(1)
- Work with GitLab issues
- glab-issue-board(1)
- Work with GitLab issue boards in the given project
- glab-issue-board-create(1)
- Create a project issue board
- glab-issue-board-view(1)
- View project issue board
- glab-issue-close(1)
- Close an issue
- glab-issue-create(1)
- Create an issue
- glab-issue-delete(1)
- Delete an issue
- glab-issue-list(1)
- List project issues
- glab-issue-note(1)
- Comment on an issue in GitLab
- glab-issue-reopen(1)
- Reopen a closed issue
- glab-issue-subscribe(1)
- Subscribe to an issue
- glab-issue-unsubscribe(1)
- Unsubscribe from an issue
- glab-issue-update(1)
- Update issue
- glab-issue-view(1)
- Display the title, body, and other information about an issue
- glab-iteration(1)
- Retrieve iteration information
- glab-iteration-list(1)
- List project iterations
- glab-job(1)
- Work with GitLab CI/CD jobs
- glab-job-artifact(1)
- Download all artifacts from the last pipeline
- glab-label(1)
- Manage labels on remote
- glab-label-create(1)
- Create labels for a repository or project
- glab-label-delete(1)
- Delete labels for a repository or project
- glab-label-list(1)
- List labels in the repository
- glab-mcp(1)
- Work with a Model Context Protocol (MCP) server. (EXPERIMENTAL)
- glab-mcp-serve(1)
- Start a MCP server with stdio transport. (EXPERIMENTAL)
- glab-mr(1)
- Create, view, and manage merge requests
- glab-mr-approve(1)
- Approve merge requests
- glab-mr-approvers(1)
- List eligible approvers for merge requests in any state
- glab-mr-checkout(1)
- Check out an open merge request
- glab-mr-close(1)
- Close a merge request
- glab-mr-create(1)
- Create a new merge request
- glab-mr-delete(1)
- Delete a merge request
- glab-mr-diff(1)
- View changes in a merge request
- glab-mr-issues(1)
- Get issues related to a particular merge request
- glab-mr-list(1)
- List merge requests
- glab-mr-merge(1)
- Merge or accept a merge request
- glab-mr-note(1)
- Add a comment or note to a merge request
- glab-mr-rebase(1)
- Rebase the source branch of a merge request against its target branch
- glab-mr-reopen(1)
- Reopen a merge request
- glab-mr-revoke(1)
- Revoke approval on a merge request
- glab-mr-subscribe(1)
- Subscribe to a merge request
- glab-mr-todo(1)
- Add a to-do item to merge request
- glab-mr-unsubscribe(1)
- Unsubscribe from a merge request
- glab-mr-update(1)
- Update a merge request
- glab-mr-view(1)
- Display the title, body, and other information about a merge request
- glab-opentofu(1)
- Work with the OpenTofu or Terraform integration
- glab-opentofu-init(1)
- Initialize OpenTofu or Terraform
- glab-opentofu-state(1)
- Work with the OpenTofu or Terraform states
- glab-opentofu-state-delete(1)
- Delete the given state or if the serial is provided only that version of the given state
- glab-opentofu-state-download(1)
- Download the given state and output as JSON to stdout
- glab-opentofu-state-list(1)
- List states
- glab-opentofu-state-lock(1)
- Lock the given state
- glab-opentofu-state-unlock(1)
- Unlock the given state
- glab-release(1)
- Manage GitLab releases
- glab-release-create(1)
- Create a new GitLab release, or update an existing one
- glab-release-delete(1)
- Delete a GitLab release
- glab-release-download(1)
- Download asset files from a GitLab release
- glab-release-list(1)
- List releases in a repository
- glab-release-upload(1)
- Upload release asset files or links to a GitLab release
- glab-release-view(1)
- View information about a GitLab release
- glab-repo(1)
- Work with GitLab repositories and projects
- glab-repo-archive(1)
- Get an archive of the repository
- glab-repo-clone(1)
- Clone a GitLab repository or project
- glab-repo-contributors(1)
- Get repository contributors list
- glab-repo-create(1)
- Create a new GitLab project/repository
- glab-repo-delete(1)
- Delete an existing repository on GitLab
- glab-repo-fork(1)
- Fork a GitLab repository
- glab-repo-list(1)
- Get list of repositories
- glab-repo-mirror(1)
- Mirror a project or repository to the specified location, using pull or push methods
- glab-repo-publish(1)
- Publishes resources in the project
- glab-repo-publish-catalog(1)
- [EXPERIMENTAL] Publishes CI/CD components to the catalog
- glab-repo-search(1)
- Search for GitLab repositories and projects by name
- glab-repo-transfer(1)
- Transfer a repository to a new namespace
- glab-repo-update(1)
- Update an existing GitLab project or repository
- glab-repo-view(1)
- View a project or repository
- glab-schedule(1)
- Work with GitLab CI/CD schedules
- glab-schedule-create(1)
- Schedule a new pipeline
- glab-schedule-delete(1)
- Delete the schedule with the specified ID
- glab-schedule-list(1)
- Get the list of schedules
- glab-schedule-run(1)
- Run the specified scheduled pipeline
- glab-schedule-update(1)
- Update a pipeline schedule
- glab-securefile(1)
- Manage secure files for a project
- glab-securefile-create(1)
- Create a new project secure file
- glab-securefile-download(1)
- Download a secure file for a project
- glab-securefile-get(1)
- Get details of a project secure file. (GitLab 18.0 and later)
- glab-securefile-list(1)
- List secure files for a project
- glab-securefile-remove(1)
- Remove a secure file
- glab-snippet(1)
- Create, view and manage snippets
- glab-snippet-create(1)
- Create a new snippet
- glab-ssh-key(1)
- Manage SSH keys registered with your GitLab account
- glab-ssh-key-add(1)
- Add an SSH key to your GitLab account
- glab-ssh-key-delete(1)
- Deletes a single SSH key specified by the ID
- glab-ssh-key-get(1)
- Returns a single SSH key specified by the ID
- glab-ssh-key-list(1)
- Get a list of SSH keys for the currently authenticated user
- glab-stack(1)
- Create, manage, and work with stacked diffs. (EXPERIMENTAL)
- glab-stack-amend(1)
- Save more changes to a stacked diff. (EXPERIMENTAL)
- glab-stack-create(1)
- Create a new stacked diff. (EXPERIMENTAL)
- glab-stack-first(1)
- Moves to the first diff in the stack. (EXPERIMENTAL)
- glab-stack-last(1)
- Moves to the last diff in the stack. (EXPERIMENTAL)
- glab-stack-list(1)
- Lists all entries in the stack. (EXPERIMENTAL)
- glab-stack-move(1)
- Moves to any selected entry in the stack. (EXPERIMENTAL)
- glab-stack-next(1)
- Moves to the next diff in the stack. (EXPERIMENTAL)
- glab-stack-prev(1)
- Moves to the previous diff in the stack. (EXPERIMENTAL)
- glab-stack-reorder(1)
- Reorder a stack of merge requests. (EXPERIMENTAL)
- glab-stack-save(1)
- Save your progress within a stacked diff. (EXPERIMENTAL)
- glab-stack-switch(1)
- Switch between stacks. (EXPERIMENTAL)
- glab-stack-sync(1)
- Sync and submit progress on a stacked diff. (EXPERIMENTAL)
- glab-token(1)
- Manage personal, project, or group tokens
- glab-token-create(1)
- Creates user, group, or project access tokens
- glab-token-list(1)
- List user, group, or project access tokens
- glab-token-revoke(1)
- Revoke user, group or project access tokens
- glab-token-rotate(1)
- Rotate user, group, or project access tokens
- glab-user(1)
- Interact with a GitLab user account
- glab-user-events(1)
- View user events
- glab-variable(1)
- Manage variables for a GitLab project or group
- glab-variable-delete(1)
- Delete a variable for a project or group
- glab-variable-export(1)
- Export variables from a project or group
- glab-variable-get(1)
- Get a variable for a project or group
- glab-variable-list(1)
- List variables for a project or group
- glab-variable-set(1)
- Create a new variable for a project or group
- glab-variable-update(1)
- Update an existing variable for a project or group
- glab-version(1)
- Show version information for glab
- glabels-3(1), glabels(1)
- Label and business card creation program for GNOME
- gladtex(1)
- generate html with LaTeX equations embedded as images
- glblur(6)
- 3D radial blur texture fields
- glbsp(1)
- GL Nodes builder for DOOM ports
- gle(3)
- an introduction to the GLE Tubing & Extrusions Library
- gle(3gle)
- an introduction to the GLE Tubing & Extrusions Library
- gleExtrusion(3)
- Extrude arbitrary 2D contour along arbitrary 3D path
- gleExtrusion(3gle)
- Extrude arbitrary 2D contour along arbitrary 3D path
- gleLathe(3)
- Sweep using a Z-axis shear to create an arbitrary contour along a helical path
- gleLathe(3gle)
- Sweep using a Z-axis shear to create an arbitrary contour along a helical path
- gleSpiral(3)
- Sweep an arbitrary contour along a helical path
- gleSpiral(3gle)
- Sweep an arbitrary contour along a helical path
- 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
- 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)
- glib(1)
- The Graphics LIBrarian
- glib-compile-resources(1)
- GLib resource compiler
- glib-compile-schemas(1)
- GSettings schema compiler
- glib-genmarshal(1)
- C code marshaller generation utility for GLib closures
- glib-gettextize(1)
- gettext internationalization utility
- 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] {
- glmark2(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-drm(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-egl(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-es2(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-es2-drm(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-es2-gbm(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-es2-wayland(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-gbm(1)
- OpenGL (ES) 2.0 benchmark suite
- glmark2-wayland(1)
- OpenGL (ES) 2.0 benchmark suite
- gln(1), ln(1)
- make links between files
- glob(1)
- global command (file name generation)
- glob.tcl86(n), glob(n)
- Return names of files that match patterns
- glob.tcl90(n), glob(n)
- Return names of files that match patterns
- glob_resource(3), glob_resource (3)
- Search the different datastores for resources matching a pattern
- global(1)
- print locations of given symbols
- global.tcl86(n), global(n)
- Access global variables
- global.tcl90(n), global(n)
- Access global variables
- globaliolimits.cfg(5)
- global I/O limiting configuration
- globash(1)
- a special shell for Global using GNU bash
- glocate(1), locate(1)
- list files in databases that match a pattern
- glocatedb(5), locatedb(5)
- front-compressed file name database
- glsnake(6)
- OpenGL enhanced Rubik's Snake cyclewaster
- gluBuild1DMipmaps(3), "gluBuild1DMipmaps(3)
- builds a 1-D mipmap
- gluBuild2DMipmaps(3), "gluBuild2DMipmaps(3)
- builds a 2-D mipmap
- gluDeleteNurbsRenderer(3), "gluDeleteNurbsRenderer(3)
- destroy a NURBS object
- gluDeleteQuadric(3), "gluDeleteQuadric(3)
- destroy a quadrics object
- gluDeleteTess(3), "gluDeleteTess(3)
- destroy a tessellation object
- gluGetNurbsProperty(3), "gluGetNurbsProperty(3)
- get a NURBS property
- gluGetString(3), "gluGetString(3)
- return a string describing the GLU version or GLU extensions
- gluGetTessProperty(3), "gluGetTessProperty(3)
- get a tessellation object property
- gluLoadSamplingMatrices(3), "gluLoadSamplingMatrices(3)
- load NURBS sampling and culling matrices
- gluNewNurbsRenderer(3), "gluNewNurbsRenderer(3)
- create a NURBS object
- gluNewQuadric(3), "gluNewQuadric(3)
- create a quadrics object
- gluNewTess(3), "gluNewTess(3)
- create a tessellation object
- gluNextContour(3), "gluNextContour(3)
- mark the beginning of another contour
- gluNurbsCallback(3), "gluNurbsCallback(3)
- define a callback for a NURBS object
- gluNurbsCallbackDataEXT(3), "gluNurbsCallbackDataEXT(3)
- set a user data pointer
- gluNurbsCurve(3), "gluNurbsCurve(3)
- define the shape of a NURBS curve
- gluNurbsProperty(3), "gluNurbsProperty(3)
- set a NURBS property
- gluNurbsSurface(3), "gluNurbsSurface(3)
- define the shape of a NURBS surface
- gluProject(3), "gluProject(3)
- map object coordinates to window coordinates
- gluPwlCurve(3), "gluPwlCurve(3)
- describe a piecewise linear NURBS trimming curve
- gluQuadricCallback(3), "gluQuadricCallback(3)
- define a callback for a quadrics object
- gluScaleImage(3), "gluScaleImage(3)
- scale an image to an arbitrary size
- gluTessBeginPolygon(3), "gluTessBeginPolygon(3)
- delimit a polygon description
- gluTessCallback(3), "gluTessCallback(3)
- define a callback for a tessellation object
- gluTessProperty(3), "gluTessProperty(3)
- set a tessellation object property
- gluUnProject(3), "gluUnProject(3)
- map window coordinates to object coordinates
- glutAddMenuEntry(3)
- adds a menu entry to the bottom of the current menu
- glutAddSubMenu(3)
- adds a sub-menu trigger to the bottom of the current menu
- 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
- glutBitmapWidth(3)
- returns the width of a bitmap character, glutBitmapLength returns the length of a bitmap font string
- glutButtonBoxFunc(3)
- sets the dial & button box button callback for the current window
- glutChangeToSubMenu(3)
- changes the specified menu item in the current menu into a sub-menu trigger
- glutCreateSubWindow(3)
- creates a subwindow
- glutDeviceGet(3)
- retrieves GLUT device information represented by integers
- glutDialsFunc(3)
- sets the dial & button box dials callback for the current window
- glutDisplayFunc(3)
- sets the display callback for the current window
- glutEntryFunc(3)
- sets the mouse enter/leave callback for the current window
- glutEstablishOverlay(3)
- establishes an overlay (if possible) for the current window
- glutForceJoystickFunc(3)
- forces current window's joystick callback to be called
- glutFullScreen(3)
- requests that the current window be made full screen
- glutGameModeGet(3)
- retrieves GLUT device information represented by integers
- glutGet(3)
- retrieves simple GLUT state represented by integers
- 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
- glutGetModifiers(3)
- returns the modifier key state when certain callbacks were generated
- glutIdleFunc(3)
- sets the global idle callback
- glutInit(3)
- initialize the GLUT library
- glutJoystickFunc(3)
- sets the joystick callback for the current window
- glutKeyboardFunc(3)
- sets the keyboard callback for the current window
- glutKeyboardUpFunc(3)
- sets the keyboard up (key release) callback for the current window
- glutMenuStatusFunc(3)
- sets the global menu status callback
- glutMotionFunc(3), glutPassiveMotionFunc(3)
- set the motion and passive motion callbacks respectively for the current window
- glutMouseFunc(3)
- sets the mouse callback for the current window
- glutOverlayDisplayFunc(3)
- sets the overlay display callback for the current window
- glutPopWindow(3), glutPushWindow(3)
- change the stacking order of the current window relative to its siblings
- glutPostOverlayRedisplay(3), glutPostWindowOverlayRedisplay(3)
- marks the overlay of the current or specified window as needing to be redisplayed
- glutPostRedisplay(3), glutPostWindowRedisplay(3)
- marks the current or specified window as needing to be redisplayed
- glutReportErrors(3)
- for debugging purposes; prints out OpenGL run-time errors
- glutReshapeFunc(3)
- sets the reshape callback for the current window
- glutSetKeyRepeat(3)
- retrieves simple GLUT state represented by integers
- glutSolidCube(3), glutWireCube(3)
- render a solid or wireframe cube respectively
- glutSpaceballButtonFunc(3)
- sets the Spaceball button callback for the current window
- glutSpaceballMotionFunc(3)
- sets the Spaceball motion callback for the current window
- glutSpaceballRotateFunc(3)
- sets the Spaceball rotation callback for the current window
- glutSpecialFunc(3)
- sets the special keyboard callback for the current window
- glutSpecialUpFunc(3)
- sets the special keyboard up (key release) callback for the current window
- glutSwapBuffers(3)
- swaps the buffers of the current window if double buffered
- glutTabletButtonFunc(3)
- sets the special keyboard callback for the current window
- glutTabletMotionFunc(3)
- sets the special keyboard callback for the current window
- glutTimerFunc(3)
- registers a timer callback to be triggered in a specified number of milliseconds
- glutVisibilityFunc(3)
- sets the visibility callback for the current window
- gmdb2(1)
- GNOME UI for MDB Tools
- gmk_hy(1), gmk_m2(1), gmk_m3(1), gmk_ub2(1)
- create source graphs
- gmk_sym(1)
- create rectangular symbols for gschem from a text file
- gmknod(1), mknod(1)
- make block or character special files
- gmsh(1), Gmsh(1)
- 3D finite element mesh generator with built-in CAD engine and post-processor
- gmusicbrowser(man)
- Jukebox for large collections of music files
- gmx-angle(1)
- Calculate distributions and correlations for angles and dihedrals
- gmx-bar(1)
- Calculate free energy difference estimates through Bennett's acceptance ratio
- gmx-bundle(1)
- Analyze bundles of axes, e.g., helices
- gmx-chi(1)
- Calculate everything you want to know about chi and other dihedrals
- gmx-clustsize(1)
- Calculate size distributions of atomic clusters
- gmx-convert-trj(1)
- Converts between different trajectory types
- gmx-distance(1)
- Calculate distances between pairs of positions
- gmx-dos(1)
- Analyze density of states and properties based on that
- gmx-dump(1)
- Make binary files human readable
- gmx-genion(1)
- Generate monoatomic ions on energetically favorable positions
- gmx-hbond(1)
- Compute and analyze hydrogen bonds
- gmx-hbond-legacy(1)
- Compute and analyze hydrogen bonds
- gmx-helix(1)
- Calculate basic properties of alpha helices
- gmx-helixorient(1)
- Calculate local pitch/bending/rotation/orientation inside helices
- gmx-lie(1)
- Estimate free energy from linear combinations
- gmx-mindist(1)
- Calculate the minimum distance between two groups
- 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-pairdist(1)
- Calculate pairwise distances between groups of positions
- gmx-pdb2gmx(1)
- Convert coordinate files to topology and FF-compliant coordinate files
- gmx-potential(1)
- Calculate the electrostatic potential across the box
- gmx-rdf(1)
- Calculate radial distribution functions
- gmx-report-methods(1)
- Write short summary about the simulation setup to a text file and/or to the standard output
- gmx-saltbr(1)
- Compute salt bridges
- gmx-sasa(1)
- Compute solvent accessible surface area
- gmx-select(1)
- Print general information about selections
- gmx-sigeps(1)
- Convert c6/12 or c6/cn combinations to and from sigma/epsilon
- gmx-spatial(1)
- Calculate the spatial distribution function
- gmx-traj(1)
- Plot x, v, f, box, temperature and rotational energy from trajectories
- gmx-wham(1)
- Perform weighted histogram analysis after umbrella sampling
- gnash(1), gtk-gnash(1), qt4-gnash(1), fb-gnash(1), sdl-gnash(1), gnash-gtk-launcher(1), gnash-qt-launcher(1)
- GNU Flash (SWF) Player
- gnl(1), nl(1)
- number lines of files
- gnokii(1)
- tool suite for mobile phones
- gnokiid(8)
- create a virtual modem for old Nokia mobile phones
- gnome-2048(6), GNOME 2048(6)
- Obtain the highest possible tile
- gnome-contacts(1)
- Access and store information about contacts
- gnome-klotski(6), Klotski(6)
- Sliding block puzzles game for GNOME
- gnome-mahjongg(6), Mahjongg(6)
- Match tiles and clear the board
- gnome-nibbles(6), Nibbles(6)
- A worm game for GNOME
- gnome-robots(6), Robots(6)
- Based on classic BSD Robots
- gnome-session-inhibit(1)
- inhibit gnome-session functionality
- gnproc(1), nproc(1)
- print the number of processing units available
- gnubg(6)
- GNU Backgammon program
- gnubiff(1)
- a mail notification program supporting GTK+ and GNOME
- gnumfmt(1), numfmt(1)
- Convert numbers from/to human-readable strings
- gnupg-pkcs11-scd(1)
- GnuPG-compatible smart-card daemon with PKCS#11 support
- gnutls-cli(1), *[B-Font]gnutls-cli(1)
- GnuTLS client
- gnutls-cli-debug(1), *[B-Font]gnutls-cli-debug(1)
- GnuTLS debug client
- gnutls-serv(1), *[B-Font]gnutls-serv(1)
- GnuTLS server
- gnutls_anti_replay_enable(3)
- API function
- gnutls_base64_decode2(3)
- API function
- gnutls_base64_encode2(3)
- API function
- gnutls_buffer_append_data(3)
- API function
- gnutls_bye(3)
- API function
- gnutls_certificate_get_peers_subkey_id(3)
- API function
- gnutls_cipher_get_block_size(3)
- API function
- gnutls_db_check_entry(3)
- API function
- gnutls_db_check_entry_expire_time(3)
- API function
- gnutls_db_check_entry_time(3)
- API function
- gnutls_db_get_default_cache_expiration(3)
- API function
- gnutls_db_get_ptr(3)
- API function
- gnutls_db_remove_session(3)
- API function
- gnutls_db_set_cache_expiration(3)
- API function
- gnutls_db_set_ptr(3)
- API function
- gnutls_db_set_remove_function(3)
- API function
- gnutls_db_set_retrieve_function(3)
- API function
- gnutls_db_set_store_function(3)
- API function
- gnutls_decode_ber_digest_info(3)
- API function
- gnutls_dh_get_peers_public_bits(3)
- API function
- gnutls_dh_get_prime_bits(3)
- API function
- gnutls_dh_get_pubkey(3)
- API function
- gnutls_dh_get_secret_bits(3)
- API function
- gnutls_dh_set_prime_bits(3)
- API function
- gnutls_ecc_curve_set_enabled(3)
- API function
- gnutls_encode_ber_digest_info(3)
- API function
- gnutls_fips140_mode_enabled(3)
- API function
- gnutls_get_library_config(3)
- API function
- gnutls_global_deinit(3)
- API function
- gnutls_global_init(3)
- API function
- gnutls_global_set_audit_log_function(3)
- API function
- gnutls_global_set_log_function(3)
- API function
- gnutls_global_set_log_level(3)
- API function
- gnutls_global_set_mem_functions(3)
- API function
- gnutls_global_set_mutex(3)
- API function
- gnutls_global_set_time_function(3)
- API function
- gnutls_heartbeat_allowed(3)
- API function
- gnutls_heartbeat_enable(3)
- API function
- gnutls_heartbeat_get_timeout(3)
- API function
- gnutls_heartbeat_ping(3)
- API function
- gnutls_heartbeat_pong(3)
- API function
- gnutls_heartbeat_set_timeouts(3)
- API function
- gnutls_hex2bin(3)
- API function
- gnutls_ocsp_status_request_enable_client(3)
- API function
- gnutls_pbkdf2(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_pk_bits_to_sec_param(3)
- API function
- gnutls_pkcs11_copy_pubkey(3)
- API function
- gnutls_pkcs11_get_raw_issuer_by_dn(3)
- API function
- gnutls_pkcs11_get_raw_issuer_by_subject_key_id(3)
- API function
- gnutls_pkcs11_obj_deinit(3)
- API function
- gnutls_pkcs11_obj_export(3)
- API function
- gnutls_pkcs11_obj_export2(3)
- API function
- gnutls_pkcs11_obj_export3(3)
- API function
- gnutls_pkcs11_obj_export_url(3)
- API function
- gnutls_pkcs11_obj_flags_get_str(3)
- API function
- gnutls_pkcs11_obj_get_exts(3)
- API function
- gnutls_pkcs11_obj_get_flags(3)
- API function
- gnutls_pkcs11_obj_get_info(3)
- API function
- gnutls_pkcs11_obj_get_ptr(3)
- API function
- gnutls_pkcs11_obj_get_type(3)
- API function
- gnutls_pkcs11_obj_import_url(3)
- API function
- gnutls_pkcs11_obj_init(3)
- API function
- gnutls_pkcs11_obj_list_import_url3(3)
- API function
- gnutls_pkcs11_obj_list_import_url4(3)
- API function
- gnutls_pkcs11_obj_set_info(3)
- API function
- gnutls_pkcs11_obj_set_pin_function(3)
- API function
- gnutls_pkcs11_privkey_export_pubkey(3)
- API function
- gnutls_pkcs12_bag_decrypt(3)
- API function
- gnutls_pkcs12_bag_deinit(3)
- API function
- gnutls_pkcs12_bag_enc_info(3)
- API function
- gnutls_pkcs12_bag_encrypt(3)
- API function
- gnutls_pkcs12_bag_get_count(3)
- API function
- gnutls_pkcs12_bag_get_data(3)
- API function
- gnutls_pkcs12_bag_get_friendly_name(3)
- API function
- gnutls_pkcs12_bag_get_key_id(3)
- API function
- gnutls_pkcs12_bag_get_type(3)
- API function
- gnutls_pkcs12_bag_init(3)
- API function
- gnutls_pkcs12_bag_set_crl(3)
- API function
- gnutls_pkcs12_bag_set_crt(3)
- API function
- gnutls_pkcs12_bag_set_data(3)
- API function
- gnutls_pkcs12_bag_set_friendly_name(3)
- API function
- gnutls_pkcs12_bag_set_key_id(3)
- API function
- gnutls_pkcs12_bag_set_privkey(3)
- API function
- gnutls_pkcs12_get_bag(3)
- API function
- gnutls_pkcs12_set_bag(3)
- API function
- gnutls_pkcs7_get_embedded_data(3)
- API function
- gnutls_pkcs7_get_embedded_data_oid(3)
- API function
- gnutls_protocol_set_enabled(3)
- API function
- gnutls_pubkey_deinit(3)
- API function
- gnutls_pubkey_encrypt_data(3)
- API function
- gnutls_pubkey_export(3)
- API function
- gnutls_pubkey_export2(3)
- API function
- gnutls_pubkey_export_dh_raw(3)
- API function
- gnutls_pubkey_export_dsa_raw(3)
- API function
- gnutls_pubkey_export_dsa_raw2(3)
- API function
- gnutls_pubkey_export_ecc_raw(3)
- API function
- gnutls_pubkey_export_ecc_raw2(3)
- API function
- gnutls_pubkey_export_ecc_x962(3)
- API function
- gnutls_pubkey_export_gost_raw2(3)
- API function
- gnutls_pubkey_export_rsa_raw(3)
- API function
- gnutls_pubkey_export_rsa_raw2(3)
- API function
- gnutls_pubkey_get_key_id(3)
- API function
- gnutls_pubkey_get_key_usage(3)
- API function
- gnutls_pubkey_get_openpgp_key_id(3)
- API function
- gnutls_pubkey_get_pk_algorithm(3)
- API function
- gnutls_pubkey_get_preferred_hash_algorithm(3)
- API function
- gnutls_pubkey_get_spki(3)
- API function
- gnutls_pubkey_import(3)
- API function
- gnutls_pubkey_import_dh_raw(3)
- API function
- gnutls_pubkey_import_dsa_raw(3)
- API function
- gnutls_pubkey_import_ecc_raw(3)
- API function
- gnutls_pubkey_import_ecc_x962(3)
- API function
- gnutls_pubkey_import_gost_raw(3)
- API function
- gnutls_pubkey_import_openpgp(3)
- API function
- gnutls_pubkey_import_openpgp_raw(3)
- API function
- gnutls_pubkey_import_pkcs11(3)
- API function
- gnutls_pubkey_import_privkey(3)
- API function
- gnutls_pubkey_import_rsa_raw(3)
- API function
- gnutls_pubkey_import_tpm_raw(3)
- API function
- gnutls_pubkey_import_tpm_url(3)
- API function
- gnutls_pubkey_import_url(3)
- API function
- gnutls_pubkey_import_x509(3)
- API function
- gnutls_pubkey_import_x509_crq(3)
- API function
- gnutls_pubkey_import_x509_raw(3)
- API function
- gnutls_pubkey_init(3)
- API function
- gnutls_pubkey_print(3)
- API function
- gnutls_pubkey_set_key_usage(3)
- API function
- gnutls_pubkey_set_pin_function(3)
- API function
- gnutls_pubkey_set_spki(3)
- API function
- gnutls_pubkey_verify_data2(3)
- API function
- gnutls_pubkey_verify_hash2(3)
- API function
- gnutls_pubkey_verify_params(3)
- API function
- gnutls_record_disable_padding(3)
- API function
- gnutls_sec_param_to_pk_bits(3)
- API function
- gnutls_sec_param_to_symmetric_bits(3)
- API function
- gnutls_session_channel_binding(3)
- API function
- gnutls_session_enable_compatibility_mode(3)
- API function
- gnutls_session_ticket_enable_client(3)
- API function
- gnutls_session_ticket_enable_server(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_set_prime_bits(3)
- API function
- gnutls_store_pubkey(3)
- API function
- gnutls_subject_alt_names_deinit(3)
- API function
- gnutls_subject_alt_names_get(3)
- API function
- gnutls_subject_alt_names_init(3)
- API function
- gnutls_subject_alt_names_set(3)
- API function
- gnutls_tdb_deinit(3)
- API function
- gnutls_tdb_init(3)
- API function
- gnutls_tdb_set_store_commitment_func(3)
- API function
- gnutls_tdb_set_store_func(3)
- API function
- gnutls_tdb_set_verify_func(3)
- API function
- gnutls_transport_is_ktls_enabled(3)
- API function
- gnutls_verify_stored_pubkey(3)
- API function
- gnutls_x509_crl_get_issuer_dn_by_oid(3)
- API function
- gnutls_x509_crl_get_number(3)
- API function
- gnutls_x509_crl_set_number(3)
- API function
- gnutls_x509_crq_get_attribute_by_oid(3)
- API function
- gnutls_x509_crq_get_attribute_data(3)
- API function
- gnutls_x509_crq_get_attribute_info(3)
- API function
- gnutls_x509_crq_get_basic_constraints(3)
- API function
- gnutls_x509_crq_get_dn_by_oid(3)
- API function
- gnutls_x509_crq_get_extension_by_oid(3)
- API function
- gnutls_x509_crq_get_extension_by_oid2(3)
- API function
- gnutls_x509_crq_get_subject_alt_name(3)
- API function
- gnutls_x509_crq_get_subject_alt_othername_oid(3)
- API function
- gnutls_x509_crq_set_attribute_by_oid(3)
- API function
- gnutls_x509_crq_set_basic_constraints(3)
- API function
- gnutls_x509_crq_set_dn_by_oid(3)
- API function
- gnutls_x509_crq_set_extension_by_oid(3)
- API function
- gnutls_x509_crq_set_pubkey(3)
- API function
- gnutls_x509_crq_set_subject_alt_name(3)
- API function
- gnutls_x509_crq_set_subject_alt_othername(3)
- API function
- gnutls_x509_crt_get_basic_constraints(3)
- API function
- gnutls_x509_crt_get_dn_by_oid(3)
- API function
- gnutls_x509_crt_get_extension_by_oid(3)
- API function
- gnutls_x509_crt_get_extension_by_oid2(3)
- API function
- gnutls_x509_crt_get_inhibit_anypolicy(3)
- API function
- gnutls_x509_crt_get_issuer_dn_by_oid(3)
- API function
- gnutls_x509_crt_get_subject(3)
- API function
- gnutls_x509_crt_get_subject_alt_name(3)
- API function
- gnutls_x509_crt_get_subject_alt_name2(3)
- API function
- gnutls_x509_crt_get_subject_alt_othername_oid(3)
- API function
- gnutls_x509_crt_get_subject_key_id(3)
- API function
- gnutls_x509_crt_get_subject_unique_id(3)
- API function
- gnutls_x509_crt_set_basic_constraints(3)
- API function
- gnutls_x509_crt_set_crq_extension_by_oid(3)
- API function
- gnutls_x509_crt_set_dn_by_oid(3)
- API function
- gnutls_x509_crt_set_extension_by_oid(3)
- API function
- gnutls_x509_crt_set_inhibit_anypolicy(3)
- API function
- gnutls_x509_crt_set_issuer_dn_by_oid(3)
- API function
- gnutls_x509_crt_set_pubkey(3)
- API function
- gnutls_x509_crt_set_subject_alt_name(3)
- API function
- gnutls_x509_crt_set_subject_alt_othername(3)
- API function
- gnutls_x509_crt_set_subject_alternative_name(3)
- API function
- gnutls_x509_crt_set_subject_key_id(3)
- API function
- gnutls_x509_crt_set_subject_unique_id(3)
- API function
- gnutls_x509_ext_export_basic_constraints(3)
- API function
- gnutls_x509_ext_export_inhibit_anypolicy(3)
- API function
- gnutls_x509_ext_export_subject_alt_names(3)
- API function
- gnutls_x509_ext_export_subject_key_id(3)
- API function
- gnutls_x509_ext_import_basic_constraints(3)
- API function
- gnutls_x509_ext_import_inhibit_anypolicy(3)
- API function
- gnutls_x509_ext_import_subject_alt_names(3)
- API function
- gnutls_x509_ext_import_subject_key_id(3)
- API function
- gnutls_x509_rdn_get_by_oid(3)
- API function
- gnutls_x509_trust_list_get_issuer_by_dn(3)
- API function
- gnutls_x509_trust_list_get_issuer_by_subject_key_id(3)
- API function
- goaccess(1)
- fast web log analyzer and interactive viewer
- gob2(1), GOB2(1)
- The GObject Builder
- gobang(6)
- Console-based Gomoku game
- gobby(1)
- a collaborative text editor
- gobject-query(1)
- display a tree of types
- goland(1)
- launch JetBrains GoLand Integrated Development Environment
- google-chrome(1)
- the web browser from Google
- goop(6)
- squishy transparent oil and bubble screenhack
- gotmail(1)
- A script to fetch mail from a Hotmail mailbox
- goto-analyzer(1)
- Data-flow analysis for C programs and goto binaries
- goto-diff(1)
- Syntactic diff of goto binaries
- goto-harness(1)
- Generate environments for symbolic analysis
- goto-inspect(1)
- Inspect goto-binaries
- goto-instrument(1)
- Perform analysis or instrumentation of goto binaries
- goto-synthesizer(1)
- Synthesize and apply loop contracts of goto binaries
- gottet(6)
- simple falling blocks game
- gp8psk(4)
- webcamd driver for GENPIX DVB-S
- gpasm(1)
- GNU PIC assembler
- gpathchk(1), pathchk(1)
- check whether file names are valid or portable
- gpdasm(1)
- GNU PIC disassembler
- 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] {
- gpg-error-config(1)
- Script to get information about the installed version of libgpg-error
- gpg-mail-tube(1)
- Encrypt rfc822 formatted mail in a pipeline
- gpg-wks-client(1)
- Client for the Web Key Service
- gpg-wks-server(1)
- Server providing the Web Key Service
- gpgme-json(1)
- Native messaging based GPGME operations
- gpgrt-config(1)
- Helper script to get information about the installed version of gpg libraries
- gping(1)
- Ping, but with a graph
- 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] {
- gpl(7)
- GNU General Public License
- gplcpt(1)
- convert GIMP colour palette (gpl) to GMT colour palette table (cpt)
- gplib(1)
- GNU PIC librarian
- gpredict(1)
- real-time satellite tracking and orbit prediction program
- gprename(1)
- complete batch renamer for Linux
- gpsdebuginfo(1)
- Generate a gpsd debug dump of your host
- gpsdecode(1)
- decode GPS, RTCM or AIS streams into a readable format
- gpsh(1)
- select audio files by name and play them
- gpssubframe(1)
- tool to dump subframe sentences from gpsd
- gpstrip(1)
- discard symbols from object file
- gpvo(1)
- GNU PIC object file viewer
- gr_plot_iq(1)
- plot complex binary I&Q data versus time using GNU Radio
- graal(1)
- symbolic layout editor
- grab.tk86(n), grab(n)
- Confine pointer and keyboard events to a window sub-tree
- grab_color_image(1)
- grab an image using libdc1394
- grab_font_from_bitmap(3)
- Grabs a font from a bitmap Allegro game programming library
- grab_gray_image(1)
- grab an image using libdc1394
- grab_partial_image(1)
- grab a partial image using libdc1394
- grab_vcsa(1)
- Linux console vcsa grabber
- grabc(1)
- A tool to identify a pixel color of an X Window
- grace(1)
- command line interface xmgrace - full-featured GUI mode gracebat - batch mode - print and exit
- gradient-convert(1)
- convert gradients between formats
- grap(1)
- Kernighan and Bentley's language for typesetting graphs
- 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] {
- grav(6)
- draws a simple orbital simulation
- greadlink(1), readlink(1)
- print resolved symbolic links or canonical file names
- grenum(1)
- An advanced refdes renumber utility
- grepdiff(1)
- show files modified by a diff containing a regex
- grephistory(1)
- Query the INN history database
- gretl(1)
- GNU Regression, Econometrics and Time-series Library
- grig(1)
- graphical user interface for the Ham Radio Control Libraries (hamlib)
- grim(1)
- grab images from a Wayland compositor
- grip(1)
- A gtk-based cd-player and cd-ripper
- grisbi(1)
- Personal finance tracking program based on GTK
- grl-inspect-0.3(1), grl-inspect(1)
- show information about Grilo sources and keys
- groff_diff(7)
- differences between GNU troff and classical troff
- 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] {
- groff_www(7)
- groff macros for authoring web pages
- grolbp(1)
- groff driver for Canon CAPSL printers (LBP-4 and LBP-8 series laser printers)
- 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] {
- growisofs(1)
- combined mkisofs frontend/DVD recording program
- grsync-batch(1), GRSYNC-BATCH(1)
- Grsync batch session runner
- grub-bios-setup(8)
- set up a device to boot using GRUB
- grub-editenv(1)
- edit GRUB environment block
- grub-file(1)
- check file type
- grub-fstest(1)
- debug tool for GRUB filesystem drivers
- grub-glue-efi(1)
- generate a fat binary for EFI
- grub-install(8)
- install GRUB to a device
- grub-kbdcomp(1)
- generate a GRUB keyboard layout file
- grub-macbless(8)
- bless a mac file/directory
- grub-menulst2cfg(1)
- transform legacy menu.lst into grub.cfg
- grub-mkconfig(8)
- generate a GRUB configuration file
- grub-mkfont(1)
- make GRUB font files
- grub-mkimage(1)
- make a bootable image of GRUB
- grub-mklayout(1)
- generate a GRUB keyboard layout file
- grub-mknetdir(1)
- prepare a GRUB netboot directory
- grub-mkpasswd-pbkdf2(1)
- generate hashed password for GRUB
- grub-mkrelpath(1)
- make a system path relative to its root
- grub-mkrescue(1)
- make a GRUB rescue image
- grub-mkstandalone(1)
- make a memdisk-based GRUB image
- 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-script-check(1)
- check grub.cfg for syntax errors
- grub-set-default(8)
- set the saved default boot entry for GRUB
- grub-sparc64-setup(8)
- set up a device to boot using GRUB
- grub-syslinux2cfg(1)
- transform syslinux config into grub.cfg
- gs-mount(1)
- Secure filesystem client through via Global Socket
- gs-sftp(1)
- Secure File Transfer Protocol via Global Socket
- gsad(8)
- Greenbone Security Assistant of the Greenbone Vulnerability Management
- gsasl(1)
- SASL library command line interface
- gsasl_base64_from(3)
- API function
- gsasl_base64_to(3)
- API function
- gsasl_callback(3)
- API function
- gsasl_callback_hook_get(3)
- API function
- gsasl_callback_hook_set(3)
- API function
- gsasl_callback_set(3)
- API function
- gsch2pcb(1)
- Update PCB layouts from gEDA/gaf schematics
- gsch2pcb-rnd(1)
- dummy transitional utility
- gsdiff(1), sdiff(1)
- side-by-side merge of file differences
- gseq(1), seq(1)
- print a sequence of numbers
- gsf(1)
- archiving utility using the G Structured File library
- gsf-office-thumbnailer(1)
- office files thumbnailer for the GNOME desktop
- gsf-vba-dump(1)
- extract Visual Basic for Applications macros
- gshar(1), *[B-Font]shar(1)
- create a shell archive
- gsl(3)
- GNU Scientific Library
- gsl-config(1)
- script to get version number and compiler flags of the installed GSL library
- gsl-randist(1)
- generate random samples from various distributions
- 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_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-config(1)
- configuration for libgst
- gst-convert(1)
- Smalltalk syntax converter and beautifier
- gst-inspect-1.0(1)
- print info about a GStreamer plugin or element
- gst-launch-1.0(1)
- build and run a GStreamer pipeline
- gst-play-1.0(1)
- Simple command line playback testing tool
- gst123(1)
- A GStreamer based command line media player
- gst2ascii(1)
- Filter and output Atari program symbol table as ASCII
- gstat-rs(8), gstat(8)
- print statistics about GEOM disks
- gstdbuf(1), stdbuf(1)
- Run COMMAND, with modified buffering operations for its standard streams
- gsum(1), sum(1)
- checksum and count the blocks in a file
- gsymcheck(1)
- gEDA/gaf Symbol Checker
- gsymfix(1)
- automatically fix common issues with gEDA symbols
- gtab-merge(1)
- gcin's .gtab data merging tool
- gtags(1)
- create tag files for global
- gtags.conf(5)
- configuration data for GNU Global
- gtcon(3)
- gtcon: condition number estimate
- gthumb(1), gThumb(1)
- an image viewer and browser for GNOME
- gti(6)
- Humorous typo-based git runner; drives a car over the terminal
- gtk-builder-tool(1)
- GtkBuilder file utility
- gtk-encode-symbolic-svg(1)
- Symbolic icon conversion utility
- gtk3-icon-browser(1)
- List themed icons
- gtkballs(6x)
- A simple logic game
- gtklock(1)
- GTK-based lockscreen for Wayland
- gtkpod(1)
- GTK2 based software for managing songs and playlists on an Apple iPod
- gtranslator(1)
- -- a comfortable gettext po file editor with many bells and whistles
- gtree(3)
- generic balanced tree library
- gtypist(1), Typist(1)
- a typing tutor with lessons for different keyboards and languages
- guards(1)
- select from a list of files guarded by conditions
- gubby(1)
- The procmail new email agent - v0.5.5
- gui_fg_color(3), gui_bg_color(3)
- The foreground and background colors for the standard dialogs. Allegro game programming library
- gui_font_baseline(3)
- Adjusts the keyboard shortcut underscores height. Allegro game programming library
- gui_get_screen(3)
- Returns the bitmap surface GUI routines draw to. Allegro game programming library
- gui_menu_draw_menu(3), gui_menu_draw_menu_item(3)
- Hooks to modify the appearance of menus. Allegro game programming library
- gui_mg_color(3)
- The color used for displaying greyed-out dialog objects. Allegro game programming library
- gui_mouse_focus(3)
- Tells if the input focus follows the mouse pointer. Allegro game programming library
- gui_mouse_x(3), gui_mouse_y(3), gui_mouse_z(3), gui_mouse_b(3)
- Hook functions used by the GUI routines to access the mouse state. Allegro game programming library
- gui_set_screen(3)
- Changes the bitmap surface GUI routines draw to. Allegro game programming library
- gui_shadow_box_proc(3), gui_ctext_proc(3), gui_button_proc(3), gui_edit_proc(3), gui_list_proc(3), gui_text_list_proc(3)
- Hooks to customise the look and feel of Allegro dialogs
- gui_strlen(3)
- Returns the length of a string in pixels. Allegro game programming library
- gui_textout_ex(3)
- Draws a text string onto the screen with keyboard shortcut underbars. Allegro game programming library
- gunexpand(1), unexpand(1)
- convert spaces to tabs
- gunshar(1), *[B-Font]unshar(1)
- unpack a gshar archive
- gup(1)
- A G roup U pdate P rogram that accepts commands by mail to edit a newsgroup subscription file for subsequent use by news systems such as INN and C-News
- gupdatedb(1), updatedb(1)
- update a file name database
- guptime(1), uptime(1)
- tell how long the system has been running
- gutenfetch_free_server(3)
- -- This function frees all resources held by a gutenfetch_server_t data structure
- gutenfetch_get_active_server(3)
- -- Retrieve the currently active project gutenberg server which will be used to satisfy queries and requests
- 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_init(3)
- -- Initialize the libgutenfetch library
- gutenfetch_is_threadsafe(3)
- -- Determine whether the gutenfetch library is thread-safe or not
- gutenfetch_list_servers(3)
- -- List all available project gutenberg servers
- 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_shutdown(3)
- -- Shutdown the libgutenfetch library
- gutenfetch_version(3)
- -- Get a text string which describes the version of libgutenfetch which is currently being used
- guvcview(1)
- GTK+ base UVC Viewer
- gvc(3), libgvc(3)
- Graphviz context library
- gvmd(8)
- Greenbone Vulnerability Manager daemon
- gvpr(3), libgvpr(3)
- library for graph filtering
- gwb2ged(1)
- Dump a GeneWeb database to a GEDCOM File
- gwc(1)
- Create a GeneWeb database
- gwd(1)
- Launches the GeneWeb Process
- gwsetup(1)
- Interactive interface to Geneweb databases management
- gwsocket(1)
- is a standalone, simple, yet powerful rfc6455 compliant WebSocket Server
- gwu(1)
- Dump a GeneWeb database
- gxargs(1), xargs(1)
- build and execute command lines from standard input
- gxkb(1)
- X11 keyboard indicator and switcher
- gxmessage(1)
- a GTK-based xmessage clone
- gxneur(1)
- GTK frontend for xneur keyboard layout switcher
- gxyrs(1)
- is a program to batch process XYRS files
- gzexe(1)
- compress executable files in place
- h2load(1)
- HTTP/2 benchmarking tool
- h5math(1)
- combine/create HDF5 files with math expressions
- ha_logd(8)
- Logging Daemon for High-Availability Linux
- halibut(1)
- multi-format documentation formatting tool
- hamlib(7)
- radio and rotator control library
- hamlib-primer(7)
- compiling and using the radio and rotator control library
- hamlib-utilities(7), hamlib-utilties(7)
- radio and rotator control utilities of Hamlib
- haproxy(1), HAProxy(1)
- fast and reliable http reverse proxy and load balancer
- hare-build(1), hare build(1)
- compile a Hare program or module
- hare-cache(1), hare cache(1)
- inspect and manage the build cache
- hashdb(1)
- Create and manage block hash databases
- hashdig-bash(1), hashdig-bash.pl(1)
- Bash one HashDig database against another
- hashdig-bind(1), hashdig-bind.pl(1)
- Bind resolved hashes to filenames
- hashdig-dump(1), hashdig-dump.pl(1)
- Enumerate a HashDig database
- hashdig-filter(1), hashdig-filter.pl(1)
- Filter filenames by directory type
- hashdig-find(1), hashdig-find.pl(1)
- Find one or more hashes in a HashDig database
- hashdig-make(1), hashdig-make.pl(1)
- Create or update a HashDig database
- hashdig-resolve-sunsolve(1), hashdig-resolve-sunsolve.pl(1)
- Resolve hashes against Suns Solaris Fingerprint Database
- hashdig-weed(1), hashdig-weed.pl(1)
- Delete hashes from a HashDig database
- hattrib(1)
- change HFS file or directory attributes
- hax65816(1)
- Simple 65816 disassembler
- hb2st_kernels(3)
- {hb,sb}2st_kernels: band to tridiagonal (2nd stage)
- hb_report(8)
- create report for CRM based clusters (Pacemaker)
- hbev(3)
- {hb,sb}ev: eig, QR iteration
- hbev_2stage(3)
- {hb,sb}ev_2stage: eig, QR iteration
- 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
- hbevx(3)
- {hb,sb}evx: eig, bisection
- hbevx_2stage(3)
- {hb,sb}evx_2stage: eig, bisection
- hbf2gf(1)
- convert a CJK bitmap font into subfonts usable by TeX and Omega
- hbgst(3)
- {hb,sb}gst: reduction to standard form, banded
- hbgv(3)
- {hb,sb}gv: eig, QR iteration
- hbgv_driver(3)
- --- banded
- hbgvd(3)
- {hb,sb}gvd: eig, divide and conquer
- hbgvx(3)
- {hb,sb}gvx: eig, bisection
- hbiff(1)
- check for incoming mail using X11
- hblock(1), hBlock(1)
- manual page for hBlock 3.4.5
- hbmv(3)
- {hb,sb}mv: Hermitian/symmetric matrix-vector multiply
- hbtrd(3)
- {hb,sb}trd: reduction to tridiagonal
- hcdplay(1)
- Control autonomous CDDA playback using Linux CDROM ioctls
- hdel(1)
- delete both forks of an HFS file
- 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_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_remove_tree(3), hdf_remove_tree (3)
- delete a subtree of an HDF dataset 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_sort_obj(3), hdf_sort_obj (3)
- sort the children of an HDF node
- hdpvr(4)
- webcamd driver for Hauppauge USB HD-PVR
- hdump(1), od(1)
- displays (dumps) binary contents of a file
- header_checks(5)
- Postfix built-in content inspection
- healthd(8)
- Motherboard health monitor
- healthdc(8)
- Motherboard health monitor
- heap2exec(1)
- generate standalone executable from a *SML/NJ* heap image
- hebcal(1)
- a Jewish calendar generator 0.5v
- hecon(3)
- {he,sy}con: condition number estimate
- hecon_3(3)
- {he,sy}con_3: condition number estimate
- hecon_rook(3)
- {he,sy}con_rook: condition number estimate
- heequb(3)
- {he,sy}equb: equilibration, power of 2
- heevx(3)
- {he,sy}evx: eig, bisection
- heevx_2stage(3)
- {he,sy}evx_2stage: eig, bisection
- hegv_driver_grp(3)
- Generalized eig driver, AV = BVΛ, etc
- hegvx(3)
- {he,sy}gvx: eig, bisection
- heif-thumbnailer(1)
- create thumbnails from HEIC/HEIF files
- heimbase(3)
- Heimbase - Registers a DB type for use with heim_db_create()
- helper(1)
- Help browser
- herbstclient(1)
- sends commands to a running herbstluftwm instance via X
- herbstluftwm(1)
- a manual tiling window manager for X
- herbstluftwm-tutorial(7)
- A tutorial introduction to herbstluftwm
- hercules(1), Hercules(1)
- IBM System/370, ESA/390, and z/Architecture Emulator
- heroes(6), Heroes(6)
- a game like Nibbles or Tron, just better
- hesinfo(1)
- find out what is stored in the Hesiod database
- hesiod(3), hesiod_init(3), hesiod_resolve(3), hesiod_free_list(3), hesiod_to_bind(3), hesiod_end(3)
- Hesiod name server interface library
- hesiod.conf(5)
- Configuration file for the Hesiod library
- hesiod_getservbyname(3), hesiod_free_servent(3)
- Hesiod functions for retrieving service information
- hesv_aa_2stage(3)
- {he,sy}sv_aa_2stage: Aasen, blocked 2-stage
- hesv_comp_aasen2(3)
- --- full, Aasen, blocked 2-stage
- hetrd_hb2st(3)
- {he,sy}trd_hb2st: band to tridiagonal (2nd stage)
- hetrd_he2hb(3)
- {he,sy}trd_he2hb: full to band (1st stage)
- hex2bin(1)
- Create a binary from its hexdump
- hexcurse(1)
- an ncurses-based hex editor
- hexdump(1)
- reversible hexdump
- hexer(1)
- binary file editor
- hexpeek(1)
- edit, dump, pack, and diff binary files in hex and bits
- hexwords(1)
- extracts any words from a file that can be written as hex numbers
- hfind(1)
- Lookup a hash value in a hash database
- hgeqz(3)
- hgeqz: generalized Hessenberg eig
- hiawatha(1)
- advanced and secure webserver
- hilbert(6)
- 3D Hilbert fractal
- history(3)
- GNU History Library
- hline(3)
- Draws a horizontal line onto the bitmap. Allegro game programming library
- hlmaster.filter(1), "hlmaster.filter" "(1)
- How to allow/block specific gameservers."
- hlmaster.gameserver(1), "hlmaster.gameserver" "(1)
- How to configure your gameserver to send heartbeats to hlmaster."
- hmmbuild(1)
- construct profiles from multiple sequence alignments
- hmmer(1), HMMER(1)
- profile HMMs for biological sequence analysis
- hmmpgmd(1)
- daemon for database search web services
- hmmpgmd_shard(1)
- sharded daemon for database search web services
- hmmpress(1)
- prepare a profile database for hmmscan
- hmmscan(1)
- search sequence(s) against a profile database
- hmmsearch(1)
- search profile(s) against a sequence database
- hmmsim(1)
- collect profile score distributions on random sequences
- hnb(1)
- Hierarchical notebook
- hook_config_section(3)
- Hooks a configuration file section with custom handlers. Allegro game programming library
- hopffibration(6)
- Draws the Hopf fibration of the 4d hypersphere
- hose(1)
- the client end of a BSD network pipe netpipes 4.2
- hostsearch(1)
- query several hosts for installed Debian packages
- hot-babe(1)
- is a small graphical utility which displays the system activity in a very special way
- hotkeys(1)
- A hotkeys daemon for your Internet/multimedia keyboard in X
- hovel(3), Hovel(3)
- the GDBM-compatible API of QDBM
- hpcg_kernel(1)
- high performance conjugate gradient kernel benchmark
- hpcg_spmvtest(1)
- SpMV kernel benchmark for high performance conjugate gradient
- hpcon(3)
- {hp,sp}con: condition number estimate
- hpevx(3)
- {hp,sp}evx: eig, bisection
- hpgvx(3)
- {hp,sp}gvx: eig, bisection
- hping3(8)
- send (almost) arbitrary TCP/IP packets to network hosts
- hprop(8)
- propagate the KDC database
- hpropd(8)
- receive a propagated database
- hpsplit(1)
- Split a list of FITS tables into healpix tiles
- hpt(1)
- toss pkt files to squish/msg/jam bases and export messages
- hpttree(1)
- area distribution tree builder for hpt
- hsein(3)
- hsein: Hessenberg inverse iteration for eigvec
- hseqr(3)
- hseqr: Hessenberg eig, QR iteration
- hspell(1)
- Hebrew spellchecker
- hspell(3)
- Hebrew spellchecker (C API)
- hstr(1)
- easily view, navigate, sort and use your command history with shell history suggest box
- hsv_to_rgb(3), rgb_to_hsv(3)
- Converts color values between the HSV and RGB color spaces. Allegro game programming library
- htable(3), HTABLE_HEAD(3)
- HTABLE_ENTRY, HTABLE_SIZE, HTABLE_COUNT, HTABLE_EMPTY, HTABLE_COLLS, HTABLE_LOAD, HTABLE_INITIALIZER, HTABLE_INIT, HTABLE_PROTOTYPE, HTABLE_GENERATE, HTABLE_INSERT, HTABLE_REMOVE, HTABLE_LOOKUP, HTABLE_FIRST, HTABLE_NEXT, HTABLE_FOREACH, implementation of hash tables
- htags-server(1)
- a private Web/CGI server for htags
- htdbm(1)
- Manipulate DBM password databases
- htpasswd(1)
- Manage user files for basic authentication
- htslib-s3-plugin(7)
- htslib AWS S3 plugin EX in +$1 nf ft CR . EE ft fi in
- htsserver(1)
- offline browser server : copy websites to a local directory
- http@(1)
- gets a web page from a remote host
- http_request(3)
- HTTP request object
- http_response(3)
- HTTP response object
- http_servlet_basicauth(3)
- HTTP basic authentication servlet
- httping(1)
- measure the latency and throughput of a webserver
- httppower(8)
- communicate with HTTP based power distribution units
- httrack(1)
- offline browser : copy websites to a local directory
- httxt2dbm(1)
- Generate dbm files for use with RewriteMap
- huawei-ups2000(8)
- Driver for Huawei UPS2000 (1kVA-3kVA) UPS with USB or RS-232 serial Modbus connection
- hub(1)
- make git easier with GitHub
- hugin_lensdb(1)
- Tool for lens database maintenance
- hugo(1)
- Build your site
- hugo-completion-bash(1)
- Generate the autocompletion script for bash
- hugo-server(1)
- Start the embedded web server
- humanzip(1), humanunzip(1)
- (un)compress text files in a human readable way
- huntd(6)
- hunt daemon, back-end for hunt game
- hunter-seeker.pl(8)
- A perl script that compares a list of usernames and MD5 sums output by digestion.pl(1) to the passwd database
- hvectext(1gv)
- construct Geomview VECT text object from Hershey fonts
- hvmgr(1)
- administration utility for QDBM Hovel
- hvtest(1)
- test cases for QDBM Hovel
- hwloc(7)
- General information about hwloc ("hardware locality")
- hwloc-annotate(1)
- Modify attributes in a XML topology
- hwloc-assembler(1)
- Assemble multiple XML topologies
- hwloc-assembler-remote(1)
- Assemble multiple remote host topologies
- hwloc-bind(1)
- Launch a command that is bound to specific processors and/or memory, or consult the binding of an existing program
- hwloc-calc(1)
- Operate on cpu mask strings and objects
- hwloc-diff(1)
- Compute differences between two XML topologies
- hwloc-distrib(1)
- Build a number of cpu masks distributed on the system
- hwloc-gather-cpuid(1)
- Dumps the relevant x86 cpuid values for later (possibly offline) usage
- hwloc-info(1)
- Show some information about some objects, a topology or supported features
- hwloc-ps(1)
- List currently-running processes or threads that are bound
- hwlocality_advanced_io(3)
- Finding I/O objects
- hwlocality_bitmap(3)
- The bitmap API
- hwlocality_cpubinding(3)
- CPU binding
- hwlocality_cuda(3)
- Interoperability with the CUDA Driver API
- hwlocality_cudart(3)
- Interoperability with the CUDA Runtime API
- hwlocality_distances_add(3)
- Add distances between objects
- hwlocality_distances_get(3)
- Retrieve distances between objects
- hwlocality_distances_remove(3)
- Remove distances between objects
- hwlocality_gl(3)
- Interoperability with OpenGL displays
- hwlocality_glibc_sched(3)
- Interoperability with glibc sched affinity
- hwlocality_helper_ancestors(3)
- Looking at Ancestor and Child Objects
- hwlocality_helper_distribute(3)
- Distributing items over a topology
- hwlocality_helper_find_cache(3)
- Looking at Cache Objects
- hwlocality_helper_find_covering(3)
- Finding Objects covering at least CPU set
- hwlocality_helper_find_inside(3)
- Finding Objects inside a CPU set
- hwlocality_helper_find_misc(3)
- Finding objects, miscellaneous helpers
- hwlocality_helper_nodeset_convert(3)
- Converting between CPU sets and node sets
- hwlocality_helper_types(3)
- Kinds of object Type
- hwlocality_info_attr(3)
- Consulting and Adding Info Attributes
- hwlocality_levels(3)
- Object levels, depths and types
- hwlocality_levelzero(3)
- Interoperability with the oneAPI Level Zero interface
- hwlocality_linux_libnuma_bitmask(3)
- Interoperability with Linux libnuma bitmask
- hwlocality_linux_libnuma_ulongs(3)
- Interoperability with Linux libnuma unsigned long masks
- hwlocality_memattrs(3)
- Comparing memory node attributes for finding where to allocate on
- hwlocality_memattrs_manage(3)
- Managing memory attributes
- hwlocality_membinding(3)
- Memory binding
- hwlocality_nvml(3)
- Interoperability with the NVIDIA Management Library
- hwlocality_object_sets(3)
- Object Sets (hwloc_cpuset_t and hwloc_nodeset_t)
- hwlocality_object_strings(3)
- Converting between Object Types and Attributes, and Strings
- hwlocality_object_types(3)
- Object Types
- hwlocality_objects(3)
- Object Structure and Attributes
- hwlocality_opencl(3)
- Interoperability with OpenCL
- hwlocality_openfabrics(3)
- Interoperability with OpenFabrics
- hwlocality_rsmi(3)
- Interoperability with the ROCm SMI Management Library
- hwlocality_shmem(3)
- Sharing topologies between processes
- hwstat(1), HWSTAT(1)
- command line tool to display CPU temp and battery infos
- hx509(3)
- hx509 library
- hxcite(1)
- replace bibliographic references by hyperlinks
- hxcite-mkbib(1)
- expand references and create bibliography
- hxcount(1)
- count elements and attributes in HTML or XML files
- hxmkbib(1)
- create bibliography from a template
- hxmultitoc(1)
- create a table of content for a set of HTML files
- hxname2id(1)
- move some NAME and ID attributes from an A to its parent
- hxnsxml(1)
- convert output of hxxmlns back to XML
- hxnum(1)
- number section headings in an HTML file
- hxprintlinks(1)
- add a numbered list of links at the end of an HTML file
- hxref(1)
- generate cross-references inside and between HTML files
- hxremove(1)
- remove elements from an XML file by means of a CSS selector
- hxselect(1)
- extract elements or attributes that match a (CSS) selector
- hxtabletrans(1)
- transpose an HTML or XHTML table
- hxtoc(1)
- insert a table of contents in an HTML file
- hxuncdata(1)
- replace CDATA sections by character entities
- hxunent(1)
- replace HTML predefined character entities by UTF-8
- hxunpipe(1)
- convert output of hxpipe back to XML format
- hxunxmlns(1)
- replace XML "global names" by Namespace prefixes
- hxxmlns(1)
- replace XML Namespace prefixes by "global names"
- hydra_nameserver(1)
- program to support MPI s name publishing features with hydra
- hydra_persist(1)
- Internal executable used by Hydra
- hydra_pmi_proxy(1)
- Internal executable used by Hydra
- hyperhotp(1)
- program hyperFIDO USB security key HOTP feature
- hypermail(1)
- convert mail archives in UNIX box format to HTML pages
- hyprpicker(1)
- wlroots-compatible wayland color picker
- i2d_CMS_bio_stream(3)
- output CMS_ContentInfo structure in BER format
- i2d_CMS_bio_stream(3ossl)
- output CMS_ContentInfo structure in BER format
- i2d_PKCS7_bio_stream(3)
- output PKCS7 structure in BER format
- i2d_PKCS7_bio_stream(3ossl)
- output PKCS7 structure in BER format
- i2s_ASN1_ENUMERATED(3), i2s_ASN1_ENUMERATED_TABLE(3), i2s_ASN1_INTEGER(3), s2i_ASN1_INTEGER(3), i2s_ASN1_OCTET_STRING(3), s2i_ASN1_OCTET_STRING(3)
- ASN.1 data type conversion utilities for certificate extensions
- i2s_ASN1_IA5STRING(3ossl), s2i_ASN1_IA5STRING(3ossl), i2s_ASN1_INTEGER(3ossl), s2i_ASN1_INTEGER(3ossl), i2s_ASN1_OCTET_STRING(3ossl), s2i_ASN1_OCTET_STRING(3ossl), i2s_ASN1_ENUMERATED(3ossl), i2s_ASN1_ENUMERATED_TABLE(3ossl), i2s_ASN1_UTF8STRING(3ossl), s2i_ASN1_UTF8STRING(3ossl)
- convert objects from/to ASN.1/string representation
- i2t_ASN1_OBJECT(3), OBJ_length(3), OBJ_get0_data(3), OBJ_nid2obj(3), OBJ_nid2ln(3), OBJ_nid2sn(3), OBJ_obj2nid(3), OBJ_txt2nid(3), OBJ_ln2nid(3), OBJ_sn2nid(3), OBJ_cmp(3), OBJ_dup(3), OBJ_txt2obj(3), OBJ_obj2txt(3), OBJ_create(3), OBJ_cleanup(3)
- ASN1 object utility functions
- i2t_ASN1_OBJECT(3ossl), OBJ_length(3ossl), OBJ_get0_data(3ossl), OBJ_nid2obj(3ossl), OBJ_nid2ln(3ossl), OBJ_nid2sn(3ossl), OBJ_obj2nid(3ossl), OBJ_txt2nid(3ossl), OBJ_ln2nid(3ossl), OBJ_sn2nid(3ossl), OBJ_cmp(3ossl), OBJ_dup(3ossl), OBJ_txt2obj(3ossl), OBJ_obj2txt(3ossl), OBJ_create(3ossl), OBJ_cleanup(3ossl), OBJ_add_sigid(3ossl)
- ASN1 object utility functions
- i3-config-wizard(1)
- creates a keysym based config based on your layout
- i3-nagbar(1)
- displays an error bar on top of your screen
- i3-sensible-editor(1)
- launches $EDITOR with fallbacks
- i3-sensible-pager(1)
- launches $PAGER with fallbacks
- i3-sensible-terminal(1)
- launches $TERMINAL with fallbacks
- i386-unknown-freebsd15.0-as(1), AS(1)
- the portable GNU assembler
- i386-unknown-freebsd15.0-dlltool(1), dlltool(1)
- create files needed to build and use DLLs
- i386-unknown-freebsd15.0-g++12(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-g++13(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-g++14(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-gcc12(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-gcc13(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-gcc14(1), gcc(1)
- GNU project C and C++ compiler
- i386-unknown-freebsd15.0-gcov-dump12(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- i386-unknown-freebsd15.0-gcov-dump13(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- i386-unknown-freebsd15.0-gcov-dump14(1), gcov-dump(1)
- offline gcda and gcno profile dump tool
- i386-unknown-freebsd15.0-gcov-tool12(1), gcov-tool(1)
- offline gcda profile processing tool
- i386-unknown-freebsd15.0-gcov-tool13(1), gcov-tool(1)
- offline gcda profile processing tool
- i386-unknown-freebsd15.0-gcov-tool14(1), gcov-tool(1)
- offline gcda profile processing tool
- i386-unknown-freebsd15.0-gcov12(1), gcov(1)
- coverage testing tool
- i386-unknown-freebsd15.0-gcov13(1), gcov(1)
- coverage testing tool
- i386-unknown-freebsd15.0-gcov14(1), gcov(1)
- coverage testing tool
- i386-unknown-freebsd15.0-lto-dump12(1), lto-dump(1)
- Tool for dumping LTO object files
- i386-unknown-freebsd15.0-lto-dump13(1), lto-dump(1)
- Tool for dumping LTO object files
- i386-unknown-freebsd15.0-lto-dump14(1), lto-dump(1)
- Tool for dumping LTO object files
- i386-unknown-freebsd15.0-windmc(1), windmc(1)
- generates Windows message resources
- i386-unknown-freebsd15.0-windres(1), windres(1)
- manipulate Windows resources
- i3bar(1)
- xcb-based status- and workspace-bar
- i3status(1)
- Generates a status line for i3bar, dzen2, xmobar or lemonbar
- i586-pc-msdosdjgpp-as(1), AS(1)
- the portable GNU assembler
- 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
- i7z(1)
- A better i7 (and now i3, i5) reporting tool
- iamb(1)
- a terminal-based client for Matrix for the Vim addict
- iamb(5), config.toml(5)
- configuration file for iamb
- iasecc-tool(1)
- displays information about IAS/ECC card
- ibanchk(1)
- Check an International Bank Account Number (IBAN)
- ibm_hosts(5)
- host database for x3270 and c3270
- ibmcam(4)
- ibmcam webcamd driver for USB cameras
- ibp(1)
- show which of the International Beacon Project beacons is transmitting
- ibus(1)
- command line utility for ibus
- ibus(5), IBUS(5)
- dconf database file for IBus
- ibus-daemon(1)
- daemon program for ibus
- ibus-emoji(7)
- Call the IBus emoji utility by IBus Emojier
- ibus-setup(1)
- configuration program for ibus
- ibus-table-createdb(1)
- create ibus-table database from table source
- ical(1)
- An X based Calendar Program
- icat(1)
- Output the contents of a file based on its inode number
- icbirc(8)
- proxy IRC client and ICB server
- ice-gdb(1)
- JTAG ICE frontend for avr-gdb ice-insight - JTAG ICE frontend for avr-insight
- icebox(1)
- The IceBox C++ service daemon
- iceboxadmin(1)
- The IceBox administrative utility
- icebreaker(6)
- An addictive action-puzzle game for X
- icebridge(1)
- The IceBridge daemon
- 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
- icedtea-web-plugin(1)
- allow to run java applets in your favorite browser
- icegriddb(1)
- The IceGrid database import/export utility
- icestormdb(1)
- The IceStorm database import/export utility
- icestormmigrate(1)
- Utility for migration of IceStorm database
- icmbuild(1)
- A generic, C++/C program maintenance facility
- icmconf(7)
- Configuration file for the icmbuild(1) program maintenance script
- icmp6(1)
- A security assessment tool for attack vectors based on ICMPv6 packets
- icmstart(1)
- A startup script for icmbuild program maintenance
- iconvctl(3)
- control iconv behavior
- ictree(1)
- like tree but interactive
- icu-config(1)
- output ICU build options
- id3convert(1)
- Converts between id3v1 and id3v2 tags of an mp3 file
- 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
- 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
- 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
- ideviceinfo(1)
- Show information about the first connected device
- idevicenotificationproxy(1)
- Post or observe notifications on a device
- idevicepair(1)
- Manage host pairings with devices and usbmuxd
- idfetch(1)
- retrieve biological data from the NCBI ID1 server
- idmap_ad(8)
- Sambas idmap_ad Backend for Winbind
- idmap_autorid(8)
- Sambas idmap_autorid Backend for Winbind
- idmap_hash(8)
- DO NOT USE THIS BACKEND
- idmap_ldap(8)
- Sambas idmap_ldap Backend for Winbind
- idmap_nss(8)
- Sambas idmap_nss Backend for Winbind
- idmap_rfc2307(8)
- Sambas idmap_rfc2307 Backend for Winbind
- idmap_rid(8)
- Sambas idmap_rid Backend for Winbind
- idmap_script(8)
- Sambas idmap_script Backend for Winbind
- idmap_sss(8)
- SSSDs idmap_sss Backend for Winbind
- idmap_tdb(8)
- Sambas idmap_tdb Backend for Winbind
- idmap_tdb2(8)
- Sambas idmap_tdb2 Backend for Winbind
- idn.conf(5), .idnrc(5), idnalias.conf(5)
- configuration files for idnkit library
- idn2(1)
- Libidn2 Internationalized Domain Names conversion tool
- idn_nameinit(3)
- initialize libidnkit or libidnkitelite library
- idn_version_unicode(3), idn_version_idnatable(3), idn_version_libidn(3), idn_version_getstring(3)
- get a version string about idnkit
- idzebra-abs2dom(1)
- Converts .abs files to DOM XML configuration files
- idzebra-config(1)
- Script to get information about idzebra
- iec16022(1)
- program to generate 2d barcodes
- iecset(1)
- Set or dump IEC958 status bits
- ietf2bibtex(1)
- Create BibTeX entry for IETF document
- ifile(1)
- core executable for the ifile mail filtering system
- iftocc(1)
- check for blind carbon copies
- iftop(8)
- display bandwidth usage on an interface by host
- iiview(1)
- Thumb Viewer Application
- ijs-config(1)
- script to get information about the installed version of ijs
- ikiwiki-mass-rebuild(8)
- rebuild all ikiwiki wikis on a system
- iladiag(3)
- iladiag: diag string to BLAST const
- ilaprec(3)
- ilaprec: precision string to BLAST const
- ilasm(1), ilasm2(1)
- Mono IL assembler
- ilatrans(3)
- ilatrans: trans string to BLAST const
- ilauplo(3)
- ilauplo: uplo string to BLAST const
- image_access_storage(3), image_access_storage (3)
- Access the underlying backing store of a textured video object
- image_active_frame(3), image_active_frame (3)
- Set the active (displayed) frame for an object with an allocated frameset
- image_children(3), image_children (3)
- List the objects in a context that has the specified object as a direct parent
- image_clip_off(3), image_clip_off (3)
- Disable clipping for the specified object
- image_clip_on(3), image_clip_on (3)
- Control clipping for a video object
- image_framecyclemode(3), image_framecyclemode (3)
- Enable/Disable time-triggered active frameset frame cycling
- image_framesetsize(3), image_framesetsize (3)
- Allocate slots for multi-frame objects
- image_get_txcos(3), image_get_txcos (3)
- Get the active texture settings for the specified object
- image_hit(3), image_hit (3)
- Test if the visible region of a specific object covers a specific point in screen space
- 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_mask_clear(3), image_mask_clear (3)
- Clear a status flag on the specified object
- image_mask_clearall(3), image_mask_clearall (3)
- Set the status of all user-modifiable flags to their off state
- image_mask_set(3), image_mask_set (3)
- Set a status flag on the specified object
- image_mask_toggle(3), image_mask_toggle (3)
- Invert a status flag on the specified object
- image_origo_offset(3), image_origo_offset (3)
- Shift the current object rotation offset
- image_parent(3), image_parent (3)
- Return a reference to the parent object
- image_pushasynch(3), image_pushasynch (3)
- Blocks on an asynchronous load operation until it has completed
- image_resize_storage(3), image_resize_storage (3)
- resize the dimensions of the image backing store
- image_screen_coordinates(3), image_screen_coordinates (3)
- Lookup screen space coordinates for the specified object
- image_set_txcos(3), image_set_txcos (3)
- Override the default texture coordinates for an object
- 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_surface_properties(3), image_surface_properties (3)
- Retrieve the current properties of the specified object
- image_texfilter(3), image_texfilter (3)
- Switch object video filtering mode
- image_to_j2k(1)
- This program reads in an image of a certain type and converts it to a jpeg2000 file. It is part of the OpenJPEG library. Valid input image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff . Valid output image extensions are .j2k, .jp2
- image_tracetag(3), image_tracetag (3)
- Set or retrieve a tracing tag for the specified video object
- imclient(3)
- Cyrus IMAP documentation Authenticating callback interface to IMAP servers
- img-bmp(n)
- Img, Windows Bitmap Format (bmp)
- img-flir(n)
- Img, FLIR FPF Public Image Format (flir)
- img-pcx(n)
- Img, Paintbrush Format (pcx)
- img-png(n)
- Img, Portable Network Graphics format (png)
- img-ppm(n)
- Img, Portable Pixmap format (ppm)
- img-ps(n)
- Img, Adobe PostScript Format (ps)
- img-xbm(n)
- Img, X Windows Bitmap Format (xbm)
- img2txt(1)
- convert images to various text-based coloured files
- img2webp(1)
- create animated WebP file from a sequence of input images
- immortalctl(8)
- control services started by immortal(8)
- 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
- imsg_init(3), imsg_read(3), imsg_get(3), imsg_compose(3), imsg_composev(3), imsg_create(3), imsg_add(3), imsg_close(3), imsg_free(3), imsg_flush(3), imsg_clear(3), ibuf_open(3), ibuf_dynamic(3), ibuf_add(3), ibuf_reserve(3), ibuf_seek(3), ibuf_size(3), ibuf_left(3), ibuf_close(3), ibuf_write(3), ibuf_free(3), msgbuf_init(3), msgbuf_clear(3), msgbuf_write(3), msgbuf_drain(3)
- IPC messaging functions
- imv(1), icp(1)
- Rename or copy a file by editing the destination name using GNU readline
- inbox(3em), Emilua(3em)
- Lua execution engine
- incatalog(3)
- test if cell belongs to the catalog file man1/alc_origin.1
- incatalogdelete(3)
- test if cell belongs to the catalog file man1/alc_origin.1
- incatalogfeed(3)
- test if cell belongs to the catalog file man1/alc_origin.1
- incataloggds(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
- incr.tcl86(n), incr(n)
- Increment the value of a variable
- incr.tcl90(n), incr(n)
- Increment the value of a variable
- incrontab(1)
- table manipulator for inotify cron (incron)
- incrontab(5)
- tables for driving inotify cron (incron)
- 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(1)
- InfluxDB client
- influx_inspect(1)
- Displays detailed information about InfluxDB data files
- influx_stress(1)
- Runs a stress test against one or multiple InfluxDB servers
- influxd(1)
- InfluxDB server daemon
- 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-config(1)
- Generate configuration files for InfluxDB
- 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/
- influxd-run(1)
- Configure and start an InfluxDB server
- influxd-version(1)
- Display the version of influxdb
- info(5)
- readable online documentation
- info.tcl86(n), info(n)
- Return information about the state of the Tcl interpreter
- info.tcl90(n), info(n)
- Information about the state of the Tcl interpreter
- ingests(1)
- Build an auxiliary file for multicat
- init_dialog(3)
- Low level initialisation of a dialog. Allegro game programming library
- init_menu(3)
- Low level initialisation of a menu. Allegro game programming library
- initdb(1)
- create a new PostgreSQL database cluster
- initialise_joystick(3)
- Deprecated version of install_joystick(). Allegro game programming library
- initializeBdd(3)
- initializes the BDDs system
- inkscape(1), Inkscape(1)
- an SVG (Scalable Vector Graphics) editing program
- inline-detox(1)
- clean up filenames (stream-based)
- innbind(8)
- Helper program to bind sockets to privileged ports
- inncheck(8)
- Check INN configuration and database files
- innochecksum(1)
- offline InnoDB file checksum utility
- innoextract(1)
- tool to extract installers created by Inno Setup
- innwatch.ctl(5)
- List of supervisory actions taken by innwatch
- innxbatch(8), sendxbatches(8)
- Send xbatched Usenet articles to a remote NNTP server
- inplace(3am)
- emulate sed/perl/ruby in-place editing
- input_capabilities(3), input_capabilities (3)
- query platform layer or target for input capabilities
- input_remap_translation(3), input_remap_translation (3)
- Reset or modify platform level keyboard translation
- input_samplebase(3), input_samplebase (3)
- Change coordinate system origo for a device
- input_target(3), input_target (3)
- Forwards the specified event table to a target frameserver
- insconmbkrds(3)
- adds in RDS instance all the connectors of MBK instance man1/alc_origin.1
- insdseqget(1)
- format sequences from GenBank as an XML INSDSet
- insmbkrds(3)
- converts MBK figure to RDS figure man1/alc_origin.1
- inspircd(1), tInspIRCd(1)
- the stable, high-performance and modular Internet Relay Chat Daemon
- inspircd-testssl(1), tInspIRCd(1)
- the stable, high-performance and modular Internet Relay Chat Daemon
- insrefmbkrds(3)
- adds in RDS instance all the references of MBK instance. man1/alc_origin.1
- inssegmbkrds(3)
- adds in RDS instance all the segments of MBK instance man1/alc_origin.1
- install_allegro(3)
- Initialise the Allegro library
- install_int(3)
- Installs a user timer handler. Allegro game programming library
- install_int_ex(3)
- Adds or modifies a timer. Allegro game programming library
- install_joystick(3)
- Initialises the joystick. Allegro game programming library
- install_keyboard(3)
- Installs the Allegro keyboard interrupt handler
- install_keyboard_hooks(3)
- Installs custom keyboard hooks. Allegro game programming library
- install_param_int(3)
- Installs a timer routine with a customizable parameter. Allegro game programming library
- install_param_int_ex(3)
- Adds or modifies a timer with a customizable parameter. Allegro game programming library
- install_sound(3)
- Initialises the sound module. Allegro game programming library
- install_sound_input(3)
- Initialises the sound recorder module. Allegro game programming library
- installcheck(1)
- find out which packages cannot be installed
- insviambkrds(3)
- adds to RDS instance all the contacts from MBK instance man1/alc_origin.1
- interactive-rebase-tool(1)
- full featured sequence editor for git
- interaggregate(6)
- Visualize the momentary and aggregate intersections between slowly moving circles
- interbench(8)
- -benchmark application designed to benchmark interactivity in Unix-like systems
- interdiff(1)
- show differences between two diff files
- intermomentary(6)
- Visualize the momentary and aggregate intersections between slowly moving circles
- 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
- invert_raw_image(1)
- invert 2D image along either or both axes
- inviz(1)
- Converts escape sequences to binary; reverses viz(1)
- 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
- iodbc-config(1)
- script to get information about the installed version of iODBC
- iodbctest(1), iodbctestw(1)
- iODBC Demonstration programs
- iohyve(8), iohyve(8)(8)
- bhyve manager/launcher v0.7.9 "I Believe in You, You Can Do the Thing Edition"
- iorate(1)
- tests I/O subsystems under various loads
- iowow(3), IOWOW(3)
- The C11 persistent key/value database engine based on skip list
- iozone(1), Iozone(1)
- Filesystem Benchmark
- ip2location(1)
- query IP address information from local IP2Location BIN data file
- ip2proxy(1)
- query proxy information from local IP2Proxy BIN data file
- ipa-certupdate(1)
- Update local IPA certificate databases with certificates from the server
- ipa-client-samba(1)
- Configure Samba file server on an IPA client
- ipa-getkeytab(1)
- Get a keytab for a Kerberos principal
- ipa-join(1)
- Join a machine to an IPA realm and get a keytab for the host service principal
- ipa-rmkeytab(1)
- Remove a kerberos principal from a keytab
- ipa_conv(8)
- -- IPA accounting/database module for converting statistics
- ipa_db_sdb(8)
- -- IPA simple database module (database part)
- ipa_sdb(5)
- -- database format for ipa_db_sdb(8) and ipa_st_sdb(8)
- ipa_sdb_dump(8)
- -- convert ipa_sdb(5) database files to text representation and back
- ipa_st_sdb(8)
- -- IPA simple database module (statistics part)
- ipaddr_setport(3)
- changes port number of the address
- ipaddr_str(3)
- convert address to a human-readable string
- ipbt(1)
- play back tty recording files with random access
- iperender(1)
- Export Ipe document as bitmap or SVG
- ipetoipe(1)
- Convert between Ipe file formats
- ipfixDump(1)
- Print contents of an IPFIX file as human-readable text
- ipfmeta(1)
- use objects in IPfilter files
- ipgen(1)
- L2 and L3 traffic generator and interactive benchmarking utility
- ipgrab(8)
- A Verbose Packet Sniffer
- ipguard(8)
- tool designed to protect Ethernet LAN IP address space by ARP spoofing
- ipmi-locate(8), IPMI(8)
- IPMI probing utility
- ipmi-raw(8)
- execute IPMI commands by hex values
- ipmi_cmdlang(7)
- A command language interface to the IPMI library
- ipmi_sim(1)
- IPMI LAN BMC Simulator
- ipmidetect.conf(5)
- specify alternate default values for the ipmidetect library
- ipmiping(8)
- send IPMI Get Authentication Capability request to network hosts
- ipmitool(1)
- utility for controlling IPMI-enabled devices
- ipp-usb(8)
- Daemon for IPP over USB printer support
- iprop(8), ipropd-master(8), ipropd-slave(8)
- propagate transactions from a Heimdal Kerberos master KDC to slave KDCs
- iproxy(1)
- A proxy that binds local TCP ports to be forwarded to the specified ports on a usbmux device
- ipsc(8)
- IP Subnet Calculator
- ipsec__import_crl(8)
- helper program for importing a crl to the NSS database
- ipsec__unbound-hook(8)
- Opportunistic IPsec DNS unbound hook script
- ipsec__updown.bsdkame(8)
- bsd manipulation script
- ipsec_barf(8)
- spew out collected IPsec debugging information
- ipsec_checknss(8)
- Initialise the IPsec NSS database
- ipsec_import(8)
- Import PKCS#12 (*.p12) files into the IPsec NSS database
- ipsec_initnss(8)
- Initialise the IPsec NSS database
- ipsec_readwriteconf(8)
- validate and output an Libreswan IPsec configuration file
- ipsec_set_policy(3), ipsec_get_policylen(3), ipsec_dump_policy(3)
- manipulate IPsec policy specification structure from human-readable policy string
- ipsec_setup(8)
- wrapper routine to the Libreswan init system
- ipsec_strerror(3)
- error messages for the IPsec policy manipulation library
- ipsec_vendorid(8)
- list Vendor IDs known to libreswan
- 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
- ipv6logstats(8)
- Takes http log data from stdin and print a statistics table on output
- ipv6toolkit(7)
- An IPv6 security assessment and trouble-shooting toolkit
- ir-keytable(1)
- a swiss-knife tool to handle Remote Controllers
- irb(1)
- Interactive Ruby Shell
- ircat(1)
- print strings when pressing buttons
- ircd(8)
- ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon
- irexec(1)
- run programs with one button press
- irobex(1)
- Send OBEX object from stdin or pty on IrDA
- iroffer(1)
- -- DCC file server bot
- irs(1)
- Accept incoming OBEX and COMM connections on IrDA
- irsend(1)
- basic LIRC program to send infra-red commands
- irssistats(1)
- A tool to generate HTML IRC stats based on irssi logs
- is(i4), itcl::is(i4)
- test argument to see if it is a class or an object
- is(itcl)
- test argument to see if it is a class or an object
- is_color_font(3)
- Returns TRUE if a font is a color font. Allegro game programming library
- is_compatible_font(3)
- Check if two fonts are of the same type. Allegro game programming library
- is_inside_bitmap(3)
- Tells if a point is inside a bitmap. Allegro game programming library
- is_linear_bitmap(3)
- Tells if a bitmap is linear. Allegro game programming library
- is_memory_bitmap(3)
- Tells if a bitmap is a memory bitmap. Allegro game programming library
- is_mono_font(3)
- Returns TRUE if a font is a monochrome font. Allegro game programming library
- is_planar_bitmap(3)
- Tells if a bitmap is a planar screen bitmap. Allegro game programming library
- is_relative_filename(3)
- Returns TRUE if the filename is relative. Allegro game programming library
- is_same_bitmap(3)
- Tells if two bitmaps describe the same drawing surface. Allegro game programming library
- is_screen_bitmap(3)
- Tells if a bitmap is the screen bitmap or sub bitmap. Allegro game programming library
- is_sub_bitmap(3)
- Tells if a bitmap is a sub bitmap. Allegro game programming library
- is_system_bitmap(3)
- Tells if a bitmap is a system bitmap or sub bitmap. 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_trans_font(3)
- Returns TRUE if a font uses transparency. Allegro game programming library
- 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
- isablbinaryoper(3)
- tests if an operator is binary. man1/alc_origin.1
- isablequalexpr(3)
- tests if two expressions are strictly identicals. man1/alc_origin.1
- isabloperinexpr(3)
- tests if an operator appears in an expression. man1/alc_origin.1
- isablsimilarexpr(3)
- tests if two expressions have the same morphology. man1/alc_origin.1
- isablunaryoper(3)
- tests if an operator is unary. man1/alc_origin.1
- isbddvarinsupport(3)
- tests if a variable appears in a bdd. man1/alc_origin.1
- isbmex(8)
- Driver for ISBMEX UPS equipment
- isck(3)
- -tells if a name is the pattern defined by the user man1/alc_origin.1
- iscsi-md5sum(1)
- Utility to calculate MD5 value of an iSCSI LUN at range [LBAm, LBAn)
- isds.h.libdatovka(3)
- API definition for libdatovka
- isnssetup(8)
- a simple script to bootstrap an iSNS server, including security
- iso-info(1)
- shows Information about an ISO 9660 image
- isodebug(1)
- print genisoimage debug info from ISO-9660 image
- isodebug(8)
- print mkisofs debug info from ISO-9660 image
- isql(1), iusql(1)
- unixODBC interactive SQL command-line tools
- 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
- itcl(i4)
- object-oriented extensions to Tcl
- itcl(itcl)
- object-oriented extensions to Tcl
- 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
- itclvars(i4)
- variables used by [incr Tcl]
- itclvars(itcl)
- variables used by [incr Tcl]
- itclwidget(i4), itcl::widget(i4)
- create a widget class of objects
- item_visible(3x)
- check visibility of a menu item
- itk(n)
- framework for building mega-widgets in Tcl/Tk
- itkvars(n)
- variables used by [incr Tk]
- itofix(3)
- Converts an integer to fixed point. Allegro game programming library
- itstool(1)
- convert between XML and PO using ITS
- itweb-javaws(1), javaws(1)
- a Java Web Start client
- itweb-policyeditor(1), policyeditor(1)
- view and modify security policy settings for javaws and the browser plugin
- itweb-settings(1)
- view and modify settings for javaws and the browser plugin
- iv_thread_create(3), iv_thread_set_debug_state(3)
- ivykis thread convenience functions
- ivykis(3)
- library for asynchronous I/O readiness notification
- iwidgets_buttonbox(n), iwidgets::buttonbox(n)
- Create and manipulate a manager widget for buttons
- iwidgets_canvasprintbox(n), iwidgets::canvasprintbox(n)
- Create and manipulate a canvas print box widget
- iwidgets_checkbox(n), iwidgets::checkbox(n)
- Create and manipulate a checkbox widget
- iwidgets_combobox(n), iwidgets::combobox(n)
- Create and manipulate combination box widgets
- iwidgets_disjointlistbox(n), iwidgets::disjointlistbox(n)
- Create and manipulate a disjointlistbox widget
- iwidgets_extbutton(n), iwidgets::extbutton(n)
- Extends the behavior of the Tk button by allowing a bitmap or image to coexist with text
- iwidgets_extfileselectionbox(n), iwidgets::extfileselectionbox(n)
- Create and manipulate a file selection box widget
- iwidgets_feedback(n), iwidgets::feedback(n)
- Create and manipulate a feedback widget to display feedback on the current status of an ongoing operation to the user
- iwidgets_fileselectionbox(n), iwidgets::fileselectionbox(n)
- Create and manipulate a file selection box widget
- iwidgets_labeledframe(n), iwidgets::labeledframe(n)
- Create and manipulate a labeled frame widget
- iwidgets_labeledwidget(n), iwidgets::labeledwidget(n)
- Create and manipulate a labeled widget
- iwidgets_menubar(n), iwidgets::menubar(n)
- Create and manipulate menubar menu widgets
- iwidgets_messagebox(n), iwidgets::messagebox(n)
- Create and manipulate a messagebox text widget
- iwidgets_notebook(n), iwidgets::notebook(n)
- create and manipulate notebook widgets
- iwidgets_pushbutton(n), iwidgets::pushbutton(n)
- Create and manipulate a push button widget
- iwidgets_radiobox(n), iwidgets::radiobox(n)
- Create and manipulate a radiobox widget
- iwidgets_scopedobject(n), scopedobject(n)
- Create and manipulate a scoped [incr Tcl] class object
- iwidgets_scrolledhtml(n), iwidgets::scrolledhtml(n)
- Create and manipulate a scrolled text widget with the capability of displaying HTML formatted documents
- iwidgets_scrolledlistbox(n), iwidgets::scrolledlistbox(n)
- Create and manipulate scrolled listbox widgets
- iwidgets_selectionbox(n), iwidgets::selectionbox(n)
- Create and manipulate a selection box widget
- iwidgets_tabnotebook(n), iwidgets::tabnotebook(n)
- create and manipulate tabnotebook widgets
- iwidgets_tabset(n), iwidgets::tabset(n)
- create and manipulate tabs as as set
- iwidgets_toolbar(n), iwidgets::toolbar(n)
- Create and manipulate a tool bar
- ixgbe(4)
- Intel® Ethernet Driver for the FreeBSD* operating system
- j2amidi_bridge(1)
- static bridge with one ALSA input port and one JACK MIDI output port
- j2k_dump(1)
- This program reads in a jpeg2000 image and dumps the contents to stdout. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .jpt
- j2k_to_image(1)
- This program reads in a jpeg2000 image and converts it to another image type. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .j2c, .jpt Valid output image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff
- jacal(1), JACAL(1)
- symbolic mathematics system
- jack-keyboard(1)
- A virtual keyboard for JACK MIDI
- jack_bufsize(1)
- JACK toolkit client to change the JACK buffer size
- jack_impulse_grabber(1)
- JACK toolkit client to grab an impulse (response)
- jackhmmer(1)
- iteratively search sequence(s) against a sequence database
- jadm(8), JADM (jail admin)(8)
- FreeBSD jail framework with vnet, zfs and /etc/jail.conf support
- jags(1)
- just another gibbs sampler
- jaildaemon(1)
- A fixed command-line interface for FreeBSD jails to their host system
- jamlib(3)
- a JAM subroutine library
- janet(1)
- run the Janet language abstract machine
- janus(1)
- WebRTC server/gateway
- japropos(1), jwhatis(1)
- search the Japanese whatis database for strings
- jbgtopbm(1)
- JBIG1 to portable bitmap file converter
- jbig2dec(1)
- File format converter specialized in JBIG2 decoding
- jbs(1), EJDB2(1)
- standalone HTTP REST/Websocket server
- jbxvt(1)
- minimalistic terminal emulator
- jcat(1)
- Show the contents of a block in the file system journal
- jeilinj(4)
- webcamd driver for Jeilin USB cameras
- jewels(6)
- nbjewels j,l-Move k-Rotate p-Pause q-Quit
- jgmenu-ob(1)
- convert openbox menu data to jgmenu flavoured CSV
- jgmenututorial(7)
- A step-by-step tutorial to jgmenu
- jigdo-file(1)
- Prepare files for Jigsaw Download (distribution of huge files, e.g. CD images)
- jigglypuff(6)
- save your screen by tormenting your eyes
- 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-board(7)
- Board manages Jira boards in a project
- jira-board-list(7)
- List lists boards in a project
- jira-completion(7)
- Output shell completion code for the specified shell (bash or zsh)
- jira-issue-link-remote(7)
- Adds a remote web link to an issue
- jira-open(7)
- Open issue in a browser
- jira-serverinfo(7)
- Displays information about the Jira instance
- jira-sprint(7)
- Sprint manage sprints in a project board
- jira-sprint-list(7)
- Sprint lists top 50 sprints in a board
- jis2gb(1)
- convert JIS Kanji to GuoBiao Hanzi
- jitterentropy(3)
- CPU Jitter Random Number Generator
- jk_check(8)
- a utility that will check a jail for security problems
- jk_cp(8)
- a utility to copy files including permissions and libraries into a jail
- jk_lsh(8)
- a shell that limits the binaries it will execute
- jmakewhatis(1)
- create Japanese or original (English) whatis database
- jmba(1)
- junk mail buffering agent
- jng(5)
- JPEG Network Graphics (JNG) sub-format
- job_container.conf(5)
- Slurm configuration file for job_container/tmpfs plugin
- join.tcl86(n), join(n)
- Create a string by joining together list elements
- join.tcl90(n), join(n)
- Create a string by joining together list elements
- jose(1)
- Toolkit for performing JSON Object Signing and Encryption
- jose-b64-dec(1)
- Decodes URL-safe Base64 data to binary
- jose-b64-enc(1)
- Encodes binary data to URL-safe Base64
- jose-fmt(1)
- Converts JSON between serialization formats
- jose-jwe-fmt(1)
- Converts a JWE between serialization formats
- jose-jwk-pub(1)
- Cleans private keys from a JWK
- jose-jwk-thp(1)
- Calculates the JWK thumbprint
- jose-jws-fmt(1)
- Converts a JWS between serialization formats
- jose_b64(3)
- URL-safe Base64 Encoding & Decoding
- jose_jwe(3)
- JSON Web Encryption (RFC 7516)
- jose_jwk(3)
- JSON Web Keys (RFC 7517)
- jose_jws(3)
- JSON Web Signature (RFC 7515)
- joy(3)
- Global array of joystick state information. Allegro game programming library
- joystick_getaxis(3), joystick_getbutton(3)
- query the current state of a joystick
- joystick_getnumaxes(3), joystick_getnumbuttons(3)
- query the capabilities of a joystick
- joytest(6)
- test the svgalib joystick package in text mode
- jp2a(1)
- convert JPEG, PNG and WebP images to ASCII
- jpg2ff(1)
- convert JPG to farbfeld
- jpgtn(1)
- create thumbnails of JPEG files
- jpm(1)
- the Janet Project Manager, a build tool for Janet
- json2stems(1)
- Verilator JSON to rtlbrowse stems conversion
- juke(1)
- A full screen jukebox
- jumbo6(1)
- A security assessment tool for attack vectors based on IPv6 jumbograms
- jumpnbump(6)
- Cute multiplayer platform game with bunnies
- 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
- jwsmtp(3)
- smtp library in C++
- k2f(1)
- FSM translator ALLIANCE format from/to Berkeley format man1/alc_origin.1
- k5identity(5)
- Kerberos V5 client principal selection rules
- k5login(5)
- Kerberos V5 acl file for host access
- k5srvutil(1)
- host key table (keytab) manipulation utility
- k5start(1)
- Obtain and optionally keep active a Kerberos ticket
- k8055(1)
- read from/write to the velleman k8055 USB I/O board
- k_hasafs(3), k_hasafs_recheck(3), k_pioctl(3), k_unlog(3), k_setpag(3), k_afs_cell_of_file(3), kafs_set_verbose(3), kafs_settoken_rxkad(3), kafs_settoken(3), krb_afslog(3), krb_afslog_uid(3), kafs_settoken5(3), krb5_afslog(3), krb5_afslog_uid(3)
- AFS library
- kadm5.acl(5)
- Kerberos ACL file
- kadmin(1)
- Kerberos V5 database administration program
- kaffeine(1)
- A media player by KDE with digital TV support
- kakasi(1), KAKASI(1)
- Kanji kana simple inverter (between Kanji, both Kana and Romaji)
- kaleidocycle(6)
- draws twistable rings of tetrahedra
- kalzium(1)
- A KDE based chemistry teaching tool
- kamailio(8)
- a very fast and configurable SIP server
- kamdbctl(8)
- Kamailio database control tool
- kamerka(1), Kamerka(1)
- take photos using your webcam and shiny animated QML interface
- kannel(8), bearerbox(8), wapbox(8), smsbox(8)
- Parts of Kannel, the WAP and SMS gateway
- kassiber(1)
- Inject an executable from the FreeBSD host into a jail
- kate(1)
- Advanced text editor by KDE
- kbackup(1)
- Backup program with an easy-to-use interface
- kbd(4x)
- Keyboard input driver
- kbd-test(1)
- CURSES keyboard test utility
- kbd_repeat(3), kbd_repeat (3)
- Change keyboard repeat period
- kbfsd(5)
- service daemon for the Keybase filesystem (KBFS)
- kbibtex(1)
- a BibTeX editor by KDE written by Thomas Fischer and released under the GPL version 2 or later
- kbookmarkmerger(1)
- A program for merging a given set of bookmarks into the users list of bookmarks
- kbruch(1)
- Learn calculating with fractions and percentages
- kbuildsycoca5(8)
- Rebuilds the KService desktop file system configuration cache
- kc(1)
- console based username and password management application
- kccachetest(1)
- command line interface to test the cache hash database
- kcdirmgr(1)
- command line interface to manage the directory hash database
- kcdirtest(1)
- command line interface to test the directory hash database
- kcforestmgr(1)
- command line interface to manage the directory tree database
- kcforesttest(1)
- command line interface to test the directory tree database
- kcgi(3)
- minimal CGI and FastCGI library in C
- kcgi_buf_printf(3)
- put variable content into a kcgi buffer
- kcgi_buf_puts(3)
- put a character into a kcgi buffer
- kcgi_buf_puts(3)
- put string content into a kcgi buffer
- kcgi_buf_write(3)
- put binary data into a kcgi buffer
- kcgi_writer_disable(3)
- disable further writer allocations
- kcgrasstest(1)
- command line interface to test the cache tree database
- kchashmgr(1)
- command line interface to manage the file hash database
- kchashtest(1)
- command line interface to test the file hash database
- kclangctest(1)
- command line interface to test the C language binding
- kcm(8)
- process-based credential cache for Kerberos tickets
- kcpolymgr(1)
- command line interface to manage the polymorphic database
- kcpolytest(1)
- command line interface to test the polymorphic database
- kcprototest(1)
- command line interface to test the prototype database
- kcstashtest(1)
- command line interface to test the stash database
- kctreemgr(1)
- command line interface to manage the file tree database
- kctreetest(1)
- command line interface to test the file tree database
- kdata_array_add(3), kdata_array_fill(3), kdata_array_fill_ydoubles(3), kdata_array_fill_ysizes(3), kdata_array_set(3)
- modify array data source
- kdata_bucket_add(3), kdata_bucket_add kdata_bucket_set(3)
- modify bucket data values
- kdata_bucket_alloc(3)
- allocate bucket data for plotting
- kdata_buffer_alloc(3)
- allocate immutable buffer data for plotting
- kdata_buffer_copy(3)
- copy immutable buffer data
- kdata_pmfmean(3)
- compute probability mass function mean of data
- kdata_pmfstddev(3)
- compute probability mass function standard deviation of data
- kdata_pmfvar(3)
- compute probability mass function variance of data
- kdb5_ldap_util(8)
- Kerberos configuration utility
- kdb5_util(8)
- Kerberos database maintenance utility
- kdc(8)
- Kerberos 5 server
- kdc.conf(5)
- Kerberos V5 KDC configuration file The kdc.conf file supplements %krb5.conf for programs which are typically only used on a KDC, such as the %krb5kdc and %kadmind daemons and the %kdb5_util 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
- kdestroy(1)
- destroy Kerberos tickets
- kea-admin(8)
- Shell script for managing Kea databases - "System Message: ERROR/3 (kea-admin.8.rst:, line 11)" Unknown directive type (dqiscman(dq. 0.0 3.5 .. iscman:: kea-admin
- 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
- kerberos(7)
- Overview of using Kerberos
- kerberos(8)
- introduction to the Kerberos system
- 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(3)
- Array of flags indicating key state. Allegro game programming library
- key_led_flag(3)
- Flag to prevent the keyboard LEDs from being updated. Allegro game programming library
- key_shifts(3)
- Bitmask containing the current state of modifier keys. Allegro game programming library
- keyanalyze(1)
- Web of Trust analysis
- keyboard-daemon(1)
- read from a keyboard device node and execute commands
- keyboard_callback(3)
- User specified keyboard callback handler. Allegro game programming library
- 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_lowlevel_callback(3)
- User specified low level keyboard event handler. Allegro game programming library
- keyboard_needs_poll(3)
- Tells if the keyboard needs polling. Allegro game programming library
- 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
- keyboard_update(3), keyboard_waitforupdate(3)
- process raw keyboard events
- keybound(3x), %keybound(3x)
- get definition of curses keycode
- keychain(1)
- Manager for ssh-agent, gpg-agent and private keys. Compatible with POSIX systems
- keyok(3x), %keyok(3x)
- enable or disable a curses keycode
- keypressed(3)
- Tells if there are keypresses waiting in the input buffer. Allegro game programming library
- keysyms.tk86(n), keysyms(n)
- keysyms recognized by Tk
- keytest(6)
- tests the svgalib raw keyboard functions
- 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
- kfind(1)
- file find utility by KDE
- kgdb(1)
- kernel debugger
- khangman(6)
- The classical hangman game by KDE
- khard(1)
- Console address book manager
- khtml_double(3)
- put floating point content for kcgihtml
- khtml_printf(3)
- put variable content for kcgihtml
- khttp_body(3), khttp_body_compress(3)
- close the HTTP header sequence for kcgi
- khttp_printf(3)
- put variable content for kcgi
- khttp_template(3), khttp_template_buf(3), khttp_template_fd(3)
- emit filled-in templates for kcgi
- khttp_templatex(3), khttp_templatex_buf(3), khttp_templatex_fd(3)
- emit filled-in templates for kcgi
- khttp_urlabs(3), khttp_vurlabs(3)
- URL formatting for kcgi
- khttpbasic_validate(3)
- validate an HTTP basic authorisation request
- kiconvtool(8)
- load kernel iconv charset tables
- kig(1)
- An interactive geometry program by KDE
- killall(1)
- kill processes by name
- kinit(1)
- obtain and cache Kerberos ticket-granting ticket
- kissutil(1)
- KISS TNC troubleshooting and Application Interface
- kiwix-manage(1)
- Kiwix Library Manager
- kjs5(1)
- KDE ECMAScript compatible interpreter
- kjscmd5(1)
- Frameworks KJSEmbed interpreter
- kjson_obj_close(3)
- open object scope for kcgijson
- kjson_obj_open(3), kjson_objp_open(3)
- open object scope for kcgijson
- kjson_putbool(3), kjson_putboolp(3)
- put Boolean content for kcgijson
- kjson_putdouble(3), kjson_putdoublep(3), kjson_string_putdouble(3)
- put floating point content for kcgijson
- klavaro(1), Klavaro(1)
- Flexible touch typing tutor using GTK+3
- kldfind(8)
- find kernel modules by string
- kldpatch(8)
- print/modify device/quirk tables in kernel modules
- klein(6)
- Draws a 4d Klein bottle
- klelapi(3), KL-EL(3)
- an embedded expression language
- klist(1)
- list cached Kerberos tickets
- kmousetool(1)
- Accessibility tool to help click the mouse
- kmymoney(1)
- the personal finances manager by KDE
- knc(1)
- kerberized netcat
- knet_get_crypto_list(3)
- Get a list of supported crypto libraries
- knet_get_transport_id_by_name(3)
- Get a transport ID from its name
- knet_get_transport_list(3)
- Get a list of the transports support by this build of knet
- knet_get_transport_name_by_id(3)
- Get a transport name from its ID number
- knet_handle_crypto_rx_clear_traffic(3)
- enable or disable RX processing of clear (unencrypted) traffic
- knet_handle_enable_access_lists(3)
- Enable or disable usage of access lists (default: off)
- knet_handle_enable_filter(3)
- install a filter to route packets
- knet_handle_enable_pmtud_notify(3)
- install a callback to receive PMTUd changes
- knet_handle_enable_sock_notify(3)
- Register a callback to receive socket events
- knet_handle_get_transport_reconnect_interval(3)
- Get the interval between transport attempts to reconnect a failed link
- knet_handle_pmtud_getfreq(3)
- Get the interval between PMTUd scans
- knet_handle_pmtud_setfreq(3)
- Set the interval between PMTUd scans
- knet_handle_set_transport_reconnect_interval(3)
- Set the interval between transport attempts to reconnect a failed link
- knet_host_enable_status_change_notify(3)
- Install a callback to get host status change events
- knet_host_get_id_by_host_name(3)
- Get the ID of a host given its name
- knet_host_get_name_by_host_id(3)
- Get the name of a host given its ID
- knet_link_get_enable(3)
- Find out whether a link is enabled or not
- knet_link_set_enable(3)
- Enable traffic on a link
- knet_log_get_loglevel(3)
- Get the logging level for a subsystem
- knet_log_get_subsystem_id(3)
- Get a logging system ID from its name
- knet_log_get_subsystem_name(3)
- Get a logging system name from its numeric ID
- knet_log_set_loglevel(3)
- Set the logging level for a subsystem
- kobodl(6)
- Kobo Deluxe, an enhanced version of the scrolling game XKobo
- kodi.bin(1)
- Kodi main executable
- korgdump(1)
- List information about sound files in KORG synthesizer format
- kpasswd(1)
- change a user's Kerberos password
- kpasswdd(8)
- Kerberos 5 password changing server
- kpcli(1)
- A command line interface to KeePass database files
- kplot(3)
- plotting library for Cairo
- kprop(8)
- propagate a Kerberos V5 principal database to a replica server
- kpropd(8)
- Kerberos V5 replica KDC update server
- kproplog(8)
- display the contents of the Kerberos principal update log
- kpseaccess(1)
- determine whether a file can be accessed
- kpsereadlink(1)
- print contents of symbolic link
- kpsetool(1)
- script to make teTeX-style kpsetool, kpsexpand, and kpsepath available
- krb.equiv(5)
- Cyrus IMAP documentation Kerberos equivalences
- krb5(3)
- Heimdal Kerberos 5 library
- krb5-config(1)
- tool for linking against MIT Kerberos libraries
- krb5-plugin(7)
- plugin interface for Heimdal
- 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_425_conv_principal(3), krb5_425_conv_principal_ext(3), krb5_524_conv_principal(3)
- converts to and from version 4 principals
- 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_address(3)
- Heimdal Kerberos 5 address functions
- krb5_appdefault_boolean(3), krb5_appdefault_string(3), krb5_appdefault_time(3)
- get application configuration value
- krb5_auth(3)
- Heimdal Kerberos 5 authentication functions
- krb5_auth_con_addflags(3), krb5_auth_con_free(3), krb5_auth_con_genaddrs(3), krb5_auth_con_generatelocalsubkey(3), krb5_auth_con_getaddrs(3), krb5_auth_con_getauthenticator(3), krb5_auth_con_getflags(3), krb5_auth_con_getkey(3), krb5_auth_con_getlocalsubkey(3), krb5_auth_con_getrcache(3), krb5_auth_con_getremotesubkey(3), krb5_auth_con_getuserkey(3), krb5_auth_con_init(3), krb5_auth_con_initivector(3), krb5_auth_con_removeflags(3), krb5_auth_con_setaddrs(3), krb5_auth_con_setaddrs_from_fd(3), krb5_auth_con_setflags(3), krb5_auth_con_setivector(3), krb5_auth_con_setkey(3), krb5_auth_con_setlocalsubkey(3), krb5_auth_con_setrcache(3), krb5_auth_con_setremotesubkey(3), krb5_auth_con_setuserkey(3), krb5_auth_context(3), krb5_auth_getcksumtype(3), krb5_auth_getkeytype(3), krb5_auth_getlocalseqnumber(3), krb5_auth_getremoteseqnumber(3), krb5_auth_setcksumtype(3), krb5_auth_setkeytype(3), krb5_auth_setlocalseqnumber(3), krb5_auth_setremoteseqnumber(3), krb5_free_authenticator(3)
- manage authentication on connection level
- 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_change_password(3), krb5_set_password(3), krb5_set_password_using_ccache(3), krb5_passwd_result_to_string(3)
- change password 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_checksum(3), krb5_checksum_disable(3), krb5_checksum_is_collision_proof(3), krb5_checksum_is_keyed(3), krb5_checksumsize(3), krb5_cksumtype_valid(3), krb5_copy_checksum(3), krb5_create_checksum(3), krb5_crypto_get_checksum_type krb5_free_checksum(3), krb5_free_checksum_contents(3), krb5_hmac(3), krb5_verify_checksum(3)
- creates, handles and verifies checksums
- 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(3)
- Heimdal Kerberos 5 cryptography 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)
- Heimdal Kerberos 5 digest service
- 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_error(3)
- Heimdal Kerberos 5 error reporting functions
- krb5_fileformats(3)
- File formats
- krb5_find_padata(3), krb5_padata_add(3)
- Kerberos 5 pre-authentication data handling functions
- krb5_get_all_client_addrs(3), krb5_get_all_server_addrs(3)
- return local addresses
- 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_get_krbhst(3), krb5_get_krb_admin_hst(3), krb5_get_krb_changepw_hst(3), krb5_get_krb524hst(3), krb5_free_krbhst(3)
- lookup Kerberos KDC hosts
- krb5_getportbyname(3)
- get port number by name
- 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_introduction(3)
- Introduction to the Kerberos 5 API
- krb5_keytab(3)
- Heimdal Kerberos 5 keytab handling functions
- krb5_keytab_intro(3)
- The keytab handing functions
- krb5_krbhst_init(3), krb5_krbhst_init_flags(3), krb5_krbhst_next(3), krb5_krbhst_next_as_string(3), krb5_krbhst_reset(3), krb5_krbhst_free(3), krb5_krbhst_format_string(3), krb5_krbhst_get_addrinfo(3)
- lookup Kerberos KDC hosts
- 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_mk_safe(3), krb5_mk_priv(3)
- generates integrity protected and/or encrypted messages
- krb5_pac(3)
- Heimdal Kerberos 5 PAC handling functions
- krb5_principal(3)
- Heimdal Kerberos 5 principal functions
- krb5_principal_intro(3)
- The principal handing functions. A Kerberos principal is a email address looking string that contains two parts separated by . The second part is the kerberos realm the principal belongs to and the first is a list of 0 or more components. For example lha@SU.SE host/hummel.it.su.se@SU.SE host/admin@H5L.ORG See the library functions here: Heimdal Kerberos 5 principal functions
- krb5_pwcheck(3), kadm5_setup_passwd_quality_check(3), kadm5_add_passwd_quality_verifier(3), kadm5_check_password_quality(3)
- Heimdal warning and error functions
- 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_rd_error(3), krb5_free_error(3), krb5_free_error_contents(3), krb5_error_from_rd_error(3)
- parse, free and read error from KRB-ERROR message
- krb5_rd_safe(3), krb5_rd_priv(3)
- verifies authenticity of messages
- krb5_storage(3)
- Heimdal Kerberos 5 storage functions
- krb5_string_to_key(3), krb5_string_to_key_data(3), krb5_string_to_key_data_salt(3), krb5_string_to_key_data_salt_opaque(3), krb5_string_to_key_salt(3), krb5_string_to_key_salt_opaque(3), krb5_get_pw_salt(3), krb5_free_salt(3)
- turns a string to a Kerberos key
- krb5_support(3)
- Heimdal Kerberos 5 support functions
- krb5_ticket(3)
- Heimdal Kerberos 5 ticket functions
- 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_v4compat(3)
- Heimdal Kerberos 4 compatiblity 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
- krb5_verify_user(3), krb5_verify_user_lrealm(3), krb5_verify_user_opt(3), krb5_verify_opt_init(3), krb5_verify_opt_alloc(3), krb5_verify_opt_free(3), krb5_verify_opt_set_ccache(3), krb5_verify_opt_set_flags(3), krb5_verify_opt_set_service(3), krb5_verify_opt_set_secure(3), krb5_verify_opt_set_keytab(3)
- Heimdal password verifying functions
- krb5kdc(8)
- Kerberos V5 KDC
- 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
- krenew(1)
- Renew a Kerberos ticket
- kresd(8)
- full caching DNSSEC-enabled Knot Resolver 5.7.6
- krill(1)
- Resource Public Key Infrastructure (RPKI) daemon
- krusader(1)
- advanced twin-panel file manager and FTP client by KDE
- ksh(1)
- Public domain Korn shell
- ksu(1)
- Kerberized super-user
- ktoblzcheck(1)
- Check Account and BLZ (bank routing code)
- ktouch(1)
- A typing tutor by KDE
- ktremotemgr(1)
- command line interface to manage the remote database
- ktremotetest(1)
- command line interface to test the remote database
- ktserver(1)
- a lightweight database server
- kttimedmgr(1)
- command line interface to manage the timed database
- kttimedtest(1)
- command line interface to test the timed database
- ktutil(1)
- Kerberos keytab file maintenance utility
- 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
- kvno(1)
- print key version numbers of Kerberos principals
- kvs-enum(1)
- Enumerate Logical Block Namespaces on the system
- kxdpgun(8)
- XDP-powered DNS benchmarking tool
- kxstitch(1)
- cross stitch pattern creator and editor by KDE
- kyua-about(1), kyua about(1)
- Shows detailed authors, license, and version information
- kyua-db-exec(1), kyua db-exec(1)
- Executes a SQL statement in a results file
- 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
- l2p(1)
- Creates a PostScript file from a symbolic layout file,or from a physical layout file. man1/alc_origin.1
- la_constants(3)
- LA_CONSTANTS is a module for the scaling constants for the compiled Fortran single and double precisions
- la_gbamv(3)
- la_gbamv: matrix-vector multiply |A| * |x|, general banded
- la_gbrcond(3)
- la_gbrcond: Skeel condition number estimate
- la_gbrfsx_extended(3)
- la_gbrfsx_extended: step in gbrfsx
- la_gbrpvgrw(3)
- la_gbrpvgrw: reciprocal pivot growth
- la_gercond(3)
- la_gercond: Skeel condition number estimate
- la_hercond(3)
- la_hercond: Skeel condition number estimate
- la_lin_berr(3)
- la_lin_berr: backward error
- la_porcond(3)
- la_porcond: Skeel condition number estimate
- la_transtype(3)
- la_transtype: BLAST const to string
- la_wwaddw(3)
- la_wwaddw: add to double-double or single-single vector
- labad(3)
- labad: over/underflow on obsolete pre-IEEE machines
- label(1)
- manipulate Sun disk labels
- label.tk86(n), label(n)
- Create and manipulate 'label' non-interactive text or image widgets
- label3d(l)
- process a Raster3D scene containing labels
- labelframe.tk86(n), labelframe(n)
- Create and manipulate 'labelframe' labelled container widgets
- labelgrep(1)
- progressive label file searcher
- labnag(1)
- Show dialog with message and buttons
- labplot(1)
- an application by KDE for interactive graphing and analysis of scientific data
- labrd(3)
- labrd: step in gebrd
- labwc(1)
- a Wayland stacking compositor
- labwc-actions(5), labwc(5)
- actions
- labwc-config(5), labwc(5)
- configuration files
- labwc-menu(5), labwc(5)
- menu file
- labwc-theme(5), labwc(5)
- theme files
- laebz(3)
- laebz: counts eigvals <= value
- laed1(3)
- laed1: D&C step: merge subproblems
- laed7(3)
- laed7: D&C step: merge subproblems
- laein(3)
- laein: eigvec by Hessenberg inverse iteration
- lagrange(1)
- a beautiful Gemini client
- lahqr(3)
- lahqr: eig of Hessenberg, step in hseqr
- lals0(3)
- lals0: back multiplying factors, step in gelsd
- lamswlq(3)
- lamswlq: multiply by Q from laswlq
- lamtsqr(3)
- lamtsqr: multiply by Q from latsqr
- langb(3)
- langb: general matrix, banded
- lanhb(3)
- lan{hb,sb}: Hermitian/symmetric matrix, banded
- lanhs(3)
- lanhs: Hessenberg
- lantb(3)
- lantb: triangular matrix, banded
- lappend.tcl86(n), lappend(n)
- Append list elements onto a variable
- lappend.tcl90(n), lappend(n)
- Append list elements onto a variable
- lapply(1)
- modify file system to match apply-able-transcript
- lapy2(3)
- lapy2: robust sqrt( x^2 + y^2 )
- lapy3(3)
- lapy3: robust sqrt( x^2 + y^2 + z^2 )
- laqgb(3)
- laqgb: row/col scale matrix
- laqhb(3)
- laqhb: row/col scale matrix
- laqr0(3)
- laqr0: eig of Hessenberg, step in hseqr
- laqr4(3)
- laqr4: eig of Hessenberg, step in hseqr
- larfb(3)
- larfb: apply block Householder reflector
- larfb_gett(3)
- larfb_gett: step in ungtsqr_row
- larfgp(3)
- larfgp: generate Householder reflector, beta ≥ 0
- larrb(3)
- larrb: step in stemr
- larrf(3)
- larrf: step in stemr, find relative robust representation (RRR)
- lartg(3)
- lartg: generate plane rotation, more accurate than BLAS rot
- lartgp(3)
- lartgp: generate plane rotation, more accurate than BLAS rot
- lartgs(3)
- lartgs: generate plane rotation for bidiag SVD
- larzb(3)
- larzb: apply block reflector
- lasd1(3)
- lasd1: D&C step: merge subproblems
- lasd6(3)
- lasd6: D&C step: merge subproblems
- lasd_comp_grp(3)
- bidiag D&C routines
- lasdq(3)
- lasdq: D&C step: leaf using bdsqr
- lasq_comp_grp(3)
- bidiag QR iteration routines
- lassign.tcl86(n), lassign(n)
- Assign list elements to variables
- lassign.tcl90(n), lassign(n)
- Assign list elements to variables
- lat_ctx(8)
- context switching benchmark
- lat_fcntl(8)
- fcntl file locking benchmark
- lat_fifo(8)
- FIFO benchmark
- lat_mem_rd(8)
- memory read latency benchmark
- lat_ops(8)
- basic CPU operation parallelism
- lat_select(8)
- select benchmark
- lat_sig(8)
- select benchmark
- latbs(3)
- latbs: triangular solve with scaling
- latexdiff(1)
- determine and markup differences between two latex files
- latps(3)
- latps: triangular solve with robust scaling
- latrs(3)
- latrs: triangular solve with robust scaling
- latrs3(3)
- latrs3: triangular solve with robust scaling, level 3
- lavplay(1)
- Playback and edit MJPEG video
- lazbuild(1)
- The Lazarus project and package build program
- lbdb-fetchaddr(1)
- grab addresses from mails add append them to lbdb database
- lbdb_dotlock(1)
- Lock mail spool files
- lbdbq(1)
- query program for the little brother's database
- lber-memory(3), ber_memalloc(3), ber_memcalloc(3), ber_memrealloc(3), ber_memfree(3), ber_memvfree(3)
- OpenLDAP LBER memory allocators
- lber-sockbuf(3), ber_sockbuf_alloc(3), ber_sockbuf_free(3), ber_sockbuf_ctrl(3), ber_sockbuf_add_io(3), ber_sockbuf_remove_io(3), Sockbuf_IO(3)
- OpenLDAP LBER I/O infrastructure
- lblk(1)
- No short description
- lblk-compare(1)
- Compare data and optionally metadata
- lblk-dir-receive(1)
- Directive receive for the given URI
- lblk-dir-send(1)
- Directive send for the given URI
- lblk-enum(1)
- Enumerate Logical Block Namespaces on the system
- lblk-idfy(1)
- Identify the namespace for the given URI
- lblk-info(1)
- Retrieve derived information for the given URI
- lblk-read(1)
- Read data and optionally metadata
- lblk-write(1)
- Writes data and optionally metadata
- lblk-write-dir(1)
- Writes directive specific data and optionally metadata
- lblk-write-read-pi(1)
- Writes and then read with protection information
- lblk-write-uncor(1)
- Mark a range of logical blocks as invalid
- lblk-write-zeros(1)
- Set a range of logical blocks to zero
- lbrate(1)
- extract/decompress CP/M LBR archives
- lbzip2(1)
- parallel bzip2 utility
- lcab(1)
- Create cabinet (.cab) files
- lcdscrub(6)
- attempt to repair burn-in on LCD screens
- ldap.conf(5), .ldaprc(5)
- LDAP configuration file/environment variables
- ldap_abandon_ext(3)
- Abandon an LDAP operation in progress
- ldap_bind(3), ldap_bind_s(3), ldap_simple_bind(3), ldap_simple_bind_s(3), ldap_sasl_bind(3), ldap_sasl_bind_s(3), ldap_sasl_interactive_bind_s(3), ldap_parse_sasl_bind_result(3), ldap_unbind(3), ldap_unbind_s(3), ldap_unbind_ext(3), ldap_unbind_ext_s(3), ldap_set_rebind_proc(3)
- LDAP bind routines
- ldap_first_attribute(3), ldap_next_attribute(3)
- step through LDAP entry attributes
- ldap_get_values(3), ldap_get_values_len(3), ldap_count_values(3)
- LDAP attribute value handling routines
- ldap_init(3), ldap_initialize(3), ldap_open(3)
- Initialize the LDAP library and open a connection to an LDAP server
- 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
- ldap_table(5)
- Postfix LDAP client configuration
- ldapaddusertogroup(1)
- adds a member to a group in LDAP
- ldapdeleteuserfromgroup(1)
- deletes a member from a group in LDAP
- ldapid(1)
- displays a user's list of IDs the way 'id' does. The following is displayed : uid=uidNumber(uid) gid=gidNumber(cn) groups=gidNumber(cn)[,gidNumber(cn)...]
- ldapsetprimarygroup(1)
- modifies the gidNumber of a POSIX user or machine account in LDAP (sets a user's primary group in LDAP)
- ldb(3)
- A light-weight database library
- ldbadd(1)
- Command-line utility for adding records to an LDB
- ldbdel(1)
- Command-line program for deleting LDB records
- ldbedit(1)
- Edit LDB databases using your preferred editor
- ldbmodify(1)
- Modify records in a LDB database
- ldbrename(1)
- Edit LDB databases using your favorite editor
- ldbsearch(1)
- Search for records in a LDB database
- ldif-duplicate-attrs(1)
- check for multi-value attributes in LDIF file
- ldns-chaos(1)
- give some information about a nameserver
- ldns-notify(1)
- notify DNS servers that updates are available
- ldns-revoke(1)
- sets the revoke bit of a DNSKEY
- ldns-rrsig(1)
- print out the inception and expiration dates in human readable form
- ldns-version(1)
- print out the version of the ldns-library and tools on this system
- ldns_algorithm(3)
- numbers assigned to algorithms used in dns
- ldns_axfr_start(3), ldns_axfr_next(3), ldns_axfr_abort(3), ldns_axfr_complete(3), ldns_axfr_last_pkt(3)
- functions for full zone transfer
- 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_bget_token(3), ldns_bgetc(3), ldns_bskipcs(3)
- get tokens from buffers
- ldns_bubblebabble(3)
- encode data as BubbleBabble
- ldns_buffer(3), ldns_buffer_new(3), ldns_buffer_new_frm_data(3), ldns_buffer_clear(3), ldns_buffer_printf(3), ldns_buffer_free(3), ldns_buffer_copy(3), ldns_buffer_export(3), ldns_buffer_export2str(3), ldns_buffer2str(3)
- buffers
- ldns_buffer2pkt_wire(3)
- convert buffer/wire format to ldns_pkt
- ldns_buffer_flip(3), ldns_buffer_rewind(3), ldns_buffer_position(3), ldns_buffer_set_position(3), ldns_buffer_skip(3)
- buffer positioning
- ldns_buffer_limit(3), ldns_buffer_set_limit(3), ldns_buffer_capacity(3), ldns_buffer_set_capacity(3), ldns_buffer_reserve(3), ldns_buffer_at(3), ldns_buffer_begin(3), ldns_buffer_end(3), ldns_buffer_current(3)
- buffer limits and pointers
- ldns_buffer_remaining_at(3), ldns_buffer_remaining(3), ldns_buffer_available_at(3), ldns_buffer_available(3), ldns_buffer_status(3), ldns_buffer_status_ok(3)
- check buffer status
- ldns_buffer_write_at(3), ldns_buffer_write(3), ldns_buffer_write_string_at(3), ldns_buffer_write_string(3), ldns_buffer_write_u8_at(3), ldns_buffer_write_u8(3), ldns_buffer_write_u16_at(3), ldns_buffer_write_u16(3), ldns_buffer_read_at(3), ldns_buffer_read(3), ldns_buffer_read_u8_at(3), ldns_buffer_read_u8(3), ldns_buffer_read_u16_at(3), ldns_buffer_read_u16(3), ldns_buffer_read_u32_at(3), ldns_buffer_read_u32(3), ldns_buffer_write_u32(3), ldns_buffer_write_u32_at(3)
- reading and writing buffers
- ldns_dname_is_subdomain(3), ldns_dname_str_absolute(3), ldns_dname_label(3)
- check properties of dnames
- ldns_dname_left_chop(3), ldns_dname_label_count(3)
- dname label functions
- 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_get_errorstr_by_id(3), ldns_status(3)
- errors
- ldns_get_rr_class_by_name(3), ldns_get_rr_type_by_name(3)
- lookup class or type by name
- ldns_get_rr_list_addr_by_name(3), ldns_get_rr_list_name_by_addr(3)
- get addresses by name or names by address
- ldns_getaddrinfo(3)
- mimic libc getaddrinfo
- ldns_key_buf2dsa(3), ldns_key_buf2rsa(3)
- convert buffer to openssl key
- ldns_key_list_key_count(3), ldns_key_list_key(3), ldns_key_rsa_key(3), ldns_key_dsa_key(3), ldns_key_algorithm(3), ldns_key_hmac_key(3), ldns_key_origttl(3), ldns_key_inception(3), ldns_key_expiration(3), ldns_key_keytag(3), ldns_key_pubkey_owner(3), ldns_key_flags(3)
- read ldns_keys
- ldns_key_set_algorithm(3), ldns_key_set_rsa_key(3), ldns_key_set_dsa_key(3), ldns_key_set_hmac_key(3), ldns_key_set_origttl(3), ldns_key_set_inception(3), ldns_key_set_expiration(3), ldns_key_set_pubkey_owner(3), ldns_key_set_keytag(3), ldns_key_set_flags(3), ldns_key_list_set_key_count(3), ldns_key_algo_supported(3)
- set ldns_key attributes
- 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_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_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_rdf2buffer_str_a(3), ldns_rdf2buffer_str_aaaa(3), ldns_rdf2buffer_str_str(3), ldns_rdf2buffer_str_b64(3), ldns_rdf2buffer_str_hex(3), ldns_rdf2buffer_str_type(3), ldns_rdf2buffer_str_class(3), ldns_rdf2buffer_str_alg(3), ldns_rdf2buffer_str_loc(3), ldns_rdf2buffer_str_unknown(3), ldns_rdf2buffer_str_nsap(3), ldns_rdf2buffer_str_wks(3), ldns_rdf2buffer_str_nsec(3), ldns_rdf2buffer_str_period(3), ldns_rdf2buffer_str_tsigtime(3), ldns_rdf2buffer_str_apl(3), ldns_rdf2buffer_str_int16_data(3), ldns_rdf2buffer_str_int16(3), ldns_rdf2buffer_str_ipseckey(3)
- lower level to string conversion functions
- ldns_rdf_set_size(3), ldns_rdf_set_type(3), ldns_rdf_set_data(3)
- set rdf attributes
- ldns_rdf_size(3), ldns_rdf_get_type(3), ldns_rdf_data(3), ldns_rdf_compare(3)
- get rdf attributes
- ldns_rr_label_count(3)
- return ownername label count
- ldns_rr_rrsig_typecovered(3), ldns_rr_rrsig_set_typecovered(3), ldns_rr_rrsig_algorithm(3), ldns_rr_rrsig_set_algorithm(3), ldns_rr_rrsig_labels(3), ldns_rr_rrsig_set_labels(3), ldns_rr_rrsig_origttl(3), ldns_rr_rrsig_set_origttl(3), ldns_rr_rrsig_expiration(3), ldns_rr_rrsig_set_expiration(3), ldns_rr_rrsig_inception(3), ldns_rr_rrsig_set_inception(3), ldns_rr_rrsig_keytag(3), ldns_rr_rrsig_set_keytag(3), ldns_rr_rrsig_signame(3), ldns_rr_rrsig_set_signame(3), ldns_rr_rrsig_sig(3), ldns_rr_rrsig_set_sig(3)
- get and set RRSIG RR rdata fields
- ldns_rr_set_owner(3), ldns_rr_set_ttl(3), ldns_rr_set_type(3), ldns_rr_set_rd_count(3), ldns_rr_set_class(3), ldns_rr_set_rdf(3)
- set ldns_rr attributes
- ldns_sign_public(3)
- sign an rrset
- ldns_sign_public_dsa(3), ldns_sign_public_rsamd5(3), ldns_sign_public_rsasha1(3)
- sign buffer
- ldns_verify_rrsig_dsa(3), ldns_verify_rrsig_rsasha1(3), ldns_verify_rrsig_rsamd5(3)
- verify signature data buffers
- ldns_version(3)
- return library version
- ldo65(1)
- linker for o65 object files
- ldraw-thumbnailer(1)
- Create thumbnail images for file managers
- leafpad(1)
- GTK+ based simple text editor
- lebiniou(1)
- A tool to create images from sound
- ledger(1)
- Command-line, double-entry account reporting tool
- ledit.tcl90(n), ledit(n)
- Replace elements of a list stored in variable
- legesmotus(6)
- A team-based, networked, 2D shooter set in zero-gravity
- lemonbar(1)
- Featherweight lemon-scented bar
- lepton-attrib(1)
- Lepton EDA Schematic Attribute Editor
- lepton-embed(1)
- Embed/unembed schematic components and pictures
- lepton-pcb_backannotate(1)
- back-annotates changes from a PCB annotation file to schematic
- lepton-refdes_renum(1)
- Lepton EDA refdes renumbering utility
- lepton-sch2pcb(1)
- Update PCB layouts from Lepton EDA schematics
- lepton-symcheck(1)
- Lepton EDA Symbol Checker
- lepton-symfix(1)
- automatically fix common issues with Lepton EDA symbols
- lepton-tragesym(1)
- create Lepton EDA symbols from structured text files
- lepton-update(1)
- update Lepton EDA symbols and schematics
- lesskey(1)
- customize key bindings for less
- lesskey(1)
- specify key bindings for less
- lexnames(5), List(5)
- of WordNet lexicographer file names and numbers
- lfacme-kerberos(7)
- validate an ACME challenge via GSS-TSIG DNS updates
- lfe_bits(3)
- Lisp Flavoured Erlang (LFE) common binary functions
- lfe_cl(3)
- LFE Common Lisp interface library
- lfe_clj(3), clj(3)
- LFE Clojure interface library
- lfe_lib(3)
- Lisp Flavoured Erlang (LFE) library module
- lfortran(1), LFortran(1)
- modern interactive LLVM-based Fortran compiler
- lftp.conf(5)
- the global configuration file for lftp
- lgeneral(6), LGeneral(6)
- a turn-based strategy game engine
- 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
- lib3ds-config(1)
- script to get information about the installed version of lib3ds
- libOpenCL(7), libOpenCL.so(7)
- OCL-ICD implementation of OpenCL ICD loader
- libansilove(3)
- Library for converting ANSI, ASCII, and other formats to PNG
- libao.conf(5)
- configuration for libao
- libarchive(3)
- functions for reading and writing streaming archives
- libarchive-formats(5)
- archive formats supported by the libarchive library
- libarchive_changes(3)
- changes in libarchive interface
- libarchive_internals(3)
- description of libarchive internal interfaces
- libauditd(3)
- auditd support library
- libavcodec(3)
- media streams decoding and encoding library
- libavdevice(3)
- multimedia device handling library
- libavfilter(3)
- multimedia filtering library
- libavformat(3)
- multimedia muxing and demuxing library
- libavutil(3)
- multimedia-biased utility library
- libbbparse(3), bbr_init_fd(3), bbr_init_file(3), bbr_fini(3), bbr_get_next(3), bbr_get_stackname(3), bbr_get_tlh(3)
- Parse a PCAPng file with black box records
- libbde(3), libbde.h(3)
- Library to access the BitLocker Drive Encryption (BDE) format
- libblkid(3)
- block device identification library
- libbsm(3)
- Basic Security Module (BSM) Audit API
- libc_service(3em), Emilua(3em)
- Lua execution engine
- libc_service.master(3em), Emilua(3em)
- Lua execution engine
- libc_service.slave(3em), Emilua(3em)
- Lua execution engine
- libcaes(3), libcaes.h(3)
- Library to support cross-platform AES encryption
- libchk(1)
- checks shared library links of binaries
- libcidr(3)
- CIDR-style IP address manipulation functions
- libcreg(3), libcreg.h(3)
- Library to access the Windows 9x/Me Registry File (CREG) format
- libcurl(3)
- client-side URL transfers
- libcurl-easy(3)
- easy interface overview
- libcurl-env(3)
- environment variables libcurl understands
- libcurl-env-dbg(3)
- environment variables libcurl DEBUGBUILD understands
- libcurl-errors(3)
- error codes in libcurl
- libcurl-multi(3)
- how to use the multi interface
- libcurl-security(3)
- security considerations when using libcurl
- libcurl-share(3)
- how to use the share interface
- libcurl-thread(3)
- libcurl thread safety
- libcurl-tutorial(3)
- libcurl programming tutorial
- libcurl-url(3)
- URL interface overview
- libcurl-ws(3)
- WebSocket interface overview
- libcw(3)
- general purpose Morse code functions library
- libdatovka(3)
- ISDS client library
- libdavix(3)
- shared library for HTTP I/O
- libdi(3)
- disk information library
- libdieharder(3)
- A testing and benchmarking library for random number generators
- libdisasm(7)
- library for disassembling Intel x86 instructions
- libdivecomputer(3), divecomputer(3)
- communicate with dive computers
- libdmtx(3)
- Data Matrix Encoding & Decoding Library 0.7.5
- libdombey(3), dombey(3)
- Generic SCGI Application Server Library
- libdombeyevents(3), dombey(3)
- Generic SCGI Application Server Library
- libdskrc(5)
- Custom format definitions for LibDSK programs
- libdspam(3)
- Core message processing and classification library for DSPAM DSPAM Core Analyis Engine Functions
- libesedb(3), libesedb.h(3)
- Library to access the Extensible Storage Engine (ESE) Database File (EDB) format
- libevdev(3)
- wrapper library for evdev devices
- libevdev-tweak-device(1)
- modify an evdev kernel device
- libevt(3), libevt.h(3)
- Library to access the Windows Event Log (EVT) format
- libevtx(3), libevtx.h(3)
- Library to access the Windows XML Event Log (EVTX) format
- libewf(3), libewf.h(3)
- Library to access the Expert Witness Compression Format (EWF) format
- libexpect(3)
- programmed dialogue library with interactive programs
- libexslt(3)
- extension library for XSLT
- libfcrypto(3), libfcrypto.h(3)
- Library to support encryption formats
- libfm-pref-apps(1)
- sets preferred applications for programs based on libfm
- libfreeipmi(3)
- FreeIPMI library
- libfsapfs(3), libfsapfs.h(3)
- Library to access the Apple File System (APFS) format
- libfsext(3), libfsext.h(3)
- Library to support the Extended File System (ext) format
- libfsfat(3), libfsfat.h(3)
- Library to support the File Allocation Table (FAT) file system format
- libfshfs(3), libfshfs.h(3)
- Library to access the Hierarchical File System (HFS) format
- libfsntfs(3), libfsntfs.h(3)
- Library to access the Windows New Technology File System (NTFS) format
- libfsxfs(3), libfsxfs.h(3)
- Library to support the X File System (XFS) format
- libfth(3)
- Forth script and extension language library
- libfvde(3), libfvde.h(3)
- Library to access the FileVault Drive Encryption (FVDE) format
- libfwnt(3), libfwnt.h(3)
- Library to support common Windows NT specific formats
- libfwsi(3), libfwsi.h(3)
- Library to access the Windows Shell Item 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
- libgphoto2(3)
- cross-platform digital camera library
- libgphoto2_port(3)
- cross-platform port access library
- libgps(3)
- C service library for communicating with the GPS daemon
- libgpsmm(3), libQgpsm(3)
- C++ and QT class wrappers for the GPS daemon
- libgutenfetch(3)
- Client-side library to retrieve listings and books availiable from Project Gutenberg
- libidnkit(3), libidnkitlite(3)
- internationalized domain name handling libraries
- libinn(3)
- InterNetNews library routines
- libinn_clientlib(3), clientlib(3)
- NNTP clientlib part of InterNetNews library
- libinn_dbz(3), dbz(3)
- Database routines for InterNetNews
- libinn_inndcomm(3), inndcomm(3)
- Routines for managing innd control commands
- libinn_list(3), list(3)
- list routines
- libinn_qio(3), qio(3)
- Quick I/O routines for reading files
- libinn_tst(3), tst(3)
- Ternary search trie functions
- libinn_uwildmat(3), uwildmat(3), uwildmat_simple(3), uwildmat_poison(3)
- Perform wildmat matching
- libinnauth(3)
- Routines for writing nnrpd resolvers and authenticators
- libinnhist(3), his(3)
- routines for managing INN history
- libinnstorage(3)
- Routines for managing INN storage
- libinotify(3), inotify_init(3), inotify_init1(3), inotify_add_watch(3), inotify_rm_watch(3), libinotify_set_param(3), inotify_event(3), libinotify_direct_readv(3), libinotify_free_iovec(3), libinotify_direct_close(3)
- monitor file system events
- libinput(1)
- tool to interface with libinput
- libinput(4x)
- libinput-based X.Org input driver
- libinput-analyze(1)
- analyze device data
- libinput-analyze-buttons(1)
- analyze the button states of a recording
- libinput-analyze-per-slot-delta(1)
- analyze the per-event delta movement for touch slots
- libinput-analyze-recording(1)
- analyze a device recording
- libinput-analyze-touch-down-state(1)
- analyze the touch states
- 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-fuzz(1)
- measure absolute axis fuzz
- 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-size(1)
- measure the size of a touchpad
- libinput-measure-touchpad-tap(1)
- measure tap-to-click properties of devices
- libinput-quirks(1)
- quirk debug helper for libinput
- libinput-record(1)
- record kernel events
- libinput-replay(1)
- replay kernel events from a recording
- libinput-test(1)
- test various components of libinput itself
- libiperf(3)
- API for iperf3 network throughput tester
- libipmiconsole(3)
- IPMI SOL library
- libipmiconsole.conf(5)
- specify default values for libipmiconsole
- libipmidetect(3)
- a library of functions to determine if a node is detected or undetected
- libipmimonitoring(3)
- a library for IPMI system event and sensor monitoring
- libipsec-mb(7)
- overview of Intel(R) Multi-Buffer Crypto for IPSec library
- libjodycode(7)
- shared code used by several tools written by Jody Bruchon
- liblnk(3), liblnk.h(3)
- Library to access the Windows Shortcut File (LNK) format
- 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
- libmicrohttpd(3)
- library for embedding HTTP servers
- libmikmod-config(1)
- script to get information about the installed version of libmikmod
- libmng(3)
- Multiple-image Network Graphics (MNG) Reference Library 1.0.9
- libmodi(3), libmodi.h(3)
- Library to access Mac OS disk image formats
- libmosquitto(3)
- MQTT version 5.0/3.1.1 client library
- libmpalloc(3)
- dynamic memory allocation replacement library
- libmpatrol(3)
- dynamic memory allocation and tracing library
- libmpdec(3)
- 4.0.1
- libmpdec++(3)
- 4.0.1
- libmsiecf(3), libmsiecf.h(3)
- Library to access the MSIE Cache File (index.dat) format
- libnids(3)
- network intrusion detection system E-box library
- libolecf(3), libolecf.h(3)
- Library to access the Object Linking and Embedding (OLE) Compound File (CF) format
- libopenjpeg(3)
- a library for reading and writing JPEG2000 image files
- liboping(3)
- Library to send ICMPv4/ICMPv6 echo packets to multiple hosts
- libowfat_add_of(3), add_of(3)
- add two integers, check for arithmetic overflow
- libowfat_array(3), array(3)
- The array library interface
- libowfat_array_allocate(3), array_allocate(3)
- make sure array has at least n elements allocated
- libowfat_array_bytes(3), array_bytes(3)
- get number of allocated members in array
- libowfat_array_cat(3), array_cat(3)
- append one array to another
- libowfat_array_cat0(3), array_cat0(3)
- append 0 byte to an array
- libowfat_array_catb(3), array_catb(3)
- append bytes to an array
- libowfat_array_cate(3), array_cate(3)
- append subset of one array to another array
- libowfat_array_cats(3), array_cats(3)
- append C string to an array
- libowfat_array_cats0(3), array_cats0(3)
- append C string to an array
- libowfat_array_equal(3), array_equal(3)
- compare two arrays for equality
- libowfat_array_fail(3), array_fail(3)
- switch array to have failed
- libowfat_array_get(3), array_get(3)
- get pointer to nth element in array
- libowfat_array_length(3), array_length(3)
- get number of allocated members in array
- libowfat_array_reset(3), array_reset(3)
- deallocate array
- libowfat_array_start(3), array_start(3)
- get pointer to first element in array
- libowfat_array_trunc(3), array_trunc(3)
- reduce number of initialized bytes
- libowfat_array_truncate(3), array_truncate(3)
- reduce number of initialized bytes
- libowfat_assign(3), assign(3)
- assign an integer value, check for truncation
- libowfat_bs_capacityassert(3), bs_capacityassert(3)
- assert that there are least n bytes left in the stream
- libowfat_buffer(3), buffer.h(3)
- generic read/write buffering
- libowfat_buffer_close(3), buffer_close(3)
- close buffer
- libowfat_buffer_feed(3), buffer_feed(3)
- low-level component of buffer_get
- libowfat_buffer_flush(3), buffer_flush(3)
- feed buffer to write function
- libowfat_buffer_fromarray(3), buffer_fromarray(3)
- initialize buffer structure from array
- libowfat_buffer_frombuf(3), buffer_frombuf(3)
- initialize buffer structure from raw memory
- libowfat_buffer_fromsa(3), buffer_fromsa(3)
- initialize buffer structure from stralloc
- libowfat_buffer_get(3), buffer_get(3)
- read binary data from buffer
- libowfat_buffer_get_new_token_sa(3), buffer_get_new_token_sa(3)
- read token from buffer
- libowfat_buffer_get_new_token_sa_pred(3), buffer_get_new_token_sa_pred(3)
- read token from buffer
- libowfat_buffer_get_token(3), buffer_get_token(3)
- read token from buffer
- libowfat_buffer_get_token_pred(3), buffer_get_token_pred(3)
- read token from buffer
- libowfat_buffer_get_token_sa(3), buffer_get_token_sa(3)
- read token from buffer
- libowfat_buffer_get_token_sa_pred(3), buffer_get_token_sa_pred(3)
- read token from buffer
- libowfat_buffer_getc(3), buffer_getc(3)
- read one char from buffer
- libowfat_buffer_getline(3), buffer_getline(3)
- read line from buffer
- libowfat_buffer_getline_sa(3), buffer_getline_sa(3)
- read line from buffer
- libowfat_buffer_getn(3), buffer_getn(3)
- read binary data from buffer
- libowfat_buffer_getnewline_sa(3), buffer_getnewline_sa(3)
- read line from buffer
- libowfat_buffer_init(3), buffer_init(3)
- initialize buffer structure
- libowfat_buffer_init_free(3), buffer_init_free(3)
- initialize buffer structure
- libowfat_buffer_mmapread(3), buffer_mmapread(3)
- create read-only memory-mapped file buffer
- libowfat_buffer_peek(3), buffer_peek(3)
- return pointer to string in buffer
- libowfat_buffer_peekc(3), buffer_peekc(3)
- read one char from buffer
- libowfat_buffer_put(3), buffer_put(3)
- write binary data to buffer
- libowfat_buffer_put8long(3), buffer_put8long(3)
- write an octal ASCII representation of an unsigned long integer to buffer
- libowfat_buffer_putalign(3), buffer_putalign(3)
- write binary data to buffer
- libowfat_buffer_puterror(3), buffer_puterror(3)
- write error string to buffer and flush
- libowfat_buffer_puterror2(3), buffer_puterror2(3)
- write error string to buffer and flush
- libowfat_buffer_putflush(3), buffer_putflush(3)
- write binary data to buffer and flush
- 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_putm(3), buffer_putm(3)
- write ASCIIZ string(s) to buffer
- libowfat_buffer_putnlflush(3), buffer_putnlflush(3)
- write '
-
- libowfat_buffer_puts(3), buffer_puts(3)
- write ASCIIZ string to buffer
- libowfat_buffer_putsa(3), buffer_putsa(3)
- write stralloc to buffer
- libowfat_buffer_putsaflush(3), buffer_putsa(3)
- write stralloc to buffer and flush
- libowfat_buffer_putsalign(3), buffer_putsalign(3)
- write ASCIIZ string to buffer
- libowfat_buffer_putsflush(3), buffer_putsflush(3)
- write ASCIIZ string to buffer and flush
- libowfat_buffer_putspace(3), buffer_putspace(3)
- write ASCII space 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_buffer_seek(3), buffer_seek(3)
- remove bytes from beginning of string in buffer
- libowfat_buffer_tosa(3), buffer_tosa(3)
- initialize buffer for writing to stralloc
- libowfat_byte_chr(3), byte_chr(3)
- search for a byte in a string
- libowfat_byte_copy(3), byte_copy(3)
- copy a string
- libowfat_byte_copyr(3), byte_copyr(3)
- copy a string
- libowfat_byte_diff(3), byte_diff(3)
- compare two strings
- libowfat_byte_equal(3), byte_equal(3)
- compare two strings
- libowfat_byte_equal_notimingattack(3), byte_equal_notimingattack(3)
- compare two strings
- libowfat_byte_rchr(3), byte_rchr(3)
- search for a byte in a string
- libowfat_byte_start(3), byte_start(3)
- find out if string b is prefix of string a
- libowfat_byte_starts(3), byte_starts(3)
- find out if a buffer starts with a string
- libowfat_byte_zero(3), byte_zero(3)
- initialize a string
- libowfat_carp(3), carp(3)
- print warning diagnostic
- libowfat_carpsys(3), carp(3)
- print warning diagnostic
- libowfat_case_diffb(3), case_diffb(3)
- compare strings case-insensitively
- libowfat_case_diffs(3), case_diffs(3)
- compare strings case-insensitively
- libowfat_case_lowerb(3), case_lowerb(3)
- compare strings case-insensitively
- libowfat_case_lowers(3), case_lowers(3)
- compare strings case-insensitively
- libowfat_case_starts(3), case_starts(3)
- compare prefixes of strings case-insensitively
- libowfat_cdb_datalen(3), cdb_datalen(3)
- get length of data
- libowfat_cdb_datapos(3), cdb_datapos(3)
- get position of data
- libowfat_cdb_find(3), cdb_find(3)
- look up a key in a constant database
- libowfat_cdb_firstkey(3), cdb_firstkey(3)
- find first physical record in constant database
- libowfat_cdb_free(3), cdb_free(3)
- close a constant databased
- libowfat_cdb_init(3), cdb_init(3)
- open a constant database
- libowfat_cdb_keylen(3), cdb_keylen(3)
- get length of key
- libowfat_cdb_keypos(3), cdb_keypos(3)
- get position of key
- libowfat_cdb_nextkey(3), cdb_nextkey(3)
- find next physical record in constant database
- libowfat_cdb_read(3), cdb_read(3)
- read bytes from a constant database
- libowfat_cdb_successor(3), cdb_successor(3)
- find next record
- libowfat_critbit0_allprefixed(3), critbit0_allprefixed(3)
- search a critbit tree by prefix
- libowfat_critbit0_clear(3), critbit0_clear(3)
- free all memory associated with a critbit tree
- libowfat_critbit0_contains(3), critbit0_contains(3)
- check whether a string is in the critbit tree
- libowfat_critbit0_delete(3), critbit0_delete(3)
- delete a string from a critbit tree
- libowfat_critbit0_insert(3), critbit0_insert(3)
- insert a string into a critbit tree
- libowfat_die(3), die(3)
- print warning diagnostic and abort program
- libowfat_diesys(3), die(3)
- print warning diagnostic and abort program
- libowfat_dns_ip4(3), dns_ip4(3)
- look up IPv4 addresses
- libowfat_dns_ip4_packet(3), dns_ip4_packet(3)
- extract IPv4 address from DNS answer packet
- libowfat_dns_ip4_qualify(3), dns_ip4_qualify(3)
- qualify name and look up IPv4 addresses
- libowfat_dns_ip6(3), dns_ip6(3)
- look up IPv6 addresses
- libowfat_dns_ip6_packet(3), dns_ip6_packet(3)
- extract IPv6 address from DNS answer packet
- libowfat_dns_ip6_qualify(3), dns_ip6_qualify(3)
- qualify name and look up IPv6 addresses
- libowfat_dns_mx(3), dns_mx(3)
- look up Mail eXchanger
- libowfat_dns_mx_packet(3), dns_mx_packet(3)
- extract MX records from DNS answer packet
- libowfat_dns_name4(3), dns_name4(3)
- look up host name
- libowfat_dns_name4_domain(3), dns_name4_domain(3)
- construct host name for reverse lookup
- libowfat_dns_name6(3), dns_name6(3)
- look up host name
- libowfat_dns_name6_domain(3), dns_name6_domain(3)
- construct host name for reverse lookup
- libowfat_dns_name_packet(3), dns_name_packet(3)
- extract names from DNS answer packet
- libowfat_dns_txt(3), dns_txt(3)
- look up TXT records
- libowfat_dns_txt_packet(3), dns_txt_packet(3)
- extract TXT records from DNS answer packet
- libowfat_errmsg_iam(3), errmsg_iam(3)
- tell errmsg library the name of the program
- libowfat_fmt_8long(3), fmt_8long(3)
- write an octal ASCII representation of an unsigned long integer
- 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_copybytes(3), fmt_copybytes(3)
- write binary data
- libowfat_fmt_copybytes_sizeof_minus1(3), fmt_copybytes_sizeof_minus1(3)
- write binary data
- libowfat_fmt_double(3), fmt_double(3)
- write an ASCII representation of a double
- libowfat_fmt_fill(3), fmt_fill(3)
- append spaces to a string
- libowfat_fmt_httpdate(3), fmt_httpdate(3)
- write a date in ASCII as in the HTTP protocol
- libowfat_fmt_human(3), fmt_human(3)
- write a human readable ASCII representation of a long integer
- libowfat_fmt_humank(3), fmt_humank(3)
- write a human readable ASCII representation of a long integer
- libowfat_fmt_ip4(3), fmt_ip4(3)
- write a formatted ASCII representation of an IPv4 number
- libowfat_fmt_ip6(3), fmt_ip6(3)
- write a formatted ASCII representation of an IPv6 number
- libowfat_fmt_ip6_flat(3), fmt_ip6_flat(3)
- write a formatted ASCII representation of an IPv6 number
- libowfat_fmt_ip6c(3), fmt_ip6c(3)
- write a formatted ASCII representation of an IPv6 number
- libowfat_fmt_ip6if(3), fmt_ip6if(3)
- write a formatted ASCII representation of an IPv6 number
- libowfat_fmt_ip6ifc(3), fmt_ip6ifc(3)
- write a formatted ASCII representation of an IPv6 number
- libowfat_fmt_iso8601(3), fmt_iso8601(3)
- write a date in ASCII conforming to ISO-8601
- libowfat_fmt_long(3), fmt_long(3)
- write an ASCII representation of a long integer
- libowfat_fmt_longlong(3), fmt_longlong(3)
- write an ASCII representation of a long long integer
- libowfat_fmt_minus(3), fmt_minus(3)
- write '-' for negative integers
- libowfat_fmt_netstring(3), fmt_netstring(3)
- convert a memory buffer into a netstring
- libowfat_fmt_pad(3), fmt_pad(3)
- pad a string with spaces
- libowfat_fmt_plusminus(3), fmt_plusminus(3)
- write '+' or '-'
- libowfat_fmt_str(3), fmt_str(3)
- write an ASCII string
- libowfat_fmt_strm(3), fmt_strm(3)
- write multiple ASCII strings
- libowfat_fmt_strm_alloca(3), fmt_strm_alloca(3)
- write multiple ASCII strings
- libowfat_fmt_strm_malloc(3), fmt_strm_malloc(3)
- write multiple ASCII strings
- libowfat_fmt_strn(3), fmt_strn(3)
- write an ASCII string
- libowfat_fmt_uint(3), fmt_uint(3)
- write an ASCII representation of an unsigned integer
- libowfat_fmt_uint0(3), fmt_uint0(3)
- write a zero-padded ASCII representation of an unsigned integer
- libowfat_fmt_ulong(3), fmt_ulong(3)
- write an ASCII representation of an unsigned long integer
- libowfat_fmt_ulong0(3), fmt_ulong0(3)
- write a zero-padded ASCII representation of an unsigned long integer
- libowfat_fmt_ulonglong(3), fmt_ulonglong(3)
- write an ASCII representation of an unsigned long 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_iarray_allocate(3), iarray_allocate(3)
- get pointer to nth element in iarray
- libowfat_iarray_free(3), iarray_free(3)
- free iarray data structure
- libowfat_iarray_get(3), iarray_get(3)
- get pointer to nth element in iarray
- libowfat_iarray_init(3), iarray_init(3)
- initialize iarray data structure
- libowfat_imult16(3), imult16(3)
- integer multiplication with overflow checking
- libowfat_imult32(3), imult32(3)
- integer multiplication with overflow checking
- libowfat_imult64(3), imult64(3)
- integer multiplication with overflow checking
- libowfat_io_appendfile(3), io_appendfile(3)
- open a file for appending
- libowfat_io_block(3), io_block(3)
- switch to blocking I/O
- 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_createfile(3), io_createfile(3)
- create a file
- 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_eagain(3), io_eagain(3)
- tell io_wait that you got an EAGAIN
- 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_getcookie(3), io_getcookie(3)
- retrieve cookie
- libowfat_io_nonblock(3), io_nonblock(3)
- switch to non-blocking I/O
- libowfat_io_passfd(3), io_passfd(3)
- pass a file descriptor over a Unix Domain socket
- libowfat_io_pipe(3), io_pipe(3)
- create a Unix pipe
- libowfat_io_readfile(3), io_readfile(3)
- open a file for reading
- libowfat_io_readwritefile(3), io_readfile(3)
- open a file for reading and writing
- libowfat_io_receivefd(3), io_receivefd(3)
- receive a file descriptor over a Unix Domain socket
- libowfat_io_sendfile(3), io_sendfile(3)
- send data from a file to a socket
- libowfat_io_setcookie(3), io_setcookie(3)
- associate cookie with descriptor
- libowfat_io_socketpair(3), io_socketpair(3)
- create a pair of sockets
- 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_wait(3), io_wait(3)
- wait for events
- libowfat_io_waitread(3), io_waitread(3)
- read from a descriptor
- libowfat_io_waituntil(3), io_waituntil(3)
- wait for events
- 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(3), iob_addbuf(3)
- add buffer to I/O batch
- libowfat_iob_addbuf_free(3), iob_addbuf_free(3)
- add buffer to I/O batch, with deallocation
- libowfat_iob_addfile(3), iob_addfile(3)
- add file region to I/O batch
- libowfat_iob_addfile_close(3), iob_addfile_close(3)
- add file region to I/O batch
- libowfat_iob_adds(3), iob_adds(3)
- add buffer to I/O batch
- libowfat_iob_adds_free(3), iob_adds_free(3)
- add buffer to I/O batch
- libowfat_iob_bytesleft(3), iob_bytesleft(3)
- how many bytes are still to be sent?
- libowfat_iob_free(3), iob_free(3)
- free an I/O batch
- libowfat_iob_init(3), iob_init(3)
- initialize new I/O batch
- libowfat_iob_init_autofree(3), iob_init_autofree(3)
- initialize new I/O batch with autofree flag set
- libowfat_iob_new(3), iob_new(3)
- create new I/O batch
- libowfat_iob_new_autofree(3), iob_new_autofree(3)
- create new I/O batch with autofree flag set
- libowfat_iob_prefetch(3), iob_prefetch(3)
- prefetch data for I/O batch
- libowfat_iob_reset(3), iob_reset(3)
- reset an I/O batch
- libowfat_iob_send(3), iob_send(3)
- send I/O batch
- libowfat_iob_write(3), iob_write(3)
- send I/O batch through callback
- libowfat_iom_abort(3), iom_abort(3)
- abort all pending iom_wait calls
- libowfat_iom_add(3), iom_add(3)
- add event to I/O multiplexer
- libowfat_iom_init(3), iom_init(3)
- create new I/O multiplexer
- libowfat_iom_requeue(3), iom_requeue(3)
- re-add event to I/O multiplexer
- libowfat_iom_wait(3), iom_wait(3)
- wait for event from I/O multiplexer
- libowfat_mmap_private(3), mmap_private(3)
- memory map a file for reading and writing
- libowfat_mmap_read(3), mmap_read(3)
- memory map a file for reading
- libowfat_mmap_readat(3), mmap_readat(3)
- memory map a file for reading
- libowfat_mmap_shared(3), mmap_shared(3)
- memory map a file for reading and writing
- libowfat_mmap_unmap(3), mmap_unmap(3)
- unmap an existing memory mapping
- libowfat_msg(3), msg(3)
- print diagnostic
- libowfat_msgsys(3), msg(3)
- print diagnostic
- 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_open_append(3), open_append(3)
- open a file for appending
- libowfat_open_excl(3), open_excl(3)
- open a file for exclusive writing
- libowfat_open_read(3), open_read(3)
- open a file for reading
- libowfat_open_rw(3), open_rw(3)
- open a file for reading and writing
- libowfat_open_trunc(3), open_trunc(3)
- open a file for writing
- libowfat_open_write(3), open_write(3)
- open a file for writing
- libowfat_openreadclose(3), openreadclose(3)
- read a whole file into a stralloc
- libowfat_range_arrayinbuf(3), range_arrayinbuf(3)
- range check for array in buffer
- libowfat_range_bufinbuf(3), range_bufinbuf(3)
- range check for buf in buffer
- libowfat_range_ptrinbuf(3), range_ptrinbuf(3)
- range check pointer in buffer
- libowfat_range_str2inbuf(3), range_str2inbuf(3)
- range check for string in buffer
- libowfat_range_str4inbuf(3), range_str4inbuf(3)
- range check for string in buffer
- libowfat_range_strinbuf(3), range_strinbuf(3)
- range check for string in buffer
- libowfat_range_validbuf(3), range_validbuf(3)
- range check buffer
- libowfat_rangecheck(3), rangecheck.h(3)
- pointer range checking
- libowfat_readclose(3), readclose(3)
- read a whole file into a stralloc
- libowfat_readclose_append(3), readclose_append(3)
- read a whole file into a stralloc
- libowfat_scan_8int(3), scan_8int(3)
- parse an unsigned integer in octal ASCII representation
- libowfat_scan_8long(3), scan_8long(3)
- parse an unsigned long integer in octal ASCII representation
- libowfat_scan_8short(3), scan_8short(3)
- parse an unsigned short integer in octal ASCII representation
- 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_cescape(3), scan_cescape(3)
- parse C escaped string
- libowfat_scan_charsetnskip(3), scan_charsetnskip(3)
- skip characters from set
- 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_httpdate(3), scan_httpdate(3)
- parse a HTTP date
- 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_ip6(3), scan_ip6(3)
- parse an IPv6 number in ASCII representation
- libowfat_scan_ip6_flat(3), scan_ip6_flat(3)
- parse an IPv6 number in flat ASCII representation
- libowfat_scan_ip6if(3), scan_ip6(3)
- parse an IPv6 number and interface in ASCII representation
- libowfat_scan_iso8601(3), scan_iso8601(3)
- parse an ISO-8601 timestamp
- libowfat_scan_jsonescape(3), scan_jsonescape(3)
- parse JSON escaped string
- libowfat_scan_ldapescape(3), scan_ldapescape(3)
- parse LDIF escaped string
- 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_netstring(3), scan_netstring(3)
- parse a netstring
- libowfat_scan_noncharsetnskip(3), scan_noncharsetnskip(3)
- skip characters not from set
- libowfat_scan_nonwhitenskip(3), scan_nonwhitenskip(3)
- skip non-whitespace
- libowfat_scan_plusminus(3), scan_plusminus(3)
- parse '+' or '-'
- 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_whitenskip(3), scan_whitenskip(3)
- skip whitespace
- 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(3), socket_accept4(3)
- accept an IPv4 TCP connection on a socket
- libowfat_socket_accept4_makenonblocking(3), socket_accept4_makenonblocking(3)
- accept an IPv4 TCP connection on a socket and set it to non-blocking I/O
- 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_accept4_setcloseonexec(3), socket_accept4_setcloseonexec(3)
- accept an IPv4 TCP connection on a socket and set it to close on exec
- libowfat_socket_accept6(3), socket_accept6(3)
- accept an IPv6 TCP connection on a socket
- libowfat_socket_accept6_makenonblocking(3), socket_accept6_makenonblocking(3)
- accept an IPv6 TCP connection on a socket
- 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_accept6_setcloseonexec(3), socket_accept6_setcloseonexec(3)
- accept an IPv6 TCP connection on a socket
- libowfat_socket_bind4(3), socket_bind4(3)
- set the local IP address and port of a socket
- libowfat_socket_bind4_reuse(3), socket_bind4_reuse(3)
- set the local IP address and port of a socket
- libowfat_socket_bind6(3), socket_bind6(3)
- set the local IP address and port of a socket
- libowfat_socket_bind6_reuse(3), socket_bind6_reuse(3)
- set the local IP address and port of a socket
- libowfat_socket_broadcast(3), socket_broadcast(3)
- set UDP socket to broadcast mode
- libowfat_socket_connect4(3), socket_connect4(3)
- attempt to make a TCP connection
- libowfat_socket_connect6(3), socket_connect6(3)
- attempt to make a TCP connection
- libowfat_socket_connected(3), socket_connected(3)
- is a connection established on a socket?
- libowfat_socket_fastopen(3), socket_fastopen(3)
- enable TCP Fast Open on a server-side TCP socket
- libowfat_socket_fastopen_connect4(3), socket_fastopen_connect4(3)
- make a TCP connection and send some data
- libowfat_socket_fastopen_connect6(3), socket_fastopen_connect6(3)
- make a TCP connection and send some data
- libowfat_socket_getifidx(3), socket_getifidx(3)
- get interface number
- libowfat_socket_getifname(3), socket_getifname(3)
- get interface name
- libowfat_socket_listen(3), socket_listen(3)
- attempt to make a TCP connection
- libowfat_socket_local4(3), socket_local4(3)
- get local IP address of socket
- libowfat_socket_local6(3), socket_local6(3)
- get local IP address of socket
- libowfat_socket_mchopcount6(3), socket_mchopcount6(3)
- set multicast hop count
- libowfat_socket_mcjoin4(3), socket_mcjoin4(3)
- join a multicast group
- libowfat_socket_mcjoin6(3), socket_mcjoin6(3)
- join a multicast group
- libowfat_socket_mcleave4(3), socket_mcleave4(3)
- leave a multicast group
- libowfat_socket_mcleave6(3), socket_mcleave6(3)
- leave a multicast group
- libowfat_socket_mcloop4(3), socket_mcloop4(3)
- set multicast loopback
- libowfat_socket_mcloop6(3), socket_mcloop6(3)
- set multicast loopback
- libowfat_socket_mcttl4(3), socket_mcttl4(3)
- set multicast ttl
- libowfat_socket_quickack(3), socket_quickack(3)
- turn TCP Quick ACK mode on or off
- libowfat_socket_recv4(3), socket_recv4(3)
- receive a UDP datagram
- libowfat_socket_recv6(3), socket_recv6(3)
- receive a UDP datagram
- libowfat_socket_remote4(3), socket_remote4(3)
- get remote IP address of socket
- libowfat_socket_remote6(3), socket_remote6(3)
- get remote IP address of socket
- libowfat_socket_sctp4(3), socket_sctp4(3)
- create a non-blocking SCTP/IP stream socket
- libowfat_socket_sctp4b(3), socket_sctp4b(3)
- create a blocking SCTP/IP stream socket
- libowfat_socket_sctp6(3), socket_sctp6(3)
- create a non-blocking IPv6 SCTP/IP stream socket
- libowfat_socket_sctp6b(3), socket_sctp6b(3)
- create a blocking IPv6 SCTP/IP stream socket
- libowfat_socket_send4(3), socket_send4(3)
- send a UDP datagram
- libowfat_socket_send6(3), socket_send6(3)
- send a UDP datagram
- libowfat_socket_tcp4(3), socket_tcp4(3)
- create a non-blocking TCP/IP stream socket
- libowfat_socket_tcp4b(3), socket_tcp4b(3)
- create a blocking TCP/IP stream socket
- libowfat_socket_tcp6(3), socket_tcp6(3)
- create a non-blocking IPv6 TCP/IP stream socket
- libowfat_socket_tcp6b(3), socket_tcp6b(3)
- create a blocking IPv6 TCP/IP stream socket
- libowfat_socket_udp4(3), socket_udp4(3)
- create a non-blocking UDP/IP datagram socket
- libowfat_socket_udp6(3), socket_udp6(3)
- create a non-blocking IPv6 UDP/IP datagram socket
- libowfat_str_chr(3), str_chr(3)
- find character in ASCIIZ string
- libowfat_str_copy(3), str_copy(3)
- copy an ASCIIZ string
- libowfat_str_diff(3), str_diff(3)
- compare two ASCIIZ strings
- libowfat_str_diffn(3), str_diffn(3)
- compare two ASCIIZ strings
- libowfat_str_equal(3), str_equal(3)
- compare two ASCIIZ strings
- libowfat_str_len(3), str_len(3)
- find length of ASCIIZ string
- libowfat_str_rchr(3), str_rchr(3)
- find character in ASCIIZ string
- libowfat_str_start(3), str_start(3)
- compare prefixes of strings
- libowfat_stralloc_0(3), stralloc_0(3)
- append