home βΊ Library functions
Library functions
3proxy.cfg(3) β 3proxy configuration file
ACCESS_DESCRIPTION_new(3) β X.509 information access extensions
ADIME_VERSION_MAJOR(3)
ADMISSIONS(3ossl) β Accessors and settors for ADMISSION_SYNTAX
AES_encrypt(3) β low-level interface to the AES symmetric cipher
ANTLR3_ARBORETUM(3) β ANTLR3_ARBORETUM - Tree Factory Class Definition
ANTLR3_ARBORETUM_struct(3) β ANTLR3 Tree factory interface to create lots of trees efficiently rather than creating and freeing lots of little bits of memory.
ANTLR3_BASE_RECOGNIZER(3) β ANTLR3_BASE_RECOGNIZER - Base Recognizer Class Definition
ANTLR3_BASE_RECOGNIZER_struct(3) β Base tracking context structure for all types of recognizers.
ANTLR3_BASE_TREE(3) β ANTLR3_BASE_TREE - Base Tree Class Definition
ANTLR3_BASE_TREE_ADAPTOR(3) β ANTLR3_BASE_TREE_ADAPTOR - Base Tree Class Definition
ANTLR3_BASE_TREE_ADAPTOR_struct(3)
ANTLR3_BASE_TREE_struct(3) β A generic tree implementation with no payload.
ANTLR3_BITSET(3) β ANTLR3_BITSET - Bitset Class Definition
ANTLR3_BITSET_LIST_struct(3)
ANTLR3_BITSET_struct(3)
ANTLR3_COMMON_TOKEN(3) β ANTLR3_COMMON_TOKEN - Common Token Class Definition
ANTLR3_COMMON_TOKEN_STREAM(3) β ANTLR3_COMMON_TOKEN_STREAM - Common Token Stream Class Definition
ANTLR3_COMMON_TOKEN_STREAM_struct(3) β Common token stream is an implementation of ANTLR_TOKEN_STREAM for the default parsers and recognizers.
ANTLR3_COMMON_TOKEN_struct(3) β The definition of an ANTLR3 common token structure, which all implementations of a token stream should provide, installing any further structures in the custom pointer element of this structure.
ANTLR3_COMMON_TREE(3) β ANTLR3_COMMON_TREE - Common Tree Class Definition
ANTLR3_COMMON_TREE_ADAPTOR(3) β ANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Class Definition
ANTLR3_COMMON_TREE_ADAPTOR_struct(3)
ANTLR3_COMMON_TREE_NODE_STREAM(3) β ANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Class Definition
ANTLR3_COMMON_TREE_NODE_STREAM_struct(3)
ANTLR3_COMMON_TREE_struct(3) β Interface for an ANTLR3 common tree which is what gets passed around by the AST producing parser.
ANTLR3_CYCLIC_DFA(3) β ANTLR3_CYCLIC_DFA - Cyclic DFA Class Definition
ANTLR3_CYCLIC_DFA_struct(3) β Definition of a cyclic dfa structure such that it can be initialized at compile time and have only a single runtime function that can deal with all cyclic dfa structures and show Java how it is done ;-)
ANTLR3_DEBUG_EVENT_LISTENER(3) β ANTLR3_DEBUG_EVENT_LISTENER - Debugger Class Definition
ANTLR3_DEBUG_EVENT_LISTENER_struct(3) β The ANTLR3 debugging interface for communicating with ANLTR Works.
ANTLR3_EXCEPTION(3) β ANTLR3_EXCEPTION - Exception Class Definition
ANTLR3_EXCEPTION_struct(3) β Base structure for an ANTLR3 exception tracker.
ANTLR3_HASH_BUCKET(3) β ANTLR3_HASH_BUCKET - Hash Table Bucket Class Definition
ANTLR3_HASH_BUCKET_struct(3) β Internal structure of a hash table bucket, which tracks all keys that hash to the same bucket.
ANTLR3_HASH_ENTRY(3) β ANTLR3_HASH_ENTRY - Hash Table Entry Class Definition
ANTLR3_HASH_ENTRY_struct(3) β Internal structure representing an element in a hash bucket.
ANTLR3_HASH_ENUM(3) β ANTLR3_HASH_ENUM - Hash Table Enumerator Class Definition
ANTLR3_HASH_ENUM_struct(3) β Internal structure representing an enumeration of a table.
ANTLR3_HASH_KEY_struct(3)
ANTLR3_HASH_TABLE(3) β ANTLR3_HASH_TABLE - Hash Table Class Definition
ANTLR3_HASH_TABLE_struct(3) β Structure that tracks a hash table.
ANTLR3_INPUT_STREAM(3) β ANTLR3_INPUT_STREAM - Input Stream Class Definition
ANTLR3_INPUT_STREAM_struct(3) β Master context structure for an ANTLR3 C runtime based input stream.
ANTLR3_INT_STREAM_struct(3)
ANTLR3_INT_TRIE(3) β ANTLR3_INT_TRIE - Trie Class Definition
ANTLR3_INT_TRIE_NODE_struct(3) β Structure that defines an element/node in an ANTLR3_INT_TRIE.
ANTLR3_INT_TRIE_struct(3) β Structure that defines an ANTLR3_INT_TRIE.
ANTLR3_LEXER(3) β ANTLR3_LEXER - Lexer Class Definition
ANTLR3_LEXER_struct(3)
ANTLR3_LEX_STATE(3) β ANTLR3_LEX_STATE - Lexer State Class Definition
ANTLR3_LEX_STATE_struct(3) β Structure for track lex input states as part of mark() and rewind() of lexer.
ANTLR3_LIST(3) β ANTLR3_LIST - List Class Definition
ANTLR3_LIST_struct(3) β Structure that represents a LIST collection.
ANTLR3_PARSER(3) β ANTLR3_PARSER - Parser Class Definition
ANTLR3_PARSER_struct(3) β This is the main interface for an ANTLR3 parser.
ANTLR3_PARSE_TREE(3) β ANTLR3_PARSE_TREE - Parse Tree Class Definition
ANTLR3_PARSE_TREE_struct(3)
ANTLR3_RECOGNIZER_SHARED_STATE(3) β ANTLR3_RECOGNIZER_SHARED_STATE Recognizer Shared State Class Definition
ANTLR3_RECOGNIZER_SHARED_STATE_struct(3) β All the data elements required to track the current state of any recognizer (lexer, parser, tree parser).
ANTLR3_REWRITE_RULE_ELEMENT_STREAM(3) β ANTLR3_REWRITE_RULE_ELEMENT_STREAM - Token Rewrite Stream Class Definition
ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct(3) β A generic list of elements tracked in an alternative to be used in a -> rewrite rule.
ANTLR3_STACK(3) β ANTLR3_STACK - Stack Class Definition
ANTLR3_STACK_struct(3) β Structure that represents a Stack collection.
ANTLR3_STRING(3) β ANTLR3_STRING - String Class Definition
ANTLR3_STRING_FACTORY(3) β ANTLR3_STRING_FACTORY - String Factory Class Definition
ANTLR3_STRING_FACTORY_struct(3) β Definition of the string factory interface, which creates and tracks strings for you of various shapes and sizes.
ANTLR3_STRING_struct(3) β Base string class tracks the allocations and provides simple string tracking functions.
ANTLR3_TOKEN_FACTORY(3) β ANTLR3_TOKEN_FACTORY - Token Factory Class Definition
ANTLR3_TOKEN_FACTORY_struct(3) β ANTLR3 Token factory interface to create lots of tokens efficiently rather than creating and freeing lots of little bits of memory.
ANTLR3_TOKEN_SOURCE(3) β ANTLR3_TOKEN_SOURCE - Token Source Class Definition
ANTLR3_TOKEN_SOURCE_struct(3) β Definition of a token source, which has a pointer to a function that returns the next token (using a token factory if it is going to be efficient) and a pointer to an ANTLR3_INPUT_STREAM.
ANTLR3_TOKEN_STREAM(3) β ANTLR3_TOKEN_STREAM - Token Stream Class Definition
ANTLR3_TOKEN_STREAM_struct(3) β Definition of the ANTLR3 common token stream interface.
ANTLR3_TOPO_struct(3) β A topological sort system that given a set of dependencies of a node m on node n, can sort them in dependency order.
ANTLR3_TREE_NODE_STREAM(3) β ANTLR3_TREE_NODE_STREAM - Tree Node Class Definition
ANTLR3_TREE_NODE_STREAM_struct(3)
ANTLR3_TREE_PARSER(3) β ANTLR3_TREE_PARSER - Tree Parser Class Definition
ANTLR3_TREE_PARSER_struct(3) β Internal structure representing an element in a hash bucket.
ANTLR3_TREE_WALK_STATE(3) β ANTLR3_TREE_WALK_STATE - Tree Walk State Class Definition
ANTLR3_TREE_WALK_STATE_struct(3) β This structure is used to save the state information in the treenodestream when walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the tree node stream.
ANTLR3_TRIE_ENTRY_struct(3) β Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE.
ANTLR3_VECTOR(3) β ANTLR3_VECTOR - Vector Class Definition
ANTLR3_VECTOR_ELEMENT_struct(3)
ANTLR3_VECTOR_FACTORY(3) β ANTLR3_VECTOR_FACTORY - Vector Factory Class Definition
ANTLR3_VECTOR_FACTORY_struct(3) β Structure that tracks vectors in a vector and auto deletes the vectors in the vector factory when closed.
ANTLR3_VECTOR_struct(3)
ASIdentifiers_new(3) β RFC 3779 autonomous system identifier delegation extensions
ASN1_BIT_STRING_set(3) β ASN.1 BIT STRING accessors
ASN1_EXTERN_FUNCS(3ossl) β ASN.1 external function support
ASN1_INTEGER_get(3) β ASN.1 INTEGER and ENUMERATED utilities
ASN1_INTEGER_get_int64(3ossl) β ASN.1 INTEGER and ENUMERATED utilities
ASN1_INTEGER_new(3ossl) β ASN1_INTEGER allocation functions
ASN1_ITEM_lookup(3ossl) β lookup ASN.1 structures
ASN1_NULL_new(3) β ASN.1 NULL value
ASN1_OBJECT_new(3) β ASN.1 object identifiers
ASN1_OBJECT_new(3ossl) β object allocation functions
ASN1_PRINTABLE_type(3) β classify a single-byte character string
ASN1_STRING_TABLE_add(3ossl) β ASN1_STRING_TABLE manipulation functions
ASN1_STRING_TABLE_get(3) β retrieve an entry from the global ASN.1 string table
ASN1_STRING_length(3) β ASN1_STRING utility functions
ASN1_STRING_length(3ossl) β ASN1_STRING utility functions
ASN1_STRING_new(3) β allocate and free ASN1_STRING objects
ASN1_STRING_new(3ossl)
ASN1_STRING_print_ex(3) β ASN1_STRING output routines
ASN1_STRING_print_ex(3ossl) β ASN1_STRING output routines
ASN1_TIME_set(3) β ASN.1 Time functions
ASN1_TIME_set(3ossl) β ASN.1 Time functions
ASN1_TYPE_get(3) β ASN.1 objects of arbitrary type
ASN1_TYPE_get(3ossl) β ASN1_TYPE utility
ASN1_UNIVERSALSTRING_to_string(3) β recode UTF-32 to ISO Latin-1
ASN1_aux_cb(3ossl) β ASN.1 auxiliary data
ASN1_generate_nconf(3) β ASN.1 generation functions
ASN1_generate_nconf(3ossl) β ASN1 string generation functions
ASN1_get_object(3) β parse identifier and length octets
ASN1_item_d2i(3) β decode and encode ASN.1 objects
ASN1_item_d2i_bio(3ossl) β decode and encode DER\-encoded ASN.1 structures
ASN1_item_digest(3) β DER-encode and hash an ASN.1 value
ASN1_item_new(3) β generic ASN.1 value constructor and destructor
ASN1_item_new(3ossl) β create new ASN.1 values
ASN1_item_pack(3) β pack an ASN.1 object into an ASN1_STRING
ASN1_item_sign(3) β DER-encode and sign an ASN.1 value
ASN1_item_sign(3ossl)
ASN1_item_verify(3) β signature verification for ASN.1 values
ASN1_mbstring_copy(3) β copy a multibyte string into an ASN.1 string object
ASN1_parse_dump(3) β parse BER and print information about it
ASN1_put_object(3) β start and end the BER encoding of an arbitrary ASN.1 data element
ASRange_new(3) β RFC 3779 autonomous system identifiers and ranges
ASYNC_WAIT_CTX_new(3ossl) β functions to manage waiting for asynchronous jobs to complete
ASYNC_start_job(3ossl) β asynchronous job management functions
AUTHORITY_KEYID_new(3) β X.509 authority key identifier extension
Algorithm(3) β The Algorithm class.
Alien::Package(3pm) β an object that represents a package
Alien::Package::Deb(3pm) β an object that represents a deb package
Alien::Package::Lsb(3pm) β an object that represents a lsb package
Alien::Package::Pkg(3pm) β an object that represents a Solaris pkg package
Alien::Package::Rpm(3pm) β an object that represents a rpm package
Alien::Package::Slp(3pm) β an object that represents a slp package
Alien::Package::Tgz(3pm) β an object that represents a tgz package
AllPlanes(3) β Display macros and functions
Allocator.h(3)
ApplicationShell(3) β The ApplicationShell widget class
ApplicationShell(3) β application shell widget from the X Toolkit
ArchiveParser(3) β The ArchiveParser class.
Arg(3o) β Parsing of command line arguments.
ArgParse.h(3)
Arg_helper(3o) β Decipher command line arguments of the form <value> | <key>=<value>,...
Arg_helper.Make(3o) β no description
Array(3o) β Array operations.
ArrayLabels(3o) β Array operations.
Ast_helper(3o) β Helpers to produce Parsetree fragments
Ast_helper.Attr(3o) β Attributes
Ast_helper.Cf(3o) β Class fields
Ast_helper.Ci(3o) β Classes
Ast_helper.Cl(3o) β Class expressions
Ast_helper.Const(3o) β no description
Ast_helper.Csig(3o) β Class signatures
Ast_helper.Cstr(3o) β Class structures
Ast_helper.Ctf(3o) β Class type fields
Ast_helper.Cty(3o) β Class type expressions
Ast_helper.Exp(3o) β Expressions
Ast_helper.Incl(3o) β Includes
Ast_helper.Mb(3o) β Module bindings
Ast_helper.Md(3o) β Module declarations
Ast_helper.Mod(3o) β Module expressions
Ast_helper.Ms(3o) β Module substitutions
Ast_helper.Mtd(3o) β Module type declarations
Ast_helper.Mty(3o) β Module type expressions
Ast_helper.Of(3o) β Object fields
Ast_helper.Opn(3o) β Opens
Ast_helper.Pat(3o) β Patterns
Ast_helper.Rf(3o) β Row fields
Ast_helper.Sig(3o) β Signature items
Ast_helper.Str(3o) β Structure items
Ast_helper.Te(3o) β Type extensions
Ast_helper.Typ(3o) β Type expressions
Ast_helper.Type(3o) β Type declarations
Ast_helper.Val(3o) β Value declarations
Ast_helper.Vb(3o) β Value bindings
Ast_invariants(3o) β Check AST invariants
Ast_iterator(3o) β Ast_iterator.iterator enables AST inspection using open recursion.
Ast_mapper(3o) β The interface of a -ppx rewriter
Asttypes(3o) β Auxiliary AST types used by parsetree and typedtree.
Atlas(3) β The Atlas namespace.
Atlas_Bridge(3) β Atlas stream bridge.
Atlas_Codec(3) β Atlas stream codec.
Atlas_Codecs_Bach(3)
Atlas_Codecs_Packed(3)
Atlas_Codecs_XML(3)
Atlas_EncoderBase(3) β Base class forwarding to Atlas::Bridge as skeleton for other encoders.
Atlas_Exception(3) β Base class for all exceptions thrown by Atlas-C++.
Atlas_Filter(3) β Atlas stream filter.
Atlas_Filters_Bzip2(3)
Atlas_Filters_Gzip(3)
Atlas_Formatter(3) β Atlas stream formatter.
Atlas_Funky_BeginList(3) β Token class representing the beginning of a list.
Atlas_Funky_BeginMap(3) β Token class representing the beginning of a map.
Atlas_Funky_BeginMessage(3) β Token class representing the beginning of a message.
Atlas_Funky_EncList(3) β Encoder in List state.
Atlas_Funky_EncMap(3) β Encoder in Map state.
Atlas_Funky_EncMapValue(3) β Encoder in map value state.
Atlas_Funky_EndList(3) β Token class representing the end of a list.
Atlas_Funky_EndMap(3) β Token class representing the end of a map.
Atlas_Funky_EndMessage(3) β Token class representing the end of a message.
Atlas_Funky_FunkyEncoder(3) β The root encoder in 'stream' state.
Atlas_Funky_Tokens(3) β Tokens representing beginnings and ends of maps/lists.
Atlas_Message_DecoderBase(3) β Base class for decoders that take Atlas::Message::Object.
Atlas_Message_Element(3) β Multi-type container.
Atlas_Message_Element_DataType(3)
Atlas_Message_Encoder(3) β Encoder that transmits Atlas::Message::Element.
Atlas_Message_QueuedDecoder(3) β Decoder that presents a queue of Atlas::Message::Element.
Atlas_Message_WrongTypeException(3) β An exception class issued when the wrong type is requested in as().
Atlas_Negotiate(3) β Negotiation of codecs and filters for an Atlas connection.
Atlas_Net(3) β The Atlas network communication namespace.
Atlas_Net_NegotiateHelper(3) β Negotiation of codecs and filters for an Atlas connection.
Atlas_Net_StreamAccept(3) β Negotiation of servers accepting a connection from a remote system.
Atlas_Net_StreamConnect(3) β Negotiation of clients building a connection to a remote system.
Atlas_Objects(3) β The Atlas high level Objects namespace.
Atlas_Objects_BaseObjectData(3) β Atlas base object class.
Atlas_Objects_BaseObjectData_const_iterator(3)
Atlas_Objects_BaseObjectData_const_iterator_PsuedoElement(3)
Atlas_Objects_BaseObjectData_iterator(3) β The iterator first iterates over the contents of m_obj->m_attributes, holding an iterator to the attributes map in m_I.
Atlas_Objects_BaseObjectData_iterator_PsuedoElement(3)
Atlas_Objects_DefaultLoadingException(3)
Atlas_Objects_Dispatcher(3) β Objects hierarchy dispatcher.
Atlas_Objects_Entity_AccountData(3) β Base class for accounts.
Atlas_Objects_Entity_AdminData(3) β Privileged accounts.
Atlas_Objects_Entity_AdminEntityData(3) β All classes and objects used for adminitrativive purposes.
Atlas_Objects_Entity_AnonymousData(3) β Starting point for entity hierarchy.
Atlas_Objects_Entity_GameData(3) β Games this server hosts.
Atlas_Objects_Entity_GameEntityData(3) β All In Game classes and objects.
Atlas_Objects_Entity_PlayerData(3) β Player accounts.
Atlas_Objects_Entity_RootEntityData(3) β Starting point for entity hierarchy.
Atlas_Objects_Factories(3)
Atlas_Objects_NoSuchAttrException(3) β An exception indicating the requested attribute does not exist.
Atlas_Objects_NoSuchFactoryException(3)
Atlas_Objects_NullSmartPtrDereference(3)
Atlas_Objects_ObjectsDecoder(3) β Objects hierarchy decoder.
Atlas_Objects_ObjectsEncoder(3) β Objects hierarchy encoder.
Atlas_Objects_Operation_ActionData(3) β This is base operator for operations that might have effects.
Atlas_Objects_Operation_AffectData(3) β Sets attributes for existing entity.
Atlas_Objects_Operation_AppearanceData(3) β Character sees something appearing: it literally appears or has it come in visible range.
Atlas_Objects_Operation_CombineData(3) β Combine existing objects into new objects.
Atlas_Objects_Operation_CommunicateData(3) β Base operator for all kind of communication.
Atlas_Objects_Operation_CreateData(3) β Create new things from nothing using this operator.
Atlas_Objects_Operation_DeleteData(3) β Delete something.
Atlas_Objects_Operation_DisappearanceData(3) β Character sees something disappearing: it literally disappears or has it gone too far to be visible.
Atlas_Objects_Operation_DivideData(3) β Divide existing object into pieces.
Atlas_Objects_Operation_ErrorData(3) β Something went wrong.
Atlas_Objects_Operation_FeelData(3) β Character feels something (with fingers usually).
Atlas_Objects_Operation_GenericData(3) β Base operation for all operators.
Atlas_Objects_Operation_GetData(3) β Generic operation for getting info about things.
Atlas_Objects_Operation_ImaginaryData(3) β When something is not yet implemented in server, then character can pretend to do something ;-).
Atlas_Objects_Operation_InfoData(3) β This is base operator for operations that tell you info about objects or events.
Atlas_Objects_Operation_ListenData(3) β Listen (something).
Atlas_Objects_Operation_LoginData(3) β Operation for logging into server.
Atlas_Objects_Operation_LogoutData(3) β Operation for logging out.
Atlas_Objects_Operation_LookData(3) β Looking at something.
Atlas_Objects_Operation_MoveData(3) β Change position.
Atlas_Objects_Operation_PerceiveData(3) β Generic base operation for perceiving things by eyes, ears, etc....
Atlas_Objects_Operation_PerceptionData(3) β Character perceives something.
Atlas_Objects_Operation_RootOperationData(3) β Base operation for all operators.
Atlas_Objects_Operation_SetData(3) β Sets attributes for existing entity.
Atlas_Objects_Operation_SightData(3) β Character sees something.
Atlas_Objects_Operation_SmellData(3) β Character smells something.
Atlas_Objects_Operation_SniffData(3) β Sniff something.
Atlas_Objects_Operation_SoundData(3) β Character hears something.
Atlas_Objects_Operation_TalkData(3) β used for talking.
Atlas_Objects_Operation_TouchData(3) β Touch something.
Atlas_Objects_Operation_UseData(3) β Use a currently wielded tool.
Atlas_Objects_Operation_WieldData(3) β Attach a tool to the character entity at a pre-defined location so that the character can use it.
Atlas_Objects_RootData(3) β All objects inherit from this.
Atlas_Objects_SmartPtr(3)
Atlas_PresentationBridge(3) β A bridge which is meant to be used solely for presenting Element data.
Atlas_Task(3)
Atlas_filterbuf(3)
Atomic(3o) β Atomic references.
Atomic.Loc(3o) β Atomic locations, such as record fields.
Atomic.h(3)
Attr_helper(3o) β Helpers for attributes
AuAnyEvent(3) β any event structure
AuBucketAttributes(3) β bucket attributes structure
AuCloseServer(3) β disconnect from audio server
AuConvertDataToShort(3) β convert audio data from the specified format to signed short integer.
AuConvertShortToData(3) β convert signed short integers to the specified format.
AuCreateBucket(3) β create a bucket
AuCreateFlow(3) β create a flow
AuDataFormats(3) β audio data formats.
AuDataTypes(3) β data types
AuDefineToFormat(3) β return the format specified by a C-preprocessor define.
AuDestroyBucket(3) β destroy bucket
AuDestroyFlow(3) β destroy flow
AuDeviceAttributes(3) β device attributes structure
AuDispatchEvent(3) β send event to the event handlers.
AuElement(3) β AuElement union
AuElementNotifyEvent(3) β element notify event structure
AuElementParameters(3) β element parameters structure
AuElementState(3) β element state structure
AuErrorEvent(3) β error event structure
AuEvent(3) β event union
AuEventsQueued(3) β check the event queue
AuFileFormats(3) β audio file formats.
AuFixedPointFractionalAddend(3)
AuFixedPointFromFraction(3) β make a fixed point value.
AuFixedPointFromSum(3) β make a fixed point value
AuFixedPointIntegralAddend(3) β get the integer portion of a fixed point value.
AuFixedPointRoundDown(3) β get the rounded down integer portion of a fixed point value.
AuFixedPointRoundUp(3)
AuFlush(3) β flush output buffer
AuFormatToDefine(3) β return the C-preprocess define for a format.
AuFormatToString(3) β get the name of a format.
AuFreeBucketAttributes(3) β free memory used by lists of bucket attributes
AuFreeDeviceAttributes(3) β free memory used by lists of device attributes
AuFreeElementStates(3) β free the memory used by lists of flow element states
AuFreeElements(3) β free the memory used by lists of flow elements
AuGetBucketAttributes(3) β get bucket attributes
AuGetCloseDownMode(3) β return the close down mode of a client
AuGetDeviceAttributes(3) β get device attributes
AuGetElementParameters(3) β get the parameters of elements in a flow
AuGetElementStates(3) β get the state of elements in a flow
AuGetElements(3) β get the elements in a flow
AuGetErrorDatabaseText(3) β get an error message from the error database
AuGetErrorText(3) β get a description of an error code
AuGetScratchFlow(3) β get a scratch flow
AuGetScratchFlowFromBucket(3) β use a scratch flow to create an import from a bucket.
AuGetScratchFlowToBucket(3) β use a scratch flow to create an export to a bucket.
AuGetServerTime(3) β get current server time
AuGrabNotifyEvent(3) β grab notify event structure
AuHandleEvents(3) β dispatch multiple events
AuIDOfEvent(3) β return the ID of the source of the event
AuInputTrack(3) β input track structure
AuKillClient(3) β destroy a client or its remaining resources
AuListBuckets(3) β list buckets
AuListDevices(3) β list devices
AuLookupEventHandler(3) β find the next handler for an event.
AuMakeChangeStateAction(3) β initialize an action
AuMakeElementAddConstant(3) β initialize an AddConstant element
AuMakeElementBundle(3) β initialize a Bundle element
AuMakeElementExportBucket(3) β initialize an ExportBucket element
AuMakeElementExportClient(3) β initialize an ExportClient element
AuMakeElementExportDevice(3) β initialize an ExportDevice element
AuMakeElementExportMonitor(3) β initialize an ExportMonitor element
AuMakeElementImportBucket(3) β initialize an ImportBucket element
AuMakeElementImportClient(3) β initialize an ImportClient element
AuMakeElementImportDevice(3) β initialize an ImportDevice element
AuMakeElementImportWaveForm(3) β initialize an ImportWaveForm element
AuMakeElementMultiplyConstant(3) β initialize a MultiplyConstant element
AuMakeElementState(3) β initialize an element state structure
AuMakeElementSum(3) β initialize an Sum element
AuMakeInputTrack(3) β initialize an input track
AuMakeNoopAction(3) β initialize an action
AuMakeSendNotifyAction(3) β initialize an action
AuMonitorDevice(3)
AuMonitorNotifyEvent(3) β monitor notify event structure
AuNextEvent(3) β return the next event
AuOpenServer(3) β connect to audio server
AuPauseFlow(3) β pause a flow.
AuReadElement(3) β read data from an ExportClient element in a flow
AuRegisterEventHandler(3) β add an event handler.
AuReleaseScratchFlow(3) β release a scratch flow.
AuRequeueEvent(3) β put an event back on the queue
AuScanEvents(3) β return the first event that satisfies the predicate
AuScanForTypedEvent(3) β return the first event of a specific type
AuServer(3) β AuServer structure
AuServerName(3) β get name of the server to use.
AuSetBucketAttributes(3) β set bucket attributes
AuSetCloseDownMode(3) β change the close down mode of a client
AuSetDeviceAttributes(3) β set device attributes
AuSetElementParameters(3) β set the parameters of elements in a flow
AuSetElementStates(3) β set the state of elements in a flow
AuSetElements(3) β set elements in a flow
AuSetErrorHandler(3) β set nonfatal error handler
AuSetIOErrorHandler(3) β set handler for fatal IO errors
AuSetString(3) β initialize a description string structure
AuSoundCreateBucketFromData(3) β create a bucket and initialize its contents.
AuSoundCreateBucketFromFile(3) β create a bucket and initialize its contents.
AuSoundCreateDataFromBucket(3) β copy the data from a bucket into local memory.
AuSoundCreateFileFromBucket(3) β copy the data from a bucket into a file.
AuSoundPlay(3) β create a flow to play audio from any source.
AuSoundPlayFromBucket(3) β create a flow to play from a bucket.
AuSoundPlayFromData(3) β create a flow to play from memory.
AuSoundPlayFromFile(3) β create a flow to play a file.
AuSoundPlaySynchronousFromFile(3) β play a file.
AuSoundRecord(3) β create a flow to record audio to any destination.
AuSoundRecordToBucket(3) β create a flow to record to a bucket.
AuSoundRecordToData(3) β create a flow to record to memory.
AuSoundRecordToFile(3) β create a flow to record to a file.
AuSoundRecordToFileN(3)
AuStartFlow(3) β start a flow.
AuStopFlow(3) β stop a flow.
AuStringToFormat(3) β return the format described by string.
AuStringToWaveForm(3) β return the wave form described by string.
AuSync(3) β flush the output buffer and wait for all events and errors
AuSynchronize(3) β enable or disable synchronization
AuUnregisterEventHandler(3) β remove an event handler.
AuWaveFormToString(3) β return string description of wave form.
AuWriteElement(3) β write data to an ImportClient element in a flow
BASIC_CONSTRAINTS_new(3) β X.509 extension to mark CA certificates
BF_encrypt(3ossl) β Blowfish encryption
BF_set_key(3) β Blowfish encryption
BIO_ADDR(3ossl) β BIO_ADDR routines
BIO_ADDRINFO(3ossl) β BIO_ADDRINFO type and routines
BIO_accept(3) β wrappers for socket operations
BIO_connect(3ossl) β BIO
BIO_ctrl(3) β BIO control operations
BIO_ctrl(3ossl) β BIO control operations
BIO_dump(3) β hexadecimal printout of arbitrary byte arrays
BIO_dup_chain(3) β copy a BIO chain
BIO_f_base64(3) β base64 BIO filter
BIO_f_base64(3ossl) β base64 BIO filter
BIO_f_buffer(3) β buffering BIO
BIO_f_buffer(3ossl) β buffering BIO
BIO_f_cipher(3) β cipher BIO filter
BIO_f_cipher(3ossl) β cipher BIO filter
BIO_f_md(3) β message digest BIO filter
BIO_f_md(3ossl) β message digest BIO filter
BIO_f_null(3) β null filter
BIO_f_null(3ossl) β null filter
BIO_f_prefix(3ossl) β prefix BIO filter
BIO_f_readbuffer(3ossl) β read only buffering BIO that supports BIO_tell() and BIO_seek()
BIO_f_ssl(3) β SSL BIO
BIO_f_ssl(3ossl) β SSL BIO
BIO_find_type(3) β BIO chain traversal
BIO_find_type(3ossl) β BIO chain traversal
BIO_get_data(3) β manage BIO state information
BIO_get_data(3ossl) β functions for managing BIO state information
BIO_get_ex_new_index(3) β application-specific data
BIO_get_ex_new_index(3ossl) β application\-specific data
BIO_get_rpoll_descriptor(3ossl) β obtain a structure which
BIO_meth_new(3) β manipulate BIO_METHOD structures
BIO_meth_new(3ossl) β Routines to build up BIO methods
BIO_new(3) β construct and destruct I/O abstraction objects
BIO_new(3ossl) β BIO allocation and freeing functions
BIO_new_CMS(3) β CMS streaming filter BIO
BIO_new_CMS(3ossl) β CMS streaming filter BIO
BIO_parse_hostserv(3ossl) β utility routines to parse a standard host and service string
BIO_printf(3) β formatted output to a BIO
BIO_printf(3ossl) β formatted output to a BIO
BIO_push(3) β manipulate BIO chains
BIO_push(3ossl) β add and remove BIOs from a chain
BIO_read(3) β BIO I/O functions
BIO_read(3ossl) β BIO I/O functions
BIO_s_accept(3) β accept BIO
BIO_s_accept(3ossl) β accept BIO
BIO_s_bio(3) β BIO pair BIO
BIO_s_bio(3ossl) β BIO pair BIO
BIO_s_connect(3) β connect BIO
BIO_s_connect(3ossl) β connect BIO
BIO_s_core(3ossl) β OSSL_CORE_BIO functions
BIO_s_datagram(3) β datagram socket BIO
BIO_s_datagram(3ossl) β Network BIO with datagram semantics
BIO_s_dgram_pair(3ossl) β datagram pair BIO
BIO_s_fd(3) β file descriptor BIO
BIO_s_fd(3ossl) β file descriptor BIO
BIO_s_file(3) β FILE BIO
BIO_s_file(3ossl) β FILE bio
BIO_s_mem(3) β memory BIO
BIO_s_mem(3ossl) β memory BIO
BIO_s_null(3) β null data sink
BIO_s_null(3ossl) β null data sink
BIO_s_socket(3) β socket BIO
BIO_s_socket(3ossl) β socket BIO
BIO_sendmmsg(3ossl) β send and receive multiple datagrams in a single call
BIO_set_callback(3) β BIO callback functions
BIO_set_callback(3ossl) β BIO callback functions
BIO_should_retry(3) β BIO retry functions
BIO_should_retry(3ossl) β BIO retry
BIO_socket_wait(3ossl) β BIO connection utility functions
BN_BLINDING_new(3ossl) β blinding related BIGNUM functions
BN_CTX_new(3) β allocate and free BN_CTX structures
BN_CTX_new(3ossl) β allocate and free BN_CTX structures
BN_CTX_start(3) β use temporary BIGNUM variables
BN_CTX_start(3ossl) β use temporary BIGNUM variables
BN_add(3) β arithmetic operations on BIGNUMs
BN_add(3ossl)
BN_add_word(3) β arithmetic functions on BIGNUMs with integers
BN_add_word(3ossl) β arithmetic
BN_bn2bin(3) β format conversions
BN_bn2bin(3ossl) β format conversions
BN_cmp(3) β BIGNUM comparison and test functions
BN_cmp(3ossl) β BIGNUM comparison and test functions
BN_copy(3) β copy BIGNUMs
BN_copy(3ossl) β copy BIGNUMs
BN_generate_prime(3) β generate primes and test for primality
BN_generate_prime(3ossl) β generate primes and test for primality
BN_get_rfc3526_prime_8192(3) β standard moduli for Diffie-Hellman key exchange
BN_kronecker(3) β Kronecker symbol
BN_mod_exp_mont(3ossl)
BN_mod_inverse(3) β compute inverse modulo m
BN_mod_inverse(3ossl) β compute inverse modulo n
BN_mod_mul_montgomery(3) β Montgomery multiplication
BN_mod_mul_montgomery(3ossl) β Montgomery multiplication
BN_mod_mul_reciprocal(3ossl) β modular multiplication using
BN_mod_sqrt(3) β square root in a prime field
BN_new(3) β allocate and free BIGNUMs
BN_new(3ossl) β allocate and free BIGNUMs
BN_num_bytes(3) β get BIGNUM size
BN_num_bytes(3ossl) β get BIGNUM size
BN_rand(3) β generate pseudo-random number
BN_rand(3ossl) β generate pseudo\-random number
BN_security_bits(3ossl) β returns bits of security based on given numbers
BN_set_bit(3) β bit operations on BIGNUMs
BN_set_bit(3ossl) β bit operations on BIGNUMs
BN_set_flags(3) β enable and inspect flags on BIGNUM objects
BN_set_negative(3) β change and inspect the sign of a BIGNUM
BN_swap(3) β exchange BIGNUMs
BN_swap(3ossl) β exchange BIGNUMs
BN_zero(3) β BIGNUM assignment operations
BN_zero(3ossl) β BIGNUM assignment
BUF_MEM_new(3) β simple character arrays structure
BUF_MEM_new(3ossl) β simple character array structure
BaseID(3) β The BaseID class.
BaseKeeper(3) β The BaseKeeper class.
Bases(3) β The Bases class.
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
BitStream.h(3)
Bitset.h(3)
BlackPixelOfScreen(3) β screen information functions and macros
Blt_Tree(3)
Blt_TreeCreate(3)
Blt_TreeCreateNode(3)
Blt_TreeDeleteNode(3)
Blt_TreeExists(3)
Blt_TreeGetNode(3)
Blt_TreeGetToken(3)
Blt_TreeName(3)
Blt_TreeNodeId(3)
Blt_TreeReleaseToken(3)
BookInfo(3) β The BookInfo class.
BookmarksKeeper(3) β The BookmarksKeeper class.
Bool(3o) β Boolean values.
Buffer(3o) β Extensible buffers.
Build_path_prefix_map(3o) β Rewrite paths for reproducible builds
Builtin_attributes(3o) β Support for the builtin attributes:
ByteOrder(3) β The ByteOrder class.
Bytes(3o) β Byte sequence operations.
BytesLabels(3o) β Byte sequence operations.
CDecoder(3) β PGF decoder.
CDecoder_CMacroBlock(3) β A macro block is a decoding unit of fixed size (uncoded)
CEncoder(3) β PGF encoder.
CEncoder_CMacroBlock(3) β A macro block is an encoding unit of fixed size (uncoded)
CK_ARRAY_FOREACH(3) β iterate through an array
CK_COHORT_INIT(3) β initialize instance of a cohort type
CK_COHORT_INSTANCE(3) β declare an instance of a cohort type
CK_COHORT_LOCK(3) β acquire cohort lock
CK_COHORT_PROTOTYPE(3) β define cohort type with specified lock types
CK_COHORT_TRYLOCK(3) β try to acquire cohort lock
CK_COHORT_TRYLOCK_PROTOTYPE(3) β define cohort type with specified lock types
CK_COHORT_UNLOCK(3) β release cohort lock
CK_HS_HASH(3) β invoke hash function with hash set seed
CK_RHS_HASH(3) β invoke hash function with hash set seed
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
CMAC_CTX(3ossl) β create cipher\-based message authentication codes
CMAC_Init(3) β Cipher-based message authentication code
CMS_ContentInfo_new(3) β Cryptographic Message Syntax data structures
CMS_EncryptedData_decrypt(3ossl) β Decrypt CMS EncryptedData or EnvelopedData
CMS_EncryptedData_encrypt(3ossl) β Create CMS EncryptedData
CMS_EnvelopedData_create(3ossl) β Create CMS envelope
CMS_add0_cert(3) β CMS certificate and CRL utility functions
CMS_add0_cert(3ossl) β CMS certificate and CRL utility functions
CMS_add1_recipient_cert(3) β add recipients to a CMS EnvelopedData structure
CMS_add1_recipient_cert(3ossl) β add recipients to a CMS enveloped data structure
CMS_add1_signer(3) β add a signer to a CMS SignedData structure
CMS_add1_signer(3ossl) β add a signer to a CMS_ContentInfo signed data structure
CMS_compress(3) β create a CMS CompressedData structure
CMS_compress(3ossl) β create a CMS CompressedData structure
CMS_data_create(3ossl) β Create CMS Data object
CMS_decrypt(3) β decrypt content from a CMS EnvelopedData structure
CMS_decrypt(3ossl) β decrypt content from a CMS envelopedData structure
CMS_digest_create(3ossl) β Create CMS DigestedData object
CMS_encrypt(3) β create a CMS EnvelopedData structure
CMS_encrypt(3ossl) β create a CMS envelopedData structure
CMS_final(3) β finalise a CMS_ContentInfo structure
CMS_final(3ossl) β finalise a CMS_ContentInfo structure
CMS_get0_RecipientInfos(3) β CMS EnvelopedData RecipientInfo routines
CMS_get0_RecipientInfos(3ossl) β CMS envelopedData RecipientInfo routines
CMS_get0_SignerInfos(3) β CMS SignedData signer functions
CMS_get0_SignerInfos(3ossl) β CMS signedData signer functions
CMS_get0_type(3) β get and set CMS content types and content
CMS_get0_type(3ossl) β get and set CMS content types and content
CMS_get1_ReceiptRequest(3) β CMS signed receipt request functions
CMS_get1_ReceiptRequest(3ossl) β CMS signed receipt request functions
CMS_sign(3) β create a CMS SignedData structure
CMS_sign(3ossl) β create a CMS SignedData structure
CMS_sign_receipt(3) β create a CMS signed receipt
CMS_sign_receipt(3ossl) β create a CMS signed receipt
CMS_signed_add1_attr(3) β change signed and unsigned attributes of a CMS SignerInfo object
CMS_signed_get_attr(3ossl) β CMS signed and unsigned attribute functions
CMS_uncompress(3) β uncompress a CMS CompressedData structure
CMS_uncompress(3ossl) β uncompress a CMS CompressedData structure
CMS_verify(3) β verify a CMS SignedData structure
CMS_verify(3ossl) β verify a CMS SignedData structure
CMS_verify_receipt(3) β verify a CMS signed receipt
CMS_verify_receipt(3ossl) β verify a CMS signed receipt
COMP_CTX_new(3ossl) β Compression support
CONF_modules_free(3) β OpenSSL configuration cleanup functions
CONF_modules_free(3ossl)
CONF_modules_load_file(3) β OpenSSL configuration functions
CONF_modules_load_file(3ossl) β OpenSSL configuration functions
CPGFFileStream(3) β File stream class.
CPGFImage(3) β PGF main class.
CPGFMemoryStream(3) β Memory stream class.
CPGFStream(3) β Abstract stream base class.
CPU_SET(3)
CPU_SET(3) β ΠΌΠ°ΠΊΡΠΎΡΡ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ Π½Π°Π±ΠΎΡΠ°ΠΌΠΈ Π¦Π
CRYPTO_THREAD_run_once(3ossl) β OpenSSL thread support
CRYPTO_get_ex_new_index(3ossl) β functions supporting application\-specific data
CRYPTO_lock(3) β thread support
CRYPTO_memcmp(3) β constant time memory comparison
CRYPTO_memcmp(3ossl) β Constant time memory comparison
CRYPTO_set_ex_data(3) β low-level functions for application specific data
CRYPTO_set_mem_functions(3) β legacy OpenSSL memory allocation control
CSubband(3) β Wavelet channel class.
CTLOG_STORE_get0_log_by_id(3ossl)
CTLOG_STORE_new(3ossl)
CTLOG_new(3ossl)
CT_POLICY_EVAL_CTX_new(3ossl)
CURLINFO_ACTIVESOCKET(3) β active socket
CURLINFO_APPCONNECT_TIME(3) β time until the SSL/SSH handshake is completed
CURLINFO_APPCONNECT_TIME_T(3) β time until the SSL/SSH handshake completed
CURLINFO_CAINFO(3) β default built\-in CA certificate path
CURLINFO_CAPATH(3) β default built\-in CA path string
CURLINFO_CERTINFO(3) β TLS certificate chain
CURLINFO_CONDITION_UNMET(3) β unmet time conditional or 304 HTTP response
CURLINFO_CONNECT_TIME(3) β time to connect
CURLINFO_CONNECT_TIME_T(3) β time to connect
CURLINFO_CONN_ID(3) β ID of the last connection
CURLINFO_CONTENT_LENGTH_DOWNLOAD(3) β content\-length of download
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T(3) β content\-length of download
CURLINFO_CONTENT_LENGTH_UPLOAD(3) β specified size of the upload
CURLINFO_CONTENT_LENGTH_UPLOAD_T(3) β specified size of the upload
CURLINFO_CONTENT_TYPE(3) β Content\-Type of response
CURLINFO_COOKIELIST(3) β all known cookies
CURLINFO_EARLYDATA_SENT_T(3) β number of bytes sent as TLS early data
CURLINFO_EFFECTIVE_METHOD(3) β last used HTTP request method
CURLINFO_EFFECTIVE_URL(3) β last used URL
CURLINFO_FILETIME(3) β remote time of the retrieved document
CURLINFO_FILETIME_T(3) β remote time of the retrieved resource
CURLINFO_FTP_ENTRY_PATH(3) β entry path in FTP server
CURLINFO_HEADER_SIZE(3) β size of response headers
CURLINFO_HTTPAUTH_AVAIL(3) β available HTTP authentication methods
CURLINFO_HTTPAUTH_USED(3) β used HTTP authentication method
CURLINFO_HTTP_CONNECTCODE(3) β CONNECT response code
CURLINFO_HTTP_VERSION(3) β HTTP version used in the transfer
CURLINFO_LASTSOCKET(3) β last socket used
CURLINFO_LOCAL_IP(3) β local IP address of last connection
CURLINFO_LOCAL_PORT(3) β latest local port number
CURLINFO_NAMELOOKUP_TIME(3) β name lookup time
CURLINFO_NAMELOOKUP_TIME_T(3) β name lookup time in microseconds
CURLINFO_NUM_CONNECTS(3) β number of created connections
CURLINFO_OS_ERRNO(3) β errno number from last connect failure
CURLINFO_POSTTRANSFER_TIME_T(3) β time to last byte sent
CURLINFO_PRETRANSFER_TIME(3) β time to transfer start
CURLINFO_PRETRANSFER_TIME_T(3) β time to transfer start
CURLINFO_PRIMARY_IP(3) β IP address of last connection
CURLINFO_PRIMARY_PORT(3) β last destination port number
CURLINFO_PRIVATE(3) β private pointer
CURLINFO_PROTOCOL(3) β URL scheme used in transfer
CURLINFO_PROXYAUTH_AVAIL(3) β HTTP proxy authentication methods
CURLINFO_PROXYAUTH_USED(3) β HTTP proxy authentication method
CURLINFO_PROXY_ERROR(3) β detailed (SOCKS) proxy error
CURLINFO_PROXY_SSL_VERIFYRESULT(3) β result of proxy certificate verification
CURLINFO_QUEUE_TIME_T(3) β time this transfer was queued
CURLINFO_REDIRECT_COUNT(3) β number of redirects
CURLINFO_REDIRECT_TIME(3) β time for all redirection steps
CURLINFO_REDIRECT_TIME_T(3) β time for all redirection steps
CURLINFO_REDIRECT_URL(3) β URL a redirect would go to
CURLINFO_REFERER(3) β used HTTP referrer request header
CURLINFO_REQUEST_SIZE(3) β size of sent request
CURLINFO_RESPONSE_CODE(3) β last response code
CURLINFO_RETRY_AFTER(3) β returns the Retry\-After retry delay
CURLINFO_RTSP_CLIENT_CSEQ(3) β next RTSP client CSeq
CURLINFO_RTSP_CSEQ_RECV(3) β last received RTSP CSeq
CURLINFO_RTSP_SERVER_CSEQ(3) β next RTSP server CSeq
CURLINFO_RTSP_SESSION_ID(3) β RTSP session ID
CURLINFO_SCHEME(3) β URL scheme used in transfer
CURLINFO_SIZE_DELIVERED(3) β number of delivered bytes
CURLINFO_SIZE_DOWNLOAD(3) β number of downloaded bytes
CURLINFO_SIZE_DOWNLOAD_T(3) β number of downloaded bytes
CURLINFO_SIZE_UPLOAD(3) β number of uploaded bytes
CURLINFO_SIZE_UPLOAD_T(3) β number of uploaded bytes
CURLINFO_SPEED_DOWNLOAD(3) β download speed
CURLINFO_SPEED_DOWNLOAD_T(3) β download speed
CURLINFO_SPEED_UPLOAD(3) β upload speed
CURLINFO_SPEED_UPLOAD_T(3) β upload speed
CURLINFO_SSL_ENGINES(3) β an slist of OpenSSL crypto\-engines
CURLINFO_SSL_VERIFYRESULT(3) β result of the certificate verification
CURLINFO_STARTTRANSFER_TIME(3) β time to first byte received
CURLINFO_STARTTRANSFER_TIME_T(3) β time to first byte received
CURLINFO_TLS_SESSION(3) β TLS session info
CURLINFO_TLS_SSL_PTR(3) β TLS session info
CURLINFO_TOTAL_TIME(3) β total time of previous transfer
CURLINFO_TOTAL_TIME_T(3) β total time of previous transfer
CURLINFO_USED_PROXY(3) β whether the transfer used a proxy
CURLINFO_XFER_ID(3) β ID of the transfer
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_CHUNK_LENGTH_PENALTY_SIZE(3) β chunk length threshold for pipelining
CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE(3) β size threshold for pipelining penalty
CURLMOPT_MAXCONNECTS(3) β size of connection cache
CURLMOPT_MAX_CONCURRENT_STREAMS(3) β max concurrent streams for http2
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_MAX_TOTAL_CONNECTIONS(3) β max simultaneously open connections
CURLMOPT_NETWORK_CHANGED(3) β signal network changed
CURLMOPT_NOTIFYDATA(3) β custom pointer passed to the notification callback
CURLMOPT_NOTIFYFUNCTION(3) β callback receiving notifications
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_QUICK_EXIT(3) β allow libcurl to exit quickly
CURLMOPT_RESOLVE_THREADS_MAX(3) β max threads for threaded DNS resolver
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_ACCEPT_ENCODING(3) β automatic decompression of HTTP downloads
CURLOPT_ADDRESS_SCOPE(3) β scope id for IPv6 addresses
CURLOPT_ALTSVC(3) β alt\-svc cache filename
CURLOPT_ALTSVC_CTRL(3) β control alt\-svc behavior
CURLOPT_APPEND(3) β append to the remote file
CURLOPT_AUTOREFERER(3) β automatically update the referer header
CURLOPT_AWS_SIGV4(3) β V4 signature
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_CAPATH(3) β directory holding CA certificates
CURLOPT_CA_CACHE_TIMEOUT(3) β life\-time for cached certificate stores
CURLOPT_CERTINFO(3) β request SSL certificate information
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_CONNECTTIMEOUT(3) β timeout for the connect phase
CURLOPT_CONNECTTIMEOUT_MS(3) β timeout for the connect phase
CURLOPT_CONNECT_ONLY(3) β stop when connected to target server
CURLOPT_CONNECT_TO(3) β connect to another host and port instead
CURLOPT_CONV_FROM_NETWORK_FUNCTION(3) β convert data from network to host encoding
CURLOPT_CONV_FROM_UTF8_FUNCTION(3) β convert data from UTF8 to host encoding
CURLOPT_CONV_TO_NETWORK_FUNCTION(3) β convert data to network from host encoding
CURLOPT_COOKIE(3) β HTTP Cookie header
CURLOPT_COOKIEFILE(3) β filename to read cookies from
CURLOPT_COOKIEJAR(3) β filename to store cookies to
CURLOPT_COOKIELIST(3) β add to or manipulate cookies held in memory
CURLOPT_COOKIESESSION(3) β start a new cookie session
CURLOPT_COPYPOSTFIELDS(3) β have libcurl copy data to POST
CURLOPT_CRLF(3) β CRLF conversion
CURLOPT_CRLFILE(3) β Certificate Revocation List file
CURLOPT_CURLU(3) β URL in URL handle format
CURLOPT_CUSTOMREQUEST(3) β custom request method
CURLOPT_DEBUGDATA(3) β pointer passed to the debug callback
CURLOPT_DEBUGFUNCTION(3) β debug callback
CURLOPT_DEFAULT_PROTOCOL(3) β default protocol to use if the URL is missing a
CURLOPT_DIRLISTONLY(3) β ask for names only in a directory listing
CURLOPT_DISALLOW_USERNAME_IN_URL(3) β disallow specifying username in the URL
CURLOPT_DNS_CACHE_TIMEOUT(3) β life\-time for DNS cache entries
CURLOPT_DNS_INTERFACE(3) β interface to speak DNS over
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_SERVERS(3) β DNS servers to use
CURLOPT_DNS_SHUFFLE_ADDRESSES(3) β shuffle IP addresses for hostname
CURLOPT_DNS_USE_GLOBAL_CACHE(3) β global DNS cache
CURLOPT_DOH_SSL_VERIFYHOST(3) β verify the hostname in the DoH SSL certificate
CURLOPT_DOH_SSL_VERIFYPEER(3) β verify the DoH SSL certificate
CURLOPT_DOH_SSL_VERIFYSTATUS(3) β verify the DoH SSL certificate\(aqs status
CURLOPT_DOH_URL(3) β provide the DNS\-over\-HTTPS URL
CURLOPT_ECH(3) β configuration for Encrypted Client Hello
CURLOPT_EGDSOCKET(3) β EGD socket path
CURLOPT_ERRORBUFFER(3) β error buffer for error messages
CURLOPT_EXPECT_100_TIMEOUT_MS(3) β timeout for Expect: 100\-continue response
CURLOPT_FAILONERROR(3) β request failure on HTTP response >= 400
CURLOPT_FILETIME(3) β get the modification time of the remote resource
CURLOPT_FNMATCH_DATA(3) β pointer passed to the fnmatch callback
CURLOPT_FNMATCH_FUNCTION(3) β wildcard match callback
CURLOPT_FOLLOWLOCATION(3) β follow HTTP 3xx redirects
CURLOPT_FORBID_REUSE(3) β make connection get closed at once after use
CURLOPT_FRESH_CONNECT(3) β force a new connection to be used
CURLOPT_FTPPORT(3) β make FTP transfer active
CURLOPT_FTPSSLAUTH(3) β order in which to attempt TLS vs SSL
CURLOPT_FTP_ACCOUNT(3) β account info for FTP
CURLOPT_FTP_ALTERNATIVE_TO_USER(3) β command to use instead of USER with FTP
CURLOPT_FTP_CREATE_MISSING_DIRS(3) β create missing directories for FTP and SFTP
CURLOPT_FTP_FILEMETHOD(3) β select directory traversing method for FTP
CURLOPT_FTP_SKIP_PASV_IP(3) β ignore the IP address in the PASV response
CURLOPT_FTP_SSL_CCC(3) β switch off SSL again with FTP after auth
CURLOPT_FTP_USE_EPRT(3) β use EPRT for FTP
CURLOPT_FTP_USE_EPSV(3) β use EPSV for FTP
CURLOPT_FTP_USE_PRET(3) β use PRET for FTP
CURLOPT_GSSAPI_DELEGATION(3) β allowed GSS\-API delegation
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS(3) β timing of connect attempts
CURLOPT_HAPROXYPROTOCOL(3) β send HAProxy PROXY protocol v1 header
CURLOPT_HAPROXY_CLIENT_IP(3) β set HAProxy PROXY protocol client IP
CURLOPT_HEADER(3) β pass headers to the data stream
CURLOPT_HEADERDATA(3) β pointer to pass to header callback
CURLOPT_HEADERFUNCTION(3) β callback that receives header data
CURLOPT_HEADEROPT(3) β send HTTP headers to both proxy and host or separately
CURLOPT_HSTS(3) β HSTS cache filename
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_HTTP09_ALLOWED(3) β allow HTTP/0.9 response
CURLOPT_HTTP200ALIASES(3) β alternative matches for HTTP 200 OK
CURLOPT_HTTPAUTH(3) β HTTP server authentication methods to try
CURLOPT_HTTPGET(3) β ask for an HTTP GET request
CURLOPT_HTTPHEADER(3) β set of HTTP headers
CURLOPT_HTTPPOST(3) β multipart formpost content
CURLOPT_HTTPPROXYTUNNEL(3) β tunnel through HTTP proxy
CURLOPT_HTTP_CONTENT_DECODING(3) β HTTP content decoding control
CURLOPT_HTTP_TRANSFER_DECODING(3) β HTTP transfer decoding control
CURLOPT_HTTP_VERSION(3) β HTTP protocol version to use
CURLOPT_IGNORE_CONTENT_LENGTH(3) β ignore content length
CURLOPT_INFILESIZE(3) β size of the input file to send off
CURLOPT_INFILESIZE_LARGE(3) β size of the input file to send off
CURLOPT_INTERFACE(3) β source interface for outgoing traffic
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_IPRESOLVE(3) β IP protocol version to use
CURLOPT_ISSUERCERT(3) β issuer SSL certificate filename
CURLOPT_ISSUERCERT_BLOB(3) β issuer SSL certificate from memory blob
CURLOPT_KEEP_SENDING_ON_ERROR(3) β keep sending on early HTTP response >= 300
CURLOPT_KEYPASSWD(3) β passphrase to private key
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_LOGIN_OPTIONS(3) β login options
CURLOPT_LOW_SPEED_LIMIT(3) β low speed limit in bytes per second
CURLOPT_LOW_SPEED_TIME(3) β low speed limit time period
CURLOPT_MAIL_AUTH(3) β SMTP authentication address
CURLOPT_MAIL_FROM(3) β SMTP sender address
CURLOPT_MAIL_RCPT(3) β list of SMTP mail recipients
CURLOPT_MAIL_RCPT_ALLOWFAILS(3) β allow RCPT TO command to fail for some recipients
CURLOPT_MAXAGE_CONN(3) β max idle time allowed for reusing a connection
CURLOPT_MAXCONNECTS(3) β maximum connection cache size
CURLOPT_MAXFILESIZE(3) β maximum file size allowed to download
CURLOPT_MAXFILESIZE_LARGE(3) β maximum file size allowed to download
CURLOPT_MAXLIFETIME_CONN(3) β max lifetime (since creation) allowed for reusing a connection
CURLOPT_MAXREDIRS(3) β maximum number of redirects allowed
CURLOPT_MAX_RECV_SPEED_LARGE(3) β rate limit data download speed
CURLOPT_MAX_SEND_SPEED_LARGE(3) β rate limit data upload speed
CURLOPT_MIMEPOST(3) β send data from mime structure
CURLOPT_MIME_OPTIONS(3) β set MIME option flags
CURLOPT_NETRC(3) β enable use of .netrc
CURLOPT_NETRC_FILE(3) β filename to read .netrc info from
CURLOPT_NEW_DIRECTORY_PERMS(3) β permissions for remotely created directories
CURLOPT_NEW_FILE_PERMS(3) β permissions for remotely created files
CURLOPT_NOBODY(3) β do the download request without getting the body
CURLOPT_NOPROGRESS(3) β switch off the progress meter
CURLOPT_NOPROXY(3) β disable proxy use for specific hosts
CURLOPT_NOSIGNAL(3) β skip all signal handling
CURLOPT_OPENSOCKETDATA(3) β pointer passed to open socket callback
CURLOPT_OPENSOCKETFUNCTION(3) β callback for opening socket
CURLOPT_PASSWORD(3) β password to use in authentication
CURLOPT_PATH_AS_IS(3) β do not handle dot\-dot sequences
CURLOPT_PINNEDPUBLICKEY(3) β pinned public key
CURLOPT_PIPEWAIT(3) β wait for multiplexing
CURLOPT_PORT(3) β remote port number to connect to
CURLOPT_POST(3) β make an HTTP POST
CURLOPT_POSTFIELDS(3) β data to POST to server
CURLOPT_POSTFIELDSIZE(3) β size of POST data pointed to
CURLOPT_POSTFIELDSIZE_LARGE(3) β size of POST data pointed to
CURLOPT_POSTQUOTE(3) β (S)FTP commands to run after the transfer
CURLOPT_POSTREDIR(3) β how to act on an HTTP POST redirect
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
CURLOPT_PRE_PROXY(3) β pre\-proxy host to use
CURLOPT_PRIVATE(3) β store a private pointer
CURLOPT_PROGRESSDATA(3) β pointer passed to the progress callback
CURLOPT_PROGRESSFUNCTION(3) β progress meter callback
CURLOPT_PROTOCOLS(3) β allowed protocols
CURLOPT_PROTOCOLS_STR(3) β allowed protocols
CURLOPT_PROXY(3) β proxy to use
CURLOPT_PROXYAUTH(3) β HTTP proxy authentication methods
CURLOPT_PROXYHEADER(3) β set of HTTP headers to pass to proxy
CURLOPT_PROXYPASSWORD(3) β password to use with proxy authentication
CURLOPT_PROXYPORT(3) β port number the proxy listens on
CURLOPT_PROXYTYPE(3) β proxy protocol type
CURLOPT_PROXYUSERNAME(3) β username to use for proxy authentication
CURLOPT_PROXYUSERPWD(3) β username and password to use for proxy authentication
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_CAPATH(3) β directory holding HTTPS proxy CA certificates
CURLOPT_PROXY_CRLFILE(3) β HTTPS proxy Certificate Revocation List file
CURLOPT_PROXY_ISSUERCERT(3) β proxy issuer SSL certificate filename
CURLOPT_PROXY_ISSUERCERT_BLOB(3) β proxy issuer SSL certificate from memory blob
CURLOPT_PROXY_KEYPASSWD(3) β passphrase for the proxy private key
CURLOPT_PROXY_PINNEDPUBLICKEY(3) β pinned public key for https proxy
CURLOPT_PROXY_SERVICE_NAME(3) β proxy authentication service name
CURLOPT_PROXY_SSLCERT(3) β HTTPS proxy client certificate
CURLOPT_PROXY_SSLCERTTYPE(3) β type of the proxy client SSL certificate
CURLOPT_PROXY_SSLCERT_BLOB(3) β SSL proxy client certificate from memory blob
CURLOPT_PROXY_SSLKEY(3) β private key file for HTTPS proxy client cert
CURLOPT_PROXY_SSLKEYTYPE(3) β type of the proxy private key file
CURLOPT_PROXY_SSLKEY_BLOB(3) β private key for proxy cert from memory blob
CURLOPT_PROXY_SSLVERSION(3) β preferred HTTPS proxy TLS version
CURLOPT_PROXY_SSL_CIPHER_LIST(3) β ciphers to use for HTTPS proxy
CURLOPT_PROXY_SSL_OPTIONS(3) β HTTPS proxy SSL behavior options
CURLOPT_PROXY_SSL_VERIFYHOST(3) β verify the proxy certificate\(aqs name against host
CURLOPT_PROXY_SSL_VERIFYPEER(3) β verify the proxy\(aqs SSL certificate
CURLOPT_PROXY_TLS13_CIPHERS(3) β ciphers suites for proxy TLS 1.3
CURLOPT_PROXY_TLSAUTH_PASSWORD(3) β password to use for proxy TLS authentication
CURLOPT_PROXY_TLSAUTH_TYPE(3) β HTTPS proxy TLS authentication methods
CURLOPT_PROXY_TLSAUTH_USERNAME(3) β username to use for proxy TLS authentication
CURLOPT_PROXY_TRANSFER_MODE(3) β append FTP transfer mode to URL for proxy
CURLOPT_PUT(3) β make an HTTP PUT request
CURLOPT_QUICK_EXIT(3) β allow libcurl to exit quickly
CURLOPT_QUOTE(3) β (S)FTP commands to run before transfer
CURLOPT_RANDOM_FILE(3) β file to read random data from
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_REDIR_PROTOCOLS(3) β protocols allowed to redirect to
CURLOPT_REDIR_PROTOCOLS_STR(3) β protocols allowed to redirect to
CURLOPT_REFERER(3) β the HTTP referer header
CURLOPT_REQUEST_TARGET(3) β alternative target for this request
CURLOPT_RESOLVE(3) β provide custom hostname to IP address resolves
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_RESUME_FROM(3) β offset to resume transfer from
CURLOPT_RESUME_FROM_LARGE(3) β offset to resume transfer from
CURLOPT_RTSP_CLIENT_CSEQ(3) β RTSP client CSEQ number
CURLOPT_RTSP_REQUEST(3) β RTSP request
CURLOPT_RTSP_SERVER_CSEQ(3) β RTSP server CSEQ number
CURLOPT_RTSP_SESSION_ID(3) β RTSP session ID
CURLOPT_RTSP_STREAM_URI(3) β RTSP stream URI
CURLOPT_RTSP_TRANSPORT(3) β RTSP Transport: header
CURLOPT_SASL_AUTHZID(3) β authorization identity (identity to act as)
CURLOPT_SASL_IR(3) β send initial response in first packet
CURLOPT_SEEKDATA(3) β pointer passed to the seek callback
CURLOPT_SEEKFUNCTION(3) β user callback for seeking in input stream
CURLOPT_SERVER_RESPONSE_TIMEOUT(3) β time allowed to wait for server response
CURLOPT_SERVER_RESPONSE_TIMEOUT_MS(3) β time allowed to wait for server response
CURLOPT_SERVICE_NAME(3) β authentication service name
CURLOPT_SHARE(3) β share handle to use
CURLOPT_SOCKOPTDATA(3) β pointer to pass to sockopt callback
CURLOPT_SOCKOPTFUNCTION(3) β callback for setting socket options
CURLOPT_SOCKS5_AUTH(3) β methods for SOCKS5 proxy authentication
CURLOPT_SOCKS5_GSSAPI_NEC(3) β SOCKS proxy GSSAPI negotiation protection
CURLOPT_SOCKS5_GSSAPI_SERVICE(3) β SOCKS5 proxy authentication service name
CURLOPT_SSH_AUTH_TYPES(3) β auth types for SFTP and SCP
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_KNOWNHOSTS(3) β filename holding the SSH known hosts
CURLOPT_SSH_PRIVATE_KEYFILE(3) β private key file for SSH auth
CURLOPT_SSH_PUBLIC_KEYFILE(3) β public key file for SSH auth
CURLOPT_SSLCERT(3) β SSL client certificate
CURLOPT_SSLCERTTYPE(3) β type of client SSL certificate
CURLOPT_SSLCERT_BLOB(3) β SSL client certificate from memory blob
CURLOPT_SSLENGINE(3) β Set SSL engine or provider
CURLOPT_SSLENGINE_DEFAULT(3) β make SSL engine default
CURLOPT_SSLKEY(3) β private key file for TLS and SSL client cert
CURLOPT_SSLKEYTYPE(3) β type of the private key file
CURLOPT_SSLKEY_BLOB(3) β private key for client cert from memory blob
CURLOPT_SSLVERSION(3) β preferred TLS/SSL version
CURLOPT_SSL_CIPHER_LIST(3) β ciphers to use for TLS
CURLOPT_SSL_CTX_DATA(3) β pointer passed to SSL context callback
CURLOPT_SSL_CTX_FUNCTION(3) β SSL context callback
CURLOPT_SSL_EC_CURVES(3) β key exchange curves
CURLOPT_SSL_ENABLE_ALPN(3) β Application Layer Protocol Negotiation
CURLOPT_SSL_ENABLE_NPN(3) β use NPN
CURLOPT_SSL_FALSESTART(3) β TLS false start
CURLOPT_SSL_OPTIONS(3) β SSL behavior options
CURLOPT_SSL_SESSIONID_CACHE(3) β use the SSL session\-ID cache
CURLOPT_SSL_SIGNATURE_ALGORITHMS(3) β signature algorithms to use for TLS
CURLOPT_SSL_VERIFYHOST(3) β verify the certificate\(aqs name against host
CURLOPT_SSL_VERIFYPEER(3) β verify the peer\(aqs SSL certificate
CURLOPT_SSL_VERIFYSTATUS(3) β verify the certificate\(aqs status
CURLOPT_STDERR(3) β redirect stderr to another stream
CURLOPT_STREAM_DEPENDS(3) β stream this transfer depends on
CURLOPT_STREAM_DEPENDS_E(3) β stream this transfer depends on exclusively
CURLOPT_STREAM_WEIGHT(3) β numerical stream weight
CURLOPT_SUPPRESS_CONNECT_HEADERS(3) β suppress proxy CONNECT response headers
CURLOPT_TCP_FASTOPEN(3) β TCP Fast Open
CURLOPT_TCP_KEEPALIVE(3) β TCP keep\-alive probing
CURLOPT_TCP_KEEPCNT(3) β Maximum number of TCP keep\-alive probes
CURLOPT_TCP_KEEPIDLE(3) β TCP keep\-alive idle time wait
CURLOPT_TCP_KEEPINTVL(3) β TCP keep\-alive interval
CURLOPT_TCP_NODELAY(3) β the TCP_NODELAY option
CURLOPT_TELNETOPTIONS(3) β set of telnet options
CURLOPT_TFTP_BLKSIZE(3) β TFTP block size
CURLOPT_TFTP_NO_OPTIONS(3) β send no TFTP options requests
CURLOPT_TIMECONDITION(3) β select condition for a time request
CURLOPT_TIMEOUT(3) β maximum time the transfer is allowed to complete
CURLOPT_TIMEOUT_MS(3) β maximum time the transfer is allowed to complete
CURLOPT_TIMEVALUE(3) β time value for conditional
CURLOPT_TIMEVALUE_LARGE(3) β time value for conditional
CURLOPT_TLS13_CIPHERS(3) β ciphers suites to use for TLS 1.3
CURLOPT_TLSAUTH_PASSWORD(3) β password to use for TLS authentication
CURLOPT_TLSAUTH_TYPE(3) β TLS authentication methods
CURLOPT_TLSAUTH_USERNAME(3) β username to use for TLS authentication
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_TRANSFER_ENCODING(3) β ask for HTTP Transfer Encoding
CURLOPT_UNIX_SOCKET_PATH(3) β Unix domain socket
CURLOPT_UNRESTRICTED_AUTH(3) β send credentials to other hosts too
CURLOPT_UPKEEP_INTERVAL_MS(3) β connection upkeep interval
CURLOPT_UPLOAD(3) β data upload
CURLOPT_UPLOAD_BUFFERSIZE(3) β upload buffer size
CURLOPT_UPLOAD_FLAGS(3) β upload flags for IMAP
CURLOPT_URL(3) β URL for this transfer
CURLOPT_USERAGENT(3) β HTTP user\-agent header
CURLOPT_USERNAME(3) β username to use in authentication
CURLOPT_USERPWD(3) β username and password to use in authentication
CURLOPT_USE_SSL(3) β request using SSL / TLS for the transfer
CURLOPT_VERBOSE(3) β verbose mode
CURLOPT_WILDCARDMATCH(3) β directory wildcard transfers
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_SHARE(3) β add data to share
CURLSHOPT_UNLOCKFUNC(3) β mutex unlock callback
CURLSHOPT_UNSHARE(3) β remove data to share
CURLSHOPT_USERDATA(3) β pointer passed to the lock and unlock mutex callbacks
CUnit(3)
CWaveletTransform(3) β PGF wavelet transform.
Callback(3o) β Registering OCaml values with the C runtime.
CamlinternalFormat(3o) β no description
CamlinternalFormatBasics(3o) β no description
CamlinternalLazy(3o) β Run-time support for lazy values.
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.LOG(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
CamlinternalMod(3o) β Run-time support for recursive modules.
CamlinternalOO(3o) β Run-time support for objects and classes.
Ccomp(3o) β Compiling C files and building C libraries
ChaCha(3) β ChaCha20 stream cipher
Char(3o) β Character operations.
Char.Ascii(3o) β ASCII character set support.
Clflags(3o) β Command line flags
Clflags.Compiler_pass(3o) β no description
Clflags.Dump_option(3o) β no description
Clflags.Float_arg_helper(3o) β Optimization parameters represented as floats indexed by round number.
Clflags.Int_arg_helper(3o) β Optimization parameters represented as ints indexed by round number.
Coccilib(3cocci) β Library of functions for use with Coccinelle OCaml script code
CoinResources(3) β Static utility functions for managing data resources at the basic buffer level.
Comparison.h(3)
CompileTimeUnitManipulators(3) β Compile-time Unit Manipulators
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.
Composite(3) β The Composite widget class
Composite(3) β widget from X toolkit
Compression(3o) β no description
Condition(3o) β Condition variables.
Config(3o) β System configuration
ConfigReader(3) β Read directives from a configuration file.
Config_boot(3o) β System configuration
Config_main(3o) β System configuration
Consistbl(3o) β Consistency tables: for checking consistency of module CRCs
Consistbl.Make(3o) β no description
Constraint(3) β The Constraint widget class
Constraint(3) β widget from X toolkit
Conversion(3) β Explicit Conversion
Core(3) β The Core widget class
Core(3) β widget from X toolkit
CoreDumpParameters(3) β functions to initialize and set fields in a CoreDumpParameters structure.
CreateCollection(3) β The CreateCollection class.
DBE(3)
DEFINE_STACK_OF(3ossl) β stack container
DES_random_key(3ossl) β DES encryption
DES_set_key(3) β DES encryption
DH_generate_key(3) β perform Diffie-Hellman key exchange
DH_generate_key(3ossl) β perform
DH_generate_parameters(3) β generate and check Diffie-Hellman parameters
DH_generate_parameters(3ossl) β generate and check Diffie\-Hellman
DH_get0_pqg(3) β get data from and set data in a DH object
DH_get0_pqg(3ossl) β Routines for getting and setting data in a DH object
DH_get_1024_160(3ossl) β Create standardized public primes or DH pairs
DH_get_ex_new_index(3) β add application specific data to DH structures
DH_meth_new(3ossl) β Routines to build up DH methods
DH_new(3) β allocate and free DH objects
DH_new(3ossl) β allocate and free DH objects
DH_new_by_nid(3ossl) β create or get DH named parameters
DH_set_method(3) β select DH method
DH_set_method(3ossl) β select DH method
DH_size(3) β get Diffie-Hellman prime size
DH_size(3ossl) β get Diffie\-Hellman prime size and
DIST_POINT_new(3) β X.509 CRL distribution point extensions
DJVUContext(3) β The DJVUContext class.
DJVUParser(3) β The DJVUParser class.
DMX(3) β X Window System DMX (Distributed Multihead X) extension
DMXAddInput(3) β attach a new input
DMXAddScreen(3) β attach a new back-end screen
DMXChangeDesktopAttributes(3) β change global bounding box
DMXChangeScreensAttributes(3) β change back-end screen attributes
DMXForceWindowCreation(3) β force immediate back-end window creation
DMXGetDesktopAttributes(3) β determine global bounding box
DMXGetInputAttributes(3) β determine input device attributes
DMXGetInputCount(3) β determine number of input devices
DMXGetScreenAttributes(3) β determine back-end screen attributes
DMXGetScreenCount(3) β determine number of back-end screens
DMXGetWindowAttributes(3) β determine back-end window attributes
DMXQueryExtension(3) β determine if DMX is available
DMXQueryVersion(3) β determine DMX extension version
DMXRemoveInput(3) β detach an input
DMXRemoveScreen(3) β detach a back-end screen
DMXSync(3) β flush protocol requests between Xdmx and back-end X servers
DOCParser(3) β The DOCParser class.
DOCXParser(3) β The DOCXParser class.
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
DPMSGetTimeouts(3) β retrieves the timeout values used by the X server for DPMS
DPMSGetVersion(3) β returns the version of the DPMS extension implemented by
DPMSInfo(3) β returns information about the current DPMS state
DPMSQueryExtension(3) β queries the X server to determine the availability
DPMSSetTimeouts(3) β permits applications to set the timeout values
DS1821(3) β Programmable Digital Thermostat and Thermometer
DS1822(3) β Econo 1-Wire Digital Thermometer
DS1825(3) β Programmable Resolution 1-Wire Digital Thermometer with ID
DS18B20(3) β Programmable Resolution 1-Wire Digital Thermometer
DS18S20(3) β High-Precision 1-Wire Digital 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
DS2404(3) β EconoRAM time chip
DS2405(3) β Addressable Switch
DS2406(3) β Dual Addressable Switch with 1kbit Memory, Hidable Dual Addressable Switch with 1kbit Memory
DS2408(3) β 1-Wire 8 Channel Addressable Switch
DS2409(3) β MicroLAN Coupler
DS2413(3) β Dual Channel Addressable Switch
DS2415(3) β 1-Wire Time Chip,
DS2423(3) β 4kbit 1-Wire RAM with Counter
DS2430A(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
DS2450(3) β Quad A/D Converter
DS2502(3) β Add-Only Memory (1 kBit)
DS2505(3) β Add-Only Memory (16 kBit), UniqueWare Add-Only Memory (16 kBit)
DS2506(3) β Add-Only Memory (64 kBit), UniqueWare Add-Only Memory (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) β Multichemistry Battery Fuel Gauge
DS2760(3) β High-Precision Li+ Battery Monitor
DS2770(3) β Battery Monitor and Charge Controller
DS2780(3) β Stand-alone Fuel Gauge IC
DS2781(3) β Stand-alone Fuel Gauge IC
DS2890(3) β 1-Wire Digital Potentiometer
DS28E04(3) β 1-Wire EEPROM chip (4096-bit) with seven address inputs
DS28EA00(3) β 1-Wire Digital Thermometer with Sequence Detect and PIO
DS28EC20(3) β EEPROM (20 kBit)
DSA_SIG_new(3) β manipulate DSA signature objects
DSA_SIG_new(3ossl) β allocate and free DSA signature objects
DSA_do_sign(3) β raw DSA signature operations
DSA_do_sign(3ossl) β raw DSA signature operations
DSA_dup_DH(3) β create a DH structure out of DSA structure
DSA_dup_DH(3ossl) β create a DH structure out of DSA structure
DSA_generate_key(3) β generate DSA key pair
DSA_generate_key(3ossl) β generate DSA key pair
DSA_generate_parameters(3ossl) β generate DSA parameters
DSA_generate_parameters_ex(3) β generate DSA parameters
DSA_get0_pqg(3) β get data from and set data in a DSA object
DSA_get0_pqg(3ossl) β Routines for getting and
DSA_get_ex_new_index(3) β add application specific data to DSA structures
DSA_meth_new(3) β build up DSA methods
DSA_meth_new(3ossl) β Routines to build up DSA methods
DSA_new(3) β allocate and free DSA objects
DSA_new(3ossl) β allocate and free DSA objects
DSA_set_method(3) β select DSA method
DSA_set_method(3ossl) β select DSA method
DSA_sign(3) β DSA signatures
DSA_sign(3ossl) β DSA signatures
DSA_size(3) β get DSA signature or key size
DSA_size(3ossl) β get DSA signature size, key bits or security bits
DString(3)
DTLS_get_data_mtu(3ossl) β Get maximum data payload size
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
DTLSv1_handle_timeout(3ossl) β handle a pending timeout event for a DTLS or QUIC SSL
DTLSv1_listen(3) β listen for incoming DTLS connections
DTLSv1_listen(3ossl) β Statelessly listen for incoming connections
Decoder.cpp(3) β PGF decoder class implementation.
Decoder.h(3) β PGF decoder class.
Defines.h(3)
Depend(3o) β Module dependencies.
Depend.String(3o) β no description
Diffing(3o) β Parametric diffing
Diffing.Define(3o) β Define(Defs) creates the diffing types from the types defined in Defs and the functors that need to be instantatied with the diffing algorithm parameters
Diffing.Define.Left_variadic(3o) β Variadic diffing
Diffing.Define.Parameters(3o) β no description
Diffing.Define.Right_variadic(3o) β no description
Diffing.Define.S(3o) β no description
Diffing.Define.Simple(3o) β no description
Diffing.Defs(3o) β The core types of a diffing implementation
Diffing_with_keys(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.
Diffing_with_keys.Define(3o) β no description
Diffing_with_keys.Define.Parameters(3o) β no description
Diffing_with_keys.Define.Simple(3o) β no description
Digest(3o) β Message digest.
Digest.BLAKE128(3o) β BLAKE128 is the BLAKE2b hash function producing 128-bit (16-byte) digests.
Digest.BLAKE256(3o) β BLAKE256 is the BLAKE2b hash function producing 256-bit (32-byte) digests.
Digest.BLAKE512(3o) β BLAKE512 is the BLAKE2b hash function producing 512-bit (64-byte) digests.
Digest.MD5(3o) β MD5 is the MD5 hash function.
Digest.S(3o) β The signature for a hash function that produces digests of length hash_length from character strings, byte arrays, and files.
DisplayOfCCC(3) β Color Conversion Context macros
Docstrings(3o) β Documentation comments
Docstrings.WithMenhir(3o) β no description
Domain(3o) β Domains.
Domain.DLS(3o) β no description
Domainstate(3o) β no description
Dpkg(3perl) β module with core variables
Dpkg::Arch(3perl) β handle architectures
Dpkg::Archive::Ar(3perl) β Unix ar archive support
Dpkg::BuildAPI(3perl) β handle build API versions
Dpkg::BuildDriver(3perl) β drive the build of a Debian package
Dpkg::BuildDriver::DebianRules(3perl) β build a Debian package using debian/rules
Dpkg::BuildEnv(3perl) β track build environment
Dpkg::BuildFlags(3perl) β query build flags
Dpkg::BuildInfo(3perl) β handle build information
Dpkg::BuildOptions(3perl) β parse and update build options
Dpkg::BuildProfiles(3perl) β handle build profiles
Dpkg::BuildTree(3perl) β handle build tree actions
Dpkg::BuildTypes(3perl) β track build types
Dpkg::Changelog(3perl) β base class to implement a changelog parser
Dpkg::Changelog::Debian(3perl) β parse Debian changelogs
Dpkg::Changelog::Entry(3perl) β represents a changelog entry
Dpkg::Changelog::Entry::Debian(3perl) β represents a Debian changelog entry
Dpkg::Changelog::Parse(3perl) β generic changelog parser for dpkg\-parsechangelog
Dpkg::Checksums(3perl) β generate and manipulate file checksums
Dpkg::Compression(3perl) β simple database of available compression methods
Dpkg::Compression::FileHandle(3perl) β class dealing transparently with file compression
Dpkg::Compression::Process(3perl) β run compression/decompression processes
Dpkg::Conf(3perl) β parse dpkg configuration files
Dpkg::Control(3perl) β parse and manipulate official control\-like information
Dpkg::Control::Changelog(3perl) β represent info fields output by dpkg\-parsechangelog
Dpkg::Control::Fields(3perl) β manage (list of official) control fields
Dpkg::Control::FieldsCore(3perl) β manage (list of official) control fields
Dpkg::Control::Hash(3perl) β parse and manipulate a stanza of deb822 fields
Dpkg::Control::HashCore(3perl) β parse and manipulate a stanza of deb822 fields
Dpkg::Control::HashCore::Tie(3perl) β ties a Dpkg::Control::Hash object
Dpkg::Control::Info(3perl) β parse files like debian/control
Dpkg::Control::Tests(3perl) β parse files like debian/tests/control
Dpkg::Control::Tests::Entry(3perl) β represents a test suite entry
Dpkg::Control::Types(3perl) β export CTRL_* constants
Dpkg::Deps(3perl) β parse and manipulate dependencies of Debian packages
Dpkg::Deps::AND(3perl) β list of AND dependencies
Dpkg::Deps::KnownFacts(3perl) β list of installed real and virtual packages
Dpkg::Deps::Multiple(3perl) β base module to represent multiple dependencies
Dpkg::Deps::OR(3perl) β list of OR dependencies
Dpkg::Deps::Simple(3perl) β represents a single dependency statement
Dpkg::Deps::Union(3perl) β list of unrelated dependencies
Dpkg::Dist::Files(3perl) β handle built artifacts to distribute
Dpkg::Email::Address(3perl) β manage an email address
Dpkg::Email::AddressList(3perl) β manage email address lists
Dpkg::ErrorHandling(3perl) β handle error conditions
Dpkg::Exit(3perl) β program exit handlers
Dpkg::File(3perl) β file handling
Dpkg::Getopt(3perl) β option parsing handling
Dpkg::Gettext(3perl) β convenience wrapper around Locale::gettext
Dpkg::IPC(3perl) β helper functions for IPC
Dpkg::Index(3perl) β generic index of control information
Dpkg::Interface::Storable(3perl) β common methods related to object serialization
Dpkg::Lock(3perl) β file locking support
Dpkg::OpenPGP(3perl) β multi\-backend OpenPGP support
Dpkg::OpenPGP::Backend(3perl) β OpenPGP backend base class
Dpkg::OpenPGP::Backend::GnuPG(3perl) β OpenPGP backend for GnuPG
Dpkg::OpenPGP::Backend::SOP(3perl) β OpenPGP backend for SOP
Dpkg::OpenPGP::Backend::Sequoia(3perl) β OpenPGP backend for Sequoia
Dpkg::OpenPGP::ErrorCodes(3perl) β OpenPGP error codes
Dpkg::OpenPGP::KeyHandle(3perl) β OpenPGP key handle support
Dpkg::Package(3perl) β package properties handling
Dpkg::Path(3perl) β some common path handling functions
Dpkg::Shlibs(3perl) β shared library location handling
Dpkg::Shlibs::Cppfilt(3perl) β C++ symbol mangling support via c++filt
Dpkg::Shlibs::Objdump(3perl) β symbol support via objdump
Dpkg::Shlibs::Objdump::Object(3perl) β represent an object from objdump output
Dpkg::Shlibs::Symbol(3perl) β represent an object file symbol
Dpkg::Shlibs::SymbolFile(3perl) β represent a symbols file
Dpkg::Source::Archive(3perl) β source tarball archive support
Dpkg::Source::BinaryFiles(3perl) β manipulate debian/source/include\-binaries files
Dpkg::Source::Format(3perl) β manipulate debian/source/format files
Dpkg::Source::Functions(3perl) β miscellaneous source package handling functions
Dpkg::Source::Package(3perl) β manipulate Debian source packages
Dpkg::Source::Package::V1(3perl) β class for source format 1.0
Dpkg::Source::Package::V2(3perl) β class for source format 2.0
Dpkg::Source::Package::V3::Bzr(3perl) β class for source format 3.0 (bzr)
Dpkg::Source::Package::V3::Custom(3perl) β class for source format 3.0 (custom)
Dpkg::Source::Package::V3::Git(3perl) β class for source format 3.0 (git)
Dpkg::Source::Package::V3::Native(3perl) β class for source format 3.0 (native)
Dpkg::Source::Package::V3::Quilt(3perl) β class for source format 3.0 (quilt)
Dpkg::Source::Patch(3perl) β represent a patch file
Dpkg::Source::Quilt(3perl) β represent a quilt patch queue
Dpkg::Substvars(3perl) β handle variable substitution in strings
Dpkg::SysInfo(3perl) β system information support
Dpkg::Vendor(3perl) β get access to some vendor specific information
Dpkg::Vendor::Debian(3perl) β Debian vendor class
Dpkg::Vendor::Default(3perl) β default vendor class
Dpkg::Vendor::Devuan(3perl) β Devuan vendor class
Dpkg::Vendor::PureOS(3perl) β PureOS vendor class
Dpkg::Vendor::Ubuntu(3perl) β Ubuntu vendor class
Dpkg::Version(3perl) β handling and comparing dpkg\-style version numbers
DublinCoreParser(3) β The DublinCoreParser class.
Dynarray(3o) β Dynamic arrays.
Dynlink(3o) β Dynamic loading of .cmo, .cma and .cmxs files.
ECDH_compute_key(3) β Elliptic Curve Diffie-Hellman key exchange
ECDSA_SIG_new(3) β Elliptic Curve Digital Signature Algorithm
ECDSA_SIG_new(3ossl) β Functions for creating, destroying and manipulating ECDSA_SIG objects
ECDSA_sign(3ossl) β deprecated low\-level elliptic curve digital signature algorithm
ECPKParameters_print(3ossl) β Functions for decoding and
EC_GFp_simple_method(3ossl) β Functions for obtaining EC_METHOD objects
EC_GROUP_check(3) β partially check validity of
EC_GROUP_copy(3ossl) β Functions for manipulating EC_GROUP objects
EC_GROUP_get_curve_name(3) β configure and inspect details of the ASN.1 encoding of
EC_GROUP_new(3ossl)
EC_GROUP_new_by_curve_name(3) β instantiate named curves built into libcrypto
EC_GROUP_new_curve_GFp(3) β define elliptic curves and retrieve information from them
EC_KEY_METHOD_new(3) β custom EC_KEY implementations
EC_KEY_get_enc_flags(3ossl) β Get and set flags for encoding EC_KEY structures
EC_KEY_new(3) β create, destroy and manipulate EC_KEY objects
EC_KEY_new(3ossl) β Functions for creating, destroying and manipulating
EC_POINT_add(3) β perform mathematical operations and tests on EC_POINT objects
EC_POINT_add(3ossl) β Functions for performing mathematical operations and tests on EC_POINT objects
EC_POINT_get_affine_coordinates(3) β get and set coordinates of elliptic curve points
EC_POINT_new(3) β allocate, free and copy elliptic curve points
EC_POINT_new(3ossl) β Functions for creating, destroying and manipulating EC_POINT objects
EC_POINT_point2oct(3) β encode and decode elliptic curve points
EDS(3) β Embedded Data Systems Sensors
EEEF(3) β HobbyBoards EE/EF Microprocessor-based slaves:
ENGINE_add(3ossl) β ENGINE cryptographic module support
ENGINE_new(3) β ENGINE stub functions
EOF(3const) β end of file or error indicator
EPUBParser(3) β The EPUBParser class.
ERR(3) β OpenSSL error codes
ERR_GET_LIB(3) β get library, function and reason codes for OpenSSL errors
ERR_GET_LIB(3ossl) β get information from error codes
ERR_asprintf_error_data(3) β record a LibreSSL error using a formatted string
ERR_clear_error(3) β clear the OpenSSL error queue
ERR_clear_error(3ossl) β clear the error queue
ERR_error_string(3) β obtain human-readable OpenSSL error messages
ERR_error_string(3ossl) β obtain human\-readable
ERR_get_error(3) β obtain OpenSSL error code and data
ERR_get_error(3ossl) β obtain error code and data
ERR_load_crypto_strings(3) β load and free OpenSSL error strings
ERR_load_crypto_strings(3ossl)
ERR_load_strings(3) β load arbitrary OpenSSL error strings
ERR_load_strings(3ossl) β load
ERR_new(3ossl) β Error recording building blocks
ERR_print_errors(3) β print OpenSSL error messages
ERR_print_errors(3ossl) β print error messages
ERR_put_error(3) β record an OpenSSL error
ERR_put_error(3ossl) β record an error
ERR_remove_state(3) β free a thread's OpenSSL error queue
ERR_remove_state(3ossl) β DEPRECATED
ERR_set_mark(3) β set marks and pop OpenSSL errors until mark
ERR_set_mark(3ossl)
ESS_SIGNING_CERT_new(3) β signing certificates for S/MIME
ESYS_CONTEXT(3) β Esys Context ESYS_CONTEXT
ESYS_TR(3) β Esys Tpm Resource ESYS_TR
ESYS_TR_defines(3) β Global ESYS_TR objects
EVP_AEAD_CTX_init(3) β authenticated encryption with additional data
EVP_ASYM_CIPHER_free(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_CTX_ctrl(3) β configure EVP cipher contexts
EVP_CIPHER_CTX_get_cipher_data(3) β inspect and modify EVP_CIPHER_CTX objects
EVP_CIPHER_CTX_get_cipher_data(3ossl) β Routines to
EVP_CIPHER_CTX_get_original_iv(3ossl) β Routines to inspect EVP_CIPHER_CTX IV data
EVP_CIPHER_CTX_init(3) β obsolete EVP cipher functions
EVP_CIPHER_CTX_set_flags(3) β unusual EVP cipher context configuration
EVP_CIPHER_do_all(3) β iterate over lookup tables for ciphers and digests
EVP_CIPHER_meth_new(3) β Routines to build up EVP_CIPHER methods
EVP_CIPHER_meth_new(3ossl) β Routines to build up EVP_CIPHER methods
EVP_CIPHER_nid(3) β inspect EVP_CIPHER objects
EVP_DigestInit(3) β EVP digest routines
EVP_DigestInit(3ossl) β EVP digest routines
EVP_DigestSignInit(3) β EVP signing functions
EVP_DigestSignInit(3ossl) β EVP signing functions
EVP_DigestVerifyInit(3) β EVP signature verification functions
EVP_DigestVerifyInit(3ossl) β EVP signature verification functions
EVP_EncodeInit(3) β EVP base64 encode/decode routines
EVP_EncodeInit(3ossl) β EVP base64 encode/decode routines
EVP_EncryptInit(3) β EVP cipher routines
EVP_EncryptInit(3ossl) β EVP cipher routines
EVP_KDF(3ossl) β EVP KDF routines
EVP_KEM_free(3ossl) β Functions to manage EVP_KEM algorithm objects
EVP_KEYEXCH_free(3ossl) β Functions to manage EVP_KEYEXCH algorithm objects
EVP_KEYMGMT(3ossl) β EVP key management routines
EVP_MAC(3ossl) β EVP MAC routines
EVP_MD_CTX_ctrl(3) β configure EVP message digest contexts
EVP_MD_meth_new(3ossl) β Routines to build up legacy EVP_MD methods
EVP_MD_nid(3) β inspect EVP_MD objects
EVP_OpenInit(3) β EVP envelope decryption
EVP_OpenInit(3ossl) β EVP envelope decryption
EVP_PBE_CipherInit(3ossl) β Password based encryption routines
EVP_PKCS82PKEY(3) β convert between EVP_PKEY and PKCS#8 PrivateKeyInfo
EVP_PKEY2PKCS8(3ossl) β Convert a private key to/from PKCS8
EVP_PKEY_ASN1_METHOD(3ossl) β manipulating and registering EVP_PKEY_ASN1_METHOD structure
EVP_PKEY_CTX_ctrl(3) β algorithm specific control operations
EVP_PKEY_CTX_ctrl(3ossl) β algorithm specific control operations
EVP_PKEY_CTX_get0_libctx(3ossl) β functions for getting diverse information from an EVP_PKEY_CTX
EVP_PKEY_CTX_get0_pkey(3ossl) β functions for accessing the EVP_PKEY associated with an EVP_PKEY_CTX
EVP_PKEY_CTX_get_algor(3ossl) β pass AlgorithmIdentifier and its params to/from algorithm implementations
EVP_PKEY_CTX_get_operation(3) β inspect EVP_PKEY_CTX objects
EVP_PKEY_CTX_new(3) β public key algorithm context functions
EVP_PKEY_CTX_new(3ossl) β public key algorithm context functions
EVP_PKEY_CTX_set1_pbe_pass(3ossl) β generic KDF support functions
EVP_PKEY_CTX_set_hkdf_md(3) β HMAC-based Extract-and-Expand key derivation algorithm
EVP_PKEY_CTX_set_hkdf_md(3ossl)
EVP_PKEY_CTX_set_params(3ossl) β provider parameter passing operations
EVP_PKEY_CTX_set_rsa_pss_keygen_md(3ossl) β EVP_PKEY RSA\-PSS algorithm support functions
EVP_PKEY_CTX_set_scrypt_N(3ossl) β EVP_PKEY scrypt KDF support functions
EVP_PKEY_CTX_set_tls1_prf_md(3) β TLS PRF key derivation algorithm
EVP_PKEY_CTX_set_tls1_prf_md(3ossl)
EVP_PKEY_asn1_get_count(3) β enumerate public key ASN.1 methods
EVP_PKEY_asn1_get_count(3ossl) β enumerate public key ASN.1 methods
EVP_PKEY_check(3ossl) β key and parameter validation functions
EVP_PKEY_cmp(3) β public key parameter and comparison functions
EVP_PKEY_copy_parameters(3ossl) β public key parameter and comparison functions
EVP_PKEY_decapsulate(3ossl) β Key decapsulation using a KEM algorithm with a private key
EVP_PKEY_decrypt(3) β decrypt using a public key algorithm
EVP_PKEY_decrypt(3ossl) β decrypt using a public key algorithm
EVP_PKEY_derive(3) β derive public key algorithm shared secret
EVP_PKEY_derive(3ossl) β derive public key algorithm shared secret
EVP_PKEY_digestsign_supports_digest(3ossl) β indicate support for signature digest
EVP_PKEY_encapsulate(3ossl) β Key encapsulation using a KEM algorithm with a public key
EVP_PKEY_encrypt(3) β encrypt using a public key algorithm
EVP_PKEY_encrypt(3ossl) β encrypt using a public key algorithm
EVP_PKEY_fromdata(3ossl) β functions to create keys and key parameters from user data
EVP_PKEY_get_attr(3ossl) β EVP_PKEY X509_ATTRIBUTE functions
EVP_PKEY_get_default_digest_nid(3) β get default signature digest
EVP_PKEY_get_default_digest_nid(3ossl) β get default signature digest
EVP_PKEY_get_field_type(3ossl) β get field type
EVP_PKEY_get_group_name(3ossl) β get group name of a key
EVP_PKEY_get_size(3ossl) β EVP_PKEY information functions
EVP_PKEY_gettable_params(3ossl) β retrieve key parameters from a key
EVP_PKEY_is_a(3ossl) β key type and capabilities functions
EVP_PKEY_keygen(3) β key and parameter generation functions
EVP_PKEY_keygen(3ossl) β key and parameter generation and check functions
EVP_PKEY_meth_get_count(3ossl) β enumerate public key methods
EVP_PKEY_meth_new(3ossl) β manipulating EVP_PKEY_METHOD structure
EVP_PKEY_new(3) β public and private key allocation and raw key handling functions
EVP_PKEY_new(3ossl) β public/private key allocation and raw key handling functions
EVP_PKEY_new_CMAC_key(3) β CMAC in the EVP framework
EVP_PKEY_print_private(3) β public key algorithm printing routines
EVP_PKEY_print_private(3ossl) β public key algorithm printing routines
EVP_PKEY_set1_RSA(3) β EVP_PKEY assignment functions
EVP_PKEY_set1_RSA(3ossl)
EVP_PKEY_set1_encoded_public_key(3ossl) β functions to set and get public key data within an EVP_PKEY
EVP_PKEY_set_type(3ossl) β functions to change the EVP_PKEY type
EVP_PKEY_settable_params(3ossl) β set key parameters into a key
EVP_PKEY_sign(3) β sign using a public key algorithm
EVP_PKEY_sign(3ossl) β sign using a public key algorithm
EVP_PKEY_size(3) β EVP_PKEY information functions
EVP_PKEY_todata(3ossl) β functions to return keys as an array of key parameters
EVP_PKEY_verify(3) β signature verification using a public key algorithm
EVP_PKEY_verify(3ossl) β signature
EVP_PKEY_verify_recover(3) β recover signature using a public key algorithm
EVP_PKEY_verify_recover(3ossl) β recover signature using a public key algorithm
EVP_RAND(3ossl) β EVP RAND routines
EVP_SIGNATURE(3ossl) β Functions to manage EVP_SIGNATURE algorithm objects
EVP_SKEY(3ossl) β opaque symmetric key allocation and handling functions
EVP_SKEYMGMT(3ossl) β EVP key management routines for opaque symmetric keys
EVP_SealInit(3) β EVP envelope encryption
EVP_SealInit(3ossl) β EVP envelope encryption
EVP_SignInit(3) β EVP signing functions
EVP_SignInit(3ossl) β EVP signing functions
EVP_VerifyInit(3) β EVP signature verification functions
EVP_VerifyInit(3ossl) β EVP signature verification functions
EVP_aes_128_cbc(3) β EVP AES cipher
EVP_aes_128_ccm(3) β EVP AES cipher in Counter with CBC-MAC mode
EVP_aes_128_gcm(3) β EVP AES cipher in Galois Counter Mode
EVP_aes_128_gcm(3ossl) β EVP AES cipher
EVP_aria_128_gcm(3ossl) β EVP ARIA cipher
EVP_bf_cbc(3ossl) β EVP Blowfish cipher
EVP_blake2b512(3ossl) β BLAKE2 For EVP
EVP_camellia_128_cbc(3) β EVP Camellia cipher
EVP_camellia_128_ecb(3ossl) β EVP Camellia cipher
EVP_cast5_cbc(3ossl) β EVP CAST cipher
EVP_chacha20(3) β ChaCha20 stream cipher for EVP
EVP_chacha20(3ossl) β EVP ChaCha20 stream cipher
EVP_des_cbc(3) β EVP DES cipher
EVP_des_cbc(3ossl) β EVP DES cipher
EVP_desx_cbc(3ossl) β EVP DES\-X cipher
EVP_idea_cbc(3ossl) β EVP IDEA cipher
EVP_md2(3ossl) β MD2 For EVP
EVP_md4(3ossl) β MD4 For EVP
EVP_md5(3ossl) β MD5 For EVP
EVP_mdc2(3ossl) β MDC\-2 For EVP
EVP_rc2_cbc(3) β Rivest Cipher 2 in the EVP framework
EVP_rc2_cbc(3ossl) β EVP RC2 cipher
EVP_rc4(3) β EVP RC4 stream cipher
EVP_rc4(3ossl) β EVP RC4 stream cipher
EVP_rc5_32_12_16_cbc(3ossl) β EVP RC5 cipher
EVP_ripemd160(3ossl) β RIPEMD160 For EVP
EVP_seed_cbc(3ossl) β EVP SEED cipher
EVP_set_default_properties(3ossl) β manage default properties for future algorithm fetches
EVP_sha1(3) β legacy message digest algorithms
EVP_sha1(3ossl) β SHA\-1 For EVP
EVP_sha224(3ossl) β SHA\-2 For EVP
EVP_sha3_224(3) β Secure Hash Algorithm 3 for EVP
EVP_sha3_224(3ossl) β SHA\-3 For EVP
EVP_sm3(3) β SM3 hash function for EVP
EVP_sm3(3ossl) β SM3 for EVP
EVP_sm4_cbc(3) β EVP SM4 cipher
EVP_sm4_cbc(3ossl) β EVP SM4 cipher
EVP_whirlpool(3ossl) β WHIRLPOOL For EVP
EXIT_SUCCESS(3const) β termination status constants
EXTENDED_KEY_USAGE_new(3) β X.509 key usage restrictions
Effect(3o) β Effects.
Effect.Deep(3o) β no description
Effect.Shallow(3o) β no description
Either(3o) β Either type.
Encoder.cpp(3) β PGF encoder class implementation.
Encoder.h(3) β PGF encoder class.
Ephemeron(3o) β Ephemerons and weak hash tables.
Ephemeron.K1(3o) β Ephemerons with one key.
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(3o) β Ephemerons with two keys.
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.
Ephemeron.S(3o) β The output signature of the functors Ephemeron.K1.Make and Ephemeron.K2.Make.
Ephemeron.SeededS(3o) β The output signature of the functors Ephemeron.K1.MakeSeeded and Ephemeron.K2.MakeSeeded.
Esys_ActivateCredential(3) β The ESAPI function for the TPM2_ActivateCredential command.
Esys_Certify(3) β The ESAPI function for the TPM2_Certify command.
Esys_CertifyCreation(3) β The ESAPI function for the TPM2_CertifyCreation command.
Esys_ChangeEPS(3) β The ESAPI function for the TPM2_ChangeEPS command.
Esys_ChangePPS(3) β The ESAPI function for the TPM2_ChangePPS command.
Esys_Clear(3) β The ESAPI function for the TPM2_Clear command.
Esys_ClearControl(3) β The ESAPI function for the TPM2_ClearControl command.
Esys_ClockRateAdjust(3) β The ESAPI function for the TPM2_ClockRateAdjust command.
Esys_ClockSet(3) β The ESAPI function for the TPM2_ClockSet command.
Esys_Commit(3) β The ESAPI function for the TPM2_Commit command.
Esys_ContextLoad(3) β The ESAPI function for the TPM2_ContextLoad command.
Esys_ContextSave(3) β The ESAPI function for the TPM2_ContextSave command.
Esys_Create(3) β The ESAPI function for the TPM2_Create command.
Esys_CreatePrimary(3) β The ESAPI function for the TPM2_CreatePrimary command.
Esys_DictionaryAttackLockReset(3) β The ESAPI function for the TPM2_DictionaryAttackLockReset command.
Esys_DictionaryAttackParameters(3) β The ESAPI function for the TPM2_DictionaryAttackParameters command.
Esys_Duplicate(3) β The ESAPI function for the TPM2_Duplicate command.
Esys_ECC_Parameters(3) β The ESAPI function for the TPM2_ECC_Parameters command.
Esys_ECDH_KeyGen(3) β The ESAPI function for the TPM2_ECDH_KeyGen command.
Esys_ECDH_ZGen(3) β The ESAPI function for the TPM2_ECDH_ZGen command.
Esys_EC_Ephemeral(3) β The ESAPI function for the TPM2_EC_Ephemeral command.
Esys_EncryptDecrypt(3) β The ESAPI function for the TPM2_EncryptDecrypt command.
Esys_EventSequenceComplete(3) β The ESAPI function for the TPM2_EventSequenceComplete command.
Esys_EvictControl(3) β The ESAPI function for the TPM2_EvictControl command.
Esys_FlushContext(3) β The ESAPI function for the TPM2_FlushContext command.
Esys_GetCapability(3) β The ESAPI function for the TPM2_GetCapability command.
Esys_GetCommandAuditDigest(3) β The ESAPI function for the TPM2_GetCommandAuditDigest command.
Esys_GetRandom(3) β The ESAPI function for the TPM2_GetRandom command.
Esys_GetSessionAuditDigest(3) β The ESAPI function for the TPM2_GetSessionAuditDigest command.
Esys_GetTestResult(3) β The ESAPI function for the TPM2_GetTestResult command.
Esys_GetTime(3) β The ESAPI function for the TPM2_GetTime command.
Esys_HMAC(3) β The ESAPI function for the TPM2_HMAC command.
Esys_HMAC_Start(3) β The ESAPI function for the TPM2_HMAC_Start command.
Esys_Hash(3) β The ESAPI function for the TPM2_Hash command.
Esys_HashSequenceStart(3) β The ESAPI function for the TPM2_HashSequenceStart command.
Esys_HierarchyChangeAuth(3) β The ESAPI function for the TPM2_HierarchyChangeAuth command.
Esys_HierarchyControl(3) β The ESAPI function for the TPM2_HierarchyControl command.
Esys_Import(3) β The ESAPI function for the TPM2_Import command.
Esys_IncrementalSelfTest(3) β The ESAPI function for the TPM2_IncrementalSelfTest command.
Esys_Load(3) β The ESAPI function for the TPM2_Load command.
Esys_LoadExternal(3) β The ESAPI function for the TPM2_LoadExternal command.
Esys_MakeCredential(3) β The ESAPI function for the TPM2_MakeCredential command.
Esys_NV_Certify(3) β The ESAPI function for the TPM2_NV_Certify command.
Esys_NV_ChangeAuth(3) β The ESAPI function for the TPM2_NV_ChangeAuth command.
Esys_NV_DefineSpace(3) β The ESAPI function for the TPM2_NV_DefineSpace command.
Esys_NV_Extend(3) β The ESAPI function for the TPM2_NV_Extend command.
Esys_NV_GlobalWriteLock(3) β The ESAPI function for the TPM2_NV_GlobalWriteLock command.
Esys_NV_Increment(3) β The ESAPI function for the TPM2_NV_Increment command.
Esys_NV_Read(3) β The ESAPI function for the TPM2_NV_Read command.
Esys_NV_ReadLock(3) β The ESAPI function for the TPM2_NV_ReadLock command.
Esys_NV_ReadPublic(3) β The ESAPI function for the TPM2_NV_ReadPublic command.
Esys_NV_SetBits(3) β The ESAPI function for the TPM2_NV_SetBits command.
Esys_NV_UndefineSpace(3) β The ESAPI function for the TPM2_NV_UndefineSpace command.
Esys_NV_UndefineSpaceSpecial(3) β The ESAPI function for the TPM2_NV_UndefineSpaceSpecial command.
Esys_NV_Write(3) β The ESAPI function for the TPM2_NV_Write command.
Esys_NV_WriteLock(3) β The ESAPI function for the TPM2_NV_WriteLock command.
Esys_ObjectChangeAuth(3) β The ESAPI function for the TPM2_ObjectChangeAuth command.
Esys_PCR_Allocate(3) β The ESAPI function for the TPM2_PCR_Allocate command.
Esys_PCR_Event(3) β The ESAPI function for the TPM2_PCR_Event command.
Esys_PCR_Extend(3) β The ESAPI function for the TPM2_PCR_Extend command.
Esys_PCR_Read(3) β The ESAPI function for the TPM2_PCR_Read command.
Esys_PCR_Reset(3) β The ESAPI function for the TPM2_PCR_Reset command.
Esys_PCR_SetAuthPolicy(3) β The ESAPI function for the TPM2_PCR_SetAuthPolicy command.
Esys_PCR_SetAuthValue(3) β The ESAPI function for the TPM2_PCR_SetAuthValue command.
Esys_PP_Commands(3) β The ESAPI function for the TPM2_PP_Commands command.
Esys_PolicyAuthValue(3) β The ESAPI function for the TPM2_PolicyAuthValue command.
Esys_PolicyAuthorize(3) β The ESAPI function for the TPM2_PolicyAuthorize command.
Esys_PolicyCommandCode(3) β The ESAPI function for the TPM2_PolicyCommandCode command.
Esys_PolicyCounterTimer(3) β The ESAPI function for the TPM2_PolicyCounterTimer command.
Esys_PolicyCpHash(3) β The ESAPI function for the TPM2_PolicyCpHash command.
Esys_PolicyDuplicationSelect(3) β The ESAPI function for the TPM2_PolicyDuplicationSelect command.
Esys_PolicyGetDigest(3) β The ESAPI function for the TPM2_PolicyGetDigest command.
Esys_PolicyLocality(3) β The ESAPI function for the TPM2_PolicyLocality command.
Esys_PolicyNV(3) β The ESAPI function for the TPM2_PolicyNV command.
Esys_PolicyNameHash(3) β The ESAPI function for the TPM2_PolicyNameHash command.
Esys_PolicyNvWritten(3) β The ESAPI function for the TPM2_PolicyNvWritten command.
Esys_PolicyOR(3) β The ESAPI function for the TPM2_PolicyOR command.
Esys_PolicyPCR(3) β The ESAPI function for the TPM2_PolicyPCR command.
Esys_PolicyPassword(3) β The ESAPI function for the TPM2_PolicyPassword command.
Esys_PolicyPhysicalPresence(3) β The ESAPI function for the TPM2_PolicyPhysicalPresence command.
Esys_PolicyRestart(3) β The ESAPI function for the TPM2_PolicyRestart command.
Esys_PolicySecret(3) β The ESAPI function for the TPM2_PolicySecret command.
Esys_PolicySigned(3) β The ESAPI function for the TPM2_PolicySigned command.
Esys_PolicyTicket(3) β The ESAPI function for the TPM2_PolicyTicket command.
Esys_Quote(3) β The ESAPI function for the TPM2_Quote command.
Esys_RSA_Decrypt(3) β The ESAPI function for the TPM2_RSA_Decrypt command.
Esys_RSA_Encrypt(3) β The ESAPI function for the TPM2_RSA_Encrypt command.
Esys_ReadClock(3) β The ESAPI function for the TPM2_ReadClock command.
Esys_ReadPublic(3) β The ESAPI function for the TPM2_ReadPublic command.
Esys_Rewrap(3) β The ESAPI function for the TPM2_Rewrap command.
Esys_SelfTest(3) β The ESAPI function for the TPM2_SelfTest command.
Esys_SequenceComplete(3) β The ESAPI function for the TPM2_SequenceComplete command.
Esys_SequenceUpdate(3) β The ESAPI function for the TPM2_SequenceUpdate command.
Esys_SetAlgorithmSet(3) β The ESAPI function for the TPM2_SetAlgorithmSet command.
Esys_SetCommandCodeAuditStatus(3) β The ESAPI function for the TPM2_SetCommandCodeAuditStatus command.
Esys_SetPrimaryPolicy(3) β The ESAPI function for the TPM2_SetPrimaryPolicy command.
Esys_Shutdown(3) β The ESAPI function for the TPM2_Shutdown command.
Esys_Sign(3) β The ESAPI function for the TPM2_Sign command.
Esys_StartAuthSession(3) β The ESAPI function for the TPM2_StartAuthSession command.
Esys_Startup(3) β The ESAPI function for the TPM2_Startup command.
Esys_StirRandom(3) β The ESAPI function for the TPM2_StirRandom command.
Esys_TestParms(3) β The ESAPI function for the TPM2_TestParms command.
Esys_Unseal(3) β The ESAPI function for the TPM2_Unseal command.
Esys_Vendor_TCG_Test(3) β The ESAPI function for the TPM2_Vendor_TCG_Test command.
Esys_VerifySignature(3) β The ESAPI function for the TPM2_VerifySignature command.
Esys_ZGen_2Phase(3) β The ESAPI function for the TPM2_ZGen_2Phase command.
Event(3o) β First-class synchronous communication.
FAQ(3) β Frequently Asked Questions
FB2Parser(3) β The FB2Parser class.
FCGI_Accept(3)
FCGI_Finish(3)
FCGI_SetExitStatus(3)
FCGI_StartFilterData(3)
FD_CLR(3p)
FILE(3type) β input/output stream
FTDIProgressInfo(3)
FTDIStreamState(3)
FapiTestgroup(3) β Fapi-Testing
Fapi_AuthorizePolicy(3) β Fapi_AuthorizePolicy
Fapi_ChangeAuth(3) β Fapi_ChangeAuth
Fapi_CreateKey(3) β Fapi_CreateKey
Fapi_CreateNv(3) β Fapi_CreateNv
Fapi_CreateSeal(3) β Fapi_CreateSeal
Fapi_Decrypt(3) β Fapi_Decrypt
Fapi_Delete(3) β Fapi_Delete
Fapi_Encrypt(3) β Fapi_Encrypt
Fapi_ExportKey(3) β Fapi_ExportKey
Fapi_ExportPolicy(3) β Fapi_ExportPolicy
Fapi_Finalize(3) β Fapi_Finalize
Fapi_Free(3) β Fapi_Free
Fapi_GetAppData(3) β Fapi_GetAppData
Fapi_GetCertificate(3) β Fapi_GetCertificate
Fapi_GetDescription(3) β Fapi_GetDescription
Fapi_GetInfo(3) β Fapi_GetInfo
Fapi_GetPlatformCertificates(3) β Fapi_GetPlatformCertificates
Fapi_GetPollHandles(3) β Fapi_GetPollHandles
Fapi_GetRandom(3) β Fapi_GetRandom
Fapi_GetTcti(3) β Fapi_GetTcti
Fapi_GetTpmBlobs(3) β Fapi_GetTpmBlobs
Fapi_Import(3) β Fapi_Import
Fapi_Initialize(3) β Fapi_Initialize
Fapi_List(3) β Fapi_List
Fapi_NvExtend(3) β Fapi_NvExtend
Fapi_NvIncrement(3) β Fapi_NvIncrement
Fapi_NvRead(3) β Fapi_NvRead
Fapi_NvSetBits(3) β Fapi_NvSetBits
Fapi_NvWrite(3) β Fapi_NvWrite
Fapi_PcrExtend(3) β Fapi_PcrExtend
Fapi_PcrRead(3) β Fapi_PcrRead
Fapi_Provision(3) β Fapi_Provision
Fapi_Quote(3) β Fapi_Quote
Fapi_SetAppData(3) β Fapi_SetAppData
Fapi_SetAuthCB(3) β Fapi_SetAuthCB
Fapi_SetBranchCB(3) β Fapi_SetBranchCB
Fapi_SetCertificate(3) β Fapi_SetCertificate
Fapi_SetDescription(3) β Fapi_SetDescription
Fapi_SetSignCB(3) β Fapi_SetSignCB
Fapi_Sign(3) β Fapi_Sign
Fapi_Unseal(3) β Fapi_Unseal
Fapi_VerifyQuote(3) β Fapi_VerifyQuote
Fapi_VerifySignature(3) β Fapi_VerifySignature
Fapi_WriteAuthorizeNv(3) β Fapi_WriteAuthorizeNv
FascistCheck(3) β a pro-active password checker library
FcAtomicCreate(3) β create an FcAtomic object
FcAtomicDeleteNew(3) β delete new file
FcAtomicDestroy(3) β destroy an FcAtomic object
FcAtomicLock(3) β lock a file
FcAtomicNewFile(3) β return new temporary file name
FcAtomicOrigFile(3) β return original file name
FcAtomicReplaceOrig(3) β replace original with new
FcAtomicUnlock(3) β unlock a file
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
FcCacheCopySet(3) β Returns a copy of the fontset from cache
FcCacheCreateTagFile(3) β Create CACHEDIR.TAG at cache directory.
FcCacheDir(3) β Return directory of cache
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.
FcCharSetAddChar(3) β Add a character to a charset
FcCharSetCopy(3) β Copy a charset
FcCharSetCount(3) β Count entries in a charset
FcCharSetCoverage(3) β DEPRECATED return coverage for a Unicode page
FcCharSetCreate(3) β Create an empty character set
FcCharSetDelChar(3) β Delete a character from a charset
FcCharSetDestroy(3) β Destroy a character set
FcCharSetEqual(3) β Compare two charsets
FcCharSetFirstPage(3) β Start enumerating charset contents
FcCharSetHasChar(3) β Check a charset for a char
FcCharSetIntersect(3) β Intersect charsets
FcCharSetIntersectCount(3) β Intersect and count charsets
FcCharSetIsSubset(3) β Test for charset inclusion
FcCharSetMerge(3) β Merge charsets
FcCharSetNew(3) β DEPRECATED alias for FcCharSetCreate
FcCharSetNextPage(3) β Continue enumerating charset contents
FcCharSetSubtract(3) β Subtract charsets
FcCharSetSubtractCount(3) β Subtract and count charsets
FcCharSetUnion(3) β Add charsets
FcConfigAcceptFilter(3) β Test whether the given pattern matches filter
FcConfigAcceptFont(3) β Test whether the given pattern matches deny list
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
FcConfigCreate(3) β Create a configuration
FcConfigDestroy(3) β Destroy a configuration
FcConfigEnableHome(3) β controls use of the home directory.
FcConfigFileGenerate(3) β Generate a configuration for fonts at the given font path
FcConfigFileInfoIterGet(3) β Obtain the configuration file information
FcConfigFileInfoIterInit(3) β Initialize the iterator
FcConfigFileInfoIterNext(3) β Set the iterator to point to the next list
FcConfigFilename(3) β Find a config file
FcConfigGetBlanks(3) β Get config blanks
FcConfigGetCache(3) β DEPRECATED used to return per-user cache filename
FcConfigGetCacheDirs(3) β return the list of directories searched for cache files
FcConfigGetConfigDirs(3) β Get config directories
FcConfigGetConfigFiles(3) β Get config files
FcConfigGetCurrent(3) β Return current configuration
FcConfigGetDefaultLangs(3) β Get the default languages list
FcConfigGetFilename(3) β Find a config file
FcConfigGetFontDirs(3) β Get font directories
FcConfigGetFonts(3) β Get config font set
FcConfigGetRescanInterval(3) β Get config rescan interval
FcConfigGetSysRoot(3) β Obtain the system root directory
FcConfigGetWarningFlags(3) β Retrieve the enabled warning flags
FcConfigHome(3) β return the current home directory.
FcConfigParseAndLoad(3) β load a configuration file
FcConfigParseAndLoadFromMemory(3) β load a configuration from memory
FcConfigPreferAppFont(3)
FcConfigReference(3) β Increment config reference count
FcConfigSetCurrent(3) β Set configuration as default
FcConfigSetDefaultSubstitute(3) β Perform default substitutions in a pattern
FcConfigSetFontSetFilter(3) β Set a predicate function to filter fontsets
FcConfigSetRescanInterval(3) β Set config rescan interval
FcConfigSetSysRoot(3) β Set the system root directory
FcConfigSetWarningFlags(3) β Enable or disable specific warning types
FcConfigSubstitute(3) β Execute substitutions
FcConfigSubstituteWithPat(3) β Execute substitutions
FcConfigUptoDate(3) β Check timestamps on config files
FcDefaultSubstitute(3) β Perform default substitutions in a pattern
FcDirCacheClean(3) β Clean up a cache directory
FcDirCacheCreateUUID(3) β Create .uuid file at a directory
FcDirCacheDeleteUUID(3) β Delete .uuid file
FcDirCacheLoad(3) β load a directory cache
FcDirCacheLoadFile(3) β load a cache file
FcDirCacheRead(3) β read or construct a directory cache
FcDirCacheRescan(3) β Re-scan a directory cache
FcDirCacheUnlink(3) β Remove all caches related to dir
FcDirCacheUnload(3) β unload a cache file
FcDirCacheValid(3) β check directory cache
FcDirSave(3) β DEPRECATED: formerly used to save a directory cache
FcDirScan(3) β scan a font directory without caching it
FcFileIsDir(3) β check whether a file is a directory
FcFileScan(3) β scan a font file
FcFini(3) β finalize fontconfig library
FcFontList(3) β List fonts
FcFontMatch(3) β Return best font
FcFontRenderPrepare(3) β Prepare pattern for loading font file
FcFontSetAdd(3) β Add to a font set
FcFontSetCreate(3) β Create a font set
FcFontSetDestroy(3) β Destroy a font set
FcFontSetList(3) β List fonts from a set of font sets
FcFontSetMatch(3) β Return the best font from a set of font sets
FcFontSetPrint(3) β Print a set of patterns to stdout
FcFontSetSort(3) β Return list of matching fonts
FcFontSetSortDestroy(3) β DEPRECATED destroy a font set
FcFontSort(3) β Return list of matching fonts
FcFontationsQueryAll(3) β compute all patterns from font file (and index)
FcFreeTypeCharIndex(3) β map Unicode to glyph id
FcFreeTypeCharSet(3) β compute Unicode coverage
FcFreeTypeCharSetAndSpacing(3) β compute Unicode coverage and spacing type
FcFreeTypeQuery(3) β compute pattern from font file (and index)
FcFreeTypeQueryAll(3) β compute all patterns from font file (and index)
FcFreeTypeQueryFace(3) β compute pattern from FT_Face
FcGetDefaultLangs(3) β Get the default languages list
FcGetLangs(3) β Get list of languages
FcGetVersion(3) β library version number
FcInit(3) β initialize fontconfig library
FcInitBringUptoDate(3) β reload configuration files if needed
FcInitLoadConfig(3) β load configuration
FcInitLoadConfigAndFonts(3) β load configuration and font data
FcInitReinitialize(3) β re-initialize library
FcIsLower(3) β check for lower case ASCII character
FcIsUpper(3) β check for upper case ASCII character
FcLangGetCharSet(3) β Get character map for a language
FcLangNormalize(3) β Normalize the language string
FcLangSetAdd(3) β add a language to a langset
FcLangSetCompare(3) β compare language sets
FcLangSetContains(3) β check langset subset relation
FcLangSetCopy(3) β copy a langset object
FcLangSetCreate(3) β create a langset object
FcLangSetDel(3) β delete a language from a langset
FcLangSetDestroy(3) β destroy a langset object
FcLangSetEqual(3) β test for matching langsets
FcLangSetGetLangs(3) β get the list of languages in the langset
FcLangSetHasLang(3) β test langset for language support
FcLangSetHash(3) β return a hash value for a langset
FcLangSetSubtract(3) β Subtract langsets
FcLangSetUnion(3) β Add langsets
FcMatrixCopy(3) β Copy a matrix
FcMatrixEqual(3) β Compare two matrices
FcMatrixInit(3) β initialize an FcMatrix structure
FcMatrixMultiply(3) β Multiply matrices
FcMatrixRotate(3) β Rotate a matrix
FcMatrixScale(3) β Scale a matrix
FcMatrixShear(3) β Shear a matrix
FcNameConstant(3) β Get the value for a symbolic constant
FcNameGetConstant(3) β Lookup symbolic constant
FcNameGetConstantFor(3) β Lookup symbolic constant For object
FcNameGetConstantNameFrom(3) β Reverse-lookup a constant name from object name and value
FcNameGetObjectType(3) β Lookup an object type
FcNameParse(3) β Parse a pattern string
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) β Build object set from args
FcObjectSetCreate(3) β Create an object set
FcObjectSetDestroy(3) β Destroy an object set
FcPatternAdd(3) β Add a value to a pattern
FcPatternAdd-Type(3) β Add a typed value to a pattern
FcPatternAddWeak(3) β Add a value to a pattern with weak binding
FcPatternBuild(3) β Create patterns from arguments
FcPatternCreate(3) β Create a pattern
FcPatternDel(3) β Delete a property from a pattern
FcPatternDestroy(3) β Destroy a pattern
FcPatternDuplicate(3) β Copy a pattern
FcPatternEqual(3) β Compare patterns
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
FcPatternFormat(3) β Format a pattern into a string according to a format specifier
FcPatternGet(3) β Return a value from a pattern
FcPatternGet-Type(3) β Return a typed value from a pattern
FcPatternGetWithBinding(3) β Return a value with binding from a pattern
FcPatternHash(3) β Compute a pattern hash value
FcPatternIterEqual(3) β Compare iterators
FcPatternIterGetObject(3) β Returns an object name which the iterator point to
FcPatternIterGetValue(3) β Returns a value which the iterator point to
FcPatternIterIsValid(3) β Check whether the iterator is valid or not
FcPatternIterNext(3)
FcPatternIterStart(3) β Initialize the iterator with the first iterator in the pattern
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
FcPatternReference(3) β Increment pattern reference count
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
FcStrCmp(3) β compare UTF-8 strings
FcStrCmpIgnoreCase(3) β compare UTF-8 strings ignoring case
FcStrCopy(3) β duplicate a string
FcStrCopyFilename(3) β create a complete path from a filename
FcStrDirname(3) β directory part of filename
FcStrDowncase(3) β create a lower case translation of a string
FcStrFree(3) β free a string
FcStrListCreate(3) β create a string iterator
FcStrListDone(3) β destroy a string iterator
FcStrListFirst(3) β get first string in iteration
FcStrListNext(3) β get next string in iteration
FcStrPlus(3) β concatenate two strings
FcStrSetAdd(3) β add to a string set
FcStrSetAddFilename(3) β add a filename to a string set
FcStrSetCreate(3) β create a string set
FcStrSetDel(3) β delete from a string set
FcStrSetDestroy(3) β destroy a string set
FcStrSetEqual(3) β check sets for equality
FcStrSetMember(3) β check set for membership
FcStrStr(3) β locate UTF-8 substring
FcStrStrIgnoreCase(3) β locate UTF-8 substring ignoring case
FcToLower(3) β convert upper case ASCII to lower case
FcUcs4ToUtf8(3) β convert UCS4 to UTF-8
FcUtf16Len(3) β count UTF-16 encoded chars
FcUtf16ToUcs4(3) β convert UTF-16 to UCS4
FcUtf8Len(3) β count UTF-8 encoded chars
FcUtf8ToUcs4(3) β convert UTF-8 to UCS4
FcValueDestroy(3) β Free a value
FcValueEqual(3) β Test two values for equality
FcValuePrint(3) β Print a value to stdout
FcValueSave(3) β Copy a value
FcWeightFromOpenType(3) β Convert from OpenType weight values to fontconfig ones
FcWeightFromOpenTypeDouble(3) β Convert from OpenType weight values to fontconfig ones
FcWeightToOpenType(3) β Convert from fontconfig weight values to OpenType ones
FcWeightToOpenTypeDouble(3) β Convert from fontconfig weight values to OpenType ones
Filename(3o) β Operations on file names.
FindPhoto(3)
Float(3o) β Floating-point arithmetic.
Float.Array(3o) β Float arrays with packed representation.
Float.ArrayLabels(3o) β Float arrays with packed representation (labeled functions).
FontId(3)
Format(3o) β Pretty-printing.
Format.h(3)
FormatAnnotation(3) β The FormatAnnotation class.
Format_doc(3o) β Composable document for the Format formatting engine.
Format_doc.Doc(3o) β Definitions and immutable API for composing documents
Format_tutorial(3o) β Using the Format module
Ftdi(3)
Ftdi_Context(3) β FTDI device context. Represents single FTDI device context.
Ftdi_Context_Private(3)
Ftdi_Eeprom(3) β Device EEPROM.
Ftdi_Eeprom_Private(3)
Ftdi_List(3) β Device list.
Ftdi_List_Private(3)
Fun(3o) β Function manipulation.
GENERAL_NAME(3ossl) β GENERAL_NAME method routines
GENERAL_NAME_new(3) β names for use in X.509 extensions
Gc(3o) β Memory management control and statistics; finalised values.
Gc.Memprof(3o) β Memprof is a profiling engine which randomly samples allocated memory words.
GenreBase(3) β The GenreBase class.
GetCoreDump(3) β creates a copy-on-write snapshot
Git(3pm) β Perl interface to the Git version control system
GumboAttribute(3)
GumboDocument(3)
GumboElement(3)
GumboInternalNode(3)
GumboOptions(3)
GumboOutput(3)
GumboSourcePosition(3)
GumboStringPiece(3)
GumboText(3)
GumboVector(3)
HMAC(3) β HMAC message authentication code
HMAC(3ossl) β HMAC message authentication code
HPL_abort(3) β halts execution.
HPL_all_reduce(3) β All reduce operation.
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_copyL(3) β Copy the current panel into a contiguous workspace.
HPL_daxpy(3) β y := y + alpha * x.
HPL_dcopy(3) β y := x.
HPL_dgemm(3) β C := alpha * op(A) * op(B) + beta * C.
HPL_dgemv(3) β y := beta * y + alpha * op(A) * x.
HPL_dger(3) β A := alpha * x * y^T + A.
HPL_dlacpy(3) β B := A.
HPL_dlamch(3) β determines machine-specific arithmetic constants.
HPL_dlange(3) β Compute ||A||.
HPL_dlaprnt(3) β Print the matrix A.
HPL_dlaswp00N(3) β performs a series of row interchanges.
HPL_dlaswp01N(3) β copies rows of A into itself and into U.
HPL_dlaswp01T(3) β copies rows of A into itself and into U.
HPL_dlaswp02N(3) β pack rows of A into columns of W.
HPL_dlaswp03N(3) β copy rows of W into U.
HPL_dlaswp03T(3) β copy columns of W into U.
HPL_dlaswp04N(3) β copy rows of U in A and replace them with columns of W.
HPL_dlaswp04T(3) β copy columns of U in rows of A and replace them with columns of W.
HPL_dlaswp05N(3) β copy rows of U into A.
HPL_dlaswp05T(3) β copy rows of U into A.
HPL_dlaswp06N(3) β swap rows of U with rows of A.
HPL_dlaswp06T(3) β swap rows or columns of U with rows of A.
HPL_dlaswp10N(3) β performs a series column interchanges.
HPL_dlatcpy(3) β B := A^T
HPL_dlocmax(3) β finds the maximum entry in matrix column.
HPL_dlocswpN(3) β locally swaps rows within panel.
HPL_dlocswpT(3) β locally swaps rows within panel.
HPL_dmatgen(3) β random matrix generator.
HPL_dscal(3) β x = alpha * x.
HPL_dswap(3) β y <-> x.
HPL_dtrsm(3) β B := A^{-1} * B or B := B * A^{-1}.
HPL_dtrsv(3) β x := A^{-1} x.
HPL_equil(3) β Equilibrate U and forward the column panel L.
HPL_fprintf(3) β fprintf + fflush wrapper.
HPL_grid_exit(3) β Exit process grid.
HPL_grid_info(3) β Retrieve grid information.
HPL_grid_init(3) β Create a process grid.
HPL_idamax(3) β 1st k s.t. |x_k| = max_i(|x_i|).
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_jumpit(3) β jump into the random sequence.
HPL_ladd(3) β Adds two long positive integers.
HPL_lmul(3) β multiplies 2 long positive integers.
HPL_logsort(3) β Sort the processes in logarithmic order.
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_pddriver(3) β HPL main timing program.
HPL_pdfact(3) β recursive panel factorization.
HPL_pdgesv(3) β Solve A x = b.
HPL_pdgesv0(3) β Factor an N x N+1 matrix.
HPL_pdgesvK1(3) β Factor an N x N+1 matrix.
HPL_pdgesvK2(3) β Factor an N x N+1 matrix.
HPL_pdinfo(3) β Read input parameter file.
HPL_pdlamch(3) β determines machine-specific arithmetic constants.
HPL_pdlange(3) β Compute ||A||.
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_pdmatgen(3) β Parallel random matrix generator.
HPL_pdmxswp(3) β swaps and broacast the pivot row.
HPL_pdpancrN(3) β Crout panel factorization.
HPL_pdpancrT(3) β Crout panel factorization.
HPL_pdpanel_disp(3) β Deallocate a panel data structure.
HPL_pdpanel_free(3) β Deallocate the panel ressources.
HPL_pdpanel_init(3) β Initialize the panel resources.
HPL_pdpanel_new(3) β Create a panel data structure.
HPL_pdpanllN(3) β Left-looking panel factorization.
HPL_pdpanllT(3) β Left-looking panel factorization.
HPL_pdpanrlN(3) β Right-looking panel factorization.
HPL_pdpanrlT(3) β Right-looking panel factorization.
HPL_pdrpancrN(3) β Crout recursive panel factorization.
HPL_pdrpancrT(3) β Crout recursive panel factorization.
HPL_pdrpanllN(3) β Left-looking recursive panel factorization.
HPL_pdrpanllT(3) β Left-looking recursive panel factorization.
HPL_pdrpanrlN(3) β Right-looking recursive panel factorization.
HPL_pdrpanrlT(3) β Right-looking recursive panel factorization.
HPL_pdtest(3) β Perform one test.
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_pipid(3) β Simplify the pivot vector.
HPL_plindx0(3) β Compute local swapping index arrays.
HPL_plindx1(3) β Compute local swapping index arrays.
HPL_plindx10(3) β Compute the logarithmic maps for the spreading.
HPL_pnum(3) β Rank determination.
HPL_ptimer(3) β Timer facility.
HPL_ptimer_cputime(3) β Return the CPU time.
HPL_ptimer_walltime(3) β Return the elapsed (wall-clock) time.
HPL_pwarn(3) β displays an error message.
HPL_rand(3) β random number generator.
HPL_recv(3) β Receive a message.
HPL_reduce(3) β Reduce operation.
HPL_rollN(3) β Roll U and forward the column panel.
HPL_rollT(3) β Roll U and forward the column panel.
HPL_sdrv(3) β Send and receive a message.
HPL_send(3) β Send a message.
HPL_setran(3) β Manage the random number generator.
HPL_spreadN(3) β Spread row panel U and forward current column panel.
HPL_spreadT(3) β Spread row panel U and forward current column panel.
HPL_sum(3) β Combine (sum) two buffers.
HPL_timer(3) β Timer facility.
HPL_timer_cputime(3) β Return the CPU time.
HPL_timer_walltime(3) β Return the elapsed (wall-clock) time.
HPL_warn(3) β displays an error message.
HPL_xjumpm(3) β Compute constants to jump in the random sequence.
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
INFINITY(3) β floating-point constants
INFINITY(3) β ΠΊΠΎΠ½ΡΡΠ°Π½ΡΡ Π²Π΅Π»ΠΈΡΠΈΠ½ Ρ
INN::Config(3pm) β Export all the variables an INN Perl script might need
INN::Utils::Shlock(3pm) β Wrapper around the shlock program
INN::ovsqlite_client(3pm) β Talk to ovsqlite\-server from Perl
IO(3) β I/O routines
IOException(3) β PGF exception.
IO_URING_CHECK_VERSION(3) β functions and macros to check the liburing version
IO_URING_VERSION_MAJOR(3) β functions and macros to check the liburing version
IO_URING_VERSION_MINOR(3) β functions and macros to check the liburing version
IPAddressRange_new(3) β RFC 3779 IP address prefixes and ranges
Iarray(3o) β no description
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) β image format functions and macros
In_channel(3o) β Input channels.
InpxLoader(3) β The InpxLoader class.
Int(3o) β Integer values.
Int32(3o) β 32-bit integers.
Int64(3o) β 64-bit integers.
Int_replace_polymorphic_compare(3o) β no description
IsCursorKey(3) β keysym classification macros
J1BC(3)
J1C(3)
J1F(3)
J1FA(3)
J1FE(3)
J1L(3)
J1LE(3)
J1MU(3)
J1N(3)
J1NE(3)
J1P(3)
J1PE(3)
J1S(3)
J1T(3)
J1U(3)
JHSD(3)
JHSFA(3)
JHSG(3)
JHSI(3)
JLBC(3)
JLC(3)
JLD(3)
JLF(3)
JLFA(3)
JLFE(3)
JLG(3)
JLI(3)
JLL(3)
JLLE(3)
JLMU(3)
JLN(3)
JLNE(3)
JLP(3)
JLPE(3)
JSClose(3) β Joystick device closing
JSDriverQueryVersion(3) β Driver version retrieving
JSDriverVersion(3) β Driver version retrieving
JSFreeAttributesList(3) β Device attributes list deallocating
JSGetAttributesList(3) β Joystick device attribute retrieving
JSGetAxisCoeff(3) β Axis value retrieving
JSGetAxisCoeffNZ(3) β Axis value retrieving
JSGetButtonState(3) β Button state retrieving
JSInit(3) β Joystick device initialization
JSIntro(3) β Introduction to the Joystick Wrapper library (libjsw)
JSIsAxisAllocated(3) β Axis number validation
JSIsButtonAllocated(3) β Button number validation
JSLD(3)
JSLF(3)
JSLFA(3)
JSLG(3)
JSLI(3)
JSLL(3)
JSLN(3)
JSLP(3)
JSLoadCalibrationUNIX(3) β UNIX calibration file loading
JSLoadDeviceNamesUNIX(3) β UNIX calibration file loading
JSResetAllAxisTolorance(3) β Axis tolorance resetting
JSUpdate(3) β Joystick device management and updating
Judy(3)
Judy1(3)
Judy1ByCount(3)
Judy1Count(3)
Judy1First(3)
Judy1FirstEmpty(3)
Judy1FreeArray(3)
Judy1Last(3)
Judy1LastEmpty(3)
Judy1MemUsed(3)
Judy1Next(3)
Judy1NextEmpty(3)
Judy1Prev(3)
Judy1PrevEmpty(3)
Judy1Set(3)
Judy1Test(3)
Judy1Unset(3)
Judy1_funcs(3)
JudyHS(3)
JudyHSDel(3)
JudyHSFreeArray(3)
JudyHSGet(3)
JudyHSIns(3)
JudyHS_funcs(3)
JudyL(3)
JudyLByCount(3)
JudyLCount(3)
JudyLDel(3)
JudyLFirst(3)
JudyLFirstEmpty(3)
JudyLFreeArray(3)
JudyLGet(3)
JudyLIns(3)
JudyLLast(3)
JudyLLastEmpty(3)
JudyLMemUsed(3)
JudyLNext(3)
JudyLNextEmpty(3)
JudyLPrev(3)
JudyLPrevEmpty(3)
JudyL_funcs(3)
JudySL(3)
JudySLDel(3)
JudySLFirst(3)
JudySLFreeArray(3)
JudySLGet(3)
JudySLIns(3)
JudySLLast(3)
JudySLNext(3)
JudySLPrev(3)
JudySL_funcs(3)
LAPACK_version(3f)
LCD(3) β LCD controller
LOGIMPORT(3) β introduction to the library for importing data and creating a PCP archive
Lazy(3o) β Deferred computations.
Lazy_backtrack(3o) β no description
LessTifInternals(3) β LessTif Internal Functions
Lexer(3o) β The lexical analyzer
Lexing(3o) β The run-time library for lexers generated by ocamllex.
LibArchive(3) β The LibArchive class.
LibArchiveFileData(3) β The LibArchiveFileData class.
LibC.h(3)
Linkdeps(3o) β no description
List(3o) β List operations.
List.h(3)
ListLabels(3o) β List operations.
Load_path(3o) β Management of include directories.
Load_path.Dir(3o) β no description
Local_store(3o) β This module provides some facilities for creating references (and hash tables) which can easily be snapshotted and restored to an arbitrary version.
Locale::Po4a::AsciiDoc(3pm) β convert AsciiDoc documents from/to PO files
Locale::Po4a::BibTeX(3pm) β convert BibTeX documents from/to PO files
Locale::Po4a::Chooser(3pm) β manage po4a modules
Locale::Po4a::Common(3pm) β common parts of the po4a scripts and utils
Locale::Po4a::Debconf(3pm) β convert debconf templates from/to PO files
Locale::Po4a::Dia(3pm) β convert uncompressed Dia diagrams from/to PO files
Locale::Po4a::Docbook(3pm) β convert DocBook XML documents from/to PO files
Locale::Po4a::Gemtext(3pm) β convert Gemtext documents from/to PO files.
Locale::Po4a::Guide(3pm) β convert Guide XML documents from/to PO files
Locale::Po4a::Halibut(3pm) β convert Halibut documents and derivates from/to PO files
Locale::Po4a::Ini(3pm) β convert INI files from/to PO files
Locale::Po4a::KernelHelp(3pm) β convert kernel configuration help from/to PO files
Locale::Po4a::LaTeX(3pm) β convert LaTeX documents and derivates from/to PO files
Locale::Po4a::Man(3pm) β convert manual pages from/to PO files
Locale::Po4a::NewsDebian(3pm) β convert NEWS.Debian documents from/to PO files
Locale::Po4a::Org(3pm) β convert Org documents from/to PO files.
Locale::Po4a::Parser(3pm) β helper module to parse POD
Locale::Po4a::Po(3pm) β PO file manipulation module
Locale::Po4a::Pod(3pm) β convert POD data from/to PO files
Locale::Po4a::RubyDoc(3pm) β Convert Ruby Document data from/to PO files
Locale::Po4a::Sgml(3pm) β convert SGML documents from/to PO files
Locale::Po4a::SimplePod(3pm) β convert POD data from/to PO files, with Pod::Simple
Locale::Po4a::TeX(3pm) β convert TeX documents and derivatives from/to PO files
Locale::Po4a::Texinfo(3pm) β convert Texinfo documents and derivates from/to PO files
Locale::Po4a::Text(3pm) β convert text documents from/to PO files
Locale::Po4a::TransTractor(3pm) β generic trans(lator ex)tractor.
Locale::Po4a::VimHelp(3pm) β convert Vim help files from/to PO files.
Locale::Po4a::Wml(3pm) β convert WML (web markup language) documents from/to PO files
Locale::Po4a::Xhtml(3pm) β convert XHTML documents from/to PO files
Locale::Po4a::Xml(3pm) β convert XML documents and derivates from/to PO files
Locale::Po4a::Yaml(3pm) β convert YAML files from/to PO files
Location(3o) β Source code locations (ranges of positions), used in parsetree.
Location.Doc(3o) β no description
Longident(3o) β Long identifiers, used in parsetree.
LqrColDepth(3) β carver objects colour depth specification
LqrImageType(3) β carver objects image type (colour model) specification
LqrRetVal(3) β the return value of many Liquid Rescale library functions
MAX(3) β maximum or minimum of two values
MB_CUR_MAX(3) β ΠΌΠ°ΠΊΡΠΈΠΌΠ°Π»ΡΠ½Π°Ρ Π΄Π»ΠΈΠ½Π° ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π°, Π΄Π»Ρ ΡΠ΅ΠΊΡΡΠ΅ΠΉ Π»ΠΎΠΊΠ°Π»ΠΈ
MB_CUR_MAX(3) β maximum length of a multibyte character in the current locale
MB_LEN_MAX(3) β maximum multibyte length of a character across all locales
MB_LEN_MAX(3) β ΠΌΠ°ΠΊΡΠΈΠΌΠ°Π»ΡΠ½Π°Ρ Π΄Π»ΠΈΠ½Π° ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π°, Π΄Π»Ρ Π²ΡΠ΅Ρ
Π»ΠΎΠΊΠ°Π»Π΅ΠΉ
MD5(3) β MD4 and MD5 hash functions
MD5(3ossl) β MD2, MD4, and MD5 hash functions
MDC2_Init(3ossl) β MDC2 hash function
MLBookProc(3) β The MLBookProc class.
MLPlugin(3) β The MLPlugin class.
MOBIParser(3) β The MOBIParser class.
Map(3o) β Association tables over ordered types.
Map.Make(3o) β Functor building an implementation of the map structure given a totally ordered type.
Map.OrderedType(3o) β Input signature of the functor Map.Make.
Map.S(3o) β Output signature of the functor Map.Make.
Marshal(3o) β Marshaling of data structures.
Mat_Close(3) β Closes an open MATLAB MAT file.
Mat_CreateVer(3) β Creates a MATLAB MAT file.
Mat_GetDir(3) β Returns a list of the variable names of a MATLAB MAT file given a MAT file
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_VarAddStructField(3) β Adds a field to a structure array.
Mat_VarCreate(3) β Creates a MAT variable structure.
Mat_VarCreateStruct(3) β Creates a structure variable.
Mat_VarDelete(3) β Deletes a MAT variable from a file.
Mat_VarFree(3) β Frees a MAT variable structure.
Mat_VarGetNumberOfFields(3) β Gets the number of fields for a structure variable.
Mat_VarGetSize(3) β Calculates the size of a MAT variable in bytes.
Mat_VarGetStructFieldnames(3) β Get the fieldnames of a structure variable.
Mat_VarGetStructs(3) β Index a structure variable using slices of each dimension
Mat_VarGetStructsLinear(3) β Linearly index a structure variable
Mat_VarPrint(3) β Prints the information of a MAT variable to stdout.
Mat_VarRead(3) β Reads the information and data for a specific variable in a MATLAB MAT file.
Mat_VarReadInfo(3) β Reads the information for a specific variable in a MATLAB MAT file.
Mat_VarReadNext(3) β Reads the information and data for the next variable in a MATLAB MAT file.
Mat_VarReadNextInfo(3) β Reads the information for the next variable in a MATLAB MAT file.
Mat_VarWrite(3) β Writes a MATLAB variable to a MATLAB MAT file.
Mat_VarWriteAppend(3) β Writes/appends a MATLAB variable to an HDF5 format MATLAB MAT file.
MeasureChar(3)
Memory.h(3)
Misc(3o) β Miscellaneous useful types and functions
Misc.Color(3o) β Color support detection
Misc.Error_style(3o) β no description
Misc.Int_literal_converter(3o) β no description
Misc.Magic_number(3o) β no description
Misc.Stdlib(3o) β no description
Misc.Stdlib.Array(3o) β Extensions to the Array module
Misc.Stdlib.List(3o) β Extensions to the List module
Misc.Stdlib.Option(3o) β Extensions to the Option module
Misc.Stdlib.String(3o) β Extensions to the String module
Misc.Stdlib.String.Map(3o) β no description
Misc.Stdlib.String.Set(3o) β no description
Misc.Stdlib.String.Tbl(3o) β no description
Misc.Style(3o) β no description
Misc.Utf8_lexeme(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.
MrmCloseHierarchy(3) β Closes a UID hierarchy
MrmFetchBitmapLiteral(3) β Fetches a bitmap literal from a hierarchy
MrmFetchColorLiteral(3) β Fetches a named color literal from a UID file
MrmFetchIconLiteral(3) β Fetches an icon literal from a hierarchy
MrmFetchLiteral(3) β Fetches a literal from a UID file
MrmFetchSetValues(3) β Fetches the values to be set from literals stored in
MrmFetchWidget(3) β Fetches and creates an indexed (UIL named) application widget and its children
MrmFetchWidgetOverride(3) β Fetches any indexed (UIL named) application widget. It overrides the arguments specified for this application widget in UIL
MrmInitialize(3) β Prepares an application to use MRM widget-fetching facilities
MrmOpenHierarchy(3) β Allocates a hierarchy ID and opens all the UID files in
MrmOpenHierarchyFromBuffer(3) β Allocates a hierarchy ID and opens a buffer containing a memory image of a UID file
MrmOpenHierarchyPerDisplay(3) β Allocates a hierarchy ID and opens all the UID files in the hierarchy
MrmRegisterClass(3) β Saves the information needed for MRM to access the widget creation function for user-defined widgets
MrmRegisterNames(3) β Registers the values associated with the names referenced in UIL (for example, UIL callback function names or UIL identifier names)
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)
Mutex(3o) β Locks for mutual exclusion.
NAME_CONSTRAINTS_new(3) β X.509 CA name constraints extension
NBD(3) β OCaml bindings for libnbd.
NBD.ALLOW_TRANSPORT(3) β no description
NBD.Buffer(3) β Persistent buffer used in AIO calls.
NBD.CMD_FLAG(3) β no description
NBD.HANDSHAKE_FLAG(3) β no description
NBD.SHUTDOWN(3) β no description
NBD.SIZE(3) β no description
NBD.STRICT(3) β no description
NBD.TLS(3) β no description
NCONF_new_ex(3ossl) β functionality to Load and parse configuration files manually
NULL(3const) β null pointer constant
Nativeint(3o) β Processor-native integers.
NotesKeeper(3) β The NotesKeeper class.
Notifier(3)
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_create(3) β modify the table of ASN.1 object identifiers
OBJ_find_sigid_algs(3) β signature algorithm mappings
OBJ_nid2obj(3) β inspect and create ASN.1 object identifiers
OBJ_nid2obj(3ossl) β ASN1 object utility functions
OCSP_CRLID_new(3) β OCSP CRL extension
OCSP_REQUEST_new(3) β OCSP request functions
OCSP_REQUEST_new(3ossl) β OCSP request functions
OCSP_SERVICELOC_new(3) β OCSP service locator extension
OCSP_cert_to_id(3) β OCSP certificate ID utility functions
OCSP_cert_to_id(3ossl) β OCSP certificate ID utility functions
OCSP_request_add1_nonce(3) β OCSP nonce functions
OCSP_request_add1_nonce(3ossl) β OCSP nonce functions
OCSP_resp_find_status(3) β OCSP response utility functions
OCSP_resp_find_status(3ossl) β OCSP response utility functions
OCSP_response_status(3) β OCSP response functions
OCSP_response_status(3ossl) β OCSP response functions
OCSP_sendreq_new(3) β OCSP responder query functions
OCSP_sendreq_new(3ossl) β OCSP responder query functions
ODTParser(3) β The ODTParser class.
OPENSSL_Applink(3ossl) β glue between OpenSSL BIO and Win32 compiler run\-time
OPENSSL_FILE(3ossl) β generic C programming utility macros
OPENSSL_LH_COMPFUNC(3ossl) β dynamic hash table
OPENSSL_LH_stats(3ossl) β LHASH statistics
OPENSSL_VERSION_NUMBER(3) β get OpenSSL version number
OPENSSL_cleanse(3) β OpenSSL memory cleaning operation
OPENSSL_config(3) β simple crypto and ssl library configuration
OPENSSL_config(3ossl) β simple OpenSSL configuration functions
OPENSSL_fork_prepare(3ossl) β OpenSSL fork handlers
OPENSSL_gmtime(3ossl) β platform\-agnostic OpenSSL time routines
OPENSSL_hexchar2int(3ossl) β Hex encoding and decoding functions
OPENSSL_ia32cap(3ossl) β the x86[_64] processor capabilities vector
OPENSSL_init_crypto(3) β initialise the crypto library
OPENSSL_init_crypto(3ossl) β OpenSSL initialisation
OPENSSL_init_ssl(3) β initialise the crypto and ssl libraries
OPENSSL_init_ssl(3ossl) β OpenSSL (libssl and libcrypto) initialisation
OPENSSL_instrument_bus(3ossl) β instrument references to memory bus
OPENSSL_load_builtin_modules(3ossl) β add standard configuration modules
OPENSSL_load_u16_le(3ossl)
OPENSSL_malloc(3) β legacy OpenSSL memory allocation wrappers
OPENSSL_malloc(3ossl) β Memory allocation functions
OPENSSL_riscvcap(3ossl) β the RISC\-V processor capabilities vector
OPENSSL_s390xcap(3ossl) β the IBM z processor capabilities vector
OPENSSL_secure_malloc(3ossl) β secure heap storage
OPENSSL_sk_new(3) β variable-sized arrays of void pointers, called OpenSSL stacks
OPENSSL_strcasecmp(3ossl) β compare two strings ignoring case
OSSL_ALGORITHM(3ossl) β OpenSSL Core type to define a fetchable algorithm
OSSL_CALLBACK(3ossl) β OpenSSL Core type to define callbacks
OSSL_CMP_ATAV_set0(3ossl) β OSSL_CMP_ATAV utility functions
OSSL_CMP_CTX_new(3ossl) β functions for managing the CMP client context data structure
OSSL_CMP_HDR_get0_transactionID(3ossl) β functions manipulating CMP message headers
OSSL_CMP_ITAV_new_caCerts(3ossl) β CMP utility functions for handling specific genm and genp messages
OSSL_CMP_ITAV_set0(3ossl) β OSSL_CMP_ITAV utility functions
OSSL_CMP_MSG_get0_header(3ossl) β function(s) manipulating CMP messages
OSSL_CMP_MSG_http_perform(3ossl) β client\-side HTTP(S) transfer of a CMP request\-response pair
OSSL_CMP_SRV_CTX_new(3ossl) β generic functions to set up and control a CMP server
OSSL_CMP_STATUSINFO_new(3ossl) β function(s) for managing the CMP PKIStatus
OSSL_CMP_exec_certreq(3ossl) β functions implementing CMP client transactions
OSSL_CMP_log_open(3ossl) β functions for logging and error reporting
OSSL_CMP_validate_msg(3ossl) β functions for verifying CMP message protection
OSSL_CORE_MAKE_FUNC(3ossl) β OpenSSL reserved symbols
OSSL_CRMF_MSG_get0_tmpl(3ossl) β functions reading from CRMF CertReqMsg structures
OSSL_CRMF_MSG_set0_validity(3ossl) β functions populating and verifying CRMF CertReqMsg structures
OSSL_CRMF_MSG_set1_regCtrl_regToken(3ossl) β functions getting or setting CRMF Registration Controls
OSSL_CRMF_MSG_set1_regInfo_certReq(3ossl) β functions getting or setting CRMF Registration Info
OSSL_CRMF_pbmp_new(3ossl) β functions for producing Password\-Based MAC (PBM)
OSSL_DECODER(3ossl) β Decoder method routines
OSSL_DECODER_CTX(3ossl) β Decoder context routines
OSSL_DECODER_CTX_new_for_pkey(3ossl) β Decoder routines to decode EVP_PKEYs
OSSL_DECODER_from_bio(3ossl) β Routines to perform a decoding
OSSL_DISPATCH(3ossl) β OpenSSL Core type to define a dispatchable function table
OSSL_ENCODER(3ossl) β Encoder method routines
OSSL_ENCODER_CTX(3ossl) β Encoder context routines
OSSL_ENCODER_CTX_new_for_pkey(3ossl) β Encoder routines to encode EVP_PKEYs
OSSL_ENCODER_to_bio(3ossl) β Routines to perform an encoding
OSSL_ERR_STATE_save(3ossl) β saving and restoring error state
OSSL_ESS_check_signing_certs(3ossl) β Enhanced Security Services (ESS) functions
OSSL_GENERAL_NAMES_print(3ossl) β print GeneralNames in a human\-friendly, multi\-line
OSSL_HPKE_CTX_new(3ossl) β Hybrid Public Key Encryption (HPKE) functions
OSSL_HTTP_REQ_CTX(3ossl) β HTTP client low\-level functions
OSSL_HTTP_parse_url(3ossl) β http utility functions
OSSL_HTTP_transfer(3ossl) β HTTP client high\-level functions
OSSL_IETF_ATTR_SYNTAX(3ossl) β Accessors and setters for OSSL_IETF_ATTR_SYNTAX
OSSL_IETF_ATTR_SYNTAX_print(3ossl) β OSSL_IETF_ATTR_SYNTAX printing
OSSL_INDICATOR_set_callback(3ossl) β specify a callback for FIPS indicators
OSSL_ITEM(3ossl) β OpenSSL Core type for generic itemized data
OSSL_LIB_CTX(3ossl) β OpenSSL library context
OSSL_LIB_CTX_set_conf_diagnostics(3ossl) β Set and get configuration diagnostics
OSSL_PARAM(3ossl) β a structure to pass or request object parameters
OSSL_PARAM_BLD(3ossl) β functions to assist in the creation of OSSL_PARAM arrays
OSSL_PARAM_allocate_from_text(3ossl) β OSSL_PARAM construction utilities
OSSL_PARAM_dup(3ossl) β OSSL_PARAM array copy functions
OSSL_PARAM_int(3ossl) β OSSL_PARAM helpers
OSSL_PARAM_print_to_bio(3ossl) β OSSL_PARAM interrogation utilities
OSSL_PROVIDER(3ossl) β provider routines
OSSL_QUIC_client_method(3ossl) β Provide SSL_METHOD objects for QUIC enabled functions
OSSL_SELF_TEST_new(3ossl) β functionality to trigger a callback during a self test
OSSL_SELF_TEST_set_callback(3ossl) β specify a callback for processing self tests
OSSL_STORE_INFO(3ossl) β Functions to manipulate OSSL_STORE_INFO objects
OSSL_STORE_LOADER(3ossl) β Types and functions to manipulate, register and
OSSL_STORE_SEARCH(3ossl) β Type and functions to create OSSL_STORE search criteria
OSSL_STORE_attach(3ossl) β Functions to read objects from a BIO
OSSL_STORE_expect(3ossl) β Specify what object type is expected
OSSL_STORE_open(3ossl) β Types and functions to read objects from a URI
OSSL_sleep(3ossl) β delay execution for a specified number of milliseconds
OSSL_trace_enabled(3ossl) β OpenSSL Tracing API
OSSL_trace_get_category_num(3ossl) β OpenSSL tracing information functions
OSSL_trace_set_channel(3ossl) β Enabling trace output
OWNet(3)
Obj(3o) β Operations on internal representations of values.
Obj.Ephemeron(3o) β no description
Obj.Extension_constructor(3o) β no description
Object(3) β The Object widget class
Object(3) β X Toolkit base object
Object.h(3)
Ocaml_operators(3o) β Precedence level and associativity of operators
Oo(3o) β Operations on objects
OpenBook(3) β The OpenBook class.
OpenSSL_add_all_algorithms(3) β add algorithms to internal table
OpenSSL_add_all_algorithms(3ossl)
OpenSSL_version(3ossl) β get OpenSSL version number and other information
Option(3o) β Option values.
Out_channel(3o) β Output channels.
OverrideShell(3) β core widget from X toolkit
OverrideShell(3) β The OverrideShell widget class
PAPIF_accum(3) β accumulate and reset counters in an event set
PAPIF_add_event(3) β add PAPI preset or native hardware event to an event set
PAPIF_add_events(3) β add multiple PAPI presets or native hardware events to an event set
PAPIF_add_named_event(3) β add PAPI preset or native hardware event to an event set by name
PAPIF_assign_eventset_component(3) β assign a component index to an existing but empty EventSet
PAPIF_cleanup_eventset(3) β empty and destroy an EventSet
PAPIF_create_eventset(3) β create a new empty PAPI EventSet
PAPIF_destroy_eventset(3) β empty and destroy an EventSet
PAPIF_enum_dev_type(3) β returns handle of next device type
PAPIF_enum_event(3) β Return the number of events in an event set.
PAPIF_epc(3) β Get named events per cycle, real and processor time, reference and core cycles.
PAPIF_event_code_to_name(3) β Convert a numeric hardware event code to a name.
PAPIF_event_name_to_code(3) β Convert a name to a numeric hardware event code.
PAPIF_flips_rate(3) β Simplified call to get Mflips/s (floating point instruction rate), real and processor time.
PAPIF_flops_rate(3) β Simplified call to get Mflops/s (floating point instruction rate), real and processor time.
PAPIF_get_clockrate(3) β Get the clockrate in MHz for the current cpu.
PAPIF_get_dev_attr(3) β returns device attributes
PAPIF_get_dev_type_attr(3) β returns device type attributes
PAPIF_get_dmem_info(3) β get information about the dynamic memory usage of the current program
PAPIF_get_domain(3) β Get the domain setting for the specified EventSet.
PAPIF_get_event_info(3) β Get the event's name and description info.
PAPIF_get_exe_info(3) β get information about the dynamic memory usage of the current program
PAPIF_get_granularity(3) β Get the granularity setting for the specified EventSet.
PAPIF_get_hardware_info(3) β get information about the system hardware
PAPIF_get_multiplex(3) β Get the multiplexing status of specified event set.
PAPIF_get_preload(3) β Get the LD_PRELOAD environment variable.
PAPIF_get_real_cyc(3) β Get real time counter value in clock cycles.
PAPIF_get_real_nsec(3) β Get real time counter value in nanoseconds.
PAPIF_get_real_usec(3) β Get real time counter value in microseconds.
PAPIF_get_virt_cyc(3) β Get virtual time counter value in clock cycles.
PAPIF_get_virt_usec(3) β Get virtual time counter value in microseconds.
PAPIF_ipc(3) β Get instructions per cycle, real and processor time.
PAPIF_is_initialized(3) β Check for initialization.
PAPIF_library_init(3) β Initialize the PAPI library.
PAPIF_lock(3) β Lock one of two mutex variables defined in papi.h.
PAPIF_multiplex_init(3) β Initialize multiplex support in the PAPI library.
PAPIF_num_cmp_hwctrs(3) β Return the number of hardware counters on the specified component.
PAPIF_num_events(3) β Enumerate PAPI preset or native events.
PAPIF_num_hwctrs(3) β Return the number of hardware counters on the cpu.
PAPIF_perror(3) β Convert PAPI error codes to strings, and print error message to stderr.
PAPIF_query_event(3) β Query if PAPI event exists.
PAPIF_query_named_event(3) β Query if named PAPI event exists.
PAPIF_rate_stop(3) β Stop a running event set of a rate function.
PAPIF_read(3) β Read hardware counters from an event set.
PAPIF_read_ts(3) β Read hardware counters with a timestamp.
PAPIF_register_thread(3) β Notify PAPI that a thread has 'appeared'.
PAPIF_remove_event(3) β Remove a hardware event from a PAPI event set.
PAPIF_remove_events(3) β Remove an array of hardware event codes from a PAPI event set.
PAPIF_remove_named_event(3) β Remove a named hardware event from a PAPI event set.
PAPIF_reset(3) β Reset the hardware event counts in an event set.
PAPIF_set_cmp_domain(3) β Set the default counting domain for new event sets bound to the specified component.
PAPIF_set_cmp_granularity(3) β Set the default counting granularity for eventsets bound to the specified component.
PAPIF_set_debug(3) β Set the current debug level for error output from PAPI.
PAPIF_set_domain(3) β Set the default counting domain for new event sets bound to the cpu component.
PAPIF_set_event_domain(3) β Set the default counting domain for specified EventSet.
PAPIF_set_granularity(3) β Set the default counting granularity for eventsets bound to the cpu component.
PAPIF_set_inherit(3) β Turn on inheriting of counts from daughter to parent process.
PAPIF_set_multiplex(3) β Convert a standard event set to a multiplexed event set.
PAPIF_shutdown(3) β finish using PAPI and free all related resources.
PAPIF_start(3) β Start counting hardware events in an event set.
PAPIF_state(3) β Return the counting state of an EventSet.
PAPIF_stop(3) β Stop counting hardware events in an EventSet.
PAPIF_thread_id(3) β Get the thread identifier of the current thread.
PAPIF_thread_init(3) β Initialize thread support in the PAPI library.
PAPIF_unlock(3) β Unlock one of the mutex variables defined in papi.h.
PAPIF_unregister_thread(3) β Notify PAPI that a thread has 'disappeared'.
PAPIF_write(3) β Write counter values into counters.
PAPI_accum(3) β Accumulate and reset counters in an EventSet.
PAPI_add_event(3) β add PAPI preset or native hardware event to an event set
PAPI_add_events(3) β add multiple PAPI presets or native hardware events to an event set
PAPI_add_named_event(3) β add PAPI preset or native hardware event by name to an EventSet
PAPI_addr_range_option_t(3) β address range specification for range restricted counting if both are zero, range is disabled
PAPI_address_map_t(3) β get the executable's address space info
PAPI_all_thr_spec_t(3)
PAPI_assign_eventset_component(3) β Assign a component index to an existing but empty EventSet.
PAPI_attach(3) β Attach PAPI event set to the specified thread id.
PAPI_attach_option_t(3)
PAPI_cleanup_eventset(3) β Empty and destroy an EventSet.
PAPI_component_info_t(3)
PAPI_cpu_option_t(3)
PAPI_create_eventset(3) β Create a new empty PAPI EventSet.
PAPI_debug_option_t(3)
PAPI_destroy_eventset(3) β Empty and destroy an EventSet.
PAPI_detach(3) β Detach PAPI event set from previously specified thread id and restore to executing thread.
PAPI_disable_component(3) β disables the specified component
PAPI_disable_component_by_name(3) β disables the named component
PAPI_dmem_info_t(3) β A pointer to the following is passed to PAPI_get_dmem_info()
PAPI_domain_option_t(3)
PAPI_enum_cmp_event(3) β Enumerate PAPI preset or native events for a given component.
PAPI_enum_dev_type(3) β returns handle of next device type
PAPI_enum_event(3) β Enumerate PAPI preset or native events.
PAPI_epc(3) β Simplified call to get arbitrary events per cycle, real and processor time.
PAPI_event_code_to_name(3) β Convert a numeric hardware event code to a name.
PAPI_event_info_t(3)
PAPI_event_name_to_code(3) β Convert a name to a numeric hardware event code.
PAPI_exe_info_t(3) β get the executable's info
PAPI_flips_rate(3) β Simplified call to get Mflips/s (floating point instruction rate), real and processor time.
PAPI_flops_rate(3) β Simplified call to get Mflops/s (floating point operation rate), real and processor time.
PAPI_get_cmp_opt(3) β Get component specific PAPI options.
PAPI_get_component_index(3) β returns the component index for the named component
PAPI_get_component_info(3) β get information about a specific software component
PAPI_get_dev_attr(3) β returns device attributes
PAPI_get_dev_type_attr(3) β returns device type attributes
PAPI_get_dmem_info(3) β Get information about the dynamic memory usage of the current program.
PAPI_get_event_component(3) β return component an event belongs to
PAPI_get_event_info(3) β Get the event's name and description info.
PAPI_get_eventset_component(3) β return index for component an eventset is assigned to
PAPI_get_executable_info(3) β Get the executable's address space info.
PAPI_get_hardware_info(3) β get information about the system hardware
PAPI_get_multiplex(3) β Get the multiplexing status of specified event set.
PAPI_get_opt(3) β Get PAPI library or event set options.
PAPI_get_overflow_event_index(3) β converts an overflow vector into an array of indexes to overflowing events
PAPI_get_real_cyc(3) β get real time counter value in clock cycles Returns the total real time passed since some arbitrary starting point. The time is returned in clock cycles. This call is equivalent to wall clock time.
PAPI_get_real_nsec(3) β Get real time counter value in nanoseconds.
PAPI_get_real_usec(3) β get real time counter value in microseconds
PAPI_get_shared_lib_info(3) β Get address info about the shared libraries used by the process.
PAPI_get_thr_specific(3) β Retrieve a pointer to a thread specific data structure.
PAPI_get_virt_cyc(3) β get virtual time counter value in clock cycles
PAPI_get_virt_nsec(3) β Get virtual time counter values in nanoseconds.
PAPI_get_virt_usec(3) β get virtual time counter values in microseconds
PAPI_granularity_option_t(3)
PAPI_hl_read(3) β Read performance events inside of a region and store the difference to the corresponding beginning of the region.
PAPI_hl_region_begin(3) β Read performance events at the beginning of a region.
PAPI_hl_region_end(3) β Read performance events at the end of a region and store the difference to the corresponding beginning of the region.
PAPI_hl_stop(3) β Stop a running high-level event set.
PAPI_hw_info_t(3) β Hardware info structure.
PAPI_inherit_option_t(3)
PAPI_ipc(3) β Simplified call to get instructions per cycle, real and processor time.
PAPI_is_initialized(3) β check for initialization
PAPI_itimer_option_t(3)
PAPI_library_init(3) β initialize the PAPI library.
PAPI_list_events(3) β list the events in an event set
PAPI_list_threads(3) β List the registered thread ids.
PAPI_lock(3) β Lock one of two mutex variables defined in papi.h.
PAPI_mh_cache_info_t(3)
PAPI_mh_info_t(3) β mh for mem hierarchy maybe?
PAPI_mh_level_t(3)
PAPI_mh_tlb_info_t(3)
PAPI_mpx_info_t(3)
PAPI_multiplex_init(3) β Initialize multiplex support in the PAPI library.
PAPI_multiplex_option_t(3)
PAPI_num_cmp_hwctrs(3) β Return the number of hardware counters for the specified component.
PAPI_num_components(3) β Get the number of components available on the system.
PAPI_num_events(3) β Return the number of events in an event set.
PAPI_num_hwctrs(3) β Return the number of hardware counters on the cpu.
PAPI_option_t(3) β A pointer to the following is passed to PAPI_set/get_opt()
PAPI_overflow(3) β Set up an event set to begin registering overflows.
PAPI_perror(3) β Produces a string on standard error, describing the last library error.
PAPI_preload_info_t(3)
PAPI_profil(3) β Generate a histogram of hardware counter overflows vs. PC addresses.
PAPI_query_event(3) β Query if PAPI event exists.
PAPI_query_named_event(3) β Query if a named PAPI event exists.
PAPI_rate_stop(3) β Stop a running event set of a rate function.
PAPI_read(3) β Read hardware counters from an event set.
PAPI_read_ts(3) β Read hardware counters with a timestamp.
PAPI_register_thread(3) β Notify PAPI that a thread has 'appeared'.
PAPI_remove_event(3) β removes a hardware event from a PAPI event set.
PAPI_remove_events(3) β Remove an array of hardware event codes from a PAPI event set.
PAPI_remove_named_event(3) β removes a named hardware event from a PAPI event set.
PAPI_reset(3) β Reset the hardware event counts in an event set.
PAPI_set_cmp_domain(3) β Set the default counting domain for new event sets bound to the specified component.
PAPI_set_cmp_granularity(3) β Set the default counting granularity for eventsets bound to the specified component.
PAPI_set_debug(3) β Set the current debug level for error output from PAPI.
PAPI_set_domain(3) β Set the default counting domain for new event sets bound to the cpu component.
PAPI_set_granularity(3) β Set the default counting granularity for eventsets bound to the cpu component.
PAPI_set_multiplex(3) β Convert a standard event set to a multiplexed event set.
PAPI_set_opt(3) β Set PAPI library or event set options.
PAPI_set_thr_specific(3) β Store a pointer to a thread specific data structure.
PAPI_shlib_info_t(3)
PAPI_shutdown(3) β Finish using PAPI and free all related resources.
PAPI_sprofil(3) β Generate PC histogram data from multiple code regions where hardware counter overflow occurs.
PAPI_sprofil_t(3)
PAPI_start(3) β Start counting hardware events in an event set.
PAPI_state(3) β Return the counting state of an EventSet.
PAPI_stop(3) β Stop counting hardware events in an event set.
PAPI_strerror(3) β Returns a string describing the PAPI error code.
PAPI_thread_id(3) β Get the thread identifier of the current thread.
PAPI_thread_init(3) β Initialize thread support in the PAPI library.
PAPI_unlock(3) β Unlock one of the mutex variables defined in papi.h.
PAPI_unregister_thread(3) β Notify PAPI that a thread has 'disappeared'.
PAPI_write(3) β Write counter values into counters.
PAPIf_hl_read(3) β Reads and stores hardware events inside of an instrumented code region.
PAPIf_hl_region_begin(3) β Reads and stores hardware events at the beginning of an instrumented code region.
PAPIf_hl_region_end(3) β Reads and stores hardware events at the end of an instrumented code region.
PAPIf_hl_stop(3) β Stop a running high-level event set.
PBMAC1_get1_pbkdf2_param(3ossl) β Function to manipulate a PBMAC1
PCPIntro(3) β introduction to the Performance Co-Pilot (PCP) libraries
PDFParser(3) β The PDFParser class.
PEM_ASN1_read(3) β PEM and DER decode an arbitrary ASN.1 value
PEM_X509_INFO_read_bio(3) β PEM and DER decode X.509 certificates, private keys, and revocation lists
PEM_X509_INFO_read_bio_ex(3ossl) β read PEM\-encoded data structures into one or more X509_INFO objects
PEM_bytes_read_bio(3) β read a PEM-encoded data structure from a BIO
PEM_bytes_read_bio(3ossl) β read a PEM\-encoded data structure from a BIO
PEM_read(3) β PEM encoding routines
PEM_read(3ossl) β PEM encoding routines
PEM_read_CMS(3ossl) β PEM object encoding routines
PEM_read_SSL_SESSION(3) β encode and decode SSL session objects in PEM format
PEM_read_bio_PrivateKey(3) β PEM routines
PEM_read_bio_PrivateKey(3ossl) β PEM routines
PEM_read_bio_ex(3ossl) β read PEM format files with custom processing
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
PGFHeader(3) β PGF header.
PGFMagicVersion(3) β PGF identification and version.
PGFPostHeader(3) β Optional PGF post-header.
PGFPreHeader(3) β PGF pre-header.
PGFRect(3) β Rectangle.
PGFVersionNumber(3) β version number stored in header since major version 7
PGFimage.cpp(3) β PGF image class implementation.
PGFimage.h(3) β PGF image class.
PGFplatform.h(3) β PGF platform specific definitions.
PGFstream.cpp(3) β PGF stream class implementation.
PGFstream.h(3) β PGF stream class.
PGFtypes.h(3) β PGF definitions.
PKCS12_PBE_keyivgen(3ossl) β PKCS#12 Password based encryption
PKCS12_SAFEBAG_create_cert(3ossl) β Create PKCS#12 safeBag objects
PKCS12_SAFEBAG_get0_attrs(3ossl) β Retrieve attributes from a PKCS#12 safeBag
PKCS12_SAFEBAG_get1_cert(3ossl) β Get objects from a PKCS#12 safeBag
PKCS12_SAFEBAG_new(3) β PKCS#12 container for one piece of information
PKCS12_SAFEBAG_set0_attrs(3ossl) β Set attributes for a PKCS#12 safeBag
PKCS12_add1_attr_by_NID(3ossl) β Add an attribute to a PKCS#12
PKCS12_add_CSPName_asc(3ossl) β Add a Microsoft CSP Name attribute to a PKCS#12 safeBag
PKCS12_add_cert(3ossl) β Add an object to a set of PKCS#12 safeBags
PKCS12_add_friendlyname_asc(3ossl) β Functions to add the friendlyname attribute to a
PKCS12_add_localkeyid(3ossl) β Add the localKeyId attribute to a PKCS#12 safeBag
PKCS12_add_safe(3ossl) β Create and add objects to a PKCS#12 structure
PKCS12_create(3) β create a PKCS#12 structure
PKCS12_create(3ossl) β create a PKCS#12 structure
PKCS12_decrypt_skey(3ossl) β PKCS12 shrouded keyBag
PKCS12_gen_mac(3ossl)
PKCS12_get_friendlyname(3ossl) β Retrieve the friendlyname attribute from a PKCS#12 safeBag
PKCS12_init(3ossl) β Create a new empty PKCS#12 structure
PKCS12_item_decrypt_d2i(3ossl) β PKCS12 item
PKCS12_key_gen_utf8_ex(3ossl) β PKCS#12 Password based key derivation
PKCS12_new(3) β PKCS#12 personal information exchange (PFX)
PKCS12_newpass(3) β change the password of a PKCS#12 structure
PKCS12_newpass(3ossl) β change the password of a PKCS12 structure
PKCS12_pack_p7encdata(3ossl) β Pack a set of PKCS#12 safeBags
PKCS12_parse(3) β parse a PKCS#12 structure
PKCS12_parse(3ossl) β parse a PKCS#12 structure
PKCS5_PBE_keyivgen(3ossl) β PKCS#5 Password based encryption routines
PKCS5_PBKDF2_HMAC(3) β password based derivation routines with salt and iteration count
PKCS5_PBKDF2_HMAC(3ossl) β password based derivation routines with salt and iteration count
PKCS7_add_attribute(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_decrypt(3) β decrypt content from a PKCS#7 envelopedData structure
PKCS7_decrypt(3ossl) β decrypt content from a PKCS#7 envelopedData structure
PKCS7_encrypt(3) β create a PKCS#7 envelopedData structure
PKCS7_encrypt(3ossl) β create a PKCS#7 envelopedData structure
PKCS7_final(3) β read data from a BIO into a ContentInfo object
PKCS7_get_octet_string(3ossl) β return octet string from a PKCS#7 envelopedData structure
PKCS7_get_signer_info(3) β retrieve signerInfos from a SignedData object
PKCS7_new(3) β PKCS#7 data structures
PKCS7_set_content(3) β set the nested contentInfo in a PKCS#7 structure
PKCS7_set_type(3) β initialize type of PKCS#7 ContentInfo
PKCS7_sign(3) β create a PKCS#7 signedData structure
PKCS7_sign(3ossl) β create a PKCS#7 signedData structure
PKCS7_sign_add_signer(3) β add a signer to a SignedData structure
PKCS7_sign_add_signer(3ossl) β add information to PKCS7 structure
PKCS7_type_is_other(3ossl) β determine content type of PKCS#7 envelopedData structure
PKCS7_verify(3) β verify a PKCS#7 signedData structure
PKCS7_verify(3ossl) β verify a PKCS#7 signedData structure
PKCS8_PRIV_KEY_INFO_new(3) β PKCS#8 private key information
PKCS8_encrypt(3ossl) β PKCS8 encrypt/decrypt functions
PKCS8_pkey_add1_attr(3ossl) β PKCS8 attribute functions
PKCS8_pkey_set0(3) β change and inspect PKCS#8 PrivateKeyInfo objects
PKEY_USAGE_PERIOD_new(3) β X.509 certificate private key usage period extension
PMAPI(3) β introduction to the Performance Metrics Application Programming Interface
PMAPI_INTERNAL(3) β internal details for the Performance Metrics Application Programming Interface
PMDA(3) β introduction to the Performance Metrics Domain Agent support library
PMWEBAPI(3) β introduction to the Performance Metrics Web Application Programming Interface
POLICYINFO_new(3) β X.509 certificate policies
Pair(3o) β Operations on pairs.
Parse(3o) β Entry points in the parser
Parser(3o) β no description
Parser.Incremental(3o) β no description
Parser.MenhirInterpreter(3o) β no description
Parsetree(3o) β Abstract syntax tree produced by parsing
Parsing(3o) β The run-time library for parsers generated by ocamlyacc.
Pparse(3o) β Driver for the parser and external preprocessors.
Pprintast(3o) β Pretty-printers for Parsetree
Pprintast.Doc(3o) β Format_doc functions for error messages
Pqueue(3o) β Priority queues.
Pqueue.MakeMax(3o) β Functor building an implementation of the max-priority queue structure given a totally ordered type for elements.
Pqueue.MakeMaxPoly(3o) β Functor building an implementation of max-priority queues given a totally ordered type for the elements.
Pqueue.MakeMin(3o) β Functor building an implementation of the min-priority queue structure given a totally ordered type for elements.
Pqueue.MakeMinPoly(3o) β Functor building an implementation of min-priority queues given a totally ordered type for the elements.
Pqueue.Max(3o) β Output signature of the functor Pqueue.MakeMax.
Pqueue.MaxPoly(3o) β Output signature of the functor Pqueue.MakeMaxPoly.
Pqueue.Min(3o) β Output signature of the functor Pqueue.MakeMin.
Pqueue.MinPoly(3o) β Output signature of the functor Pqueue.MakeMinPoly.
Pqueue.OrderedPolyType(3o) β Input signature of the functors Pqueue.MakeMinPoly and Pqueue.MakeMaxPoly.
Pqueue.OrderedType(3o) β Input signature of the functors Pqueue.MakeMin and Pqueue.MakeMax.
Printast(3o) β Raw printer for Parsetree
Printexc(3o) β Facilities for printing exceptions and inspecting current call stack.
Printexc.Slot(3o) β no description
Printf(3o) β Formatted output functions.
Process.h(3)
Profile(3o) β Compiler performance recording
QMC(3) β library for managing groups of Performance Co-Pilot metrics
QmcContext(3) β container for a PMAPI context and its metrics
QmcDesc(3) β container for a metric description
QmcGroup(3) β container representing a single fetch group of metrics from
QmcIndom(3) β container for a instance domain description
QmcMetric(3) β container for a metric and all its values
QmcSource(3) β manages contexts created by all groups
Queue(3o) β First-in first-out queues.
RAND_add(3) β manipulate the PRNG state
RAND_add(3ossl) β add randomness to the PRNG or get its status
RAND_bytes(3) β generate random data
RAND_bytes(3ossl) β generate random data
RAND_cleanup(3ossl) β erase the PRNG state
RAND_egd(3ossl) β query entropy gathering daemon
RAND_get0_primary(3ossl) β get access to the global EVP_RAND_CTX instances
RAND_load_file(3) β PRNG seed file
RAND_load_file(3ossl) β PRNG seed file
RAND_set_DRBG_type(3ossl) β specify the global random number generator types
RAND_set_rand_method(3) β select RAND method
RAND_set_rand_method(3ossl) β select RAND method
RC2_encrypt(3) β low-level functions for Rivest Cipher 2
RC4(3) β RC4 encryption
RC4_set_key(3ossl) β RC4 encryption
RIPEMD160(3) β RIPEMD-160 hash function
RIPEMD160_Init(3ossl)
ROIBlockHeader(3) β Block header used with ROI coding scheme.
ROIBlockHeader_RBH(3) β Named ROI block header (part of the union)
RSA_PSS_PARAMS_new(3) β probabilistic signature scheme with RSA hashing
RSA_blinding_on(3) β protect the RSA operation from timing attacks
RSA_blinding_on(3ossl) β protect the RSA operation from timing attacks
RSA_check_key(3) β validate private RSA keys
RSA_check_key(3ossl) β validate private RSA keys
RSA_generate_key(3) β generate RSA key pair
RSA_generate_key(3ossl) β generate RSA key pair
RSA_get0_key(3) β get and set data in an RSA object
RSA_get0_key(3ossl) β Routines for getting and setting data in an RSA object
RSA_get_ex_new_index(3) β add application specific data to RSA objects
RSA_meth_new(3) β build up RSA methods
RSA_meth_new(3ossl) β Routines to build up RSA methods
RSA_new(3) β allocate and free RSA objects
RSA_new(3ossl) β allocate and free RSA objects
RSA_padding_add_PKCS1_type_1(3) β asymmetric encryption padding
RSA_padding_add_PKCS1_type_1(3ossl) β asymmetric encryption
RSA_pkey_ctx_ctrl(3) β RSA private key control operations
RSA_print(3) β print cryptographic parameters
RSA_print(3ossl) β print cryptographic parameters
RSA_private_encrypt(3) β low level signature operations
RSA_private_encrypt(3ossl) β low\-level signature operations
RSA_public_encrypt(3) β RSA public key cryptography
RSA_public_encrypt(3ossl) β RSA public key cryptography
RSA_security_bits(3) β get security strength
RSA_set_method(3) β select RSA method
RSA_set_method(3ossl) β select RSA method
RSA_sign(3) β RSA signatures
RSA_sign(3ossl) β RSA signatures
RSA_sign_ASN1_OCTET_STRING(3) β RSA signatures
RSA_sign_ASN1_OCTET_STRING(3ossl) β RSA signatures
RSA_size(3) β get the RSA modulus size
RSA_size(3ossl) β get RSA modulus size or security bits
RTCBufferType(3embree4)
RTCCurveFlags(3embree4)
RTCFeatureFlags(3embree4)
RTCFormat(3embree4)
RTCHit(3embree4)
RTCHitN(3embree4)
RTCQuaternionDecomposition(3embree4)
RTCRay(3embree4)
RTCRayHit(3embree4)
RTCRayHitN(3embree4)
RTCRayN(3embree4)
RTC_GEOMETRY_TYPE_CURVE(3embree4)
RTC_GEOMETRY_TYPE_GRID(3embree4)
RTC_GEOMETRY_TYPE_INSTANCE(3embree4)
RTC_GEOMETRY_TYPE_INSTANCE_ARRAY(3embree4)
RTC_GEOMETRY_TYPE_POINT(3embree4)
RTC_GEOMETRY_TYPE_QUAD(3embree4)
RTC_GEOMETRY_TYPE_SUBDIVISION(3embree4)
RTC_GEOMETRY_TYPE_TRIANGLE(3embree4)
RTC_GEOMETRY_TYPE_USER(3embree4)
RTFParser(3) β The RTFParser class.
Random(3o) β Pseudo-random number generators (PRNG).
Random.State(3o) β no description
Rect(3) β Rect from X Toolkit
RectObj(3) β The RectObj widget class
RefreshCollection(3) β The RefreshCollection class.
RegExp(3)
RemoveBook(3) β The RemoveBook class.
ReplaceTagItem(3) β The ReplaceTagItem class.
Repr(3o) β Functions defined on the low-level representations of values.
Result(3o) β Result values.
Result.Syntax(3o) β Binding operators.
RlwrapFilter(3pm) β Perl class for rlwrap filters
Runtime_events(3o) β Runtime events - ring buffer-based runtime tracing
Runtime_events.Callbacks(3o) β no description
Runtime_events.Timestamp(3o) β no description
Runtime_events.Type(3o) β no description
Runtime_events.User(3o) β no description
SCT_new(3ossl) β A Certificate Transparency Signed Certificate Timestamp
SCT_print(3ossl)
SCT_validate(3ossl)
SDLCALL(3) β A macro to set a function\(aqs calling conventions.
SDLKey(3) β SDL Keysym Definitions
SDLMAIN_DECLSPEC(3) β A macro to tag a main entry point function as exported.
SDL_ACQUIRE(3) β Wrapper around Clang thread safety analysis annotations.
SDL_ACQUIRED_AFTER(3) β Wrapper around Clang thread safety analysis annotations.
SDL_ACQUIRED_BEFORE(3) β Wrapper around Clang thread safety analysis annotations.
SDL_ACQUIRE_SHARED(3) β Wrapper around Clang thread safety analysis annotations.
SDL_ALIGNED(3) β A macro to specify data alignment.
SDL_ALLOC_SIZE(3) β A macro to tag a function as returning a certain allocation.
SDL_ALPHA_OPAQUE(3) β A fully opaque 8-bit alpha value.
SDL_ALPHA_OPAQUE_FLOAT(3) β A fully opaque floating point alpha value.
SDL_ALPHA_TRANSPARENT(3) β A fully transparent 8-bit alpha value.
SDL_ALPHA_TRANSPARENT_FLOAT(3) β A fully transparent floating point alpha value.
SDL_ALTIVEC_INTRINSICS(3) β Defined if (and only if) the compiler supports PowerPC Altivec intrinsics.
SDL_ANALYZER_NORETURN(3) β A macro to tag a function as never-returning (for analysis purposes).
SDL_ANDROID_EXTERNAL_STORAGE_READ(3) β See the official Android developer guide for more information: http://developer.android.com/guide/topics/data/data-storage.html
SDL_ANDROID_EXTERNAL_STORAGE_WRITE(3) β See the official Android developer guide for more information: http://developer.android.com/guide/topics/data/data-storage.html
SDL_ASSERT_CAPABILITY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_ASSERT_FILE(3) β A macro that reports the current file being compiled, for use in assertions.
SDL_ASSERT_LEVEL(3) β The level of assertion aggressiveness.
SDL_ASSERT_SHARED_CAPABILITY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_AUDIO_BITSIZE(3) β Retrieve the size, in bits, from an
SDL_AUDIO_BYTESIZE(3) β Retrieve the size, in bytes, from an
SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK(3) β A value used to request a default playback audio device.
SDL_AUDIO_DEVICE_DEFAULT_RECORDING(3) β A value used to request a default recording audio device.
SDL_AUDIO_FRAMESIZE(3) β Calculate the size of each audio frame (in bytes) from an
SDL_AUDIO_ISBIGENDIAN(3) β Determine if an
SDL_AUDIO_ISFLOAT(3) β Determine if an
SDL_AUDIO_ISINT(3) β Determine if an
SDL_AUDIO_ISLITTLEENDIAN(3) β Determine if an
SDL_AUDIO_ISSIGNED(3) β Determine if an
SDL_AUDIO_ISUNSIGNED(3) β Determine if an
SDL_AUDIO_MASK_BIG_ENDIAN(3) β Mask of bits in an
SDL_AUDIO_MASK_BITSIZE(3) β Mask of bits in an
SDL_AUDIO_MASK_FLOAT(3) β Mask of bits in an
SDL_AUDIO_MASK_SIGNED(3) β Mask of bits in an
SDL_AVX2_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel AVX2 intrinsics.
SDL_AVX512F_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel AVX-512F intrinsics.
SDL_AVX_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel AVX intrinsics.
SDL_AcquireCameraFrame(3) β Acquire a frame.
SDL_AcquireGPUCommandBuffer(3) β Acquire a command buffer.
SDL_AcquireGPUSwapchainTexture(3) β Acquire a texture to use in presentation.
SDL_ActiveEvent(3) β Application visibility event structure
SDL_AddAtomicInt(3) β Add to an atomic variable.
SDL_AddAtomicU32(3) β Add to an atomic variable.
SDL_AddEventWatch(3) β Add a callback to be triggered when an event is added to the event queue.
SDL_AddGamepadMapping(3) β Add support for gamepads that SDL is unaware of or change the binding of an existing gamepad.
SDL_AddGamepadMappingsFromFile(3) β Load a set of gamepad mappings from a file.
SDL_AddGamepadMappingsFromIO(3) β Load a set of gamepad mappings from an
SDL_AddHintCallback(3) β Add a function to watch a particular hint.
SDL_AddSurfaceAlternateImage(3) β Add an alternate version of a surface.
SDL_AddTimer(3) β Call a callback function at a future time.
SDL_AddTimer(3) β Add a timer which will call a callback after the specified number of milliseconds has elapsed.
SDL_AddTimerNS(3) β Call a callback function at a future time.
SDL_AddVulkanRenderSemaphores(3) β Add a set of synchronization semaphores for the current frame.
SDL_AppEvent(3) β App-implemented event entry point for
SDL_AppEvent_func(3type) β Function pointer typedef for
SDL_AppInit(3) β App-implemented initial entry point for
SDL_AppInit_func(3type) β Function pointer typedef for
SDL_AppIterate(3) β App-implemented iteration entry point for
SDL_AppIterate_func(3type) β Function pointer typedef for
SDL_AppQuit(3) β App-implemented deinit entry point for
SDL_AppQuit_func(3type) β Function pointer typedef for
SDL_AppResult(3type) β Return values for optional main callbacks.
SDL_ArrayOrder(3type) β Array component order, low byte -> high byte.
SDL_AssertBreakpoint(3) β The macro used when an assertion triggers a breakpoint.
SDL_AssertData(3type) β Information about an assertion failure.
SDL_AssertState(3type) β Possible outcomes from a triggered assertion.
SDL_AssertionHandler(3type) β A callback that fires when an SDL assertion fails.
SDL_AsyncIO(3type) β The asynchronous I/O operation structure.
SDL_AsyncIOFromFile(3) β Use this function to create a new
SDL_AsyncIOOutcome(3type) β Information about a completed asynchronous I/O request.
SDL_AsyncIOQueue(3type) β A queue of completed asynchronous I/O tasks.
SDL_AsyncIOResult(3type) β Possible outcomes of an asynchronous I/O task.
SDL_AsyncIOTaskType(3type) β Types of asynchronous I/O tasks.
SDL_AtomicDecRef(3) β Decrement an atomic variable used as a reference count.
SDL_AtomicIncRef(3) β Increment an atomic variable used as a reference count.
SDL_AtomicInt(3type) β A type representing an atomic integer value.
SDL_AtomicU32(3type) β A type representing an atomic unsigned 32-bit value.
SDL_AttachVirtualJoystick(3) β Attach a new virtual joystick.
SDL_AudioCVT(3) β Audio Conversion Structure
SDL_AudioDeviceEvent(3type) β Audio device event structure (event.adevice.*)
SDL_AudioDeviceID(3type) β SDL Audio Device instance IDs.
SDL_AudioDevicePaused(3) β Use this function to query if an audio device is paused.
SDL_AudioFormat(3type) β Audio format.
SDL_AudioPostmixCallback(3type) β A callback that fires when data is about to be fed to an audio device.
SDL_AudioSpec(3) β Audio Specification Structure
SDL_AudioSpec(3type) β Format specifier for audio data.
SDL_AudioStream(3type) β The opaque handle that represents an audio stream.
SDL_AudioStreamCallback(3type) β A callback that fires when data passes through an
SDL_AudioStreamDataCompleteCallback(3type) β A callback that fires for completed
SDL_AudioStreamDevicePaused(3) β Use this function to query if an audio device associated with a stream is paused.
SDL_BIG_ENDIAN(3) β A value to represent bigendian byteorder.
SDL_BITSPERPIXEL(3) β A macro to determine an
SDL_BYTEORDER(3) β A macro that reports the target system\(aqs byte order.
SDL_BYTESPERPIXEL(3) β A macro to determine an
SDL_BeginGPUComputePass(3) β Begins a compute pass on a command buffer.
SDL_BeginGPUCopyPass(3) β Begins a copy pass on a command buffer.
SDL_BeginGPURenderPass(3) β Begins a render pass on a command buffer.
SDL_BindAudioStream(3) β Bind a single audio stream to an audio device.
SDL_BindAudioStreams(3) β Bind a list of audio streams to an audio device.
SDL_BindGPUComputePipeline(3) β Binds a compute pipeline on a command buffer for use in compute dispatch.
SDL_BindGPUComputeSamplers(3) β Binds texture-sampler pairs for use on the compute shader.
SDL_BindGPUComputeStorageBuffers(3) β Binds storage buffers as readonly for use on the compute pipeline.
SDL_BindGPUComputeStorageTextures(3) β Binds storage textures as readonly for use on the compute pipeline.
SDL_BindGPUFragmentSamplers(3) β Binds texture-sampler pairs for use on the fragment shader.
SDL_BindGPUFragmentStorageBuffers(3) β Binds storage buffers for use on the fragment shader.
SDL_BindGPUFragmentStorageTextures(3) β Binds storage textures for use on the fragment shader.
SDL_BindGPUGraphicsPipeline(3) β Binds a graphics pipeline on a render pass to be used in rendering.
SDL_BindGPUIndexBuffer(3) β Binds an index buffer on a command buffer for use with subsequent draw calls.
SDL_BindGPUVertexBuffers(3) β Binds vertex buffers on a command buffer for use with subsequent draw calls.
SDL_BindGPUVertexSamplers(3) β Binds texture-sampler pairs for use on the vertex shader.
SDL_BindGPUVertexStorageBuffers(3) β Binds storage buffers for use on the vertex shader.
SDL_BindGPUVertexStorageTextures(3) β Binds storage textures for use on the vertex shader.
SDL_BitmapOrder(3type) β Bitmap pixel order, high bit -> low bit.
SDL_BlendFactor(3type) β The normalized factor used to multiply pixel components.
SDL_BlendMode(3type) β A set of blend modes used in drawing operations.
SDL_BlendOperation(3type) β The blend operation used when combining source and destination pixel components.
SDL_BlitGPUTexture(3) β Blits from a source texture region to a destination texture region.
SDL_BlitSurface(3) β Performs a fast blit from the source surface to the destination surface with clipping.
SDL_BlitSurface(3) β This performs a fast blit from the source surface to the destination surface.
SDL_BlitSurface9Grid(3) β Perform a scaled blit using the 9-grid algorithm to a destination surface, which may be of a different format.
SDL_BlitSurfaceScaled(3) β Perform a scaled blit to a destination surface, which may be of a different format.
SDL_BlitSurfaceTiled(3) β Perform a tiled blit to a destination surface, which may be of a different format.
SDL_BlitSurfaceTiledWithScale(3) β Perform a scaled and tiled blit to a destination surface, which may be of a different format.
SDL_BlitSurfaceUnchecked(3) β Perform low-level surface blitting only.
SDL_BlitSurfaceUncheckedScaled(3) β Perform low-level surface scaled blitting only.
SDL_BroadcastCondition(3) β Restart all threads that are waiting on the condition variable.
SDL_BuildAudioCVT(3) β Initializes a SDL_AudioCVT structure for conversion
SDL_CACHELINE_SIZE(3) β A guess for the cacheline size used for padding.
SDL_CAPABILITY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_CD(3) β CDROM Drive Information
SDL_CDClose(3) β Closes a SDL_CD handle
SDL_CDEject(3) β Ejects a CDROM
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_CDOpen(3) β Opens a CD-ROM drive for access.
SDL_CDPause(3) β Pauses a CDROM
SDL_CDPlay(3) β Play a CD
SDL_CDPlayTracks(3) β Play the given CD track(s)
SDL_CDResume(3) β Resumes a CDROM
SDL_CDStatus(3) β Returns the current status of the given drive.
SDL_CDStop(3) β Stops a CDROM
SDL_CDtrack(3) β CD Track Information Structure
SDL_COLORSPACECHROMA(3) β A macro to retrieve the chroma sample location of an
SDL_COLORSPACEMATRIX(3) β A macro to retrieve the matrix coefficients of an
SDL_COLORSPACEPRIMARIES(3) β A macro to retrieve the primaries of an
SDL_COLORSPACERANGE(3) β A macro to retrieve the range of an
SDL_COLORSPACETRANSFER(3) β A macro to retrieve the transfer characteristics of an
SDL_COLORSPACETYPE(3) β A macro to retrieve the type of an
SDL_COMPILE_TIME_ASSERT(3) β A compile-time assertion.
SDL_CPUPauseInstruction(3) β A macro to insert a CPU-specific \(dqpause\(dq instruction into the program.
SDL_CalculateGPUTextureFormatSize(3) β Calculate the size in bytes of a texture format with dimensions.
SDL_Camera(3type) β The opaque structure used to identify an opened SDL camera.
SDL_CameraDeviceEvent(3type) β Camera device event structure (event.cdevice.*)
SDL_CameraID(3type) β This is a unique ID for a camera device for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_CameraPermissionState(3type) β The current state of a request for camera access.
SDL_CameraPosition(3type) β The position of camera in relation to system device.
SDL_CameraSpec(3type) β The details of an output format for a camera device.
SDL_CancelGPUCommandBuffer(3) β Cancels a command buffer.
SDL_Capitalization(3type) β Auto capitalization type.
SDL_CaptureMouse(3) β Capture the mouse and to track input outside an SDL window.
SDL_ChromaLocation(3type) β Colorspace chroma sample location.
SDL_ClaimWindowForGPUDevice(3) β Claims a window, creating a swapchain structure for it.
SDL_CleanupPropertyCallback(3type) β A callback used to free resources when a property is deleted.
SDL_CleanupTLS(3) β Cleanup all TLS data for this thread.
SDL_ClearAudioStream(3) β Clear any pending data in the stream.
SDL_ClearClipboardData(3) β Clear the clipboard data.
SDL_ClearComposition(3) β Dismiss the composition window/IME without disabling the subsystem.
SDL_ClearError(3) β Clear any previous error message for this thread.
SDL_ClearProperty(3) β Clear a property from a group of properties.
SDL_ClearSurface(3) β Clear a surface with a specific color, with floating point precision.
SDL_ClickTrayEntry(3) β Simulate a click on a tray entry.
SDL_ClipboardCleanupCallback(3type) β Callback function that will be called when the clipboard is cleared, or when new data is set.
SDL_ClipboardDataCallback(3type) β Callback function that will be called when data for the specified mime-type is requested by the OS.
SDL_ClipboardEvent(3type) β An event triggered when the clipboard contents have changed (event.clipboard.*)
SDL_CloseAsyncIO(3) β Close and free any allocated resources for an async I/O object.
SDL_CloseAudio(3) β Shuts down audio processing and closes the audio device.
SDL_CloseAudioDevice(3) β Close a previously-opened audio device.
SDL_CloseCamera(3) β Use this function to shut down camera processing and close the camera device.
SDL_CloseGamepad(3) β Close a gamepad previously opened with
SDL_CloseHaptic(3) β Close a haptic device previously opened with
SDL_CloseIO(3) β Close and free an allocated
SDL_CloseJoystick(3) β Close a joystick previously opened with
SDL_CloseSensor(3) β Close a sensor previously opened with
SDL_CloseStorage(3) β Closes and frees a storage container.
SDL_Color(3) β Format independent color description
SDL_Color(3type) β A structure that represents a color as RGBA components.
SDL_ColorPrimaries(3type) β Colorspace color primaries, as described by https://www.itu.int/rec/T-REC-H.273-201612-S/en
SDL_ColorRange(3type) β Colorspace color range, as described by https://www.itu.int/rec/R-REC-BT.2100-2-201807-I/en
SDL_ColorType(3type) β Colorspace color type.
SDL_Colorspace(3type) β Colorspace definitions.
SDL_CommonEvent(3type) β Fields shared by every event
SDL_CompareAndSwapAtomicInt(3) β Set an atomic variable to a new value if it is currently an old value.
SDL_CompareAndSwapAtomicPointer(3) β Set a pointer to a new value if it is currently an old value.
SDL_CompareAndSwapAtomicU32(3) β Set an atomic variable to a new value if it is currently an old value.
SDL_CompareCallback(3type) β A callback used with SDL sorting and binary search functions.
SDL_CompareCallback_r(3type) β A callback used with SDL sorting and binary search functions.
SDL_CompilerBarrier(3) β Mark a compiler barrier.
SDL_ComposeCustomBlendMode(3) β Compose a custom blend mode for renderers.
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_Condition(3type) β A means to block multiple threads until a condition is satisfied.
SDL_ConvertAudio(3) β Convert audio data to a desired audio format.
SDL_ConvertAudioSamples(3) β Convert some audio data of one format to another format.
SDL_ConvertEventToRenderCoordinates(3) β Convert the coordinates in an event to render coordinates.
SDL_ConvertPixels(3) β Copy a block of pixels of one format to another format.
SDL_ConvertPixelsAndColorspace(3) β Copy a block of pixels of one format and colorspace to another format and colorspace.
SDL_ConvertSurface(3) β Converts a surface to the same format as another surface.
SDL_ConvertSurface(3) β Copy an existing surface to a new surface of the specified format.
SDL_ConvertSurfaceAndColorspace(3) β Copy an existing surface to a new surface of the specified format and colorspace.
SDL_CopyFile(3) β Copy a file.
SDL_CopyGPUBufferToBuffer(3) β Performs a buffer-to-buffer copy.
SDL_CopyGPUTextureToTexture(3) β Performs a texture-to-texture copy.
SDL_CopyProperties(3) β Copy a group of properties.
SDL_CopyStorageFile(3) β Copy a file in a writable storage container.
SDL_CreateAnimatedCursor(3) β Create an animated color cursor.
SDL_CreateAsyncIOQueue(3) β Create a task queue for tracking multiple I/O operations.
SDL_CreateAudioStream(3) β Create a new audio stream.
SDL_CreateColorCursor(3) β Create a color cursor.
SDL_CreateCond(3) β Create a condition variable
SDL_CreateCondition(3) β Create a condition variable.
SDL_CreateCursor(3) β Create a cursor using the specified bitmap data and mask (in MSB format).
SDL_CreateCursor(3) β Creates a new mouse cursor.
SDL_CreateDirectory(3) β Create a directory, and any missing parent directories.
SDL_CreateEnvironment(3) β Create a set of environment variables
SDL_CreateGPUBuffer(3) β Creates a buffer object to be used in graphics or compute workflows.
SDL_CreateGPUComputePipeline(3) β Creates a pipeline object to be used in a compute workflow.
SDL_CreateGPUDevice(3) β Creates a GPU context.
SDL_CreateGPUDeviceWithProperties(3) β Creates a GPU context.
SDL_CreateGPUGraphicsPipeline(3) β Creates a pipeline object to be used in a graphics workflow.
SDL_CreateGPURenderState(3) β Create custom GPU render state.
SDL_CreateGPURenderer(3) β Create a 2D GPU rendering context.
SDL_CreateGPUSampler(3) β Creates a sampler object to be used when binding textures in a graphics workflow.
SDL_CreateGPUShader(3) β Creates a shader to be used when creating a graphics pipeline.
SDL_CreateGPUTexture(3) β Creates a texture object to be used in graphics or compute workflows.
SDL_CreateGPUTransferBuffer(3) β Creates a transfer buffer to be used when uploading to or downloading from graphics resources.
SDL_CreateHapticEffect(3) β Create a new haptic effect on a specified device.
SDL_CreateMutex(3) β Create a mutex
SDL_CreateMutex(3) β Create a new mutex.
SDL_CreatePalette(3) β Create a palette structure with the specified number of color entries.
SDL_CreatePopupWindow(3) β Create a child popup window of the specified parent window.
SDL_CreateProcess(3) β Create a new process.
SDL_CreateProcessWithProperties(3) β Create a new process with the specified properties.
SDL_CreateProperties(3) β Create a group of properties.
SDL_CreateRGBSurface(3) β Create an empty SDL_Surface
SDL_CreateRGBSurfaceFrom(3) β Create an SDL_Surface from pixel data
SDL_CreateRWLock(3) β Create a new read/write lock.
SDL_CreateRenderer(3) β Create a 2D rendering context for a window.
SDL_CreateRendererWithProperties(3) β Create a 2D rendering context for a window, with the specified properties.
SDL_CreateSemaphore(3) β Creates a new semaphore and assigns an initial value to it.
SDL_CreateSemaphore(3) β Create a semaphore.
SDL_CreateSoftwareRenderer(3) β Create a 2D software rendering context for a surface.
SDL_CreateStorageDirectory(3) β Create a directory in a writable storage container.
SDL_CreateSurface(3) β Allocate a new surface with a specific pixel format.
SDL_CreateSurfaceFrom(3) β Allocate a new surface with a specific pixel format and existing pixel data.
SDL_CreateSurfacePalette(3) β Create a palette and associate it with a surface.
SDL_CreateSystemCursor(3) β Create a system cursor.
SDL_CreateTexture(3) β Create a texture for a rendering context.
SDL_CreateTextureFromSurface(3) β Create a texture from an existing surface.
SDL_CreateTextureWithProperties(3) β Create a texture for a rendering context with the specified properties.
SDL_CreateThread(3) β Create a new thread with a default stack size.
SDL_CreateThread(3) β Creates a new thread of execution that shares its parent's properties.
SDL_CreateThreadWithProperties(3) β Create a new thread with with the specified properties.
SDL_CreateTray(3) β Create an icon to be placed in the operating system\(aqs tray, or equivalent.
SDL_CreateTrayMenu(3) β Create a menu for a system tray.
SDL_CreateTraySubmenu(3) β Create a submenu for a system tray entry.
SDL_CreateWindow(3) β Create a window with the specified dimensions and flags.
SDL_CreateWindowAndRenderer(3) β Create a window and default renderer.
SDL_CreateWindowWithProperties(3) β Create a window with the specified properties.
SDL_CreateYUVOverlay(3) β Create a YUV video overlay
SDL_Cursor(3type) β The structure used to identify an SDL cursor.
SDL_CursorFrameInfo(3type) β Animated cursor frame info.
SDL_CursorVisible(3) β Return whether the cursor is currently being shown.
SDL_DEBUG_TEXT_FONT_CHARACTER_SIZE(3) β The size, in pixels, of a single
SDL_DECLSPEC(3) β A macro to tag a symbol as a public API.
SDL_DEFINE_AUDIO_FORMAT(3) β Define an
SDL_DEFINE_COLORSPACE(3) β A macro for defining custom
SDL_DEFINE_PIXELFORMAT(3) β A macro for defining custom non-FourCC pixel formats.
SDL_DEFINE_PIXELFOURCC(3) β A macro for defining custom FourCC pixel formats.
SDL_DEPRECATED(3) β A macro to tag a symbol as deprecated.
SDL_DateFormat(3type) β The preferred date format of the current system locale.
SDL_DateTime(3type) β A structure holding a calendar date and time broken down into its components.
SDL_DateTimeToTime(3) β Converts a calendar time to an
SDL_Delay(3) β Wait a specified number of milliseconds before returning.
SDL_Delay(3) β Wait a specified number of milliseconds before returning.
SDL_DelayNS(3) β Wait a specified number of nanoseconds before returning.
SDL_DelayPrecise(3) β Wait a specified number of nanoseconds before returning.
SDL_DestroyAsyncIOQueue(3) β Destroy a previously-created async I/O task queue.
SDL_DestroyAudioStream(3) β Free an audio stream.
SDL_DestroyCond(3) β Destroy a condition variable
SDL_DestroyCondition(3) β Destroy a condition variable.
SDL_DestroyCursor(3) β Free a previously-created cursor.
SDL_DestroyEnvironment(3) β Destroy a set of environment variables.
SDL_DestroyGPUDevice(3) β Destroys a GPU context previously returned by
SDL_DestroyGPURenderState(3) β Destroy custom GPU render state.
SDL_DestroyHapticEffect(3) β Destroy a haptic effect on the device.
SDL_DestroyMutex(3) β Destroy a mutex
SDL_DestroyMutex(3) β Destroy a mutex created with
SDL_DestroyPalette(3) β Free a palette created with
SDL_DestroyProcess(3) β Destroy a previously created process object.
SDL_DestroyProperties(3) β Destroy a group of properties.
SDL_DestroyRWLock(3) β Destroy a read/write lock created with
SDL_DestroyRenderer(3) β Destroy the rendering context for a window and free all associated textures.
SDL_DestroySemaphore(3) β Destroy a semaphore.
SDL_DestroySemaphore(3) β Destroys a semaphore that was created by SDL_CreateSemaphore.
SDL_DestroySurface(3) β Free a surface.
SDL_DestroyTexture(3) β Destroy the specified texture.
SDL_DestroyTray(3) β Destroys a tray object.
SDL_DestroyWindow(3) β Destroy a window.
SDL_DestroyWindowSurface(3) β Destroy the surface associated with the window.
SDL_DetachThread(3) β Let a thread clean up on exit without intervention.
SDL_DetachVirtualJoystick(3) β Detach a virtual joystick.
SDL_DialogFileCallback(3type) β Callback used by file dialog functions.
SDL_DialogFileFilter(3type) β An entry for filters for file dialogs.
SDL_DisableScreenSaver(3) β Prevent the screen from being blanked by a screen saver.
SDL_DispatchGPUCompute(3) β Dispatches compute work.
SDL_DispatchGPUComputeIndirect(3) β Dispatches compute work with parameters set from a buffer.
SDL_DisplayEvent(3type) β Display state change event data (event.display.*)
SDL_DisplayFormat(3) β Convert a surface to the display format
SDL_DisplayFormatAlpha(3) β Convert a surface to the display format
SDL_DisplayID(3type) β This is a unique ID for a display for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_DisplayMode(3type) β The structure that defines a display mode.
SDL_DisplayModeData(3type) β Internal display mode data.
SDL_DisplayOrientation(3type) β Display orientation values; the way a display is rotated.
SDL_DisplayYUVOverlay(3) β Blit the overlay to the display
SDL_DownloadFromGPUBuffer(3) β Copies data from a buffer to a transfer buffer on the GPU timeline.
SDL_DownloadFromGPUTexture(3) β Copies data from a texture to a transfer buffer on the GPU timeline.
SDL_DrawGPUIndexedPrimitives(3) β Draws data using bound graphics state with an index buffer and instancing enabled.
SDL_DrawGPUIndexedPrimitivesIndirect(3) β Draws data using bound graphics state with an index buffer enabled and with draw parameters set from a buffer.
SDL_DrawGPUPrimitives(3) β Draws data using bound graphics state.
SDL_DrawGPUPrimitivesIndirect(3) β Draws data using bound graphics state and with draw parameters set from a buffer.
SDL_DropEvent(3type) β An event used to drop text or request a file open by the system (event.drop.*)
SDL_DuplicateSurface(3) β Creates a new surface identical to the existing surface.
SDL_EGLAttrib(3type) β An EGL attribute, used when creating an EGL context.
SDL_EGLAttribArrayCallback(3type) β EGL platform attribute initialization callback.
SDL_EGLConfig(3type) β Opaque type for an EGL config.
SDL_EGLDisplay(3type) β Opaque type for an EGL display.
SDL_EGLIntArrayCallback(3type) β EGL surface/context attribute initialization callback types.
SDL_EGLSurface(3type) β Opaque type for an EGL surface.
SDL_EGL_GetCurrentConfig(3) β Get the currently active EGL config.
SDL_EGL_GetCurrentDisplay(3) β Get the currently active EGL display.
SDL_EGL_GetProcAddress(3) β Get an EGL library function by name.
SDL_EGL_GetWindowSurface(3) β Get the EGL surface associated with the window.
SDL_EGL_SetAttributeCallbacks(3) β Sets the callbacks for defining custom EGLAttrib arrays for EGL initialization.
SDL_EGLint(3type) β An EGL integer attribute, used when creating an EGL surface.
SDL_ELF_NOTE_DLOPEN(3) β Add a note that your application has dynamic shared library dependencies.
SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED(3) β Use this macro with
SDL_ELF_NOTE_DLOPEN_PRIORITY_REQUIRED(3) β Use this macro with
SDL_ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED(3) β Use this macro with
SDL_EXCLUDES(3) β Wrapper around Clang thread safety analysis annotations.
SDL_EnableKeyRepeat(3) β Set keyboard repeat rate.
SDL_EnableScreenSaver(3) β Allow the screen to be blanked by a screen saver.
SDL_EnableUNICODE(3) β Enable UNICODE translation
SDL_EndGPUComputePass(3) β Ends the current compute pass.
SDL_EndGPUCopyPass(3) β Ends the current copy pass.
SDL_EndGPURenderPass(3) β Ends the given render pass.
SDL_EnterAppMainCallbacks(3) β An entry point for SDL\(aqs use in
SDL_EnumerateDirectory(3) β Enumerate a directory through a callback function.
SDL_EnumerateDirectoryCallback(3type) β Callback for directory enumeration.
SDL_EnumerateProperties(3) β Enumerate the properties contained in a group of properties.
SDL_EnumeratePropertiesCallback(3type) β A callback used to enumerate all the properties in a group of properties.
SDL_EnumerateStorageDirectory(3) β Enumerate a directory in a storage container through a callback function.
SDL_EnumerationResult(3type) β Possible results from an enumeration callback.
SDL_Environment(3type) β A thread-safe set of environment variables
SDL_Event(3) β General event structure
SDL_Event(3type) β The structure for all events in SDL.
SDL_EventAction(3type) β The type of action to request from
SDL_EventEnabled(3) β Query the state of processing events by type.
SDL_EventFilter(3type) β A function pointer used for callbacks that watch the event queue.
SDL_EventState(3) β This function allows you to set the state of processing certain events.
SDL_EventType(3type) β The types of events that can be delivered.
SDL_ExposeEvent(3) β Quit requested event
SDL_FALLTHROUGH(3) β A macro to signal that a case statement without a
SDL_FColor(3type) β The bits of this structure can be directly reinterpreted as a float-packed color which uses the
SDL_FILE(3) β A macro that reports the current file being compiled.
SDL_FLOATWORDORDER(3) β A macro that reports the target system\(aqs floating point word order.
SDL_FLT_EPSILON(3) β Epsilon constant, used for comparing floating-point numbers.
SDL_FORCE_INLINE(3) β A macro to demand a function be inlined.
SDL_FOURCC(3) β Define a four character code as a
SDL_FPoint(3type) β The structure that defines a point (using floating point values).
SDL_FRect(3type) β A rectangle stored using floating point values.
SDL_FUNCTION(3) β A constant that contains the current function being compiled.
SDL_FileDialogType(3type) β Various types of file dialogs.
SDL_FillRect(3) β This function performs a fast fill of the given rectangle with some color
SDL_FillSurfaceRect(3) β Perform a fast fill of a rectangle with a specific color.
SDL_FillSurfaceRects(3) β Perform a fast fill of a set of rectangles with a specific color.
SDL_FilterEvents(3) β Run a specific filter function on the current event queue, removing any events for which the filter returns false.
SDL_Finger(3type) β Data about a single finger in a multitouch event.
SDL_FingerID(3type) β A unique ID for a single finger on a touch device.
SDL_FlashOperation(3type) β Window flash operation.
SDL_FlashWindow(3) β Request a window to demand attention from the user.
SDL_Flip(3) β Swaps screen buffers
SDL_FlipMode(3type) β The flip mode.
SDL_FlipSurface(3) β Flip a surface vertically or horizontally.
SDL_FlushAudioStream(3) β Tell the stream that you\(aqre done sending data, and anything being buffered should be converted/resampled and made available immediately.
SDL_FlushEvent(3) β Clear events of a specific type from the event queue.
SDL_FlushEvents(3) β Clear events of a range of types from the event queue.
SDL_FlushIO(3) β Flush any buffered data in the stream.
SDL_FlushRenderer(3) β Force the rendering context to flush any pending commands and state.
SDL_Folder(3type) β The type of the OS-provided default folder for a specific purpose.
SDL_FreeCursor(3) β Frees a cursor created with SDL_CreateCursor.
SDL_FreeSurface(3) β Frees (deletes) a SDL_Surface
SDL_FreeWAV(3) β Frees previously opened WAV data
SDL_FreeYUVOverlay(3) β Free a YUV video overlay
SDL_FunctionPointer(3type) β A generic function pointer.
SDL_GDKResumeGPU(3) β Call this to resume GPU operation on Xbox when you receive the
SDL_GDKSuspendComplete(3) β Callback from the application to let the suspend continue.
SDL_GDKSuspendGPU(3) β Call this to suspend GPU operation on Xbox when you receive the
SDL_GLAttr(3type) β An enumeration of OpenGL configuration attributes.
SDL_GLContext(3type) β An opaque handle to an OpenGL context.
SDL_GLContextFlag(3type) β Possible flags to be set for the
SDL_GLContextReleaseFlag(3type) β Possible values to be set for the
SDL_GLContextResetNotification(3type) β Possible values to be set
SDL_GLProfile(3type) β Possible values to be set for the
SDL_GL_CreateContext(3) β Create an OpenGL context for an OpenGL window, and make it current.
SDL_GL_DestroyContext(3) β Delete an OpenGL context.
SDL_GL_ExtensionSupported(3) β Check if an OpenGL extension is supported for the current context.
SDL_GL_GetAttribute(3) β Get the value of a special SDL/OpenGL attribute
SDL_GL_GetAttribute(3) β Get the actual value for an attribute from the current context.
SDL_GL_GetCurrentContext(3) β Get the currently active OpenGL context.
SDL_GL_GetCurrentWindow(3) β Get the currently active OpenGL window.
SDL_GL_GetProcAddress(3) β Get the address of a GL function
SDL_GL_GetProcAddress(3) β Get an OpenGL function by name.
SDL_GL_GetSwapInterval(3) β Get the swap interval for the current OpenGL context.
SDL_GL_LoadLibrary(3) β Specify an OpenGL library
SDL_GL_LoadLibrary(3) β Dynamically load an OpenGL library.
SDL_GL_MakeCurrent(3) β Set up an OpenGL context for rendering into an OpenGL window.
SDL_GL_ResetAttributes(3) β Reset all previously set OpenGL context attributes to their default values.
SDL_GL_SetAttribute(3) β Set an OpenGL window attribute before window creation.
SDL_GL_SetAttribute(3) β Set a special SDL/OpenGL attribute
SDL_GL_SetSwapInterval(3) β Set the swap interval for the current OpenGL context.
SDL_GL_SwapBuffers(3) β Swap OpenGL framebuffers/Update Display
SDL_GL_SwapWindow(3) β Update a window with OpenGL rendering.
SDL_GL_UnloadLibrary(3) β Unload the OpenGL library previously loaded by
SDL_GLattr(3) β SDL GL Attributes
SDL_GPUBlendFactor(3type) β Specifies a blending factor to be used when pixels in a render target are blended with existing pixels in the texture.
SDL_GPUBlendOp(3type) β Specifies the operator to be used when pixels in a render target are blended with existing pixels in the texture.
SDL_GPUBlitInfo(3type) β A structure containing parameters for a blit command.
SDL_GPUBlitRegion(3type) β A structure specifying a region of a texture used in the blit operation.
SDL_GPUBuffer(3type) β An opaque handle representing a buffer.
SDL_GPUBufferBinding(3type) β A structure specifying parameters in a buffer binding call.
SDL_GPUBufferCreateInfo(3type) β A structure specifying the parameters of a buffer.
SDL_GPUBufferLocation(3type) β A structure specifying a location in a buffer.
SDL_GPUBufferRegion(3type) β A structure specifying a region of a buffer.
SDL_GPUBufferUsageFlags(3type) β Specifies how a buffer is intended to be used by the client.
SDL_GPUColorComponentFlags(3type) β Specifies which color components are written in a graphics pipeline.
SDL_GPUColorTargetBlendState(3type) β A structure specifying the blend state of a color target.
SDL_GPUColorTargetDescription(3type) β A structure specifying the parameters of color targets used in a graphics pipeline.
SDL_GPUColorTargetInfo(3type) β A structure specifying the parameters of a color target used by a render pass.
SDL_GPUCommandBuffer(3type) β An opaque handle representing a command buffer.
SDL_GPUCompareOp(3type) β Specifies a comparison operator for depth, stencil and sampler operations.
SDL_GPUComputePass(3type) β An opaque handle representing a compute pass.
SDL_GPUComputePipeline(3type) β An opaque handle representing a compute pipeline.
SDL_GPUComputePipelineCreateInfo(3type) β A structure specifying the parameters of a compute pipeline state.
SDL_GPUCopyPass(3type) β An opaque handle representing a copy pass.
SDL_GPUCubeMapFace(3type) β Specifies the face of a cube map.
SDL_GPUCullMode(3type) β Specifies the facing direction in which triangle faces will be culled.
SDL_GPUDepthStencilState(3type) β A structure specifying the parameters of the graphics pipeline depth stencil state.
SDL_GPUDepthStencilTargetInfo(3type) β A structure specifying the parameters of a depth-stencil target used by a render pass.
SDL_GPUDevice(3type) β An opaque handle representing the
SDL_GPUFence(3type) β An opaque handle representing a fence.
SDL_GPUFillMode(3type) β Specifies the fill mode of the graphics pipeline.
SDL_GPUFilter(3type) β Specifies a filter operation used by a sampler.
SDL_GPUFrontFace(3type) β Specifies the vertex winding that will cause a triangle to be determined to be front-facing.
SDL_GPUGraphicsPipeline(3type) β An opaque handle representing a graphics pipeline.
SDL_GPUGraphicsPipelineCreateInfo(3type) β A structure specifying the parameters of a graphics pipeline state.
SDL_GPUGraphicsPipelineTargetInfo(3type) β A structure specifying the descriptions of render targets used in a graphics pipeline.
SDL_GPUIndexElementSize(3type) β Specifies the size of elements in an index buffer.
SDL_GPUIndexedIndirectDrawCommand(3type) β A structure specifying the parameters of an indexed indirect draw command.
SDL_GPUIndirectDispatchCommand(3type) β A structure specifying the parameters of an indexed dispatch command.
SDL_GPUIndirectDrawCommand(3type) β A structure specifying the parameters of an indirect draw command.
SDL_GPULoadOp(3type) β Specifies how the contents of a texture attached to a render pass are treated at the beginning of the render pass.
SDL_GPUMultisampleState(3type) β A structure specifying the parameters of the graphics pipeline multisample state.
SDL_GPUPresentMode(3type) β Specifies the timing that will be used to present swapchain textures to the OS.
SDL_GPUPrimitiveType(3type) β Specifies the primitive topology of a graphics pipeline.
SDL_GPURasterizerState(3type) β A structure specifying the parameters of the graphics pipeline rasterizer state.
SDL_GPURenderPass(3type) β An opaque handle representing a render pass.
SDL_GPURenderState(3type) β A custom GPU render state.
SDL_GPURenderStateCreateInfo(3type) β A structure specifying the parameters of a GPU render state.
SDL_GPUSampleCount(3type) β Specifies the sample count of a texture.
SDL_GPUSampler(3type) β An opaque handle representing a sampler.
SDL_GPUSamplerAddressMode(3type) β Specifies behavior of texture sampling when the coordinates exceed the 0-1 range.
SDL_GPUSamplerCreateInfo(3type) β A structure specifying the parameters of a sampler.
SDL_GPUSamplerMipmapMode(3type) β Specifies a mipmap mode used by a sampler.
SDL_GPUShader(3type) β An opaque handle representing a compiled shader object.
SDL_GPUShaderCreateInfo(3type) β A structure specifying code and metadata for creating a shader object.
SDL_GPUShaderFormat(3type) β Specifies the format of shader code.
SDL_GPUShaderStage(3type) β Specifies which stage a shader program corresponds to.
SDL_GPUStencilOp(3type) β Specifies what happens to a stored stencil value if stencil tests fail or pass.
SDL_GPUStencilOpState(3type) β A structure specifying the stencil operation state of a graphics pipeline.
SDL_GPUStorageBufferReadWriteBinding(3type) β A structure specifying parameters related to binding buffers in a compute pass.
SDL_GPUStorageTextureReadWriteBinding(3type) β A structure specifying parameters related to binding textures in a compute pass.
SDL_GPUStoreOp(3type) β Specifies how the contents of a texture attached to a render pass are treated at the end of the render pass.
SDL_GPUSupportsProperties(3) β Checks for GPU runtime support.
SDL_GPUSupportsShaderFormats(3) β Checks for GPU runtime support.
SDL_GPUSwapchainComposition(3type) β Specifies the texture format and colorspace of the swapchain textures.
SDL_GPUTexture(3type) β An opaque handle representing a texture.
SDL_GPUTextureCreateInfo(3type) β A structure specifying the parameters of a texture.
SDL_GPUTextureFormat(3type) β Specifies the pixel format of a texture.
SDL_GPUTextureFormatTexelBlockSize(3) β Obtains the texel block size for a texture format.
SDL_GPUTextureLocation(3type) β A structure specifying a location in a texture.
SDL_GPUTextureRegion(3type) β A structure specifying a region of a texture.
SDL_GPUTextureSamplerBinding(3type) β A structure specifying parameters in a sampler binding call.
SDL_GPUTextureSupportsFormat(3) β Determines whether a texture format is supported for a given type and usage.
SDL_GPUTextureSupportsSampleCount(3) β Determines if a sample count for a texture format is supported.
SDL_GPUTextureTransferInfo(3type) β A structure specifying parameters related to transferring data to or from a texture.
SDL_GPUTextureType(3type) β Specifies the type of a texture.
SDL_GPUTextureUsageFlags(3type) β Specifies how a texture is intended to be used by the client.
SDL_GPUTransferBuffer(3type) β An opaque handle representing a transfer buffer.
SDL_GPUTransferBufferCreateInfo(3type) β A structure specifying the parameters of a transfer buffer.
SDL_GPUTransferBufferLocation(3type) β A structure specifying a location in a transfer buffer.
SDL_GPUTransferBufferUsage(3type) β Specifies how a transfer buffer is intended to be used by the client.
SDL_GPUVertexAttribute(3type) β A structure specifying a vertex attribute.
SDL_GPUVertexBufferDescription(3type) β A structure specifying the parameters of vertex buffers used in a graphics pipeline.
SDL_GPUVertexElementFormat(3type) β Specifies the format of a vertex attribute.
SDL_GPUVertexInputRate(3type) β Specifies the rate at which vertex attributes are pulled from buffers.
SDL_GPUVertexInputState(3type) β A structure specifying the parameters of a graphics pipeline vertex input state.
SDL_GPUViewport(3type) β A structure specifying a viewport.
SDL_GPUVulkanOptions(3type) β A structure specifying additional options when using Vulkan.
SDL_GPU_RENDERER(3) β The name of the GPU renderer.
SDL_GUARDED_BY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_GUID(3type) β An
SDL_GUIDToString(3) β Get an ASCII string representation for a given
SDL_Gamepad(3type) β The structure used to identify an SDL gamepad
SDL_GamepadAxis(3type) β The list of axes available on a gamepad
SDL_GamepadAxisEvent(3type) β Gamepad axis motion event structure (event.gaxis.*)
SDL_GamepadBinding(3type) β A mapping between one joystick input to a gamepad control.
SDL_GamepadBindingType(3type) β Types of gamepad control bindings.
SDL_GamepadButton(3type) β The list of buttons available on a gamepad
SDL_GamepadButtonEvent(3type) β Gamepad button event structure (event.gbutton.*)
SDL_GamepadButtonLabel(3type) β The set of gamepad button labels
SDL_GamepadConnected(3) β Check if a gamepad has been opened and is currently connected.
SDL_GamepadDeviceEvent(3type) β Gamepad device event structure (event.gdevice.*)
SDL_GamepadEventsEnabled(3) β Query the state of gamepad event processing.
SDL_GamepadHasAxis(3) β Query whether a gamepad has a given axis.
SDL_GamepadHasButton(3) β Query whether a gamepad has a given button.
SDL_GamepadHasSensor(3) β Return whether a gamepad has a particular sensor.
SDL_GamepadSensorEnabled(3) β Query whether sensor data reporting is enabled for a gamepad.
SDL_GamepadSensorEvent(3type) β Gamepad sensor event structure (event.gsensor.*)
SDL_GamepadTouchpadEvent(3type) β Gamepad touchpad event structure (event.gtouchpad.*)
SDL_GamepadType(3type) β Standard gamepad types.
SDL_GenerateMipmapsForGPUTexture(3) β Generates mipmaps for the given texture.
SDL_GetAndroidActivity(3) β Retrieve the Java instance of the Android activity class.
SDL_GetAndroidCachePath(3) β Get the path used for caching data for this Android application.
SDL_GetAndroidExternalStoragePath(3) β Get the path used for external storage for this Android application.
SDL_GetAndroidExternalStorageState(3) β Get the current state of external storage for this Android application.
SDL_GetAndroidInternalStoragePath(3) β Get the path used for internal storage for this Android application.
SDL_GetAndroidJNIEnv(3) β Get the Android Java Native Interface Environment of the current thread.
SDL_GetAndroidSDKVersion(3) β Query Android API level of the current device.
SDL_GetAppMetadataProperty(3) β Get metadata about your app.
SDL_GetAppState(3) β Get the state of the application
SDL_GetAssertionHandler(3) β Get the current assertion handler.
SDL_GetAssertionReport(3) β Get a list of all assertion failures.
SDL_GetAsyncIOResult(3) β Query an async I/O task queue for completed tasks.
SDL_GetAsyncIOSize(3) β Use this function to get the size of the data stream in an
SDL_GetAtomicInt(3) β Get the value of an atomic variable.
SDL_GetAtomicPointer(3) β Get the value of a pointer atomically.
SDL_GetAtomicU32(3) β Get the value of an atomic variable.
SDL_GetAudioDeviceChannelMap(3) β Get the current channel map of an audio device.
SDL_GetAudioDeviceFormat(3) β Get the current audio format of a specific audio device.
SDL_GetAudioDeviceGain(3) β Get the gain of an audio device.
SDL_GetAudioDeviceName(3) β Get the human-readable name of a specific audio device.
SDL_GetAudioDriver(3) β Use this function to get the name of a built in audio driver.
SDL_GetAudioFormatName(3) β Get the human readable name of an audio format.
SDL_GetAudioPlaybackDevices(3) β Get a list of currently-connected audio playback devices.
SDL_GetAudioRecordingDevices(3) β Get a list of currently-connected audio recording devices.
SDL_GetAudioStatus(3) β Get the current audio state
SDL_GetAudioStreamAvailable(3) β Get the number of converted/resampled bytes available.
SDL_GetAudioStreamData(3) β Get converted/resampled data from the stream.
SDL_GetAudioStreamDevice(3) β Query an audio stream for its currently-bound device.
SDL_GetAudioStreamFormat(3) β Query the current format of an audio stream.
SDL_GetAudioStreamFrequencyRatio(3) β Get the frequency ratio of an audio stream.
SDL_GetAudioStreamGain(3) β Get the gain of an audio stream.
SDL_GetAudioStreamInputChannelMap(3) β Get the current input channel map of an audio stream.
SDL_GetAudioStreamOutputChannelMap(3) β Get the current output channel map of an audio stream.
SDL_GetAudioStreamProperties(3) β Get the properties associated with an audio stream.
SDL_GetAudioStreamQueued(3) β Get the number of bytes currently queued.
SDL_GetBasePath(3) β Get the directory where the application was run from.
SDL_GetBooleanProperty(3) β Get a boolean property from a group of properties.
SDL_GetCPUCacheLineSize(3) β Determine the L1 cache line size of the CPU.
SDL_GetCameraDriver(3) β Use this function to get the name of a built in camera driver.
SDL_GetCameraFormat(3) β Get the spec that a camera is using when generating images.
SDL_GetCameraID(3) β Get the instance ID of an opened camera.
SDL_GetCameraName(3) β Get the human-readable device name for a camera.
SDL_GetCameraPermissionState(3) β Query if camera access has been approved by the user.
SDL_GetCameraPosition(3) β Get the position of the camera in relation to the system.
SDL_GetCameraProperties(3) β Get the properties associated with an opened camera.
SDL_GetCameraSupportedFormats(3) β Get the list of native formats/sizes a camera supports.
SDL_GetCameras(3) β Get a list of currently connected camera devices.
SDL_GetClipRect(3) β Gets the clipping rectangle for a surface.
SDL_GetClipboardData(3) β Get the data from the clipboard for a given mime type.
SDL_GetClipboardMimeTypes(3) β Retrieve the list of mime types available in the clipboard.
SDL_GetClipboardText(3) β Get UTF-8 text from the clipboard.
SDL_GetClosestFullscreenDisplayMode(3) β Get the closest match to the requested display mode.
SDL_GetCurrentAudioDriver(3) β Get the name of the current audio driver.
SDL_GetCurrentCameraDriver(3) β Get the name of the current camera driver.
SDL_GetCurrentDirectory(3) β Get what the system believes is the \(dqcurrent working directory.\(dq
SDL_GetCurrentDisplayMode(3) β Get information about the current display mode.
SDL_GetCurrentDisplayOrientation(3) β Get the orientation of a display.
SDL_GetCurrentRenderOutputSize(3) β Get the current output size in pixels of a rendering context.
SDL_GetCurrentThreadID(3) β Get the thread identifier for the current thread.
SDL_GetCurrentTime(3) β Gets the current value of the system realtime clock in nanoseconds since Jan 1, 1970 in Universal Coordinated Time (UTC).
SDL_GetCurrentVideoDriver(3) β Get the name of the currently initialized video driver.
SDL_GetCursor(3) β Get the currently active mouse cursor.
SDL_GetCursor(3) β Get the active cursor.
SDL_GetDXGIOutputInfo(3) β Get the DXGI Adapter and Output indices for the specified display.
SDL_GetDateTimeLocalePreferences(3) β Gets the current preferred date and time format for the system locale.
SDL_GetDayOfWeek(3) β Get the day of week for a calendar date.
SDL_GetDayOfYear(3) β Get the day of year for a calendar date.
SDL_GetDaysInMonth(3) β Get the number of days in a month for a given year.
SDL_GetDefaultAssertionHandler(3) β Get the default assertion handler.
SDL_GetDefaultCursor(3) β Get the default cursor.
SDL_GetDefaultLogOutputFunction(3) β Get the default log output function.
SDL_GetDefaultTextureScaleMode(3) β Get default texture scale mode of the given renderer.
SDL_GetDesktopDisplayMode(3) β Get information about the desktop\(aqs display mode.
SDL_GetDirect3D9AdapterIndex(3) β Get the D3D9 adapter index that matches the specified display.
SDL_GetDisplayBounds(3) β Get the desktop area represented by a display.
SDL_GetDisplayContentScale(3) β Get the content scale of a display.
SDL_GetDisplayForPoint(3) β Get the display containing a point.
SDL_GetDisplayForRect(3) β Get the display primarily containing a rect.
SDL_GetDisplayForWindow(3) β Get the display associated with a window.
SDL_GetDisplayName(3) β Get the name of a display in UTF-8 encoding.
SDL_GetDisplayProperties(3) β Get the properties associated with a display.
SDL_GetDisplayUsableBounds(3) β Get the usable desktop area represented by a display, in screen coordinates.
SDL_GetDisplays(3) β Get a list of currently connected displays.
SDL_GetEnvironment(3) β Get the process environment.
SDL_GetEnvironmentVariable(3) β Get the value of a variable in the environment.
SDL_GetEnvironmentVariables(3) β Get all variables in the environment.
SDL_GetError(3) β Get SDL error string
SDL_GetError(3) β Retrieve a message about the last error that occurred on the current thread.
SDL_GetEventDescription(3) β Generate an English description of an event.
SDL_GetEventFilter(3) β Retrieves a pointer to he event filter
SDL_GetEventFilter(3) β Query the current event filter.
SDL_GetFloatProperty(3) β Get a floating point property from a group of properties.
SDL_GetFullscreenDisplayModes(3) β Get a list of fullscreen display modes available on a display.
SDL_GetGDKDefaultUser(3) β Gets a reference to the default user handle for GDK.
SDL_GetGDKTaskQueue(3) β Gets a reference to the global async task queue handle for GDK, initializing if needed.
SDL_GetGPUDeviceDriver(3) β Returns the name of the backend used to create this GPU context.
SDL_GetGPUDeviceProperties(3) β Get the properties associated with a GPU device.
SDL_GetGPUDriver(3) β Get the name of a built in GPU driver.
SDL_GetGPURendererDevice(3) β Return the GPU device used by a renderer.
SDL_GetGPUShaderFormats(3) β Returns the supported shader formats for this GPU context.
SDL_GetGPUSwapchainTextureFormat(3) β Obtains the texture format of the swapchain for the given window.
SDL_GetGPUTextureFormatFromPixelFormat(3) β Get the GPU texture format corresponding to an SDL pixel format.
SDL_GetGamepadAppleSFSymbolsNameForAxis(3) β Return the sfSymbolsName for a given axis on a gamepad on Apple platforms.
SDL_GetGamepadAppleSFSymbolsNameForButton(3) β Return the sfSymbolsName for a given button on a gamepad on Apple platforms.
SDL_GetGamepadAxis(3) β Get the current state of an axis control on a gamepad.
SDL_GetGamepadAxisFromString(3) β Convert a string into
SDL_GetGamepadBindings(3) β Get the SDL joystick layer bindings for a gamepad.
SDL_GetGamepadButton(3) β Get the current state of a button on a gamepad.
SDL_GetGamepadButtonFromString(3) β Convert a string into an
SDL_GetGamepadButtonLabel(3) β Get the label of a button on a gamepad.
SDL_GetGamepadButtonLabelForType(3) β Get the label of a button on a gamepad.
SDL_GetGamepadConnectionState(3) β Get the connection state of a gamepad.
SDL_GetGamepadFirmwareVersion(3) β Get the firmware version of an opened gamepad, if available.
SDL_GetGamepadFromID(3) β Get the
SDL_GetGamepadFromPlayerIndex(3) β Get the
SDL_GetGamepadGUIDForID(3) β Get the implementation-dependent GUID of a gamepad.
SDL_GetGamepadID(3) β Get the instance ID of an opened gamepad.
SDL_GetGamepadJoystick(3) β Get the underlying joystick from a gamepad.
SDL_GetGamepadMapping(3) β Get the current mapping of a gamepad.
SDL_GetGamepadMappingForGUID(3) β Get the gamepad mapping string for a given GUID.
SDL_GetGamepadMappingForID(3) β Get the mapping of a gamepad.
SDL_GetGamepadMappings(3) β Get the current gamepad mappings.
SDL_GetGamepadName(3) β Get the implementation-dependent name for an opened gamepad.
SDL_GetGamepadNameForID(3) β Get the implementation dependent name of a gamepad.
SDL_GetGamepadPath(3) β Get the implementation-dependent path for an opened gamepad.
SDL_GetGamepadPathForID(3) β Get the implementation dependent path of a gamepad.
SDL_GetGamepadPlayerIndex(3) β Get the player index of an opened gamepad.
SDL_GetGamepadPlayerIndexForID(3) β Get the player index of a gamepad.
SDL_GetGamepadPowerInfo(3) β Get the battery state of a gamepad.
SDL_GetGamepadProduct(3) β Get the USB product ID of an opened gamepad, if available.
SDL_GetGamepadProductForID(3) β Get the USB product ID of a gamepad, if available.
SDL_GetGamepadProductVersion(3) β Get the product version of an opened gamepad, if available.
SDL_GetGamepadProductVersionForID(3) β Get the product version of a gamepad, if available.
SDL_GetGamepadProperties(3) β Get the properties associated with an opened gamepad.
SDL_GetGamepadSensorData(3) β Get the current state of a gamepad sensor.
SDL_GetGamepadSensorDataRate(3) β Get the data rate (number of events per second) of a gamepad sensor.
SDL_GetGamepadSerial(3) β Get the serial number of an opened gamepad, if available.
SDL_GetGamepadSteamHandle(3) β Get the Steam Input handle of an opened gamepad, if available.
SDL_GetGamepadStringForAxis(3) β Convert from an
SDL_GetGamepadStringForButton(3) β Convert from an
SDL_GetGamepadStringForType(3) β Convert from an
SDL_GetGamepadTouchpadFinger(3) β Get the current state of a finger on a touchpad on a gamepad.
SDL_GetGamepadType(3) β Get the type of an opened gamepad.
SDL_GetGamepadTypeForID(3) β Get the type of a gamepad.
SDL_GetGamepadTypeFromString(3) β Convert a string into
SDL_GetGamepadVendor(3) β Get the USB vendor ID of an opened gamepad, if available.
SDL_GetGamepadVendorForID(3) β Get the USB vendor ID of a gamepad, if available.
SDL_GetGamepads(3) β Get a list of currently connected gamepads.
SDL_GetGamma(3) β Gets the gamma of the display
SDL_GetGammaRamp(3) β Gets the color gamma lookup tables for the display
SDL_GetGlobalMouseState(3) β Query the platform for the asynchronous mouse button state and the desktop-relative platform-cursor position.
SDL_GetGlobalProperties(3) β Get the global SDL properties.
SDL_GetGrabbedWindow(3) β Get the window that currently has an input grab enabled.
SDL_GetHapticEffectStatus(3) β Get the status of the current effect on the specified haptic device.
SDL_GetHapticFeatures(3) β Get the haptic device\(aqs supported features in bitwise manner.
SDL_GetHapticFromID(3) β Get the
SDL_GetHapticID(3) β Get the instance ID of an opened haptic device.
SDL_GetHapticName(3) β Get the implementation dependent name of a haptic device.
SDL_GetHapticNameForID(3) β Get the implementation dependent name of a haptic device.
SDL_GetHaptics(3) β Get a list of currently connected haptic devices.
SDL_GetHint(3) β Get the value of a hint.
SDL_GetHintBoolean(3) β Get the boolean value of a hint variable.
SDL_GetIOProperties(3) β Get the properties associated with an
SDL_GetIOSize(3) β Use this function to get the size of the data stream in an
SDL_GetIOStatus(3) β Query the stream status of an
SDL_GetJoystickAxis(3) β Get the current state of an axis control on a joystick.
SDL_GetJoystickAxisInitialState(3) β Get the initial state of an axis control on a joystick.
SDL_GetJoystickBall(3) β Get the ball axis change since the last poll.
SDL_GetJoystickButton(3) β Get the current state of a button on a joystick.
SDL_GetJoystickConnectionState(3) β Get the connection state of a joystick.
SDL_GetJoystickFirmwareVersion(3) β Get the firmware version of an opened joystick, if available.
SDL_GetJoystickFromID(3) β Get the
SDL_GetJoystickFromPlayerIndex(3) β Get the
SDL_GetJoystickGUID(3) β Get the implementation-dependent GUID for the joystick.
SDL_GetJoystickGUIDForID(3) β Get the implementation-dependent GUID of a joystick.
SDL_GetJoystickGUIDInfo(3) β Get the device information encoded in a
SDL_GetJoystickHat(3) β Get the current state of a POV hat on a joystick.
SDL_GetJoystickID(3) β Get the instance ID of an opened joystick.
SDL_GetJoystickName(3) β Get the implementation dependent name of a joystick.
SDL_GetJoystickNameForID(3) β Get the implementation dependent name of a joystick.
SDL_GetJoystickPath(3) β Get the implementation dependent path of a joystick.
SDL_GetJoystickPathForID(3) β Get the implementation dependent path of a joystick.
SDL_GetJoystickPlayerIndex(3) β Get the player index of an opened joystick.
SDL_GetJoystickPlayerIndexForID(3) β Get the player index of a joystick.
SDL_GetJoystickPowerInfo(3) β Get the battery state of a joystick.
SDL_GetJoystickProduct(3) β Get the USB product ID of an opened joystick, if available.
SDL_GetJoystickProductForID(3) β Get the USB product ID of a joystick, if available.
SDL_GetJoystickProductVersion(3) β Get the product version of an opened joystick, if available.
SDL_GetJoystickProductVersionForID(3) β Get the product version of a joystick, if available.
SDL_GetJoystickProperties(3) β Get the properties associated with a joystick.
SDL_GetJoystickSerial(3) β Get the serial number of an opened joystick, if available.
SDL_GetJoystickType(3) β Get the type of an opened joystick.
SDL_GetJoystickTypeForID(3) β Get the type of a joystick, if available.
SDL_GetJoystickVendor(3) β Get the USB vendor ID of an opened joystick, if available.
SDL_GetJoystickVendorForID(3) β Get the USB vendor ID of a joystick, if available.
SDL_GetJoysticks(3) β Get a list of currently connected joysticks.
SDL_GetKeyFromName(3) β Get a key code from a human-readable name.
SDL_GetKeyFromScancode(3) β Get the key code corresponding to the given scancode according to the current keyboard layout.
SDL_GetKeyName(3) β Get a human-readable name for a key.
SDL_GetKeyName(3) β Get the name of an SDL virtual keysym
SDL_GetKeyState(3) β Get a snapshot of the current keyboard state
SDL_GetKeyboardFocus(3) β Query the window which currently has keyboard focus.
SDL_GetKeyboardNameForID(3) β Get the name of a keyboard.
SDL_GetKeyboardState(3) β Get a snapshot of the current state of the keyboard.
SDL_GetKeyboards(3) β Get a list of currently connected keyboards.
SDL_GetLogOutputFunction(3) β Get the current log output function.
SDL_GetLogPriority(3) β Get the priority of a particular log category.
SDL_GetMasksForPixelFormat(3) β Convert one of the enumerated pixel formats to a bpp value and RGBA masks.
SDL_GetMaxHapticEffects(3) β Get the number of effects a haptic device can store.
SDL_GetMaxHapticEffectsPlaying(3) β Get the number of effects a haptic device can play at the same time.
SDL_GetMemoryFunctions(3) β Get the current set of SDL memory functions.
SDL_GetMice(3) β Get a list of currently connected mice.
SDL_GetModState(3) β Get the current key modifier state for the keyboard.
SDL_GetModState(3) β Get the state of modifier keys.
SDL_GetMouseFocus(3) β Get the window which currently has mouse focus.
SDL_GetMouseNameForID(3) β Get the name of a mouse.
SDL_GetMouseState(3) β Query SDL\(aqs cache for the synchronous mouse button state and the window-relative SDL-cursor position.
SDL_GetMouseState(3) β Retrieve the current state of the mouse
SDL_GetNaturalDisplayOrientation(3) β Get the orientation of a display when it is unrotated.
SDL_GetNumAllocations(3) β Get the number of outstanding (unfreed) allocations.
SDL_GetNumAudioDrivers(3) β Use this function to get the number of built-in audio drivers.
SDL_GetNumCameraDrivers(3) β Use this function to get the number of built-in camera drivers.
SDL_GetNumGPUDrivers(3) β Get the number of GPU drivers compiled into SDL.
SDL_GetNumGamepadTouchpadFingers(3) β Get the number of supported simultaneous fingers on a touchpad on a game gamepad.
SDL_GetNumGamepadTouchpads(3) β Get the number of touchpads on a gamepad.
SDL_GetNumHapticAxes(3) β Get the number of haptic axes the device has.
SDL_GetNumJoystickAxes(3) β Get the number of general axis controls on a joystick.
SDL_GetNumJoystickBalls(3) β Get the number of trackballs on a joystick.
SDL_GetNumJoystickButtons(3) β Get the number of buttons on a joystick.
SDL_GetNumJoystickHats(3) β Get the number of POV hats on a joystick.
SDL_GetNumLogicalCPUCores(3) β Get the number of logical CPU cores available.
SDL_GetNumRenderDrivers(3) β Get the number of 2D rendering drivers available for the current display.
SDL_GetNumVideoDrivers(3) β Get the number of video drivers compiled into SDL.
SDL_GetNumberProperty(3) β Get a number property from a group of properties.
SDL_GetOriginalMemoryFunctions(3) β Get the original set of SDL memory functions.
SDL_GetPathInfo(3) β Get information about a filesystem path.
SDL_GetPenDeviceType(3) β Get the device type of the given pen.
SDL_GetPerformanceCounter(3) β Get the current value of the high resolution counter.
SDL_GetPerformanceFrequency(3) β Get the count per second of the high resolution counter.
SDL_GetPixelFormatDetails(3) β Create an
SDL_GetPixelFormatForMasks(3) β Convert a bpp value and RGBA masks to an enumerated pixel format.
SDL_GetPixelFormatFromGPUTextureFormat(3) β Get the SDL pixel format corresponding to a GPU texture format.
SDL_GetPixelFormatName(3) β Get the human readable name of a pixel format.
SDL_GetPlatform(3) β Get the name of the platform.
SDL_GetPointerProperty(3) β Get a pointer property from a group of properties.
SDL_GetPowerInfo(3) β Get the current power supply details.
SDL_GetPrefPath(3) β Get the user-and-app-specific path where files can be written.
SDL_GetPreferredLocales(3) β Report the user\(aqs preferred locale.
SDL_GetPrimaryDisplay(3) β Return the primary display.
SDL_GetPrimarySelectionText(3) β Get UTF-8 text from the primary selection.
SDL_GetProcessInput(3) β Get the
SDL_GetProcessOutput(3) β Get the
SDL_GetProcessProperties(3) β Get the properties associated with a process.
SDL_GetPropertyType(3) β Get the type of a property in a group of properties.
SDL_GetRGB(3) β Get RGB values from a pixel in the specified pixel format.
SDL_GetRGB(3) β Get RGB values from a pixel in the specified format.
SDL_GetRGBA(3) β Get RGBA values from a pixel in the specified format.
SDL_GetRGBA(3) β Get RGBA values from a pixel in the specified pixel format.
SDL_GetRealGamepadType(3) β Get the type of an opened gamepad, ignoring any mapping override.
SDL_GetRealGamepadTypeForID(3) β Get the type of a gamepad, ignoring any mapping override.
SDL_GetRectAndLineIntersection(3) β Calculate the intersection of a rectangle and line segment.
SDL_GetRectAndLineIntersectionFloat(3) β Calculate the intersection of a rectangle and line segment with float precision.
SDL_GetRectEnclosingPoints(3) β Calculate a minimal rectangle enclosing a set of points.
SDL_GetRectEnclosingPointsFloat(3) β Calculate a minimal rectangle enclosing a set of points with float precision.
SDL_GetRectIntersection(3) β Calculate the intersection of two rectangles.
SDL_GetRectIntersectionFloat(3) β Calculate the intersection of two rectangles with float precision.
SDL_GetRectUnion(3) β Calculate the union of two rectangles.
SDL_GetRectUnionFloat(3) β Calculate the union of two rectangles with float precision.
SDL_GetRelativeMouseState(3) β Query SDL\(aqs cache for the synchronous mouse button state and accumulated mouse delta since last call.
SDL_GetRelativeMouseState(3) β Retrieve the current state of the mouse
SDL_GetRenderClipRect(3) β Get the clip rectangle for the current target.
SDL_GetRenderColorScale(3) β Get the color scale used for render operations.
SDL_GetRenderDrawBlendMode(3) β Get the blend mode used for drawing operations.
SDL_GetRenderDrawColor(3) β Get the color used for drawing operations (Rect, Line and Clear).
SDL_GetRenderDrawColorFloat(3) β Get the color used for drawing operations (Rect, Line and Clear).
SDL_GetRenderDriver(3) β Use this function to get the name of a built in 2D rendering driver.
SDL_GetRenderLogicalPresentation(3) β Get device independent resolution and presentation mode for rendering.
SDL_GetRenderLogicalPresentationRect(3) β Get the final presentation rectangle for rendering.
SDL_GetRenderMetalCommandEncoder(3) β Get the Metal command encoder for the current frame.
SDL_GetRenderMetalLayer(3) β Get the CAMetalLayer associated with the given Metal renderer.
SDL_GetRenderOutputSize(3) β Get the output size in pixels of a rendering context.
SDL_GetRenderSafeArea(3) β Get the safe area for rendering within the current viewport.
SDL_GetRenderScale(3) β Get the drawing scale for the current target.
SDL_GetRenderTarget(3) β Get the current render target.
SDL_GetRenderTextureAddressMode(3) β Get the texture addressing mode used in
SDL_GetRenderVSync(3) β Get VSync of the given renderer.
SDL_GetRenderViewport(3) β Get the drawing area for the current target.
SDL_GetRenderWindow(3) β Get the window associated with a renderer.
SDL_GetRenderer(3) β Get the renderer associated with a window.
SDL_GetRendererFromTexture(3) β Get the renderer that created an
SDL_GetRendererName(3) β Get the name of a renderer.
SDL_GetRendererProperties(3) β Get the properties associated with a renderer.
SDL_GetRevision(3) β Get the code revision of the SDL library that is linked against your program.
SDL_GetSIMDAlignment(3) β Report the alignment this system needs for SIMD allocations.
SDL_GetSandbox(3) β Get the application sandbox environment, if any.
SDL_GetScancodeFromKey(3) β Get the scancode corresponding to the given key code according to the current keyboard layout.
SDL_GetScancodeFromName(3) β Get a scancode from a human-readable name.
SDL_GetScancodeName(3) β Get a human-readable name for a scancode.
SDL_GetSemaphoreValue(3) β Get the current value of a semaphore.
SDL_GetSensorData(3) β Get the current state of an opened sensor.
SDL_GetSensorFromID(3) β Return the
SDL_GetSensorID(3) β Get the instance ID of a sensor.
SDL_GetSensorName(3) β Get the implementation dependent name of a sensor.
SDL_GetSensorNameForID(3) β Get the implementation dependent name of a sensor.
SDL_GetSensorNonPortableType(3) β Get the platform dependent type of a sensor.
SDL_GetSensorNonPortableTypeForID(3) β Get the platform dependent type of a sensor.
SDL_GetSensorProperties(3) β Get the properties associated with a sensor.
SDL_GetSensorType(3) β Get the type of a sensor.
SDL_GetSensorTypeForID(3) β Get the type of a sensor.
SDL_GetSensors(3) β Get a list of currently connected sensors.
SDL_GetSilenceValueForFormat(3) β Get the appropriate memset value for silencing an audio format.
SDL_GetStorageFileSize(3) β Query the size of a file within a storage container.
SDL_GetStoragePathInfo(3) β Get information about a filesystem path in a storage container.
SDL_GetStorageSpaceRemaining(3) β Queries the remaining space in a storage container.
SDL_GetStringProperty(3) β Get a string property from a group of properties.
SDL_GetSurfaceAlphaMod(3) β Get the additional alpha value used in blit operations.
SDL_GetSurfaceBlendMode(3) β Get the blend mode used for blit operations.
SDL_GetSurfaceClipRect(3) β Get the clipping rectangle for a surface.
SDL_GetSurfaceColorKey(3) β Get the color key (transparent pixel) for a surface.
SDL_GetSurfaceColorMod(3) β Get the additional color value multiplied into blit operations.
SDL_GetSurfaceColorspace(3) β Get the colorspace used by a surface.
SDL_GetSurfaceImages(3) β Get an array including all versions of a surface.
SDL_GetSurfacePalette(3) β Get the palette used by a surface.
SDL_GetSurfaceProperties(3) β Get the properties associated with a surface.
SDL_GetSystemPageSize(3) β Report the size of a page of memory.
SDL_GetSystemRAM(3) β Get the amount of RAM configured in the system.
SDL_GetSystemTheme(3) β Get the current system theme.
SDL_GetTLS(3) β Get the current thread\(aqs value associated with a thread local storage ID.
SDL_GetTextInputArea(3) β Get the area used to type Unicode text input.
SDL_GetTextureAlphaMod(3) β Get the additional alpha value multiplied into render copy operations.
SDL_GetTextureAlphaModFloat(3) β Get the additional alpha value multiplied into render copy operations.
SDL_GetTextureBlendMode(3) β Get the blend mode used for texture copy operations.
SDL_GetTextureColorMod(3) β Get the additional color value multiplied into render copy operations.
SDL_GetTextureColorModFloat(3) β Get the additional color value multiplied into render copy operations.
SDL_GetTexturePalette(3) β Get the palette used by a texture.
SDL_GetTextureProperties(3) β Get the properties associated with a texture.
SDL_GetTextureScaleMode(3) β Get the scale mode used for texture scale operations.
SDL_GetTextureSize(3) β Get the size of a texture, as floating point values.
SDL_GetThreadID(3) β Get the SDL thread ID of a SDL_Thread
SDL_GetThreadID(3) β Get the thread identifier for the specified thread.
SDL_GetThreadName(3) β Get the thread name as it was specified in
SDL_GetThreadState(3) β Get the current state of a thread.
SDL_GetTicks(3) β Get the number of milliseconds that have elapsed since the SDL library initialization.
SDL_GetTicks(3) β Get the number of milliseconds since the SDL library initialization.
SDL_GetTicksNS(3) β Get the number of nanoseconds since SDL library initialization.
SDL_GetTouchDeviceName(3) β Get the touch device name as reported from the driver.
SDL_GetTouchDeviceType(3) β Get the type of the given touch device.
SDL_GetTouchDevices(3) β Get a list of registered touch devices.
SDL_GetTouchFingers(3) β Get a list of active fingers for a given touch device.
SDL_GetTrayEntries(3) β Returns a list of entries in the menu, in order.
SDL_GetTrayEntryChecked(3) β Gets whether or not an entry is checked.
SDL_GetTrayEntryEnabled(3) β Gets whether or not an entry is enabled.
SDL_GetTrayEntryLabel(3) β Gets the label of an entry.
SDL_GetTrayEntryParent(3) β Gets the menu containing a certain tray entry.
SDL_GetTrayMenu(3) β Gets a previously created tray menu.
SDL_GetTrayMenuParentEntry(3) β Gets the entry for which the menu is a submenu, if the current menu is a submenu.
SDL_GetTrayMenuParentTray(3) β Gets the tray for which this menu is the first-level menu, if the current menu isn\(aqt a submenu.
SDL_GetTraySubmenu(3) β Gets a previously created tray entry submenu.
SDL_GetUserFolder(3) β Finds the most suitable user folder for a specific purpose.
SDL_GetVersion(3) β Get the version of SDL that is linked against your program.
SDL_GetVideoDriver(3) β Get the name of a built in video driver.
SDL_GetVideoInfo(3) β returns a pointer to information about the video hardware
SDL_GetVideoSurface(3) β returns a pointer to the current display surface
SDL_GetWindowAspectRatio(3) β Get the aspect ratio of a window\(aqs client area.
SDL_GetWindowBordersSize(3) β Get the size of a window\(aqs borders (decorations) around the client area.
SDL_GetWindowDisplayScale(3) β Get the content display scale relative to a window\(aqs pixel size.
SDL_GetWindowFlags(3) β Get the window flags.
SDL_GetWindowFromEvent(3) β Get window associated with an event.
SDL_GetWindowFromID(3) β Get a window from a stored ID.
SDL_GetWindowFullscreenMode(3) β Query the display mode to use when a window is visible at fullscreen.
SDL_GetWindowICCProfile(3) β Get the raw ICC profile data for the screen the window is currently on.
SDL_GetWindowID(3) β Get the numeric ID of a window.
SDL_GetWindowKeyboardGrab(3) β Get a window\(aqs keyboard grab mode.
SDL_GetWindowMaximumSize(3) β Get the maximum size of a window\(aqs client area.
SDL_GetWindowMinimumSize(3) β Get the minimum size of a window\(aqs client area.
SDL_GetWindowMouseGrab(3) β Get a window\(aqs mouse grab mode.
SDL_GetWindowMouseRect(3) β Get the mouse confinement rectangle of a window.
SDL_GetWindowOpacity(3) β Get the opacity of a window.
SDL_GetWindowParent(3) β Get parent of a window.
SDL_GetWindowPixelDensity(3) β Get the pixel density of a window.
SDL_GetWindowPixelFormat(3) β Get the pixel format associated with the window.
SDL_GetWindowPosition(3) β Get the position of a window.
SDL_GetWindowProgressState(3) β Get the state of the progress bar for the given windowβs taskbar icon.
SDL_GetWindowProgressValue(3) β Get the value of the progress bar for the given windowβs taskbar icon.
SDL_GetWindowProperties(3) β Get the properties associated with a window.
SDL_GetWindowRelativeMouseMode(3) β Query whether relative mouse mode is enabled for a window.
SDL_GetWindowSafeArea(3) β Get the safe area for this window.
SDL_GetWindowSize(3) β Get the size of a window\(aqs client area.
SDL_GetWindowSizeInPixels(3) β Get the size of a window\(aqs client area, in pixels.
SDL_GetWindowSurface(3) β Get the SDL surface associated with the window.
SDL_GetWindowSurfaceVSync(3) β Get VSync for the window surface.
SDL_GetWindowTitle(3) β Get the title of a window.
SDL_GetWindows(3) β Get a list of valid windows.
SDL_GlobDirectory(3) β Enumerate a directory tree, filtered by pattern, and return a list.
SDL_GlobFlags(3type) β Flags for path matching.
SDL_GlobStorageDirectory(3) β Enumerate a directory tree, filtered by pattern, and return a list.
SDL_HAPTIC_AUTOCENTER(3) β Device can set autocenter.
SDL_HAPTIC_CARTESIAN(3) β Uses cartesian coordinates for the direction.
SDL_HAPTIC_CONSTANT(3) β Constant effect supported.
SDL_HAPTIC_CUSTOM(3) β Custom effect is supported.
SDL_HAPTIC_DAMPER(3) β Damper effect supported - uses axes velocity.
SDL_HAPTIC_FRICTION(3) β Friction effect supported - uses axes movement.
SDL_HAPTIC_GAIN(3) β Device can set global gain.
SDL_HAPTIC_INERTIA(3) β Inertia effect supported - uses axes acceleration.
SDL_HAPTIC_INFINITY(3) β Used to play a device an infinite number of times.
SDL_HAPTIC_LEFTRIGHT(3) β Left/Right effect supported.
SDL_HAPTIC_PAUSE(3) β Device can be paused.
SDL_HAPTIC_POLAR(3) β Uses polar coordinates for the direction.
SDL_HAPTIC_RAMP(3) β Ramp effect supported.
SDL_HAPTIC_RESERVED1(3) β Reserved for future use.
SDL_HAPTIC_RESERVED2(3) β Reserved for future use.
SDL_HAPTIC_RESERVED3(3) β Reserved for future use.
SDL_HAPTIC_SAWTOOTHDOWN(3) β Sawtoothdown wave effect supported.
SDL_HAPTIC_SAWTOOTHUP(3) β Sawtoothup wave effect supported.
SDL_HAPTIC_SINE(3) β Sine wave effect supported.
SDL_HAPTIC_SPHERICAL(3) β Uses spherical coordinates for the direction.
SDL_HAPTIC_SPRING(3) β Spring effect supported - uses axes position.
SDL_HAPTIC_SQUARE(3) β Square wave effect supported.
SDL_HAPTIC_STATUS(3) β Device can be queried for effect status.
SDL_HAPTIC_STEERING_AXIS(3) β Use this value to play an effect on the steering wheel axis.
SDL_HAPTIC_TRIANGLE(3) β Triangle wave effect supported.
SDL_HAS_BUILTIN(3) β Check if the compiler supports a given builtin functionality.
SDL_HAS_TARGET_ATTRIBS(3) β A macro to decide if the compiler supports
SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED(3) β Specify the behavior of Alt+Tab while the keyboard is grabbed.
SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY(3) β A variable to control whether the SDL activity is allowed to be re-created.
SDL_HINT_ANDROID_BLOCK_ON_PAUSE(3) β A variable to control whether the event loop will block itself when the app is paused.
SDL_HINT_ANDROID_LOW_LATENCY_AUDIO(3) β A variable to control whether low latency audio should be enabled.
SDL_HINT_ANDROID_TRAP_BACK_BUTTON(3) β A variable to control whether we trap the Android back button to handle it manually.
SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS(3) β A variable controlling whether controllers used with the Apple TV generate UI events.
SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION(3) β A variable controlling whether the Apple TV remote\(aqs joystick axes will automatically match the rotation of the remote.
SDL_HINT_APP_ID(3) β A variable setting the app ID string.
SDL_HINT_APP_NAME(3) β A variable setting the application name.
SDL_HINT_ASSERT(3) β A variable controlling response to
SDL_HINT_AUDIO_ALSA_DEFAULT_DEVICE(3) β Specify the default ALSA audio device name.
SDL_HINT_AUDIO_ALSA_DEFAULT_PLAYBACK_DEVICE(3) β Specify the default ALSA audio playback device name.
SDL_HINT_AUDIO_ALSA_DEFAULT_RECORDING_DEVICE(3) β Specify the default ALSA audio recording device name.
SDL_HINT_AUDIO_CATEGORY(3) β A variable controlling the audio category on iOS and macOS.
SDL_HINT_AUDIO_CHANNELS(3) β A variable controlling the default audio channel count.
SDL_HINT_AUDIO_DEVICE_APP_ICON_NAME(3) β Specify an application icon name for an audio device.
SDL_HINT_AUDIO_DEVICE_RAW_STREAM(3) β Specify whether this audio device should do audio processing.
SDL_HINT_AUDIO_DEVICE_SAMPLE_FRAMES(3) β A variable controlling device buffer size.
SDL_HINT_AUDIO_DEVICE_STREAM_NAME(3) β Specify an audio stream name for an audio device.
SDL_HINT_AUDIO_DEVICE_STREAM_ROLE(3) β Specify an application role for an audio device.
SDL_HINT_AUDIO_DISK_INPUT_FILE(3) β Specify the input file when recording audio using the disk audio driver.
SDL_HINT_AUDIO_DISK_OUTPUT_FILE(3) β Specify the output file when playing audio using the disk audio driver.
SDL_HINT_AUDIO_DISK_TIMESCALE(3) β A variable controlling the audio rate when using the disk audio driver.
SDL_HINT_AUDIO_DRIVER(3) β A variable that specifies an audio backend to use.
SDL_HINT_AUDIO_DUMMY_TIMESCALE(3) β A variable controlling the audio rate when using the dummy audio driver.
SDL_HINT_AUDIO_FORMAT(3) β A variable controlling the default audio format.
SDL_HINT_AUDIO_FREQUENCY(3) β A variable controlling the default audio frequency.
SDL_HINT_AUDIO_INCLUDE_MONITORS(3) β A variable that causes SDL to not ignore audio \(dqmonitors\(dq.
SDL_HINT_AUTO_UPDATE_JOYSTICKS(3) β A variable controlling whether SDL updates joystick state when getting input events.
SDL_HINT_AUTO_UPDATE_SENSORS(3) β A variable controlling whether SDL updates sensor state when getting input events.
SDL_HINT_BMP_SAVE_LEGACY_FORMAT(3) β Prevent SDL from using version 4 of the bitmap header when saving BMPs.
SDL_HINT_CAMERA_DRIVER(3) β A variable that decides what camera backend to use.
SDL_HINT_CPU_FEATURE_MASK(3) β A variable that limits what CPU features are available.
SDL_HINT_DISPLAY_USABLE_BOUNDS(3) β Override for
SDL_HINT_EGL_LIBRARY(3) β Specify the EGL library to load.
SDL_HINT_EMSCRIPTEN_ASYNCIFY(3) β Disable giving back control to the browser automatically when running with asyncify.
SDL_HINT_EMSCRIPTEN_CANVAS_SELECTOR(3) β Specify the CSS selector used for the \(dqdefault\(dq window/canvas.
SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT(3) β Override the binding element for keyboard inputs for Emscripten builds.
SDL_HINT_ENABLE_SCREEN_KEYBOARD(3) β A variable that controls whether the on-screen keyboard should be shown when text input is active.
SDL_HINT_ENABLE_STEAM_SCREEN_KEYBOARD(3) β A variable that controls whether the Steam on-screen keyboard should be shown when text input is active.
SDL_HINT_EVDEV_DEVICES(3) β A variable containing a list of evdev devices to use if udev is not available.
SDL_HINT_EVENT_LOGGING(3) β A variable controlling verbosity of the logging of SDL events pushed onto the internal queue.
SDL_HINT_FILE_DIALOG_DRIVER(3) β A variable that specifies a dialog backend to use.
SDL_HINT_FORCE_RAISEWINDOW(3) β A variable controlling whether raising the window should be done more forcefully.
SDL_HINT_FRAMEBUFFER_ACCELERATION(3) β A variable controlling how 3D acceleration is used to accelerate the SDL screen surface.
SDL_HINT_GAMECONTROLLERCONFIG(3) β A variable that lets you manually hint extra gamecontroller db entries.
SDL_HINT_GAMECONTROLLERCONFIG_FILE(3) β A variable that lets you provide a file with extra gamecontroller db entries.
SDL_HINT_GAMECONTROLLERTYPE(3) β A variable that overrides the automatic controller type detection.
SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES(3) β A variable containing a list of devices to skip when scanning for game controllers.
SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT(3) β If set, all devices will be skipped when scanning for game controllers except for the ones listed in this variable.
SDL_HINT_GAMECONTROLLER_SENSOR_FUSION(3) β A variable that controls whether the device\(aqs built-in accelerometer and gyro should be used as sensors for gamepads.
SDL_HINT_GDK_TEXTINPUT_DEFAULT_TEXT(3) β This variable sets the default text of the TextInput window on GDK platforms.
SDL_HINT_GDK_TEXTINPUT_DESCRIPTION(3) β This variable sets the description of the TextInput window on GDK platforms.
SDL_HINT_GDK_TEXTINPUT_MAX_LENGTH(3) β This variable sets the maximum input length of the TextInput window on GDK platforms.
SDL_HINT_GDK_TEXTINPUT_SCOPE(3) β This variable sets the input scope of the TextInput window on GDK platforms.
SDL_HINT_GDK_TEXTINPUT_TITLE(3) β This variable sets the title of the TextInput window on GDK platforms.
SDL_HINT_GPU_DRIVER(3) β A variable that specifies a GPU backend to use.
SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS(3) β A variable to control whether
SDL_HINT_HIDAPI_IGNORE_DEVICES(3) β A variable containing a list of devices to ignore in
SDL_HINT_HIDAPI_LIBUSB(3) β A variable to control whether HIDAPI uses libusb for device access.
SDL_HINT_HIDAPI_LIBUSB_GAMECUBE(3) β A variable to control whether HIDAPI uses libusb for GameCube adapters.
SDL_HINT_HIDAPI_LIBUSB_WHITELIST(3) β A variable to control whether HIDAPI uses libusb only for whitelisted devices.
SDL_HINT_HIDAPI_UDEV(3) β A variable to control whether HIDAPI uses udev for device detection.
SDL_HINT_IME_IMPLEMENTED_UI(3) β A variable describing what IME UI elements the application can display.
SDL_HINT_INVALID_PARAM_CHECKS(3) β Set the level of checking for invalid parameters passed to SDL functions.
SDL_HINT_IOS_HIDE_HOME_INDICATOR(3) β A variable controlling whether the home indicator bar on iPhone X and later should be hidden.
SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS(3) β A variable that lets you enable joystick (and gamecontroller) events even when your app is in the background.
SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES(3) β A variable containing a list of arcade stick style controllers.
SDL_HINT_JOYSTICK_ARCADESTICK_DEVICES_EXCLUDED(3) β A variable containing a list of devices that are not arcade stick style controllers.
SDL_HINT_JOYSTICK_BLACKLIST_DEVICES(3) β A variable containing a list of devices that should not be considered joysticks.
SDL_HINT_JOYSTICK_BLACKLIST_DEVICES_EXCLUDED(3) β A variable containing a list of devices that should be considered joysticks.
SDL_HINT_JOYSTICK_DEVICE(3) β A variable containing a comma separated list of devices to open as joysticks.
SDL_HINT_JOYSTICK_DIRECTINPUT(3) β A variable controlling whether DirectInput should be used for controllers.
SDL_HINT_JOYSTICK_ENHANCED_REPORTS(3) β A variable controlling whether enhanced reports should be used for controllers when using the HIDAPI driver.
SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES(3) β A variable containing a list of flightstick style controllers.
SDL_HINT_JOYSTICK_FLIGHTSTICK_DEVICES_EXCLUDED(3) β A variable containing a list of devices that are not flightstick style controllers.
SDL_HINT_JOYSTICK_GAMECUBE_DEVICES(3) β A variable containing a list of devices known to have a GameCube form factor.
SDL_HINT_JOYSTICK_GAMECUBE_DEVICES_EXCLUDED(3) β A variable containing a list of devices known not to have a GameCube form factor.
SDL_HINT_JOYSTICK_GAMEINPUT(3) β A variable controlling whether GameInput should be used for controller handling on Windows.
SDL_HINT_JOYSTICK_GAMEINPUT_RAW(3) β A variable controlling whether GameInput should be used for handling GIP devices that require raw report processing, but aren\(aqt supported by HIDRAW, such as Xbox One Guitars.
SDL_HINT_JOYSTICK_HAPTIC_AXES(3) β A variable containing a list of devices and their desired number of haptic (force feedback) enabled axis.
SDL_HINT_JOYSTICK_HIDAPI(3) β A variable controlling whether the HIDAPI joystick drivers should be used.
SDL_HINT_JOYSTICK_HIDAPI_8BITDO(3) β A variable controlling whether the HIDAPI driver for 8BitDo controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS(3) β A variable controlling whether Nintendo Switch Joy-Con controllers will be combined into a single Pro-like controller when using the HIDAPI driver.
SDL_HINT_JOYSTICK_HIDAPI_FLYDIGI(3) β A variable controlling whether the HIDAPI driver for Flydigi controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE(3) β A variable controlling whether the HIDAPI driver for Nintendo GameCube controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE_RUMBLE_BRAKE(3) β A variable controlling whether rumble is used to implement the GameCube controller\(aqs 3 rumble modes, Stop(0), Rumble(1), and StopHard(2).
SDL_HINT_JOYSTICK_HIDAPI_GIP(3) β A variable controlling whether the new HIDAPI driver for wired Xbox One (GIP) controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_GIP_RESET_FOR_METADATA(3) β A variable controlling whether the new HIDAPI driver for wired Xbox One (GIP) controllers should reset the controller if it can\(aqt get the metadata from the controller.
SDL_HINT_JOYSTICK_HIDAPI_JOYCON_HOME_LED(3) β A variable controlling whether the Home button LED should be turned on when a Nintendo Switch Joy-Con controller is opened.
SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS(3) β A variable controlling whether the HIDAPI driver for Nintendo Switch Joy-Cons should be used.
SDL_HINT_JOYSTICK_HIDAPI_LG4FF(3) β A variable controlling whether the HIDAPI driver for some Logitech wheels should be used.
SDL_HINT_JOYSTICK_HIDAPI_LUNA(3) β A variable controlling whether the HIDAPI driver for Amazon Luna controllers connected via Bluetooth should be used.
SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC(3) β A variable controlling whether the HIDAPI driver for Nintendo Online classic controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_PS3(3) β A variable controlling whether the HIDAPI driver for PS3 controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER(3) β A variable controlling whether the Sony driver (sixaxis.sys) for PS3 controllers (Sixaxis/DualShock 3) should be used.
SDL_HINT_JOYSTICK_HIDAPI_PS4(3) β A variable controlling whether the HIDAPI driver for PS4 controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_PS4_REPORT_INTERVAL(3) β A variable controlling the update rate of the PS4 controller over Bluetooth when using the HIDAPI driver.
SDL_HINT_JOYSTICK_HIDAPI_PS5(3) β A variable controlling whether the HIDAPI driver for PS5 controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED(3) β A variable controlling whether the player LEDs should be lit to indicate which player is associated with a PS5 controller.
SDL_HINT_JOYSTICK_HIDAPI_SHIELD(3) β A variable controlling whether the HIDAPI driver for NVIDIA SHIELD controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_SINPUT(3) β A variable controlling whether the HIDAPI driver for SInput controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_STADIA(3) β A variable controlling whether the HIDAPI driver for Google Stadia controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_STEAM(3) β A variable controlling whether the HIDAPI driver for Bluetooth Steam Controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_STEAMDECK(3) β A variable controlling whether the HIDAPI driver for the Steam Deck builtin controller should be used.
SDL_HINT_JOYSTICK_HIDAPI_STEAM_HOME_LED(3) β A variable controlling whether the Steam button LED should be turned on when a Steam controller is opened.
SDL_HINT_JOYSTICK_HIDAPI_STEAM_HORI(3) β A variable controlling whether the HIDAPI driver for HORI licensed Steam controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_SWITCH(3) β A variable controlling whether the HIDAPI driver for Nintendo Switch controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_SWITCH2(3) β A variable controlling whether the HIDAPI driver for Nintendo Switch 2 controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED(3) β A variable controlling whether the Home button LED should be turned on when a Nintendo Switch Pro controller is opened.
SDL_HINT_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED(3) β A variable controlling whether the player LEDs should be lit to indicate which player is associated with a Nintendo Switch controller.
SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS(3) β A variable controlling whether Nintendo Switch Joy-Con controllers will be in vertical mode when using the HIDAPI driver.
SDL_HINT_JOYSTICK_HIDAPI_WII(3) β A variable controlling whether the HIDAPI driver for Nintendo Wii and Wii U controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED(3) β A variable controlling whether the player LEDs should be lit to indicate which player is associated with a Wii controller.
SDL_HINT_JOYSTICK_HIDAPI_XBOX(3) β A variable controlling whether the HIDAPI driver for XBox controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_XBOX_360(3) β A variable controlling whether the HIDAPI driver for XBox 360 controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED(3) β A variable controlling whether the player LEDs should be lit to indicate which player is associated with an Xbox 360 controller.
SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS(3) β A variable controlling whether the HIDAPI driver for XBox 360 wireless controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE(3) β A variable controlling whether the HIDAPI driver for XBox One controllers should be used.
SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED(3) β A variable controlling whether the Home button LED should be turned on when an Xbox One controller is opened.
SDL_HINT_JOYSTICK_HIDAPI_ZUIKI(3) β A variable controlling whether the HIDAPI driver for ZUIKI controllers should be used.
SDL_HINT_JOYSTICK_IOKIT(3) β A variable controlling whether IOKit should be used for controller handling.
SDL_HINT_JOYSTICK_LINUX_CLASSIC(3) β A variable controlling whether to use the classic
SDL_HINT_JOYSTICK_LINUX_DEADZONES(3) β A variable controlling whether joysticks on Linux adhere to their HID-defined deadzones or return unfiltered values.
SDL_HINT_JOYSTICK_LINUX_DIGITAL_HATS(3) β A variable controlling whether joysticks on Linux will always treat \(aqhat\(aq axis inputs (ABS_HAT0X - ABS_HAT3Y) as 8-way digital hats without checking whether they may be analog.
SDL_HINT_JOYSTICK_LINUX_HAT_DEADZONES(3) β A variable controlling whether digital hats on Linux will apply deadzones to their underlying input axes or use unfiltered values.
SDL_HINT_JOYSTICK_MFI(3) β A variable controlling whether GCController should be used for controller handling.
SDL_HINT_JOYSTICK_RAWINPUT(3) β A variable controlling whether the RAWINPUT joystick drivers should be used for better handling XInput-capable devices.
SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT(3) β A variable controlling whether the RAWINPUT driver should pull correlated data from XInput.
SDL_HINT_JOYSTICK_ROG_CHAKRAM(3) β A variable controlling whether the ROG Chakram mice should show up as joysticks.
SDL_HINT_JOYSTICK_THREAD(3) β A variable controlling whether a separate thread should be used for handling joystick detection and raw input messages on Windows.
SDL_HINT_JOYSTICK_THROTTLE_DEVICES(3) β A variable containing a list of throttle style controllers.
SDL_HINT_JOYSTICK_THROTTLE_DEVICES_EXCLUDED(3) β A variable containing a list of devices that are not throttle style controllers.
SDL_HINT_JOYSTICK_WGI(3) β A variable controlling whether Windows.Gaming.Input should be used for controller handling.
SDL_HINT_JOYSTICK_WHEEL_DEVICES(3) β A variable containing a list of wheel style controllers.
SDL_HINT_JOYSTICK_WHEEL_DEVICES_EXCLUDED(3) β A variable containing a list of devices that are not wheel style controllers.
SDL_HINT_JOYSTICK_ZERO_CENTERED_DEVICES(3) β A variable containing a list of devices known to have all axes centered at zero.
SDL_HINT_KEYCODE_OPTIONS(3) β A variable that controls keycode representation in keyboard events.
SDL_HINT_KMSDRM_ATOMIC(3) β A variable that controls whether KMSDRM will use \(dqatomic\(dq functionality.
SDL_HINT_KMSDRM_DEVICE_INDEX(3) β A variable that controls what KMSDRM device to use.
SDL_HINT_KMSDRM_REQUIRE_DRM_MASTER(3) β A variable that controls whether SDL requires DRM master access in order to initialize the KMSDRM video backend.
SDL_HINT_LOGGING(3) β A variable controlling the default SDL log levels.
SDL_HINT_MAC_BACKGROUND_APP(3) β A variable controlling whether to force the application to become the foreground process when launched on macOS.
SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK(3) β A variable that determines whether Ctrl+Click should generate a right-click event on macOS.
SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH(3) β A variable controlling whether dispatching OpenGL context updates should block the dispatching thread until the main thread finishes processing on macOS.
SDL_HINT_MAC_OPTION_AS_ALT(3) β A variable controlling whether the Option key on macOS should be remapped to act as the Alt key.
SDL_HINT_MAC_PRESS_AND_HOLD(3) β A variable controlling whether holding down a key will repeat the pressed key or open the accents menu on macOS.
SDL_HINT_MAC_SCROLL_MOMENTUM(3) β A variable controlling whether
SDL_HINT_MAIN_CALLBACK_RATE(3) β Request
SDL_HINT_MOUSE_AUTO_CAPTURE(3) β A variable controlling whether the mouse is captured while mouse buttons are pressed.
SDL_HINT_MOUSE_DEFAULT_SYSTEM_CURSOR(3) β A variable setting which system cursor to use as the default cursor.
SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS(3) β A variable setting the double click radius, in pixels.
SDL_HINT_MOUSE_DOUBLE_CLICK_TIME(3) β A variable setting the double click time, in milliseconds.
SDL_HINT_MOUSE_DPI_SCALE_CURSORS(3) β A variable setting whether we should scale cursors by the current display scale.
SDL_HINT_MOUSE_EMULATE_WARP_WITH_RELATIVE(3) β A variable controlling whether warping a hidden mouse cursor will activate relative mouse mode.
SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH(3) β Allow mouse click events when clicking to focus an SDL window.
SDL_HINT_MOUSE_NORMAL_SPEED_SCALE(3) β A variable setting the speed scale for mouse motion, in floating point, when the mouse is not in relative mode.
SDL_HINT_MOUSE_RELATIVE_CURSOR_VISIBLE(3) β A variable controlling whether the hardware cursor stays visible when relative mode is active.
SDL_HINT_MOUSE_RELATIVE_MODE_CENTER(3) β A variable controlling whether relative mouse mode constrains the mouse to the center of the window.
SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE(3) β A variable setting the scale for mouse motion, in floating point, when the mouse is in relative mode.
SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE(3) β A variable controlling whether the system mouse acceleration curve is used for relative mouse motion.
SDL_HINT_MOUSE_RELATIVE_WARP_MOTION(3) β A variable controlling whether a motion event should be generated for mouse warping in relative mode.
SDL_HINT_MOUSE_TOUCH_EVENTS(3) β A variable controlling whether mouse events should generate synthetic touch events.
SDL_HINT_MUTE_CONSOLE_KEYBOARD(3) β A variable controlling whether the keyboard should be muted on the console.
SDL_HINT_NO_SIGNAL_HANDLERS(3) β Tell SDL not to catch the SIGINT or SIGTERM signals on POSIX platforms.
SDL_HINT_OPENGL_ES_DRIVER(3) β A variable controlling what driver to use for OpenGL ES contexts.
SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER(3) β A variable controlling whether to force an sRGB-capable OpenGL context.
SDL_HINT_OPENGL_LIBRARY(3) β Specify the OpenGL library to load.
SDL_HINT_OPENVR_LIBRARY(3) β Mechanism to specify openvr_api library location
SDL_HINT_ORIENTATIONS(3) β A variable controlling which orientations are allowed on iOS/Android.
SDL_HINT_PEN_MOUSE_EVENTS(3) β A variable controlling whether pen events should generate synthetic mouse events.
SDL_HINT_PEN_TOUCH_EVENTS(3) β A variable controlling whether pen events should generate synthetic touch events.
SDL_HINT_POLL_SENTINEL(3) β A variable controlling the use of a sentinel event when polling the event queue.
SDL_HINT_PREFERRED_LOCALES(3) β Override for
SDL_HINT_PS2_GS_HEIGHT(3) β A variable controlling the height of the PS2\(aqs framebuffer in pixels.
SDL_HINT_PS2_GS_MODE(3) β A variable controlling the video mode of the console.
SDL_HINT_PS2_GS_PROGRESSIVE(3) β A variable controlling whether the signal is interlaced or progressive.
SDL_HINT_PS2_GS_WIDTH(3) β A variable controlling the width of the PS2\(aqs framebuffer in pixels.
SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE(3) β A variable that decides whether to send
SDL_HINT_RENDER_DIRECT3D11_DEBUG(3) β A variable controlling whether to enable Direct3D 11+\(aqs Debug Layer.
SDL_HINT_RENDER_DIRECT3D11_WARP(3) β A variable controlling whether to use the Direct3D 11 WARP software rasterizer.
SDL_HINT_RENDER_DIRECT3D_THREADSAFE(3) β A variable controlling whether the Direct3D device is initialized for thread-safe operations.
SDL_HINT_RENDER_DRIVER(3) β A variable specifying which render driver to use.
SDL_HINT_RENDER_GPU_DEBUG(3) β A variable controlling whether to create the GPU device in debug mode.
SDL_HINT_RENDER_GPU_LOW_POWER(3) β A variable controlling whether to prefer a low-power GPU on multi-GPU systems.
SDL_HINT_RENDER_LINE_METHOD(3) β A variable controlling how the 2D render API renders lines.
SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE(3) β A variable controlling whether the Metal render driver select low power device over default one.
SDL_HINT_RENDER_VSYNC(3) β A variable controlling whether updates to the SDL screen surface should be synchronized with the vertical refresh, to avoid tearing.
SDL_HINT_RENDER_VULKAN_DEBUG(3) β A variable controlling whether to enable Vulkan Validation Layers.
SDL_HINT_RETURN_KEY_HIDES_IME(3) β A variable to control whether the return key on the soft keyboard should hide the soft keyboard on Android and iOS.
SDL_HINT_ROG_GAMEPAD_MICE(3) β A variable containing a list of ROG gamepad capable mice.
SDL_HINT_ROG_GAMEPAD_MICE_EXCLUDED(3) β A variable containing a list of devices that are not ROG gamepad capable mice.
SDL_HINT_RPI_VIDEO_LAYER(3) β A variable controlling which Dispmanx layer to use on a Raspberry PI.
SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME(3) β Specify an \(dqactivity name\(dq for screensaver inhibition.
SDL_HINT_SHUTDOWN_DBUS_ON_QUIT(3) β A variable controlling whether SDL calls dbus_shutdown() on quit.
SDL_HINT_STORAGE_TITLE_DRIVER(3) β A variable that specifies a backend to use for title storage.
SDL_HINT_STORAGE_USER_DRIVER(3) β A variable that specifies a backend to use for user storage.
SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL(3) β Specifies whether
SDL_HINT_THREAD_PRIORITY_POLICY(3) β A string specifying additional information to use with
SDL_HINT_TIMER_RESOLUTION(3) β A variable that controls the timer resolution, in milliseconds.
SDL_HINT_TOUCH_MOUSE_EVENTS(3) β A variable controlling whether touch events should generate synthetic mouse events.
SDL_HINT_TRACKPAD_IS_TOUCH_ONLY(3) β A variable controlling whether trackpads should be treated as touch devices.
SDL_HINT_TV_REMOTE_AS_JOYSTICK(3) β A variable controlling whether the Android / tvOS remotes should be listed as joystick devices, instead of sending keyboard events.
SDL_HINT_VIDEO_ALLOW_SCREENSAVER(3) β A variable controlling whether the screensaver is enabled.
SDL_HINT_VIDEO_DISPLAY_PRIORITY(3) β A comma separated list containing the names of the displays that SDL should sort to the front of the display list.
SDL_HINT_VIDEO_DOUBLE_BUFFER(3) β Tell the video driver that we only want a double buffer.
SDL_HINT_VIDEO_DRIVER(3) β A variable that specifies a video backend to use.
SDL_HINT_VIDEO_DUMMY_SAVE_FRAMES(3) β A variable controlling whether the dummy video driver saves output frames.
SDL_HINT_VIDEO_EGL_ALLOW_GETDISPLAY_FALLBACK(3) β If eglGetPlatformDisplay fails, fall back to calling eglGetDisplay.
SDL_HINT_VIDEO_FORCE_EGL(3) β A variable controlling whether the OpenGL context should be created with EGL.
SDL_HINT_VIDEO_MAC_FULLSCREEN_MENU_VISIBILITY(3) β A variable that specifies the menu visibility when a window is fullscreen in Spaces on macOS.
SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES(3) β A variable that specifies the policy for fullscreen Spaces on macOS.
SDL_HINT_VIDEO_MATCH_EXCLUSIVE_MODE_ON_MOVE(3) β A variable controlling whether SDL will attempt to automatically set the destination display to a mode most closely matching that of the previous display if an exclusive fullscreen window is moved onto it.
SDL_HINT_VIDEO_METAL_AUTO_RESIZE_DRAWABLE(3) β A variable indicating whether the metal layer drawable size should be updated for the
SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS(3) β A variable controlling whether fullscreen windows are minimized when they lose focus.
SDL_HINT_VIDEO_OFFSCREEN_SAVE_FRAMES(3) β A variable controlling whether the offscreen video driver saves output frames.
SDL_HINT_VIDEO_SYNC_WINDOW_OPERATIONS(3) β A variable controlling whether all window operations will block until complete.
SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR(3) β A variable controlling whether the libdecor Wayland backend is allowed to be used.
SDL_HINT_VIDEO_WAYLAND_MODE_EMULATION(3) β A variable controlling whether video mode emulation is enabled under Wayland.
SDL_HINT_VIDEO_WAYLAND_MODE_SCALING(3) β A variable controlling how modes with a non-native aspect ratio are displayed under Wayland.
SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR(3) β A variable controlling whether the libdecor Wayland backend is preferred over native decorations.
SDL_HINT_VIDEO_WAYLAND_SCALE_TO_DISPLAY(3) β A variable forcing non-DPI-aware Wayland windows to output at 1:1 scaling.
SDL_HINT_VIDEO_WIN_D3DCOMPILER(3) β A variable specifying which shader compiler to preload when using the Chrome ANGLE binaries.
SDL_HINT_VIDEO_X11_ENABLE_XSYNC_EXT(3) β A variable controlling whether the X Synchronization Extension is enabled.
SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT(3) β A variable controlling whether SDL should call XSelectInput() to enable input events on X11 windows wrapped by SDL windows.
SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR(3) β A variable controlling whether the X11 _NET_WM_BYPASS_COMPOSITOR hint should be used.
SDL_HINT_VIDEO_X11_NET_WM_PING(3) β A variable controlling whether the X11 _NET_WM_PING protocol should be supported.
SDL_HINT_VIDEO_X11_NODIRECTCOLOR(3) β A variable controlling whether SDL uses DirectColor visuals.
SDL_HINT_VIDEO_X11_SCALING_FACTOR(3) β A variable forcing the content scaling factor for X11 displays.
SDL_HINT_VIDEO_X11_VISUALID(3) β A variable forcing the visual ID used for X11 display modes.
SDL_HINT_VIDEO_X11_WINDOW_VISUALID(3) β A variable forcing the visual ID chosen for new X11 windows.
SDL_HINT_VIDEO_X11_XRANDR(3) β A variable controlling whether the X11 XRandR extension should be used.
SDL_HINT_VITA_ENABLE_BACK_TOUCH(3) β A variable controlling whether touch should be enabled on the back panel of the PlayStation Vita.
SDL_HINT_VITA_ENABLE_FRONT_TOUCH(3) β A variable controlling whether touch should be enabled on the front panel of the PlayStation Vita.
SDL_HINT_VITA_MODULE_PATH(3) β A variable controlling the module path on the PlayStation Vita.
SDL_HINT_VITA_PVR_INIT(3) β A variable controlling whether to perform PVR initialization on the PlayStation Vita.
SDL_HINT_VITA_PVR_OPENGL(3) β A variable controlling whether OpenGL should be used instead of OpenGL ES on the PlayStation Vita.
SDL_HINT_VITA_RESOLUTION(3) β A variable overriding the resolution reported on the PlayStation Vita.
SDL_HINT_VITA_TOUCH_MOUSE_DEVICE(3) β A variable controlling which touchpad should generate synthetic mouse events.
SDL_HINT_VULKAN_DISPLAY(3) β A variable overriding the display index used in
SDL_HINT_VULKAN_LIBRARY(3) β Specify the Vulkan library to load.
SDL_HINT_WAVE_CHUNK_LIMIT(3) β A variable controlling the maximum number of chunks in a WAVE file.
SDL_HINT_WAVE_FACT_CHUNK(3) β A variable controlling how the fact chunk affects the loading of a WAVE file.
SDL_HINT_WAVE_RIFF_CHUNK_SIZE(3) β A variable controlling how the size of the RIFF chunk affects the loading of a WAVE file.
SDL_HINT_WAVE_TRUNCATION(3) β A variable controlling how a truncated WAVE file is handled.
SDL_HINT_WINDOWS_CLOSE_ON_ALT_F4(3) β A variable controlling whether SDL generates window-close events for Alt+F4 on Windows.
SDL_HINT_WINDOWS_ENABLE_MENU_MNEMONICS(3) β A variable controlling whether menus can be opened with their keyboard shortcut (Alt+mnemonic).
SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP(3) β A variable controlling whether the windows message loop is processed by SDL.
SDL_HINT_WINDOWS_ERASE_BACKGROUND_MODE(3) β A variable controlling whether SDL will clear the window contents when the WM_ERASEBKGND message is received.
SDL_HINT_WINDOWS_FORCE_SEMAPHORE_KERNEL(3) β A variable controlling whether SDL uses Kernel Semaphores on Windows.
SDL_HINT_WINDOWS_GAMEINPUT(3) β A variable controlling whether GameInput is used for raw keyboard and mouse on Windows.
SDL_HINT_WINDOWS_INTRESOURCE_ICON(3) β A variable to specify custom icon resource id from RC file on Windows platform.
SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL(3) β A variable to specify custom icon resource id from RC file on Windows platform.
SDL_HINT_WINDOWS_RAW_KEYBOARD(3) β A variable controlling whether raw keyboard events are used on Windows.
SDL_HINT_WINDOWS_RAW_KEYBOARD_EXCLUDE_HOTKEYS(3) β A variable controlling whether or not the RIDEV_NOHOTKEYS flag is set when enabling Windows raw keyboard events.
SDL_HINT_WINDOWS_RAW_KEYBOARD_INPUTSINK(3) β A variable controlling whether the RIDEV_INPUTSINK flag is set when enabling Windows raw keyboard events.
SDL_HINT_WINDOWS_USE_D3D9EX(3) β A variable controlling whether SDL uses the D3D9Ex API introduced in Windows Vista, instead of normal D3D9.
SDL_HINT_WINDOW_ACTIVATE_WHEN_RAISED(3) β A variable controlling whether the window is activated when the
SDL_HINT_WINDOW_ACTIVATE_WHEN_SHOWN(3) β A variable controlling whether the window is activated when the
SDL_HINT_WINDOW_ALLOW_TOPMOST(3) β If set to \(dq0\(dq then never set the top-most flag on an SDL Window even if the application requests it.
SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN(3) β A variable controlling whether the window frame and title bar are interactive when the cursor is hidden.
SDL_HINT_X11_FORCE_OVERRIDE_REDIRECT(3) β A variable controlling whether X11 windows are marked as override-redirect.
SDL_HINT_X11_WINDOW_TYPE(3) β A variable specifying the type of an X11 window.
SDL_HINT_X11_XCB_LIBRARY(3) β Specify the XCB library to load for the X11 driver.
SDL_HINT_XINPUT_ENABLED(3) β A variable controlling whether XInput should be used for controller handling.
SDL_Haptic(3type) β The haptic structure used to identify an SDL haptic.
SDL_HapticCondition(3type) β A structure containing a template for a Condition effect.
SDL_HapticConstant(3type) β A structure containing a template for a Constant effect.
SDL_HapticCustom(3type) β A structure containing a template for the
SDL_HapticDirection(3type) β Structure that represents a haptic direction.
SDL_HapticDirectionType(3type) β Type of coordinates used for haptic direction.
SDL_HapticEffect(3type) β The generic template for any haptic effect.
SDL_HapticEffectID(3type) β ID for haptic effects.
SDL_HapticEffectSupported(3) β Check to see if an effect is supported by a haptic device.
SDL_HapticEffectType(3type) β Type of haptic effect.
SDL_HapticID(3type) β This is a unique ID for a haptic device for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_HapticLeftRight(3type) β A structure containing a template for a Left/Right effect.
SDL_HapticPeriodic(3type) β A structure containing a template for a Periodic effect.
SDL_HapticRamp(3type) β A structure containing a template for a Ramp effect.
SDL_HapticRumbleSupported(3) β Check whether rumble is supported on a haptic device.
SDL_HasARMSIMD(3) β Determine whether the CPU has ARM SIMD (ARMv6) features.
SDL_HasAVX(3) β Determine whether the CPU has AVX features.
SDL_HasAVX2(3) β Determine whether the CPU has AVX2 features.
SDL_HasAVX512F(3) β Determine whether the CPU has AVX-512F (foundation) features.
SDL_HasAltiVec(3) β Determine whether the CPU has AltiVec features.
SDL_HasClipboardData(3) β Query whether there is data in the clipboard for the provided mime type.
SDL_HasClipboardText(3) β Query whether the clipboard exists and contains a non-empty text string.
SDL_HasEvent(3) β Check for the existence of a certain event type in the event queue.
SDL_HasEvents(3) β Check for the existence of certain event types in the event queue.
SDL_HasExactlyOneBitSet32(3) β Determine if a unsigned 32-bit value has exactly one bit set.
SDL_HasGamepad(3) β Return whether a gamepad is currently connected.
SDL_HasJoystick(3) β Return whether a joystick is currently connected.
SDL_HasKeyboard(3) β Return whether a keyboard is currently connected.
SDL_HasLASX(3) β Determine whether the CPU has LASX (LOONGARCH SIMD) features.
SDL_HasLSX(3) β Determine whether the CPU has LSX (LOONGARCH SIMD) features.
SDL_HasMMX(3) β Determine whether the CPU has MMX features.
SDL_HasMouse(3) β Return whether a mouse is currently connected.
SDL_HasNEON(3) β Determine whether the CPU has NEON (ARM SIMD) features.
SDL_HasPrimarySelectionText(3) β Query whether the primary selection exists and contains a non-empty text string.
SDL_HasProperty(3) β Return whether a property exists in a group of properties.
SDL_HasRectIntersection(3) β Determine whether two rectangles intersect.
SDL_HasRectIntersectionFloat(3) β Determine whether two rectangles intersect with float precision.
SDL_HasSSE(3) β Determine whether the CPU has SSE features.
SDL_HasSSE2(3) β Determine whether the CPU has SSE2 features.
SDL_HasSSE3(3) β Determine whether the CPU has SSE3 features.
SDL_HasSSE41(3) β Determine whether the CPU has SSE4.1 features.
SDL_HasSSE42(3) β Determine whether the CPU has SSE4.2 features.
SDL_HasScreenKeyboardSupport(3) β Check whether the platform has screen keyboard support.
SDL_HideCursor(3) β Hide the cursor.
SDL_HideWindow(3) β Hide a window.
SDL_HintCallback(3type) β A callback used to send notifications of hint value changes.
SDL_HintPriority(3type) β An enumeration of hint priorities.
SDL_HitTest(3type) β Callback used for hit-testing.
SDL_HitTestResult(3type) β Possible return values from the
SDL_INIT_INTERFACE(3) β A macro to initialize an SDL interface.
SDL_INLINE(3) β A macro to request a function be inlined.
SDL_INOUT_Z_CAP(3) β Macro that annotates function params with input/output string buffer size.
SDL_INVALID_UNICODE_CODEPOINT(3) β The Unicode REPLACEMENT CHARACTER codepoint.
SDL_IN_BYTECAP(3) β Macro that annotates function params with input buffer size.
SDL_IOFromConstMem(3) β Use this function to prepare a read-only memory buffer for use with
SDL_IOFromDynamicMem(3) β Use this function to create an
SDL_IOFromFile(3) β Use this function to create a new
SDL_IOFromMem(3) β Use this function to prepare a read-write memory buffer for use with
SDL_IOStatus(3type)
SDL_IOStream(3type) β The read/write operation structure.
SDL_IOStreamInterface(3type) β The function pointers that drive an
SDL_IOWhence(3type) β Possible
SDL_IOprintf(3) β Print to an
SDL_IOvprintf(3) β Print to an
SDL_ISCOLORSPACE_FULL_RANGE(3) β A macro to determine if an
SDL_ISCOLORSPACE_LIMITED_RANGE(3) β A macro to determine if an
SDL_ISCOLORSPACE_MATRIX_BT2020_NCL(3) β A macro to determine if an
SDL_ISCOLORSPACE_MATRIX_BT601(3) β A macro to determine if an
SDL_ISCOLORSPACE_MATRIX_BT709(3) β A macro to determine if an
SDL_ISPIXELFORMAT_10BIT(3) β A macro to determine if an
SDL_ISPIXELFORMAT_ALPHA(3) β A macro to determine if an
SDL_ISPIXELFORMAT_ARRAY(3) β A macro to determine if an
SDL_ISPIXELFORMAT_FLOAT(3) β A macro to determine if an
SDL_ISPIXELFORMAT_FOURCC(3) β A macro to determine if an
SDL_ISPIXELFORMAT_INDEXED(3) β A macro to determine if an
SDL_ISPIXELFORMAT_PACKED(3) β A macro to determine if an
SDL_Init(3) β Initialize the SDL library.
SDL_Init(3) β Initializes SDL
SDL_InitFlags(3type) β Initialization flags for
SDL_InitHapticRumble(3) β Initialize a haptic device for simple rumble playback.
SDL_InitState(3type) β A structure used for thread-safe initialization and shutdown.
SDL_InitStatus(3type) β The current status of an
SDL_InitSubSystem(3) β Compatibility function to initialize the SDL library.
SDL_InitSubSystem(3) β Initialize subsystems
SDL_InsertGPUDebugLabel(3) β Inserts an arbitrary string label into the command buffer callstream.
SDL_InsertTrayEntryAt(3) β Insert a tray entry at a given position.
SDL_InvalidParamError(3) β A macro to standardize error reporting on unsupported operations.
SDL_IsAudioDevicePhysical(3) β Determine if an audio device is physical (instead of logical).
SDL_IsAudioDevicePlayback(3) β Determine if an audio device is a playback device (instead of recording).
SDL_IsChromebook(3) β Query if the application is running on a Chromebook.
SDL_IsDeXMode(3) β Query if the application is running on a Samsung DeX docking station.
SDL_IsGamepad(3) β Check if the given joystick is supported by the gamepad interface.
SDL_IsJoystickHaptic(3) β Query if a joystick has haptic features.
SDL_IsJoystickVirtual(3) β Query whether or not a joystick is virtual.
SDL_IsMainThread(3) β Return whether this is the main thread.
SDL_IsMouseHaptic(3) β Query whether or not the current mouse has haptic capabilities.
SDL_IsTV(3) β Query if the current device is a TV.
SDL_IsTablet(3) β Query if the current device is a tablet.
SDL_JOYSTICK_AXIS_MAX(3) β The largest value an
SDL_JOYSTICK_AXIS_MIN(3) β The smallest value an
SDL_JoyAxisEvent(3) β Joystick axis motion event structure
SDL_JoyAxisEvent(3type) β Joystick axis motion event structure (event.jaxis.*)
SDL_JoyBallEvent(3) β Joystick trackball motion event structure
SDL_JoyBallEvent(3type) β Joystick trackball motion event structure (event.jball.*)
SDL_JoyBatteryEvent(3type) β Joystick battery level change event structure (event.jbattery.*)
SDL_JoyButtonEvent(3) β Joystick button event structure
SDL_JoyButtonEvent(3type) β Joystick button event structure (event.jbutton.*)
SDL_JoyDeviceEvent(3type) β Joystick device event structure (event.jdevice.*)
SDL_JoyHatEvent(3) β Joystick hat position change event structure
SDL_JoyHatEvent(3type) β Joystick hat position change event structure (event.jhat.*)
SDL_Joystick(3type) β The joystick structure used to identify an SDL joystick.
SDL_JoystickClose(3) β Closes a previously opened joystick
SDL_JoystickConnected(3) β Get the status of a specified joystick.
SDL_JoystickConnectionState(3type) β Possible connection states for a joystick device.
SDL_JoystickEventState(3) β Enable/disable joystick event polling
SDL_JoystickEventsEnabled(3) β Query the state of joystick event processing.
SDL_JoystickGetAxis(3) β Get the current state of an axis
SDL_JoystickGetBall(3) β Get relative trackball motion
SDL_JoystickGetButton(3) β Get the current state of a given button on a given joystick
SDL_JoystickGetHat(3) β Get the current state of a joystick hat
SDL_JoystickID(3type) β This is a unique ID for a joystick for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_JoystickIndex(3) β Get the index of an SDL_Joystick.
SDL_JoystickName(3) β Get joystick name.
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_JoystickOpen(3) β Opens a joystick for use.
SDL_JoystickOpened(3) β Determine if a joystick has been opened
SDL_JoystickType(3type) β An enum of some common joystick types.
SDL_JoystickUpdate(3) β Updates the state of all joysticks
SDL_KeyboardDeviceEvent(3type) β Keyboard device event structure (event.kdevice.*)
SDL_KeyboardEvent(3) β Keyboard event structure
SDL_KeyboardEvent(3type) β Keyboard button event structure (event.key.*)
SDL_KeyboardID(3type) β This is a unique ID for a keyboard for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_Keycode(3type) β The SDL virtual key representation.
SDL_Keymod(3type) β Valid key modifiers (possibly OR\(aqd together).
SDL_KillProcess(3) β Stop a process.
SDL_KillThread(3) β Gracelessly terminates the thread.
SDL_LASX_INTRINSICS(3) β Defined if (and only if) the compiler supports Loongarch LSX intrinsics.
SDL_LIL_ENDIAN(3) β A value to represent littleendian byteorder.
SDL_LINE(3) β A macro that reports the current line number of the file being compiled.
SDL_LSX_INTRINSICS(3) β Defined if (and only if) the compiler supports Loongarch LSX intrinsics.
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_LoadBMP(3) β Load a BMP image from a file.
SDL_LoadBMP_IO(3) β Load a BMP image from a seekable SDL data stream.
SDL_LoadFile(3) β Load all the data from a file path.
SDL_LoadFileAsync(3) β Load all the data from a file path, asynchronously.
SDL_LoadFile_IO(3) β Load all the data from an SDL data stream.
SDL_LoadFunction(3) β Look up the address of the named function in a shared object.
SDL_LoadObject(3) β Dynamically load a shared object.
SDL_LoadPNG(3) β Load a PNG image from a file.
SDL_LoadPNG_IO(3) β Load a PNG image from a seekable SDL data stream.
SDL_LoadSurface(3) β Load a BMP or PNG image from a file.
SDL_LoadSurface_IO(3) β Load a BMP or PNG image from a seekable SDL data stream.
SDL_LoadWAV(3) β Load a WAVE file
SDL_LoadWAV(3) β Loads a WAV from a file path.
SDL_LoadWAV_IO(3) β Load the audio data of a WAVE file into memory.
SDL_Locale(3type) β A struct to provide locale data.
SDL_LockAudio(3) β Lock out the callback function
SDL_LockAudioStream(3) β Lock an audio stream for serialized access.
SDL_LockJoysticks(3) β Locking for atomic access to the joystick API.
SDL_LockMutex(3) β Lock the mutex.
SDL_LockProperties(3) β Lock a group of properties.
SDL_LockRWLockForReading(3) β Lock the read/write lock for _read only_ operations.
SDL_LockRWLockForWriting(3) β Lock the read/write lock for _write_ operations.
SDL_LockSpinlock(3) β Lock a spin lock by setting it to a non-zero value.
SDL_LockSurface(3) β Set up a surface for directly accessing the pixels.
SDL_LockSurface(3) β Lock a surface for directly access.
SDL_LockTexture(3) β Lock a portion of the texture for
SDL_LockTextureToSurface(3) β Lock a portion of the texture for
SDL_LockYUVOverlay(3) β Lock an overlay
SDL_Log(3) β Log a message with
SDL_LogCategory(3type) β The predefined log categories
SDL_LogCritical(3) β Log a message with
SDL_LogDebug(3) β Log a message with
SDL_LogError(3) β Log a message with
SDL_LogInfo(3) β Log a message with
SDL_LogMessage(3) β Log a message with the specified category and priority.
SDL_LogMessageV(3) β Log a message with the specified category and priority.
SDL_LogOutputFunction(3type) β The prototype for the log output callback function.
SDL_LogPriority(3type) β The predefined log priorities
SDL_LogTrace(3) β Log a message with
SDL_LogVerbose(3) β Log a message with
SDL_LogWarn(3) β Log a message with
SDL_MAIN_AVAILABLE(3) β Defined if the target platform offers a special mainline through SDL.
SDL_MAIN_HANDLED(3) β Inform SDL that the app is providing an entry point instead of SDL.
SDL_MAIN_NEEDED(3) β Defined if the target platform _requires_ a special mainline through SDL.
SDL_MAIN_USE_CALLBACKS(3) β Inform SDL to use the main callbacks instead of main.
SDL_MAJOR_VERSION(3) β The current major version of SDL headers.
SDL_MALLOC(3) β A macro to tag a function as an allocator.
SDL_MICRO_VERSION(3) β The current micro (or patchlevel) version of the SDL headers.
SDL_MINOR_VERSION(3) β The current minor version of the SDL headers.
SDL_MMX_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel MMX intrinsics.
SDL_MOUSE_TOUCHID(3) β The
SDL_MS_PER_SECOND(3) β Number of milliseconds in a second.
SDL_MS_TO_NS(3) β Convert milliseconds to nanoseconds.
SDL_MUSTLOCK(3) β Evaluates to true if the surface needs to be locked before access.
SDL_MainThreadCallback(3type) β Callback run on the main thread.
SDL_MapGPUTransferBuffer(3) β Maps a transfer buffer into application address space.
SDL_MapRGB(3) β Map an RGB triple to an opaque pixel value for a given pixel format.
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_MapRGBA(3) β Map an RGBA quadruple to a pixel value for a given pixel format.
SDL_MapSurfaceRGB(3) β Map an RGB triple to an opaque pixel value for a surface.
SDL_MapSurfaceRGBA(3) β Map an RGBA quadruple to a pixel value for a surface.
SDL_MatrixCoefficients(3type) β Colorspace matrix coefficients.
SDL_MaximizeWindow(3) β Request that the window be made as large as possible.
SDL_MemoryBarrierAcquire(3) β Insert a memory acquire barrier (macro version).
SDL_MemoryBarrierAcquireFunction(3) β Insert a memory acquire barrier (function version).
SDL_MemoryBarrierRelease(3) β Insert a memory release barrier (macro version).
SDL_MemoryBarrierReleaseFunction(3) β Insert a memory release barrier (function version).
SDL_MessageBoxButtonData(3type) β Individual button data.
SDL_MessageBoxButtonFlags(3type)
SDL_MessageBoxColor(3type) β RGB value used in a message box color scheme
SDL_MessageBoxColorScheme(3type) β A set of colors to use for message box dialogs
SDL_MessageBoxColorType(3type) β An enumeration of indices inside the colors array of
SDL_MessageBoxData(3type) β MessageBox structure containing title, text, window, etc.
SDL_MessageBoxFlags(3type) β Message box flags.
SDL_MetalView(3type) β A handle to a CAMetalLayer-backed NSView (macOS) or UIView (iOS/tvOS).
SDL_Metal_CreateView(3) β Create a CAMetalLayer-backed NSView/UIView and attach it to the specified window.
SDL_Metal_DestroyView(3) β Destroy an existing
SDL_Metal_GetLayer(3) β Get a pointer to the backing CAMetalLayer for the given view.
SDL_MinimizeWindow(3) β Request that the window be minimized to an iconic representation.
SDL_MixAudio(3) β Mix audio data
SDL_MixAudio(3) β Mix audio data in a specified format.
SDL_MostSignificantBitIndex32(3) β Get the index of the most significant (set) bit in a 32-bit number.
SDL_MouseButtonEvent(3) β Mouse button event structure
SDL_MouseButtonEvent(3type) β Mouse button event structure (event.button.*)
SDL_MouseButtonFlags(3type) β A bitmask of pressed mouse buttons, as reported by
SDL_MouseDeviceEvent(3type) β Mouse device event structure (event.mdevice.*)
SDL_MouseID(3type) β This is a unique ID for a mouse for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_MouseMotionEvent(3) β Mouse motion event structure
SDL_MouseMotionEvent(3type) β Mouse motion event structure (event.motion.*)
SDL_MouseMotionTransformCallback(3type) β A callback used to transform mouse motion delta from raw values.
SDL_MouseWheelDirection(3type) β Scroll direction types for the Scroll event
SDL_MouseWheelEvent(3type) β Mouse wheel event structure (event.wheel.*)
SDL_Mutex(3type) β A means to serialize access to a resource between threads.
SDL_NEON_INTRINSICS(3) β Defined if (and only if) the compiler supports ARM NEON intrinsics.
SDL_NODISCARD(3) β A macro to tag a function\(aqs return value as critical.
SDL_NOLONGLONG(3) β Don\(aqt let SDL use \(dqlong long\(dq C types.
SDL_NORETURN(3) β A macro to tag a function as never-returning.
SDL_NO_THREAD_SAFETY_ANALYSIS(3) β Wrapper around Clang thread safety analysis annotations.
SDL_NSTimerCallback(3type) β Function prototype for the nanosecond timer callback function.
SDL_NS_PER_MS(3) β Number of nanoseconds in a millisecond.
SDL_NS_PER_SECOND(3) β Number of nanoseconds in a second.
SDL_NS_PER_US(3) β Number of nanoseconds in a microsecond.
SDL_NS_TO_MS(3) β Convert nanoseconds to milliseconds.
SDL_NS_TO_SECONDS(3) β Convert nanoseconds to seconds.
SDL_NS_TO_US(3) β Convert nanoseconds to microseconds.
SDL_NULL_WHILE_LOOP_CONDITION(3) β A macro for wrapping code in
SDL_NumJoysticks(3) β Count available joysticks.
SDL_OUT_BYTECAP(3) β Macro that annotates function params with output buffer size.
SDL_OUT_CAP(3) β Macro that annotates function params with output buffer size.
SDL_OUT_Z_BYTECAP(3) β Macro that annotates function params with output buffer string size.
SDL_OUT_Z_CAP(3) β Macro that annotates function params with output string buffer size.
SDL_OnApplicationDidChangeStatusBarOrientation(3) β Let iOS apps with external event handling report onApplicationDidChangeStatusBarOrientation.
SDL_OnApplicationDidEnterBackground(3) β Let iOS apps with external event handling report onApplicationDidEnterBackground.
SDL_OnApplicationDidEnterForeground(3) β Let iOS apps with external event handling report onApplicationDidBecomeActive.
SDL_OnApplicationDidReceiveMemoryWarning(3) β Let iOS apps with external event handling report onApplicationDidReceiveMemoryWarning.
SDL_OnApplicationWillEnterBackground(3) β Let iOS apps with external event handling report onApplicationWillResignActive.
SDL_OnApplicationWillEnterForeground(3) β Let iOS apps with external event handling report onApplicationWillEnterForeground.
SDL_OnApplicationWillTerminate(3) β Let iOS apps with external event handling report onApplicationWillTerminate.
SDL_OpenAudio(3) β Opens the audio device with the desired parameters.
SDL_OpenAudioDevice(3) β Open a specific audio device.
SDL_OpenAudioDeviceStream(3) β Convenience function for straightforward audio init for the common case.
SDL_OpenCamera(3) β Open a video recording device (a \(dqcamera\(dq).
SDL_OpenFileStorage(3) β Opens up a container for local filesystem storage.
SDL_OpenGamepad(3) β Open a gamepad for use.
SDL_OpenHaptic(3) β Open a haptic device for use.
SDL_OpenHapticFromJoystick(3) β Open a haptic device for use from a joystick device.
SDL_OpenHapticFromMouse(3) β Try to open a haptic device from the current mouse.
SDL_OpenIO(3) β Create a custom
SDL_OpenJoystick(3) β Open a joystick for use.
SDL_OpenSensor(3) β Open a sensor for use.
SDL_OpenStorage(3) β Opens up a container using a client-provided storage interface.
SDL_OpenTitleStorage(3) β Opens up a read-only container for the application\(aqs filesystem.
SDL_OpenURL(3) β Open a URL/URI in the browser or other appropriate external application.
SDL_OpenUserStorage(3) β Opens up a container for a user\(aqs unique read/write filesystem.
SDL_OutOfMemory(3) β Set an error indicating that memory allocation failed.
SDL_Overlay(3) β YUV video overlay
SDL_PEN_MOUSEID(3) β The
SDL_PEN_TOUCHID(3) β The
SDL_PIXELFLAG(3) β A macro to retrieve the flags of an
SDL_PIXELLAYOUT(3) β A macro to retrieve the layout of an
SDL_PIXELORDER(3) β A macro to retrieve the order of an
SDL_PIXELTYPE(3) β A macro to retrieve the type of an
SDL_PI_D(3) β The value of Pi, as a double-precision floating point literal.
SDL_PI_F(3) β The value of Pi, as a single-precision floating point literal.
SDL_PLATFORM_3DS(3) β A preprocessor macro that is only defined if compiling for Nintendo 3DS.
SDL_PLATFORM_AIX(3) β A preprocessor macro that is only defined if compiling for AIX.
SDL_PLATFORM_ANDROID(3) β A preprocessor macro that is only defined if compiling for Android.
SDL_PLATFORM_APPLE(3) β A preprocessor macro that is only defined if compiling for Apple platforms.
SDL_PLATFORM_BSDI(3) β A preprocessor macro that is only defined if compiling for BSDi
SDL_PLATFORM_CYGWIN(3) β A preprocessor macro that is only defined if compiling for Cygwin.
SDL_PLATFORM_EMSCRIPTEN(3) β A preprocessor macro that is only defined if compiling for Emscripten.
SDL_PLATFORM_FREEBSD(3) β A preprocessor macro that is only defined if compiling for FreeBSD.
SDL_PLATFORM_GDK(3) β A preprocessor macro that is only defined if compiling for Microsoft GDK on any platform.
SDL_PLATFORM_HAIKU(3) β A preprocessor macro that is only defined if compiling for Haiku OS.
SDL_PLATFORM_HPUX(3) β A preprocessor macro that is only defined if compiling for HP-UX.
SDL_PLATFORM_HURD(3) β A preprocessor macro that is only defined if compiling for GNU/Hurd.
SDL_PLATFORM_IOS(3) β A preprocessor macro that is only defined if compiling for iOS or visionOS.
SDL_PLATFORM_IRIX(3) β A preprocessor macro that is only defined if compiling for IRIX.
SDL_PLATFORM_LINUX(3) β A preprocessor macro that is only defined if compiling for Linux.
SDL_PLATFORM_MACOS(3) β A preprocessor macro that is only defined if compiling for macOS.
SDL_PLATFORM_NETBSD(3) β A preprocessor macro that is only defined if compiling for NetBSD.
SDL_PLATFORM_NGAGE(3) β A preprocessor macro that is only defined if compiling for the Nokia N-Gage.
SDL_PLATFORM_OPENBSD(3) β A preprocessor macro that is only defined if compiling for OpenBSD.
SDL_PLATFORM_OS2(3) β A preprocessor macro that is only defined if compiling for OS/2.
SDL_PLATFORM_OSF(3) β A preprocessor macro that is only defined if compiling for Tru64 (OSF/1).
SDL_PLATFORM_PS2(3) β A preprocessor macro that is only defined if compiling for Sony PlayStation 2.
SDL_PLATFORM_PSP(3) β A preprocessor macro that is only defined if compiling for Sony PSP.
SDL_PLATFORM_QNXNTO(3) β A preprocessor macro that is only defined if compiling for QNX Neutrino.
SDL_PLATFORM_RISCOS(3) β A preprocessor macro that is only defined if compiling for RISC OS.
SDL_PLATFORM_SOLARIS(3) β A preprocessor macro that is only defined if compiling for SunOS/Solaris.
SDL_PLATFORM_TVOS(3) β A preprocessor macro that is only defined if compiling for tvOS.
SDL_PLATFORM_UNIX(3) β A preprocessor macro that is only defined if compiling for a Unix-like system.
SDL_PLATFORM_VISIONOS(3) β A preprocessor macro that is only defined if compiling for visionOS.
SDL_PLATFORM_VITA(3) β A preprocessor macro that is only defined if compiling for Sony Vita.
SDL_PLATFORM_WIN32(3) β A preprocessor macro that is only defined if compiling for desktop Windows.
SDL_PLATFORM_WINDOWS(3) β A preprocessor macro that is only defined if compiling for Windows.
SDL_PLATFORM_WINGDK(3) β A preprocessor macro that is only defined if compiling for Microsoft GDK for Windows.
SDL_PLATFORM_XBOXONE(3) β A preprocessor macro that is only defined if compiling for Xbox One.
SDL_PLATFORM_XBOXSERIES(3) β A preprocessor macro that is only defined if compiling for Xbox Series.
SDL_PRILLX(3) β A printf-formatting string for an
SDL_PRILL_PREFIX(3) β A printf-formatting string prefix for a
SDL_PRILLd(3) β A printf-formatting string for a
SDL_PRILLu(3) β A printf-formatting string for a
SDL_PRILLx(3) β A printf-formatting string for an
SDL_PRINTF_FORMAT_STRING(3) β Macro that annotates function params as printf-style format strings.
SDL_PRINTF_VARARG_FUNC(3) β Macro that annotates a vararg function that operates like printf.
SDL_PRINTF_VARARG_FUNCV(3) β Macro that annotates a va_list function that operates like printf.
SDL_PRIX32(3) β A printf-formatting string for a
SDL_PRIX64(3) β A printf-formatting string for a
SDL_PRIs32(3) β A printf-formatting string for an
SDL_PRIs64(3) β A printf-formatting string for an
SDL_PRIu32(3) β A printf-formatting string for a
SDL_PRIu64(3) β A printf-formatting string for a
SDL_PRIx32(3) β A printf-formatting string for a
SDL_PRIx64(3) β A printf-formatting string for a
SDL_PROP_GLOBAL_VIDEO_WAYLAND_WL_DISPLAY_POINTER(3) β The pointer to the global
SDL_PROP_NAME_STRING(3) β A generic property for naming things.
SDL_PT_GUARDED_BY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_PackedLayout(3type) β Packed component layout.
SDL_PackedOrder(3type) β Packed component order, high bit -> low bit.
SDL_Palette(3) β Color palette for 8-bit pixel formats
SDL_Palette(3type) β A set of indexed colors representing a palette.
SDL_PathInfo(3type) β Information about a path on the filesystem.
SDL_PathType(3type) β Types of filesystem entries.
SDL_PauseAudio(3) β Pauses and unpauses the audio callback processing
SDL_PauseAudioDevice(3) β Use this function to pause audio playback on a specified device.
SDL_PauseAudioStreamDevice(3) β Use this function to pause audio playback on the audio device associated with an audio stream.
SDL_PauseHaptic(3) β Pause a haptic device.
SDL_PeepEvents(3) β Checks the event queue for messages and optionally returns them.
SDL_PeepEvents(3) β Check the event queue for messages and optionally return them.
SDL_PenAxis(3type) β Pen axis indices.
SDL_PenAxisEvent(3type) β Pressure-sensitive pen pressure / angle event structure (event.paxis.*)
SDL_PenButtonEvent(3type) β Pressure-sensitive pen button event structure (event.pbutton.*)
SDL_PenDeviceType(3type) β An enum that describes the type of a pen device.
SDL_PenID(3type) β SDL pen instance IDs.
SDL_PenInputFlags(3type) β Pen input flags, as reported by various pen events\(aq
SDL_PenMotionEvent(3type) β Pressure-sensitive pen motion event structure (event.pmotion.*)
SDL_PenProximityEvent(3type) β Pressure-sensitive pen proximity event structure (event.pproximity.*)
SDL_PenTouchEvent(3type) β Pressure-sensitive pen touched event structure (event.ptouch.*)
SDL_PinchFingerEvent(3type) β Pinch event structure (event.pinch.*)
SDL_PixelFormat(3) β Stores surface format information
SDL_PixelFormat(3type) β Pixel format.
SDL_PixelFormatDetails(3type) β Details about the format of a pixel.
SDL_PixelType(3type) β Pixel type.
SDL_PlayHapticRumble(3) β Run a simple rumble effect on a haptic device.
SDL_Point(3type) β The structure that defines a point (using integers).
SDL_PointInRect(3) β Determine whether a point resides inside a rectangle.
SDL_PointInRectFloat(3) β Determine whether a point resides inside a floating point rectangle.
SDL_PollEvent(3) β Poll for currently pending events.
SDL_PollEvent(3) β Polls for currently pending events.
SDL_PopGPUDebugGroup(3) β Ends the most-recently pushed debug group.
SDL_PowerState(3type) β The basic state for the system\(aqs power supply.
SDL_PremultiplyAlpha(3) β Premultiply the alpha on a block of pixels.
SDL_PremultiplySurfaceAlpha(3) β Premultiply the alpha in a surface.
SDL_Process(3type) β An opaque handle representing a system process.
SDL_ProcessIO(3type) β Description of where standard I/O should be directed when creating a process.
SDL_ProgressState(3type) β Window progress state
SDL_PropertiesID(3type) β An ID that represents a properties set.
SDL_PropertyType(3type) β SDL property type
SDL_PumpEvents(3) β Pumps the event loop, gathering events from the input devices.
SDL_PumpEvents(3) β Pump the event loop, gathering events from the input devices.
SDL_PushEvent(3) β Pushes an event onto the event queue
SDL_PushEvent(3) β Add an event to the event queue.
SDL_PushGPUComputeUniformData(3) β Pushes data to a uniform slot on the command buffer.
SDL_PushGPUDebugGroup(3) β Begins a debug group with an arbitrary name.
SDL_PushGPUFragmentUniformData(3) β Pushes data to a fragment uniform slot on the command buffer.
SDL_PushGPUVertexUniformData(3) β Pushes data to a vertex uniform slot on the command buffer.
SDL_PutAudioStreamData(3) β Add data to the stream.
SDL_PutAudioStreamDataNoCopy(3) β Add external data to an audio stream without copying it.
SDL_PutAudioStreamPlanarData(3) β Add data to the stream with each channel in a separate array.
SDL_QueryGPUFence(3) β Checks the status of a fence.
SDL_Quit(3) β Shut down SDL
SDL_Quit(3) β Clean up all initialized subsystems.
SDL_QuitEvent(3) β Quit requested event
SDL_QuitEvent(3type) β The \(dqquit requested\(dq event
SDL_QuitSubSystem(3) β Shut down specific SDL subsystems.
SDL_QuitSubSystem(3) β Shut down a subsystem
SDL_RELEASE(3) β Wrapper around Clang thread safety analysis annotations.
SDL_RELEASE_GENERIC(3) β Wrapper around Clang thread safety analysis annotations.
SDL_RELEASE_SHARED(3) β Wrapper around Clang thread safety analysis annotations.
SDL_REQUIRES(3) β Wrapper around Clang thread safety analysis annotations.
SDL_REQUIRES_SHARED(3) β Wrapper around Clang thread safety analysis annotations.
SDL_RESTRICT(3) β A macro to tag a pointer variable, to help with pointer aliasing.
SDL_RETURN_CAPABILITY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_REVISION(3) β This macro is a string describing the source at a particular point in development.
SDL_RWFromFile(3) β Short description of function
SDL_RWLock(3type) β A mutex that allows read-only threads to run in parallel.
SDL_RaiseWindow(3) β Request that a window be raised above other windows and gain the input focus.
SDL_ReadAsyncIO(3) β Start an async read.
SDL_ReadIO(3) β Read from a data source.
SDL_ReadProcess(3) β Read all the output from a process.
SDL_ReadS16BE(3) β Use this function to read 16 bits of big-endian data from an
SDL_ReadS16LE(3) β Use this function to read 16 bits of little-endian data from an
SDL_ReadS32BE(3) β Use this function to read 32 bits of big-endian data from an
SDL_ReadS32LE(3) β Use this function to read 32 bits of little-endian data from an
SDL_ReadS64BE(3) β Use this function to read 64 bits of big-endian data from an
SDL_ReadS64LE(3) β Use this function to read 64 bits of little-endian data from an
SDL_ReadS8(3) β Use this function to read a signed byte from an
SDL_ReadStorageFile(3) β Synchronously read a file from a storage container into a client-provided buffer.
SDL_ReadSurfacePixel(3) β Retrieves a single pixel from a surface.
SDL_ReadSurfacePixelFloat(3) β Retrieves a single pixel from a surface.
SDL_ReadU16BE(3) β Use this function to read 16 bits of big-endian data from an
SDL_ReadU16LE(3) β Use this function to read 16 bits of little-endian data from an
SDL_ReadU32BE(3) β Use this function to read 32 bits of big-endian data from an
SDL_ReadU32LE(3) β Use this function to read 32 bits of little-endian data from an
SDL_ReadU64BE(3) β Use this function to read 64 bits of big-endian data from an
SDL_ReadU64LE(3) β Use this function to read 64 bits of little-endian data from an
SDL_ReadU8(3) β Use this function to read a byte from an
SDL_Rect(3) β Defines a rectangular area
SDL_Rect(3type) β A rectangle, with the origin at the upper left (using integers).
SDL_RectEmpty(3) β Determine whether a rectangle has no area.
SDL_RectEmptyFloat(3) β Determine whether a floating point rectangle takes no space.
SDL_RectToFRect(3) β Convert an
SDL_RectsEqual(3) β Determine whether two rectangles are equal.
SDL_RectsEqualEpsilon(3) β Determine whether two floating point rectangles are equal, within some given epsilon.
SDL_RectsEqualFloat(3) β Determine whether two floating point rectangles are equal, within a default epsilon.
SDL_RegisterApp(3) β Register a win32 window class for SDL\(aqs use.
SDL_RegisterEvents(3) β Allocate a set of user-defined events, and return the beginning event number for that set of events.
SDL_ReleaseCameraFrame(3) β Release a frame of video acquired from a camera.
SDL_ReleaseGPUBuffer(3) β Frees the given buffer as soon as it is safe to do so.
SDL_ReleaseGPUComputePipeline(3) β Frees the given compute pipeline as soon as it is safe to do so.
SDL_ReleaseGPUFence(3) β Releases a fence obtained from
SDL_ReleaseGPUGraphicsPipeline(3) β Frees the given graphics pipeline as soon as it is safe to do so.
SDL_ReleaseGPUSampler(3) β Frees the given sampler as soon as it is safe to do so.
SDL_ReleaseGPUShader(3) β Frees the given shader as soon as it is safe to do so.
SDL_ReleaseGPUTexture(3) β Frees the given texture as soon as it is safe to do so.
SDL_ReleaseGPUTransferBuffer(3) β Frees the given transfer buffer as soon as it is safe to do so.
SDL_ReleaseWindowFromGPUDevice(3) β Unclaims a window, destroying its swapchain structure.
SDL_ReloadGamepadMappings(3) β Reinitialize the SDL mapping database to its initial state.
SDL_RemoveEventWatch(3) β Remove an event watch callback added with
SDL_RemoveHintCallback(3) β Remove a function watching a particular hint.
SDL_RemovePath(3) β Remove a file or an empty directory.
SDL_RemoveStoragePath(3) β Remove a file or an empty directory in a writable storage container.
SDL_RemoveSurfaceAlternateImages(3) β Remove all alternate versions of a surface.
SDL_RemoveTimer(3) β Remove a timer created with
SDL_RemoveTimer(3) β Remove a timer which was added with SDL_AddTimer.
SDL_RemoveTrayEntry(3) β Removes a tray entry.
SDL_RenamePath(3) β Rename a file or directory.
SDL_RenameStoragePath(3) β Rename a file or directory in a writable storage container.
SDL_RenderClear(3) β Clear the current rendering target with the drawing color.
SDL_RenderClipEnabled(3) β Get whether clipping is enabled on the given render target.
SDL_RenderCoordinatesFromWindow(3) β Get a point in render coordinates when given a point in window coordinates.
SDL_RenderCoordinatesToWindow(3) β Get a point in window coordinates when given a point in render coordinates.
SDL_RenderDebugText(3) β Draw debug text to an
SDL_RenderDebugTextFormat(3) β Draw debug text to an
SDL_RenderEvent(3type) β Renderer event structure (event.render.*)
SDL_RenderFillRect(3) β Fill a rectangle on the current rendering target with the drawing color at subpixel precision.
SDL_RenderFillRects(3) β Fill some number of rectangles on the current rendering target with the drawing color at subpixel precision.
SDL_RenderGeometry(3) β Render a list of triangles, optionally using a texture and indices into the vertex array Color and alpha modulation is done per vertex
SDL_RenderGeometryRaw(3) β Render a list of triangles, optionally using a texture and indices into the vertex arrays Color and alpha modulation is done per vertex
SDL_RenderLine(3) β Draw a line on the current rendering target at subpixel precision.
SDL_RenderLines(3) β Draw a series of connected lines on the current rendering target at subpixel precision.
SDL_RenderPoint(3) β Draw a point on the current rendering target at subpixel precision.
SDL_RenderPoints(3) β Draw multiple points on the current rendering target at subpixel precision.
SDL_RenderPresent(3) β Update the screen with any rendering performed since the previous call.
SDL_RenderReadPixels(3) β Read pixels from the current rendering target.
SDL_RenderRect(3) β Draw a rectangle on the current rendering target at subpixel precision.
SDL_RenderRects(3) β Draw some number of rectangles on the current rendering target at subpixel precision.
SDL_RenderTexture(3) β Copy a portion of the texture to the current rendering target at subpixel precision.
SDL_RenderTexture9Grid(3) β Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.
SDL_RenderTexture9GridTiled(3) β Perform a scaled copy using the 9-grid algorithm to the current rendering target at subpixel precision.
SDL_RenderTextureAffine(3) β Copy a portion of the source texture to the current rendering target, with affine transform, at subpixel precision.
SDL_RenderTextureRotated(3) β Copy a portion of the source texture to the current rendering target, with rotation and flipping, at subpixel precision.
SDL_RenderTextureTiled(3) β Tile a portion of the texture to the current rendering target at subpixel precision.
SDL_RenderViewportSet(3) β Return whether an explicit rectangle was set as the viewport.
SDL_Renderer(3type) β A structure representing rendering state
SDL_RendererLogicalPresentation(3type) β How the logical size is mapped to the output.
SDL_ReportAssertion(3) β Never call this directly.
SDL_RequestAndroidPermission(3) β Request permissions at runtime, asynchronously.
SDL_RequestAndroidPermissionCallback(3type) β Callback that presents a response from a
SDL_ResetAssertionReport(3) β Clear the list of all assertion failures.
SDL_ResetHint(3) β Reset a hint to the default value.
SDL_ResetHints(3) β Reset all hints to the default values.
SDL_ResetKeyboard(3) β Clear the state of the keyboard.
SDL_ResetLogPriorities(3) β Reset all priorities to default.
SDL_ResizeEvent(3) β Window resize event structure
SDL_RestoreWindow(3) β Request that the size and position of a minimized or maximized window be restored.
SDL_ResumeAudioDevice(3) β Use this function to unpause audio playback on a specified device.
SDL_ResumeAudioStreamDevice(3) β Use this function to unpause audio playback on the audio device associated with an audio stream.
SDL_ResumeHaptic(3) β Resume a haptic device.
SDL_RotateSurface(3) β Return a copy of a surface rotated clockwise a number of degrees.
SDL_RumbleGamepad(3) β Start a rumble effect on a gamepad.
SDL_RumbleGamepadTriggers(3) β Start a rumble effect in the gamepad\(aqs triggers.
SDL_RumbleJoystick(3) β Start a rumble effect.
SDL_RumbleJoystickTriggers(3) β Start a rumble effect in the joystick\(aqs triggers.
SDL_RunApp(3) β Initializes and launches an SDL application, by doing platform-specific initialization before calling your mainFunction and cleanups after it returns, if that is needed for a specific platform, otherwise it just calls mainFunction.
SDL_RunHapticEffect(3) β Run the haptic effect on its associated haptic device.
SDL_RunOnMainThread(3) β Call a function on the main thread during event processing.
SDL_SCANF_FORMAT_STRING(3) β Macro that annotates function params as scanf-style format strings.
SDL_SCANF_VARARG_FUNC(3) β Macro that annotates a vararg function that operates like scanf.
SDL_SCANF_VARARG_FUNCV(3) β Macro that annotates a va_list function that operates like scanf.
SDL_SCOPED_CAPABILITY(3) β Wrapper around Clang thread safety analysis annotations.
SDL_SECONDS_TO_NS(3) β Convert seconds to nanoseconds.
SDL_SINT64_C(3) β Append the 64 bit integer suffix to a signed integer literal.
SDL_SIZE_MAX(3) β The largest value that a
SDL_SOFTWARE_RENDERER(3) β The name of the software renderer.
SDL_SSE2_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel SSE2 intrinsics.
SDL_SSE3_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel SSE3 intrinsics.
SDL_SSE4_1_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel SSE4.1 intrinsics.
SDL_SSE4_2_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel SSE4.2 intrinsics.
SDL_SSE_INTRINSICS(3) β Defined if (and only if) the compiler supports Intel SSE intrinsics.
SDL_STANDARD_GRAVITY(3) β A constant to represent standard gravity for accelerometer sensors.
SDL_STRINGIFY_ARG(3) β Macro useful for building other macros with strings in them.
SDL_Sandbox(3type) β Application sandbox environment.
SDL_SaveBMP(3) β Save an SDL_Surface as a Windows BMP file.
SDL_SaveBMP(3) β Save a surface to a file in BMP format.
SDL_SaveBMP_IO(3) β Save a surface to a seekable SDL data stream in BMP format.
SDL_SaveFile(3) β Save all the data into a file path.
SDL_SaveFile_IO(3) β Save all the data into an SDL data stream.
SDL_SavePNG(3) β Save a surface to a file in PNG format.
SDL_SavePNG_IO(3) β Save a surface to a seekable SDL data stream in PNG format.
SDL_ScaleMode(3type) β The scaling mode.
SDL_ScaleSurface(3) β Creates a new surface identical to the existing surface, scaled to the desired size.
SDL_Scancode(3type) β The SDL keyboard scancode representation.
SDL_ScreenKeyboardShown(3) β Check whether the screen keyboard is shown for given window.
SDL_ScreenSaverEnabled(3) β Check whether the screensaver is currently enabled.
SDL_SeekIO(3) β Seek within an
SDL_SemPost(3) β Unlock a semaphore.
SDL_SemTryWait(3) β Attempt to lock a semaphore but don't suspend the thread.
SDL_SemValue(3) β Return the current value of a semaphore.
SDL_SemWait(3) β Lock a semaphore and suspend the thread if the semaphore value is zero.
SDL_SemWaitTimeout(3) β Lock a semaphore, but only wait up to a specified maximum time.
SDL_Semaphore(3type) β A means to manage access to a resource, by count, between threads.
SDL_SendAndroidBackButton(3) β Trigger the Android system back button behavior.
SDL_SendAndroidMessage(3) β Send a user command to SDLActivity.
SDL_SendGamepadEffect(3) β Send a gamepad specific effect packet.
SDL_SendJoystickEffect(3) β Send a joystick specific effect packet.
SDL_SendJoystickVirtualSensorData(3) β Send a sensor update for an opened virtual joystick.
SDL_Sensor(3type) β The opaque structure used to identify an opened SDL sensor.
SDL_SensorEvent(3type) β Sensor event structure (event.sensor.*)
SDL_SensorID(3type) β This is a unique ID for a sensor for the time it is connected to the system, and is never reused for the lifetime of the application.
SDL_SensorType(3type) β The different sensors defined by SDL.
SDL_SetAlpha(3) β Adjust the alpha properties of a surface
SDL_SetAppMetadata(3) β Specify basic metadata about your app.
SDL_SetAppMetadataProperty(3) β Specify metadata about your app through a set of properties.
SDL_SetAssertionHandler(3) β Set an application-defined assertion handler.
SDL_SetAtomicInt(3) β Set an atomic variable to a value.
SDL_SetAtomicPointer(3) β Set a pointer to a value atomically.
SDL_SetAtomicU32(3) β Set an atomic variable to a value.
SDL_SetAudioDeviceGain(3) β Change the gain of an audio device.
SDL_SetAudioPostmixCallback(3) β Set a callback that fires when data is about to be fed to an audio device.
SDL_SetAudioStreamFormat(3) β Change the input and output formats of an audio stream.
SDL_SetAudioStreamFrequencyRatio(3) β Change the frequency ratio of an audio stream.
SDL_SetAudioStreamGain(3) β Change the gain of an audio stream.
SDL_SetAudioStreamGetCallback(3) β Set a callback that runs when data is requested from an audio stream.
SDL_SetAudioStreamInputChannelMap(3) β Set the current input channel map of an audio stream.
SDL_SetAudioStreamOutputChannelMap(3) β Set the current output channel map of an audio stream.
SDL_SetAudioStreamPutCallback(3) β Set a callback that runs when data is added to an audio stream.
SDL_SetBooleanProperty(3) β Set a boolean property in a group of properties.
SDL_SetClipRect(3) β Sets the clipping rectangle for a surface.
SDL_SetClipboardData(3) β Offer clipboard data to the OS.
SDL_SetClipboardText(3) β Put UTF-8 text into the clipboard.
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_SetCurrentThreadPriority(3) β Set the priority for the current thread.
SDL_SetCursor(3) β Set the active cursor.
SDL_SetCursor(3) β Set the currently active mouse cursor.
SDL_SetDefaultTextureScaleMode(3) β Set default scale mode for new textures for given renderer.
SDL_SetEnvironmentVariable(3) β Set the value of a variable in the environment.
SDL_SetError(3) β Set the SDL error message for the current thread.
SDL_SetErrorV(3) β Set the SDL error message for the current thread.
SDL_SetEventEnabled(3) β Set the state of processing events by type.
SDL_SetEventFilter(3) β Set up a filter to process all events before they are added to the internal event queue.
SDL_SetEventFilter(3) β Sets up a filter to process all events before they are posted to the event queue.
SDL_SetFloatProperty(3) β Set a floating point property in a group of properties.
SDL_SetGPUAllowedFramesInFlight(3) β Configures the maximum allowed number of frames in flight.
SDL_SetGPUBlendConstants(3) β Sets the current blend constants on a command buffer.
SDL_SetGPUBufferName(3) β Sets an arbitrary string constant to label a buffer.
SDL_SetGPURenderState(3) β Set custom GPU render state.
SDL_SetGPURenderStateFragmentUniforms(3) β Set fragment shader uniform variables in a custom GPU render state.
SDL_SetGPUScissor(3) β Sets the current scissor state on a command buffer.
SDL_SetGPUStencilReference(3) β Sets the current stencil reference value on a command buffer.
SDL_SetGPUSwapchainParameters(3) β Changes the swapchain parameters for the given claimed window.
SDL_SetGPUTextureName(3) β Sets an arbitrary string constant to label a texture.
SDL_SetGPUViewport(3) β Sets the current viewport state on a command buffer.
SDL_SetGamepadEventsEnabled(3) β Set the state of gamepad event processing.
SDL_SetGamepadLED(3) β Update a gamepad\(aqs LED color.
SDL_SetGamepadMapping(3) β Set the current mapping of a joystick or gamepad.
SDL_SetGamepadPlayerIndex(3) β Set the player index of an opened gamepad.
SDL_SetGamepadSensorEnabled(3) β Set whether data reporting for a gamepad sensor is enabled.
SDL_SetGamma(3) β Sets the color gamma function for the display
SDL_SetGammaRamp(3) β Sets the color gamma lookup tables for the display
SDL_SetHapticAutocenter(3) β Set the global autocenter of the device.
SDL_SetHapticGain(3) β Set the global gain of the specified haptic device.
SDL_SetHint(3) β Set a hint with normal priority.
SDL_SetHintWithPriority(3) β Set a hint with a specific priority.
SDL_SetInitialized(3) β Finish an initialization state transition.
SDL_SetJoystickEventsEnabled(3) β Set the state of joystick event processing.
SDL_SetJoystickLED(3) β Update a joystick\(aqs LED color.
SDL_SetJoystickPlayerIndex(3) β Set the player index of an opened joystick.
SDL_SetJoystickVirtualAxis(3) β Set the state of an axis on an opened virtual joystick.
SDL_SetJoystickVirtualBall(3) β Generate ball motion on an opened virtual joystick.
SDL_SetJoystickVirtualButton(3) β Set the state of a button on an opened virtual joystick.
SDL_SetJoystickVirtualHat(3) β Set the state of a hat on an opened virtual joystick.
SDL_SetJoystickVirtualTouchpad(3) β Set touchpad finger state on an opened virtual joystick.
SDL_SetLinuxThreadPriority(3) β Sets the UNIX nice value for a thread.
SDL_SetLinuxThreadPriorityAndPolicy(3) β Sets the priority (not nice level) and scheduling policy for a thread.
SDL_SetLogOutputFunction(3) β Replace the default log output function with one of your own.
SDL_SetLogPriorities(3) β Set the priority of all log categories.
SDL_SetLogPriority(3) β Set the priority of a particular log category.
SDL_SetLogPriorityPrefix(3) β Set the text prepended to log messages of a given priority.
SDL_SetMainReady(3) β Circumvent failure of
SDL_SetMemoryFunctions(3) β Replace SDL\(aqs memory allocation functions with a custom set.
SDL_SetModState(3) β Set the current key modifier state
SDL_SetModState(3) β Set the current key modifier state for the keyboard.
SDL_SetNumberProperty(3) β Set an integer property in a group of properties.
SDL_SetPalette(3) β Sets the colors in the palette of an 8-bit surface.
SDL_SetPaletteColors(3) β Set a range of colors in a palette.
SDL_SetPointerProperty(3) β Set a pointer property in a group of properties.
SDL_SetPointerPropertyWithCleanup(3) β Set a pointer property in a group of properties with a cleanup function that is called when the property is deleted.
SDL_SetPrimarySelectionText(3) β Put UTF-8 text into the primary selection.
SDL_SetRelativeMouseTransform(3) β Set a user-defined function by which to transform relative mouse inputs.
SDL_SetRenderClipRect(3) β Set the clip rectangle for rendering on the specified target.
SDL_SetRenderColorScale(3) β Set the color scale used for render operations.
SDL_SetRenderDrawBlendMode(3) β Set the blend mode used for drawing operations (Fill and Line).
SDL_SetRenderDrawColor(3) β Set the color used for drawing operations.
SDL_SetRenderDrawColorFloat(3) β Set the color used for drawing operations (Rect, Line and Clear).
SDL_SetRenderLogicalPresentation(3) β Set a device-independent resolution and presentation mode for rendering.
SDL_SetRenderScale(3) β Set the drawing scale for rendering on the current target.
SDL_SetRenderTarget(3) β Set a texture as the current rendering target.
SDL_SetRenderTextureAddressMode(3) β Set the texture addressing mode used in
SDL_SetRenderVSync(3) β Toggle VSync of the given renderer.
SDL_SetRenderViewport(3) β Set the drawing area for rendering on the current target.
SDL_SetScancodeName(3) β Set a human-readable name for a scancode.
SDL_SetStringProperty(3) β Set a string property in a group of properties.
SDL_SetSurfaceAlphaMod(3) β Set an additional alpha value used in blit operations.
SDL_SetSurfaceBlendMode(3) β Set the blend mode used for blit operations.
SDL_SetSurfaceClipRect(3) β Set the clipping rectangle for a surface.
SDL_SetSurfaceColorKey(3) β Set the color key (transparent pixel) in a surface.
SDL_SetSurfaceColorMod(3) β Set an additional color value multiplied into blit operations.
SDL_SetSurfaceColorspace(3) β Set the colorspace used by a surface.
SDL_SetSurfacePalette(3) β Set the palette used by a surface.
SDL_SetSurfaceRLE(3) β Set the RLE acceleration hint for a surface.
SDL_SetTLS(3) β Set the current thread\(aqs value associated with a thread local storage ID.
SDL_SetTextInputArea(3) β Set the area used to type Unicode text input.
SDL_SetTextureAlphaMod(3) β Set an additional alpha value multiplied into render copy operations.
SDL_SetTextureAlphaModFloat(3) β Set an additional alpha value multiplied into render copy operations.
SDL_SetTextureBlendMode(3) β Set the blend mode for a texture, used by
SDL_SetTextureColorMod(3) β Set an additional color value multiplied into render copy operations.
SDL_SetTextureColorModFloat(3) β Set an additional color value multiplied into render copy operations.
SDL_SetTexturePalette(3) β Set the palette used by a texture.
SDL_SetTextureScaleMode(3) β Set the scale mode used for texture scale operations.
SDL_SetTimer(3) β Set a callback to run after the specified number of milliseconds has elapsed.
SDL_SetTrayEntryCallback(3) β Sets a callback to be invoked when the entry is selected.
SDL_SetTrayEntryChecked(3) β Sets whether or not an entry is checked.
SDL_SetTrayEntryEnabled(3) β Sets whether or not an entry is enabled.
SDL_SetTrayEntryLabel(3) β Sets the label of an entry.
SDL_SetTrayIcon(3) β Updates the system tray icon\(aqs icon.
SDL_SetTrayTooltip(3) β Updates the system tray icon\(aqs tooltip.
SDL_SetVideoMode(3) β Set up a video mode with the specified width, height and bits-per-pixel.
SDL_SetWindowAlwaysOnTop(3) β Set the window to always be above the others.
SDL_SetWindowAspectRatio(3) β Request that the aspect ratio of a window\(aqs client area be set.
SDL_SetWindowBordered(3) β Set the border state of a window.
SDL_SetWindowFillDocument(3) β Set the window to fill the current document space (Emscripten only).
SDL_SetWindowFocusable(3) β Set whether the window may have input focus.
SDL_SetWindowFullscreen(3) β Request that the window\(aqs fullscreen state be changed.
SDL_SetWindowFullscreenMode(3) β Set the display mode to use when a window is visible and fullscreen.
SDL_SetWindowHitTest(3) β Provide a callback that decides if a window region has special properties.
SDL_SetWindowIcon(3) β Set the icon for a window.
SDL_SetWindowKeyboardGrab(3) β Set a window\(aqs keyboard grab mode.
SDL_SetWindowMaximumSize(3) β Set the maximum size of a window\(aqs client area.
SDL_SetWindowMinimumSize(3) β Set the minimum size of a window\(aqs client area.
SDL_SetWindowModal(3) β Toggle the state of the window as modal.
SDL_SetWindowMouseGrab(3) β Set a window\(aqs mouse grab mode.
SDL_SetWindowMouseRect(3) β Confines the cursor to the specified area of a window.
SDL_SetWindowOpacity(3) β Set the opacity for a window.
SDL_SetWindowParent(3) β Set the window as a child of a parent window.
SDL_SetWindowPosition(3) β Request that the window\(aqs position be set.
SDL_SetWindowProgressState(3) β Sets the state of the progress bar for the given windowβs taskbar icon.
SDL_SetWindowProgressValue(3) β Sets the value of the progress bar for the given windowβs taskbar icon.
SDL_SetWindowRelativeMouseMode(3) β Set relative mouse mode for a window.
SDL_SetWindowResizable(3) β Set the user-resizable state of a window.
SDL_SetWindowShape(3) β Set the shape of a transparent window.
SDL_SetWindowSize(3) β Request that the size of a window\(aqs client area be set.
SDL_SetWindowSurfaceVSync(3) β Toggle VSync for the window surface.
SDL_SetWindowTitle(3) β Set the title of a window.
SDL_SetWindowsMessageHook(3) β Set a callback for every Windows message, run before TranslateMessage().
SDL_SetX11EventHook(3) β Set a callback for every X11 event.
SDL_SetiOSAnimationCallback(3) β Use this function to set the animation callback on Apple iOS.
SDL_SetiOSEventPump(3) β Use this function to enable or disable the SDL event pump on Apple iOS.
SDL_SharedObject(3type) β An opaque datatype that represents a loaded shared object.
SDL_ShouldInit(3) β Return whether initialization should be done.
SDL_ShouldQuit(3) β Return whether cleanup should be done.
SDL_ShowAndroidToast(3) β Shows an Android toast notification.
SDL_ShowCursor(3) β Show the cursor.
SDL_ShowCursor(3) β Toggle whether or not the cursor is shown on the screen.
SDL_ShowFileDialogWithProperties(3) β Create and launch a file dialog with the specified properties.
SDL_ShowMessageBox(3) β Create a modal message box.
SDL_ShowOpenFileDialog(3) β Displays a dialog that lets the user select a file on their filesystem.
SDL_ShowOpenFolderDialog(3) β Displays a dialog that lets the user select a folder on their filesystem.
SDL_ShowSaveFileDialog(3) β Displays a dialog that lets the user choose a new or existing file on their filesystem.
SDL_ShowSimpleMessageBox(3) β Display a simple modal message box.
SDL_ShowWindow(3) β Show a window.
SDL_ShowWindowSystemMenu(3) β Display the system-level window menu.
SDL_SignalAsyncIOQueue(3) β Wake up any threads that are blocking in
SDL_SignalCondition(3) β Restart one of the threads that are waiting on the condition variable.
SDL_SignalSemaphore(3) β Atomically increment a semaphore\(aqs value and wake waiting threads.
SDL_SpinLock(3type) β An atomic spinlock.
SDL_StartTextInput(3) β Start accepting Unicode text input events in a window.
SDL_StartTextInputWithProperties(3) β Start accepting Unicode text input events in a window, with properties describing the input.
SDL_StepBackUTF8(3) β Decode a UTF-8 string in reverse, one Unicode codepoint at a time.
SDL_StepUTF8(3) β Decode a UTF-8 string, one Unicode codepoint at a time.
SDL_StopHapticEffect(3) β Stop the haptic effect on its associated haptic device.
SDL_StopHapticEffects(3) β Stop all the currently playing effects on a haptic device.
SDL_StopHapticRumble(3) β Stop the simple rumble on a haptic device.
SDL_StopTextInput(3) β Stop receiving any text input events in a window.
SDL_Storage(3type) β An abstract interface for filesystem access.
SDL_StorageInterface(3type) β Function interface for
SDL_StorageReady(3) β Checks if the storage container is ready to use.
SDL_StretchSurface(3) β Perform a stretched pixel copy from one surface to another.
SDL_StringToGUID(3) β Convert a GUID string into a
SDL_SubmitGPUCommandBuffer(3) β Submits a command buffer so its commands can be processed on the GPU.
SDL_SubmitGPUCommandBufferAndAcquireFence(3) β Submits a command buffer so its commands can be processed on the GPU, and acquires a fence associated with the command buffer.
SDL_Surface(3) β Graphical Surface Structure
SDL_Surface(3type) β A collection of pixels used in software blitting.
SDL_SurfaceFlags(3type) β The flags on an
SDL_SurfaceHasAlternateImages(3) β Return whether a surface has alternate versions available.
SDL_SurfaceHasColorKey(3) β Returns whether the surface has a color key.
SDL_SurfaceHasRLE(3) β Returns whether the surface is RLE enabled.
SDL_Swap16(3) β Byte-swap an unsigned 16-bit number.
SDL_Swap16BE(3) β Swap a 16-bit value from bigendian to native byte order.
SDL_Swap16LE(3) β Swap a 16-bit value from littleendian to native byte order.
SDL_Swap32(3) β Byte-swap an unsigned 32-bit number.
SDL_Swap32BE(3) β Swap a 32-bit value from bigendian to native byte order.
SDL_Swap32LE(3) β Swap a 32-bit value from littleendian to native byte order.
SDL_Swap64(3) β Byte-swap an unsigned 64-bit number.
SDL_Swap64BE(3) β Swap a 64-bit value from bigendian to native byte order.
SDL_Swap64LE(3) β Swap a 64-bit value from littleendian to native byte order.
SDL_SwapFloat(3) β Byte-swap a floating point number.
SDL_SwapFloatBE(3) β Swap a floating point value from bigendian to native byte order.
SDL_SwapFloatLE(3) β Swap a floating point value from littleendian to native byte order.
SDL_SyncWindow(3) β Block until any pending window state is finalized.
SDL_SysWMEvent(3) β Platform-dependent window manager event.
SDL_SystemCursor(3type) β Cursor types for
SDL_SystemTheme(3type) β System theme.
SDL_TARGETING(3) β A macro to tag a function as targeting a specific CPU architecture.
SDL_THREAD_ANNOTATION_ATTRIBUTE__(3) β Enable thread safety attributes, only with clang.
SDL_TLSDestructorCallback(3type) β The callback used to cleanup data passed to
SDL_TLSID(3type) β Thread local storage ID.
SDL_TOUCH_MOUSEID(3) β The
SDL_TRY_ACQUIRE(3) β Wrapper around Clang thread safety analysis annotations.
SDL_TRY_ACQUIRE_SHARED(3) β Wrapper around Clang thread safety analysis annotations.
SDL_TellIO(3) β Determine the current read/write offset in an
SDL_TextEditingCandidatesEvent(3type) β Keyboard IME candidates event structure (event.edit_candidates.*)
SDL_TextEditingEvent(3type) β Keyboard text editing event structure (event.edit.*)
SDL_TextInputActive(3) β Check whether or not Unicode text input events are enabled for a window.
SDL_TextInputEvent(3type) β Keyboard text input event structure (event.text.*)
SDL_TextInputType(3type) β Text input type.
SDL_Texture(3type) β An efficient driver-specific representation of pixel data
SDL_TextureAccess(3type) β The access pattern allowed for a texture.
SDL_TextureAddressMode(3type) β The addressing mode for a texture when used in
SDL_Thread(3type) β The SDL thread object.
SDL_ThreadFunction(3type) β The function passed to
SDL_ThreadID(3) β Get the 32-bit thread identifier for the current thread.
SDL_ThreadID(3type) β A unique numeric ID that identifies a thread.
SDL_ThreadPriority(3type) β The SDL thread priority.
SDL_ThreadState(3type) β The SDL thread state.
SDL_Time(3type) β SDL times are signed, 64-bit integers representing nanoseconds since the Unix epoch (Jan 1, 1970).
SDL_TimeFormat(3type) β The preferred time format of the current system locale.
SDL_TimeFromWindows(3) β Converts a Windows FILETIME (100-nanosecond intervals since January 1, 1601) to an SDL time.
SDL_TimeToDateTime(3) β Converts an
SDL_TimeToWindows(3) β Converts an SDL time into a Windows FILETIME (100-nanosecond intervals since January 1, 1601).
SDL_TimerCallback(3type) β Function prototype for the millisecond timer callback function.
SDL_TimerID(3type) β Definition of the timer ID type.
SDL_TouchDeviceType(3type) β An enum that describes the type of a touch device.
SDL_TouchFingerEvent(3type) β Touch finger event structure (event.tfinger.*)
SDL_TouchID(3type) β A unique ID for a touch device.
SDL_TransferCharacteristics(3type) β Colorspace transfer characteristics.
SDL_Tray(3type) β An opaque handle representing a toplevel system tray object.
SDL_TrayCallback(3type) β A callback that is invoked when a tray entry is selected.
SDL_TrayEntry(3type) β An opaque handle representing an entry on a system tray object.
SDL_TrayEntryFlags(3type) β Flags that control the creation of system tray entries.
SDL_TrayMenu(3type) β An opaque handle representing a menu/submenu on a system tray object.
SDL_TriggerBreakpoint(3) β Attempt to tell an attached debugger to pause.
SDL_TryLockMutex(3) β Try to lock a mutex without blocking.
SDL_TryLockRWLockForReading(3) β Try to lock a read/write lock _for reading_ without blocking.
SDL_TryLockRWLockForWriting(3) β Try to lock a read/write lock _for writing_ without blocking.
SDL_TryLockSpinlock(3) β Try to lock a spin lock by setting it to a non-zero value.
SDL_TryWaitSemaphore(3) β See if a semaphore has a positive value and decrement it if it does.
SDL_UCS4ToUTF8(3) β Convert a single Unicode codepoint to UTF-8.
SDL_UINT64_C(3) β Append the 64 bit integer suffix to an unsigned integer literal.
SDL_US_PER_SECOND(3) β Number of microseconds in a second.
SDL_US_TO_NS(3) β Convert microseconds to nanoseconds.
SDL_UnbindAudioStream(3) β Unbind a single audio stream from its audio device.
SDL_UnbindAudioStreams(3) β Unbind a list of audio streams from their audio devices.
SDL_UnloadObject(3) β Unload a shared object from memory.
SDL_UnlockAudio(3) β Unlock the callback function
SDL_UnlockAudioStream(3) β Unlock an audio stream for serialized access.
SDL_UnlockJoysticks(3) β Unlocking for atomic access to the joystick API.
SDL_UnlockMutex(3) β Unlock the mutex.
SDL_UnlockProperties(3) β Unlock a group of properties.
SDL_UnlockRWLock(3) β Unlock the read/write lock.
SDL_UnlockSpinlock(3) β Unlock a spin lock by setting it to 0.
SDL_UnlockSurface(3) β Unlocks a previously locked surface.
SDL_UnlockSurface(3) β Release a surface after directly accessing the pixels.
SDL_UnlockTexture(3) β Unlock a texture, uploading the changes to video memory, if needed.
SDL_UnlockYUVOverlay(3) β Unlock an overlay
SDL_UnmapGPUTransferBuffer(3) β Unmaps a previously mapped transfer buffer.
SDL_UnregisterApp(3) β Deregister the win32 window class from an
SDL_UnsetEnvironmentVariable(3) β Clear a variable from the environment.
SDL_Unsupported(3) β A macro to standardize error reporting on unsupported operations.
SDL_UpdateGamepads(3) β Manually pump gamepad updates if not using the loop.
SDL_UpdateHapticEffect(3) β Update the properties of an effect.
SDL_UpdateJoysticks(3) β Update the current state of the open joysticks.
SDL_UpdateNVTexture(3) β Update a rectangle within a planar NV12 or NV21 texture with new pixels.
SDL_UpdateRect(3) β Makes sure the given area is updated on the given screen.
SDL_UpdateRects(3) β Makes sure the given list of rectangles is updated on the given screen.
SDL_UpdateSensors(3) β Update the current state of the open sensors.
SDL_UpdateTexture(3) β Update the given texture rectangle with new pixel data.
SDL_UpdateTrays(3) β Update the trays.
SDL_UpdateWindowSurface(3) β Copy the window surface to the screen.
SDL_UpdateWindowSurfaceRects(3) β Copy areas of the window surface to the screen.
SDL_UpdateYUVTexture(3) β Update a rectangle within a planar YV12 or IYUV texture with new pixel data.
SDL_UploadToGPUBuffer(3) β Uploads data from a transfer buffer to a buffer.
SDL_UploadToGPUTexture(3) β Uploads data from a transfer buffer to a texture.
SDL_UserEvent(3) β A user-defined event type
SDL_UserEvent(3type) β A user-defined event type (event.user.*)
SDL_VERSION(3) β This is the version number macro for the current SDL version.
SDL_VERSIONNUM(3) β This macro turns the version numbers into a numeric value.
SDL_VERSIONNUM_MAJOR(3) β This macro extracts the major version from a version number
SDL_VERSIONNUM_MICRO(3) β This macro extracts the micro version from a version number
SDL_VERSIONNUM_MINOR(3) β This macro extracts the minor version from a version number
SDL_VERSION_ATLEAST(3) β This macro will evaluate to true if compiled with SDL at least X.Y.Z.
SDL_Vertex(3type) β Vertex structure.
SDL_VideoDriverName(3) β Obtain the name of the video driver
SDL_VideoInfo(3) β Video Target information
SDL_VideoModeOK(3) β Check to see if a particular video mode is supported.
SDL_VirtualJoystickDesc(3type) β The structure that describes a virtual joystick.
SDL_VirtualJoystickSensorDesc(3type) β The structure that describes a virtual joystick sensor.
SDL_VirtualJoystickTouchpadDesc(3type) β The structure that describes a virtual joystick touchpad.
SDL_Vulkan_CreateSurface(3) β Create a Vulkan rendering surface for a window.
SDL_Vulkan_DestroySurface(3) β Destroy the Vulkan rendering surface of a window.
SDL_Vulkan_GetInstanceExtensions(3) β Get the Vulkan instance extensions needed for vkCreateInstance.
SDL_Vulkan_GetPresentationSupport(3) β Query support for presentation via a given physical device and queue family.
SDL_Vulkan_GetVkGetInstanceProcAddr(3) β Get the address of the
SDL_Vulkan_LoadLibrary(3) β Dynamically load the Vulkan loader library.
SDL_Vulkan_UnloadLibrary(3) β Unload the Vulkan library previously loaded by
SDL_WINAPI_FAMILY_PHONE(3) β A preprocessor macro that defined to 1 if compiling for Windows Phone.
SDL_WINDOWPOS_CENTERED(3) β Used to indicate that the window position should be centered.
SDL_WINDOWPOS_CENTERED_DISPLAY(3) β Used to indicate that the window position should be centered.
SDL_WINDOWPOS_CENTERED_MASK(3) β A magic value used with
SDL_WINDOWPOS_ISCENTERED(3) β A macro to test if the window position is marked as \(dqcentered.\(dq
SDL_WINDOWPOS_ISUNDEFINED(3) β A macro to test if the window position is marked as \(dqundefined.\(dq
SDL_WINDOWPOS_UNDEFINED(3) β Used to indicate that you don\(aqt care what the window position/display is.
SDL_WINDOWPOS_UNDEFINED_DISPLAY(3) β Used to indicate that you don\(aqt care what the window position is.
SDL_WINDOWPOS_UNDEFINED_MASK(3) β A magic value used with
SDL_WM_GetCaption(3) β Gets the window title and icon name.
SDL_WM_GrabInput(3) β Grabs mouse and keyboard input.
SDL_WM_IconifyWindow(3) β Iconify/Minimise the window
SDL_WM_SetCaption(3) β Sets the window tile and icon name.
SDL_WM_SetIcon(3) β Sets the icon for the display window.
SDL_WM_ToggleFullScreen(3) β Toggles fullscreen mode
SDL_WPRINTF_VARARG_FUNC(3) β Macro that annotates a vararg function that operates like wprintf.
SDL_WPRINTF_VARARG_FUNCV(3) β Macro that annotates a va_list function that operates like wprintf.
SDL_WaitAndAcquireGPUSwapchainTexture(3) β Blocks the thread until a swapchain texture is available to be acquired, and then acquires it.
SDL_WaitAsyncIOResult(3) β Block until an async I/O task queue has a completed task.
SDL_WaitCondition(3) β Wait until a condition variable is signaled.
SDL_WaitConditionTimeout(3) β Wait until a condition variable is signaled or a certain time has passed.
SDL_WaitEvent(3) β Waits indefinitely for the next available event.
SDL_WaitEvent(3) β Wait indefinitely for the next available event.
SDL_WaitEventTimeout(3) β Wait until the specified timeout (in milliseconds) for the next available event.
SDL_WaitForGPUFences(3) β Blocks the thread until the given fences are signaled.
SDL_WaitForGPUIdle(3) β Blocks the thread until the GPU is completely idle.
SDL_WaitForGPUSwapchain(3) β Blocks the thread until a swapchain texture is available to be acquired.
SDL_WaitProcess(3) β Wait for a process to finish.
SDL_WaitSemaphore(3) β Wait until a semaphore has a positive value and then decrements it.
SDL_WaitSemaphoreTimeout(3) β Wait until a semaphore has a positive value and then decrements it.
SDL_WaitThread(3) β Wait for a thread to finish.
SDL_WaitThread(3) β Wait for a thread to finish.
SDL_WarpMouse(3) β Set the position of the mouse cursor.
SDL_WarpMouseGlobal(3) β Move the mouse to the given position in global screen space.
SDL_WarpMouseInWindow(3) β Move the mouse cursor to the given position within the window.
SDL_WasInit(3) β Get a mask of the specified subsystems which are currently initialized.
SDL_WasInit(3) β Check which subsystems are initialized
SDL_Window(3type) β The struct used as an opaque handle to a window.
SDL_WindowEvent(3type) β Window state change event data (event.window.*)
SDL_WindowFlags(3type) β The flags on a window.
SDL_WindowHasSurface(3) β Return whether the window has a surface associated with it.
SDL_WindowID(3type) β This is a unique ID for a window.
SDL_WindowSupportsGPUPresentMode(3) β Determines whether a presentation mode is supported by the window.
SDL_WindowSupportsGPUSwapchainComposition(3) β Determines whether a swapchain composition is supported by the window.
SDL_WindowsMessageHook(3type) β A callback to be used with
SDL_WriteAsyncIO(3) β Start an async write.
SDL_WriteIO(3) β Write to an
SDL_WriteS16BE(3) β Use this function to write 16 bits in native format to an
SDL_WriteS16LE(3) β Use this function to write 16 bits in native format to an
SDL_WriteS32BE(3) β Use this function to write 32 bits in native format to an
SDL_WriteS32LE(3) β Use this function to write 32 bits in native format to an
SDL_WriteS64BE(3) β Use this function to write 64 bits in native format to an
SDL_WriteS64LE(3) β Use this function to write 64 bits in native format to an
SDL_WriteS8(3) β Use this function to write a signed byte to an
SDL_WriteStorageFile(3) β Synchronously write a file from client memory into a storage container.
SDL_WriteSurfacePixel(3) β Writes a single pixel to a surface.
SDL_WriteSurfacePixelFloat(3) β Writes a single pixel to a surface.
SDL_WriteU16BE(3) β Use this function to write 16 bits in native format to an
SDL_WriteU16LE(3) β Use this function to write 16 bits in native format to an
SDL_WriteU32BE(3) β Use this function to write 32 bits in native format to an
SDL_WriteU32LE(3) β Use this function to write 32 bits in native format to an
SDL_WriteU64BE(3) β Use this function to write 64 bits in native format to an
SDL_WriteU64LE(3) β Use this function to write 64 bits in native format to an
SDL_WriteU8(3) β Use this function to write a byte to an
SDL_X11EventHook(3type) β A callback to be used with
SDL_abs(3) β Compute the absolute value of
SDL_acos(3) β Compute the arc cosine of
SDL_acosf(3) β Compute the arc cosine of
SDL_aligned_alloc(3) β Allocate memory aligned to a specific alignment.
SDL_aligned_free(3) β Free memory allocated by
SDL_arraysize(3) β The number of elements in a static array.
SDL_asin(3) β Compute the arc sine of
SDL_asinf(3) β Compute the arc sine of
SDL_asprintf(3) β This works exactly like asprintf() but doesn\(aqt require access to a C runtime.
SDL_assert(3) β An assertion test that is normally performed only in debug builds.
SDL_assert_always(3) β An assertion test that is always performed.
SDL_assert_paranoid(3) β An assertion test that is performed only when built with paranoid settings.
SDL_assert_release(3) β An assertion test that is performed even in release builds.
SDL_atan(3) β Compute the arc tangent of
SDL_atan2(3) β Compute the arc tangent of
SDL_atan2f(3) β Compute the arc tangent of
SDL_atanf(3) β Compute the arc tangent of
SDL_atof(3) β Parse a
SDL_atoi(3) β Parse an
SDL_bsearch(3) β Perform a binary search on a previously sorted array.
SDL_bsearch_r(3) β Perform a binary search on a previously sorted array, passing a userdata pointer to the compare function.
SDL_calloc(3) β Allocate a zero-initialized array.
SDL_calloc_func(3type) β A callback used to implement
SDL_ceil(3) β Compute the ceiling of
SDL_ceilf(3) β Compute the ceiling of
SDL_clamp(3) β Return a value clamped to a range.
SDL_const_cast(3) β Handle a Const Cast properly whether using C or C++.
SDL_copyp(3) β A macro to copy memory between objects, with basic type checking.
SDL_copysign(3) β Copy the sign of one floating-point value to another.
SDL_copysignf(3) β Copy the sign of one floating-point value to another.
SDL_cos(3) β Compute the cosine of
SDL_cosf(3) β Compute the cosine of
SDL_crc16(3) β Calculate a CRC-16 value.
SDL_crc32(3) β Calculate a CRC-32 value.
SDL_disabled_assert(3) β The macro used when an assertion is disabled.
SDL_enabled_assert(3) β The macro used when an assertion is enabled.
SDL_exp(3) β Compute the exponential of
SDL_expf(3) β Compute the exponential of
SDL_fabs(3) β Compute the absolute value of
SDL_fabsf(3) β Compute the absolute value of
SDL_floor(3) β Compute the floor of
SDL_floorf(3) β Compute the floor of
SDL_fmod(3) β Return the floating-point remainder of
SDL_fmodf(3) β Return the floating-point remainder of
SDL_free(3) β Free allocated memory.
SDL_free_func(3type) β A callback used to implement
SDL_getenv(3) β Get the value of a variable in the environment.
SDL_getenv_unsafe(3) β Get the value of a variable in the environment.
SDL_hid_ble_scan(3) β Start or stop a BLE scan on iOS and tvOS to pair Steam Controllers.
SDL_hid_bus_type(3type) β HID underlying bus types.
SDL_hid_close(3) β Close a HID device.
SDL_hid_device(3type) β An opaque handle representing an open HID device.
SDL_hid_device_change_count(3) β Check to see if devices may have been added or removed.
SDL_hid_device_info(3type) β Information about a connected HID device
SDL_hid_enumerate(3) β Enumerate the HID Devices.
SDL_hid_exit(3) β Finalize the HIDAPI library.
SDL_hid_free_enumeration(3) β Free an enumeration linked list.
SDL_hid_get_device_info(3) β Get the device info from a HID device.
SDL_hid_get_feature_report(3) β Get a feature report from a HID device.
SDL_hid_get_indexed_string(3) β Get a string from a HID device, based on its string index.
SDL_hid_get_input_report(3) β Get an input report from a HID device.
SDL_hid_get_manufacturer_string(3) β Get The Manufacturer String from a HID device.
SDL_hid_get_product_string(3) β Get The Product String from a HID device.
SDL_hid_get_properties(3) β Get the properties associated with an
SDL_hid_get_report_descriptor(3) β Get a report descriptor from a HID device.
SDL_hid_get_serial_number_string(3) β Get The Serial Number String from a HID device.
SDL_hid_init(3) β Initialize the HIDAPI library.
SDL_hid_open(3) β Open a HID device using a Vendor ID (VID), Product ID (PID) and optionally a serial number.
SDL_hid_open_path(3) β Open a HID device by its path name.
SDL_hid_read(3) β Read an Input report from a HID device.
SDL_hid_read_timeout(3) β Read an Input report from a HID device with timeout.
SDL_hid_send_feature_report(3) β Send a Feature report to the device.
SDL_hid_set_nonblocking(3) β Set the device handle to be non-blocking.
SDL_hid_write(3) β Write an Output report to a HID device.
SDL_iOSAnimationCallback(3type) β The prototype for an Apple iOS animation callback.
SDL_iconv(3) β This function converts text between encodings, reading from and writing to a buffer.
SDL_iconv_close(3) β This function frees a context used for character set conversion.
SDL_iconv_open(3) β This function allocates a context for the specified character set conversion.
SDL_iconv_string(3) β Helper function to convert a string\(aqs encoding in one call.
SDL_iconv_t(3type) β An opaque handle representing string encoding conversion state.
SDL_iconv_utf8_locale(3) β Convert a UTF-8 string to the current locale\(aqs character encoding.
SDL_iconv_utf8_ucs2(3) β Convert a UTF-8 string to UCS-2.
SDL_iconv_utf8_ucs4(3) β Convert a UTF-8 string to UCS-4.
SDL_iconv_wchar_utf8(3) β Convert a wchar_t string to UTF-8.
SDL_isalnum(3) β Query if a character is alphabetic (a letter) or a number.
SDL_isalpha(3) β Query if a character is alphabetic (a letter).
SDL_isblank(3) β Report if a character is blank (a space or tab).
SDL_iscntrl(3) β Report if a character is a control character.
SDL_isdigit(3) β Report if a character is a numeric digit.
SDL_isgraph(3) β Report if a character is any \(dqprintable\(dq except space.
SDL_isinf(3) β Return whether the value is infinity.
SDL_isinff(3) β Return whether the value is infinity.
SDL_islower(3) β Report if a character is lower case.
SDL_isnan(3) β Return whether the value is NaN.
SDL_isnanf(3) β Return whether the value is NaN.
SDL_isprint(3) β Report if a character is \(dqprintable\(dq.
SDL_ispunct(3) β Report if a character is a punctuation mark.
SDL_isspace(3) β Report if a character is whitespace.
SDL_isupper(3) β Report if a character is upper case.
SDL_isxdigit(3) β Report if a character is a hexadecimal digit.
SDL_itoa(3) β Convert an integer into a string.
SDL_keysym(3) β Keysym structure
SDL_lltoa(3) β Convert a long long integer into a string.
SDL_log(3) β Compute the natural logarithm of
SDL_log10(3) β Compute the base-10 logarithm of
SDL_log10f(3) β Compute the base-10 logarithm of
SDL_logf(3) β Compute the natural logarithm of
SDL_lround(3) β Round
SDL_lroundf(3) β Round
SDL_ltoa(3) β Convert a long integer into a string.
SDL_main(3) β An app-supplied function for program entry.
SDL_main_func(3type) β The prototype for the application\(aqs main() function
SDL_malloc(3) β Allocate uninitialized memory.
SDL_malloc_func(3type) β A callback used to implement
SDL_max(3) β Return the greater of two values.
SDL_memcmp(3) β Compare two buffers of memory.
SDL_memcpy(3) β Copy non-overlapping memory.
SDL_memmove(3) β Copy memory ranges that might overlap.
SDL_memset(3) β Initialize all bytes of buffer of memory to a specific value.
SDL_memset4(3) β Initialize all 32-bit words of buffer of memory to a specific value.
SDL_min(3) β Return the lesser of two values.
SDL_modf(3) β Split
SDL_modff(3) β Split
SDL_murmur3_32(3) β Calculate a 32-bit MurmurHash3 value for a block of data.
SDL_mutexP(3) β Lock a mutex
SDL_mutexV(3) β Unlock a mutex
SDL_pow(3) β Raise
SDL_powf(3) β Raise
SDL_qsort(3) β Sort an array.
SDL_qsort_r(3) β Sort an array, passing a userdata pointer to the compare function.
SDL_rand(3) β Generate a pseudo-random number less than n for positive n
SDL_rand_bits(3) β Generate 32 pseudo-random bits.
SDL_rand_bits_r(3) β Generate 32 pseudo-random bits.
SDL_rand_r(3) β Generate a pseudo-random number less than n for positive n
SDL_randf(3) β Generate a uniform pseudo-random floating point number less than 1.0
SDL_randf_r(3) β Generate a uniform pseudo-random floating point number less than 1.0
SDL_realloc(3) β Change the size of allocated memory.
SDL_realloc_func(3type) β A callback used to implement
SDL_reinterpret_cast(3) β Handle a Reinterpret Cast properly whether using C or C++.
SDL_round(3) β Round
SDL_roundf(3) β Round
SDL_scalbn(3) β Scale
SDL_scalbnf(3) β Scale
SDL_setenv_unsafe(3) β Set the value of a variable in the environment.
SDL_sin(3) β Compute the sine of
SDL_sinf(3) β Compute the sine of
SDL_size_add_check_overflow(3) β Add two integers, checking for overflow.
SDL_size_mul_check_overflow(3) β Multiply two integers, checking for overflow.
SDL_snprintf(3) β This works exactly like snprintf() but doesn\(aqt require access to a C runtime.
SDL_sound.h(3)
SDL_sound.h(3)
SDL_sqrt(3) β Compute the square root of
SDL_sqrtf(3) β Compute the square root of
SDL_srand(3) β Seeds the pseudo-random number generator.
SDL_sscanf(3) β This works exactly like sscanf() but doesn\(aqt require access to a C runtime.
SDL_stack_alloc(3) β Allocate memory on the stack (maybe).
SDL_stack_free(3) β Free memory previously allocated with
SDL_static_cast(3) β Handle a Static Cast properly whether using C or C++.
SDL_strcasecmp(3) β Compare two null-terminated UTF-8 strings, case-insensitively.
SDL_strcasestr(3) β Search a UTF-8 string for the first instance of a specific substring, case-insensitively.
SDL_strchr(3) β Search a string for the first instance of a specific byte.
SDL_strcmp(3) β Compare two null-terminated UTF-8 strings.
SDL_strdup(3) β Allocate a copy of a string.
SDL_strlcat(3) β Concatenate strings.
SDL_strlcpy(3) β Copy a string.
SDL_strlen(3) β This works exactly like strlen() but doesn\(aqt require access to a C runtime.
SDL_strlwr(3) β Convert a string to lowercase.
SDL_strncasecmp(3) β Compare two UTF-8 strings, case-insensitively, up to a number of bytes.
SDL_strncmp(3) β Compare two UTF-8 strings up to a number of bytes.
SDL_strndup(3) β Allocate a copy of a string, up to n characters.
SDL_strnlen(3) β This works exactly like strnlen() but doesn\(aqt require access to a C runtime.
SDL_strnstr(3) β Search a string, up to n bytes, for the first instance of a specific substring.
SDL_strpbrk(3) β Searches a string for the first occurrence of any character contained in a breakset, and returns a pointer from the string to that character.
SDL_strrchr(3) β Search a string for the last instance of a specific byte.
SDL_strrev(3) β Reverse a string\(aqs contents.
SDL_strstr(3) β Search a string for the first instance of a specific substring.
SDL_strtod(3) β Parse a
SDL_strtok_r(3) β This works exactly like strtok_r() but doesn\(aqt require access to a C runtime.
SDL_strtol(3) β Parse a
SDL_strtoll(3) β Parse a
SDL_strtoul(3) β Parse an
SDL_strtoull(3) β Parse an
SDL_strupr(3) β Convert a string to uppercase.
SDL_swprintf(3) β This works exactly like swprintf() but doesn\(aqt require access to a C runtime.
SDL_tan(3) β Compute the tangent of
SDL_tanf(3) β Compute the tangent of
SDL_tolower(3) β Convert low-ASCII English letters to lowercase.
SDL_toupper(3) β Convert low-ASCII English letters to uppercase.
SDL_trunc(3) β Truncate
SDL_truncf(3) β Truncate
SDL_uitoa(3) β Convert an unsigned integer into a string.
SDL_ulltoa(3) β Convert an unsigned long long integer into a string.
SDL_ultoa(3) β Convert an unsigned long integer into a string.
SDL_unsetenv_unsafe(3) β Clear a variable from the environment.
SDL_utf8strlcpy(3) β Copy an UTF-8 string.
SDL_utf8strlen(3) β Count the number of codepoints in a UTF-8 string.
SDL_utf8strnlen(3) β Count the number of codepoints in a UTF-8 string, up to n bytes.
SDL_vasprintf(3) β This works exactly like vasprintf() but doesn\(aqt require access to a C runtime.
SDL_vsnprintf(3) β This works exactly like vsnprintf() but doesn\(aqt require access to a C runtime.
SDL_vsscanf(3) β This works exactly like vsscanf() but doesn\(aqt require access to a C runtime.
SDL_vswprintf(3) β This works exactly like vswprintf() but doesn\(aqt require access to a C runtime.
SDL_wcscasecmp(3) β Compare two null-terminated wide strings, case-insensitively.
SDL_wcscmp(3) β Compare two null-terminated wide strings.
SDL_wcsdup(3) β Allocate a copy of a wide string.
SDL_wcslcat(3) β Concatenate wide strings.
SDL_wcslcpy(3) β Copy a wide string.
SDL_wcslen(3) β This works exactly like wcslen() but doesn\(aqt require access to a C runtime.
SDL_wcsncasecmp(3) β Compare two wide strings, case-insensitively, up to a number of wchar_t.
SDL_wcsncmp(3) β Compare two wide strings up to a number of wchar_t values.
SDL_wcsnlen(3) β This works exactly like wcsnlen() but doesn\(aqt require access to a C runtime.
SDL_wcsnstr(3) β Search a wide string, up to n wide chars, for the first instance of a specific substring.
SDL_wcsstr(3) β Search a wide string for the first instance of a specific substring.
SDL_wcstol(3) β Parse a
SDL_zero(3) β Clear an object\(aqs memory to zero.
SDL_zeroa(3) β Clear an array\(aqs memory to zero.
SDL_zerop(3) β Clear an object\(aqs memory to zero, using a pointer.
SHA1(3) β Secure Hash Algorithm
SHA256_Init(3ossl) β Secure Hash Algorithm
SILLY(3) β Simple Image Loading LibrarY namespace.
SILLY_DataSource(3) β This is an abstract class used to provide data to the loader.
SILLY_FileDataSource(3) β This class allow the loading of an image directly from a file.
SILLY_Image(3) β Image is the main user class of the library.
SILLY_ImageContext(3) β Store the data needed by an ImageLoader object during the parsing of an image.
SILLY_ImageLoader(3) β This is an abstract class that define the interface of all image loader.
SILLY_ImageLoaderManager(3) β Manage the list of all supported ImageLoader.
SILLY_JPGImageContext(3) β Image Context for JPG image loader.
SILLY_JPGImageLoader(3) β Loader class for JPG Image.
SILLY_MemoryDataSource(3) β Load an image from a memory area.
SILLY_PNGImageContext(3) β Image Context for PNG Image Loader.
SILLY_PNGImageLoader(3) β Loader for PNG Image.
SILLY_TGAImageContext(3) β Image Context for Targa image.
SILLY_TGAImageLoader(3) β Loader for Targa image.
SMIME_crlf_copy(3) β buffered copy between BIOs
SMIME_read_ASN1(3ossl) β parse S/MIME message
SMIME_read_CMS(3) β extract CMS ContentInfo from an S/MIME message
SMIME_read_CMS(3ossl) β parse S/MIME message
SMIME_read_PKCS7(3) β extract a PKCS#7 object from an S/MIME message
SMIME_read_PKCS7(3ossl) β parse S/MIME message
SMIME_text(3) β remove text/plain MIME headers
SMIME_write_ASN1(3ossl) β convert structure to S/MIME format
SMIME_write_CMS(3) β convert CMS structure to S/MIME format
SMIME_write_CMS(3ossl) β convert CMS structure to S/MIME format
SMIME_write_PKCS7(3) β convert PKCS#7 structure to S/MIME format
SMIME_write_PKCS7(3ossl) β convert PKCS#7 structure to S/MIME format
SPI_commit(3) β commit the current transaction
SPI_commit(3) β commit the current transaction
SPI_commit(3) β commit the current transaction
SPI_commit(3) β commit the current transaction
SPI_commit(3) β commit the current transaction
SPI_commit(3) β commit the current transaction
SPI_connect(3) β connect a C function to the SPI manager
SPI_connect(3) β connect a C function to the SPI manager
SPI_connect(3) β connect a C function to the SPI manager
SPI_connect(3) β connect a C function to the SPI manager
SPI_connect(3) β connect a C function to the SPI manager
SPI_connect(3) β connect a C function to the SPI manager
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_copytuple(3) β make a copy of a row in the upper executor context
SPI_cursor_close(3) β close a cursor
SPI_cursor_close(3) β close a cursor
SPI_cursor_close(3) β close a cursor
SPI_cursor_close(3) β close a cursor
SPI_cursor_close(3) β close a cursor
SPI_cursor_close(3) β close a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_fetch(3) β fetch some rows from a cursor
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_find(3) β find an existing cursor by name
SPI_cursor_move(3) β move a cursor
SPI_cursor_move(3) β move a cursor
SPI_cursor_move(3) β move a cursor
SPI_cursor_move(3) β move a cursor
SPI_cursor_move(3) β move a cursor
SPI_cursor_move(3) β move a cursor
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open(3) β set up a cursor using a statement created with SPI_prepare
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_args(3) β set up a cursor using a query and parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_open_with_paramlist(3) β set up a cursor using parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_cursor_parse_open(3) β set up a cursor using a query string and parameters
SPI_exec(3) β execute a read/write command
SPI_exec(3) β execute a read/write command
SPI_exec(3) β execute a read/write command
SPI_exec(3) β execute a read/write command
SPI_exec(3) β execute a read/write command
SPI_exec(3) β execute a read/write command
SPI_execp(3) β execute a statement in read/write mode
SPI_execp(3) β execute a statement in read/write mode
SPI_execp(3) β execute a statement in read/write mode
SPI_execp(3) β execute a statement in read/write mode
SPI_execp(3) β execute a statement in read/write mode
SPI_execp(3) β execute a statement in read/write mode
SPI_execute(3) β execute a command
SPI_execute(3) β execute a command
SPI_execute(3) β execute a command
SPI_execute(3) β execute a command
SPI_execute(3) β execute a command
SPI_execute(3) β execute a command
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_extended(3) β execute a command with out\-of\-line parameters
SPI_execute_plan(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan(3) β execute a statement prepared by SPI_prepare
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_extended(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_extended(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_extended(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_extended(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_execute_plan_with_paramlist(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_with_paramlist(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_with_paramlist(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_with_paramlist(3) β execute a statement prepared by SPI_prepare
SPI_execute_plan_with_paramlist(3) β execute a statement prepared by SPI_prepare
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_execute_with_args(3) β execute a command with out\-of\-line parameters
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_finish(3) β disconnect a C function from the SPI manager
SPI_fname(3) β determine the column name for the specified column number
SPI_fname(3) β determine the column name for the specified column number
SPI_fname(3) β determine the column name for the specified column number
SPI_fname(3) β determine the column name for the specified column number
SPI_fname(3) β determine the column name for the specified column number
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_fnumber(3) β determine the column number for the specified column name
SPI_fnumber(3) β determine the column number for the specified column name
SPI_fnumber(3) β determine the column number for the specified column name
SPI_fnumber(3) β determine the column number for the specified column name
SPI_fnumber(3) β determine the column number for the specified column name
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freeplan(3) β free a previously saved prepared statement
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuple(3) β free a row allocated in the upper executor context
SPI_freetuptable(3) β free a row set created by SPI_execute or a similar function
SPI_freetuptable(3) β free a row set created by SPI_execute or a similar function
SPI_freetuptable(3) β free a row set created by SPI_execute or a similar function
SPI_freetuptable(3) β free a row set created by SPI_execute or a similar function
SPI_freetuptable(3) β free a row set created by SPI_execute or a similar function
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_getargcount(3) β return the number of arguments needed by a statement prepared by SPI_prepare
SPI_getargcount(3) β return the number of arguments needed by a statement prepared by SPI_prepare
SPI_getargcount(3) β return the number of arguments needed by a statement prepared by SPI_prepare
SPI_getargcount(3) β return the number of arguments needed by a statement prepared by SPI_prepare
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_getargtypeid(3) β return the data type OID for an argument of 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_getargtypeid(3) β return the data type OID for an argument of 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_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_getbinval(3) β return the binary value of the specified column
SPI_getbinval(3) β return the binary value of the specified column
SPI_getbinval(3) β return the binary value of the specified column
SPI_getbinval(3) β return the binary value of the specified column
SPI_getbinval(3) β return the binary value of the specified column
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getnspname(3) β return the namespace of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_getrelname(3) β return the name of the specified relation
SPI_gettype(3) β return the data type name of the specified column
SPI_gettype(3) β return the data type name of the specified column
SPI_gettype(3) β return the data type name of the specified column
SPI_gettype(3) β return the data type name of the specified column
SPI_gettype(3) β return the data type name of the specified column
SPI_gettype(3) β return the data type name of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_gettypeid(3) β return the data type OID of the specified column
SPI_getvalue(3) β return the string value of the specified column
SPI_getvalue(3) β return the string value of the specified column
SPI_getvalue(3) β return the string value of the specified column
SPI_getvalue(3) β return the string value of the specified column
SPI_getvalue(3) β return the string value of the specified column
SPI_getvalue(3) β return the string 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_is_cursor_plan(3) β return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
SPI_is_cursor_plan(3) β return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
SPI_is_cursor_plan(3) β return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
SPI_is_cursor_plan(3) β return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
SPI_is_cursor_plan(3) β return true if a statement prepared by SPI_prepare can be used with SPI_cursor_open
SPI_keepplan(3) β save a prepared statement
SPI_keepplan(3) β save a prepared statement
SPI_keepplan(3) β save a prepared statement
SPI_keepplan(3) β save a prepared statement
SPI_keepplan(3) β save a prepared statement
SPI_keepplan(3) β save a prepared statement
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_modifytuple(3) β create a row by replacing selected fields of a given row
SPI_palloc(3) β allocate memory in the upper executor context
SPI_palloc(3) β allocate memory in the upper executor context
SPI_palloc(3) β allocate memory in the upper executor context
SPI_palloc(3) β allocate memory in the upper executor context
SPI_palloc(3) β allocate memory in the upper executor context
SPI_palloc(3) β allocate memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_pfree(3) β free memory in the upper executor context
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_cursor(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_extended(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_prepare_params(3) β prepare a statement, without executing it yet
SPI_register_relation(3) β make an ephemeral named relation available by name in SPI queries
SPI_register_relation(3) β make an ephemeral named relation available by name in SPI queries
SPI_register_relation(3) β make an ephemeral named relation available by name in SPI queries
SPI_register_relation(3) β make an ephemeral named relation available by name in SPI queries
SPI_register_relation(3) β make an ephemeral named relation available by name in SPI queries
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_register_trigger_data(3) β make ephemeral trigger data available in SPI queries
SPI_register_trigger_data(3) β make ephemeral trigger data available in SPI queries
SPI_register_trigger_data(3) β make ephemeral trigger data available in SPI queries
SPI_register_trigger_data(3) β make ephemeral trigger data available in SPI queries
SPI_register_trigger_data(3) β make ephemeral trigger data available in SPI queries
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_repalloc(3) β reallocate memory in the upper executor context
SPI_result_code_string(3) β return error code as string
SPI_result_code_string(3) β return error code as string
SPI_result_code_string(3) β return error code as string
SPI_result_code_string(3) β return error code as string
SPI_result_code_string(3) β return error code as string
SPI_result_code_string(3) β return error code as string
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_returntuple(3) β prepare to return a tuple as a Datum
SPI_rollback(3) β abort the current transaction
SPI_rollback(3) β abort the current transaction
SPI_rollback(3) β abort the current transaction
SPI_rollback(3) β abort the current transaction
SPI_rollback(3) β abort the current transaction
SPI_rollback(3) β abort the current transaction
SPI_saveplan(3) β save a prepared statement
SPI_saveplan(3) β save a prepared statement
SPI_saveplan(3) β save a prepared statement
SPI_saveplan(3) β save a prepared statement
SPI_saveplan(3) β save a prepared statement
SPI_saveplan(3) β save a prepared statement
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_fetch(3) β fetch some rows from a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_scroll_cursor_move(3) β move a cursor
SPI_start_transaction(3) β obsolete function
SPI_start_transaction(3) β obsolete function
SPI_start_transaction(3) β obsolete function
SPI_start_transaction(3) β obsolete function
SPI_start_transaction(3) β obsolete function
SPI_start_transaction(3) β obsolete function
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SPI_unregister_relation(3) β remove an ephemeral named relation from the registry
SRP_Calc_B(3ossl) β SRP authentication primitives
SRP_VBASE_new(3ossl) β Functions to create and manage a stack of SRP user verifier information
SRP_create_verifier(3ossl) β SRP authentication primitives
SRP_user_pwd_new(3ossl) β Functions to create a record of SRP user verifier information
SSL_CIPHER_get_name(3) β get SSL_CIPHER properties
SSL_CIPHER_get_name(3ossl) β get SSL_CIPHER properties
SSL_COMP_add_compression_method(3) β handle SSL/TLS integrated compression methods
SSL_COMP_add_compression_method(3ossl) β handle SSL/TLS integrated compression methods
SSL_CONF_CTX_new(3ossl) β SSL configuration allocation functions
SSL_CONF_CTX_set1_prefix(3ossl) β Set configuration context command prefix
SSL_CONF_CTX_set_flags(3ossl) β Set or clear SSL configuration context flags
SSL_CONF_CTX_set_ssl_ctx(3ossl) β set context to configure
SSL_CONF_cmd(3ossl) β send configuration command
SSL_CONF_cmd_argv(3ossl) β SSL configuration command line processing
SSL_CTX_add1_chain_cert(3) β extra chain certificate processing
SSL_CTX_add1_chain_cert(3ossl) β extra
SSL_CTX_add_extra_chain_cert(3) β add, retrieve, and clear extra chain certificates
SSL_CTX_add_extra_chain_cert(3ossl) β add, get or clear extra chain certificates
SSL_CTX_add_session(3) β manipulate session cache
SSL_CTX_add_session(3ossl) β manipulate session cache
SSL_CTX_config(3ossl) β configure SSL_CTX or SSL structure
SSL_CTX_ctrl(3) β internal handling functions for SSL_CTX and SSL objects
SSL_CTX_ctrl(3ossl) β internal handling functions for SSL_CTX and SSL objects
SSL_CTX_dane_enable(3ossl) β enable DANE TLS authentication of the remote TLS server in the local
SSL_CTX_flush_sessions(3) β remove expired sessions
SSL_CTX_flush_sessions(3ossl) β remove expired sessions
SSL_CTX_free(3) β free an allocated SSL_CTX object
SSL_CTX_free(3ossl) β free an allocated SSL_CTX object
SSL_CTX_get0_certificate(3) β get the active certificate from an SSL context
SSL_CTX_get0_param(3ossl)
SSL_CTX_get_ex_new_index(3) β internal application specific data functions
SSL_CTX_get_verify_mode(3) β get currently set verification parameters
SSL_CTX_get_verify_mode(3ossl) β get currently set verification parameters
SSL_CTX_has_client_custom_ext(3ossl) β check whether a handler exists for a particular
SSL_CTX_load_verify_locations(3) β set default locations for trusted CA certificates
SSL_CTX_load_verify_locations(3ossl) β set default locations for trusted CA certificates
SSL_CTX_new(3) β create a new SSL_CTX object as a framework for TLS enabled functions
SSL_CTX_new(3ossl) β create a new SSL_CTX object as framework for TLS/SSL or DTLS enabled
SSL_CTX_sess_number(3) β obtain session cache statistics
SSL_CTX_sess_number(3ossl) β obtain session cache statistics
SSL_CTX_sess_set_cache_size(3) β manipulate session cache size
SSL_CTX_sess_set_cache_size(3ossl) β manipulate session cache size
SSL_CTX_sess_set_get_cb(3) β provide callback functions for server side external session caching
SSL_CTX_sess_set_get_cb(3ossl) β provide callback functions for server side external session caching
SSL_CTX_sessions(3) β access internal session cache
SSL_CTX_sessions(3ossl) β access internal session cache
SSL_CTX_set0_CA_list(3ossl) β get or set CA list
SSL_CTX_set1_cert_comp_preference(3ossl) β Certificate compression functions
SSL_CTX_set1_curves(3ossl) β EC supported curve functions
SSL_CTX_set1_groups(3) β choose supported EC groups
SSL_CTX_set1_sigalgs(3ossl) β set supported signature algorithms
SSL_CTX_set1_verify_cert_store(3ossl) β set certificate
SSL_CTX_set_alpn_select_cb(3) β handle application layer protocol negotiation (ALPN)
SSL_CTX_set_alpn_select_cb(3ossl) β handle application layer protocol negotiation (ALPN)
SSL_CTX_set_cert_cb(3ossl) β handle certificate callback function
SSL_CTX_set_cert_store(3) β manipulate X509 certificate verification storage
SSL_CTX_set_cert_store(3ossl) β manipulate X509 certificate verification storage
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) β choose list of available SSL_CIPHERs
SSL_CTX_set_cipher_list(3ossl) β choose list of available SSL_CIPHERs
SSL_CTX_set_client_CA_list(3) β set list of CAs sent to the client when requesting a client certificate
SSL_CTX_set_client_cert_cb(3) β handle client certificate callback function
SSL_CTX_set_client_cert_cb(3ossl) β handle client certificate callback function
SSL_CTX_set_client_hello_cb(3ossl) β callback functions for early server\-side ClientHello processing
SSL_CTX_set_ct_validation_callback(3ossl)
SSL_CTX_set_ctlog_list_file(3ossl)
SSL_CTX_set_default_passwd_cb(3) β set or get passwd callback for encrypted PEM file handling
SSL_CTX_set_default_passwd_cb(3ossl) β set or
SSL_CTX_set_domain_flags(3ossl) β control the concurrency model used by a QUIC domain
SSL_CTX_set_generate_session_id(3) β manipulate generation of SSL session IDs (server only)
SSL_CTX_set_generate_session_id(3ossl) β manipulate generation of SSL session IDs (server only)
SSL_CTX_set_info_callback(3) β handle information callback for SSL connections
SSL_CTX_set_info_callback(3ossl) β handle information callback for SSL connections
SSL_CTX_set_keylog_callback(3) β set and get the unused key logging callback
SSL_CTX_set_keylog_callback(3ossl) β logging TLS key material
SSL_CTX_set_max_cert_list(3) β manipulate allowed size for the peer's certificate chain
SSL_CTX_set_max_cert_list(3ossl) β manipulate allowed size for the peer\*(Aqs certificate chain
SSL_CTX_set_min_proto_version(3) β get and set minimum and maximum supported protocol version
SSL_CTX_set_min_proto_version(3ossl) β Get and set minimum
SSL_CTX_set_mode(3) β manipulate SSL engine mode
SSL_CTX_set_mode(3ossl) β manipulate SSL engine mode
SSL_CTX_set_msg_callback(3) β install callback for observing protocol messages
SSL_CTX_set_msg_callback(3ossl) β install callback for observing protocol messages
SSL_CTX_set_new_pending_conn_cb(3ossl) β callback function to report creation of QUIC connection SSL objects
SSL_CTX_set_num_tickets(3) β set and get the number of TLS 1.3 session tickets to be sent
SSL_CTX_set_num_tickets(3ossl) β control the number of TLSv1.3 session tickets that are issued
SSL_CTX_set_options(3) β manipulate SSL options
SSL_CTX_set_options(3ossl) β manipulate SSL options
SSL_CTX_set_psk_client_callback(3ossl) β set PSK client callback
SSL_CTX_set_quiet_shutdown(3) β manipulate shutdown behaviour
SSL_CTX_set_quiet_shutdown(3ossl) β manipulate shutdown behaviour
SSL_CTX_set_read_ahead(3) β manage whether to read as many input bytes as possible
SSL_CTX_set_read_ahead(3ossl) β manage whether to read as many input bytes as possible
SSL_CTX_set_record_padding_callback(3ossl) β install callback to specify TLS 1.3 record padding
SSL_CTX_set_security_level(3) β change security level for TLS
SSL_CTX_set_security_level(3ossl) β SSL/TLS security framework
SSL_CTX_set_session_cache_mode(3) β enable/disable session caching
SSL_CTX_set_session_cache_mode(3ossl) β enable/disable session caching
SSL_CTX_set_session_id_context(3) β set context within which session can be reused (server side only)
SSL_CTX_set_session_id_context(3ossl) β set context within which session can be reused (server side only)
SSL_CTX_set_session_ticket_cb(3ossl) β manage session ticket application data
SSL_CTX_set_split_send_fragment(3ossl) β Control fragment size settings and pipelining operations
SSL_CTX_set_srp_password(3ossl) β SRP control operations
SSL_CTX_set_ssl_version(3) β choose a new TLS/SSL method
SSL_CTX_set_ssl_version(3ossl) β choose a new TLS/SSL method
SSL_CTX_set_stateless_cookie_generate_cb(3ossl) β Callback functions for stateless TLS1.3 cookies
SSL_CTX_set_timeout(3) β manipulate timeout values for session caching
SSL_CTX_set_timeout(3ossl) β manipulate timeout values for session caching
SSL_CTX_set_tlsext_servername_callback(3) β handle server name indication (SNI)
SSL_CTX_set_tlsext_servername_callback(3ossl) β handle server name indication (SNI)
SSL_CTX_set_tlsext_status_cb(3) β OCSP Certificate Status Request functions
SSL_CTX_set_tlsext_status_cb(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_cb(3ossl) β set a callback for session ticket processing
SSL_CTX_set_tlsext_use_srtp(3) β Configure and query SRTP support
SSL_CTX_set_tlsext_use_srtp(3ossl) β Configure and query SRTP support
SSL_CTX_set_tmp_dh_callback(3) β handle DH keys for ephemeral key exchange
SSL_CTX_set_tmp_dh_callback(3ossl) β handle DH keys for ephemeral key exchange
SSL_CTX_set_tmp_ecdh(3ossl) β handle ECDH keys for ephemeral key exchange
SSL_CTX_set_tmp_rsa_callback(3) β handle RSA keys for ephemeral key exchange
SSL_CTX_set_verify(3) β set peer certificate verification parameters
SSL_CTX_set_verify(3ossl) β set various SSL/TLS parameters for peer certificate verification
SSL_CTX_use_certificate(3) β load certificate and key data
SSL_CTX_use_certificate(3ossl) β load certificate and key data
SSL_CTX_use_psk_identity_hint(3ossl) β set PSK identity hint to use
SSL_CTX_use_serverinfo(3ossl) β use serverinfo extension
SSL_SESSION_free(3) β SSL_SESSION reference counting
SSL_SESSION_free(3ossl) β create, free and manage SSL_SESSION structures
SSL_SESSION_get0_cipher(3) β retrieve the SSL cipher associated with a session
SSL_SESSION_get0_cipher(3ossl) β set and retrieve the SSL cipher associated with a session
SSL_SESSION_get0_hostname(3ossl) β get and set SNI and ALPN data associated with a session
SSL_SESSION_get0_id_context(3ossl) β get and set the SSL ID context associated with a session
SSL_SESSION_get0_peer(3) β get details about peer's certificate for a session
SSL_SESSION_get0_peer(3ossl) β get details about peer\*(Aqs certificate for a session
SSL_SESSION_get_compress_id(3) β get details about the compression associated with a session
SSL_SESSION_get_compress_id(3ossl) β get details about the compression associated with a session
SSL_SESSION_get_ex_new_index(3) β internal application specific data functions
SSL_SESSION_get_id(3) β get and set the SSL session ID
SSL_SESSION_get_protocol_version(3) β get the session protocol version
SSL_SESSION_get_protocol_version(3ossl) β get and set the session protocol version
SSL_SESSION_get_time(3) β retrieve and manipulate session time and timeout settings
SSL_SESSION_get_time(3ossl) β retrieve and manipulate session time and timeout settings
SSL_SESSION_has_ticket(3) β get details about the ticket associated with a session
SSL_SESSION_has_ticket(3ossl) β get details about the ticket 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_new(3) β construct a new SSL_SESSION object
SSL_SESSION_print(3) β print some properties of an SSL_SESSION object
SSL_SESSION_print(3ossl) β printf information about a session
SSL_SESSION_set1_id(3ossl) β get and set the SSL session ID
SSL_SESSION_set1_id_context(3) β get and set the SSL ID context associated with a session
SSL_accept(3) β wait for a TLS/SSL client to initiate a TLS/SSL handshake
SSL_accept(3ossl) β wait for a TLS/SSL client to initiate a TLS/SSL handshake
SSL_accept_stream(3ossl)
SSL_alert_type_string(3) β get textual description of alert information
SSL_alert_type_string(3ossl) β get textual description of alert information
SSL_alloc_buffers(3ossl) β manage SSL structure buffers
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_connect(3) β initiate the TLS/SSL handshake with a TLS/SSL server
SSL_connect(3ossl) β initiate the TLS/SSL handshake with an TLS/SSL server
SSL_copy_session_id(3) β copy session details between SSL objects
SSL_do_handshake(3) β perform a TLS/SSL handshake
SSL_do_handshake(3ossl) β perform a TLS/SSL handshake
SSL_dup(3) β deep copy of an SSL object
SSL_dup_CA_list(3) β deep copy of a stack of X.509 Name objects
SSL_export_keying_material(3) β obtain keying material for application use
SSL_export_keying_material(3ossl) β obtain keying material for application use
SSL_extension_supported(3ossl) β custom TLS extension handling
SSL_free(3) β free an allocated SSL structure
SSL_free(3ossl) β free an allocated SSL structure
SSL_get0_connection(3ossl) β get a QUIC connection SSL object from a
SSL_get0_group_name(3ossl) β get name of the group that was used for the key
SSL_get0_peer_rpk(3ossl) β raw public key (RFC7250) support
SSL_get0_peer_scts(3ossl) β get SCTs received
SSL_get1_builtin_sigalgs(3ossl) β get list of built\-in signature algorithms
SSL_get_SSL_CTX(3) β get the SSL_CTX from which an SSL is created
SSL_get_SSL_CTX(3ossl) β get the SSL_CTX from which an SSL is created
SSL_get_all_async_fds(3ossl) β manage asynchronous operations
SSL_get_certificate(3) β get SSL certificate and private key
SSL_get_certificate(3ossl) β retrieve TLS/SSL certificate and
SSL_get_ciphers(3) β get lists of available SSL_CIPHERs
SSL_get_ciphers(3ossl) β get list of available SSL_CIPHERs
SSL_get_client_CA_list(3) β get list of client CAs
SSL_get_client_random(3) β get internal TLS handshake random values and master key
SSL_get_client_random(3ossl) β get internal TLS/SSL random values and get/set master key
SSL_get_conn_close_info(3ossl) β get information about why a QUIC connection was closed
SSL_get_current_cipher(3) β get SSL_CIPHER of a connection
SSL_get_current_cipher(3ossl) β get SSL_CIPHER of a connection
SSL_get_default_timeout(3) β get default session timeout value
SSL_get_default_timeout(3ossl) β get default session timeout value
SSL_get_error(3) β obtain result code for TLS/SSL I/O operation
SSL_get_error(3ossl) β obtain result code for TLS/SSL I/O operation
SSL_get_event_timeout(3ossl) β determine when an SSL object next needs to have events
SSL_get_ex_data_X509_STORE_CTX_idx(3) β get ex_data index to access SSL structure from X509_STORE_CTX
SSL_get_ex_new_index(3) β internal application specific data functions
SSL_get_extms_support(3ossl) β extended master secret support
SSL_get_fd(3) β get file descriptor linked to an SSL object
SSL_get_fd(3ossl) β get file descriptor linked to an SSL object
SSL_get_finished(3) β get last sent or last expected finished message
SSL_get_handshake_rtt(3ossl) β get round trip time for SSL Handshake
SSL_get_peer_cert_chain(3) β get the X509 certificate chain sent by the peer
SSL_get_peer_cert_chain(3ossl) β get the X509 certificate
SSL_get_peer_certificate(3) β get the X509 certificate of the peer
SSL_get_peer_certificate(3ossl) β get the X509 certificate of the peer
SSL_get_peer_signature_nid(3ossl)
SSL_get_peer_tmp_key(3ossl) β get information
SSL_get_psk_identity(3ossl) β get PSK client identity and hint
SSL_get_rbio(3) β get BIO linked to an SSL object
SSL_get_rbio(3ossl) β get BIO linked to an SSL object
SSL_get_rpoll_descriptor(3ossl) β obtain information which can be used to determine when
SSL_get_server_tmp_key(3) β temporary server key during a handshake
SSL_get_session(3) β retrieve TLS/SSL session data
SSL_get_session(3ossl) β retrieve TLS/SSL session data
SSL_get_shared_ciphers(3) β ciphers supported by both client and server
SSL_get_shared_sigalgs(3ossl) β get supported signature algorithms
SSL_get_state(3) β inspect the state of the SSL state machine
SSL_get_stream_id(3ossl) β get QUIC stream ID and stream type information
SSL_get_stream_read_state(3ossl) β get QUIC stream
SSL_get_value_uint(3ossl)
SSL_get_verify_result(3) β get result of peer certificate verification
SSL_get_verify_result(3ossl) β get result of peer certificate verification
SSL_get_version(3) β get the protocol information of a connection
SSL_get_version(3ossl) β get the protocol information of a connection
SSL_group_to_name(3ossl) β get name of group
SSL_handle_events(3ossl) β advance asynchronous state machine and perform network I/O
SSL_in_init(3ossl) β retrieve information about the handshake state machine
SSL_inject_net_dgram(3ossl) β inject a datagram as though received from the network
SSL_key_update(3ossl) β initiate and obtain information about updating connection keys
SSL_library_init(3) β initialize SSL library by registering algorithms
SSL_library_init(3ossl) β initialize SSL library by registering algorithms
SSL_load_client_CA_file(3) β load certificate names from files
SSL_load_client_CA_file(3ossl) β load certificate names
SSL_new(3) β create a new SSL structure for a connection
SSL_new(3ossl) β create an SSL structure for a connection
SSL_new_domain(3ossl) β SSL object interface for managing QUIC event domains
SSL_new_listener(3ossl) β SSL object interface for abstracted connection
SSL_new_stream(3ossl) β create a new locally\-initiated QUIC stream
SSL_num_renegotiations(3) β renegotiation counters
SSL_pending(3) β obtain number of readable bytes buffered in an SSL object
SSL_pending(3ossl) β check for readable bytes buffered in an
SSL_poll(3ossl) β determine or await readiness conditions for one or more pollable objects
SSL_read(3) β read bytes from a TLS connection
SSL_read(3ossl) β read bytes from a TLS/SSL connection
SSL_read_early_data(3) β transmit application data during the handshake
SSL_read_early_data(3ossl) β functions for sending and receiving early data
SSL_renegotiate(3) β initiate a new TLS handshake
SSL_rstate_string(3) β get textual description of state of an SSL object during read operation
SSL_rstate_string(3ossl) β get textual description of state of an SSL object during read operation
SSL_session_reused(3) β query whether a reused session was negotiated during handshake
SSL_session_reused(3ossl) β query whether a reused session was negotiated during handshake
SSL_set1_host(3) β SSL server verification parameters
SSL_set1_host(3ossl)
SSL_set1_initial_peer_addr(3ossl) β set the initial peer address for a QUIC connection
SSL_set1_param(3) β get and set verification parameters
SSL_set1_server_cert_type(3ossl) β certificate type (RFC7250) support
SSL_set_SSL_CTX(3) β modify an SSL connection object to use another context
SSL_set_async_callback(3ossl) β manage asynchronous operations
SSL_set_bio(3) β connect the SSL object with a BIO
SSL_set_bio(3ossl) β connect the SSL object with a BIO
SSL_set_blocking_mode(3ossl) β configure blocking mode for a
SSL_set_connect_state(3) β prepare SSL object to work in client or server mode
SSL_set_connect_state(3ossl) β functions for manipulating and examining the client or server mode of an SSL object
SSL_set_default_stream_mode(3ossl) β manage the default stream for a QUIC
SSL_set_fd(3) β connect the SSL object with a file descriptor
SSL_set_fd(3ossl) β connect the SSL object with a file descriptor
SSL_set_incoming_stream_policy(3ossl) β manage the QUIC incoming stream
SSL_set_max_send_fragment(3) β control fragment sizes
SSL_set_psk_use_session_callback(3) β set TLS pre-shared key client callback
SSL_set_quic_tls_cbs(3ossl) β Use the OpenSSL TLS implementation for a third party QUIC implementation
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) β set the session secret callback
SSL_set_shutdown(3) β manipulate shutdown state of an SSL connection
SSL_set_shutdown(3ossl) β manipulate shutdown state of an SSL connection
SSL_set_tmp_ecdh(3) β select a curve for ECDH ephemeral key exchange
SSL_set_verify_result(3) β override result of peer certificate verification
SSL_set_verify_result(3ossl) β override result of peer certificate verification
SSL_shutdown(3) β shut down a TLS/SSL connection
SSL_shutdown(3ossl) β shut down a TLS/SSL or QUIC connection
SSL_state_string(3) β get textual description of state of an SSL object
SSL_state_string(3ossl) β get textual description of state of an SSL object
SSL_stream_conclude(3ossl) β conclude the sending part of a QUIC stream
SSL_stream_reset(3ossl) β reset a QUIC stream
SSL_want(3) β obtain state information TLS/SSL I/O operation
SSL_want(3ossl) β obtain state information TLS/SSL I/O operation
SSL_write(3) β write bytes to a TLS connection
SSL_write(3ossl)
STACK_OF(3) β variable-sized arrays of pointers, called OpenSSL stacks
SbBSPTree(3) β The SbBSPTree class provides a binary space partitioning container.
SbBarrier(3)
SbBool(3iv) β a Boolean type
SbBox2d(3) β The SbBox2d class is a 2 dimensional box with double precision corner coordinates.
SbBox2f(3) β The SbBox2f class is a 2 dimensional box with floating point corner coordinates.
SbBox2f(3iv) β 2D box class
SbBox2i32(3) β The SbBox2i32 class is a 2 dimensional box with 32-bit integer coordinates.
SbBox2s(3) β The SbBox2s class is a 2 dimensional box with short integer coordinates.
SbBox2s(3iv) β 2D box class
SbBox3d(3) β The SbBox3d class is an abstraction for an axis aligned 3 dimensional box.
SbBox3f(3) β The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
SbBox3f(3iv) β 3D box class
SbBox3i32(3) β The SbBox3i32 class is a 3 dimensional box with 32-bit integer coordinates.
SbBox3s(3) β The SbBox3s class is a 3 dimensional box with short integer coordinates.
SbByteBuffer(3)
SbClip(3) β The SbClip class is a generic polygon clipper class.
SbColor(3) β The SbColor class contains the red, green and blue components which make up a color value.
SbColor(3iv) β color vector class
SbColor4f(3) β The SbColor4f class contains the red, green, blue and alpha components which make up a color value.
SbCondVar(3)
SbCylinder(3) β The SbCylinder class is a representation of a cylinder.
SbCylinder(3iv) β class for representing a cylinder
SbCylinderPlaneProjector(3) β The SbCylinderPlaneProjector class projects 2D points to a half-cylinder and a plane.
SbCylinderPlaneProjector(3iv) β cylinder-plane projector
SbCylinderProjector(3) β The SbCylinderProjector class is the abstract base class for mapping to cylindrical surfaces.
SbCylinderProjector(3iv) β cylinder projector
SbCylinderSectionProjector(3) β The SbCylinderSectionProjector projects 2D points to a sliced cylinder.
SbCylinderSectionProjector(3iv) β cylinder-section projector
SbCylinderSheetProjector(3) β The SbCylinderSheetProjector class projects 2D points to 3D points on a sheet covering a cylindrical shape.
SbCylinderSheetProjector(3iv) β cylinder-sheet projector
SbDPLine(3) β The SbDPLine class represents a line using double precision coordinates.
SbDPMatrix(3) β The SbDPMatrix class is a 4x4 dimensional representation of a double-precision matrix.
SbDPPlane(3) β The SbDPPlane class represents a plane in 3D space.
SbDPRotation(3) β The SbDPRotation class represents a rotation in 3D space using double precision data.
SbDPViewVolume(3) β The SbDPViewVolume class is a double precision viewing volume in 3D space.
SbDict(3) β The SbDict class organizes a dictionary of keys and values.
SbFifo(3)
SbHeap(3) β The SbHeap class is a generic heap class.
SbHeapFuncs(3) β The SbHeapFuncs struct is used to specify functions on heap elements.
SbImage(3) β The SbImage class is an abstract data type for 2D and 3D images.
SbIntList(3) β The SbIntList class is a container for integer numbers.
SbLazyPimplPtr(3)
SbLine(3) β The SbLine class represents a line in 3D space.
SbLine(3iv) β directed line in 3D
SbLineProjector(3) β The SbLineProjector class projects 2D points to 3D points along a line.
SbLineProjector(3iv) β line projector
SbList(3) β The SbList class is a template container class for lists.
SbMatrix(3) β The SbMatrix class is a 4x4 dimensional representation of a matrix.
SbMatrix(3iv) β 4x4 matrix class
SbMutex(3)
SbName(3) β The SbName class stores strings by reference.
SbName(3iv) β character string stored in a hash table
SbOctTree(3) β The SbOctTree class defines a generic octree for fast geometry searches.
SbOctTreeFuncs(3)
SbPList(3) β The SbPList class is a container class for void pointers.
SbPList(3iv) β list of generic (void *) pointers
SbPimplPtr(3)
SbPlane(3) β The SbPlane class represents a plane in 3D space.
SbPlane(3iv) β oriented plane in 3D
SbPlaneProjector(3) β The SbPlaneProjector class projects 2D points to 3D points in a plane.
SbPlaneProjector(3iv) β plane projector
SbProfilingData(3) β Data structure for gathering scene graph traversal profiling information.
SbProjector(3) β The SbProjector class is the abstract base projector class.
SbProjector(3iv) β base class for representing projectors
SbRWMutex(3)
SbRotation(3) β The SbRotation class represents a rotation in 3D space.
SbRotation(3iv) β class for representing a rotation
SbSphere(3) β The SbSphere class is a representation of a sphere.
SbSphere(3iv) β class for representing a sphere
SbSpherePlaneProjector(3) β The SbSpherePlaneProjector class projects 2D points to a half-sphere and a plane.
SbSpherePlaneProjector(3iv) β sphere-plane projector
SbSphereProjector(3) β The SbSphereProjector class is the abstract base class for mapping to spherical surfaces.
SbSphereProjector(3iv) β sphere projector
SbSphereSectionProjector(3) β The SbSphereSectionProjector projects 2D points to a sliced sphere.
SbSphereSectionProjector(3iv) β sphere-section projector
SbSphereSheetProjector(3) β The SbSphereSheetProjector class projects 2D points to 3D points on a sheet covering a spherical shape.
SbSphereSheetProjector(3iv) β sphere-sheet projector
SbStorage(3)
SbString(3) β The SbString class is a string class with convenience functions for string operations.
SbString(3iv) β class for smart character strings
SbStringList(3) β The SbStringList class is a container for pointers to SbString objects.
SbTesselator(3) β The SbTesselator class is used to tessellate polygons into triangles.
SbThread(3)
SbThreadAutoLock(3)
SbThreadMutex(3)
SbTime(3) β The SbTime class instances represents time values.
SbTime(3iv) β class for representation of a time
SbTypeInfo(3) β a type information library for Coin types and their relations.
SbTypedStorage(3)
SbVec2b(3) β a vector class for containing two byte integers.
SbVec2d(3) β The SbVec2d class is a 2 dimensional vector with double precision floating point coordinates.
SbVec2f(3) β The SbVec2f class is a 2 dimensional vector with floating point coordinates.
SbVec2f(3iv) β 2D vector class
SbVec2i32(3) β The SbVec2i32 class is a 2 dimensional vector with 32-bit signed integer coordinates.
SbVec2s(3) β The SbVec2s class is a 2 dimensional vector with short integer coordinates.
SbVec2s(3iv) β 2D vector class
SbVec2ub(3)
SbVec2ui32(3)
SbVec2us(3)
SbVec3b(3)
SbVec3d(3) β The SbVec3d class is a 3 dimensional vector with double precision floating point coordinates.
SbVec3f(3) β The SbVec3f class is a 3 dimensional vector with floating point coordinates.
SbVec3f(3iv) β 3D vector class
SbVec3fList(3) β The SbVec3fList class is a container for pointers to SbVec3f objects.
SbVec3i32(3)
SbVec3s(3) β The SbVec3s class is a 3 dimensional vector with short integer coordinates.
SbVec3ub(3)
SbVec3ui32(3)
SbVec3us(3)
SbVec4b(3)
SbVec4d(3) β The SbVec4d class is a 4 dimensional vector with double precision floating point coordinates.
SbVec4f(3) β The SbVec4f class is a 4 dimensional vector with floating point coordinates.
SbVec4f(3iv) β 4D vector class
SbVec4i32(3)
SbVec4s(3)
SbVec4ub(3)
SbVec4ui32(3)
SbVec4us(3)
SbViewVolume(3) β The SbViewVolume class is a viewing volume in 3D space.
SbViewVolume(3iv) β 3D viewing volume class
SbViewportRegion(3) β The SbViewportRegion class is a viewport within a full window.
SbViewportRegion(3iv) β class for representing a viewport
SbXfBox3d(3) β The SbXfBox3d class is a 3 dimensional box with double precision coordinates and an attached transformation.
SbXfBox3f(3) β The SbXfBox3f class is a 3 dimensional box with floating point coordinates and an attached transformation.
SbXfBox3f(3iv) β 3D box with an associated transformation matrix
ScXML(3) β namespace for static ScXML-related functions.
ScXMLAbstractStateElt(3) β abstract base class for the SCXML 'state' elements.
ScXMLAddOpExprDataObj(3)
ScXMLAnchorElt(3) β implements the <anchor> SCXML element.
ScXMLAndOpExprDataObj(3) β Implements the logical AND operator.
ScXMLAppendOpExprDataObj(3)
ScXMLAssignElt(3) β the <assign> SCXML element.
ScXMLBoolDataObj(3)
ScXMLCoinAddOpExprDataObj(3)
ScXMLCoinDivideOpExprDataObj(3)
ScXMLCoinEqualsOpExprDataObj(3)
ScXMLCoinEvaluator(3) β implements the evaluator for the custom profile named x-coin.
ScXMLCoinLengthFuncExprDataObj(3)
ScXMLCoinMultiplyOpExprDataObj(3)
ScXMLCoinSubtractOpExprDataObj(3)
ScXMLConstantDataObj(3) β base class for immediate data values
ScXMLContentElt(3) β implements the <content> SCXML element.
ScXMLDataElt(3) β the <data> SCXML element.
ScXMLDataModelElt(3) β implements the <datamodel> SCXML element.
ScXMLDataObj(3) β base class for evaluator data objects in the SCXML data module
ScXMLDivideOpExprDataObj(3)
ScXMLDocument(3)
ScXMLECMAScriptEvaluator(3) β evaluator for the ECMAScript profile.
ScXMLElseElt(3) β implements the <else> SCXML element.
ScXMLElseIfElt(3) β implements the <elseif> SCXML element.
ScXMLElt(3) β base class for all SCXML elements.
ScXMLEltReader(3) β base class for element reader objects
ScXMLEqualsOpExprDataObj(3)
ScXMLEvaluator(3) β defines an interface for profile-dependent evaluators.
ScXMLEvent(3) β Base class for events sent to SCXML state machines.
ScXMLEventElt(3) β implements the <event> SCXML element.
ScXMLEventTarget(3) β base class for event targets for inter-system event communication
ScXMLExecutableElt(3) β base class for all SCXML elements with executable content.
ScXMLExprDataObj(3)
ScXMLFinalElt(3) β implements the <final> SCXML element.
ScXMLFinalizeElt(3) β implements the <finalize> SCXML element.
ScXMLHistoryElt(3) β implements the <history> SCXML element.
ScXMLIfElt(3) β implements the <if> SCXML element.
ScXMLInExprDataObj(3)
ScXMLInitialElt(3) β implements the <initial> SCXML element.
ScXMLInvokeElt(3) β implements the <invoke> SCXML element.
ScXMLLogElt(3) β implements the <log> SCXML element.
ScXMLMinimumEvaluator(3) β implements the evaluator for the minimum profile.
ScXMLMinimumExprDataObj(3) β implements the data objects for the evaluator for the minimum profile.
ScXMLMultiplyOpExprDataObj(3)
ScXMLNegateOpExprDataObj(3)
ScXMLNotOpExprDataObj(3)
ScXMLObject(3) β Base class for all SCXML objects.
ScXMLOnEntryElt(3) β implements the <onentry> SCXML element.
ScXMLOnExitElt(3) β implements the <onexit> SCXML element.
ScXMLOrOpExprDataObj(3)
ScXMLParallelElt(3) β implements the <parallel> SCXML element.
ScXMLParamElt(3) β implements the <param> SCXML element.
ScXMLRealDataObj(3)
ScXMLReferenceDataObj(3) β A data object representing a reference to another object in the data model.
ScXMLSbDataObj(3)
ScXMLScriptElt(3) β implements the <script> SCXML element.
ScXMLScxmlElt(3) β implements the <scxml> SCXML element.
ScXMLSendElt(3) β the < send> SCXML element.
ScXMLStateElt(3) β implements the <state> SCXML element.
ScXMLStateMachine(3) β Manager for processing events and setting states in SCXML structures.
ScXMLStringDataObj(3)
ScXMLSubtractOpExprDataObj(3)
ScXMLTransitionElt(3) β the <transition> SCXML element.
ScXMLValidateElt(3) β implements the <validate> SCXML element.
ScXMLXMLDataObj(3)
ScXMLXPathEvaluator(3) β implements the XPath evaluator.
Scanf(3o) β Formatted input functions.
Scanf.Scanning(3o) β no description
Semaphore(3o) β Semaphores
Semaphore.Binary(3o) β no description
Semaphore.Counting(3o) β no description
Seq(3o) β Sequences.
Set(3o) β Sets over ordered types.
Set.Make(3o) β Functor building an implementation of the set structure given a totally ordered type.
Set.OrderedType(3o) β Input signature of the functor Set.Make.
Set.S(3o) β Output signature of the functor Set.Make.
Shell(3) β The Shell widget class
Shell(3) β Shell widget from X Toolkit
Smokeping_matchers_Avgratio(3) β detect changes in average median latency
Smokeping_matchers_CheckLatency(3) β Edge triggered alert to check latency is under a value for x number of samples
Smokeping_matchers_CheckLoss(3) β Edge triggered alert to check loss is under a value for x number of samples
Smokeping_matchers_ConsecutiveLoss(3) β Raise/clear alerts according to your choice of threshold and consecutive values
Smokeping_matchers_ExpLoss(3) β exponential weighting matcher for packet loss
Smokeping_matchers_Median(3) β Find persistent changes in latency
Smokeping_matchers_Medratio(3) β detect changes in the latency median
Smokeping_matchers_base(3) β Base Class for implementing SmokePing Matchers
Smokeping_probes_AnotherCurl(3) β a curl(1) probe for SmokePing
Smokeping_probes_AnotherDNS(3) β Alternate DNS Probe
Smokeping_probes_AnotherSSH(3) β Another SSH probe
Smokeping_probes_CiscoRTTMonDNS(3) β Probe for SmokePing
Smokeping_probes_CiscoRTTMonEchoICMP(3) β Probe for SmokePing
Smokeping_probes_CiscoRTTMonTcpConnect(3) β Probe for SmokePing
Smokeping_probes_Curl(3) β a curl(1) probe for SmokePing
Smokeping_probes_DNS(3) β Name Service Probe for SmokePing
Smokeping_probes_DismanPing(3) β DISMAN\-PING\-MIB Probe for SmokePing
Smokeping_probes_EchoPing(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingChargen(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingDNS(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingDiscard(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingHttp(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingHttps(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingIcp(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingLDAP(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingPlugin(3) β a basis for using echoping(1) plugins as probes for SmokePing
Smokeping_probes_EchoPingSmtp(3) β an echoping(1) probe for SmokePing
Smokeping_probes_EchoPingWhois(3) β an echoping(1) probe for SmokePing
Smokeping_probes_FPing(3) β FPing Probe for SmokePing
Smokeping_probes_FPing6(3) β FPing6 Probe for SmokePing
Smokeping_probes_FPingContinuous(3) β FPingContinuous Probe for SmokePing
Smokeping_probes_FTPtransfer(3) β intrusive bandwidth probe
Smokeping_probes_IOSPing(3) β Cisco IOS Probe for SmokePing
Smokeping_probes_IRTT(3) β a SmokePing Probe for IRTT <https://github.com/peteheist/irtt>
Smokeping_probes_LDAP(3) β a LDAP probe for SmokePing
Smokeping_probes_NFSping(3) β NFSping Probe for SmokePing
Smokeping_probes_OpenSSHEOSPing(3) β Arista EOS SSH Probe for SmokePing
Smokeping_probes_OpenSSHJunOSPing(3) β Juniper SSH JunOS Probe for SmokePing
Smokeping_probes_Qstat(3) β Qstat Probe for SmokePing
Smokeping_probes_Radius(3) β a RADIUS authentication probe for SmokePing
Smokeping_probes_RemoteFPing(3) β Remote FPing Probe for SmokePing
Smokeping_probes_SSH(3) β Secure Shell Probe for SmokePing
Smokeping_probes_SendEmail(3) β a Smokeping probe that measure time needed to send an mail
Smokeping_probes_SipSak(3) β tests sip server
Smokeping_probes_TCPPing(3) β TCPPing Probe for SmokePing
Smokeping_probes_TacacsPlus(3) β a TacacsPlus authentication probe for SmokePing
Smokeping_probes_TelnetIOSPing(3) β Cisco IOS Probe for SmokePing
Smokeping_probes_TelnetJunOSPing(3) β Juniper JunOS Probe for SmokePing
Smokeping_probes_TraceroutePing(3) β use traceroute to obtain RTT for a router
Smokeping_probes_WebProxyFilter(3) β tests webproxy filter performance and function.
Smokeping_probes_base(3) β Base Class for implementing SmokePing Probes
Smokeping_probes_basefork(3) β Yet Another Base Class for implementing SmokePing Probes
Smokeping_probes_basevars(3) β Another Base Class for implementing SmokePing Probes
Smokeping_probes_passwordchecker(3) β A Base Class for implementing SmokePing Probes
Smokeping_probes_skel(3) β a skeleton for Smokeping Probes
Smokeping_sorters_Loss(3) β Order the target charts by loss
Smokeping_sorters_Max(3) β Order the target charts by Max RTT
Smokeping_sorters_Median(3) β Order the target charts by Median RTT
Smokeping_sorters_StdDev(3) β Order the target charts by StdDev
Smokeping_sorters_base(3) β Base Class for implementing SmokePing Sorters
SoAccumulatedElement(3) β The SoAccumulatedElement class is an abstract class for storing accumulated state.
SoAction(3) β The SoAction class is the base class for all traversal actions.
SoAction(3iv) β abstract base class for all actions
SoActionMethodList(3) β The SoActionMethodList class contains function pointers for action methods.
SoActionP _(3)
SoAlarmSensor(3) β The SoAlarmSensor class is a sensor which will trigger once at a specified time.
SoAlarmSensor(3iv) β triggers a callback once sometime in the future
SoAlphaTest(3) β The SoAlphaTest class is a node used to control the GL alpha test function.
SoAmbientColorElement(3) β The SoAmbientColorElement class is yet to be documented.
SoAnnoText3CharOrientElement(3) β The SoAnnoText3CharOrientElement class is yet to be documented.
SoAnnoText3FontSizeHintElement(3) β The SoAnnoText3FontSizeHintElement class is yet to be documented.
SoAnnoText3RenderPrintElement(3) β The SoAnnoText3RenderPrintElement class is yet to be documented.
SoAnnotation(3) β The SoAnnotation node draws all its child geometry on top of other geometry.
SoAnnotation(3iv) β Annotation group node
SoAntiSquish(3) β The SoAntiSquish class is used to reset to uniform scaling.
SoAntiSquish(3iv) β transformation node that undoes non-uniform 3D scales
SoAppearanceKit(3) β The SoAppearanceKit class is a node kit catalog that collects miscellaneous appearance node types.
SoAppearanceKit(3iv) β appearance nodekit class
SoArray(3) β The SoArray class is a group node for setting up regular arrays of subgraphs.
SoArray(3iv) β group node that creates a regular IxJxK array of copies of its children
SoAsciiText(3) β The SoAsciiText class renders flat 3D text.
SoAsciiText(3iv) β simple 3D text shape node
SoAudioDevice(3) β The SoAudioDevice class is used to control an audio device.
SoAudioRenderAction(3) β The SoAudioRenderAction class renders the aural parts of the scene graph.
SoAuditorList(3) β The SoAuditorList class is used to keep track of auditors for certain object classes.
SoBBoxModelMatrixElement(3) β The SoBBoxModelMatrixElement class keeps track of the current model matrix during a scene graph traversal. It is used by amongst others the SoGetBoundingBoxAction class.
SoBase(3) β The SoBase class is the top-level superclass for a number of class-hierarchies.
SoBase(3iv) β base class for all nodes, paths, and engines
SoBaseColor(3) β The SoBaseColor class provides a node type for convenient setting of the base material color.
SoBaseColor(3iv) β node that defines an object's base color
SoBaseKit(3) β The SoBaseKit class is the top level superclass for nodekits.
SoBaseKit(3iv) β base class for all node kits
SoBaseList(3) β The SoBaseList class is a container for pointers to SoBase derived objects.
SoBaseList(3iv) β maintains a list of pointers to instances of the \*(CbSoBase\f1 classes
SoBlinker(3) β The SoBlinker class is a cycling switch node.
SoBlinker(3iv) β animated cycling switch node
SoBoolOperation(3) β The SoBoolOperation engine evaluates expressions of boolean logic.
SoBoolOperation(3iv) β performs Boolean operations
SoBoundingBoxCache(3) β The SoBoundingBoxCache class is used to cache bounding boxes.
SoBoxHighlightRenderAction(3) β The SoBoxHighlightRenderAction class renders the scene with highlighted boxes around selections.
SoBoxHighlightRenderAction(3iv) β a selection highlight style
SoBoxHighlightRenderActionP _(3)
SoBumpMap(3) β The SoBumpMap class is used to map a bump map onto subsequent shapes.
SoBumpMapCoordinate(3) β The SoBumpMapCoordinate class is a node for providing bump map coordinates to shape nodes.
SoBumpMapCoordinateElement(3) β The SoBumpMapCoordinateElement class is yet to be documented.
SoBumpMapElement(3) β The SoBumpMapElement class is yet to be documented.
SoBumpMapMatrixElement(3) β The SoBumpMapMatrixElement class is used to manage the bump map matrix stack.
SoBumpMapTransform(3) β The SoBumpMapTransform class is used to define 2D bump map transformations.
SoBundle(3) β The SoBundle class is the superclass for all bundle classes.
SoButtonEvent(3) β The SoButtonEvent class is the base class for all button events.
SoButtonEvent(3iv) β base class for all button events
SoByteStream(3)
SoByteStream(3iv) β converts scene graph objects to character byte streams
SoCache(3) β The SoCache class is the superclass for all internal cache classes.
SoCacheElement(3) β The SoCacheElement class stores and manages the open caches.
SoCacheHint(3) β The SoCacheHint class is a node containing hints about how to cache geometry.
SoCacheHintElement(3) β The SoCacheHintElement class is yet to be documented.
SoCalculator(3) β General purpose calculator for floats and 3D float vectors.
SoCalculator(3iv) β a general-purpose calculator
SoCallback(3) β The SoCallback class is a node type which provides a means of setting callback hooks in the scene graph.
SoCallback(3iv) β provides custom behavior during actions
SoCallbackAction(3) β The SoCallbackAction class invokes callbacks at specific nodes.
SoCallbackAction(3iv) β performs a generic traversal of the scene graph
SoCallbackActionP _(3)
SoCallbackList(3) β The SoCallbackList is a container for callback function pointers.
SoCallbackList(3iv) β manages a list of callback functions and associated data
SoCamera(3) β The SoCamera class is the abstract base class for camera definition nodes.
SoCamera(3iv) β abstract base class for camera nodes
SoCameraKit(3) β The SoCameraKit class is a node kit with a transform and a camera.
SoCameraKit(3iv) β camera nodekit class
SoCenterballDragger(3) β The SoCenterballDragger class is a dragger you can rotate and translate.
SoCenterballDragger(3iv) β striped ball you rotate and re-center by dragging with the mouse
SoCenterballManip(3) β The SoCenterballManip wraps an SoCenterballDragger for convenience.
SoCenterballManip(3iv) β transform node with 3D interface for editing rotation and center
SoChildList(3) β The SoChildList class is a container for node children.
SoClipPlane(3) β The SoClipPlane class is a node type for specifying clipping planes.
SoClipPlane(3iv) β clipping plane node
SoClipPlaneElement(3) β The SoClipPlaneElement class is used to manage the clip plane stack.
SoClipPlaneManip(3) β The SoClipPlaneManip class is used to manipulate clip planes.
SoColorIndex(3) β The SoColorIndex class is used to specify color indices for subsequent shapes.
SoColorIndex(3iv) β surface color index node
SoColorPacker(3)
SoComplexity(3) β The SoComplexity class is a node type which is used to set the trade-off between quality and performance.
SoComplexity(3iv) β shape complexity node
SoComplexityElement(3) β The SoComplexityElement class contains the current shape complexity for a graph traverser.
SoComplexityTypeElement(3) β The SoComplexityTypeElement class is yet to be documented.
SoComposeMatrix(3) β The SoComposeMatrix class is used to compose a matrix from miscellaneous transformations.
SoComposeMatrix(3iv) β composes a transformation matrix
SoComposeRotation(3) β The SoComposeRotation class is used to compose rotations from angle and axis.
SoComposeRotation(3iv) β composes a rotation from axis and angle values
SoComposeRotationFromTo(3) β The SoComposeRotationFromTo class is used to compose rotations based on from and to vectors.
SoComposeRotationFromTo(3iv) β composes a rotation that rotates from one vector into another
SoComposeVec2f(3) β The SoComposeVec2f class is used to compose 2D vectors from two floats.
SoComposeVec2f(3iv) β composes 2D vectors from floating-point values
SoComposeVec3f(3) β The SoComposeVec3f class is used to compose 3D vectors from floats.
SoComposeVec3f(3iv) β composes 3D vectors from floating-point values
SoComposeVec4f(3) β The SoComposeVec4f class is used to compose 4D vectors from four floats.
SoComposeVec4f(3iv) β composes 4D vectors from floating-point values
SoComputeBoundingBox(3) β The SoComputeBoundingBox class is used to calculate a bounding box.
SoComputeBoundingBox(3iv) β computes the bounding box and center of a scene graph
SoConcatenate(3) β The SoConcatenate class is used to concatenate several inputs into one output.
SoConcatenate(3iv) β joins separate fields into a single multiple-value field
SoCone(3) β The SoCone class is for rendering cone shapes.
SoCone(3iv) β cone shape node
SoConeDetail(3) β The SoConeDetail class contains information about the parts of a SoCone shape.
SoConeDetail(3iv) β stores detail information about the SoCone node
SoContextHandler(3) β The SoContextHandler class is for now to be treated as an internal class.
SoConvexDataCache(3) β The SoConvexDataCache class is used to cache convexified polygons.
SoCoordinate3(3) β The SoCoordinate3 class is a node for providing coordinates to shape nodes.
SoCoordinate3(3iv) β coordinate point node
SoCoordinate4(3) β The SoCoordinate4 class is a node for providing coordinates to shape nodes.
SoCoordinate4(3iv) β rational coordinate point node
SoCoordinateElement(3) β The SoCoordinateElement class is yet to be documented.
SoCounter(3) β The SoCounter class is an integer counter engine.
SoCounter(3iv) β triggered integer counter
SoCreaseAngleElement(3) β The SoCreaseAngleElement class stores the crease angle during a scene graph traversal.
SoCube(3) β The SoCube class is for rendering cubes.
SoCube(3iv) β cube shape node
SoCubeDetail(3) β The SoCubeDetail class contains information about the parts of a SoCube shape.
SoCubeDetail(3iv) β stores detail information about the SoCube node
SoCullElement(3) β The SoCullElement class is used internally for render and pick culling.
SoCylinder(3) β The SoCylinder class is for rendering cylinder shapes.
SoCylinder(3iv) β cylinder shape node
SoCylinderDetail(3) β The SoCylinderDetail class contains information about the parts of a SoCylinder shape.
SoCylinderDetail(3iv) β stores detail information about the SoCylinder node
SoDB(3) β The SoDB class keeps track of internal global data.
SoDB(3iv) β scene graph database class
SoDataSensor(3) β The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph.
SoDataSensor(3iv) β abstract base class for sensors attached to parts of a scene
SoDebug(3)
SoDebugError(3) β The SoDebugError class is the internal debugging message passing mechanism.
SoDebugError(3iv) β debug error handling
SoDecimationPercentageElement(3) β The SoDecimationPercentageElement class is yet to be documented.
SoDecimationTypeElement(3) β The SoDecimationTypeElement class is yet to be documented.
SoDecomposeMatrix(3) β The SoDecomposeMatrix class is used to decompose a matrix into simple transformations.
SoDecomposeMatrix(3iv) β decomposes transformation matrices into values for translation, rotation, and scale
SoDecomposeRotation(3) β The SoDecomposeRotation class is used to decompose a rotation into angle and axis.
SoDecomposeRotation(3iv) β decomposes rotation values
SoDecomposeVec2f(3) β The SoDecomposeVec2f class is used to decompose 2D vectors into two floats.
SoDecomposeVec2f(3iv) β decomposes 2D vectors into floating-point values
SoDecomposeVec3f(3) β The SoDecomposeVec3f class is used to decompose 3D vectors into three floats.
SoDecomposeVec3f(3iv) β decomposes 3D vectors into floating-point values
SoDecomposeVec4f(3) β The SoDecomposeVec4f class is used to decompose 4D vectors into four floats.
SoDecomposeVec4f(3iv) β decomposes 4D vectors into floating-point values
SoDelayQueueSensor(3) β The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
SoDelayQueueSensor(3iv) β abstract base class for sensors not dependent on time
SoDepthBuffer(3) β The SoDepthBuffer class is a node used to control the GL depth buffer.
SoDepthBufferElement(3) β The SoDepthBufferElement controls the depth buffer settings.
SoDetail(3) β The SoDetail class is the superclass for all classes storing detailed information about particular shapes.
SoDetail(3iv) β base class for describing detail information about a shape node
SoDetailList(3) β The SoDetailList class is a container for pointers to SoDetail objects.
SoDetailList(3iv) β maintains a list of instances of details
SoDiffuseColorElement(3) β The SoDiffuseColorElement class is yet to be documented.
SoDirectionalLight(3) β The SoDirectionalLight class is a node type for specifying directional light sources.
SoDirectionalLight(3iv) β node representing a directional light source
SoDirectionalLightDragger(3) β The SoDirectionalLightDragger class provides interactive geometry for manipulating a directional light source.
SoDirectionalLightDragger(3iv) β directional icon you rotate and translate by dragging with the mouse
SoDirectionalLightManip(3) β The SoDirectionalLightManip class is used to manipulate SoDirectionalLight nodes.
SoDirectionalLightManip(3iv) β directional light node with 3D interface for editing direction
SoDragPointDragger(3) β The SoDragPointDragger class provides mechanisms for moving a point in 3D.
SoDragPointDragger(3iv) β object you can translate in 3D by dragging with the mouse
SoDragger(3) β The SoDragger class is the base class for all draggers.
SoDragger(3iv) β base class for nodekits that move in response to click-drag-release mouse events
SoDrawStyle(3) β The SoDrawStyle class specifies common rendering properties for shapes.
SoDrawStyle(3iv) β node that defines the style to use when rendering
SoDrawStyleElement(3) β The SoDrawStyleElement class is yet to be documented.
SoElapsedTime(3) β The SoElapsedTime class is a controllable time source engine.
SoElapsedTime(3iv) β basic controllable time source
SoElement(3) β SoElement is the abstract base class for all elements.
SoEmissiveColorElement(3) β The SoEmissiveColorElement class is yet to be documented.
SoEnabledElementsList(3) β The SoEnabledElementsList class is a container for type info for element types that are enabled in actions.
SoEngine(3) β SoEngine is the base class for Coin engines.
SoEngine(3iv) β base class for all engines
SoEngineList(3) β The SoEngineList class is a container for SoEngine objects.
SoEngineList(3iv) β maintains a list of pointers to engines
SoEngineOutput(3) β The SoEngineOutput class is the output slots in SoEngine instances.
SoEngineOutput(3iv) β class for all engine outputs
SoEngineOutputData(3) β The SoEngineOutputData class is a container for a prototype set of outputs.
SoEngineOutputList(3) β The SoEngineOutputList class is a container for SoEngineOutput objects.
SoEngineOutputList(3iv) β maintains a list of pointers to engine outputs
SoEnvironment(3) β The SoEnvironment class is a node for specifying global rendering parameters.
SoEnvironment(3iv) β global environment node
SoEnvironmentElement(3) β The SoEnvironmentElement class is yet to be documented.
SoError(3) β The SoError class is the base class for all the error handling classes.
SoError(3iv) β error handling base class
SoEvent(3) β The SoEvent class is the base class for all Coin events.
SoEvent(3iv) β base class for all events
SoEventCallback(3) β The SoEventCallback class provides functionality for catching events.
SoEventCallback(3iv) β node which invokes callbacks for events
SoEventManager(3) β The SoEventManager class provides event handling for a Coin3D viewer.
SoExtSelection(3) β The SoExtSelection class can be used for extended selection functionality.
SoFaceDetail(3) β The SoFaceDetail class is for storing detailed polygon information.
SoFaceDetail(3iv) β stores detail information about vertex-based shapes made of faces
SoFaceSet(3) β The SoFaceSet class is used to render and organize non-indexed polygonal face data.
SoFaceSet(3iv) β polygonal face shape node
SoField(3) β The SoField class is the top-level abstract base class for fields.
SoField(3iv) β base class for all fields
SoFieldContainer(3) β The SoFieldContainer class is a base class for all classes that contain fields.
SoFieldContainer(3iv) β abstract base class for objects that contain fields
SoFieldConverter(3) β The SoFieldConverter class is the abstract base class for field converters.
SoFieldData(3) β The SoFieldData class is a container for a prototype set of fields.
SoFieldList(3) β The SoFieldList class is a container for pointers to SoField objects.
SoFieldList(3iv) β maintains a list of pointers to fields
SoFieldSensor(3) β The SoFieldSensor class detects changes to a field.
SoFieldSensor(3iv) β sensor class that can be attached to Inventor fields
SoFile(3) β The SoFile class is node container for another model file.
SoFile(3iv) β node that reads children from a named file
SoFloatElement(3) β SoFloatElement is an abstract base class for elements that consists of a single float value.
SoFocalDistanceElement(3) β The SoFocalDistanceElement class is yet to be documented.
SoFont(3) β The SoFont class is an appearance node for setting fonts.
SoFont(3iv) β node that defines font type and size for text
SoFontNameElement(3) β The SoFontNameElement class is yet to be documented.
SoFontSizeElement(3) β The SoFontSizeElement class is yet to be documented.
SoFontStyle(3) β The SoFontStyle class changes the appearance of fonts for text rendering nodes.
SoFontStyle(3iv) β simple 3D text shape node
SoForeignFileKit(3) β Abstract base class for foreign file format support in Coin.
SoFragmentShader(3) β The SoFragmentShader class is used for setting up fragment shader programs.
SoFrustumCamera(3) β The SoFrustumCamera class defines a camera with a generic frustum..
SoFullPath(3) β The SoFullPath class allows examination of hidden children in paths.
SoGLBigImage(3) β The SoGLBigImage class is used to handle 2D OpenGL textures of any size.
SoGLCacheContextElement(3) β The SoGLCacheContextElement class handles the OpenGL cache for a context.
SoGLCacheList(3) β The SoGLCacheList class is used to store and manage OpenGL caches.
SoGLClipPlaneElement(3) β The SoGLClipPlaneElement class is yet to be documented.
SoGLColorIndexElement(3) β The SoGLColorIndexElement class sets the current OpenGL color.
SoGLCoordinateElement(3) β The SoGLCoordinateElement class is yet to be documented.
SoGLCubeMapImage(3) β The SoGLCubeMapImage class is used to handle cube map textures.
SoGLDepthBufferElement(3) β The SoGLDepthBufferElement controls the OpenGL depth buffer.
SoGLDisplayList(3) β The SoGLDisplayList class stores and manages OpenGL display lists.
SoGLDrawStyleElement(3) β The SoGLDrawStyleElement updates the current draw style in OpenGL.
SoGLDriverDatabase(3) β The SoGLDriverDatabase class is used for looking up broken/slow features in OpenGL drivers.
SoGLEnvironmentElement(3) β The SoGLEnvironmentElement class is for setting GL fog etc.
SoGLImage(3) β The SoGLImage class is used to handle OpenGL 2D/3D textures.
SoGLLazyElement(3) β The SoGLLazyElement class is meant to optimize GL rendering.
SoGLLazyElement_GLState(3)
SoGLLightIdElement(3) β The SoGLLightIdElement class is yet to be documented.
SoGLLinePatternElement(3) β The SoGLLinePatternElement class changes the line stipple pattern of the OpenGL render state.
SoGLLineWidthElement(3) β The SoGLLineWidthElement class changes the line width setting of the OpenGL render state.
SoGLModelMatrixElement(3) β The SoGLModelMatrixElement class is yet to be documented.
SoGLMultiTextureCoordinateElement(3) β The SoGLMultiTextureCoordinateElement class stores the current gltexture coordinates for several units.
SoGLMultiTextureCoordinateElement_GLUnitData(3)
SoGLMultiTextureEnabledElement(3) β The SoGLMultiTextureEnabledElement class is an element which controls whether texturing is enabled or not.
SoGLMultiTextureImageElement(3) β The SoGLMultiTextureImageElement class is used to control the current GL texture for texture units.
SoGLMultiTextureImageElement_GLUnitData(3)
SoGLMultiTextureMatrixElement(3) β The SoGLMultiTextureMatrixElement class is used to update the OpenGL texture matrix.
SoGLNormalElement(3) β The SoGLNormalElement class is yet to be documented.
SoGLPointSizeElement(3) β The SoGLPointSizeElement class changes the point size setting of the OpenGL render state.
SoGLPolygonOffsetElement(3) β The SoGLPolygonOffsetElement class is yet to be documented.
SoGLProjectionMatrixElement(3) β The SoGLProjectionMatrixElement class is yet to be documented.
SoGLRenderAction(3) β The SoGLRenderAction class renders the scene graph with OpenGL calls.
SoGLRenderAction(3iv) β renders a scene graph using OpenGL
SoGLRenderCache(3) β The SoGLRenderCache class is used to cache OpenGL calls.
SoGLRenderPassElement(3) β The SoGLRenderPassElement class is yet to be documented.
SoGLShaderProgramElement(3)
SoGLShadowCullingElement(3) β The SoGLShadowCullingElement class is yet to be documented.
SoGLShapeHintsElement(3) β The SoGLShapeHintsElement class is yet to be documented.
SoGLUpdateAreaElement(3) β The SoGLUpdateAreaElement class is yet to be documented.
SoGLVBOElement(3) β The SoGLVBOElement class is used to store VBO state.
SoGLVertexAttributeElement(3) β The SoGLVertexAttributeElement class is yet to be documented.
SoGLViewingMatrixElement(3) β The SoGLViewingMatrixElement class is used to store the current viewing matrix.
SoGLViewportRegionElement(3) β The SoGLViewportRegionElement class is yet to be documented.
SoGate(3) β The SoGate class is used to selectively copy values from input to output.
SoGate(3iv) β selectively copies its input to its output
SoGeo(3) β The SoGeo class is used to initialize the geo nodes in Coin, and has some utility geo coordinate functions.
SoGeoCoordinate(3) β The SoGeoCoordinate class is used to specify a list of geographical coordinates.
SoGeoElement(3) β The SoGeoElement class is yet to be documented.
SoGeoLocation(3) β The SoGeoLocation class is used to georeference the following nodes.
SoGeoOrigin(3) β The SoGeoOrigin class is used to specify an absolute geographic location against which geometry is referenced.
SoGeoSeparator(3) β The SoGeoSeparator class is used to georeference a scene graph.
SoGeometryShader(3) β The SoGeometryShader class is used for loading geometry shader programs.
SoGetBoundingBoxAction(3) β The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
SoGetBoundingBoxAction(3iv) β computes bounding box of a scene
SoGetMatrixAction(3) β The SoGetMatrixAction class is an action for accumulating the transformation matrix of a subgraph.
SoGetMatrixAction(3iv) β computes transformation matrix for subgraph
SoGetPrimitiveCountAction(3) β The SoGetPrimitiveCountAction class counts the primitives in a scene.
SoGlobalSimplifyAction(3)
SoGlobalSimplifyActionP _(3)
SoGlyph(3) β The SoGlyph class is used to generate and reuse font glyph bitmaps and outlines.
SoGroup(3) β The SoGroup class is a node which managed other node instances.
SoGroup(3iv) β base class for all group nodes
SoHandleBoxDragger(3) β The SoHandleBoxDragger class provides support for interactive scaling and translation.
SoHandleBoxDragger(3iv) β box you can scale, stretch and translate by dragging with the mouse
SoHandleBoxManip(3) β The SoHandleBoxManip class wraps an SoHandleBoxDragger for manipulating a transformation.
SoHandleBoxManip(3iv) β transform node with 3D Interface for Editing ScaleFactor and Translation
SoHandleEventAction(3) β The SoHandleEventAction class distributes user events to the scene.
SoHandleEventAction(3iv) β allows nodes in a graph to receive input events
SoHardCopy(3) β The SoHardCopy class is a static class for initializing the hardcopy support.
SoHeightMapToNormalMap(3) β Engine for computing a normal map from a height map.
SoIdleSensor(3) β The SoIdleSensor class is a sensor which will trigger as soon as the application is idle.
SoIdleSensor(3iv) β sensor for one-time only callbacks when the application is idle
SoImage(3) β The SoImage class draws a 2D image on the viewport.
SoIndexedFaceSet(3) β The SoIndexedFaceSet class is used to handle generic indexed facesets.
SoIndexedFaceSet(3iv) β indexed polygonal face shape node
SoIndexedLineSet(3) β The SoIndexedLineSet class is used to render and otherwise represent indexed lines.
SoIndexedLineSet(3iv) β indexed polyline shape node
SoIndexedMarkerSet(3) β The SoIndexedMarkerSet class is used to display a set of bitmap markers at 3D positions.
SoIndexedNurbsCurve(3) β The SoIndexedNurbsCurve class is a node for representing smooth curves.
SoIndexedNurbsCurve(3iv) β indexed NURBS curve shape node
SoIndexedNurbsSurface(3) β The SoIndexedNurbsSurface class can be used to render NURBS surfaces.
SoIndexedNurbsSurface(3iv) β indexed NURBS surface shape node
SoIndexedPointSet(3) β The SoIndexedPointSet class is used to display a set of 3D points.
SoIndexedShape(3) β The SoIndexedShape class is the superclass for all indexed vertex shapes.
SoIndexedShape(3iv) β abstract base class for all indexed vertex-based shapes
SoIndexedTriangleStripSet(3) β The SoIndexedTriangleStripSet class keeps data for rendering and otherwise representing triangle strips.
SoIndexedTriangleStripSet(3iv) β indexed triangle strip set shape node
SoInfo(3) β The SoInfo class is a node for holding text information.
SoInfo(3iv) β node containing information text string
SoInput(3) β The SoInput class is an abstraction of file import functionality.
SoInput(3iv) β used to read Inventor data files
SoInt32Element(3) β The SoInt32Element class is the base class for elements that simply store a 32-bit integer.
SoInteraction(3) β The SoInteraction class takes care of initializing internal classes.
SoInteraction(3iv) β initializes Inventor interaction classes
SoInteractionKit(3) β The SoInteractionKit class is a base class for draggers.
SoInteractionKit(3iv) β base class for all interaction nodekit classes
SoInterpolate(3) β The SoInterpolate class is the base class for all interpolator engines.
SoInterpolate(3iv) β base class for all interpolator engines
SoInterpolateFloat(3) β The SoInterpolateFloat class is used to interpolate two floating point values.
SoInterpolateFloat(3iv) β interpolates floating-point values
SoInterpolateRotation(3) β The SoInterpolateRotation class is used to interpolate between two rotations.
SoInterpolateRotation(3iv) β interpolates rotation values
SoInterpolateVec2f(3) β The SoInterpolateVec2f class is used to interpolate between pairs of 2D vectors.
SoInterpolateVec2f(3iv) β interpolates 2D floating-point vectors
SoInterpolateVec3f(3) β The SoInterpolateVec3f class is used to interpolate between pairs of 3D vectors.
SoInterpolateVec3f(3iv) β interpolates 3D floating-point vectors
SoInterpolateVec4f(3) β The SoInterpolateVec4f class is used to interpolate between pairs of 4D vectors.
SoInterpolateVec4f(3iv) β interpolates 4D floating-point vectors
SoIntersectingPrimitive(3) β Struct with collision information.
SoIntersectionDetectionAction(3) β The SoIntersectionDetectionAction class is for detecting intersecting primitives in a scene.
SoJackDragger(3) β The SoJackDragger class is a dragger you can translate, rotate and scale.
SoJackDragger(3iv) β jack-shaped object you rotate, translate, or scale by dragging with the mouse
SoJackManip(3) β The SoJackManip wraps an SoJackDragger for convenience.
SoJackManip(3iv) β transform node with 3D interface for rotating, scaling, and translating
SoJavaScriptEngine(3) β The SoJavaScriptEngine class is yet to be documented.
SoKeyboardEvent(3) β The SoKeyboardEvent class contains information about keyboard interaction.
SoKeyboardEvent(3iv) β keyboard key press and release events
SoLOD(3) β The SoLOD class is used to choose a child based distance between viewer and object.
SoLOD(3iv) β distance-based level-of-detail switching group node
SoLabel(3) β The SoLabel class is a node for holding label information in a scene graph.
SoLabel(3iv) β node containing label text string
SoLazyElement(3) β The SoLazyElement class is used to handle material and shape properties.
SoLazyElement_CoinState(3)
SoLevelOfDetail(3) β The SoLevelOfDetail class is used to choose a child based on projected size.
SoLevelOfDetail(3iv) β level-of-detail switching group node
SoLight(3) β The SoLight class is the base class for light emitting nodes.
SoLight(3iv) β abstract base class for all light source nodes
SoLightAttenuationElement(3) β The SoLightAttenuationElement class is yet to be documented.
SoLightElement(3) β The SoLightElement class manages the currently active light sources.
SoLightKit(3) β The SoLightKit class provides a kit with a transform, a light and a shape or subgraph.
SoLightKit(3iv) β light nodekit class
SoLightModel(3) β The SoLightModel class is a node for specifying the model for geometry lighting.
SoLightModel(3iv) β node that defines the lighting model to use when rendering
SoLightModelElement(3) β The SoLightModelElement class is yet to be documented.
SoLightPath(3) β The SoLightPath class is a light version of SoPath.
SoLineDetail(3) β The SoLineDetail class is for storing detailed 3D line information.
SoLineDetail(3iv) β stores detail information about vertex-based shapes made of line segments
SoLineHighlightRenderAction(3) β The SoLineHighlightRenderAction class renders selections with line highlighting.
SoLineHighlightRenderAction(3iv) β selection highlight style
SoLinePatternElement(3) β The SoLinePatternElement class defines the line stipple pattern.
SoLineSet(3) β The SoLineSet class is used to render and organize non-indexed polylines.
SoLineSet(3iv) β polyline shape node
SoLineWidthElement(3) β The SoLineWidthElement class changes the line width setting of the render state.
SoLinearProfile(3) β The SoLinearProfile class is a node for specifying linear profile curves.
SoLinearProfile(3iv) β Piecewise-linear profile curve
SoListener(3) β The SoListener class defines listener attributes used when rendering sound.
SoListenerDopplerElement(3) β The SoListenerDopplerElement holds the Doppler velocity and factor of the current listener.
SoListenerGainElement(3) β The SoListenerGainElement class stores the SoListener gain during a scene graph traversal.
SoListenerOrientationElement(3) β The SoListenerOrientationElement holds the orientation of the current listener.
SoListenerPositionElement(3) β The SoListenerPositionElement holds the position of the current listener.
SoLocalBBoxMatrixElement(3) β The SoLocalBBoxMatrixElement class is yet to be documented.
SoLocateHighlight(3) β The SoLocateHighlight class highlights geometry under the cursor.
SoLocateHighlight(3iv) β special separator that performs locate highlighting
SoLocation2Event(3) β The SoLocation2Event class contains information about 2D movement events.
SoLocation2Event(3iv) β 2D location events
SoLockManager(3) β The SoLockManager is a defunct software license lock mechanism.
SoMFBitMask(3) β The SoMFBitMask class is a container for a set of bitmasks.
SoMFBitMask(3iv) β multiple-value field containing any number of masks of bit flags
SoMFBool(3) β The SoMFBool class is a container for SbBool values.
SoMFBool(3iv) β multiple-value field containing any number of boolean values
SoMFColor(3) β The SoMFColor class is a container for SbColor values.
SoMFColor(3iv) β multiple-value field containing any number of RGB colors stored as three floats
SoMFColorRGBA(3) β The SoMFColorRGBA class is a container for SbColor4f values.
SoMFDouble(3) β The SoMFDouble class is a container for double float precision point values.
SoMFEngine(3) β The SoMFEngine class is a container for engines.
SoMFEngine(3iv) β multiple-value field containing any number of pointers to engines
SoMFEnum(3) β The SoMFEnum class is a container for a set of enumerated values.
SoMFEnum(3iv) β multiple-value field containing any number of enumerated type values
SoMFFloat(3) β The SoMFFloat class is a container for floating point values.
SoMFFloat(3iv) β multiple-value field containing any number of floating point values
SoMFInt32(3) β The SoMFInt32 class is a container for 32-bit integer values.
SoMFInt32(3iv) β multiple-value field containing any number of int32_t integers
SoMFLong(3iv) β synonym for SoMFInt32
SoMFMatrix(3) β The SoMFMatrix class is a container for SbMatrix values.
SoMFMatrix(3iv) β multiple-value field containing any number of 4x4 matrices
SoMFName(3) β The SoMFName class is a container for SbName values.
SoMFName(3iv) β multiple-value field containing any number of names
SoMFNode(3) β The SoMFNode class is a container for nodes.
SoMFNode(3iv) β multiple-value field containing any number of pointers to nodes
SoMFPath(3) β The SoMFPath class is a container for paths.
SoMFPath(3iv) β multiple-value field containing any number of pointers to paths
SoMFPlane(3) β The SoMFPlane class is a container for SbPlane values.
SoMFPlane(3iv) β field containing several plane equations
SoMFRotation(3) β The SoMFRotation class is a container for SbRotation values.
SoMFRotation(3iv) β Multiple-value field containing any number of SbRotations.
SoMFShort(3) β The SoMFShort class is a container for short integer values.
SoMFShort(3iv) β multiple-value field containing any number of short integers
SoMFString(3) β The SoMFString class is a container for SbString values.
SoMFString(3iv) β multiple-value field containing any number of strings
SoMFTime(3) β The SoMFTime class is a container for SbTime values.
SoMFTime(3iv) β multiple-value field containing any number of SbTime values
SoMFUInt32(3) β The SoMFUInt32 class is a container for 32-bit unsigned integer values.
SoMFUInt32(3iv) β multiple-value field containing any number of uint32_tegers
SoMFULong(3iv) β synonym for SoMFUInt32
SoMFUShort(3) β The SoMFUShort class is a container for unsigned short integer values.
SoMFUShort(3iv) β multiple-value field containing any number of unsigned short integers
SoMFVec2b(3) β The SoMFVec2b class is a container for SbVec2b vectors.
SoMFVec2d(3) β The SoMFVec2d class is a container for SbVec2d vectors.
SoMFVec2f(3) β The SoMFVec2f class is a container for SbVec2f vectors.
SoMFVec2f(3iv) β multiple-value field containing any number of two-dimensional vectors
SoMFVec2i32(3) β The SoMFVec2i32 class is a container for SbVec2i32 vectors.
SoMFVec2s(3) β The SoMFVec2s class is a container for SbVec2s vectors.
SoMFVec3b(3) β The SoMFVec3b class is a container for SbVec3b vectors.
SoMFVec3d(3) β The SoMFVec3d class is a container for SbVec3d vectors.
SoMFVec3f(3) β The SoMFVec3f class is a container for SbVec3f vectors.
SoMFVec3f(3iv) β multiple-value field containing any number of three-dimensional vectors
SoMFVec3i32(3) β The SoMFVec3i32 class is a container for SbVec3i32 vectors.
SoMFVec3s(3) β The SoMFVec3s class is a container for SbVec3s vectors.
SoMFVec4b(3) β The SoMFVec4b class is a container for SbVec4b vectors.
SoMFVec4d(3) β The SoMFVec4d class is a container for SbVec4d vectors.
SoMFVec4f(3) β The SoMFVec4f class is a container for SbVec4f vectors.
SoMFVec4f(3iv) β multiple-value field containing any number of four-dimensional vectors
SoMFVec4i32(3) β The SoMFVec4i32 class is a container for SbVec4i32 vectors.
SoMFVec4s(3) β The SoMFVec4s class is a container for SbVec4s vectors.
SoMFVec4ub(3) β The SoMFVec4ub class is a container for SbVec4ub vectors.
SoMFVec4ui32(3) β The SoMFVec4ui32 class is a container for SbVec4ui32 vectors.
SoMFVec4us(3) β The SoMFVec4us class is a container for SbVec4us vectors.
SoMField(3) β The SoMField class is the base class for fields which can contain multiple values.
SoMField(3iv) β base class for all multiple-valued fields
SoMarkerSet(3) β The SoMarkerSet class displays a set of 2D bitmap markers in 3D.
SoMaterial(3) β The SoMaterial class is a node type for setting up material values for scene geometry.
SoMaterial(3iv) β surface material definition node
SoMaterialBinding(3) β The SoMaterialBinding class is a node for setting up how materials are mapped to shapes.
SoMaterialBinding(3iv) β node that specifies how multiple materials are bound to shapes
SoMaterialBindingElement(3) β The SoMaterialBindingElement class is yet to be documented.
SoMaterialBundle(3) β The SoMaterialBundle class simplifies material handling.
SoMaterialP _(3)
SoMatrixTransform(3) β The SoMatrixTransform class is a transformation node.
SoMatrixTransform(3iv) β node that specifies a 3D geometric transformation as a matrix
SoMemoryError(3) β The SoMemoryError class is used to inform of problems with memory allocation.
SoMemoryError(3iv) β memory error handling
SoModelMatrixElement(3) β The SoModelMatrixElement class is used to manage the current transformation.
SoMotion3Event(3) β The SoMotion3Event class contains information about 3D movement events.
SoMotion3Event(3iv) β 3D motion events
SoMouseButtonEvent(3) β The SoMouseButtonEvent class contains information about mouse button interaction.
SoMouseButtonEvent(3iv) β mouse button press and release events
SoMultiTextureCoordinateElement(3) β The SoMultiTextureCoordinateElement class is yet to be documented.
SoMultiTextureCoordinateElement_UnitData(3)
SoMultiTextureEnabledElement(3) β The SoMultiTextureEnabledElement class is an element which stores whether texturing is enabled or not.
SoMultiTextureImageElement(3) β The SoMultiTextureImageElement class is yet to be documented.
SoMultiTextureImageElement_UnitData(3)
SoMultiTextureMatrixElement(3) β The SoMultiTextureMatrixElement class is used to manage the texture matrix stack for texture units > 0.
SoMultiTextureMatrixElement_UnitData(3)
SoMultipleCopy(3) β The SoMultipleCopy class redraws its children multiple times at different transformations.
SoMultipleCopy(3iv) β group node that traverses multiple times, applying matrices
SoNode(3) β The SoNode class is the base class for nodes used in scene graphs.
SoNode(3iv) β abstract base class for all database nodes
SoNodeEngine(3) β SoNodeEngine is the base class for Coin node engines.
SoNodeKit(3) β The SoNodeKit class is used to initialize the nodekit classes.
SoNodeKit(3iv) β initializes nodekit classes
SoNodeKitDetail(3) β The SoNodeKitDetail class is yet to be documented.
SoNodeKitDetail(3iv) β stores detail information about a nodekit
SoNodeKitListPart(3) β The SoNodeKitListPart class is a container node.
SoNodeKitListPart(3iv) β group node with restricted children
SoNodeKitPath(3) β The SoNodeKitPath class is a path that contains only nodekit nodes.
SoNodeKitPath(3iv) β path that points to a list of hierarchical nodekits
SoNodeList(3) β The SoNodeList class is a container for pointers to SoNode objects.
SoNodeList(3iv) β maintains a list of pointers to nodes
SoNodeSensor(3) β The SoNodeSensor class detects changes to nodes.
SoNodeSensor(3iv) β sensor class that can be attached to Inventor nodes
SoNodeVisualize(3) β The SoNodeVisualize class is yet to be documented.
SoNodekitCatalog(3) β The SoNodekitCatalog class is a container for nodekit layouts.
SoNodekitCatalog(3iv) β nodekit catalog class
SoNonIndexedShape(3) β The SoNonIndexedShape class is the superclass for all non-indexed vertex based shapes.
SoNonIndexedShape(3iv) β abstract base class for all non-indexed vertex-based shapes
SoNormal(3) β The SoNormal class is a node for providing normals to the state.
SoNormal(3iv) β node that defines surface normals for shapes
SoNormalBinding(3) β The SoNormalBinding class is a node for specifying normal vector bindings.
SoNormalBinding(3iv) β node that specifies how multiple surface normals are bound to shapes
SoNormalBindingElement(3) β The SoNormalBindingElement is yet to be documented.
SoNormalBundle(3) β The SoNormalBundle class simplifies normal handling.
SoNormalCache(3) β The SoNormalCache class is used to hold cached normals.
SoNormalElement(3) β The SoNormalElement class is yet to be documented.
SoNormalGenerator(3) β The SoNormalGenerator class is used to generate normals.
SoNotList(3) β The SoNotList class is a list of SoNotRec notification records.
SoNotRec(3) β The SoNotRec class specifies records for notification lists.
SoNurbsCurve(3) β The SoNurbsCurve class is a node for representing smooth curves.
SoNurbsCurve(3iv) β NURBS curve shape node
SoNurbsP(3)
SoNurbsProfile(3) β The SoNurbsProfile class is a node for specifying smooth profile curves.
SoNurbsProfile(3iv) β NURBS profile curve
SoNurbsSurface(3) β The SoNurbsSurface class is used to render smooth surfaces.
SoNurbsSurface(3iv) β NURBS surface shape node
SoOffscreenRenderer(3) β The SoOffscreenRenderer class is used for rendering scenes to offscreen buffers.
SoOffscreenRenderer(3iv) β renders to an off-screen buffer for printing or generating textures
SoOnOff(3) β The SoOnOff engine is a simple on/off switch.
SoOnOff(3iv) β engine that functions as an on/off switch
SoOneShot(3) β The SoOneShot class is a timer that runs for a configurable time and then stops.
SoOneShot(3iv) β timer that runs for a pre-set amount of time
SoOneShotSensor(3) β The SoOneShotSensor class is a sensor which will trigger once.
SoOneShotSensor(3iv) β sensor for one-time only callbacks
SoOrthographicCamera(3) β The SoOrthographicCamera class defines a camera node with orthographic rendering.
SoOrthographicCamera(3iv) β orthographic camera node
SoOutput(3) β The SoOutput class is an abstraction of an output stream.
SoOutput(3iv) β used to write Inventor data files
SoOverrideElement(3) β The SoOverrideElement maintains a list of overridable elements and a list over which elements should be overridden.
SoPSVectorOutput(3) β The SoPSVectorOutput class is used for writing PostScript.
SoPackedColor(3) β The SoPackedColor class is a node for setting diffuse and transparency material values.
SoPackedColor(3iv) β node that defines base colors using packed representation
SoPath(3) β The SoPath class is a container class for traversal path descriptions.
SoPath(3iv) β path that points to a list of hierarchical nodes
SoPathList(3) β The SoPathList class is a container for pointers to SoPath objects.
SoPathList(3iv) β maintains a list of pointers to paths
SoPathSensor(3) β The SoPathSensor class detects changes to paths.
SoPathSensor(3iv) β sensor class that can be attached to Inventor paths
SoPathSwitch(3) β The SoPathSwitch class traverses only when current path matches a configurable path.
SoPathSwitch(3iv) β group node that traverses only when traversed along a given path
SoPendulum(3) β The SoPendulum class is used to create oscillating rotations.
SoPendulum(3iv) β animated oscillating rotation node
SoPerspectiveCamera(3) β The SoPerspectiveCamera class defines a camera node with perspective rendering.
SoPerspectiveCamera(3iv) β perspective camera node
SoPickAction(3) β The SoPickAction class is the base class for picking actions.
SoPickAction(3iv) β abstract base class for picking objects in a scene
SoPickRayElement(3) β The SoPickRayElement class is yet to be documented.
SoPickStyle(3) β The SoPickStyle class is a node for setting up how to do picking.
SoPickStyle(3iv) β picking style node
SoPickStyleElement(3) β The SoPickStyleElement is yet to be documented.
SoPickedPoint(3) β The SoPickedPoint class is used for specifying picked points.
SoPickedPoint(3iv) β represents point on surface of picked object
SoPickedPointList(3) β The SoPickedPointList class is a container for pointers to SoPickedPoint objects.
SoPickedPointList(3iv) β maintains a list of pointers to \*(CbSoPickedPoint\f1 instances
SoPointDetail(3) β The SoPointDetail class is for storing detailed information for a single 3D point.
SoPointDetail(3iv) β stores detail information about vertex-based shapes made of points
SoPointLight(3) β The SoPointLight class is a node type for light sources.
SoPointLight(3iv) β node representing a point light source
SoPointLightDragger(3) β The SoPointLightDragger class provides interactive geometry for manipulating a point light source.
SoPointLightDragger(3iv) β sun-shaped icon you can translate in 3D by dragging with the mouse
SoPointLightManip(3) β The SoPointLightManip class is used to manipulate point light nodes.
SoPointLightManip(3iv) β point light node with 3D interface for editing location
SoPointSet(3) β The SoPointSet class is used to display a set of 3D points.
SoPointSet(3iv) β point set shape node
SoPointSizeElement(3) β The SoPointSizeElement changes the point size setting of the render state.
SoPolygonOffset(3) β The SoPolygonOffset class is a node type for layering rendering primitives.
SoPolygonOffsetElement(3) β The SoPolygonOffsetElement class is yet to be documented.
SoPrimitiveVertex(3) β The SoPrimitiveVertex class represents a single vertex of a generated primitive.
SoPrimitiveVertex(3iv) β represents a vertex of a generated primitive
SoPrimitiveVertexCache(3) β This cache contains an organized version of the geometry in vertex array form.
SoProfile(3) β The SoProfile class is the abstract superclass for profile definitions.
SoProfile(3iv) β abstract base class for all profile nodes
SoProfileCoordinate2(3) β The SoProfileCoordinate2 class is a node specifying a set of 2D coordinates for profiles.
SoProfileCoordinate2(3iv) β profile coordinate node
SoProfileCoordinate3(3) β The SoProfileCoordinate3 class is a node specifying a set of 3D coordinates for profiles.
SoProfileCoordinate3(3iv) β rational profile coordinate node
SoProfileCoordinateElement(3) β The SoProfileCoordinateElement class is yet to be documented.
SoProfileElement(3) β The SoProfileElement class is yet to be documented.
SoProfiler(3) β Main static class for initializing the scene graph profiling subsystem.
SoProfilerElement(3) β The SoProfilerElement element class is for registering statistics during scene graph traversals.
SoProfilerOverlayKit(3) β The SoProfilerOverlayKit element class is yet to be documented.
SoProfilerStats(3) β The SoProfilerStats class is a node for exposing profiling results gathered by SoProfilerElement.
SoProfilerTopEngine(3) β The SoProfilerTopEngine class is yet to be documented.
SoProfilerTopKit(3) β The SoProfilerTopKit element class is yet to be documented.
SoProfilerVisualizeKit(3) β The SoProfilerVisualizeKit element class is yet to be documented.
SoProfilingReportGenerator(3) β Convenience report generator functionality.
SoProjectionMatrixElement(3) β The SoProjectionMatrixElement class is yet to be documented.
SoProto(3) β The SoProto class handles PROTO definitions.
SoProtoInstance(3) β The SoProtoInstance class handles PROTO instances.
SoQt(3) β The SoQt class takes care of Qt initialization and event dispatching.
SoQtComponent(3) β The SoQtComponent class is the base class for all GUI components.
SoQtConstrainedViewer(3) β The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint.
SoQtCursor(3) β The SoQtCursor class is used to set cursors for GUI components.
SoQtCursor_CustomCursor(3) β The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors.
SoQtDevice(3) β The SoQtDevice class is the base class for the translation devices.
SoQtExaminerViewer(3) β The SoQtExaminerViewer class is a 3D-model examination viewer.
SoQtFlyViewer(3) β The SoQtFlyViewer class implements controls for moving the camera in a flying motion.
SoQtFullViewer(3) β The SoQtFullViewer class adds some user interface components to the viewer canvas.
SoQtGLWidget(3) β The SoQtGLWidget class manages OpenGL contexts.
SoQtKeyboard(3) β The SoQtKeyboard class is the keyboard input device abstraction.
SoQtMouse(3) β The SoQtMouse class is the mouse input device abstraction.
SoQtObject(3) β The SoQtObject class is the common superclass for all SoQt component classes.
SoQtPlaneViewer(3) β The SoQtPlaneViewer class is for examining 3D models by moving the camera in orthogonal planes.
SoQtRenderArea(3) β The SoQtRenderArea class adds scene graph handling and event management.
SoQtViewer(3) β The SoQtViewer class is the top level base viewer class.
SoQuadMesh(3) β The SoQuadMesh class is used to render and optimize a quadrilateral mesh.
SoQuadMesh(3iv) β quadrilateral mesh shape node
SoRayPickAction(3) β The SoRayPickAction class does ray intersection with scene graphs.
SoRayPickAction(3iv) β intersects objects with a ray cast into scene
SoReadError(3) β The SoReadError class is used during model import operations.
SoReadError(3iv) β read error handling
SoRefPtr(3)
SoRenderManager(3) β The SoRenderManager class is used for controlling the rendering of a scene graph.
SoRenderManager_Superimposition(3)
SoReorganizeAction(3) β The SoReorganizeAction class reorganizes your scene graph to optimize traversal/rendering.
SoReplacedElement(3) β The SoReplacedElement class is an abstract element superclass.
SoResetMatrixElement(3)
SoResetTransform(3) β The SoResetTransform class is a node type which makes it possible to nullify state during traversal.
SoResetTransform(3iv) β node that resets the current transformation to identity
SoReversePerspectiveCamera(3) β The SoReversePerspectiveCamera class defines a camera node with reverse perspective rendering.
SoRotateCylindricalDragger(3) β The SoRotateCylindricalDragger class is for rotating geometry around a single axis.
SoRotateCylindricalDragger(3iv) β object you rotate along a cylindrical surface by dragging with the mouse
SoRotateDiscDragger(3) β The SoRotateDiscDragger class is for rotating geometry around a single axis.
SoRotateDiscDragger(3iv) β object you can rotate like a knob by dragging With the mouse
SoRotateSphericalDragger(3) β The SoRotateSphericalDragger class is for rotating geometry in any direction.
SoRotateSphericalDragger(3iv) β object you can rotate about a spherical surface by dragging with the mouse
SoRotation(3) β The SoRotation class specifies a rotation transformation.
SoRotation(3iv) β node representing a 3D rotation about an arbitrary axis
SoRotationXYZ(3) β The SoRotationXYZ class is a node type for specifying rotation around a particular axis.
SoRotationXYZ(3iv) β node representing a 3D rotation about the x-, y-, or z-axis
SoRotor(3) β The SoRotor class is a node used to animate rotations.
SoRotor(3iv) β animated rotation node
SoSFBitMask(3) β The SoSFBitMask class is a container for a set of bit flags.
SoSFBitMask(3iv) β single-value field containing a set of bit flags
SoSFBool(3) β The SoSFBool class is a container for an SbBool value.
SoSFBool(3iv) β field containing a single boolean value
SoSFBox2d(3) β The SoSFBox2d class is a container for an SbBox2d vector.
SoSFBox2f(3) β The SoSFBox2f class is a container for an SbBox2f vector.
SoSFBox2i32(3) β The SoSFBox2i32 class is a container for an SbBox2i32 vector.
SoSFBox2s(3) β The SoSFBox2s class is a container for an SbBox2s vector.
SoSFBox3d(3) β The SoSFBox3d class is a container for an SbBox3d vector.
SoSFBox3f(3) β The SoSFBox3f class is a container for an SbBox3f vector.
SoSFBox3i32(3) β The SoSFBox3i32 class is a container for an SbBox3i32 vector.
SoSFBox3s(3) β The SoSFBox3s class is a container for an SbBox3s vector.
SoSFColor(3) β The SoSFColor class is a container for an SbColor value.
SoSFColor(3iv) β field containing an RGB color
SoSFColorRGBA(3) β The SoSFColorRGBA class is a container for an SbColor4f value.
SoSFDouble(3) β The SoSFDouble class is a container for a double precision floating point value.
SoSFEngine(3) β The SoSFEngine class is a container for a single engine.
SoSFEngine(3iv) β field containing a pointer to a engine
SoSFEnum(3) β The SoSFEnum class is a container for an enum value.
SoSFEnum(3iv) β field containing an enumerated value
SoSFFloat(3) β The SoSFFloat class is a container for a floating point value.
SoSFFloat(3iv) β field containing a floating-point value
SoSFImage(3) β The SoSFImage class is used to store pixel images.
SoSFImage(3iv) β Field containing a 2D image
SoSFImage3(3) β The SoSFImage3 class is used to store 3D (volume) images.
SoSFInt32(3) β The SoSFInt32 class is a container for a 32-bit integer value.
SoSFInt32(3iv) β field containing a int32_t integer
SoSFLong(3iv) β synonym for SoSFInt32
SoSFMatrix(3) β The SoSFMatrix class is a container for an SbMatrix.
SoSFMatrix(3iv) β field containing a 4x4 matrix
SoSFName(3) β The SoSFName class is a container for an SbName.
SoSFName(3iv) β field containg a name
SoSFNode(3) β The SoSFNode class is a container for a single node.
SoSFNode(3iv) β field containing a pointer to a node
SoSFPath(3) β The SoSFPath class is a container for a single path.
SoSFPath(3iv) β field containing a pointer to an SoPath
SoSFPlane(3) β The SoSFPlane class is a container for an SbPlane value.
SoSFPlane(3iv) β field containing a plane equation
SoSFRotation(3) β The SoSFRotation class is a container for an SbRotation.
SoSFRotation(3iv) β field containing a rotation
SoSFShort(3) β The SoSFShort class is a container for a short integer value.
SoSFShort(3iv) β field containing a short integer
SoSFString(3) β The SoSFString class is a container for an SbString.
SoSFString(3iv) β field containing a string
SoSFTime(3) β The SoSFTime class is a container for an SbTime value.
SoSFTime(3iv) β field containing an SbTime
SoSFTrigger(3) β The SoSFTrigger class is the void class used for detecting field changes.
SoSFTrigger(3iv) β field used to trigger engines or connection networks
SoSFUInt32(3) β The SoSFUInt32 class is a container for a 32-bit unsigned integer value.
SoSFUInt32(3iv) β field containing an unsinged int32_t integer
SoSFULong(3iv) β synonym for SoSFUInt32
SoSFUShort(3) β The SoSFUShort class is a container for a unsigned short integer value.
SoSFUShort(3iv) β field containing an unsigned short integer
SoSFVec2b(3) β The SoSFVec2b class is a container for an SbVec2b vector.
SoSFVec2d(3) β The SoSFVec2d class is a container for an SbVec2d vector.
SoSFVec2f(3) β The SoSFVec2f class is a container for an SbVec2f vector.
SoSFVec2f(3iv) β Field containing a two-dimensional vector
SoSFVec2i32(3) β The SoSFVec2i32 class is a container for an SbVec2i32 vector.
SoSFVec2s(3) β The SoSFVec2s class is a container for an SbVec2s vector.
SoSFVec3b(3) β The SoSFVec3b class is a container for an SbVec3b vector.
SoSFVec3d(3) β The SoSFVec3d class is a container for an SbVec3d vector.
SoSFVec3f(3) β The SoSFVec3f class is a container for an SbVec3f vector.
SoSFVec3f(3iv) β field containing a three-dimensional vector
SoSFVec3i32(3) β The SoSFVec3i32 class is a container for an SbVec3i32 vector.
SoSFVec3s(3) β The SoSFVec3s class is a container for an SbVec3s vector.
SoSFVec4b(3) β The SoSFVec4b class is a container for an SbVec4b vector.
SoSFVec4d(3) β The SoSFVec4d class is a container for an SbVec4d vector.
SoSFVec4f(3) β The SoSFVec4f class is a container for an SbVec4f vector.
SoSFVec4f(3iv) β field containing a homogeneous three-dimensional vector
SoSFVec4i32(3) β The SoSFVec4i32 class is a container for an SbVec4i32 vector.
SoSFVec4s(3) β The SoSFVec4s class is a container for an SbVec4s vector.
SoSFVec4ub(3) β The SoSFVec4ub class is a container for an SbVec4ub vector.
SoSFVec4ui32(3) β The SoSFVec4ui32 class is a container for an SbVec4ui32 vector.
SoSFVec4us(3) β The SoSFVec4us class is a container for an SbVec4us vector.
SoSField(3) β The SoSField class is the base class for fields which contains only a single value.
SoSField(3iv) β abstract base class for all single-value fields
SoSTLFileKit(3) β SoSTLFileKit is a class for using STL files with Coin.
SoScXMLDollyTarget(3) β SCXML event target service for zoom behaviour.
SoScXMLEvent(3) β Adds an SoEvent holder to the ScXMLEvent base.
SoScXMLFlightControlTarget(3) β SCXML navigation service for typical flight motions.
SoScXMLMiscTarget(3) β Miscellaneous navigation utility functions.
SoScXMLMotionTarget(3) β to be used in parallel with other non-moving targets when parallel states are implemented.
SoScXMLNavigation(3) β Static class for some static init/cleanup/synchronization functions.
SoScXMLNavigationTarget(3) β base class for navigation system SCXML event target services
SoScXMLNavigationTarget_Data(3)
SoScXMLPanTarget(3) β Navigation system event target for panning operations.
SoScXMLRotateTarget(3) β Navigation system event target for rotating operations.
SoScXMLSeekTarget(3) β Navigation system event target for seekmotion operations.
SoScXMLSpinTarget(3) β Navigation system event target for spinning operations.
SoScXMLStateMachine(3) β Integration level for using Coin events with SCXML-based state machines.
SoScXMLZoomTarget(3) β SCXML event target service for zoom behaviour.
SoScale(3) β The SoScale class is a node type for scaling scene graph geometry.
SoScale(3iv) β node representing a 3D geometric scaling
SoScale1Dragger(3) β The SoScale1Dragger class provides a mechanism for the end-user to scale in one dimension.
SoScale1Dragger(3iv) β object you can scale in one dimension by dragging with the mouse
SoScale2Dragger(3) β The SoScale2Dragger class provides a mechanism for the end-user to scale in two dimensions.
SoScale2Dragger(3iv) β object you can scale in two dimensions by dragging with the mouse
SoScale2UniformDragger(3) β The SoScale2UniformDragger class provides a mechanism for the end-user to scale in two dimensions.
SoScale2UniformDragger(3iv) β object you can scale uniformly in two dimensions by dragging with the mouse
SoScaleUniformDragger(3) β The SoScaleUniformDragger class provides a mechanism for the end-user to scale in three dimensions.
SoScaleUniformDragger(3iv) β object you can scale uniformly in 3D by dragging with the mouse
SoSceneKit(3) β The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes.
SoSceneKit(3iv) β scene nodekit class
SoSceneManager(3) β The SoSceneManager class provides the main interface between the scene graph and the GUI toolkit.
SoSceneManager(3iv) β manages scene graph rendering and event handling
SoSceneTexture2(3) β The SoSceneTexture2 class is used to create a 2D texture from a Coin scene graph.
SoSceneTextureCubeMap(3) β Renders a scene into a texture cube map.
SoScriptEngine(3)
SoScrollingGraphKit(3) β The SoScrollingGraphKit element class is yet to be documented.
SoSearchAction(3) β The SoSearchAction class provides methods for searching through scene graphs.
SoSearchAction(3iv) β searches for nodes in a scene graph
SoSelectOne(3) β The SoSelectOne class is used to select one value from a set of values.
SoSelectOne(3iv) β selects one value from a multiple-value field.
SoSelection(3) β The SoSelection class manages a list of selected nodes.
SoSelection(3iv) β manages a list of selected objects
SoSensor(3) β The SoSensor class is the abstract base class for all sensors.
SoSensor(3iv) β abstract base class for Inventor sensors
SoSensorManager(3) β The SoSensorManager class handles the sensor queues.
SoSeparator(3) β The SoSeparator class is a state-preserving group node.
SoSeparator(3iv) β group node that saves and restores traversal state
SoSeparatorKit(3) β The SoSeparatorKit class provides a typical set of nodes to influence a shape subgraph.
SoSeparatorKit(3iv) β separator nodekit class
SoShaderObject(3) β The SoShaderObject class is the superclass for all shader classes in Coin.
SoShaderParameter(3) β The SoShaderParameter class is the base class for all shader parameter classes.
SoShaderParameter1f(3) β The SoShaderParameter1f class is used to define a floating point value as shader parameter.
SoShaderParameter1i(3) β The SoShaderParameter1i class is used to define an integer value as shader parameter.
SoShaderParameter2f(3) β The SoShaderParameter2f class is used to define a two-dimensional floating point value as shader parameter.
SoShaderParameter2i(3) β The SoShaderParameter2i class is used to define a two-dimensional integer value as shader parameter.
SoShaderParameter3f(3) β The SoShaderParameter3f class is used to define a three-dimensional floating point value as shader parameter.
SoShaderParameter3i(3) β The SoShaderParameter3i class is used to define a three-dimensional integer value as shader parameter.
SoShaderParameter4f(3) β The SoShaderParameter4f class is used to define a four-dimensional floating point value as shader parameter.
SoShaderParameter4i(3) β The SoShaderParameter4i class is used to define a four-dimensional integer value as shader parameter.
SoShaderParameterArray1f(3) β The SoShaderParameterArray1f class is used to define a floating point array as shader parameter.
SoShaderParameterArray1i(3) β The SoShaderParameterArray1i class is used to define an integer array as shader parameter.
SoShaderParameterArray2f(3) β The SoShaderParameterArray2f class is used to define a two-dimensional floating point array as shader parameter.
SoShaderParameterArray2i(3) β The SoShaderParameterArray2i class is used to define a two-dimensional integer array as shader parameter.
SoShaderParameterArray3f(3) β The SoShaderParameterArray3f class is used to define a three-dimensional floating point array as shader parameter.
SoShaderParameterArray3i(3) β The SoShaderParameterArray3i class is used to define a three-dimensional integer array as shader parameter.
SoShaderParameterArray4f(3) β The SoShaderParameterArray4f class is used to define a four-dimensional floating point array as shader parameter.
SoShaderParameterArray4i(3) β The SoShaderParameterArray4i class is used to define a four-dimensional integer array as shader parameter.
SoShaderParameterMatrix(3) β The SoShaderParameterMatrix class is used to define a matrix as shader parameter.
SoShaderParameterMatrixArray(3) β The SoShaderParameterMatrixArray class is used to define a matrix array as shader parameter.
SoShaderProgram(3) β The SoShaderProgram class is used to specify a set of vertex/geometry/fragment objects.
SoShaderStateMatrixParameter(3) β The SoShaderStateMatrixParameter class is used to define a matrix as shader parameter whose content is derived from the traversal state.
SoShadowCulling(3) β The SoShadowCulling class is a node for setting the shadow style on nodes.
SoShadowDirectionalLight(3) β The SoShadowDirectionalLight class is a node for setting up a directional light which casts shadows.
SoShadowGroup(3) β The SoShadowGroup node is a group node used for shadow rendering.
SoShadowSpotLight(3) β The SoShadowSpotLight class is a node for setting up a spot light which casts shadows.
SoShadowStyle(3) β The SoShadowStyle class is a node for setting the shadow style on nodes.
SoShadowStyleElement(3) β The SoShadowStyleElement class is yet to be documented.
SoShape(3) β The SoShape class is the superclass for geometry shapes.
SoShape(3iv) β abstract base class for all shape nodes
SoShapeHints(3) β The SoShapeHints class is a node containing hints about how to render geometry.
SoShapeHints(3iv) β node that provides hints about shapes
SoShapeHintsElement(3) β The SoShapeHintsElement class is yet to be documented.
SoShapeKit(3) β The SoShapeKit class provides templates to insert what is usually needed for shape nodes.
SoShapeKit(3iv) β shape nodekit class
SoShapeSimplifyAction(3)
SoShapeSimplifyActionP _(3)
SoShapeStyleElement(3) β The SoShapeStyleElement class is yet to be documented.
SoShininessElement(3) β The SoShininessElement class is yet to be documented.
SoShuttle(3) β The SoShuttle class is used to oscillate between two translations.
SoShuttle(3iv) β animated oscillating translation node
SoSimplifyAction(3) β The SoSimplifyAction class is the base class for the simplify action classes.
SoSoundElement(3) β The SoSoundElement is used for optimizing audio rendering and for turning off inactive SoVRMLSound nodes.
SoSpaceballButtonEvent(3) β The SoSpaceballButtonEvent class contains information about spaceball button interaction.
SoSpaceballButtonEvent(3iv) β spaceball button press and release events
SoSpecularColorElement(3) β The SoSpecularColorElement is yet to be documented.
SoSphere(3) β The SoSphere class is for rendering sphere shapes.
SoSphere(3iv) β sphere shape node
SoSpotLight(3) β The SoSpotLight class is a node type for light sources with a cone shaped light volume.
SoSpotLight(3iv) β node representing a spotlight source
SoSpotLightDragger(3) β The SoSpotLightDragger class provides interactive geometry for manipulating a spotlight.
SoSpotLightDragger(3iv) β spotlight shaped dragger that allows you to change position, direction, and width of the beam
SoSpotLightManip(3) β The SoSpotLightManip class is used to manipulate spot light nodes.
SoSpotLightManip(3iv) β spotlight node with 3D interface for editing location, direction, and beam width
SoState(3) β The SoState class manages the Coin scene graph traversal state data.
SoSurroundScale(3) β The SoSurroundScale class is used to automatically scale geometry to surround other geometry.
SoSurroundScale(3iv) β transformation node that adjusts the current matrix so a default cube will surround other objects
SoSwitch(3) β The SoSwitch class is a group node which selects one child subgraph for traversal.
SoSwitch(3iv) β group node that traverse one chosen child
SoSwitchElement(3) β The SoSwitchElement class is yet to be documented.
SoTabBoxDragger(3) β The SoTabBoxDragger wraps a box around geometry you can then translate and scale.
SoTabBoxDragger(3iv) β cubic object you can translate and scale by dragging with the mouse
SoTabBoxManip(3) β The SoTabBoxManip class wraps an SoTabBoxDragger.
SoTabBoxManip(3iv) β transform node with 3D Interface for editing scale and translation
SoTabPlaneDragger(3) β The SoTabPlaneDragger class is a dragger you can translate and scale within a plane.
SoTabPlaneDragger(3iv) β object you can translate or scale within a plane by dragging with the mouse
SoTempPath(3) β The SoTempPath class is used to store temporary paths.
SoText2(3) β The SoText2 class is a node type for visualizing 2D text aligned with the camera plane.
SoText2(3iv) β screen-aligned 2D text shape node
SoText3(3) β The SoText3 class renders extruded 3D text.
SoText3(3iv) β 3D text shape node
SoTextDetail(3) β The SoTextDetail stores information about a character in a string.
SoTextDetail(3iv) β stores detail information about a text node
SoTextOutlineEnabledElement(3) β The SoTextOutlineEnabledElement class is yet to be documented.
SoTexture(3) β Common base class for texture nodes.
SoTexture2(3) β The SoTexture2 class is used to map a 2D texture onto subsequent geometry in the scene graph.
SoTexture2(3iv) β texture mapping node
SoTexture2Convert(3) β Abstract base class for texture filtering engines.
SoTexture2Transform(3) β The SoTexture2Transform class is used to define 2D texture transformations.
SoTexture2Transform(3iv) β 2D texture transformation node
SoTexture3(3) β The SoTexture3 class is used to map a 3D texture onto geometry.
SoTexture3Transform(3) β The SoTexture3Transform class is used to define 3D texture transformations.
SoTextureCombine(3) β The SoTextureCombine class is a node for setting texture combine functions.
SoTextureCombineElement(3) β The SoTextureCombineElement class is yet to be documented.
SoTextureCombineElement_UnitData(3)
SoTextureCoordinate2(3) β The SoTextureCoordinate2 class contains a set of coordinates for the mapping of 2D textures.
SoTextureCoordinate2(3iv) β 2D texture coordinate node
SoTextureCoordinate3(3) β The SoTextureCoordinate3 class contains a set of coordinates for the mapping of 2D textures.
SoTextureCoordinateBinding(3) β The SoTextureCoordinateBinding class says how texture coordinates should be bound to shapes.
SoTextureCoordinateBinding(3iv) β node that specifies how texture coordinates are bound to shapes
SoTextureCoordinateBindingElement(3) β The SoTextureCoordinateBindingElement class is yet to be documented.
SoTextureCoordinateBundle(3) β The SoTextureCoordinateBundle class simplifies texture coordinate handling.
SoTextureCoordinateCache(3) β The SoTextureCoordinateCache class is used to cache generated texture coordinates.
SoTextureCoordinateCube(3) β The SoTextureCoordinateCube class generates cube mapped texture coordinates for shapes.
SoTextureCoordinateCylinder(3) β The SoTextureCoordinateCylinder class generates cylinder mapped texture coordinates for shapes.
SoTextureCoordinateDefault(3) β The SoTextureCoordinateDefault class removes texture coordinates from the state.
SoTextureCoordinateDefault(3iv) β node that removes texture coordinates from state
SoTextureCoordinateEnvironment(3) β The SoTextureCoordinateEnvironment class generates texture coordinates by projecting onto a surrounding texture.
SoTextureCoordinateEnvironment(3iv) β node that specifies texture coordinates by projection from a environment
SoTextureCoordinateFunction(3) β The SoTextureCoordinateFunction class is an abstract base class for texture coordinate generating nodes.
SoTextureCoordinateFunction(3iv) β abstract base class for texture coordinate function nodes
SoTextureCoordinateNormalMap(3) β The SoTextureCoordinateNormalMap class generates texture coordinates by projecting onto a surrounding texture.
SoTextureCoordinateObject(3) β The SoTextureCoordinateObject class generates texture coordinates by...
SoTextureCoordinatePlane(3) β The SoTextureCoordinatePlane class generates texture coordinates by projecting onto a plane.
SoTextureCoordinatePlane(3iv) β node that specifies texture coordinates by projection from a plane
SoTextureCoordinateReflectionMap(3) β The SoTextureCoordinateReflectionMap class generates 3D reflection texture coordinates.
SoTextureCoordinateSphere(3) β The SoTextureCoordinateSphere class generates sphere mapped texture coordinates for shapes.
SoTextureCubeMap(3) β The SoTextureCubeMap class is used to map a cube map onto subsequent shape nodes.
SoTextureMatrixTransform(3) β The SoTextureMatrixTransform class is used to define a texture matrix transformation.
SoTextureOverrideElement(3) β The SoTextureOverrideElement makes it possible to override texture elements.
SoTextureQualityElement(3) β The SoTextureQualityElement is yet to be documented.
SoTextureScalePolicy(3) β The SoTextureScalePolicy class is a node for controlling the texture scale policy.
SoTextureUnit(3) β The SoTextureUnit class is a node for setting the active texture unit.
SoTextureUnitElement(3) β The SoTextureUnitElement class is yet to be documented.
SoTimeCounter(3) β The SoTimeCounter class is an integer counter engine.
SoTimeCounter(3iv) β timed integer counter
SoTimerQueueSensor(3) β The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer events.
SoTimerQueueSensor(3iv) β abstract base class for sensors dependent on time
SoTimerSensor(3) β The SoTimerSensor class is a sensor which will trigger at given intervals.
SoTimerSensor(3iv) β sensor that triggers callback repeatedly at regular intervals
SoToVRML2Action(3) β The SoToVRML2Action class builds a new scene graph, using only VRML97/VRML2 nodes.
SoToVRMLAction(3) β The SoToVRMLAction class builds a new scene graph using only VRML 1.0 nodes.
SoTrackballDragger(3) β The SoTrackballDragger provides the end-user with rotation and scaling interaction possibilities.
SoTrackballDragger(3iv) β striped ball you can rotate or scale uniformly by dragging with the mouse
SoTrackballDraggerP _(3)
SoTrackballManip(3) β The SoTrackballManip wraps an SoTrackballDragger for convenience.
SoTrackballManip(3iv) β transform node with 3D interface for changing rotation and scaling
SoTranReceiver(3)
SoTranReceiver(3iv) β interprets database changes for transcription
SoTranSender(3)
SoTranSender(3iv) β sends database changes for transcription
SoTransform(3) β The SoTransform class is the all-purpose transformation node type.
SoTransform(3iv) β general 3D geometric transformation node
SoTransformBoxDragger(3) β The SoTransformBoxDragger provides a box which can be translated, scaled and rotated.
SoTransformBoxDragger(3iv) β box-like object you scale, rotate, and translate by dragging with the mouse
SoTransformBoxManip(3) β The SoTransformBoxManip wraps an SoTransformBoxDragger for convenience.
SoTransformBoxManip(3iv) β transform node with 3D interface for changing scaling, rotation, and translation
SoTransformManip(3) β The SoTransformManip class is used to manipulate transformations.
SoTransformManip(3iv) β base class for all transform Nodes with built-in 3D user interfaces
SoTransformSeparator(3) β The SoTransformSeparator class is a group node preserving the current transformations.
SoTransformSeparator(3iv) β group node that saves and restores transformation state
SoTransformVec3f(3) β The SoTransformVec3f class transforms 3D vectors by a matrix.
SoTransformVec3f(3iv) β transforms a 3D vector by a 4x4 matrix
SoTransformation(3) β The SoTransformation class is the abstract base class for transformation nodes.
SoTransformation(3iv) β Abstract base class for all geometric transformation nodes
SoTransformerDragger(3) β The SoTransformerDragger provides geometry for translation, scaling and rotations.
SoTransformerDragger(3iv) β box-like object you scale, rotate, and translate by dragging with the mouse
SoTransformerDraggerP _(3)
SoTransformerManip(3) β The SoTransformerManip wraps an SoTransformerDragger for convenience.
SoTransformerManip(3iv) β transform node with 3D interface for changing scaling, rotation, and translation
SoTranslate1Dragger(3) β The SoTranslate1Dragger class provides a mechanism for the end-user to translate along an axis.
SoTranslate1Dragger(3iv) β object you can translate along a line by dragging With the mouse
SoTranslate2Dragger(3) β The SoTranslate2Dragger class provides a mechanism for the end-user to translate in a plane.
SoTranslate2Dragger(3iv) β object you can translate within a plane by dragging with the mouse
SoTranslate2DraggerP _(3)
SoTranslation(3) β The SoTranslation class is a node type for specifying geometry translations.
SoTranslation(3iv) β node representing a 3D translation
SoTransparencyElement(3) β The SoTransparencyElement is yet to be documented.
SoTransparencyType(3) β The SoTransparencyType class is a node for setting the transparency type for shapes.
SoTriangleStripSet(3) β The SoTriangleStripSet class is used to render and control non-indexed triangle strips.
SoTriangleStripSet(3iv) β triangle strip set shape node
SoTriggerAny(3) β The SoTriggerAny class is a fan-in engine for triggers.
SoTriggerAny(3iv) β provides fan-in for triggers
SoType(3) β The SoType class is the basis for the runtime type system in Coin.
SoType(3iv) β stores runtime type information
SoTypeList(3) β The SoTypeList class is a container class for arrays of SoType objects.
SoTypeList(3iv) β maintains a list of \*(CbSoTypes\f1
SoUniformShaderParameter(3) β The SoUniformShaderParameter class is the base class for all uniform shader variables.
SoUnits(3) β The SoUnits class is a node for setting unit types.
SoUnits(3iv) β node that scales to convert units of length
SoUnitsElement(3) β The SoUnitsElement class is yet to be documented.
SoVRMLAnchor(3) β The SoVRMLAnchor class is used for linking to other URL resources.
SoVRMLAppearance(3) β The SoVRMLAppearance class specifies visual properties for shapes.
SoVRMLAudioClip(3) β The SoVRMLAudioClip class is used to load and store audio data.
SoVRMLBackground(3) β The SoVRMLBackground class is used for specifying a viewer panorama.
SoVRMLBillboard(3) β The SoVRMLBillboard class is used for rotating geometry towards the viewpoint.
SoVRMLBox(3) β The SoVRMLBox class is used for representing a 3D box.
SoVRMLCollision(3) β The SoVRMLCollision class is used for collision detection with the avatar.
SoVRMLColor(3) β The SoVRMLColor class is used to specify multiple colors for a single shape.
SoVRMLColorInterpolator(3) β The SoVRMLColorInterpolator class is used to interpolate color values.
SoVRMLCone(3) β The SoVRMLCone class is used to represent a Cone object.
SoVRMLCoordinate(3) β The SoVRMLCoordinate class is used to define 3D coordinates for shapes.
SoVRMLCoordinateInterpolator(3) β The SoVRMLCoordinateInterpolator class is used to interpolate 3D coordinates.
SoVRMLCylinder(3) β The SoVRMLCylinder class is used to represent a cylinder object.
SoVRMLCylinderSensor(3) β The SoVRMLCylinderSensor class maps pointer motion into rotations around the Y-axis.
SoVRMLDirectionalLight(3) β The SoVRMLDirectionalLight class is a node type for specifying directional light sources.
SoVRMLDragSensor(3) β The SoVRMLDragSensor class is a superclass for VRML drag sensors.
SoVRMLElevationGrid(3) β The SoVRMLElevationGrid class is used to represent elevation grids.
SoVRMLExtrusion(3) β The SoVRMLExtrusion class is a a geometry node for extruding a cross section along a spine.
SoVRMLFog(3) β The SoVRMLFog class is used to specify a global scene fog.
SoVRMLFontStyle(3) β The SoVRMLFontStyle class is used to define the current font.
SoVRMLGeometry(3) β The SoVRMLGeometry class is a superclass for VRML shapes.
SoVRMLGroup(3) β The SoVRMLGroup class is used for grouping VRML nodes.
SoVRMLImageTexture(3) β The SoVRMLImageTexture class is used for mapping a texture file onto geometry.
SoVRMLIndexedFaceSet(3) β The SoVRMLIndexedFaceSet class is used for representing a generic 3D shape.
SoVRMLIndexedLine(3) β The SoVRMLIndexedLine class is an abstract superclass for lines specified with indices.
SoVRMLIndexedLineSet(3) β The SoVRMLIndexedLineSet class is used to represent a generic 3D line shape.
SoVRMLIndexedShape(3) β The SoVRMLIndexedShape class is a superclass for geometry that use indexes.
SoVRMLInline(3) β The SoVRMLInline class is used to insert VRML files into a scene.
SoVRMLInterpolator(3) β The SoVRMLInterpolator class is an internal abstract class.
SoVRMLLOD(3) β The SoVRMLLOD class is used to represent various levels of detail based on distance.
SoVRMLLight(3) β The SoVRMLLight class is a superclass for VRML light nodes.
SoVRMLMaterial(3) β The SoVRMLMaterial class is used to assign a material to geometry.
SoVRMLMovieTexture(3) β The SoVRMLMovieTexture class is used the map movies onto geometry.
SoVRMLNavigationInfo(3) β The SoVRMLNavigationInfo class is used to specify avatar and viewer settings.
SoVRMLNormal(3) β The SoVRMLNormal class is used to bind normals to geometry.
SoVRMLNormalInterpolator(3) β The SoVRMLNormalInterpolator class is used to interpolate normals.
SoVRMLOrientationInterpolator(3) β The SoVRMLOrientationInterpolator class is used to interpolate orientations.
SoVRMLParent(3) β The SoVRMLParent node is a superclass for all VRML grouping nodes.
SoVRMLPixelTexture(3) β The SoVRMLPixelTexture class is used for mapping a texture image onto geometry..
SoVRMLPlaneSensor(3) β The SoVRMLPlaneSensor class maps pointer motion into object space translations.
SoVRMLPointLight(3) β The SoVRMLPointLight class is used to represent a point light.
SoVRMLPointSet(3) β The SoVRMLPointSet class is used to represent a set of 3D points.
SoVRMLPositionInterpolator(3) β The SoVRMLPositionInterpolator class is used to interpolate 3D points.
SoVRMLProximitySensor(3) β The SoVRMLProximitySensor class is used to generate events when the viewer enters or exits a region.
SoVRMLScalarInterpolator(3) β The SoVRMLScalarInterpolator class is used to interpolate scalar values.
SoVRMLScript(3) β The SoVRMLScript class is used to control the scene using scripts.
SoVRMLSensor(3) β The SoVRMLSensor class is an abstract superclass for VRML sensors.
SoVRMLShape(3) β The SoVRMLShape class holds geometry and geometry appearance nodes.
SoVRMLSound(3) β The SoVRMLSound class is used to represent a sound source.
SoVRMLSphere(3) β The SoVRMLSphere class is used to represent a spherical 3D object.
SoVRMLSphereSensor(3) β The SoVRMLSphereSensor class maps pointer motion into rotations on a sphere.
SoVRMLSpotLight(3) β The SoVRMLSpotLight class defines a spot light source.
SoVRMLSwitch(3) β The SoVRMLSwitch class is a group node for traversing selected children.
SoVRMLText(3) β The SoVRMLText class is used to represent text in a scene.
SoVRMLTexture(3) β The SoVRMLTexture class is a superclass for VRML texture nodes.
SoVRMLTextureCoordinate(3) β The SoVRMLTextureCoordinate class binds texture coordinates to vertex-based geometry.
SoVRMLTextureTransform(3) β The SoVRMLTextureTransform class defines a transformation applied to texture coordinates.
SoVRMLTimeSensor(3) β The SoVRMLTimeSensor class is a multi-purpose time event generator.
SoVRMLTouchSensor(3) β The SoVRMLTouchSensor class tracks to pointer position and sends events based on user interaction.
SoVRMLTransform(3) β The SoVRMLTransform class is a grouping node that defines a transformation for its children.
SoVRMLVertexLine(3) β The SoVRMLVertexLine class is a superclass for line based VRML geometry.
SoVRMLVertexPoint(3) β The SoVRMLVertexPoint class is a superclass for point based VRML shapes.
SoVRMLVertexShape(3) β The SoVRMLVertexShape class is a superclass for vertex based shapes.
SoVRMLViewpoint(3) β The SoVRMLViewpoint class is a perspective camera class.
SoVRMLVisibilitySensor(3) β The SoVRMLVisibilitySensor class will generate events based on visibility.
SoVRMLWorldInfo(3) β The SoVRMLWorldInfo class contains information about the VRML scene.
SoVectorOutput(3) β The SoVectorOutput class is used for setting vector output file.
SoVectorizeAction(3) β The SoVectorizeAction class is the base class for vectorizing Coin scene graphs.
SoVectorizePSAction(3) β The SoVectorizePSAction class is used for rendering to a PostScript file.
SoVertexAttribute(3) β A generic node for providing GL vertex attributes of various types.
SoVertexAttributeBinding(3) β The SoVertexAttributeBinding class is a node for setting up how vertex attributes are mapped to shapes.
SoVertexAttributeBindingElement(3) β The SoVertexAttributeBindingElement class is yet to be documented.
SoVertexAttributeBundle(3) β The SoVertexAttributeBundle class simplifies vertex attribute handling.
SoVertexAttributeElement(3) β The SoVertexAttributeElement class is yet to be documented.
SoVertexProperty(3) β The SoVertexProperty class collects the functionality of various appearance nodes.
SoVertexProperty(3iv) β vertex property node
SoVertexShader(3) β The SoVertexShader class is used for setting up vertex shader programs.
SoVertexShape(3) β The SoVertexShape class is the superclass for all vertex based shapes.
SoVertexShape(3iv) β abstract base class for all vertex-based shape nodes
SoViewVolumeElement(3) β The SoViewVolumeElement class is yet to be documented.
SoViewingMatrixElement(3) β The SoViewingMatrixElement class stores the world-to-camera transformation.
SoViewportRegionElement(3) β The SoViewportRegionElement class is yet to be documented.
SoWWWAnchor(3) β The SoWWWAnchor class adds URL callbacks to the highlighted geometry.
SoWWWAnchor(3iv) β separator group node with a URL hyperlink
SoWWWInline(3) β The SoWWWInline class is a node used to include data from an URL.
SoWWWInline(3iv) β node that refers to children through a URL
SoWindowElement(3) β The SoWindowElement class is used to store current window attributes.
SoWrapperKit(3) β The SoWrapperKit class is a simple kit for wrapping a transform and a subgraph.
SoWrapperKit(3iv) β wrapper nodekit class
SoWriteAction(3) β The SoWriteAction class writes a scene graph to file.
SoWriteAction(3iv) β Writes a scene graph to a file
SoXt(3iv) β routines for Inventor/Xt compatibility.
SoXtClipboard(3iv) β Provides Inventor copy/paste support
SoXtComponent(3iv) β abstract base class for all Inventor Xt components
SoXtConstrainedViewer(3iv) β base viewer class which adds camera constraints given a world up direction
SoXtDevice(3iv) β abstract base class device for use with the \*(CbSoXtRenderArea\f1
SoXtDirectionalLightEditor(3iv) β component for editing directional lights
SoXtExaminerViewer(3iv) β viewer component which uses a virtual trackball to view the data
SoXtFlyViewer(3iv) β viewer component for flying through space, with a constant world up
SoXtFullViewer(3iv) β base viewer class which adds a decoration around the rendering area
SoXtGLWidget(3iv) β wrapper around GLwMDraw for OpenGL rendering in a motif widget
SoXtInputFocus(3iv) β reports input focus change events
SoXtKeyboard(3iv) β translates and reports events for the keyboard
SoXtLightSliderSet(3iv) β component with Motif sliders for editing SoLight nodes
SoXtMaterialEditor(3iv) β Component which lets you edit a material interactively
SoXtMaterialList(3iv) β component which lets you edit a material interactively
SoXtMaterialSliderSet(3iv) β component with Motif sliders for editing SoMaterial nodes
SoXtMouse(3iv) β translates and reports events for the mouse
SoXtPlaneViewer(3iv) β viewer component which moves the camera in a plane
SoXtPrintDialog(3iv) β dialog box for controlling printing
SoXtRenderArea(3iv) β Xt Component for rendering Inventor scene graphs
SoXtResource(3iv) β used to retrieve X resources for SoXtComponents and widgets
SoXtSliderSet(3iv) β base class for Motif-only slider components
SoXtSliderSetBase(3iv) β abstract base class for Motif-only slider components
SoXtSpaceball(3iv) β translates and reports events for the spaceball
SoXtTransformSliderSet(3iv) β component with Motif sliders for editing SoTransform nodes
SoXtViewer(3iv) β viewer component lowest base class
SoXtWalkViewer(3iv) β viewer component which moves the camera in a plane
Sound(3) β audio file description.
SoundAbbrevToFileFormat(3) β return a file format for a given name abbreviation string.
SoundCloseFile(3) β close an audio file description.
SoundCreate(3) β create a description of an audio file.
SoundFlushFile(3) β flush an audio file.
SoundOpenFileForReading(3) β open an audio file for reading.
SoundOpenFileForWriting(3) β open an audio file for writing.
SoundReadFile(3) β read audio data from an audio file.
SoundRewindFile(3) β rewind an audio file.
SoundSeekFile(3) β seek to a position in an audio file.
SoundStringToFileFormat(3) β return a file format for a given name string.
SoundTellFile(3) β return the position of an audio file.
SoundWriteFile(3) β write audio data to an audio file.
Sound_AudioInfo(3) β Information about an existing sample's format.
Sound_AudioInfo(3) β Information about an existing sample's format.
Sound_DecoderInfo(3) β Information about available soudn decoders.
Sound_DecoderInfo(3) β Information about available soudn decoders.
Sound_Sample(3) β Represents sound data in the process of being decoded.
Sound_Sample(3) β Represents sound data in the process of being decoded.
Sound_Version(3) β Information the version of SDL_sound in use.
Sound_Version(3) β Information the version of SDL_sound in use.
Sprint(3)
Stack(3o) β Last-in first-out stacks.
Status.h(3)
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.Condition(3o) β no description
Stdlib.Digest(3o) β no description
Stdlib.Domain(3o) β no description
Stdlib.Dynarray(3o) β no description
Stdlib.Effect(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.Hashtbl(3o) β no description
Stdlib.Iarray(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.Mutex(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.Pair(3o) β no description
Stdlib.Parsing(3o) β no description
Stdlib.Pqueue(3o) β no description
Stdlib.Printexc(3o) β no description
Stdlib.Printf(3o) β no description
Stdlib.Queue(3o) β no description
Stdlib.Random(3o) β no description
Stdlib.Repr(3o) β no description
Stdlib.Result(3o) β no description
Stdlib.Scanf(3o) β no description
Stdlib.Semaphore(3o) β no description
Stdlib.Seq(3o) β no description
Stdlib.Set(3o) β no description
Stdlib.Stack(3o) β no description
Stdlib.StdLabels(3o) β no description
Stdlib.String(3o) β no description
Stdlib.StringLabels(3o) β no description
Stdlib.Sys(3o) β no description
Stdlib.Type(3o) β no description
Stdlib.Uchar(3o) β no description
Stdlib.Unit(3o) β no description
Stdlib.Weak(3o) β no description
Str(3o) β Regular expressions and high-level string processing
String(3o) β Strings.
String.h(3)
StringLabels(3o) β Strings.
Strongly_connected_components(3o) β Kosaraju's algorithm for strongly connected components.
Strongly_connected_components.Make(3o) β no description
Strongly_connected_components.S(3o) β no description
Strongly_connected_components.S.Id(3o) β no description
Subband.cpp(3) β PGF wavelet subband class implementation.
Subband.h(3) β PGF wavelet subband class.
Sympa(3Sympa) β Future base class of Sympa functional objects
Sympa::Aliases(3Sympa) β Base class for alias management
Sympa::Aliases::CheckSMTP(3Sympa) β Alias management: Check addresses using SMTP
Sympa::Aliases::External(3Sympa)
Sympa::Aliases::Template(3Sympa)
Sympa::Archive(3Sympa) β Archives of Sympa
Sympa::CLI(3Sympa) β Base class of Sympa CLI modules
Sympa::CommandDef(3Sympa) β Definition of mail commands
Sympa::ConfDef(3Sympa) β Definition of site and robot configuration parameters
Sympa::Config(3Sympa) β List configuration
Sympa::Config::Schema(3Sympa) β Definition of configuration parameters
Sympa::Constants(3Sympa) β Definition of constants
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)
Sympa::DataSource::List(3Sympa) β Data source based on a list at local machine
Sympa::DataSource::RemoteDump(3Sympa)
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::Family(3Sympa) β List families
Sympa::HTML::URIFind(3Sympa) β Find URIs / email addresses in plain text
Sympa::HTMLDecorator(3Sympa) β Decorating HTML texts
Sympa::HTMLSanitizer(3Sympa) β Sanitize HTML contents
Sympa::Internals(3Sympa) β Sympa internals
Sympa::Internals::Workflow(3Sympa) β Overview on workflow of Sympa
Sympa::Language(3Sympa) β Handling languages and locales
Sympa::List(3Sympa) β Mailing list
Sympa::List::Config(3Sympa) β List configuration
Sympa::List::Users(3Sympa) β List users
Sympa::ListDef(3Sympa) β Definition of list configuration parameters
Sympa::ListOpt(3Sympa) β Definition of list configuration parameter values
Sympa::LockedFile(3Sympa) β Filehandle with locking
Sympa::Log(3Sympa) β Logging facility of Sympa
Sympa::Mailer(3Sympa) β Store messages to sendmail
Sympa::Message(3Sympa) β Mail message embedding for internal use in Sympa
Sympa::Message::Plugin(3Sympa) β process hooks
Sympa::Message::Plugin::FixEncoding(3Sympa)
Sympa::Message::Template(3Sympa) β Mail message generated from template
Sympa::Process(3Sympa) β Process of Sympa
Sympa::Regexps(3Sympa) β Definition of regular expressions
Sympa::Request(3Sympa) β Requests for operation
Sympa::Request::Collection(3Sympa) β Collection of requests
Sympa::Request::Handler(3Sympa) β Base class of request handler classes
Sympa::Request::Handler::add(3Sympa) β add request handler
Sympa::Request::Handler::auth(3Sympa) β auth request handler
Sympa::Request::Handler::close_list(3Sympa) β close_list request handler
Sympa::Request::Handler::confirm(3Sympa) β confirm request handler
Sympa::Request::Handler::create_automatic_list(3Sympa)
Sympa::Request::Handler::create_list(3Sympa) β create_list request handler
Sympa::Request::Handler::decl(3Sympa) β decl request handler
Sympa::Request::Handler::del(3Sympa) β del request handler
Sympa::Request::Handler::del_user(3Sympa) β delete user
Sympa::Request::Handler::distribute(3Sympa) β distribute request handler
Sympa::Request::Handler::family_signoff(3Sympa) β family \*(Aqsignoff\*(Aq request handler
Sympa::Request::Handler::finished(3Sympa) β finished request handler
Sympa::Request::Handler::get(3Sympa) β get request handler
Sympa::Request::Handler::global_remind(3Sympa) β global \*(Aqremind\*(Aq request handler
Sympa::Request::Handler::global_set(3Sympa) β global \*(Aqset\*(Aq request handler
Sympa::Request::Handler::global_signoff(3Sympa) β global \*(Aqsignoff\*(Aq request handler
Sympa::Request::Handler::help(3Sympa) β help request handler
Sympa::Request::Handler::include(3Sympa) β include request handler
Sympa::Request::Handler::index(3Sympa) β index request handler
Sympa::Request::Handler::info(3Sympa) β info request handler
Sympa::Request::Handler::invite(3Sympa) β invite request handler
Sympa::Request::Handler::last(3Sympa) β last request handler
Sympa::Request::Handler::lists(3Sympa) β lists request handler
Sympa::Request::Handler::modindex(3Sympa) β modindex request handler
Sympa::Request::Handler::move_list(3Sympa) β move_list request handler
Sympa::Request::Handler::move_user(3Sympa) β change user\*(Aqs email
Sympa::Request::Handler::open_list(3Sympa) β open_list request handler
Sympa::Request::Handler::reject(3Sympa) β reject request handler
Sympa::Request::Handler::remind(3Sympa) β remind request handler
Sympa::Request::Handler::review(3Sympa) β review request handler
Sympa::Request::Handler::set(3Sympa) β set request handler
Sympa::Request::Handler::signoff(3Sympa) β signoff request handler
Sympa::Request::Handler::stats(3Sympa) β stats request handler
Sympa::Request::Handler::subscribe(3Sympa) β subscribe request handler
Sympa::Request::Handler::unknown(3Sympa) β unknown request handler
Sympa::Request::Handler::update_automatic_list(3Sympa)
Sympa::Request::Handler::verify(3Sympa) β verify request handler
Sympa::Request::Handler::which(3Sympa) β which request handler
Sympa::Request::Message(3Sympa) β Command message as spool of requests
Sympa::Scenario(3Sympa) β Authorization scenarios
Sympa::Spindle(3Sympa) β Base class of subclasses to define Sympa workflows
Sympa::Spindle::AuthorizeMessage(3Sympa)
Sympa::Spindle::AuthorizeRequest(3Sympa)
Sympa::Spindle::DispatchRequest(3Sympa)
Sympa::Spindle::DistributeMessage(3Sympa)
Sympa::Spindle::DoCommand(3Sympa) β Workflow to handle command messages
Sympa::Spindle::DoForward(3Sympa) β Workflow to forward messages to administrators
Sympa::Spindle::DoMessage(3Sympa) β Workflow to handle messages bound for lists
Sympa::Spindle::ProcessArchive(3Sympa) β Workflow of archive storage
Sympa::Spindle::ProcessAuth(3Sympa) β Workflow of request confirmation
Sympa::Spindle::ProcessAutomatic(3Sympa) β Workflow of automatic list creation
Sympa::Spindle::ProcessBounce(3Sympa) β Workflow of bounce processing
Sympa::Spindle::ProcessDigest(3Sympa) β Workflow of digest sending
Sympa::Spindle::ProcessHeld(3Sympa) β Workflow of message confirmation
Sympa::Spindle::ProcessIncoming(3Sympa) β Workflow of processing incoming messages
Sympa::Spindle::ProcessMessage(3Sympa) β Workflow of command processing
Sympa::Spindle::ProcessModeration(3Sympa) β Workflow of message moderation
Sympa::Spindle::ProcessOutgoing(3Sympa) β Workflow of message distribution
Sympa::Spindle::ProcessRequest(3Sympa) β Workflow of request processing
Sympa::Spindle::ProcessTask(3Sympa) β Workflow of task processing
Sympa::Spindle::ProcessTemplate(3Sympa) β Workflow of template sending
Sympa::Spindle::ResendArchive(3Sympa) β Workflow of resending messages in archive
Sympa::Spindle::ToArchive(3Sympa) β Process to store messages into archiving spool
Sympa::Spindle::ToAuth(3Sympa)
Sympa::Spindle::ToAuthOwner(3Sympa)
Sympa::Spindle::ToDigest(3Sympa) β Process to store messages into digest spool
Sympa::Spindle::ToEditor(3Sympa) β Process to forward messages to list editors
Sympa::Spindle::ToHeld(3Sympa)
Sympa::Spindle::ToList(3Sympa) β Process to distribute messages to list members
Sympa::Spindle::ToListmaster(3Sympa)
Sympa::Spindle::ToMailer(3Sympa) β Process to store messages into sendmail component
Sympa::Spindle::ToModeration(3Sympa)
Sympa::Spindle::ToOutgoing(3Sympa) β Process to store messages into outgoing spool
Sympa::Spindle::TransformDigestFinal(3Sympa)
Sympa::Spindle::TransformIncoming(3Sympa)
Sympa::Spindle::TransformOutgoing(3Sympa)
Sympa::Spool(3Sympa) β Base class of spool classes
Sympa::Spool::Archive(3Sympa) β Spool for messages waiting for archiving
Sympa::Spool::Auth(3Sympa) β Spool for held requests waiting for moderation
Sympa::Spool::Automatic(3Sympa) β Spool for incoming messages in automatic spool
Sympa::Spool::Bounce(3Sympa) β Spool for incoming bounce messages
Sympa::Spool::Digest(3Sympa) β Spool for messages waiting for digest sending
Sympa::Spool::Digest::Collection(3Sympa) β Collection of digest spools
Sympa::Spool::Held(3Sympa) β Spool for held messages waiting for confirmation
Sympa::Spool::Incoming(3Sympa) β Spool for incoming messages
Sympa::Spool::Listmaster(3Sympa) β Spool on memory for listmaster notification
Sympa::Spool::Moderation(3Sympa) β Spool for held messages waiting for moderation
Sympa::Spool::Outgoing(3Sympa) β Spool for outgoing messages
Sympa::Spool::Task(3Sympa) β Spool for tasks
Sympa::Spool::Topic(3Sympa) β Message topic
Sympa::Task(3Sympa) β Tasks of Sympa
Sympa::Template(3Sympa) β Template parser
Sympa::Ticket(3Sympa) β One\-time ticket for authorization
Sympa::Tools::Data(3Sympa) β Functions related to data structures
Sympa::Tools::Domains(3Sympa) β Domains\-related functions
Sympa::Tools::File(3Sympa) β File\-related functions
Sympa::Tools::SMIME(3Sympa) β Tools for S/MIME messages and X.509 certificates
Sympa::Tools::Text(3Sympa) β Text\-related functions
Sympa::Tools::Time(3Sympa) β Time\-related functions
Sympa::Tracking(3Sympa) β Spool for message tracking
Sympa::User(3Sympa) β All Users Identified by Sympa
Sympa::WWW::Crawlers(3Sympa) β Regular expression for User\-Agent of web crawlers
Sympa::WWW::FastCGI(3Sympa) β CGI Interface for FastCGI of Sympa
Sympa::WWW::Marc::Search(3Sympa) β Search archives of Sympa
Sympa::WWW::Session(3Sympa) β Web session
Sympa::WWW::SharedDocument(3Sympa) β Shared document repository and its nodes
Synchronization.h(3)
Syntaxerr(3o) β Auxiliary type for reporting syntax errors
Sys(3o) β System interface.
Sys.Immediate64(3o) β no description
Sys.Immediate64.Immediate(3o) β no description
Sys.Immediate64.Make(3o) β no description
Sys.Immediate64.Non_immediate(3o) β no description
TCL_MEM_DEBUG(3)
TIFFAccessTagMethods(3tiff) β provides read/write access to the TIFFTagMethods
TIFFClientInfo(3tiff) β provides a method to hand over user defined data from one routine to another
TIFFClose(3tiff) β close a previously opened TIFF file
TIFFCreateDirectory(3tiff) β routines to create a directory and retrieve information about directories
TIFFCustomDirectory(3tiff) β routines to create a custom directory
TIFFCustomTagList(3tiff) β returns information about the custom tag list
TIFFDataWidth(3tiff) β get the size of TIFF data types
TIFFDeferStrileArrayWriting(3tiff) β defer strile array writing
TIFFError(3tiff) β library error handling interface
TIFFFieldDataType(3tiff) β get TIFF data type from field information
TIFFFieldName(3tiff) β get TIFF field name from field information
TIFFFieldPassCount(3tiff) β get whether to pass a count to TIFFGetField/TIFFSetField
TIFFFieldQuery(3tiff) β routines to query TIFF field information
TIFFFieldReadCount(3tiff) β get number of values to be read from field
TIFFFieldTag(3tiff) β get TIFF field tag value from field information
TIFFFieldWriteCount(3tiff) β get number of values to be written to field
TIFFFlush(3tiff) β flush pending writes to an open TIFF file
TIFFGetField(3tiff) β get the value(s) of a tag in an open TIFF file
TIFFMergeFieldInfo(3tiff) β add application-defined TIFF tags to the list of known libtiff tags
TIFFOpen(3tiff) β open a TIFF file for reading or writing
TIFFPrintDirectory(3tiff) β print a description of a TIFF directory
TIFFProcFunctions(3tiff) β set TIFF processing functions
TIFFRGBAImage(3tiff) β read and decode an image into a raster
TIFFReadDirectory(3tiff) β get the contents of the next directory in an open TIFF file
TIFFReadEncodedStrip(3tiff) β read and decode a strip of data from an open TIFF file
TIFFReadEncodedTile(3tiff) β read and decode a tile of data from an open TIFF file
TIFFReadFromUserBuffer(3tiff) β decode data using an user defined buffer
TIFFReadRGBAImage(3tiff) β read and decode an image into a fixed-format raster
TIFFReadRGBAStrip(3tiff) β read and decode an image strip into a fixed-format raster
TIFFReadRGBATile(3tiff) β read and decode an image tile into a fixed-format raster
TIFFReadRawStrip(3tiff) β return the undecoded contents of a strip of data from an open TIFF file
TIFFReadRawTile(3tiff) β return an undecoded tile of data from an open TIFF file
TIFFReadScanline(3tiff) β read and decode a scanline of data from an open TIFF file
TIFFReadTile(3tiff) β read and decode a tile of data from an open TIFF file
TIFFSetDirectory(3tiff) β set the current directory for an open TIFF file
TIFFSetField(3tiff) β set the value(s) of a tag in a TIFF file open for writing
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
TIFFWriteDirectory(3tiff) β write the current directory in an open TIFF file
TIFFWriteEncodedStrip(3tiff) β compress and write a strip of data to an open TIFF file
TIFFWriteEncodedTile(3tiff) β compress and write a tile of data to an open TIFF file
TIFFWriteRawStrip(3tiff) β write a strip of raw data to an open TIFF file
TIFFWriteRawTile(3tiff) β write a tile of raw data to an open TIFF file
TIFFWriteScanline(3tiff) β write a scanline to an open TIFF file
TIFFWriteTile(3tiff) β encode and write a tile of data to an open TIFF file
TIFFbuffer(3tiff) β I/O buffering control routines
TIFFcodec(3tiff) β codec-related utility routines
TIFFcolor(3tiff) β color conversion routines
TIFFmemory(3tiff) β memory management-related functions for use with TIFF files
TIFFquery(3tiff) β query routines
TIFFsize(3tiff) β return the size of various items associated with an open TIFF file
TIFFstrip(3tiff) β strip-related utility routines
TIFFswab(3tiff) β byte- and bit-swapping routines
TIFFtile(3tiff) β tile-related utility routines
TPMLIB_CancelCommand(3) β Cancel a TPM command
TPMLIB_ChooseTPMVersion(3) β Choose the version of the TPM
TPMLIB_DecodeBlob(3) β Decode a base64\-encode TPM blob
TPMLIB_GetInfo(3) β Get Information about the TPM implementation
TPMLIB_GetTPMProperty(3) β Get a runtime property of the TPM
TPMLIB_GetVersion(3) β Get the version of the TPM library
TPMLIB_MainInit(3) β Initialize the TPM
TPMLIB_Process(3) β process a TPM command
TPMLIB_RegisterCallbacks(3) β Register callbacks for implementing customized
TPMLIB_SetBufferSize(3) β Set the TPM\*(Aqs I/O buffer size
TPMLIB_SetDebugFD(3) β Set the file descriptor to send the debug output to
TPMLIB_SetProfile(3) β Set a profile for a TPM 2
TPMLIB_SetState(3) β Set the TPM\*(Aqs volatile, permanent, or save state
TPMLIB_ValidateState(3) β Validate the state blobs of the TPM
TPMLIB_VolatileAll_Store(3) β store all volatile state of the TPM in a buffer
TPMLIB_WasManufactured(3) β Check whether a new instance was created
TPM_IO_Hash_Start(3) β indicate the beginging of a TPM TIS hash operation
TPM_IO_TpmEstablished_Get(3) β get the value of the TPMEstablished flag
TPM_Malloc(3) β Allocate memory
TS_REQ_new(3) β X.509 time-stamp protocol
TS_RESP_CTX_new(3ossl) β Timestamp response context object creation
TS_VERIFY_CTX(3ossl) β manage the TS response verification context
TXTParser(3) β The TXTParser class.
Targetint(3o) β Target processor-native integers.
Tcl_Access(3)
Tcl_AddErrorInfo(3)
Tcl_AddObjErrorInfo(3)
Tcl_AlertNotifier(3)
Tcl_Alloc(3)
Tcl_AllocStatBuf(3)
Tcl_AllowExceptions(3)
Tcl_AppInit(3)
Tcl_AppendAllObjTypes(3)
Tcl_AppendElement(3)
Tcl_AppendExportList(3)
Tcl_AppendFormatToObj(3)
Tcl_AppendLimitedToObj(3)
Tcl_AppendObjToErrorInfo(3)
Tcl_AppendObjToObj(3)
Tcl_AppendPrintfToObj(3)
Tcl_AppendResult(3)
Tcl_AppendResultVA(3)
Tcl_AppendStringsToObj(3)
Tcl_AppendStringsToObjVA(3)
Tcl_AppendToObj(3)
Tcl_AppendUnicodeToObj(3)
Tcl_AsyncCreate(3)
Tcl_AsyncDelete(3)
Tcl_AsyncInvoke(3)
Tcl_AsyncMark(3)
Tcl_AsyncReady(3)
Tcl_AttemptAlloc(3)
Tcl_AttemptRealloc(3)
Tcl_AttemptSetObjLength(3)
Tcl_BackgroundError(3)
Tcl_BackgroundException(3)
Tcl_Backslash(3)
Tcl_BadChannelOption(3)
Tcl_CallWhenDeleted(3)
Tcl_CancelEval(3)
Tcl_CancelIdleCall(3)
Tcl_Canceled(3)
Tcl_ChannelBlockModeProc(3)
Tcl_ChannelBuffered(3)
Tcl_ChannelClose2Proc(3)
Tcl_ChannelCloseProc(3)
Tcl_ChannelFlushProc(3)
Tcl_ChannelGetHandleProc(3)
Tcl_ChannelGetOptionProc(3)
Tcl_ChannelHandlerProc(3)
Tcl_ChannelInputProc(3)
Tcl_ChannelName(3)
Tcl_ChannelOutputProc(3)
Tcl_ChannelSeekProc(3)
Tcl_ChannelSetOptionProc(3)
Tcl_ChannelThreadActionProc(3)
Tcl_ChannelTruncateProc(3)
Tcl_ChannelVersion(3)
Tcl_ChannelWatchProc(3)
Tcl_ChannelWideSeekProc(3)
Tcl_Chdir(3)
Tcl_ClassGetMetadata(3)
Tcl_ClassSetConstructor(3)
Tcl_ClassSetDestructor(3)
Tcl_ClassSetMetadata(3)
Tcl_ClearChannelHandlers(3)
Tcl_Close(3)
Tcl_CommandComplete(3)
Tcl_CommandTraceInfo(3)
Tcl_Concat(3)
Tcl_ConcatObj(3)
Tcl_ConditionFinalize(3)
Tcl_ConditionNotify(3)
Tcl_ConditionWait(3)
Tcl_ConvertCountedElement(3)
Tcl_ConvertElement(3)
Tcl_ConvertToType(3)
Tcl_CopyObjectInstance(3)
Tcl_CreateAlias(3)
Tcl_CreateAliasObj(3)
Tcl_CreateChannel(3)
Tcl_CreateChannelHandler(3)
Tcl_CreateChild(3)
Tcl_CreateCloseHandler(3)
Tcl_CreateCommand(3)
Tcl_CreateEncoding(3)
Tcl_CreateEnsemble(3)
Tcl_CreateEventSource(3)
Tcl_CreateExitHandler(3)
Tcl_CreateFileHandler(3)
Tcl_CreateHashEntry(3)
Tcl_CreateInterp(3)
Tcl_CreateMathFunc(3)
Tcl_CreateNamespace(3)
Tcl_CreateObjCommand(3)
Tcl_CreateObjTrace(3)
Tcl_CreateSlave(3)
Tcl_CreateThread(3)
Tcl_CreateThreadExitHandler(3)
Tcl_CreateTimerHandler(3)
Tcl_CreateTrace(3)
Tcl_CutChannel(3)
Tcl_DStringAppend(3)
Tcl_DStringAppendElement(3)
Tcl_DStringEndSublist(3)
Tcl_DStringFree(3)
Tcl_DStringGetResult(3)
Tcl_DStringInit(3)
Tcl_DStringLength(3)
Tcl_DStringResult(3)
Tcl_DStringSetLength(3)
Tcl_DStringStartSublist(3)
Tcl_DStringTrunc(3)
Tcl_DStringValue(3)
Tcl_DecrRefCount(3)
Tcl_DeleteAssocData(3)
Tcl_DeleteChannelHandler(3)
Tcl_DeleteCloseHandler(3)
Tcl_DeleteCommand(3)
Tcl_DeleteCommandFromToken(3)
Tcl_DeleteEventSource(3)
Tcl_DeleteEvents(3)
Tcl_DeleteExitHandler(3)
Tcl_DeleteFileHandler(3)
Tcl_DeleteHashEntry(3)
Tcl_DeleteHashTable(3)
Tcl_DeleteInterp(3)
Tcl_DeleteNamespace(3)
Tcl_DeleteThreadExitHandler(3)
Tcl_DeleteTimerHandler(3)
Tcl_DeleteTrace(3)
Tcl_DetachChannel(3)
Tcl_DetachPids(3)
Tcl_DictObjDone(3)
Tcl_DictObjFirst(3)
Tcl_DictObjGet(3)
Tcl_DictObjNext(3)
Tcl_DictObjPut(3)
Tcl_DictObjPutKeyList(3)
Tcl_DictObjRemove(3)
Tcl_DictObjRemoveKeyList(3)
Tcl_DictObjSize(3)
Tcl_DiscardInterpState(3)
Tcl_DiscardResult(3)
Tcl_DoOneEvent(3)
Tcl_DoWhenIdle(3)
Tcl_DontCallWhenDeleted(3)
Tcl_DumpActiveMemory(3)
Tcl_DuplicateObj(3)
Tcl_Eof(3)
Tcl_ErrnoId(3)
Tcl_ErrnoMsg(3)
Tcl_Eval(3)
Tcl_EvalEx(3)
Tcl_EvalFile(3)
Tcl_EvalObjEx(3)
Tcl_EvalObjv(3)
Tcl_EvalTokens(3)
Tcl_EvalTokensStandard(3)
Tcl_EventuallyFree(3)
Tcl_Exit(3)
Tcl_ExitThread(3)
Tcl_Export(3)
Tcl_ExposeCommand(3)
Tcl_ExprBoolean(3)
Tcl_ExprBooleanObj(3)
Tcl_ExprDouble(3)
Tcl_ExprDoubleObj(3)
Tcl_ExprLong(3)
Tcl_ExprLongObj(3)
Tcl_ExprObj(3)
Tcl_ExprString(3)
Tcl_ExternalToUtf(3)
Tcl_ExternalToUtfDString(3)
Tcl_FSAccess(3)
Tcl_FSChdir(3)
Tcl_FSConvertToPathType(3)
Tcl_FSCopyDirectory(3)
Tcl_FSCopyFile(3)
Tcl_FSCreateDirectory(3)
Tcl_FSData(3)
Tcl_FSDeleteFile(3)
Tcl_FSEqualPaths(3)
Tcl_FSEvalFile(3)
Tcl_FSEvalFileEx(3)
Tcl_FSFileAttrStrings(3)
Tcl_FSFileAttrsGet(3)
Tcl_FSFileAttrsSet(3)
Tcl_FSFileSystemInfo(3)
Tcl_FSGetCwd(3)
Tcl_FSGetFileSystemForPath(3)
Tcl_FSGetInternalRep(3)
Tcl_FSGetNativePath(3)
Tcl_FSGetNormalizedPath(3)
Tcl_FSGetPathType(3)
Tcl_FSGetTranslatedPath(3)
Tcl_FSGetTranslatedStringPath(3)
Tcl_FSJoinPath(3)
Tcl_FSJoinToPath(3)
Tcl_FSLink(3)
Tcl_FSListVolumes(3)
Tcl_FSLoadFile(3)
Tcl_FSLstat(3)
Tcl_FSMatchInDirectory(3)
Tcl_FSMountsChanged(3)
Tcl_FSNewNativePath(3)
Tcl_FSOpenFileChannel(3)
Tcl_FSPathSeparator(3)
Tcl_FSRegister(3)
Tcl_FSRemoveDirectory(3)
Tcl_FSRenameFile(3)
Tcl_FSSplitPath(3)
Tcl_FSStat(3)
Tcl_FSUnloadFile(3)
Tcl_FSUnregister(3)
Tcl_FSUtime(3)
Tcl_Finalize(3)
Tcl_FinalizeNotifier(3)
Tcl_FinalizeThread(3)
Tcl_FindCommand(3)
Tcl_FindEnsemble(3)
Tcl_FindExecutable(3)
Tcl_FindHashEntry(3)
Tcl_FindNamespace(3)
Tcl_FindSymbol(3)
Tcl_FirstHashEntry(3)
Tcl_Flush(3)
Tcl_ForgetImport(3)
Tcl_Format(3)
Tcl_Free(3)
Tcl_FreeEncoding(3)
Tcl_FreeParse(3)
Tcl_FreeResult(3)
Tcl_GetAccessTimeFromStat(3)
Tcl_GetAlias(3)
Tcl_GetAliasObj(3)
Tcl_GetAssocData(3)
Tcl_GetBignumFromObj(3)
Tcl_GetBlockSizeFromStat(3)
Tcl_GetBlocksFromStat(3)
Tcl_GetBoolean(3)
Tcl_GetBooleanFromObj(3)
Tcl_GetByteArrayFromObj(3)
Tcl_GetChangeTimeFromStat(3)
Tcl_GetChannel(3)
Tcl_GetChannelBufferSize(3)
Tcl_GetChannelError(3)
Tcl_GetChannelErrorInterp(3)
Tcl_GetChannelHandle(3)
Tcl_GetChannelInstanceData(3)
Tcl_GetChannelMode(3)
Tcl_GetChannelName(3)
Tcl_GetChannelNames(3)
Tcl_GetChannelNamesEx(3)
Tcl_GetChannelOption(3)
Tcl_GetChannelThread(3)
Tcl_GetChannelType(3)
Tcl_GetCharLength(3)
Tcl_GetChild(3)
Tcl_GetClassAsObject(3)
Tcl_GetCommandFromObj(3)
Tcl_GetCommandFullName(3)
Tcl_GetCommandInfo(3)
Tcl_GetCommandInfoFromToken(3)
Tcl_GetCommandName(3)
Tcl_GetCurrentNamespace(3)
Tcl_GetCurrentThread(3)
Tcl_GetCwd(3)
Tcl_GetDefaultEncodingDir(3)
Tcl_GetDeviceTypeFromStat(3)
Tcl_GetDouble(3)
Tcl_GetDoubleFromObj(3)
Tcl_GetEncoding(3)
Tcl_GetEncodingFromObj(3)
Tcl_GetEncodingName(3)
Tcl_GetEncodingNameFromEnvironment(3)
Tcl_GetEncodingNames(3)
Tcl_GetEncodingSearchPath(3)
Tcl_GetEnsembleFlags(3)
Tcl_GetEnsembleMappingDict(3)
Tcl_GetEnsembleNamespace(3)
Tcl_GetEnsembleParameterList(3)
Tcl_GetEnsembleSubcommandList(3)
Tcl_GetEnsembleUnknownHandler(3)
Tcl_GetErrno(3)
Tcl_GetErrorLine(3)
Tcl_GetFSDeviceFromStat(3)
Tcl_GetFSInodeFromStat(3)
Tcl_GetGlobalNamespace(3)
Tcl_GetGroupIdFromStat(3)
Tcl_GetHashKey(3)
Tcl_GetHashValue(3)
Tcl_GetHostName(3)
Tcl_GetIndexFromObj(3)
Tcl_GetIndexFromObjStruct(3)
Tcl_GetInt(3)
Tcl_GetIntFromObj(3)
Tcl_GetInterpPath(3)
Tcl_GetLinkCountFromStat(3)
Tcl_GetLongFromObj(3)
Tcl_GetMaster(3)
Tcl_GetMathFuncInfo(3)
Tcl_GetMemoryInfo(3)
Tcl_GetModeFromStat(3)
Tcl_GetModificationTimeFromStat(3)
Tcl_GetNameOfExecutable(3)
Tcl_GetNamespaceUnknownHandler(3)
Tcl_GetObjResult(3)
Tcl_GetObjType(3)
Tcl_GetObjectAsClass(3)
Tcl_GetObjectCommand(3)
Tcl_GetObjectFromObj(3)
Tcl_GetObjectName(3)
Tcl_GetObjectNamespace(3)
Tcl_GetOpenFile(3)
Tcl_GetParent(3)
Tcl_GetPathType(3)
Tcl_GetRange(3)
Tcl_GetRegExpFromObj(3)
Tcl_GetReturnOptions(3)
Tcl_GetServiceMode(3)
Tcl_GetSizeFromStat(3)
Tcl_GetSlave(3)
Tcl_GetStackedChannel(3)
Tcl_GetStartupScript(3)
Tcl_GetStdChannel(3)
Tcl_GetString(3)
Tcl_GetStringFromObj(3)
Tcl_GetStringResult(3)
Tcl_GetThreadData(3)
Tcl_GetTime(3)
Tcl_GetTopChannel(3)
Tcl_GetUniChar(3)
Tcl_GetUnicode(3)
Tcl_GetUnicodeFromObj(3)
Tcl_GetUserIdFromStat(3)
Tcl_GetVar(3)
Tcl_GetVar2(3)
Tcl_GetVar2Ex(3)
Tcl_GetVersion(3)
Tcl_GetWideIntFromObj(3)
Tcl_Gets(3)
Tcl_GetsObj(3)
Tcl_GlobalEval(3)
Tcl_GlobalEvalObj(3)
Tcl_HashStats(3)
Tcl_HideCommand(3)
Tcl_Import(3)
Tcl_IncrRefCount(3)
Tcl_Init(3)
Tcl_InitCustomHashTable(3)
Tcl_InitHashTable(3)
Tcl_InitMemory(3)
Tcl_InitNotifier(3)
Tcl_InitObjHashTable(3)
Tcl_InitStubs(3)
Tcl_InputBlocked(3)
Tcl_InputBuffered(3)
Tcl_Interp(3)
Tcl_InterpActive(3)
Tcl_InterpDeleted(3)
Tcl_InvalidateStringRep(3)
Tcl_IsChannelExisting(3)
Tcl_IsChannelRegistered(3)
Tcl_IsChannelShared(3)
Tcl_IsEnsemble(3)
Tcl_IsSafe(3)
Tcl_IsShared(3)
Tcl_IsStandardChannel(3)
Tcl_JoinPath(3)
Tcl_JoinThread(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)
Tcl_LinkVar(3)
Tcl_ListMathFuncs(3)
Tcl_ListObjAppendElement(3)
Tcl_ListObjAppendList(3)
Tcl_ListObjGetElements(3)
Tcl_ListObjIndex(3)
Tcl_ListObjLength(3)
Tcl_ListObjReplace(3)
Tcl_LoadFile(3)
Tcl_LogCommandInfo(3)
Tcl_Main(3)
Tcl_MainEx(3)
Tcl_MainExW(3)
Tcl_MakeFileChannel(3)
Tcl_MakeSafe(3)
Tcl_MakeTcpClientChannel(3)
Tcl_Merge(3)
Tcl_MethodDeclarerClass(3)
Tcl_MethodDeclarerObject(3)
Tcl_MethodIsPublic(3)
Tcl_MethodIsType(3)
Tcl_MethodName(3)
Tcl_MutexFinalize(3)
Tcl_MutexLock(3)
Tcl_MutexUnlock(3)
Tcl_NRAddCallback(3)
Tcl_NRCallObjProc(3)
Tcl_NRCmdSwap(3)
Tcl_NRCreateCommand(3)
Tcl_NREvalObj(3)
Tcl_NREvalObjv(3)
Tcl_NRExprObj(3)
Tcl_NewBignumObj(3)
Tcl_NewBooleanObj(3)
Tcl_NewByteArrayObj(3)
Tcl_NewDictObj(3)
Tcl_NewDoubleObj(3)
Tcl_NewInstanceMethod(3)
Tcl_NewIntObj(3)
Tcl_NewListObj(3)
Tcl_NewLongObj(3)
Tcl_NewMethod(3)
Tcl_NewObj(3)
Tcl_NewObjectInstance(3)
Tcl_NewStringObj(3)
Tcl_NewUnicodeObj(3)
Tcl_NewWideIntObj(3)
Tcl_NextHashEntry(3)
Tcl_NotifyChannel(3)
Tcl_NumUtfChars(3)
Tcl_OOInitStubs(3)
Tcl_ObjGetVar2(3)
Tcl_ObjPrintf(3)
Tcl_ObjSetVar2(3)
Tcl_ObjectContextInvokeNext(3)
Tcl_ObjectContextIsFiltering(3)
Tcl_ObjectContextMethod(3)
Tcl_ObjectContextObject(3)
Tcl_ObjectContextSkippedArgs(3)
Tcl_ObjectDeleted(3)
Tcl_ObjectGetMetadata(3)
Tcl_ObjectGetMethodNameMapper(3)
Tcl_ObjectSetMetadata(3)
Tcl_ObjectSetMethodNameMapper(3)
Tcl_OpenCommandChannel(3)
Tcl_OpenFileChannel(3)
Tcl_OpenTcpClient(3)
Tcl_OpenTcpServer(3)
Tcl_OutputBuffered(3)
Tcl_Panic(3)
Tcl_PanicVA(3)
Tcl_ParseArgsObjv(3)
Tcl_ParseBraces(3)
Tcl_ParseCommand(3)
Tcl_ParseExpr(3)
Tcl_ParseQuotedString(3)
Tcl_ParseVar(3)
Tcl_ParseVarName(3)
Tcl_PkgPresent(3)
Tcl_PkgPresentEx(3)
Tcl_PkgProvide(3)
Tcl_PkgProvideEx(3)
Tcl_PkgRequire(3)
Tcl_PkgRequireEx(3)
Tcl_PkgRequireProc(3)
Tcl_PosixError(3)
Tcl_Preserve(3)
Tcl_PrintDouble(3)
Tcl_PutEnv(3)
Tcl_QueryTimeProc(3)
Tcl_QueueEvent(3)
Tcl_Read(3)
Tcl_ReadChars(3)
Tcl_ReadRaw(3)
Tcl_Realloc(3)
Tcl_ReapDetachedProcs(3)
Tcl_RecordAndEval(3)
Tcl_RecordAndEvalObj(3)
Tcl_RegExpCompile(3)
Tcl_RegExpExec(3)
Tcl_RegExpExecObj(3)
Tcl_RegExpGetInfo(3)
Tcl_RegExpMatch(3)
Tcl_RegExpMatchObj(3)
Tcl_RegExpRange(3)
Tcl_RegisterChannel(3)
Tcl_RegisterConfig(3)
Tcl_RegisterObjType(3)
Tcl_Release(3)
Tcl_ResetResult(3)
Tcl_RestoreInterpState(3)
Tcl_RestoreResult(3)
Tcl_SaveInterpState(3)
Tcl_SaveResult(3)
Tcl_ScanCountedElement(3)
Tcl_ScanElement(3)
Tcl_Seek(3)
Tcl_ServiceAll(3)
Tcl_ServiceEvent(3)
Tcl_ServiceModeHook(3)
Tcl_SetAssocData(3)
Tcl_SetBignumObj(3)
Tcl_SetBooleanObj(3)
Tcl_SetByteArrayLength(3)
Tcl_SetByteArrayObj(3)
Tcl_SetChannelBufferSize(3)
Tcl_SetChannelError(3)
Tcl_SetChannelErrorInterp(3)
Tcl_SetChannelOption(3)
Tcl_SetCommandInfo(3)
Tcl_SetCommandInfoFromToken(3)
Tcl_SetDefaultEncodingDir(3)
Tcl_SetDoubleObj(3)
Tcl_SetEncodingSearchPath(3)
Tcl_SetEnsembleFlags(3)
Tcl_SetEnsembleMappingDict(3)
Tcl_SetEnsembleParameterList(3)
Tcl_SetEnsembleSubcommandList(3)
Tcl_SetEnsembleUnknownHandler(3)
Tcl_SetErrno(3)
Tcl_SetErrorCode(3)
Tcl_SetErrorCodeVA(3)
Tcl_SetErrorLine(3)
Tcl_SetExitProc(3)
Tcl_SetHashValue(3)
Tcl_SetIntObj(3)
Tcl_SetListObj(3)
Tcl_SetLongObj(3)
Tcl_SetMainLoop(3)
Tcl_SetMaxBlockTime(3)
Tcl_SetNamespaceUnknownHandler(3)
Tcl_SetNotifier(3)
Tcl_SetObjErrorCode(3)
Tcl_SetObjLength(3)
Tcl_SetObjResult(3)
Tcl_SetPanicProc(3)
Tcl_SetRecursionLimit(3)
Tcl_SetResult(3)
Tcl_SetReturnOptions(3)
Tcl_SetServiceMode(3)
Tcl_SetStartupScript(3)
Tcl_SetStdChannel(3)
Tcl_SetStringObj(3)
Tcl_SetSystemEncoding(3)
Tcl_SetTimeProc(3)
Tcl_SetTimer(3)
Tcl_SetUnicodeObj(3)
Tcl_SetVar(3)
Tcl_SetVar2(3)
Tcl_SetVar2Ex(3)
Tcl_SetWideIntObj(3)
Tcl_SignalId(3)
Tcl_SignalMsg(3)
Tcl_Sleep(3)
Tcl_SourceRCFile(3)
Tcl_SpliceChannel(3)
Tcl_SplitList(3)
Tcl_SplitPath(3)
Tcl_StackChannel(3)
Tcl_StandardChannels(3)
Tcl_Stat(3)
Tcl_StaticPackage(3)
Tcl_StringCaseMatch(3)
Tcl_StringMatch(3)
Tcl_SubstObj(3)
Tcl_TakeBignumFromObj(3)
Tcl_Tell(3)
Tcl_ThreadAlert(3)
Tcl_ThreadQueueEvent(3)
Tcl_TraceCommand(3)
Tcl_TraceVar(3)
Tcl_TraceVar2(3)
Tcl_TransferResult(3)
Tcl_TranslateFileName(3)
Tcl_TruncateChannel(3)
Tcl_Ungets(3)
Tcl_UniChar(3)
Tcl_UniCharAtIndex(3)
Tcl_UniCharCaseMatch(3)
Tcl_UniCharIsAlnum(3)
Tcl_UniCharIsAlpha(3)
Tcl_UniCharIsControl(3)
Tcl_UniCharIsDigit(3)
Tcl_UniCharIsGraph(3)
Tcl_UniCharIsLower(3)
Tcl_UniCharIsPrint(3)
Tcl_UniCharIsPunct(3)
Tcl_UniCharIsSpace(3)
Tcl_UniCharIsUpper(3)
Tcl_UniCharIsWordChar(3)
Tcl_UniCharLen(3)
Tcl_UniCharNcasecmp(3)
Tcl_UniCharNcmp(3)
Tcl_UniCharToLower(3)
Tcl_UniCharToTitle(3)
Tcl_UniCharToUpper(3)
Tcl_UniCharToUtf(3)
Tcl_UniCharToUtfDString(3)
Tcl_UnlinkVar(3)
Tcl_UnregisterChannel(3)
Tcl_UnsetVar(3)
Tcl_UnsetVar2(3)
Tcl_UnstackChannel(3)
Tcl_UntraceCommand(3)
Tcl_UntraceVar(3)
Tcl_UntraceVar2(3)
Tcl_UpVar(3)
Tcl_UpVar2(3)
Tcl_UpdateLinkedVar(3)
Tcl_UtfAtIndex(3)
Tcl_UtfBackslash(3)
Tcl_UtfCharComplete(3)
Tcl_UtfFindFirst(3)
Tcl_UtfFindLast(3)
Tcl_UtfNcasecmp(3)
Tcl_UtfNcmp(3)
Tcl_UtfNext(3)
Tcl_UtfPrev(3)
Tcl_UtfToExternal(3)
Tcl_UtfToExternalDString(3)
Tcl_UtfToLower(3)
Tcl_UtfToTitle(3)
Tcl_UtfToUniChar(3)
Tcl_UtfToUniCharDString(3)
Tcl_UtfToUpper(3)
Tcl_ValidateAllMemory(3)
Tcl_VarEval(3)
Tcl_VarEvalVA(3)
Tcl_VarTraceInfo(3)
Tcl_VarTraceInfo2(3)
Tcl_WaitForEvent(3)
Tcl_WaitPid(3)
Tcl_WinTCharToUtf(3)
Tcl_WinUtfToTChar(3)
Tcl_Write(3)
Tcl_WriteChars(3)
Tcl_WriteObj(3)
Tcl_WriteRaw(3)
Tcl_WrongNumArgs(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)
Tdbc_Init(3) β C procedures to facilitate writing TDBC drivers
Terminfo(3o) β Basic interface to the terminfo database
Thread(3)
Thread(3o) β Lightweight threads for Posix 1003.1c and Win32.
Thread.h(3)
Tk_3DBorderColor(3)
Tk_3DBorderGC(3)
Tk_3DHorizontalBevel(3)
Tk_3DVerticalBevel(3)
Tk_AddOption(3)
Tk_Alloc3DBorderFromObj(3)
Tk_AllocBitmapFromObj(3)
Tk_AllocColorFromObj(3)
Tk_AllocCursorFromObj(3)
Tk_AllocFontFromObj(3)
Tk_AttachHWND(3)
Tk_Attributes(3)
Tk_BindEvent(3)
Tk_CanvasDrawableCoords(3)
Tk_CanvasEventuallyRedraw(3)
Tk_CanvasGetCoord(3)
Tk_CanvasPsBitmap(3)
Tk_CanvasPsColor(3)
Tk_CanvasPsFont(3)
Tk_CanvasPsPath(3)
Tk_CanvasPsStipple(3)
Tk_CanvasPsY(3)
Tk_CanvasSetStippleOrigin(3)
Tk_CanvasTagsOption(3)
Tk_CanvasTextInfo(3)
Tk_CanvasTkwin(3)
Tk_CanvasWindowCoords(3)
Tk_ChangeWindowAttributes(3)
Tk_Changes(3)
Tk_CharBbox(3)
Tk_Class(3)
Tk_ClearSelection(3)
Tk_ClipboardAppend(3)
Tk_ClipboardClear(3)
Tk_CollapseMotionEvents(3)
Tk_Colormap(3)
Tk_ComputeTextLayout(3)
Tk_ConfigureInfo(3)
Tk_ConfigureValue(3)
Tk_ConfigureWidget(3)
Tk_ConfigureWindow(3)
Tk_CoordsToWindow(3)
Tk_CreateBinding(3)
Tk_CreateBindingTable(3)
Tk_CreateClientMessageHandler(3)
Tk_CreateErrorHandler(3)
Tk_CreateEventHandler(3)
Tk_CreateGenericHandler(3)
Tk_CreateImageType(3)
Tk_CreateItemType(3)
Tk_CreateOptionTable(3)
Tk_CreatePhotoImageFormat(3)
Tk_CreateSelHandler(3)
Tk_CreateWindow(3)
Tk_CreateWindowFromPath(3)
Tk_DefineBitmap(3)
Tk_DefineCursor(3)
Tk_DeleteAllBindings(3)
Tk_DeleteBinding(3)
Tk_DeleteBindingTable(3)
Tk_DeleteClientMessageHandler(3)
Tk_DeleteErrorHandler(3)
Tk_DeleteEventHandler(3)
Tk_DeleteGenericHandler(3)
Tk_DeleteImage(3)
Tk_DeleteOptionTable(3)
Tk_DeleteSelHandler(3)
Tk_Depth(3)
Tk_DestroyWindow(3)
Tk_Display(3)
Tk_DisplayName(3)
Tk_DistanceToTextLayout(3)
Tk_Draw3DPolygon(3)
Tk_Draw3DRectangle(3)
Tk_DrawChars(3)
Tk_DrawFocusHighlight(3)
Tk_DrawTextLayout(3)
Tk_Fill3DPolygon(3)
Tk_Fill3DRectangle(3)
Tk_FindPhoto(3)
Tk_FontId(3)
Tk_Free3DBorder(3)
Tk_Free3DBorderFromObj(3)
Tk_FreeBitmap(3)
Tk_FreeBitmapFromObj(3)
Tk_FreeColor(3)
Tk_FreeColorFromObj(3)
Tk_FreeColormap(3)
Tk_FreeConfigOptions(3)
Tk_FreeCursor(3)
Tk_FreeCursorFromObj(3)
Tk_FreeFont(3)
Tk_FreeFontFromObj(3)
Tk_FreeGC(3)
Tk_FreeImage(3)
Tk_FreeOptions(3)
Tk_FreePixmap(3)
Tk_FreeSavedOptions(3)
Tk_FreeTextLayout(3)
Tk_FreeXId(3)
Tk_GeometryRequest(3)
Tk_Get3DBorder(3)
Tk_Get3DBorderFromObj(3)
Tk_GetAllBindings(3)
Tk_GetAnchor(3)
Tk_GetAnchorFromObj(3)
Tk_GetAtomName(3)
Tk_GetBinding(3)
Tk_GetBitmap(3)
Tk_GetBitmapFromObj(3)
Tk_GetCapStyle(3)
Tk_GetColor(3)
Tk_GetColorByValue(3)
Tk_GetColorFromObj(3)
Tk_GetColormap(3)
Tk_GetCursor(3)
Tk_GetCursorFromData(3)
Tk_GetCursorFromObj(3)
Tk_GetDash(3)
Tk_GetFont(3)
Tk_GetFontFromObj(3)
Tk_GetFontMetrics(3)
Tk_GetGC(3)
Tk_GetHINSTANCE(3)
Tk_GetHWND(3)
Tk_GetImage(3)
Tk_GetImageMasterData(3)
Tk_GetImageModelData(3)
Tk_GetItemTypes(3)
Tk_GetJoinStyle(3)
Tk_GetJustify(3)
Tk_GetJustifyFromObj(3)
Tk_GetMMFromObj(3)
Tk_GetNumMainWindows(3)
Tk_GetOption(3)
Tk_GetOptionInfo(3)
Tk_GetOptionValue(3)
Tk_GetPixels(3)
Tk_GetPixelsFromObj(3)
Tk_GetPixmap(3)
Tk_GetRelief(3)
Tk_GetReliefFromObj(3)
Tk_GetRootCoords(3)
Tk_GetScreenMM(3)
Tk_GetScrollInfo(3)
Tk_GetScrollInfoObj(3)
Tk_GetSelection(3)
Tk_GetUid(3)
Tk_GetUserInactiveTime(3)
Tk_GetVRootGeometry(3)
Tk_GetVisual(3)
Tk_Grab(3)
Tk_HWNDToWindow(3)
Tk_HandleEvent(3)
Tk_Height(3)
Tk_IdToWindow(3)
Tk_ImageChanged(3)
Tk_Init(3)
Tk_InitConsoleChannels(3)
Tk_InitImageArgs(3)
Tk_InitOptions(3)
Tk_InitStubs(3)
Tk_InternAtom(3)
Tk_InternalBorderBottom(3)
Tk_InternalBorderLeft(3)
Tk_InternalBorderRight(3)
Tk_InternalBorderTop(3)
Tk_Interp(3)
Tk_IntersectTextLayout(3)
Tk_IsContainer(3)
Tk_IsEmbedded(3)
Tk_IsMapped(3)
Tk_IsTopLevel(3)
Tk_Main(3)
Tk_MainLoop(3)
Tk_MainWindow(3)
Tk_MaintainGeometry(3)
Tk_MakeWindowExist(3)
Tk_ManageGeometry(3)
Tk_MapWindow(3)
Tk_MeasureChars(3)
Tk_MinReqHeight(3)
Tk_MinReqWidth(3)
Tk_MoveResizeWindow(3)
Tk_MoveToplevelWindow(3)
Tk_MoveWindow(3)
Tk_Name(3)
Tk_NameOf3DBorder(3)
Tk_NameOfAnchor(3)
Tk_NameOfBitmap(3)
Tk_NameOfCapStyle(3)
Tk_NameOfColor(3)
Tk_NameOfCursor(3)
Tk_NameOfFont(3)
Tk_NameOfImage(3)
Tk_NameOfJoinStyle(3)
Tk_NameOfJustify(3)
Tk_NameOfRelief(3)
Tk_NameToWindow(3)
Tk_Offset(3)
Tk_OwnSelection(3)
Tk_Parent(3)
Tk_ParseArgv(3)
Tk_PathName(3)
Tk_PhotoBlank(3)
Tk_PhotoExpand(3)
Tk_PhotoGetImage(3)
Tk_PhotoGetSize(3)
Tk_PhotoPutBlock(3)
Tk_PhotoPutZoomedBlock(3)
Tk_PhotoSetSize(3)
Tk_PointToChar(3)
Tk_PostscriptFontName(3)
Tk_PreserveColormap(3)
Tk_QueueWindowEvent(3)
Tk_RedrawImage(3)
Tk_ReqHeight(3)
Tk_ReqWidth(3)
Tk_ResetUserInactiveTime(3)
Tk_ResizeWindow(3)
Tk_RestackWindow(3)
Tk_RestoreSavedOptions(3)
Tk_RestrictEvents(3)
Tk_SafeInit(3)
Tk_Screen(3)
Tk_ScreenNumber(3)
Tk_SetAppName(3)
Tk_SetBackgroundFromBorder(3)
Tk_SetCaretPos(3)
Tk_SetClass(3)
Tk_SetClassProcs(3)
Tk_SetGrid(3)
Tk_SetInternalBorder(3)
Tk_SetInternalBorderEx(3)
Tk_SetMinimumRequestSize(3)
Tk_SetOptions(3)
Tk_SetWindowBackground(3)
Tk_SetWindowBackgroundPixmap(3)
Tk_SetWindowBorder(3)
Tk_SetWindowBorderPixmap(3)
Tk_SetWindowBorderWidth(3)
Tk_SetWindowColormap(3)
Tk_SetWindowVisual(3)
Tk_SizeOfBitmap(3)
Tk_SizeOfImage(3)
Tk_StrictMotif(3)
Tk_TextLayoutToPostscript(3)
Tk_TextWidth(3)
Tk_Uid(3)
Tk_UndefineCursor(3)
Tk_UnderlineChars(3)
Tk_UnderlineTextLayout(3)
Tk_Ungrab(3)
Tk_UnmaintainGeometry(3)
Tk_UnmapWindow(3)
Tk_UnsetGrid(3)
Tk_Visual(3)
Tk_Width(3)
Tk_WindowId(3)
Tk_X(3)
Tk_Y(3)
TopLevelShell(3) β widget from X toolkit
TopLevelShell(3) β The TopLevelShell widget class
TransientShell(3) β widget from X toolkit
TransientShell(3) β The TransientShell widget class
Tspi_ChangeAuth(3) β change the authorization data of an entity.
Tspi_ChangeAuthAsym(3) β change the authorization data of an entity using asymmetric change protocol.
Tspi_Context_Close(3) β destroy a TSP context handle.
Tspi_Context_CloseObject(3) β destroy resources associated with an object handle.
Tspi_Context_Connect(3) β connect a TSP to a Core Services daemon
Tspi_Context_Create(3) β create a TSP context handle.
Tspi_Context_CreateObject(3) β create an empty object and return a handle to that object.
Tspi_Context_FreeMemory(3) β Free allocated memory for a given context.
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
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) β 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_Context_UnregisterKey(3) β unregister a key from the persistent storage device.
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_Hash_VerifySignature(3) β verify the hash value with a given signature
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_LoadKey(3) β load a key into the TPM
Tspi_Key_UnloadKey(3) β unload a key from the TPM
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) β select a PCR index inside a PCR composite object.
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_FlushSecret(3) β flush a cached secret
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_AuthorizeMigrationTicket(3) β create the migration ticket required for the migration process.
Tspi_TPM_CMKSetRestrictions(3) β set restrictions on use of delegated Certified Migratable Keys
Tspi_TPM_CertifySelfTest(3) β have the TPM sign its self test data
Tspi_TPM_CheckMaintenancePubKey(3) β check the public maintenance key
Tspi_TPM_ClearOwner(3) β clear TPM ownership
Tspi_TPM_CollateIdentityRequest(3) β Gets all the informatin necessary to send to a trusted third party (TTP), repartory to asking the TTP to create a certificate for identity.
Tspi_TPM_CreateEndorsementKey(3) β create the endorsement key
Tspi_TPM_CreateMaintenanceArchive(3) β create the TPM manufacturer specific maintenance archive data.
Tspi_TPM_DirRead(3) β Read a Data Integrity Register
Tspi_TPM_DirWrite(3) β write to a Data Integrity Register
Tspi_TPM_GetAuditDigest(3) β retrieve the audit digest.
Tspi_TPM_GetCapability(3) β get information on the capabilities of the TPM
Tspi_TPM_GetEvent(3) β get a PCR event for a given PCR index and event number.
Tspi_TPM_GetEventLog(3) β get the entire PCR event log.
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_GetStatus(3) β query the TPM's status
Tspi_TPM_GetTestResult(3) β get manufacturer specific information regarding the results of a self test.
Tspi_TPM_KillMaintenanceFeature(3) β Disables the ability to create a maintenance archive
Tspi_TPM_LoadMaintenancePubKey(3) β load the public maintenance key into the TPM
Tspi_TPM_OwnerGetSRKPubKey(3) β get public key of the SRK
Tspi_TPM_PcrExtend(3) β extend a PCR register and optionally write the PCR event log.
Tspi_TPM_PcrRead(3) β read the value in a PCR register
Tspi_TPM_Quote(3) β retreive a signed set of PCR values.
Tspi_TPM_Quote2(3) β retreive a signed set of PCR values with a more complete view than Tspi_TPM_Quote.
Tspi_TPM_SelfTestFull(3) β perform a self-test of each internal TPM function
Tspi_TPM_SetStatus(3) β modify the TPM's status
Tspi_TPM_StirRandom(3) β add entropy to the TPM random number generator
Tspi_TPM_TakeOwnership(3) β take ownership of a TPM
Tss2_TctiLdr_Finalize(3) β Function to finalize a TCTI context instantiated
Tss2_TctiLdr_FreeInfo(3) β Function to free a TSS2_TCTI_INFO structure
Tss2_TctiLdr_GetInfo(3) β Query TctiLdr library for the TSS2_TCTI_INFO
Tss2_TctiLdr_Initialize(3) β Instantiate and
Tss2_Tcti_Cmd_Init(3) β Initialization function for the Cmd TCTI library.
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
Ttk_AddPadding(3)
Ttk_BoxContains(3)
Ttk_CreateTheme(3)
Ttk_ExpandBox(3)
Ttk_GetBorderFromObj(3)
Ttk_GetCurrentTheme(3)
Ttk_GetDefaultTheme(3)
Ttk_GetPaddingFromObj(3)
Ttk_GetStickyFromObj(3)
Ttk_GetTheme(3)
Ttk_MakeBox(3)
Ttk_MakePadding(3)
Ttk_PackBox(3)
Ttk_PadBox(3)
Ttk_PlaceBox(3)
Ttk_RelievePadding(3)
Ttk_StickBox(3)
Ttk_UniformPadding(3)
Type(3o) β Type introspection.
Type.Id(3o) β Type identifiers.
TypeTraits(3) β Type Traits
Types.h(3)
UDBElement(3) β The UDBElement class.
UDBase(3) β The UDBase class.
UI_STRING(3ossl) β User interface string parsing
UI_UTIL_read_pw(3ossl) β user interface utilities
UI_create_method(3) β user interface method creation and destruction
UI_create_method(3ossl) β user
UI_get_string_type(3) β OpenSSL user interface string parsing
UI_new(3) β New User Interface
UI_new(3ossl) β user interface
Uchar(3o) β Unicode characters.
Uil(3) β Invokes the UIL compiler from within an application
UilDumpSymbolTable(3) β Dumps the contents of a named UIL symbol table to standard output
UnNamedObj(3) β widget from X tookit
Unit(3o) β Unit values.
UnitContainers(3) β Unit Containers
UnitManipulators(3) β Unit Manipulators
UnitMath(3) β Unit Math
UnitTypes(3) β Unit Types
Unit_info(3o) β This module centralize the handling of compilation files and their metadata.
Unit_info.Artifact(3o) β Build artifacts
Unix(3o) β Interface to the Unix system.
Unix.LargeFile(3o) β File operations on large files.
UnixLabels(3o) β Interface to the Unix system.
UnixLabels.LargeFile(3o) β File operations on large files.
Vector.h(3)
VendorShell(3) β The VendorShell widget class
VendorShell(3) β replaces VendorShell from the X toolkit
VirtualBindings(3) β Bindings for virtual mouse and key events
WFMath(3) β Generic library namespace.
WFMath_AxisBox(3) β A dim dimensional axis-aligned box.
WFMath_Ball(3) β A dim dimensional ball.
WFMath_ColinearVectors(3) β An error thrown by certain functions when passed parallel vectors.
WFMath_Line(3) β A dim dimensional line.
WFMath_ParseError(3) β An error thrown by operator>>() when it fails to parse wfmath types.
WFMath_Point(3) β A dim dimensional point.
WFMath_Polygon(3) β A polygon, all of whose points lie in a plane, embedded in dim dimensions.
WFMath_Polygon_2(3) β The 2D specialization of the Polygon<> template.
WFMath_Quaternion(3) β A normalized quaterion.
WFMath_RotBox(3) β A dim dimensional box, lying at an arbitrary angle.
WFMath_RotMatrix(3) β A dim dimensional rotation matrix. Technically, a member of the group O(dim).
WFMath_Segment(3) β A line segment embedded in dim dimensions.
WFMath_Shape(3) β A fake class which documents the generic parts of the WFMath interface.
WFMath_TimeDiff(3) β The difference between two timestamps.
WFMath_TimeStamp(3) β A time stamp.
WFMath_Vector(3) β A dim dimensional vector.
WFMath_ZeroPrimitive(3) β Utility class for providing zero primitives. This class will only work with simple structures such as Vector or Point which provide a m_elem structure. In order for it to access the m_elem structure it must be declared as a friend class of the class it will provide an instance of.
WMShell(3) β The WMShell widget class
Warnings(3o) β Warning definitions
WaveletTransform.cpp(3) β PGF wavelet transform class implementation.
WaveletTransform.h(3) β PGF wavelet transform class.
Weak(3o) β Arrays of weak pointers and hash sets of weak pointers.
Weak.Make(3o) β Functor building an implementation of the weak hash set structure.
Weak.S(3o) β The output signature of the functor Weak.Make.
WildMidi_ClearError(3) β Clear errors
WildMidi_Close(3) β Close an open midi handle
WildMidi_ConvertBufferToMidi(3) β Convert a MIDI-like buffer into a new MIDI buffer.
WildMidi_ConvertToMidi(3) β Convert a MIDI-like file into a new MIDI file.
WildMidi_FastSeek(3) β Move to a position in a midi file
WildMidi_GetError(3) β Return the last error message
WildMidi_GetInfo(3) β get information on a midi
WildMidi_GetLyric(3) β get lyrics of a midi
WildMidi_GetMidiOutput(3) β get a midi file of a file being processed.
WildMidi_GetOutput(3) β retrieve raw audio data
WildMidi_GetString(3) β Get string from library
WildMidi_GetVersion(3) β Get the library version
WildMidi_Init(3) β Initialize the library
WildMidi_InitVIO(3) β Initialize the library with file I/O callbacks
WildMidi_MasterVolume(3) β sets the overall audio level of the library.
WildMidi_Open(3) β Open a midi file for processing
WildMidi_OpenBuffer(3) β Open a midi file buffer for processing
WildMidi_SetCvtOption(3) β Set a conversion option for a specific midi
WildMidi_SetOption(3) β Set a library option for a specific midi
WildMidi_Shutdown(3) β Shutdown the library
WildMidi_SongSeek(3) β Move to next song.
WmShell(3) β window-manager shell widget from the X toolkit
WriteCoreDump(3) β writes a snapshot of the
X25519(3) β Elliptic Curve Diffie-Hellman and signature primitives based on Curve25519
X509V3_EXT_get_nid(3) β retrieve X.509v3 certificate extension methods
X509V3_EXT_print(3) β pretty-print an X.509 extension
X509V3_extensions_print(3) β pretty-print an array of X.509 extensions
X509V3_get_d2i(3) β X509 extension decode and encode functions
X509V3_get_d2i(3ossl) β X509 extension decode and encode functions
X509V3_parse_list(3) β create and destroy CONF_VALUE objects
X509V3_set_ctx(3ossl) β X.509 v3 extension generation utilities
X509_ACERT_add1_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) β get and set Attribute Certificate holder fields
X509_ACERT_get_attr(3ossl) β Retrieve attributes from an X509_ACERT structure
X509_ACERT_print_ex(3ossl) β X509_ACERT printing routines
X509_ALGOR_dup(3) β create, change, and inspect algorithm identifiers
X509_ALGOR_dup(3ossl) β AlgorithmIdentifier functions
X509_ATTRIBUTE(3ossl) β X509 attribute functions
X509_ATTRIBUTE_get0_object(3) β X.501 Attribute read accessors
X509_ATTRIBUTE_new(3) β generic X.501 Attribute
X509_ATTRIBUTE_set1_object(3) β modify an X.501 Attribute
X509_CINF_new(3) β X.509 certificate information objects
X509_CRL_get0_by_serial(3) β add, sort, and retrieve CRL entries
X509_CRL_get0_by_serial(3ossl) β CRL revoked entry utility
X509_CRL_new(3) β X.509 certificate revocation lists
X509_CRL_print(3) β pretty-print a certificate revocation list
X509_EXTENSION_set_object(3) β create, change, and inspect X.509 Extension objects
X509_EXTENSION_set_object(3ossl) β extension utility
X509_INFO_new(3) β X.509 certificate wrapper object
X509_LOOKUP(3ossl) β OpenSSL certificate lookup mechanisms
X509_LOOKUP_hash_dir(3) β certificate lookup methods
X509_LOOKUP_hash_dir(3ossl) β Default OpenSSL certificate lookup methods
X509_LOOKUP_meth_new(3ossl) β Routines to build up X509_LOOKUP methods
X509_LOOKUP_new(3) β certificate lookup object
X509_NAME_ENTRY_get_object(3) β X.501 relative distinguished name
X509_NAME_ENTRY_get_object(3ossl) β X509_NAME_ENTRY utility functions
X509_NAME_add_entry_by_txt(3) β X509_NAME modification functions
X509_NAME_add_entry_by_txt(3ossl) β X509_NAME modification functions
X509_NAME_get0_der(3ossl) β get X509_NAME DER encoding
X509_NAME_get_index_by_NID(3) β X509_NAME lookup and enumeration functions
X509_NAME_get_index_by_NID(3ossl)
X509_NAME_hash(3) β calculate SHA-1 or MD5 hashes of X.501 Name objects
X509_NAME_new(3) β X.501 Name object
X509_NAME_print_ex(3) β X509_NAME printing routines
X509_NAME_print_ex(3ossl) β X509_NAME printing routines
X509_OBJECT_get0_X509(3) β certificate, CRL, private key, and string wrapper for certificate stores
X509_PUBKEY_new(3) β X.509 SubjectPublicKeyInfo structure
X509_PUBKEY_new(3ossl) β SubjectPublicKeyInfo public key functions
X509_PURPOSE_set(3) β purpose objects, indices, and identifiers
X509_REQ_add1_attr(3) β X.501 Attributes of PKCS#10 certification requests
X509_REQ_add_extensions(3) β extensions in certification requests
X509_REQ_get_attr(3ossl) β X509_ATTRIBUTE support for signed certificate requests
X509_REQ_get_extensions(3ossl) β handle X.509 extension attributes of a CSR
X509_REQ_new(3) β PKCS#10 certification requests
X509_REQ_print_ex(3) β pretty-print a PKCS#10 certification request
X509_REVOKED_new(3) β create, change, and inspect an X.509 CRL revoked entry
X509_SIG_get0(3) β DigestInfo functions
X509_SIG_get0(3ossl) β DigestInfo functions
X509_SIG_new(3) β PKCS#7 digest information
X509_STORE_CTX_get_by_subject(3ossl) β X509 and X509_CRL lookup functions
X509_STORE_CTX_get_error(3) β get or set certificate verification status information
X509_STORE_CTX_get_error(3ossl) β get or set certificate verification status
X509_STORE_CTX_get_ex_new_index(3) β add application specific data to X509_STORE_CTX structures
X509_STORE_CTX_new(3) β X509_STORE_CTX initialisation
X509_STORE_CTX_new(3ossl) β X509_STORE_CTX initialisation
X509_STORE_CTX_set_flags(3) β X509_STORE_CTX parameter initialisation
X509_STORE_CTX_set_verify(3) β user-defined certificate chain verification function
X509_STORE_CTX_set_verify_cb(3) β set and retrieve verification callback
X509_STORE_CTX_set_verify_cb(3ossl) β get and set X509_STORE_CTX components such as verification callback
X509_STORE_add_cert(3ossl) β X509_STORE manipulation
X509_STORE_get0_param(3ossl) β X509_STORE setter and getter functions
X509_STORE_get_by_subject(3) β retrieve objects from a certificate store
X509_STORE_load_locations(3) β configure files and directories used by a certificate store
X509_STORE_new(3) β allocate and free X.509 certificate stores
X509_STORE_new(3ossl) β X509_STORE allocation, freeing and locking functions
X509_STORE_set1_param(3) β get and set X509_STORE data
X509_STORE_set_verify_cb_func(3) β set verification callback
X509_STORE_set_verify_cb_func(3ossl) β set verification callback
X509_VERIFY_PARAM_new(3) β X509 verification parameter objects
X509_VERIFY_PARAM_set_flags(3) β X509 verification parameters
X509_VERIFY_PARAM_set_flags(3ossl) β X509 verification parameters
X509_add1_trust_object(3) β mark an X.509 certificate as intended for a specific purpose
X509_add_cert(3ossl)
X509_check_ca(3) β check whether a certificate is a CA certificate
X509_check_ca(3ossl) β check if given certificate is CA certificate
X509_check_host(3) β X.509 certificate matching
X509_check_host(3ossl) β X.509 certificate matching
X509_check_issued(3) β check whether a certificate was issued using a given CA certificate
X509_check_issued(3ossl) β checks if certificate is apparently issued by another
X509_check_private_key(3) β compare public key components
X509_check_private_key(3ossl) β check the consistency
X509_check_purpose(3) β check intended usage of a public key
X509_check_purpose(3ossl) β functions related to checking the purpose of a certificate
X509_cmp(3) β compare X.509 certificates and related values
X509_cmp(3ossl) β compare X509 certificates and related values
X509_cmp_time(3) β ASN.1 Time utilities
X509_cmp_time(3ossl) β X509 time functions
X509_digest(3) β get digests of various objects
X509_digest(3ossl) β get digest of various objects
X509_dup(3ossl) β ASN1 object utilities
X509_find_by_subject(3) β search an array of X.509 certificates
X509_get0_distinguishing_id(3ossl) β get or set the Distinguishing ID for certificate operations
X509_get0_notBefore(3) β get and set certificate and CRL validity dates
X509_get0_notBefore(3ossl) β get or set certificate or CRL dates
X509_get0_signature(3) β signature information
X509_get0_signature(3ossl) β signature information
X509_get0_uids(3ossl) β get certificate and attribute certificate unique identifiers
X509_get1_email(3) β utilities for stacks of strings
X509_get_default_cert_file(3ossl)
X509_get_extension_flags(3) β retrieve certificate extension data
X509_get_extension_flags(3ossl) β retrieve certificate extension data
X509_get_pubkey(3) β get or set certificate or certificate request public key
X509_get_pubkey(3ossl) β get or set certificate or certificate request
X509_get_pubkey_parameters(3) β copy public key parameters from a chain
X509_get_serialNumber(3) β get or set certificate serial number
X509_get_serialNumber(3ossl) β get or set certificate serial number
X509_get_subject_name(3) β get and set issuer or subject names
X509_get_subject_name(3ossl)
X509_get_version(3) β get or set certificate, certificate request, or CRL version
X509_get_version(3ossl) β get or set certificate,
X509_keyid_set1(3) β auxiliary certificate data for PKCS#12
X509_load_cert_file(3) β read, decode, and cache certificates and CRLs
X509_load_http(3ossl) β certificate and CRL loading functions
X509_new(3) β X.509 certificate object
X509_new(3ossl) β X509 certificate ASN1 allocation and deallocation functions
X509_ocspid_print(3) β pretty-print hashes of subject name and public key
X509_print_ex(3) β pretty-print an X.509 certificate
X509_sign(3) β sign or verify certificate, certificate request, or CRL signature
X509_sign(3ossl)
X509_signature_dump(3) β pretty-print ASN.1 strings
X509_verify(3ossl)
X509_verify_cert(3) β discover and verify X509 certificate chain
X509_verify_cert(3ossl) β build and verify X509 certificate chain
X509v3_addr_add_inherit(3) β RFC 3779 IP address delegation extensions
X509v3_addr_get_range(3) β parse helpers for the IP address delegation extension
X509v3_addr_inherits(3) β RFC 3779 inheritance
X509v3_addr_subset(3) β RFC 3779 subset relationship
X509v3_addr_validate_path(3) β RFC 3779 path validation for IP address and AS number delegation
X509v3_asid_add_id_or_range(3) β RFC 3779 autonomous system identifier delegation extension
X509v3_get_ext_by_NID(3) β extension stack utility functions
X509v3_get_ext_by_NID(3ossl) β extension stack utility functions
XAddConnectionWatch(3) β handle Xlib internal connections
XAddHost(3) β control host access and host control structure
XAllocClassHint(3) β allocate class hints structure and set or read a window's WM_CLASS property
XAllocColor(3) β allocate and free colors
XAllocIconSize(3) β allocate icon size structure and set or read a window's WM_ICON_SIZES property
XAllocSizeHints(3) β allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XAllocStandardColormap(3) β allocate, set, or read a standard colormap structure
XAllocWMHints(3) β allocate window manager hints structure and set or read a window's WM_HINTS property
XAllowDeviceEvents(3) β release queued events
XAllowEvents(3) β release queued events
XAnyEvent(3) β generic X event structures
XButtonEvent(3) β KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
XChangeDeviceDontPropagateList(3) β query or change the dont\-propagate\-list for extension devices
XChangeKeyboardControl(3) β manipulate keyboard settings and keyboard control structure
XChangeKeyboardDevice(3) β change which device is used as the X keyboard
XChangeKeyboardMapping(3) β manipulate keyboard encoding and keyboard encoding structure
XChangePointerControl(3) β control pointer
XChangePointerDevice(3) β change which device is the X pointer
XChangeSaveSet(3) β change a client's save set
XChangeWindowAttributes(3) β change window attributes
XCirculateEvent(3) β CirculateNotify event structure
XCirculateRequestEvent(3) β CirculateRequest event structure
XClearArea(3) β clear area or window
XClientMessageEvent(3) β ClientMessage event structure
XColormapEvent(3) β ColormapNotify event structure
XConfigureEvent(3) β ConfigureNotify event structure
XConfigureRequestEvent(3) β ConfigureRequest event structure
XConfigureWindow(3) β configure windows and window changes structure
XCopyArea(3) β copy areas
XCreateColormap(3) β create, copy, or destroy colormaps and color structure
XCreateFontCursor(3) β create cursors
XCreateFontSet(3) β create and free an international text drawing font set
XCreateGC(3) β create or free graphics contexts and graphics context structure
XCreateIC(3) β create, destroy, and obtain the input method of an input context
XCreateOC(3) β create output contexts
XCreatePixmap(3) β create or destroy pixmaps
XCreateRegion(3) β create or destroy regions
XCreateWindow(3) β create windows and window attributes structure
XCreateWindowEvent(3) β CreateNotify event structure
XCrossingEvent(3) β EnterNotify and LeaveNotify event structure
XDGA(3) β Client library for the XFree86-DGA extension.
XDefineCursor(3) β define cursors
XDestroyWindow(3) β destroy windows
XDestroyWindowEvent(3) β DestroyNotify event structure
XDeviceBell(3) β ring a bell on a device supported through the input extension
XDrawArc(3) β draw arcs and arc structure
XDrawImageString(3) β draw image text
XDrawLine(3) β draw lines, polygons, and line structure
XDrawPoint(3) β draw points and points structure
XDrawRectangle(3) β draw rectangles and rectangles structure
XDrawString(3) β draw text characters
XDrawText(3) β draw polytext text and text drawing structures
XEmptyRegion(3) β determine if regions are empty or equal
XErrorEvent(3) β X error event structure
XExposeEvent(3) β Expose event structure
XExtentsOfFontSet(3) β obtain the maximum extents structure for a font set
XF86Misc(3) β Extension library for the XFree86-Misc X extension.
XF86VM(3) β Extension library for the XFree86-VidMode X extension
XFillRectangle(3) β fill rectangles, polygons, or arcs
XFilterEvent(3) β filter X events for an input method
XFlush(3) β handle output buffer or event queue
XFocusChangeEvent(3) β FocusIn and FocusOut event structure
XFontSetExtents(3) β XFontSetExtents structure
XFontsOfFontSet(3) β obtain fontset information
XFree(3) β free client data
XGetDeviceControl(3) β query and change input device controls
XGetDeviceKeyMapping(3) β query or change device key mappings
XGetDeviceModifierMapping(3) β query or change device modifier mappings
XGetDeviceMotionEvents(3) β get device motion history
XGetDeviceProperty(3) β Get, change or delete a device\*(Aqs property.
XGetEventData(3) β retrieve and free additional event data through cookies.
XGetExtensionVersion(3) β query the version of the input extension.
XGetFeedbackControl(3) β query and change input device feedbacks
XGetVisualInfo(3) β obtain visual information and visual structure
XGetWindowAttributes(3) β get current window attribute or geometry and current window attributes structure
XGetWindowProperty(3) β obtain and change window properties
XGetXCBConnection(3) β get the XCB connection for an Xlib Display
XGrabButton(3) β grab pointer buttons
XGrabDevice(3) β grab/release the specified extension device
XGrabDeviceButton(3) β grab/ungrab extension input device buttons
XGrabDeviceKey(3) β grab/ungrab extension input device Keys
XGrabKey(3) β grab keyboard keys
XGrabKeyboard(3) β grab the keyboard
XGrabPointer(3) β grab the pointer
XGrabServer(3) β grab the server
XGraphicsExposeEvent(3) β GraphicsExpose and NoExpose event structures
XGravityEvent(3) β GravityNotify event structure
XIAllowEvents(3) β Release queued events
XIBarrierReleasePointer(3) β allow pointer movement across a pointer barrier
XIChangeHierarchy(3) β change the device hierarchy.
XIChangeProperty(3) β change, retrieve or delete a device\*(Aqs property.
XIDefineCursor(3) β define device cursors.
XIGrabButton(3) β grab/ungrab buttons or keys
XIGrabDevice(3) β grab or ungrab the device.
XIGrabEnter(3) β grab/ungrab enter or focus in events.
XIListProperties(3) β List a device\*(Aqs properties.
XIQueryDevice(3) β get information about devices.
XIQueryPointer(3) β get device pointer coordinates.
XIQueryVersion(3) β announce and query the support XI2 version.
XISelectEvents(3) β select for or get selected XI2 events on the window.
XISetClientPointer(3) β set or get the ClientPointer device.
XISetFocus(3) β set or get the device\*(Aqs focus.
XIWarpPointer(3) β move a device\*(Aqs pointer.
XIconifyWindow(3) β manipulate top-level windows
XIfEvent(3) β check the event queue with a predicate procedure
XInitImage(3) β image utilities
XInitThreads(3) β multi-threading support
XInstallColormap(3) β control colormaps
XInternAtom(3) β create or return atom names
XIntersectRegion(3) β region arithmetic
XKeymapEvent(3) β KeymapNotify event structure
XListDeviceProperties(3) β List a device\*(Aqs properties.
XListFonts(3) β obtain or free font names and information
XListInputDevices(3) β list available input devices
XLoadFont(3) β load or unload fonts and font metric structures
XLookupKeysym(3) β handle keyboard input events in Latin-1
XMLAlgorithms(3) β The XMLAlgorithms class.
XMLElement(3) β The XMLElement class.
XMLElementAttribute(3) β The XMLElementAttribute class.
XMLParserCPP(3) β The XMLParserCPP class.
XMLTextEncoding(3) β The XMLTextEncoding class.
XMapEvent(3) β MapNotify and MappingNotify event structures
XMapRequestEvent(3) β MapRequest event structure
XMapWindow(3) β map windows
XNextEvent(3) β select events by type
XNoOp(3) β No Operation
XOpenDevice(3) β open or close an extension input device
XOpenDisplay(3) β connect or disconnect to X server
XOpenIM(3) β open, close, and obtain input method information
XOpenOM(3) β open output methods
XParseGeometry(3) β parse window geometry
XPolygonRegion(3) β generate regions
XPresentNotifyMSC(3) β X Present Extension
XPresentPixmap(3) β provide pixmap for presentation as window contents
XPresentQueryCapabilities(3) β query capabilities of a CRTC
XPresentSelectInput(3) β select X Present Extension events to receive
XPropertyEvent(3) β PropertyNotify event structure
XPutBackEvent(3) β put events back on the queue
XPutImage(3) β transfer images
XQueryBestSize(3) β determine efficient sizes
XQueryColor(3) β obtain color values
XQueryDeviceState(3) β query the state of an extension input device.
XQueryExtension(3) β list available extensions
XQueryPointer(3) β get pointer coordinates
XQueryTree(3) β query window tree information
XRaiseWindow(3) β change window stacking order
XReadBitmapFile(3) β manipulate bitmaps
XRecolorCursor(3) β manipulate cursors
XReparentEvent(3) β ReparentNotify event structure
XReparentWindow(3) β reparent windows
XRes(3) β X-Resource extension client library
XResizeRequestEvent(3) β ResizeRequest event structure
XResourceManagerString(3) β obtain server resource properties
XSaveContext(3) β associative look-up routines
XSelectExtensionEvent(3) β select extension events, get the list of currently selected extension events
XSelectInput(3) β select input events
XSelectionClearEvent(3) β SelectionClear event structure
XSelectionEvent(3) β SelectionNotify event structure
XSelectionRequestEvent(3) β SelectionRequest event structure
XSendEvent(3) β send events and pointer motion history structure
XSendExtensionEvent(3) β send input extension events to a client
XSetArcMode(3) β GC convenience routines
XSetClipOrigin(3) β GC convenience routines
XSetCloseDownMode(3) β control clients
XSetCommand(3) β set or read a window's WM_COMMAND property
XSetDeviceButtonMapping(3) β query or change device button mappings
XSetDeviceFocus(3) β control extension input device focus
XSetDeviceMode(3) β change the mode of a device
XSetDeviceValuators(3) β initialize the valuators on an extension input device
XSetErrorHandler(3) β default error handlers
XSetEventQueueOwner(3) β set event queue owner on a shared Xlib/XCB connection
XSetFillStyle(3) β GC convenience routines
XSetFont(3) β GC convenience routines
XSetFontPath(3) β set, get, or free the font search path
XSetICFocus(3) β set and unset input context focus
XSetICValues(3) β set and obtain XIC values
XSetInputFocus(3) β control input focus
XSetLineAttributes(3) β GC convenience routines
XSetPointerMapping(3) β manipulate pointer settings
XSetScreenSaver(3) β manipulate the screen saver
XSetSelectionOwner(3) β manipulate window selection
XSetState(3) β GC convenience routines
XSetTextProperty(3) β set and read text properties
XSetTile(3) β GC convenience routines
XSetTransientForHint(3) β set or read a window's WM_TRANSIENT_FOR property
XSetWMClientMachine(3) β set or read a window's WM_CLIENT_MACHINE property
XSetWMColormapWindows(3) β set or read a window's WM_COLORMAP_WINDOWS property
XSetWMIconName(3) β set or read a window's WM_ICON_NAME property
XSetWMName(3) β set or read a window's WM_NAME property
XSetWMProperties(3) β set standard window properties
XSetWMProtocols(3) β set or read a window's WM_PROTOCOLS property
XShape(3) β X nonrectangular shape functions
XShm(3)
XStoreBytes(3) β manipulate cut and paste buffers
XStoreColors(3) β set colors
XStringListToTextProperty(3) β convert string lists and text property structure
XStringToKeysym(3) β convert keysyms
XSupportsLocale(3) β determine locale support and configure locale modifiers
XSynchronize(3) β enable or disable synchronization
XTestQueryExtension(3) β XTest extension functions
XTextExtents(3) β compute or query text extents
XTextWidth(3) β compute text width
XTranslateCoordinates(3) β translate window coordinates
XUnmapEvent(3) β UnmapNotify event structure
XUnmapWindow(3) β unmap windows
XVaCreateNestedList(3) β allocate a nested variable argument list
XVisibilityEvent(3) β VisibilityNotify event structure
XWarpPointer(3) β move pointer
Xau(3) β X authority database routines
Xaw(3)
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.
Xcm(3)
XcmDDC(3)
XcmEdidParse(3)
XcmEvents(3)
XcmsAllocColor(3) β allocate colors
XcmsCCCOfColormap(3) β query and modify CCC of a colormap
XcmsCIELabQueryMaxC(3) β obtain the CIE L*a*b* coordinates
XcmsCIELuvQueryMaxC(3) β obtain the CIE L*u*v* coordinates
XcmsColor(3) β Xcms color structure
XcmsConvertColors(3) β convert CCC color specifications
XcmsCreateCCC(3) β creating and destroying CCCs
XcmsDefaultCCC(3) β obtain the default CCC for a screen
XcmsQueryBlack(3) β obtain black, blue, green, red, and white CCC color specifications
XcmsQueryColor(3) β obtain color values
XcmsSetWhitePoint(3) β modifying CCC attributes
XcmsStoreColor(3) β set colors
XcmsTekHVCQueryMaxC(3) β obtain the TekHVC coordinates
XcolorProfile(3)
XcolorRegion(3)
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)
XdbeBeginIdiom(3)
XdbeDeallocateBackBufferName(3)
XdbeEndIdiom(3)
XdbeFreeVisualInfo(3)
XdbeGetBackBufferAttributes(3)
XdbeGetVisualInfo(3)
XdbeQueryExtension(3)
XdbeSwapBuffers(3)
Xevi(3)
Xevie(3) β X Event Interception Extension (XEvIE)
Xfixes(3) β Augmented versions of core protocol requests
Xfontcache(3) β X-TrueType font cache extension client library
Xft(3) β X FreeType interface library
Xinerama(3) β API for Xinerama extension to X11 Protocol
XkbActionCtrls(3) β Returns the ctrls fields of act converted to an unsigned int
XkbActionSetCtrls(3) β Sets the
XkbAddDeviceLedInfo(3) β Initialize an XkbDeviceLedInfoRec structure
XkbAddGeomColor(3) β Add one color name to an existing keyboard geometry
XkbAddGeomDoodad(3) β Add one doodad to a section of a keyboard geometry or to the
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
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
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
XkbAllocClientMap(3) β Allocate and initialize an empty client map description
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
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
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
XkbBell(3) β Rings the bell on the default keyboard
XkbBellEvent(3) β Provides a function that initiates a bell event for the keyboard
XkbChangeControls(3) β Provides a flexible method for updating the controls in a
XkbChangeDeviceInfo(3) β Update the server's description of a device with the changes noted in an
XkbChangeEnabledControls(3) β Manipulates the EnabledControls control
XkbChangeMap(3) β Update only partial components of a keyboard description, modify
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
XkbFindOverlayForKey(3) β Find the alternate name by using the primary name for a
XkbForceBell(3) β Overrides user preference settings for audible bells to ring the
XkbForceDeviceBell(3) β Rings the bell on any keyboard, overriding user preference
XkbFreeClientMap(3) β Free memory used by the client map member of an XkbDescRec
XkbFreeCompatMap(3) β Free an entire compatibility map or selected portions of one
XkbFreeComponentList(3) β Free the structure returned by
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
XkbFreeKeyboard(3) β Destroys either an entire XkbDescRec or just some of its
XkbFreeNames(3) β Free symbolic names structures
XkbFreeServerMap(3) β Free memory used by the server member of an XkbDescRec
XkbGetAutoRepeatRate(3) β Gets the current attributes of the RepeatKeys control
XkbGetAutoResetControls(3) β Gets the current values of the auto-reset controls
XkbGetCompatMap(3) β Fetch any combination of the current compatibility map
XkbGetControls(3) β Finds the current state of Xkb server controls
XkbGetControlsChanges(3) β Updates a local copy of a keyboard description with the
XkbGetDetectableAutoRepeat(3) β Determines whether or not the server supports
XkbGetDeviceButtonActions(3) β Query the button actions associated with an X Input
XkbGetDeviceInfo(3) β Determine whether the X server allows Xkb access to particular capabilities of input devices other than
XkbGetDeviceInfoChanges(3) β Query the changes that have occurred in the button
XkbGetDeviceLedInfo(3) β Query the indicator names, maps, and state associated
XkbGetGeometry(3) β Loads a keyboard geometry if you already have the keyboard
XkbGetIndicatorMap(3) β Gets the map for one or more indicators, using a mask to
XkbGetIndicatorState(3) β Obtains the current state of the keyboard indicators
XkbGetKeyActions(3) β Update the actions (the key_acts array) for a subset of the
XkbGetKeyBehaviors(3) β Obtain the behaviors (the behaviors array) for a subset of the keys in
XkbGetKeyExplicitComponents(3) β Obtain the explicit components (the explicit
XkbGetKeyModifierMap(3) β Update the modifier map for one or more of the keys in a
XkbGetKeySyms(3) β Obtain the symbols for a subset of the keys in a keyboard
XkbGetKeyTypes(3) β Obtain the list of available key types in the server's
XkbGetKeyVirtualModMap(3) β Obtain the virtual modifier map (the vmodmap array)
XkbGetKeyboard(3) β Retrieves one or more components of a keyboard device
XkbGetKeyboardByName(3) β Build a new keyboard description from a set of named
XkbGetMap(3) β Allocate an XkbDescRec structure and populate it with the server's
XkbGetNamedGeometry(3) β Loads a keyboard geometry description from this database
XkbGetNamedIndicator(3) β Look up the indicator map and other information for an
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
XkbGetVirtualMods(3) β Obtain a subset of the virtual modifier bindings (the vmods
XkbGetXlibControls(3) β Determines the current state of the Library Controls
XkbIgnoreExtension(3) β Prevents core X library keyboard functions from using the
XkbInitCanonicalKeyTypes(3) β Set the definitions of the canonical key types in a
XkbKeyAction(3) β Returns the key action
XkbKeyActionEntry(3) β Returns a pointer to the key action corresponding to
XkbKeyActionsPtr(3) β Returns a pointer to the two-dimensional array of key
XkbKeyGroupInfo(3) β Returns the number of groups of symbols bound to the key
XkbKeyGroupWidth(3) β Computes the width of the type associated with the group
XkbKeyGroupsWidth(3) β Computes the maximum width associated with the key
XkbKeyHasActions(3) β Determines if the key corresponding to
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
XkbKeyNumGroups(3) β Returns the number of groups of symbols bound to the key
XkbKeyNumSyms(3) β Returns the total number of keysyms for the key corresponding
XkbKeySymEntry(3) β Returns the keysym corresponding to shift level
XkbKeySymsPtr(3) β Returns the pointer to the two-dimensional array of keysyms for
XkbKeyTypesForCoreSymbols(3) β Determine the Xkb key types appropriate for the
XkbKeycodeToKeysym(3) β Finds the keysym bound to a particular key at a specified
XkbKeysymToModifiers(3) β Finds the set of modifiers bound to a particular keysym
XkbLatchGroup(3) β Latches the keysym group
XkbLatchModifiers(3) β Latches and unlatches any of the eight real keyboard
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
XkbNoteControlsChanges(3) β Notes the changes in a changes structure when a client receives an XkbControlsNotify
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
XkbOutOfRangeGroupInfo(3) β Returns only the out-of-range processing information
XkbOutOfRangeGroupNumber(3) β Returns the out-of-range group number, represented
XkbPtrActionX(3) β Returns the high_XXX and low_XXX fields of act converted to a
XkbPtrActionY(3) β Returns the high_YYY and low_YYY fields of act converted to a
XkbQueryExtension(3) β Determines the compatibility of a library at runtime.
XkbRefreshKeyboardMapping(3) β Update the keyboard description that is internal to the X
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
XkbSARedirectVMods(3) β Returns the vmods0 and vmods1 fields of act converted to
XkbSARedirectVModsMask(3) β Returns the vmods_mask0 and vmods_mask1 fields of act
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
XkbSelectEvents(3) β Selects and / or deselects for delivery of one or more Xkb
XkbSetAutoRepeatRate(3) β Sets the attributes of the RepeatKeys control for a
XkbSetAutoResetControls(3) β Changes the current values of the AutoReset control
XkbSetCompatMap(3) β Modify the server's compatibility map
XkbSetControls(3) β Copies changes to the X server based on a modified ctrls
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
XkbSetIgnoreLockMods(3) β Sets the modifiers that, if locked, are not to be
XkbSetIndicatorMap(3) β Downloads the changes to the server based on modifications
XkbSetMap(3) β Send a complete new set of values for entire components to the
XkbSetModActionVMods(3) β Sets the vmods1 and vmods2 fields of act using the vmods
XkbSetNamedIndicator(3) β Names an indicator if it is not already named; toggles
XkbSetNames(3) β Change the symbolic names in the server
XkbSetPtrActionX(3) β Sets the high_XXX and low_XXX fields of act from the signed
XkbSetPtrActionY(3) β Sets the high_YYY and low_YYY fields of act from the signed
XkbSetServerInternalMods(3) β Sets the modifiers that are consumed by the server
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
XkbUpdateMapFromCore(3) β Update a local Xkb keyboard map to reflect the mapping
XkbVirtualModsToReal(3) β Determines the mapping of virtual modifiers to core X
XmActivateProtocol(3) β A VendorShell function that activates a protocol
XmActivateWMProtocol(3) β A VendorShell convenience interface that activates a protocol
XmAddProtocolCallback(3) β A VendorShell function that adds client callbacks for a protocol
XmAddProtocols(3) β A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables
XmAddTabGroup(3) β A function that adds a manager or a primitive
XmAddToPostFromList(3) β a RowColumn function that makes a menu
XmAddWMProtocolCallback(3) β A VendorShell convenience interface that adds client callbacks for a protocol
XmAddWMProtocols(3) β A VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables
XmArrowButton(3) β Motif-compatible ArrowButton widget
XmArrowButton(3) β The ArrowButton widget class
XmArrowButtonGadget(3) β The ArrowButtonGadget widget class
XmArrowButtonGadget(3) β Motif-compatible ArrowButtonGadget
XmBulletinBoard(3) β Motif-compatible widget for geometry management
XmBulletinBoard(3) β The BulletinBoard widget class
XmButtonBox(3) β The Button Box class
XmCascadeButton(3) β Motif-compatible cascade-button widget
XmCascadeButton(3) β The CascadeButton widget class
XmCascadeButtonGadget(3) β Motif-compatible casacade-menu-button widget
XmCascadeButtonGadget(3) β The CascadeButtonGadget widget class
XmCascadeButtonGadgetHighlight(3) β A CascadeButtonGadget function that sets the highlight state
XmCascadeButtonHighlight(3) β A CascadeButton and CascadeButtonGadget function that sets the highlight state
XmChangeColor(3) β Recalculates all associated colors of
XmClipboard(3) β Motif-compatible clipboard widget
XmClipboardCancelCopy(3) β A clipboard function that cancels a copy to the clipboard
XmClipboardCopy(3) β A clipboard function that copies a data item to temporary storage for later copying to clipboard
XmClipboardCopyByName(3) β A clipboard function that copies a data item passed by name
XmClipboardEndCopy(3) β A clipboard function that completes the
XmClipboardEndRetrieve(3) β A clipboard function that completes
XmClipboardInquireCount(3) β A clipboard function that returns the number of data item formats
XmClipboardInquireFormat(3) β A clipboard function that returns a specified format name
XmClipboardInquireLength(3) β A clipboard function that returns the length of the stored data
XmClipboardInquirePendingItems(3) β A clipboard function that returns a list of data ID/private ID pairs
XmClipboardLock(3) β A clipboard function that locks the clipboard
XmClipboardRegisterFormat(3) β A clipboard function that registers a new format
XmClipboardRetrieve(3) β A clipboard function that retrieves a data item from the clipboard
XmClipboardStartCopy(3) β A clipboard function that sets up a storage and data structure
XmClipboardStartRetrieve(3) β A clipboard function that prepares
XmClipboardUndoCopy(3) β A clipboard function that deletes the last item placed on the clipboard
XmClipboardUnlock(3) β A clipboard function that unlocks the clipboard
XmClipboardWithdrawFormat(3) β A clipboard function that indicates that the application no longer wants to supply a data item
XmColorSelector(3)
XmColumn(3) β The XmColumn widget class
XmComboBox(3) β Motif-compatible combination-box widget
XmComboBox(3) β The ComboBox widget class
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
XmCommand(3) β The Command widget class
XmCommand(3) β Motif-compatible command-entry widget
XmCommandAppendValue(3) β A Command function that appends the passed XmString to the end of the string displayed in the command area of the widget
XmCommandError(3) β A Command function that displays an error message
XmCommandGetChild(3) β A Command function that is used to access a component
XmCommandSetValue(3) β A Command function that replaces a displayed string
XmContainer(3) β The Container widget class
XmContainerCopy(3) β Container widget function to copy primary selection
XmContainerCopyLink(3) β Container widget function to copy links
XmContainerCut(3) β Container widget function to move items to the
XmContainerGetItemChildren(3) β Container widget function to find
XmContainerPaste(3) β Container widget function to insert items from the
XmContainerPasteLink(3) β Container widget function to insert links from the
XmContainerRelayout(3) β Container widget relayout function
XmContainerReorder(3) β Container widget function to reorder children
XmConvertStringToUnits(3) β A function that converts a string specification to a unit value
XmConvertUnits(3) β A function that converts a value in one unit type to another unit type
XmCreateArrowButton(3) β The ArrowButton widget creation function
XmCreateArrowButtonGadget(3) β The ArrowButtonGadget creation function
XmCreateBulletinBoard(3) β The BulletinBoard widget creation function
XmCreateBulletinBoardDialog(3) β The BulletinBoard BulletinBoardDialog convenience creation function
XmCreateButtonBox(3) β The ButtonBox widget creation function
XmCreateCascadeButton(3) β The CascadeButton widget creation function
XmCreateCascadeButtonGadget(3) β The CascadeButtonGadget creation function
XmCreateCombinationBox2(3) β The CombinationBox2 widget creation function
XmCreateComboBox(3) β The default ComboBox widget creation function
XmCreateCommand(3) β The Command widget creation function
XmCreateCommandDialog(3) β The Command CommandDialog convenience creation function
XmCreateContainer(3) β The Container widget creation function
XmCreateDialogShell(3) β The DialogShell widget creation function
XmCreateDragIcon(3) β A Drag and Drop function that creates a DragIcon widget
XmCreateDrawingArea(3) β The DrawingArea widget creation function
XmCreateDrawnButton(3) β The DrawnButton widget creation function
XmCreateDropDown(3) β The default DropDown widget creation function
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
XmCreateFileSelectionBox(3) β The FileSelectionBox widget creation function
XmCreateFileSelectionDialog(3) β The FileSelectionBox FileSelectionDialog convenience creation function
XmCreateForm(3) β The Form widget creation function
XmCreateFormDialog(3) β A Form FormDialog convenience creation function
XmCreateFrame(3) β The Frame widget creation function
XmCreateHierarchy(3) β The Hierarchy widget creation function
XmCreateIconGadget(3) β The IconGadget widget creation function
XmCreateInformationDialog(3) β The MessageBox InformationDialog convenience creation function
XmCreateLabel(3) β The Label widget creation function
XmCreateLabelGadget(3) β The LabelGadget creation function
XmCreateList(3) β The List widget creation function
XmCreateMainWindow(3) β The MainWindow widget creation function
XmCreateMenuBar(3) β A RowColumn widget convenience creation function
XmCreateMenuShell(3) β The MenuShell widget creation function
XmCreateMessageBox(3) β The MessageBox widget creation function
XmCreateMessageDialog(3) β The MessageBox MessageDialog convenience creation function
XmCreateNotebook(3) β The Notebook widget creation function
XmCreateOptionMenu(3) β A RowColumn widget convenience creation function
XmCreateOutline(3) β The Outline widget creation function
XmCreatePanedWindow(3) β The PanedWindow widget creation function
XmCreatePopupMenu(3) β A RowColumn widget convenience creation function
XmCreatePromptDialog(3) β The SelectionBox PromptDialog convenience creation function
XmCreatePulldownMenu(3) β A RowColumn widget convenience creation function
XmCreatePushButton(3) β The PushButton widget creation function
XmCreatePushButtonGadget(3) β The PushButtonGadget creation function
XmCreateQuestionDialog(3) β The MessageBox QuestionDialog convenience creation function
XmCreateRadioBox(3) β A RowColumn widget convenience creation function
XmCreateRowColumn(3) β The RowColumn widget creation function
XmCreateScale(3) β The Scale widget creation function
XmCreateScrollBar(3) β The ScrollBar widget creation function
XmCreateScrolledList(3) β The List ScrolledList convenience creation function
XmCreateScrolledText(3) β The Text ScrolledText convenience creation function
XmCreateScrolledWindow(3) β The ScrolledWindow widget creation function
XmCreateSelectionBox(3) β The SelectionBox widget creation function
XmCreateSelectionDialog(3) β The SelectionBox SelectionDialog convenience creation function
XmCreateSeparator(3) β The Separator widget creation function
XmCreateSeparatorGadget(3) β The SeparatorGadget creation function
XmCreateSimpleCheckBox(3) β A RowColumn widget convenience creation function
XmCreateSimpleMenuBar(3) β A RowColumn widget convenience creation function
XmCreateSimpleOptionMenu(3) β A RowColumn widget convenience creation function
XmCreateSimplePopupMenu(3) β A RowColumn widget convenience creation function
XmCreateSimplePulldownMenu(3) β A RowColumn widget convenience creation function
XmCreateSimpleRadioBox(3) β A RowColumn widget convenience creation function
XmCreateSimpleSpinBox(3) β the SimpleSpinBox widget creation function
XmCreateSpinBox(3) β The SpinBox creation function
XmCreateTemplateDialog(3) β A MessageBox TemplateDialog convenience
XmCreateText(3) β The Text widget creation function
XmCreateTextField(3) β The TextField widget creation function
XmCreateToggleButton(3) β The ToggleButton widget creation function
XmCreateToggleButtonGadget(3) β The ToggleButtonGadget creation function
XmCreateWarningDialog(3) β The MessageBox WarningDialog convenience creation function
XmCreateWorkArea(3) β A function that creates a RowColumn WorkArea
XmCreateWorkingDialog(3) β The MessageBox WorkingDialog convenience creation function
XmCvtByteStreamToXmString(3) β A compound string function that converts from a compound string in Byte Stream format to a compound string
XmCvtCTToXmString(3) β A compound string function that converts compound text to a compound string
XmCvtStringToUnitType(3) β A function that converts a string to a unit-type value
XmCvtTextPropertyToXmStringTable(3) β A function that converts from a TextProperty Structure to a StringTable
XmCvtXmStringTableToTextProperty(3) β A function that converts from XmStringTable to an XTextProperty Structure
XmCvtXmStringToByteStream(3) β A compound string function that converts a compound string to a Byte Stream format
XmCvtXmStringToCT(3) β A compound string function that converts a compound string to compound text
XmDataField(3) β The DataField widget class
XmDataFieldCopy(3) β A DataField function that copies the primary selection to the clipboard
XmDataFieldCut(3) β A DataField function that copies the primary selection to the clipboard and deletes the selected text
XmDataFieldGetSelection(3) β A DataField function that retrieves the value of the primary selection
XmDataFieldGetSelectionPosition(3) β A DataField function that accesses the position of the primary selection
XmDataFieldGetString(3) β A DataField function that accesses the string value
XmDataFieldGetStringWcs(3) β A DataField function that retrieves a copy
XmDataFieldPaste(3) β A DataField function that inserts the clipboard selection
XmDataFieldSetAddMode(3) β A DataField function that sets the state of Add mode
XmDataFieldSetEditable(3) β A DataField function that sets the edit permission
XmDataFieldSetHighlight(3) β A DataField function that highlights text
XmDataFieldSetInsertionPosition(3) β A DataField function that sets the position of the insertion cursor
XmDataFieldSetSelection(3) β A DataField function that sets the primary selection of the text
XmDataFieldSetString(3) β A DataField function that sets the string value
XmDataFieldXYToPos(3) β A DataField function that accesses the character position nearest an x and y position
XmDeactivateProtocol(3) β A VendorShell function that deactivates a protocol without removing it
XmDeactivateWMProtocol(3) β A VendorShell convenience interface that deactivates a protocol without removing it
XmDesktop(3) β Motif-compatible desktop widget
XmDestroyPixmap(3) β A pixmap caching function that removes a pixmap from the pixmap cache
XmDialogShell(3) β The DialogShell widget class
XmDialogShell(3) β Motif-compatible modal-dialog shell widget
XmDialogShellExt(3) β Motif-compatible modal-dialog shell class
XmDirection(3) β Data type for the direction of widget components
XmDirectionMatch(3) β A function that checks for a specified direction component
XmDirectionMatchPartial(3) β A function that checks for a specified direction component
XmDirectionToStringDirection(3) β A function that converts an XmDirection value to an XmStringDirection value
XmDisplay(3) β Motif-compatible display widget
XmDisplay(3) β The Display widget class
XmDragCancel(3) β A Drag and Drop function that terminates a drag
XmDragContext(3) β The DragContext widget class
XmDragContext(3) β Motif-compatible context widget for drag-and-drop
XmDragIcon(3) β Motif-compatible widget for action icons during drag'n'drop
XmDragIcon(3) β The DragIcon widget class
XmDragOverShell(3) β Motif-compatible DragOverShell widget.
XmDragStart(3) β A Drag and Drop function that initiates a drag and
XmDrawingArea(3) β The DrawingArea widget class
XmDrawingArea(3) β Motif-capable drawing-area widget
XmDrawnButton(3) β Motif-compatible widget for graphic area with button behavior
XmDrawnButton(3) β The DrawnButton widget class
XmDropDown(3) β The DropDown widget class
XmDropDownGetChild(3) β A DropDown function that is used to access a component
XmDropSite(3) β The DropSite Registry
XmDropSiteConfigureStackingOrder(3) β A Drag and Drop function that
XmDropSiteEndUpdate(3) β A Drag and Drop function that facilitates
XmDropSiteManager(3) β Motif-compatible support widget for drag'n'drop
XmDropSiteQueryStackingOrder(3) β A Drag and Drop function that
XmDropSiteRegister(3) β A Drag and Drop function that identifies
XmDropSiteRegistered(3) β A Drag and Drop function that determines if a drop site has been registered
XmDropSiteRetrieve(3) β A Drag and Drop function that retrieves
XmDropSiteStartUpdate(3) β A Drag and Drop function that
XmDropSiteUnregister(3) β A Drag and Drop function that
XmDropSiteUpdate(3) β A Drag and Drop function that sets
XmDropTransfer(3) β Motif-compatible support widget for drag'n'drop
XmDropTransfer(3) β The DropTransfer widget class
XmDropTransferAdd(3) β A Drag and Drop function that enables
XmDropTransferStart(3) β A Drag and Drop function that initiates a
XmExt18List(3)
XmFileSelectionBox(3) β Motif-compatible file-selection dialogue
XmFileSelectionBox(3) β The FileSelectionBox widget class
XmFileSelectionBoxGetChild(3) β A FileSelectionBox function used to access a component
XmFileSelectionDoSearch(3) β A FileSelectionBox function that initiates a directory search
XmFontList(3) β Data type for a font list
XmFontListAdd(3) β A font list function that creates a new font list
XmFontListAppendEntry(3) β A font list function that appends an entry to a font list
XmFontListCopy(3) β A font list function that copies a font list
XmFontListCreate(3) β A font list function that creates a font list
XmFontListEntryCreate(3) β A font list function that creates a font list entry
XmFontListEntryFree(3) β A font list function that recovers
XmFontListEntryGetFont(3) β A font list function
XmFontListEntryGetTag(3) β A font list function that
XmFontListEntryLoad(3) β A font list function that loads
XmFontListFree(3) β A font list function that recovers memory used by a font list
XmFontListFreeFontContext(3) β A font list function that instructs the toolkit that the font list context is no longer needed
XmFontListGetNextFont(3) β A font list function that allows applications to access the fonts and character sets in a font list
XmFontListInitFontContext(3) β A font list function that allows
XmFontListNextEntry(3) β A font list function that returns
XmFontListRemoveEntry(3) β A font list function that removes a font list entry from a font list
XmFontSelector(3)
XmForm(3) β The Form widget class
XmForm(3) β Motif-compatible form widget container
XmFrame(3) β The Frame widget class
XmFrame(3) β Motif-compatible frame widget
XmGadget(3) β Motif-compatible widget superclass carrying gadget behaviors
XmGadget(3) β The Gadget widget class
XmGetAtomName(3) β A function that returns the string representation for an atom
XmGetColorCalculation(3) β A function to get the procedure used for default color calculation
XmGetColors(3) β A function that generates foreground, select, and shadow colors
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
XmGetDragContext(3) β A Drag and Drop function that retrieves the
XmGetFocusWidget(3) β Returns the ID of the widget that has
XmGetMenuCursor(3) β A function that returns the cursor ID for the current menu cursor
XmGetPixmap(3) β A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
XmGetPixmapByDepth(3) β A pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap
XmGetPostedFromWidget(3) β A RowColumn function that returns the widget from which a menu was posted
XmGetScaledPixmap(3) β read a pixmap file and scale it according to pixmap and print resolution
XmGetSecondaryResourceData(3) β A function that provides access to secondary widget resource data
XmGetTabGroup(3) β Returns the widget ID of a tab group
XmGetTearOffControl(3) β A RowColumn function that obtains the widget ID for the tear-off control in a menu
XmGetVisibility(3) β A function that determines if a widget is
XmGetXmDisplay(3) β A Display function that returns the
XmGetXmScreen(3) β A Screen function that returns the XmScreen object
XmGrabShell(3) β Motif-compatible popup shell widget which grabs the keyboard and pointer
XmHierarchy(3) β The Hierarchy widget class
XmHierarchyGetChildNodes(3) β A List function that returns all instances of an item in the list
XmHierarchyOpenAllAncestors(3) β A Hierarchy function that opens all ancestors of the Hierarchy
XmIconBox(3) β The IconBox widget class
XmIconBoxIsCellEmpty(3) β A function that determines whether a cell in the IconBox is empty
XmIconButton(3)
XmIconGadget(3) β The IconGadget widget class
XmIconGadget(3) β Motif-compatible gadget which supports labelled pixmaps
XmImCloseXIM(3) β An input manager function that releases the input
XmImFreeXIC(3) β An input manager function that unregisters widgets for an XIC
XmImGetXIC(3) β An input manager function that obtains an XIC for a widget
XmImGetXIM(3) β An input manager function that retrieves the input
XmImMbLookupString(3) β An input manager function that retrieves a composed string from an input method
XmImMbResetIC(3) β An input manager function that resets the input context for a widget
XmImRegister(3) β An input manager function that registers a widget with an input manager
XmImSetFocusValues(3) β An input manager function that notifies an input manager that a widget
XmImSetValues(3) β An input manager function that updates attributes of
XmImSetXIC(3) β An input manager function that registers an existing XIC with a widget
XmImUnregister(3) β An input manager function that removes a widget
XmImUnsetFocus(3) β An input manager function that notifies an input
XmImVaSetFocusValues(3) β An input manager function that notifies an
XmImVaSetValues(3) β An input manager function that updates attributes
XmInstallImage(3) β A pixmap caching function that adds an image to the image cache
XmInternAtom(3) β A macro that returns an atom for a given name
XmIsMotifWMRunning(3) β A function that determines whether the window manager is running
XmIsTraversable(3) β A function that identifies whether a widget can
XmLabel(3) β The Label widget class
XmLabel(3) β Motif-compatible label widget
XmLabelGadget(3) β The LabelGadget widget class
XmLabelGadget(3) β Motif-compatible label gadget
XmList(3) β The List widget class
XmList(3) β Motif-compatible list-box widget
XmListAddItem(3) β A List function that adds an item to the list
XmListAddItemUnselected(3) β A List function that adds an item to the list
XmListAddItems(3) β A List function that adds items to the list
XmListAddItemsUnselected(3) β A List function that adds items
XmListDeleteAllItems(3) β A List function that deletes all items from the list
XmListDeleteItem(3) β A List function that deletes an item from the list
XmListDeleteItems(3) β A List function that deletes items from the list
XmListDeleteItemsPos(3) β A List function that deletes items from the list starting at the given position
XmListDeletePos(3) β A List function that deletes an item from a list at a specified position
XmListDeletePositions(3) β A List function that deletes items
XmListDeselectAllItems(3) β A List function that unhighlights and removes all items from the selected list
XmListDeselectItem(3) β A List function that deselects the specified item from the selected list
XmListDeselectPos(3) β A List function that deselects an item at a specified position in the list
XmListGetKbdItemPos(3) β A List function that returns the
XmListGetMatchPos(3) β A List function that returns all instances of an item in the list
XmListGetSelectedPos(3) β A List function that returns the position of every selected item in the list
XmListItemExists(3) β A List function that checks if a specified item is in the list
XmListItemPos(3) β A List function that returns the position of an item in the list
XmListPosSelected(3) β A List function that determines if the
XmListPosToBounds(3) β A List function that returns the bounding
XmListReplaceItems(3) β A List function that replaces the specified elements in the list
XmListReplaceItemsPos(3) β A List function that replaces the specified elements in the list
XmListReplaceItemsPosUnselected(3) β A List function that replaces items
XmListReplaceItemsUnselected(3) β A List function that replaces items
XmListReplacePositions(3) β A List function that replaces items
XmListSelectItem(3) β A List function that selects an item in the list
XmListSelectPos(3) β A List function that selects an item at a specified position in the list
XmListSetAddMode(3) β A List function that sets add mode in the list
XmListSetBottomItem(3) β A List function that makes an existing item the last visible item in the list
XmListSetBottomPos(3) β A List function that makes a specified item the last visible item in the list
XmListSetHorizPos(3) β A List function that scrolls to the specified position in the list
XmListSetItem(3) β A List function that makes an existing item the first visible item in the list
XmListSetKbdItemPos(3) β A List function that sets the
XmListSetPos(3) β A List function that makes the item at the given position the first visible position in the list
XmListUpdateSelectedList(3) β A List function that updates
XmListYToPos(3) β A List function that returns the position of the item at a specified y-coordinate
XmMainWindow(3) β Motif-compatible main-window widget
XmMainWindow(3) β The MainWindow widget class
XmMainWindowSep1(3) β A MainWindow function that returns the widget ID of the first Separator
XmMainWindowSep2(3) β A MainWindow function that returns the widget ID of the second Separator widget
XmMainWindowSep3(3) β A MainWindow function that returns the widget ID of the third Separator widget
XmMainWindowSetAreas(3) β A MainWindow function that identifies manageable children for each area
XmManager(3) β Motif-compatible window-manager widget
XmManager(3) β The Manager widget class
XmMapSegmentEncoding(3) β A compound string function that returns
XmMenuPosition(3) β A RowColumn function that positions a Popup menu pane
XmMenuShell(3) β Motif-compatible widget for modal menus
XmMenuShell(3) β The MenuShell widget class
XmMessageBox(3) β The MessageBox widget class
XmMessageBox(3) β Motif-compatible notifier widget
XmMessageBoxGetChild(3) β A MessageBox function that is used to access a component
XmMultiList(3) β The Multi-column List widget
XmMultiListDeselectItems(3) β A MultiList function that deselects items in the list by matching column entries
XmMultiListDeselectRow(3) β A MultiList function that deselects a row in the list
XmMultiListGetSelectedRowArray(3) β an MultiList function that returns an array
XmMultiListGetSelectedRows(3) β an MultiList function that returns the rows that currently are selected.
XmMultiListMakeRowVisible(3) β A MultiList function that shifts the visible list rows as desired
XmMultiListSelectAllItems(3) β an MultiList function that selects all rows of the list
XmMultiListSelectItems(3) β A MultiList function that selects items in the list by matching column entries
XmMultiListSelectRow(3) β A MultiList function that selects a row in the list
XmMultiListToggleRow(3) β An MultiList function that toggles the selection state of a specified row
XmMultiListUnselectAllItems(3) β an MultiList function that deselects all rows of the list
XmMultiListUnselectItem(3) β An MultiList function that deselects the specified item of the list
XmNotebook(3) β The Notebook widget class
XmNotebook(3) β a widget that allows a user to manipulate underlying widgets
XmNotebookGetPageInfo(3) β A Notebook function that returns page information
XmObjectAtPoint(3) β A toolkit function that determines which child intersects or comes closest to a specified point
XmOptionButtonGadget(3) β A RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu
XmOptionLabelGadget(3) β A RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu
XmOutline(3) β The Outline widget class
XmPaned(3) β The Paned widget class
XmPanedGetPanes(3) β A Paned function that returns the number of panes in the paned widget
XmPanedWindow(3) β Motif-compatible container widget for paned windows
XmPanedWindow(3) β The PanedWindow widget class
XmParseMapping(3) β Data type for a compound string parse mapping
XmParseMappingCreate(3) β A compound string function to create a parse mapping
XmParseMappingFree(3) β A compound string function to free a parse mapping
XmParseMappingGetValues(3) β A compound string function to retrieve attributes of a parse mapping
XmParseMappingSetValues(3) β A compound string function to set attributes of a parse mapping
XmParseTable(3) β Data type for a compound string parse table
XmParseTableFree(3) β A compound string function that recovers memory
XmPrimitive(3) β Motif-compatible primitive superclass widget
XmPrimitive(3) β The Primitive widget class
XmPrintPopupPDM(3) β Send a notification for the PDM to be popped up
XmPrintSetup(3) β setup and create a Print Shell widget
XmPrintShell(3) β a shell widget class used for printing in Motif
XmPrintToFile(3) β Retrieves and saves data that
XmProcessTraversal(3) β A function that determines which component receives keyboard events when a widget has the focus
XmProtocol(3) β internal Lesstif class
XmPushButton(3) β Motif-compatible pushbutton widget
XmPushButton(3) β The PushButton widget class
XmPushButtonGadget(3) β Motif-compatible pushutton gadget
XmPushButtonGadget(3) β The PushButtonGadget widget class
XmRedisplayWidget(3) β Synchronously activates the expose method of a widget to draw its content
XmRegisterSegmentEncoding(3) β A compound string function that registers
XmRemoveFromPostFromList(3) β a RowColumn function that disables a menu for a particular widget
XmRemoveProtocolCallback(3) β A VendorShell function that removes a callback from the internal list
XmRemoveProtocols(3) β A VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables
XmRemoveTabGroup(3) β A function that removes a tab group
XmRemoveWMProtocolCallback(3) β A VendorShell convenience interface that removes a callback from the internal list
XmRemoveWMProtocols(3) β A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables
XmRenderTable(3) β Data type for a render table
XmRenderTableAddRenditions(3) β Creates a new render table
XmRenderTableCopy(3) β A render table function that copies renditions
XmRenderTableCvtFromProp(3) β A render table function that converts from a string representation to a render table
XmRenderTableCvtToProp(3) β A render table function that converts a render table to a string representation
XmRenderTableFree(3) β A render table function that recovers memory
XmRenderTableGetRendition(3) β A convenience function that matches a rendition tag
XmRenderTableGetRenditions(3) β A convenience function that matches rendition tags
XmRenderTableGetTags(3) β A convenience function that gets rendition tags
XmRenderTableRemoveRenditions(3) β A convenience function that removes renditions
XmRendition(3) β The Rendition registry
XmRenditionCreate(3) β A convenience function that creates a rendition
XmRenditionFree(3) β A convenience function that frees a rendition
XmRenditionRetrieve(3) β A convenience function that retrieves rendition resources
XmRenditionUpdate(3) β A convenience function that modifies resources
XmRepTypeAddReverse(3) β A representation type manager function
XmRepTypeGetId(3) β A representation type manager function that
XmRepTypeGetNameList(3) β A representation type manager function that
XmRepTypeGetRecord(3) β A representation type manager function that
XmRepTypeGetRegistered(3) β A representation type manager function that
XmRepTypeInstallTearOffModelConverter(3) β A representation type manager function
XmRepTypeRegister(3) β A representation type manager function
XmRepTypeValidValue(3) β A representation type manager function that
XmResolveAllPartOffsets(3) β A function that allows writing of upward-compatible applications and widgets
XmResolvePartOffsets(3) β A function that allows writing of upward-compatible applications and widgets
XmRowColumn(3) β Motif-compatible data type for widget locations
XmRowColumn(3) β The RowColumn widget class
XmSash(3) β internall Lesstif class
XmScale(3) β Motif-compatible scale widget
XmScale(3) β The Scale widget class
XmScaleGetValue(3) β A Scale function that returns the current slider position
XmScaleSetTicks(3) β A Scale function that controls tick marks
XmScaleSetValue(3) β A Scale function that sets a slider value
XmScreen(3) β Motif-compatible screen widget
XmScreen(3) β The Screen widget class
XmScrollBar(3) β Motif-compatible scroll-bar widget
XmScrollBar(3) β The ScrollBar widget class
XmScrollBarGetValues(3) β A ScrollBar function that returns the ScrollBar's increment values
XmScrollBarSetValues(3) β A ScrollBar function that changes ScrollBar's increment values and the slider's size and position
XmScrollVisible(3) β A ScrolledWindow function that makes an invisible
XmScrolledWindow(3) β Motif-compatible scrolled-window widget
XmScrolledWindow(3) β The ScrolledWindow widget class
XmScrolledWindowSetAreas(3) β A ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget
XmSelectionBox(3) β Motif-compatible list-selector widget
XmSelectionBox(3) β The SelectionBox widget class
XmSelectionBoxGetChild(3) β A SelectionBox function that is used to access a component
XmSeparator(3) β Motif-compatible visual-separator widget
XmSeparator(3) β The Separator widget class
XmSeparatorGadget(3) β Motif-compatible visual separator gadget
XmSeparatorGadget(3) β The SeparatorGadget widget class
XmSetColorCalculation(3) β A function to set the procedure used for default color calculation
XmSetFontUnit(3) β A function that sets the font unit value for a display
XmSetFontUnits(3) β A function that sets the font unit value for a display
XmSetMenuCursor(3) β A function that modifies the menu cursor for a client
XmSetProtocolHooks(3) β A VendorShell function that allows preactions and postactions to be executed when a protocol message is received from MWM
XmSetWMProtocolHooks(3) β A VendorShell convenience interface that allows preactions and postactions to be executed when a protocol message is received from the window manager
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
XmSlideContext(3) β The SlideContext widget class
XmSpinBox(3) β Motif-compatible spin-box widget
XmSpinBox(3) β The SpinBox widget class
XmSpinBoxValidatePosition(3) β translate the current value of the specified XmSpinBox child
XmString(3) β Motif-compatible string datatype
XmString(3) β Data type for a compound string
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
XmStringByteCompare(3) β A compound string function that indicates the results of a byte-by-byte comparison
XmStringByteStreamLength(3) β A function that returns the size of a string
XmStringCompare(3) β A compound string function that compares two strings
XmStringComponentCreate(3) β A compound string function that creates arbitrary components
XmStringComponentType(3) β Data type for compound string components
XmStringConcat(3) β A compound string function that appends one string to another
XmStringConcatAndFree(3) β A compound string function that appends one string to another and frees the original strings
XmStringCopy(3) β A compound string function that makes a copy of a string
XmStringCreate(3) β A compound string function that creates a compound string
XmStringCreateLocalized(3) β A compound string function that creates
XmStringCreateLtoR(3) β A compound string function that creates a compound string
XmStringCreateSimple(3) β A compound string function that creates a compound string in the language environment of a widget
XmStringDirection(3) β Data type for the direction of display in a string
XmStringDirectionCreate(3) β A compound string function that creates a compound string
XmStringDirectionToDirection(3) β A function that converts from XmStringDirection to XmDirection
XmStringDraw(3) β A compound string function that draws a compound string in an X window
XmStringDrawImage(3) β A compound string function that draws a compound string in an X Window and creates an image
XmStringDrawUnderline(3) β A compound string function that underlines a string drawn in an X Window
XmStringEmpty(3) β A compound string function that provides information on the existence of non-zero-length text components
XmStringExtent(3) β A compound string function that determines the size of the smallest rectangle that will enclose the compound string
XmStringFree(3) β A compound string function that
XmStringFreeContext(3) β A compound string function that releases the string scanning context data structure
XmStringGenerate(3) β A convenience function that generates a compound string
XmStringGetLtoR(3) β A compound string function that searches for a text segment in the input compound string
XmStringGetNextComponent(3) β A compound string function that returns the type and value of the next component in a compound string
XmStringGetNextSegment(3) β A compound string function that fetches the bytes in the next segment of a compound string
XmStringGetNextTriple(3) β An XmString function that returns the type, length, and value of the next component in the compound string
XmStringHasSubstring(3) β A compound string function that indicates whether one compound string is contained within another
XmStringHeight(3) β A compound string function that returns the line height of the given compound string
XmStringInitContext(3) β A compound string function that creates a data structure for scanning an XmString component by component
XmStringIsVoid(3) β A compound string function that provides information on the existence of non-zero-length text components, tab components, or separator components
XmStringLength(3) β A compound string function that obtains the length of a compound string
XmStringLineCount(3) β A compound string function that returns the number of separators plus one in the provided compound string
XmStringNConcat(3) β A compound string function that appends a specified number of bytes to a compound string
XmStringNCopy(3) β A compound string function that creates a copy of a compound string
XmStringParseText(3) β A function that converts a character string to a compound string
XmStringPeekNextComponent(3) β A compound string function that returns the component type of the next component to be fetched
XmStringPeekNextTriple(3) β A function that returns the component type of the next component
XmStringPutRendition(3) β A convenience function that places renditions around strings
XmStringSegmentCreate(3) β A compound string function that creates a compound string
XmStringSeparatorCreate(3) β A compound string function that creates a compound string
XmStringTable(3) β Data type for an array of compound strings
XmStringTableParseStringArray(3) β A convenience function that converts an array of strings to a compound string table
XmStringTableProposeTablist(3) β A convenience function that returns a tab list
XmStringTableToXmString(3) β A convenience function that converts a compound string table to a single compound string
XmStringTableUnparse(3) β A convenience function that converts a table of compound strings to an array of text
XmStringToXmStringTable(3) β A convenience function that converts a single compound string to a table of compound strings
XmStringUnparse(3) β A compound string function that unparses text
XmStringWidth(3) β A compound string function that returns the width of the widest line in a compound string
XmTab(3) β Data type for a tab stop
XmTabCreate(3) β A convenience function that creates a tab stop
XmTabFree(3) β A convenience function that frees a tab
XmTabGetValues(3) β A convenience function that returns tab values
XmTabList(3) β Data type for a tab list
XmTabListCopy(3) β A convenience function that creates a new tab list from an existing list
XmTabListFree(3) β A convenience function that frees the memory of a new tab list
XmTabListGetTab(3) β A convenience function that returns a copy of a tab
XmTabListInsertTabs(3) β A convenience function that inserts tabs into a tab list
XmTabListRemoveTabs(3) β A convenience function that removes noncontiguous tabs
XmTabListReplacePositions(3) β A convenience function that creates a new tab list with replacement tabs
XmTabListTabCount(3) β A convenience function that counts the number of tabs
XmTabSetValue(3) β A convenience function that sets a tab stop
XmTabStack(3) β The TabStack widget class
XmTabStackGetSelectedTab(3) β A TabStack function that returns the widget ID of the currently selectedtab
XmTabStackSelectTab(3) β A TabStack function that sets the currently displayed child
XmTabStackXYToWidget(3) β A TabStack function that converts a pixel coordinate to the widget ID of the tab occupying that space
XmTargetsAreCompatible(3) β A function that tests
XmTearOffButton(3) β Motif-compatible detachable button widget
XmText(3) β Motif-compatible text-editing widget
XmText(3) β The Text widget class
XmTextClearSelection(3) β A Text function that clears the primary selection
XmTextCopy(3) β A Text function that copies the primary selection to the clipboard
XmTextCopyLink(3) β A Text function that copies a link to the primary selection to the clipboard
XmTextCut(3) β A Text function that copies the primary selection to the clipboard and deletes the selected text
XmTextDisableRedisplay(3) β A Text function that temporarily
XmTextEnableRedisplay(3) β A Text function that forces the
XmTextField(3) β Motif-compatible text-entry widget
XmTextField(3) β The TextField class
XmTextFieldClearSelection(3) β A TextField function that clears the primary selection
XmTextFieldCopy(3) β A TextField function that copies the primary selection to the clipboard
XmTextFieldCopyLink(3) β A TextField function that copies a link to the primary selection to the clipboard
XmTextFieldCut(3) β A TextField function that copies the primary selection to the clipboard and deletes the selected text
XmTextFieldGetBaseline(3) β A TextField function that accesses the y position of the baseline
XmTextFieldGetEditable(3) β A TextField function that accesses the edit permission state
XmTextFieldGetInsertionPosition(3) β A TextField function that accesses the position of the insertion cursor
XmTextFieldGetLastPosition(3) β A TextField function that accesses the position of the last text character
XmTextFieldGetMaxLength(3) β A TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard
XmTextFieldGetSelection(3) β A TextField function that retrieves the value of the primary selection
XmTextFieldGetSelectionPosition(3) β A TextField function that accesses the position of the primary selection
XmTextFieldGetSelectionWcs(3) β A TextField function that retrieves the
XmTextFieldGetString(3) β A TextField function that accesses the string value
XmTextFieldGetStringWcs(3) β A TextField function that retrieves a copy
XmTextFieldGetSubstring(3) β A TextField function that retrieves a copy
XmTextFieldGetSubstringWcs(3) β A TextField function that retrieves a
XmTextFieldInsert(3) β A TextField function that inserts a character string into a text string
XmTextFieldInsertWcs(3) β A TextField function that inserts a wide
XmTextFieldPaste(3) β A TextField function that inserts the clipboard selection
XmTextFieldPasteLink(3) β A TextField function that inserts a link to the clipboard selection
XmTextFieldPosToXY(3) β A TextField function that accesses the x
XmTextFieldRemove(3) β A TextField function that deletes the primary selection
XmTextFieldReplace(3) β A TextField function that replaces part of a text string
XmTextFieldReplaceWcs(3) β A TextField function that replaces part of a
XmTextFieldSetAddMode(3) β A TextField function that sets the state of Add mode
XmTextFieldSetEditable(3) β A TextField function that sets the edit permission
XmTextFieldSetHighlight(3) β A TextField function that highlights text
XmTextFieldSetInsertionPosition(3) β A TextField function that sets the position of the insertion cursor
XmTextFieldSetMaxLength(3) β A TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard
XmTextFieldSetSelection(3) β A TextField function that sets the primary selection of the text
XmTextFieldSetString(3) β A TextField function that sets the string value
XmTextFieldSetStringWcs(3) β A TextField function that sets a wide
XmTextFieldShowPosition(3) β A TextField function that forces text at a given position to be displayed
XmTextFieldXYToPos(3) β A TextField function that accesses the character position nearest an x and y position
XmTextFindString(3) β A Text function that finds the beginning position of a text string
XmTextFindStringWcs(3) β A Text function that finds the beginning
XmTextGetBaseline(3) β A Text function that accesses the y position of the baseline
XmTextGetCenterline(3) β Return the height (length) of a character string
XmTextGetEditable(3) β A Text function that accesses the edit permission state
XmTextGetInsertionPosition(3) β A Text function that accesses the position of the insert cursor
XmTextGetLastPosition(3) β A Text function that accesses the last position in the text
XmTextGetMaxLength(3) β A Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard
XmTextGetSelection(3) β A Text function that retrieves the value of the primary selection
XmTextGetSelectionPosition(3) β A Text function that accesses the position of the primary selection
XmTextGetSelectionWcs(3) β A Text function that retrieves the
XmTextGetSource(3) β A Text function that accesses the source of the widget
XmTextGetString(3) β A Text function that accesses the string value
XmTextGetStringWcs(3) β A Text function that retrieves a copy
XmTextGetSubstring(3) β A Text function that retrieves a copy
XmTextGetSubstringWcs(3) β A Text function that retrieves
XmTextGetTopCharacter(3) β A Text function that accesses the position of the first character displayed
XmTextInsert(3) β A Text function that inserts a character string into a text string
XmTextInsertWcs(3) β A Text function that inserts a wide character
XmTextPaste(3) β A Text function that inserts the clipboard selection
XmTextPasteLink(3) β A Text function that inserts a link to the clipboard selection
XmTextPosToXY(3) β A Text function that accesses the x and y position of a character position
XmTextPosition(3) β Data type for a character position within a text string
XmTextRemove(3) β A Text function that deletes the primary selection
XmTextReplace(3) β A Text function that replaces part of a text string
XmTextReplaceWcs(3) β A Text function that replaces part of
XmTextScroll(3) β A Text function that scrolls text
XmTextSetAddMode(3) β A Text function that sets the state of Add mode
XmTextSetEditable(3) β A Text function that sets the edit permission
XmTextSetHighlight(3) β A Text function that highlights text
XmTextSetInsertionPosition(3) β A Text function that sets the position of the insert cursor
XmTextSetMaxLength(3) β A Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard
XmTextSetSelection(3) β A Text function that sets the primary selection of the text
XmTextSetSource(3) β A Text function that sets the source of the widget
XmTextSetString(3) β A Text function that sets the string value
XmTextSetStringWcs(3) β A Text function that sets a wide character
XmTextSetTopCharacter(3) β A Text function that sets the position of the first character displayed
XmTextShowPosition(3) β A Text function that forces text at a given position to be displayed
XmTextXYToPos(3) β A Text function that accesses the character position nearest an x and y position
XmToggleButton(3) β Motif-compatible toggle-button widget
XmToggleButton(3) β The ToggleButton widget class
XmToggleButtonGadget(3) β Motif-compatible toggle-button gadget
XmToggleButtonGadget(3) β The ToggleButtonGadget widget class
XmToggleButtonGadgetGetState(3) β A ToggleButtonGadget function that obtains the state of a ToggleButtonGadget
XmToggleButtonGadgetSetState(3) β A ToggleButtonGadget function that sets or changes the current state
XmToggleButtonGetState(3) β A ToggleButton function that obtains the state of a ToggleButton
XmToggleButtonSetState(3) β A ToggleButton function that sets or changes the current state
XmToggleButtonSetValue(3) β A ToggleButton function that sets or changes the current state
XmTrackingEvent(3) β A Toolkit function that provides a modal interaction
XmTrackingLocate(3) β A Toolkit function that provides a modal interaction
XmTransferDone(3) β A toolkit function that completes a data transfer
XmTransferSendRequest(3) β A toolkit function that transfers a MULTIPLE request
XmTransferSetParameters(3) β A toolkit function that establishes parameters to be passed by the next call to XmTransferValue
XmTransferStartRequest(3) β A toolkit function that begins a MULTIPLE transfer
XmTransferValue(3) β A toolkit function that transfers data to a destination
XmTranslateKey(3) β The default keycode-to-keysym translator
XmTree(3)
XmUninstallImage(3) β A pixmap caching function that removes an image from the image cache
XmUpdateDisplay(3) β A function that processes all pending exposure events immediately
XmVaCreateArrowButton(3) β A ArrowButton
XmVaCreateArrowButtonGadget(3) β A ArrowButtonGadget
XmVaCreateBulletinBoard(3) β A BulletinBoard
XmVaCreateButtonBox(3) β A ButtonBox
XmVaCreateCascadeButton(3) β A CascadeButton
XmVaCreateCascadeButtonGadget(3) β A CascadeButtonGadget
XmVaCreateColorSelector(3) β A ColorSelector
XmVaCreateColumn(3) β A Column
XmVaCreateCombinationBox2(3) β A Form
XmVaCreateComboBox(3) β A ComboBox
XmVaCreateCommand(3) β A Command
XmVaCreateContainer(3) β A Container
XmVaCreateDataField(3) β A DataField
XmVaCreateDrawingArea(3) β A DrawingArea
XmVaCreateDrawnButton(3) β A DrawnButton
XmVaCreateDropDown(3) β A DropDown
XmVaCreateExt18List(3) β A Form
XmVaCreateFileSelectionBox(3) β A FileSelectionBox
XmVaCreateForm(3) β A Form
XmVaCreateFrame(3) β A Frame
XmVaCreateHierarchy(3) β A Hierarchy
XmVaCreateIconGadget(3) β A IconGadget
XmVaCreateLabel(3) β A Label
XmVaCreateLabelGadget(3) β A LabelGadget
XmVaCreateList(3) β A List
XmVaCreateMainWindow(3) β A MainWindow
XmVaCreateMessageBox(3) β A MessageBox
XmVaCreateMultiList(3) β A MultiList
XmVaCreateNotebook(3) β A Notebook
XmVaCreateOutline(3) β A Outline
XmVaCreatePanedWindow(3) β A PanedWindow
XmVaCreatePushButton(3) β A PushButton
XmVaCreatePushButtonGadget(3) β A PushButtonGadget
XmVaCreateRowColumn(3) β A RowColumn
XmVaCreateScale(3) β A Scale
XmVaCreateScrollBar(3) β A ScrollBar
XmVaCreateScrolledWindow(3) β A ScrolledWindow
XmVaCreateSelectionBox(3) β A SelectionBox
XmVaCreateSeparatorGadget(3) β A SeparatorGadget
XmVaCreateSimpleCheckBox(3) β A RowColumn widget convenience creation function
XmVaCreateSimpleMenuBar(3) β A RowColumn widget convenience creation function
XmVaCreateSimpleOptionMenu(3) β A RowColumn widget convenience creation function
XmVaCreateSimplePopupMenu(3) β A RowColumn widget convenience creation function
XmVaCreateSimplePulldownMenu(3) β A RowColumn widget convenience creation function
XmVaCreateSimpleRadioBox(3) β A RowColumn widget convenience creation function
XmVaCreateSimpleSpinBox(3) β A SimpleSpinBox
XmVaCreateSpinBox(3) β A SpinBox
XmVaCreateTabStack(3) β A TabStack
XmVaCreateText(3) β A Text
XmVaCreateTextField(3) β A TextField
XmVaCreateToggleButton(3) β A ToggleButton
XmVaCreateToggleButtonGadget(3) β A ToggleButtonGadget
XmVendorShell(3) β Motif-compatible replacement for X Intrinsics VendorShell
XmWidgetGetBaselines(3) β Retrieves baseline information for
XmWidgetGetDisplayRect(3) β Retrieves display rectangle
XmWorld(3) β Lesstif internal widget class
XmbDrawImageString(3) β draw image text using a single font set
XmbDrawString(3) β draw text using a single font set
XmbDrawText(3) β draw text using multiple font sets
XmbLookupString(3) β obtain composed input from an input method
XmbResetIC(3) β reset the state of an input context
XmbTextEscapement(3) β obtain the escapement of text
XmbTextExtents(3) β compute text extents
XmbTextListToTextProperty(3) β convert text lists and text property structures
XmbTextPerCharExtents(3) β obtain per-character information for a text string
Xmbuf(3)
XpCancelDoc(3) β Cancels a print document.
XpCancelJob(3) β Cancels a single print job.
XpCancelPage(3) β Cancels a print page.
XpCreateContext(3) β Creates and initializes a new print context.
XpDestroyContext(3) β Gets the current print context-id for a display connection.
XpEndDoc(3) β Indicates the ending of a print document.
XpEndJob(3) β Indicates the ending of a single print job.
XpEndPage(3) β Indicates the end of a print page.
XpFreePrinterList(3) β Frees a list of printer records.
XpGetAttributes(3) β Gets an attribute pool from the specified print context.
XpGetContext(3) β Gets the current print context-id for a display connection.
XpGetDocumentData(3) β Creates and initializes a new print context.
XpGetImageResolution(3) β Gets the current image
XpGetLocaleHinter(3) β Gets a pointer to and description of the current locale
XpGetOneAttribute(3) β Gets a single print attribute from the specified print
XpGetPageDimensions(3) β Gets the page dimensions for the current printer
XpGetPdmStartParams(3) β Builds up parameters in accordance with the PDM
XpGetPrinterList(3) β Retrieves a list of all printers supported on an X Print
XpGetScreenOfContext(3) β Obtains a pointer to the screen associated with the
XpInputSelected(3) β Queries which X Print events the client has selected to
XpPutDocumentData(3) β Sends and incorporates
XpQueryExtension(3) β Queries an X Server to determine if it supports the X Print
XpQueryScreens(3) β Queries an X Server to determine which screens, of all the
XpQueryVersion(3) β Queries an X Server to determine if it supports the X Print
XpRehashPrinterList(3) β Recomputes the list of available printers.
XpSelectInput(3) β Specifies which X Print events, from the specified print context,
XpSetAttributes(3) β Sets or updates an attribute pool in the specified print
XpSetContext(3) β Sets or unsets a print context with the specified display
XpSetImageResolution(3) β Sets the resolution for subsequent PutImage requests
XpSetLocaleHinter(3) β Sets a locale hinter function and description of it.
XpStartDoc(3) β Indicates the beginning of a print document.
XpStartJob(3) β Indicates the beginning of a single print job.
XpStartPage(3) β Indicates the beginning of a print page.
XpmCreateBuffer(3) β create an XPM Buffer
XpmCreateData(3) β create an Data structure
XpmCreateImage(3) β create an XImage from an XPM
XpmCreatePixmap(3) β create a pixmap
XpmCreateXpmImage(3) β create an Xpm image
XpmMisc(3) β xpm misc functions to free used memory and handle errors
XpmRead(3) β read an XPM file
XpmWrite(3) β write an XPM file
Xpresent(3) β X Present Extension
Xrandr(3) β X Resize, Rotate and Reflection extension.
XrmEnumerateDatabase(3) β enumerate resource database entries
XrmGetFileDatabase(3) β retrieve and store resource databases
XrmGetResource(3) β retrieve database resources and search lists
XrmInitialize(3) β initialize the Resource Manager, Resource Manager structures, and parse the command line
XrmMergeDatabases(3) β merge resource databases
XrmPutResource(3) β store database resources
XrmUniqueQuark(3) β manipulate resource quarks
Xss(3) β X11 Screen Saver extension client library
XtAddActions(3) β register an action table
XtAddCallback(3) β add and remove callback procedures
XtAddEventHandler(3) β add and remove event handlers
XtAddExposureToRegion(3) β merge exposure events into a region
XtAddGrab(3) β redirect user input to a modal widget
XtAddInput(3) β register input, timeout, and workprocs
XtAllocateGC(3) β obtain a shareable GC with modifiable fields
XtAppAddActionHook(3) β register an action hook procedure
XtAppAddActions(3) β register an action table
XtAppAddBlockHook(3) β register a block hook procedure
XtAppAddConverter(3) β register resource converter
XtAppAddInput(3) β register and remove an input source
XtAppAddSignal(3) β register and remove a signal source
XtAppAddTimeOut(3) β register and remove timeouts
XtAppAddWorkProc(3) β Add and remove background processing procedures
XtAppCreateShell(3) β create top-level widget instance
XtAppError(3) β low-level error handlers
XtAppErrorMsg(3) β high-level error handlers
XtAppGetErrorDatabase(3) β obtain error database
XtAppGetSelectionTimeout(3) β set and obtain selection timeout values
XtAppInitialize(3) β initialize, open, or close a display
XtAppLock(3) β lock and unlock application context
XtAppNextEvent(3) β query and process events and input
XtAppReleaseCacheRefs(3) β decrement reference counts for resources
XtAppSetExitFlag(3) β thread support functions
XtAppSetFallbackResources(3) β set fallback resources
XtAppSetTypeConverter(3) β register resource converter
XtBuildEventMask(3) β retrieve a widget's event mask
XtCallAcceptFocus(3) β calla widget's accept_focus procedure
XtCallActionProc(3) β invoke an action procedure directly
XtCallCallbacks(3) β process callbacks
XtClass(3) β obtain and verify a widget's class
XtConfigureWidget(3) β move and resize widgets
XtConvert(3) β invoke resource converters
XtConvertAndStore(3) β invoke resource converters
XtCreateApplicationContext(3) β create, destroy, and obtain an application context
XtCreateApplicationShell(3) β create top-level widget instance
XtCreatePopupShell(3) β create a popup shell
XtCreateSelectionRequest(3) β bundle multiple selection conversion requests into a single request using MULTIPLE target
XtCreateWidget(3) β create and destroy widgets
XtCreateWindow(3) β window creation convenience function
XtDisplay(3) β obtain window information about a widget
XtDisplayInitialize(3) β initialize, open, or close a display
XtDisplayStringConversionWarning(3) β issue a conversion warning message
XtDisplayToApplicationContext(3) β obtain an application context
XtError(3) β low-level error handlers
XtErrorMsg(3) β high-level error handlers
XtFindFile(3) β search for a file using substitutions in the path list
XtGetActionKeysym(3) β obtain corresponding keysym
XtGetActionList(3) β obtain class action list
XtGetApplicationNameAndClass(3) β retrieve application name and class
XtGetApplicationResources(3) β obtain application resources
XtGetClassExtension(3) β locate a class extension record
XtGetDisplays(3) β retrieve a list of displays associated with an application context
XtGetErrorDatabase(3) β obtain error database
XtGetGC(3) β obtain and destroy a shareable GC
XtGetKeyboardFocusWidget(3) β extension event handling
XtGetKeysymTable(3) β query keysyms and keycodes
XtGetResourceList(3) β obtain resource list
XtGetSelectionParameters(3) β retrieve target parameters for a selection request with a single target
XtGetSelectionRequest(3) β retrieve the event that triggered the XtConvertSelectionProc
XtGetSelectionTimeout(3) β set and obtain selection timeout values
XtGetSelectionValue(3) β obtain selection values
XtGetSelectionValueIncremental(3) β obtain selection values
XtGetSubresources(3) β obtain subresources
XtGrabKey(3) β manage grabs
XtHooksOfDisplay(3) β external agent access points
XtInitialize(3) β initialize
XtInitializeWidgetClass(3) β initialize a widget class
XtInsertEventTypeHandler(3) β extension event handling
XtLastEventProcessed(3) β last event, last timestamp processed
XtMakeGeometryRequest(3) β make geometry manager request
XtMalloc(3) β memory management functions
XtManageChildren(3) β manage and unmanage children
XtMapWidget(3) β map and unmap widgets
XtName(3) β obtain widget's name
XtNameToWidget(3) β translating strings to widgets or widgets to windows
XtNextEvent(3) β query and process events and input
XtOffset(3) β determine the byte offset or number of array elements
XtOpenApplication(3) β initialize, open, or close a display
XtOwnSelection(3) β set selection owner
XtParent(3) β obtain widget's parent widget id
XtParseAcceleratorTable(3) β managing accelerator tables
XtParseTranslationTable(3) β manage translation tables
XtPopdown(3) β unmap a pop-up
XtPopup(3) β map a pop-up
XtProcessLock(3) β lock and unlock process
XtQueryGeometry(3) β query the preferred geometry of a child widget
XtRealizeWidget(3) β realize and unrealize widgets
XtRegisterDrawable(3) β register a drawable with the Intrinsics event dispatcher
XtRegisterGrabAction(3) β register button and key grabs
XtReservePropertyAtom(3) β maintain a cache of property atoms
XtResolvePathname(3) β search for a file using standard substitution
XtSessionGetToken(3) β token management for checkpointing
XtSetArg(3) β set and merge ArgLists
XtSetKeyTranslator(3) β convert KeySym to KeyCodes
XtSetKeyboardFocus(3) β focus events on a child widget
XtSetLanguageProc(3) β set the language procedure
XtSetMultiClickTime(3) β set and get multi-click times
XtSetSelectionParameters(3) β specify target parameters for a selection request with a single target
XtSetSensitive(3) β set and check a widget's sensitivity state
XtSetValues(3) β obtain and set widget resources
XtSetWMColormapWindows(3) β Set the value of the WM_COLORMAP_WINDOWS property
XtStringConversionWarning(3) β issue a conversion warning message
XtToolkitThreadInitialize(3) β initialize the toolkit for multiple threads
XtTranslateCoords(3) β translate widget coordinates
XtVaCreateArgsList(3) β dynamically allocate a varargs list
Xv(3) β X Window System video extension
XvCreateImage(3) β create an XvImage
XvFreeAdaptorInfo(3) β free adaptor information
XvFreeEncodingInfo(3) β free encoding information
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
XvPutImage(3) β display an XvImage
XvPutStill(3) β write a single frame of video to a drawable
XvPutVideo(3) β write video into a drawable
XvQueryAdaptors(3) β return adaptor information for a screen
XvQueryBestSize(3) β determine the optimum drawable region size
XvQueryEncodings(3) β return list of encodings for an adaptor
XvQueryExtension(3) β return version and release of extension
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
XvStopVideo(3) β stop active video
XvUngrabPort(3) β release port grabbed for video operation
XvVideoNotify(3) β event generated for video processing
ZIP_SOURCE_GET_ARGS(3) β validate and cast arguments to source callback
ZyanAllocator_(3)
ZyanArgParseArg_(3)
ZyanArgParseConfig_(3)
ZyanArgParseDefinition_(3)
ZyanAtomic32_(3)
ZyanAtomic64_(3)
ZyanAtomicPointer_(3)
ZyanBitset_(3)
ZyanListNode_(3)
ZyanList_(3)
ZyanStringView_(3)
ZyanString_(3)
ZyanVector_(3)
Zycore.h(3)
_Exit(3p)
_Generic(3) β type-generic selection
_TIFFRewriteField(3tiff) β rewrite a field in the directory on disk
_TIFFauxiliary(3tiff) β auxiliary functions
__cstring(3)
__io_uring_buf_ring_cq_advance(3) β advance index of provided buffer and CQ ring
__pmAddIPC(3) β IPC version infrastructure support
__pmCleanMapDir(3) β remove old files from a map directory
__pmConnectLogger(3) β connect to a performance metrics logger control port
__pmControlLog(3) β enable, disable or enquire about logging of performance
__pmConvertTime(3) β convert tm structure into seconds
__pmEquivInDom(3) β check if two instance domains are equivalent
__pmFreeProfile(3) β free a PMAPI instance profile
__pmLocalPMDA(3) β change the table of DSO PMDAs for PM_CONTEXT_LOCAL contexts
__pmLogMetaTypeStr(3) β convert an archive metadata record type into a string
__pmLogWriteMark(3) β append a <mark> record to a PCP archive
__pmMktime(3) β convert a tm structure to a calendar time
__pmParseCtime(3) β convert ctime(3) string to tm structure
__pmParseHostAttrsSpec(3) β host and attributes specification parser
__pmParseHostSpec(3) β uniform host specification parser
__pmParseTime(3) β parse time point specification
__pmProcessAddArg(3) β process execution support
__pmProcessPipe(3) β support for process execution at the end of a pipe
__pmServerNotifyServiceManagerReady(3) β notify service start and stop
__ppc_get_timebase(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΡΠ΅ΠΊΡΡΠ΅Π΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅
__ppc_get_timebase(3) β get the current value
__ppc_set_ppr_med(3)
__ppc_set_ppr_med(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΡΠ΅Π³ΠΈΡΡΡ ΠΏΡΠΈΠΎΡΠΈΡΠ΅ΡΠ°
__ppc_yield(3) β ΠΏΠΎΠ΄ΡΠΊΠ°Π·Π°ΡΡ ΠΏΡΠΎΡΠ΅ΡΡΠΎΡΡ ΠΎΡΠ²ΠΎΠ±ΠΎΠ΄ΠΈΡΡ
__ppc_yield(3)
__setfpucw(3) β ΡΡΡΠ°Π½Π°Π²Π»ΠΈΠ²Π°Π΅Ρ ΡΠ»ΠΎΠ²ΠΎ ΡΠΏΡΠ°Π²Π»Π΅Π½ΠΈΡ FPU Π΄Π»Ρ Π°ΡΡ
ΠΈΡΠ΅ΠΊΡΡΡΡ i386
__setfpucw(3) β set FPU control word on i386 architecture (obsolete)
__zzip_fetch_disk_trailer(3) β internal.
__zzip_parse_root_directory(3) β internal.
__zzip_try_open(3) β internal.
_home_joerg_src_avr-libc_doc_examples_(3)
_home_joerg_src_avr-libc_doc_examples_asmdemo_(3)
_home_joerg_src_avr-libc_doc_examples_demo_(3)
_home_joerg_src_avr-libc_doc_examples_largedemo_(3)
_home_joerg_src_avr-libc_doc_examples_stdiodemo_(3)
_home_joerg_src_avr-libc_doc_examples_twitest_(3)
_home_joerg_src_avr-libc_include_(3)
_home_joerg_src_avr-libc_include_avr_(3)
_home_joerg_src_avr-libc_include_compat_(3)
_home_joerg_src_avr-libc_include_util_(3)
_home_joerg_src_avr-libc_libc_(3)
_home_joerg_src_avr-libc_libc_misc_(3)
_home_joerg_src_avr-libc_libc_pmstring_(3)
_home_joerg_src_avr-libc_libc_stdio_(3)
_home_joerg_src_avr-libc_libc_stdlib_(3)
_home_joerg_src_avr-libc_libc_string_(3)
_home_joerg_src_avr-libc_libc_time_(3)
_longjmp(3p)
_tolower(3p)
_toupper(3p)
_usr_src_RPM_BUILD_libdaemon-0.14_libdaemon_(3)
_usr_src_RPM_BUILD_libftdi1-1.5_ftdipp_(3)
_usr_src_RPM_BUILD_libftdi1-1.5_src_(3)
_usr_src_RPM_BUILD_sexpr-1.3.1_src_(3)
a2d_ASN1_OBJECT(3) β DER content octets of an ASN.1 object identifier
a2i_ipadd(3) β parse Internet Protocol addresses into ASN.1 OCTET STRINGs for X.509
a2x(3bobcat) β Objects performing ascii\-to\-x (anything) conversions
a64l(3) β convert between long and base-64
a64l(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΠΌΠ΅ΠΆΠ΄Ρ ΡΠΈΠΏΠ°ΠΌΠΈ long ΠΈ base\-64
a64l(3p)
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_createedit(3) β Simple interactive line editor provided as helper function.
aa_currentfont(3) β returns specification of the fonts used by AA-lib rendering routines.
aa_defparams(3) β default hardware paramters requested by AA-lib programs.
aa_defrenderparams(3) β default rendering parameters.
aa_displayrecommended(3) β List of recommended drivers.
aa_dithernames(3) β Names of dithering methods supported by AA-lib.
aa_drivers(3) β NULL-terminated array of output drivers available in AA-lib.
aa_edit(3) β Simple interactive line editor.
aa_editkey(3) β Notify the line editor about keypress.
aa_fastrender(3) β simple and fast AA-lib rendering function.
aa_features(3) β an opaque object representing a set of AppArmor kernel features
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_getkey(3) β return next keypress event from queue.
aa_getmouse(3) β Get mouse position as specified by last mouse event read by aa_getevent.
aa_gotoxy(3) β move the hardware cursor (if any) to specified position.
aa_help(3) β AA-lib help string for the default command line parser.
aa_hidecursor(3) β hide the hardware cursor.
aa_hidemouse(3) β hide the mouse cursor.
aa_image(3) β returns pointer to the framebuffer emulated by AA-lib.
aa_imgheight(3) β returns height of the emulated image in pixels.
aa_imgwidth(3) β returns width of the emulated image in pixels.
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_kernel_interface(3) β an opaque object representing the AppArmor kernel interface for policy loading, replacing, and removing
aa_mmheight(3) β returns height of the output screen in millimeters.
aa_mmwidth(3) β returns width of the output screen in millimeters.
aa_mousedrivers(3) β NULL terminated array of mouse drivers supported by AA-lib.
aa_mouserecommended(3) β List of recommended drivers.
aa_parseoptions(3) β parse the standard command line options used by AA-lib.
aa_policy_cache(3) β an opaque object representing an AppArmor policy cache
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_recommendlow(3) β Add the given driver to the end of list of recommended drivers.
aa_recommendlowdisplay(3) β Add the given driver to the end of list of display recommended drivers.
aa_recommendlowkbd(3) β Add the given driver to the end of list of keyboard recommended drivers.
aa_recommendlowmouse(3) β Add the given driver to the end of list of mouse recommended drivers.
aa_registerfont(3) β add new font specification to aa_fonts array.
aa_render(3) β convert image buffer to ASCII-art.
aa_resize(3) β resize functions
aa_resizehandler(3) β Set user handler to be called on resize event.
aa_scrheight(3) β returns height of the output screen in characters.
aa_scrwidth(3) β returns width of the output screen in characters.
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_showcursor(3) β show the hardware cursor.
aa_showmouse(3) β show the mouse cursor.
aa_splitcon(3) β split the confinement context into a label and mode
aa_text(3) β returns pointer to the text output buffer used by AA-lib.
aa_uninitkbd(3) β uninitialize the keyboard driver.
aa_uninitmouse(3) β uninitialize the mouse driver.
abort(3) β Π°Π²Π°ΡΠΈΠΉΠ½ΠΎ Π·Π°Π²Π΅ΡΡΠ°Π΅Ρ ΠΏΡΠΎΡΠ΅ΡΡ
abort(3) β cause abnormal process termination
abort(3p)
abs(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π°Π±ΡΠΎΠ»ΡΡΠ½ΠΎΠ³ΠΎ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΡΠ΅Π»ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
abs(3) β compute the absolute value of an integer
abs(3p)
accept(3p)
access(3p)
acks(3) β Acknowledgments
acl_add_perm(3) β add a permission to an ACL permission set
acl_calc_mask(3) β calculate the file group class mask
acl_check(3) β check an ACL for validity
acl_clear_perms(3) β clear all permissions from an ACL permission set
acl_cmp(3) β compare two ACLs
acl_copy_entry(3) β copy an ACL entry
acl_copy_ext(3) β copy an ACL from internal to external representation
acl_copy_int(3) β copy an ACL from external to internal representation
acl_create_entry(3) β create a new ACL entry
acl_delete_def_file(3) β delete a default ACL by filename
acl_delete_entry(3) β delete an ACL entry
acl_delete_perm(3) β delete a permission from an ACL permission set
acl_dup(3) β duplicate an ACL
acl_entries(3) β return the number of entries in an ACL
acl_equiv_mode(3) β check for an equivalent ACL
acl_error(3) β convert an ACL error code to a text message
acl_extended_fd(3) β test for information in the ACL by file descriptor
acl_extended_file(3) β test for information in ACLs by file name
acl_free(3) β release memory allocated to an ACL data object
acl_from_mode(3) β create an ACL from file permission bits
acl_from_text(3) β create an ACL from text
acl_get_entry(3) β get an ACL entry
acl_get_fd(3) β get an ACL by file descriptor
acl_get_file(3) β get an ACL by filename
acl_get_perm(3) β test for a permission in an ACL permission set
acl_get_permset(3) β retrieve the permission set from an ACL entry
acl_get_qualifier(3) β retrieve the qualifier from an ACL entry
acl_get_tag_type(3) β get the tag type of an ACL entry
acl_init(3) β initialize ACL working storage
acl_set_fd(3) β set an ACL by file descriptor
acl_set_file(3) β set an ACL by filename
acl_set_permset(3) β set the permission set in an ACL entry
acl_set_qualifier(3) β set the qualifier of an ACL entry
acl_set_tag_type(3) β set the tag type of an ACL entry
acl_size(3) β get the size of the external representation of an ACL
acl_to_any_text(3) β convert an ACL to text
acl_to_text(3) β convert an ACL to text
acl_valid(3) β validate an ACL
acos(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π°ΡΠΊΠΊΠΎΡΠΈΠ½ΡΡΠ°
acos(3) β arc cosine function
acos(3p)
acosh(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΠΎΠ±ΡΠ°ΡΠ½ΠΎΠ³ΠΎ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ
acosh(3) β inverse hyperbolic cosine function
acosh(3p)
acosl(3p)
addseverity(3) β ΠΎΠ±ΡΡΠ²Π»Π΅Π½ΠΈΠ΅ Π½ΠΎΠ²ΡΡ
ΠΊΠ»Π°ΡΡΠΎΠ² ΠΊΡΠΈΡΠΈΡΠ½ΠΎΡΡΠΈ
addseverity(3) β introduce new severity classes
adime_bmp(3)
adime_callback(3)
adime_clean_screen(3)
adime_d_button_proc(3)
adime_d_calc_edit_result_proc(3)
adime_d_check_proc(3)
adime_d_double_calc_edit_proc(3)
adime_d_edit_proc(3)
adime_d_greyable_check_proc(3)
adime_d_int_calc_edit_proc(3)
adime_d_line_proc(3)
adime_d_list_proc(3)
adime_d_multiline_text_proc(3)
adime_d_text_list_proc(3)
adime_d_window_proc(3)
adime_dialogf(3)
adime_double2string(3)
adime_draw_empty_button(3)
adime_draw_picture_button(3)
adime_draw_picture_button_down(3)
adime_draw_text_button(3)
adime_draw_text_button_down(3)
adime_evaluate(3)
adime_exit(3)
adime_file_select(3)
adime_fill_textout(3)
adime_font(3)
adime_init(3)
adime_lowlevel_dialogf(3)
adime_lowlevel_vdialogf(3)
adime_scancode_to_pretty_name(3)
adime_scancode_to_short_name(3)
adime_short_name_to_scancode(3)
adime_udouble2string(3)
adime_uevaluate(3)
adime_va_list(3)
adime_vdialogf(3)
adime_window_visible(3)
adime_yield(3)
adjtime(3) β correct the time to synchronize the system clock
adjtime(3) β ΠΊΠΎΡΡΠ΅ΠΊΡΠΈΡΠΎΠ²ΠΊΠ° Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ Π΄Π»Ρ ΡΠΈΠ½Ρ
ΡΠΎΠ½ΠΈΠ·Π°ΡΠΈΠΈ Ρ ΡΠΈΡΡΠ΅ΠΌΠ½ΡΠΌΠΈ ΡΠ°ΡΠ°ΠΌΠΈ
afCloseFile(3) β close an open audio file
afGetFrameCount(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
afIdentifyFD(3) β identify the format of a file descriptor
afInitAESChannelDataTo(3) β initialize AES non\-audio data in an audio file setup
afInitCompression(3) β initialize compression for a track in an audio file setup
afInitFileFormat(3) β initialize file format of an audio file setup
afInitSampleFormat(3) β initialize audio data format for a track in an audio file setup
afNewFileSetup(3) β create and initialize a new AFfilesetup structure
afOpenFile(3) β open an audio file and create a file handle structure used for subsequent calls to the Audio File Library
afQuery(3) β query the capabilities of the Audio File Library
afReadFrames(3) β read sample frames from a track in an audio file
afReadMisc(3) β access miscellaneous metadata in an audio file
afSeekFrame(3) β update or access the current sample frame position for a track in an audio file
afSetErrorHandler(3) β install a custom error handling routine
afSetVirtualByteOrder(3) β set the virtual data format for a track in an audio file
afWriteFrames(3) β write sample frames to a track in an audio file
aio_cancel(3) β ΠΎΡΠΌΠ΅Π½ΡΠ΅Ρ ΠΎΠΆΠΈΠ΄Π°ΡΡΠΈΠΉ Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½ΡΠΉ Π·Π°ΠΏΡΠΎΡ Π²Π²ΠΎΠ΄Π°\-Π²ΡΠ²ΠΎΠ΄Π°
aio_cancel(3) β cancel an outstanding asynchronous I/O request
aio_cancel(3p)
aio_error(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠΎΡΡΠΎΡΠ½ΠΈΠ΅ ΠΎΡΠΈΠ±ΠΊΠΈ ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½ΠΎΠ³ΠΎ Π²Π²ΠΎΠ΄Π°/Π²ΡΠ²ΠΎΠ΄Π°
aio_error(3) β get error status of asynchronous I/O operation
aio_error(3p)
aio_fsync(3) β Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½Π°Ρ ΡΠ°ΠΉΠ»ΠΎΠ²Π°Ρ ΡΠΈΠ½Ρ
ΡΠΎΠ½ΠΈΠ·Π°ΡΠΈΡ
aio_fsync(3) β asynchronous file synchronization
aio_fsync(3p)
aio_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½ΡΠΉ Π²Π²ΠΎΠ΄\-Π²ΡΠ²ΠΎΠ΄
aio_init(3) β asynchronous I/O initialization
aio_read(3) β Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½ΠΎΠ΅ ΡΡΠ΅Π½ΠΈΠ΅
aio_read(3) β asynchronous read
aio_read(3p)
aio_return(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠΎΡΡΠΎΡΠ½ΠΈΠ΅ ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½ΠΎΠ³ΠΎ Π²Π²ΠΎΠ΄Π°\-Π²ΡΠ²ΠΎΠ΄Π°
aio_return(3) β get return status of asynchronous I/O operation
aio_return(3p)
aio_suspend(3) β wait for asynchronous I/O operation or timeout
aio_suspend(3) β ΠΎΠΆΠΈΠ΄Π°Π΅Ρ Π·Π°Π²Π΅ΡΡΠ΅Π½ΠΈΡ ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Π²Π²ΠΎΠ΄Π°\-Π²ΡΠ²ΠΎΠ΄Π° ΠΈΠ»ΠΈ ΠΈΡΡΠ΅ΡΠ΅Π½ΠΈΡ ΡΡΠΎΠΊΠ°
aio_suspend(3p)
aio_write(3) β asynchronous write
aio_write(3) β Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½Π°Ρ Π·Π°ΠΏΠΈΡΡ
aio_write(3p)
aiocb(3type) β asynchronous I/O control block
alarm(3p)
align(3bobcat) β Class to align elements in Table objects
alloca(3) β <alloca.h>: Allocate space in the stack
alloca(3) β Π²ΡΠ΄Π΅Π»ΡΠ΅Ρ ΠΏΠ°ΠΌΡΡΡ, ΠΊΠΎΡΠΎΡΠ°Ρ Π±ΡΠ΄Π΅Ρ Π²ΡΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π΅Π½Π° Π°Π²ΡΠΎΠΌΠ°ΡΠΈΡΠ΅ΡΠΊΠΈ
alloca(3) β allocate memory that is automatically freed
alphasort(3p)
alterator-ajax(3)
alterator-effect(3)
alterator-sh-functions(3)
alterator-woo(3)
antlr3-_usr_src_RPM_BUILD_antlr3-3.5.3_runtime_C_doxygen_(3)
antlr3-_usr_src_RPM_BUILD_antlr3-3.5.3_runtime_C_include_(3)
antlr3-_usr_src_RPM_BUILD_antlr3-3.5.3_runtime_C_src_(3)
antlr3-apiclasses(3) β API Classes
antlr3-apiimplementations(3) β API Implementation functions
antlr3-apistructures(3) β API Typedefs and Structs
antlr3-atsections(3) β Using Sections Within Grammar Files
antlr3-atsections.dox(3)
antlr3-build(3) β Building From Source
antlr3-build.dox(3)
antlr3-buildrec(3) β How to build Generated C Code
antlr3-buildrec.dox(3)
antlr3-changes31(3) β Changes in 3.1 from 3.0
antlr3-changes31.dox(3)
antlr3-doxygengroups.dox(3)
antlr3-generate(3) β Generating C
antlr3-generate.dox(3)
antlr3-interop(3) β Interoperation Within Rule Actions
antlr3-interop.dox(3)
antlr3-knownissues(3) β Known Issues
antlr3-knownissues.dox(3)
antlr3-mainpage.dox(3)
antlr3-pANTLR3_ARBORETUM(3) β pANTLR3_ARBORETUM - Tree Factory Implementation
antlr3-pANTLR3_BASE_RECOGNIZER(3) β pANTLR3_BASE_RECOGNIZER Base Recognizer Implementation
antlr3-pANTLR3_BASE_TREE(3) β pANTLR3_BASE_TREE - Base Tree Implementation
antlr3-pANTLR3_BASE_TREE_ADAPTOR(3) β pANTLR3_BASE_TREE_ADAPTOR - Base Tree Adaptor Implementation
antlr3-pANTLR3_BITSET(3) β pANTLR3_BITSET - Bitset Implementation
antlr3-pANTLR3_COMMON_TOKEN(3) β pANTLR3_COMMON_TOKEN - Common Token Implementation
antlr3-pANTLR3_COMMON_TOKEN_STREAM(3) β pANTLR3_COMMON_TOKEN_STREAM - Common Token Implementation
antlr3-pANTLR3_COMMON_TREE(3) β pANTLR3_COMMON_TREE - Common Tree Implementation
antlr3-pANTLR3_COMMON_TREE_ADAPTOR(3) β pANTLR3_COMMON_TREE_ADAPTOR - Common Tree Adaptor Implementation
antlr3-pANTLR3_COMMON_TREE_NODE_STREAM(3) β pANTLR3_COMMON_TREE_NODE_STREAM - Common Tree Node Stream Implementation
antlr3-pANTLR3_CYCLIC_DFA(3) β pANTLR3_CYCLIC_DFA - Cyclic DFA Implementation
antlr3-pANTLR3_DEBUG_EVENT_LISTENER(3) β pANTLR3_DEBUG_EVENT_LISTENER - Debugger Implementation
antlr3-pANTLR3_EXCEPTION(3) β pANTLR3_EXCEPTION - Exception Implementation
antlr3-pANTLR3_HASH_BUCKET(3) β pANTLR3_HASH_BUCKET - Hash Table Bucket Implementation
antlr3-pANTLR3_HASH_ENTRY(3) β pANTLR3_HASH_ENTRY - Hash Table Entry Implementation
antlr3-pANTLR3_HASH_ENUM(3) β pANTLR3_HASH_ENUM - Hash Table Enumerator Implementation
antlr3-pANTLR3_HASH_TABLE(3) β pANTLR3_HASH_TABLE - Hash Table Implementation
antlr3-pANTLR3_INPUT_STREAM(3) β pANTLR3_INPUT_STREAM - Input Stream Implementation
antlr3-pANTLR3_INT_STREAM(3) β PANTLR3_INT_STREAM
antlr3-pANTLR3_INT_TRIE(3) β pANTLR3_INT_TRIE - Trie Implementation
antlr3-pANTLR3_LEXER(3) β pANTLR3_LEXER - Lexer Implementation
antlr3-pANTLR3_LEX_STATE(3) β pANTLR3_LEX_STATE - Lexer State Implementation
antlr3-pANTLR3_LIST(3) β pANTLR3_LIST - List Implementation
antlr3-pANTLR3_PARSER(3) β pANTLR3_PARSER - Parser Implementation
antlr3-pANTLR3_PARSE_TREE(3) β pANTLR3_PARSE_TREE - Parse Tree Implementation
antlr3-pANTLR3_RECOGNIZER_SHARED_STATE(3) β pANTLR3_RECOGNIZER_SHARED_STATE - Recognizer Shared State Implementation
antlr3-pANTLR3_REWRITE_RULE_ELEMENT_STREAM(3) β pANTLR3_REWRITE_RULE_ELEMENT_STREAM - Token Rewrite Stream Implementation
antlr3-pANTLR3_STACK(3) β pANTLR3_STACK - Stack Implementation
antlr3-pANTLR3_STRING(3) β pANTLR3_STRING - String Implementation
antlr3-pANTLR3_STRING_FACTORY(3) β pANTLR3_STRING_FACTORY - String Factory Implementation
antlr3-pANTLR3_TOKEN_FACTORY(3) β pANTLR3_TOKEN_FACTORY - Token Factory Implementation
antlr3-pANTLR3_TOKEN_SOURCE(3) β pANTLR3_TOKEN_SOURCE - Token Source Implementation
antlr3-pANTLR3_TOKEN_STREAM(3) β pANTLR3_TOKEN_STREAM - Token Stream Implementation
antlr3-pANTLR3_TREE_NODE_STREAM(3) β pANTLR3_TREE_NODE_STREAM - Tree Node Stream Implementation
antlr3-pANTLR3_TREE_PARSER(3) β pANTLR3_TREE_PARSER - Tree ParserImplementation
antlr3-pANTLR3_TREE_WALK_STATE(3) β pANTLR3_TREE_WALK_STATE - Tree Walk State Implementation
antlr3-pANTLR3_VECTOR(3) β pANTLR3_VECTOR - Vector Implementation
antlr3-pANTLR3_VECTOR_FACTORY(3) β pANTLR3_VECTOR_FACTORY - Vector Factory Implementation
antlr3-runtime(3) β Navigating the C Runtime Documentation
antlr3-runtime.dox(3)
antlr3-todo(3) β Todo List
antlr3-using(3) β Using the ANTLR3 C Target
antlr3-using.dox(3)
antlr3.h(3)
antlr3baserecognizer.c(3) β Contains the base functions that all recognizers require.
antlr3baserecognizer.h(3) β Defines the basic structure to support recognizing by either a lexer, parser, or tree parser.
antlr3basetree.c(3)
antlr3basetree.h(3) β Definition of the ANTLR3 base tree.
antlr3basetreeadaptor.c(3) β Contains the base functions that all tree adaptors start with.
antlr3basetreeadaptor.h(3) β Definition of the ANTLR3 base tree adaptor.
antlr3bitset.c(3) β Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr's Java implementation.
antlr3bitset.h(3) β Defines the basic structures of an ANTLR3 bitset.
antlr3collections.c(3) β Provides a number of useful functions that are roughly equivalent to java HashTable and List for the purposes of Antlr 3 C runtime.
antlr3collections.h(3)
antlr3commontoken.c(3)
antlr3commontoken.h(3) β Defines the interface for a common token.
antlr3commontree.c(3)
antlr3commontree.h(3)
antlr3commontreeadaptor.c(3) β This is the standard tree adaptor used by the C runtime unless the grammar source file says to use anything different.
antlr3commontreeadaptor.h(3) β Definition of the ANTLR3 common tree adaptor.
antlr3commontreenodestream.c(3) β Defines the implementation of the common node stream the default tree node stream used by ANTLR.
antlr3commontreenodestream.h(3) β Definition of the ANTLR3 common tree node stream.
antlr3convertutf.c(3)
antlr3convertutf.h(3)
antlr3cyclicdfa.c(3)
antlr3cyclicdfa.h(3)
antlr3debugeventlistener.h(3) β The definition of all debugging events that a recognizer can trigger.
antlr3debughandlers.c(3) β Provides the debugging functions invoked by a recognizer built using the debug generator mode of the antlr tool.
antlr3defs.h(3) β Basic type and constant definitions for ANTLR3 Runtime.
antlr3encodings.c(3)
antlr3encodings.h(3)
antlr3errors.h(3)
antlr3exception.c(3) β Contains default functions for creating and destroying as well as otherwise handling ANTLR3 standard exception structures.
antlr3exception.h(3) β Contains the definition of a basic ANTLR3 exception structure created by a recognizer when errors are found/predicted.
antlr3filestream.c(3) β The ANTLR3 C filestream is used when the source character stream is a filesystem based input set and all the characters in the filestream can be loaded at once into memory and away the lexer goes.
antlr3filestream.h(3)
antlr3input.h(3) β Defines the basic structures used to manipulate character streams from any input source.
antlr3inputstream.c(3) β Base functions to initialize and manipulate any input stream.
antlr3interfaces.h(3) β Declarations for all the antlr3 C runtime interfaces/classes.
antlr3intstream.c(3) β Implementation of superclass elements of an ANTLR3 int stream.
antlr3intstream.h(3) β Defines the the class interface for an antlr3 INTSTREAM.
antlr3lexer.c(3) β Base implementation of an antlr 3 lexer.
antlr3lexer.h(3) β Base interface for any ANTLR3 lexer.
antlr3memory.h(3)
antlr3parser.c(3) β Implementation of the base functionality for an ANTLR3 parser.
antlr3parser.h(3) β Base implementation of an ANTLR3 parser.
antlr3parsetree.h(3) β Abstraction of Common tree to provide payload and string representation of node.
antlr3recognizersharedstate.h(3) β While the C runtime does not need to model the state of multiple lexers and parsers in the same way as the Java runtime does it is no overhead to reflect that model.
antlr3rewritestreams.c(3) β Implementation of token/tree streams that are used by the tree re-write rules to manipulate the tokens and trees produced by rules that are subject to rewrite directives.
antlr3rewritestreams.h(3)
antlr3string.c(3) β Implementation of the ANTLR3 string and string factory classes.
antlr3string.h(3) β Simple string interface allows indiscriminate allocation of strings such that they can be allocated all over the place and released in one chunk via a string factory - saves lots of hassle in remembering what strings were allocated where.
antlr3tokenstream.c(3) β Default implementation of CommonTokenStream.
antlr3tokenstream.h(3) β Defines the interface for an ANTLR3 common token stream.
antlr3treeparser.c(3) β Implementation of the tree parser and overrides for the base recognizer.
antlr3treeparser.h(3)
anytopl(3gv)
ao_string_tokenize(3)
apreq.h(3) β Main header file...
apreq_cookie.h(3) β Cookies and Jars.
apreq_cookie_t(3) β Cookie type, supporting both Netscape and RFC cookie specifications.
apreq_error.h(3) β Error status codes.
apreq_faq(3) β FAQ
apreq_handle_t(3)
apreq_hook_find_param_ctx_t(3)
apreq_hook_t(3)
apreq_install(3) β INSTALL
apreq_lang(3) β Language Bindings
apreq_license(3) β LICENSE
apreq_module(3) β Modules
apreq_module.h(3) β Module API.
apreq_module_t(3) β Vtable describing the necessary module functions.
apreq_notice(3) β NOTICE
apreq_param.h(3) β Request parsing and parameter API.
apreq_param_t(3)
apreq_parser.h(3) β Request body parser API.
apreq_parser_t(3)
apreq_util.h(3) β Utility functions for apreq.
apreq_value_t(3) β libapreq's pre-extensible string type
apreq_version.h(3) β Versioning API for libapreq.
arc4random(3) β cryptographically-secure pseudorandom number generator
arc4random(3bsd) β random number generator
archive_entry(3) β functions for managing archive entry descriptions
archive_entry_acl(3) β functions for manipulating Access Control Lists in archive entry descriptions
archive_entry_linkify(3) β hardlink resolver functions
archive_entry_misc(3) β miscellaneous functions for manipulating properties of archive_entry
archive_entry_paths(3) β functions for manipulating path names in archive entry descriptions
archive_entry_perms(3) β functions for manipulating ownership and permissions in archive entry descriptions
archive_entry_stat(3) β accessor functions for manipulating archive entry descriptions
archive_entry_time(3) β functions for manipulating times in archive entry descriptions
archive_read(3) β functions for reading streaming archives
archive_read_add_passphrase(3) β functions for reading encrypted archives
archive_read_data(3) β functions for reading streaming archives
archive_read_disk(3) β functions for reading objects from disk
archive_read_extract(3) β functions for reading streaming archives
archive_read_filter(3) β functions for reading streaming archives
archive_read_format(3) β functions for reading streaming archives
archive_read_free(3) β functions for reading streaming archives
archive_read_header(3) β functions for reading streaming archives
archive_read_new(3) β functions for reading streaming archives
archive_read_open(3) β functions for reading streaming archives
archive_read_set_options(3) β functions controlling options for reading archives
archive_util(3) β libarchive utility functions
archive_write(3) β functions for creating archives
archive_write_blocksize(3) β functions for creating archives
archive_write_data(3) β functions for creating archives
archive_write_disk(3) β functions for creating objects on disk
archive_write_filter(3) β functions enabling output filters
archive_write_finish_entry(3) β functions for creating archives
archive_write_format(3) β functions for creating archives
archive_write_free(3) β functions for creating archives
archive_write_header(3) β functions for creating archives
archive_write_new(3) β functions for creating archives
archive_write_open(3) β functions for creating archives
archive_write_set_options(3) β functions controlling options for writing archives
archive_write_set_passphrase(3) β functions for writing encrypted archives
ares_cancel(3) β Cancel a resolve
ares_create_query(3) β Compose a single-question DNS query buffer
ares_destroy(3) β Destroy a resolver channel
ares_destroy_options(3) β Destroy options initialized with ares_save_options
ares_dns_class_fromstr(3)
ares_dns_class_t(3)
ares_dns_class_tostr(3)
ares_dns_datatype_t(3)
ares_dns_flags_t(3)
ares_dns_mapping(3)
ares_dns_opcode_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_parse(3)
ares_dns_rcode_t(3)
ares_dns_rcode_tostr(3)
ares_dns_rec_type_fromstr(3)
ares_dns_rec_type_t(3)
ares_dns_rec_type_tostr(3)
ares_dns_record(3)
ares_dns_record_create(3)
ares_dns_record_destroy(3)
ares_dns_record_duplicate(3)
ares_dns_record_get_flags(3)
ares_dns_record_get_id(3)
ares_dns_record_get_opcode(3)
ares_dns_record_get_rcode(3)
ares_dns_record_query_add(3)
ares_dns_record_query_cnt(3)
ares_dns_record_query_get(3)
ares_dns_record_query_set_name(3)
ares_dns_record_query_set_type(3)
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_record_set_id(3)
ares_dns_rr(3)
ares_dns_rr_add_abin(3)
ares_dns_rr_del_abin(3)
ares_dns_rr_del_opt_byid(3)
ares_dns_rr_get_abin(3)
ares_dns_rr_get_abin_cnt(3)
ares_dns_rr_get_addr(3)
ares_dns_rr_get_addr6(3)
ares_dns_rr_get_bin(3)
ares_dns_rr_get_class(3)
ares_dns_rr_get_keys(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_datatype(3)
ares_dns_rr_key_t(3)
ares_dns_rr_key_to_rec_type(3)
ares_dns_rr_key_tostr(3)
ares_dns_rr_set_addr(3)
ares_dns_rr_set_addr6(3)
ares_dns_rr_set_bin(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_dns_section_tostr(3)
ares_dns_write(3)
ares_dup(3) β Duplicate a resolver channel
ares_expand_name(3) β Expand a DNS-encoded domain name
ares_expand_string(3) β Expand a length encoded string
ares_fds(3) β return file descriptors to select on (deprecated)
ares_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_get_servers(3) β Retrieve name servers from an initialized ares_channel (deprecated)
ares_get_servers_csv(3)
ares_get_servers_ports(3)
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_getnameinfo(3) β Address-to-nodename translation in protocol-independent manner
ares_getsock(3) β get socket descriptors to wait on (deprecated)
ares_inet_ntop(3) β convert a network format address to presentation format
ares_inet_pton(3) β convert an IPv4 or IPv6 address from text to binary form
ares_init(3)
ares_init_options(3) β Initialize a resolver channel
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_opt_param_t(3)
ares_parse_a_reply(3) β Parse a reply to a DNS query of type A
ares_parse_aaaa_reply(3) β Parse a reply to a DNS query of type AAAA
ares_parse_caa_reply(3) β Parse a reply to a DNS query of type CAA
ares_parse_mx_reply(3) β Parse a reply to a DNS query of type MX
ares_parse_naptr_reply(3) β Parse a reply to a DNS query of type NAPTR
ares_parse_ns_reply(3) β Parse a reply to a DNS query of type NS into a hostent
ares_parse_ptr_reply(3) β Parse a reply to a DNS query of type PTR into a hostent
ares_parse_soa_reply(3) β Parse a reply to a DNS query of type SOA
ares_parse_srv_reply(3) β Parse a reply to a DNS query of type SRV
ares_parse_txt_reply(3) β Parse a reply to a DNS query of type TXT
ares_parse_uri_reply(3) β Parse a reply to a DNS query of type URI
ares_process(3) β Process events for name resolution
ares_process_fd(3)
ares_process_fds(3)
ares_process_pending_write(3)
ares_query(3) β Initiate a single-question DNS query
ares_query_dnsrec(3)
ares_queue(3) β Functions for checking the
ares_queue_active_queries(3)
ares_queue_wait_empty(3)
ares_reinit(3) β ReInitialize a resolver channel from system configuration.
ares_save_options(3) β Save configuration values obtained from initialized ares_channel
ares_search(3) β Initiate a DNS query with domain search
ares_search_dnsrec(3)
ares_send(3) β Initiate a DNS query
ares_send_dnsrec(3)
ares_set_local_dev(3) β Bind to a specific network device when creating sockets.
ares_set_local_ip4(3) β Set local IPv4 address outgoing requests.
ares_set_local_ip6(3) β Set local IPv6 address outgoing requests.
ares_set_pending_write_cb(3) β Function
ares_set_server_state_callback(3) β Function for setting a server state callback
ares_set_servers(3) β Initialize name server configuration
ares_set_servers_csv(3) β Set
ares_set_servers_ports(3)
ares_set_servers_ports_csv(3)
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) β Set socket io callbacks
ares_set_socket_functions_ex(3)
ares_set_sortlist(3) β Initialize an ares_channel_t *sortlist configuration
ares_strerror(3) β Get the description of an ares library error code
ares_svcb_param_t(3)
ares_threadsafety(3) β Query if c-ares was built with thread-safety
ares_timeout(3) β return maximum time to wait
ares_tlsa_match_t(3)
ares_tlsa_selector_t(3)
ares_tlsa_usage_t(3)
ares_version(3) β Get the version number of the library
arg(3bobcat) β A singleton class interfacing command line arguments
argconfig(3bobcat) β A singleton class processing program arguments
argtable(3) β an ANSI C library for parsing GNU style command line options
argtable2(3) β an ANSI C library for parsing GNU style command line options
argz_add(3) β functions to handle an argz list
argz_add(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ ΠΎΠ±ΡΠ°Π±ΠΎΡΠΊΠΈ ΡΠΏΠΈΡΠΊΠ° argz
asctime(3p)
asin(3) β arc sine function
asin(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π°ΡΠΊΡΠΈΠ½ΡΡΠ°
asin(3p)
asinh(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ Π°ΡΠΊΡΠΈΠ½ΡΡΠ°
asinh(3) β inverse hyperbolic sine function
asinh(3p)
asinl(3p)
asmdemo(3) β Combining C and assembly source filesFor time- or space-critical applications, it can often be desirable to combine C code (for easy maintenance) and assembly code (for maximal speed or minimal code size) together. This demo provides an example of how to do that.
asn1_array2tree(3) β API function
asn1_bit_der(3) β API function
asn1_check_version(3) β API function
asn1_copy_node(3) β API function
asn1_create_element(3) β API function
asn1_decode_simple_ber(3) β API function
asn1_decode_simple_der(3) β API function
asn1_delete_element(3) β API function
asn1_delete_structure(3) β API function
asn1_delete_structure2(3) β API function
asn1_der_coding(3) β API function
asn1_der_decoding(3) β API function
asn1_der_decoding2(3) β API function
asn1_der_decoding_element(3) β API function
asn1_der_decoding_startEnd(3) β API function
asn1_dup_node(3) β API function
asn1_encode_simple_der(3) β API function
asn1_expand_any_defined_by(3) β API function
asn1_expand_octet_string(3) β API function
asn1_find_node(3) β API function
asn1_find_structure_from_oid(3) β API function
asn1_get_bit_der(3) β API function
asn1_get_length_ber(3) β API function
asn1_get_length_der(3) β API function
asn1_get_object_id_der(3) β API function
asn1_get_octet_der(3) β API function
asn1_get_tag_der(3) β API function
asn1_length_der(3) β API function
asn1_number_of_elements(3) β API function
asn1_object_id_der(3) β API function
asn1_octet_der(3) β API function
asn1_parser2array(3) β API function
asn1_parser2tree(3) β API function
asn1_perror(3) β API function
asn1_print_structure(3) β API function
asn1_read_node_value(3) β API function
asn1_read_tag(3) β API function
asn1_read_value(3) β API function
asn1_read_value_type(3) β API function
asn1_strerror(3) β API function
asn1_write_value(3) β API function
asprintf(3) β print to allocated string
asprintf(3) β Π²ΡΠ²ΠΎΠ΄ΠΈΡ Π΄Π°Π½Π½ΡΠ΅ Π² ΡΡΡΠΎΠΊΡ, Π²ΡΠ΄Π΅Π»Π΅Π½Π½ΡΡ Π² ΠΏΠ°ΠΌΡΡΠΈ
assembler(3) β avr-libc and assembler programs
assert(3) β ΠΏΡΠ΅ΠΊΡΠ°ΡΠ°Π΅Ρ ΡΠ°Π±ΠΎΡΡ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ ΠΏΡΠΈ Π»ΠΎΠΆΠ½ΠΎΠΌ ΡΡΠ²Π΅ΡΠΆΠ΄Π΅Π½ΠΈΠΈ
assert(3) β abort the program if assertion is false
assert(3p)
assert.h(3)
assert_perror(3) β test errnum and abort
assert_perror(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ errnum ΠΈ ΠΏΡΠ΅ΠΊΡΠ°ΡΠ°Π΅Ρ Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ
atalk_aton(3) β AppleTalk address parsing
atan(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π°ΡΠΊΡΠ°Π½Π³Π΅Π½ΡΠ°
atan(3) β arc tangent function
atan(3p)
atan2(3) β arc tangent function of two variables
atan2(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π°ΡΠΊΡΠ°Π½Π³Π΅Π½cΠ° Π΄Π²ΡΡ
ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΡΡ
atan2(3p)
atanf(3p)
atanh(3) β inverse hyperbolic tangent function
atanh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΡΡΠ½ΠΊΡΠΈΠΈ ΠΎΠ±ΡΠ°ΡΠ½ΠΎΠ³ΠΎ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ
atanh(3p)
atanl(3p)
atexit(3) β ΡΠ΅Π³ΠΈΡΡΡΠΈΡΡΠ΅Ρ ΡΡΠ½ΠΊΡΠΈΡ, Π²ΡΠ·ΡΠ²Π°Π΅ΠΌΡΡ ΠΏΡΠΈ ΠΎΠ±ΡΡΠ½ΠΎΠΌ Π·Π°Π²Π΅ΡΡΠ΅Π½ΠΈΠΈ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ
atexit(3) β register a function to be called at normal process termination
atexit(3p)
atf-c(3) β C API to write ATF-based test programs
atf-c++(3) β C++ API to write ATF-based test programs
atf-sh(3) β POSIX shell API to write ATF-based test programs
atof(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π² Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΡΠΈΠΏΠ° double
atof(3) β convert a string to a double
atof(3p)
atoi(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π² ΡΠ΅Π»ΠΎΠ΅ ΡΠΈΡΠ»ΠΎ
atoi(3) β convert a string to an integer
atoi(3p)
atol(3p)
atomic.h(3)
attemptckalloc(3)
attemptckrealloc(3)
attr_get(3) β get the value of a user attribute of a filesystem object
attr_list(3) β list the names of the user attributes of a filesystem object
attr_multi(3) β manipulate multiple user attributes on a filesystem object at once
attr_remove(3) β remove a user attribute of a filesystem object
attr_set(3) β set the value of a user attribute of a filesystem object
audit_add_rule_data(3) β Add new audit rule
audit_add_rule_data(3) β Π΄ΠΎΠ±Π°Π²ΠΈΡΡ Π½ΠΎΠ²ΠΎΠ΅ ΠΏΡΠ°Π²ΠΈΠ»ΠΎ Π°ΡΠ΄ΠΈΡΠ°
audit_add_watch(3) β create a rule layout for a watch
audit_add_watch(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΡΠΎΡΠΌΠ°Ρ Π½Π°Π±Π»ΡΠ΄Π΅Π½ΠΈΡ Π΄Π»Ρ ΠΏΡΠ°Π²ΠΈΠ»Π°
audit_can_read(3) β test audit related capabilities
audit_close(3) β Close the audit netlink socket connection
audit_delete_rule_data(3) β ΡΠ΄Π°Π»ΠΈΡΡ ΠΏΡΠ°Π²ΠΈΠ»ΠΎ audit
audit_delete_rule_data(3) β Delete audit rule
audit_detect_machine(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ ΡΠΈΠΏ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠ°
audit_detect_machine(3) β Detects the current machine type
audit_encode_nv_string(3) β encode a name/value pair in a string
audit_encode_value(3) β encode input string to ASCII code string
audit_flag_to_name(3) β Convert the numeric rule-matching filter value to the rule-matching filter name
audit_fstype_to_name(3) β Convert the numeric fstype value to the fstype name
audit_get_features(3) β query or change kernel audit features
audit_get_reply(3) β Get the audit system's reply
audit_get_reply(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΎΡΠ²Π΅ΡΠ° ΡΠΈΡΡΠ΅ΠΌΡ Π°ΡΠ΄ΠΈΡΠ°
audit_get_session(3) β Get a program's login session id value
audit_getloginuid(3) β Get a program's loginuid value
audit_getloginuid(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ loginuid ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ
audit_is_enabled(3) β judge whether auditing is enabled or not
audit_log_acct_message(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΡΠΎΠ±ΡΡΠΈΠΉ ΡΠΏΡΠ°Π²Π»Π΅Π½ΠΈΡ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΠΌΠΈ ΠΈ Π³ΡΡΠΏΠΏΠ°ΠΌΠΈ
audit_log_acct_message(3) β log a user account message
audit_log_semanage_message(3) β log a semanage message
audit_log_user_avc_message(3) β log a user avc message
audit_log_user_avc_message(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ ΠΌΠ΅Π½Π΅Π΄ΠΆΠ΅ΡΠΎΠ² SELinux.
audit_log_user_comm_message(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ ΠΈΠ· ΠΊΠΎΠ½ΡΠΎΠ»ΡΠ½ΡΡ
ΠΏΡΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ
audit_log_user_comm_message(3) β log a user message from a console app
audit_log_user_command(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΠΊΠΎΠΌΠ°Π½Π΄ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ
audit_log_user_command(3) β log a user command
audit_log_user_message(3) β log a general user message
audit_log_user_message(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΠΎΠ±ΡΠΈΡ
ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ
audit_log_user_semange_message(3) β ΡΠ΅Π³ΠΈΡΡΡΠ°ΡΠΈΡ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ SELinux
audit_name_to_action(3) β Convert the action name to the numeric action value to each other
audit_name_to_errno(3) β Convert the errno name and the numeric errno value to each other
audit_name_to_flag(3) β Convert the rule-matching filter name to the numeric rule-matching filter value
audit_name_to_fstype(3) β Convert the fstype name to the numeric fstype value
audit_name_to_syscall(3) β Convert the syscall name to the numeric syscall value
audit_open(3) β Open a audit netlink socket connection
audit_open(3) β ΠΎΡΠΊΡΡΡΡ ΡΠΎΠΊΠ΅Ρ netlink Π΄Π»Ρ ΡΠΈΡΡΠ΅ΠΌΡ Π°ΡΠ΄ΠΈΡΠ°
audit_request_features(3) β request audit feature bitmap
audit_request_rules_list_data(3) β Request list of current audit rules
audit_request_rules_list_data(3) β ΠΏΠΎΠ»ΡΡΠΈΡΡ ΡΠΏΠΈΡΠΎΠΊ ΡΠ΅ΠΊΡΡΠΈΡ
ΠΏΡΠ°Π²ΠΈΠ» Π°ΡΠ΄ΠΈΡΠ°
audit_request_signal_info(3) β Request signal info for the audit system
audit_request_signal_info(3) β Π·Π°ΠΏΡΠΎΡ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ ΠΎ ΡΠΈΠ³Π½Π°Π»Π΅
audit_request_status(3) β ΠΏΠΎΠ»ΡΡΠΈΡΡ ΡΡΠ°ΡΡΡ ΡΠΈΡΡΠ΅ΠΌΡ Π°ΡΠ΄ΠΈΡΠ°
audit_request_status(3) β Request status of the audit system
audit_reset_backlog_wait_time_actual(3) β reset backlog wait time actual counter
audit_reset_lost(3) β reset lost event counter
audit_set_backlog_limit(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ ΠΏΡΠ΅Π΄Π΅Π»ΡΠ½ΠΎΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ Π΄Π΅ΠΌΠΎΠ½Π° Π°ΡΠ΄ΠΈΡΠ°
audit_set_backlog_limit(3) β Set the audit backlog limit
audit_set_backlog_wait_time(3) β Set the audit backlog wait time
audit_set_enabled(3) β Enable or disable auditing
audit_set_enabled(3) β Π²ΠΊΠ»ΡΡΠΈΡΡ ΠΈΠ»ΠΈ ΠΎΡΠΊΠ»ΡΡΠΈΡΡ ΡΠΈΡΡΠ΅ΠΌΡ Π°ΡΠ΄ΠΈΡΠ°
audit_set_failure(3) β Set audit failure flag
audit_set_failure(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ Π΄Π΅ΠΉΡΡΠ²ΠΈΠ΅ ΠΏΡΠΈ ΡΠ±ΠΎΠ΅
audit_set_loginuid_immutable(3) β make loginuid value immutable
audit_set_pid(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ ID ΠΏΡΠΎΡΠ΅ΡΡΠ° Π΄Π΅ΠΌΠΎΠ½Π° Π°ΡΠ΄ΠΈΡΠ°
audit_set_pid(3) β Set audit daemon process ID
audit_set_rate_limit(3) β Set audit rate limit
audit_set_rate_limit(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° Π»ΠΈΠΌΠΈΡΠ° ΡΠ°ΡΡΠΎΡΡ Π°ΡΠ΄ΠΈΡΠ°
audit_setloginuid(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ loginuid ΠΏΡΠΎΡΠ΅ΡΡΠ°
audit_setloginuid(3) β Set a program's loginuid value
audit_syscall_to_name(3) β Convert the numeric syscall value to the syscall name
audit_update_watch_perms(3) β update permissions field of watch command
audit_update_watch_perms(3) β ΠΎΠ±Π½ΠΎΠ²Π»ΡΠ΅Ρ ΠΏΡΠ°Π²Π° ΠΊΠΎΠΌΠ°Π½Π΄Ρ watch
audit_value_needs_encoding(3) β check a string to see if it needs encoding
auparse_add_callback(3) β add a callback handler for notifications
auparse_destroy(3) β ΡΠ½ΠΈΡΡΠΎΠΆΠ΅Π½ΠΈΠ΅ ΡΠΊΠ·Π΅ΠΌΠΏΠ»ΡΡΠ° ΠΏΠ°ΡΡΠ΅ΡΠ°
auparse_destroy(3) β release instance of parser
auparse_feed(3) β feed data into parser
auparse_feed_age_events(3) β check events for complete based on time.
auparse_feed_has_data(3) β check if there is any data accumulating that might need flushing.
auparse_find_field(3) β ΠΏΠΎΠΈΡΠΊ ΠΏΠΎΠ»Ρ ΠΏΠΎ ΠΈΠΌΠ΅Π½ΠΈ
auparse_find_field(3) β search for field name
auparse_find_field_next(3) β find next occurrence of field name
auparse_find_field_next(3) β Π½Π°Ρ
ΠΎΠ΄ΠΈΡ ΡΠ»Π΅Π΄ΡΡΡΠ΅Π΅ ΠΏΠΎΠ»Π΅ ΠΏΠΎ Π·Π°Π΄Π°Π½Π½ΠΎΠΌΡ ΠΈΠΌΠ΅Π½ΠΈ
auparse_first_field(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° ΠΊΡΡΡΠΎΡΠ° Π½Π° ΠΏΠ΅ΡΠ²ΠΎΠ΅ ΠΏΠΎΠ»Π΅
auparse_first_field(3) β reposition field cursor
auparse_first_record(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° ΠΊΡΡΡΠΎΡΠ° Π½Π° ΠΏΠ΅ΡΠ²ΡΡ Π·Π°ΠΏΠΈΡΡ
auparse_first_record(3) β reposition record cursor
auparse_flush_feed(3) β flush any unconsumed feed data through parser.
auparse_get_field_int(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΠΏΠΎΠ»Ρ Π² ΡΠΎΡΠΌΠ°ΡΠ΅ int
auparse_get_field_int(3) β get current field's value as an int
auparse_get_field_name(3) β get current field's name
auparse_get_field_name(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΈΠΌΠ΅Π½ΠΈ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ ΠΏΠΎΠ»Ρ
auparse_get_field_num(3) β get current field cursor location
auparse_get_field_str(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ ΠΏΠΎΠ»Ρ
auparse_get_field_str(3) β get current field's value
auparse_get_field_type(3) β get current field's data type
auparse_get_filename(3) β get the filename where record was found
auparse_get_line_number(3) β get line number where record was found
auparse_get_milli(3) β get the millisecond value of the event
auparse_get_milli(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ ΡΠΎΠ±ΡΡΠΈΡ Π² ΠΌΠΈΠ»Π»ΠΈΡΠ΅ΠΊΡΠ½Π΄Π°Ρ
auparse_get_node(3) β get the event's machine node name
auparse_get_num_fields(3) β get the number of fields
auparse_get_num_fields(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²Π° ΠΏΠΎΠ»Π΅ΠΉ
auparse_get_num_records(3) β get the number of records
auparse_get_num_records(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²Π° Π·Π°ΠΏΠΈΡΠ΅ΠΉ
auparse_get_record_num(3) β get current record cursor location
auparse_get_record_text(3) β Π΄ΠΎΡΡΡΠΏ ΠΊ Π½Π΅ΡΡΡΡΠΊΡΡΡΠΈΡΠΎΠ²Π°Π½Π½ΡΠΌ Π΄Π°Π½Π½ΡΠΌ Π·Π°ΠΏΠΈΡΠΈ
auparse_get_record_text(3) β access unparsed record data
auparse_get_serial(3) β get the event's serial number
auparse_get_serial(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΠ΅ΡΠΈΠΉΠ½ΠΎΠ³ΠΎ Π½ΠΎΠΌΠ΅ΡΠ° ΡΠΎΠ±ΡΡΠΈΡ
auparse_get_time(3) β get event's time
auparse_get_time(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ ΡΠΎΠ±ΡΡΠΈΡ
auparse_get_timestamp(3) β access timestamp of the event
auparse_get_timestamp(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΡΠ°ΠΌΠΏΠ° Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ ΡΠΎΠ±ΡΡΠΈΡ
auparse_get_type(3) β get record's type
auparse_get_type(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΠΈΠΏΠ° Π·Π°ΠΏΠΈΡΠΈ
auparse_get_type_name(3) β get record's type translation
auparse_goto_field_num(3) β move field cursor to specific field
auparse_goto_record_num(3) β move record cursor to specific record
auparse_init(3) β initialize an instance of the audit parsing library
auparse_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·Π°ΡΠΈΡ ΡΠΊΠ·Π΅ΠΌΠΏΠ»ΡΡΠ° ΠΏΠ°ΡΡΠ΅ΡΠ° ΡΠΈΡΡΠ΅ΠΌΡ Π°ΡΠ΄ΠΈΡΠ°
auparse_interpret_field(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΈΠ½ΡΠ΅ΡΠΏΡΠ΅ΡΠΈΡΠΎΠ²Π°Π½ΠΎΠ³ΠΎ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΠΏΠΎΠ»Ρ
auparse_interpret_field(3) β get current field's interpreted value
auparse_metrics(3) β get some metrics about auparse
auparse_new_buffer(3) β replace the buffer in the parser
auparse_next_event(3) β ΠΏΠ΅ΡΠ΅Ρ
ΠΎΠ΄ Π½Π° ΡΠ»Π΅Π΄ΡΡΡΠ΅Π΅ ΡΠΎΠ±ΡΡΠΈΠ΅
auparse_next_event(3) β get the next event
auparse_next_field(3) β ΠΏΠ΅ΡΠ΅Ρ
ΠΎΠ΄ Π½Π° ΡΠ»Π΅Π΄ΡΡΡΠ΅Π΅ ΠΏΠΎΠ»Π΅
auparse_next_field(3) β move field cursor
auparse_next_record(3) β ΠΏΠ΅ΡΠ΅Ρ
ΠΎΠ΄ Π½Π° ΡΠ»Π΅Π΄ΡΡΡΡΡ Π·Π°ΠΏΠΈΡΡ
auparse_next_record(3) β move record cursor
auparse_node_compare(3) β compares node name values
auparse_normalize(3) β normalize the current event
auparse_normalize_functions(3) β Access normalized fields
auparse_reset(3) β ΡΠ±ΡΠΎΡ ΠΊΡΡΡΠΎΡΠΎΠ² ΠΏΠ°ΡΡΠ΅ΡΠ°
auparse_reset(3) β reset audit parser instance
auparse_set_eoe_timeout(3) β set the end of event timeout value
auparse_set_escape_mode(3) β choose escape method
auparse_timestamp_compare(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ ΡΡΠ°ΠΌΠΏΠΎΠ² Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ
auparse_timestamp_compare(3) β compares timestamp values
auplugin(3) β plugin event processing helpers
auplugin_fgets(3) β buffered line reader helpers
ausearch_add_expression(3) β build up search expression
ausearch_add_interpreted_item(3) β build up search rule
ausearch_add_item(3) β build up search rule
ausearch_add_item(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΠΏΡΠ°Π²ΠΈΠ»ΠΎ ΠΏΠΎΠΈΡΠΊΠ°
ausearch_add_regex(3) β use regular expression search rule
ausearch_add_timestamp_item(3) β build up search rule
ausearch_add_timestamp_item_ex(3) β build up search rule
ausearch_clear(3) β clear search parameters
ausearch_clear(3) β ΠΎΡΠΈΡΡΠΊΠ° ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠΎΠ² ΠΏΠΎΠΈΡΠΊΠ°
ausearch_cur_event(3) β check if the current event meets search criteria
ausearch_next_event(3) β find the next event that meets search criteria
ausearch_next_event(3) β ΠΈΡΠ΅Ρ ΡΠ»Π΅Π΄ΡΡΡΠ΅Π΅ ΡΠΎΠ±ΡΡΠΈΠ΅, ΡΠΎΠ²ΠΏΠ°Π΄Π°ΡΡΠ΅Π΅ Ρ ΠΊΡΠΈΡΠ΅ΡΠΈΡΠΌΠΈ ΠΏΠΎΠΈΡΠΊΠ°
ausearch_set_stop(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° ΠΊΡΡΡΠΎΡΠ° ΠΏΡΠΈ ΠΏΠΎΠΈΡΠΊΠ΅
ausearch_set_stop(3) β set the cursor position
auth_enumerate(3) β Obtain list of accounts
auth_generic_meta(3) β Generic authentication request
auth_getoption(3) β Search an option string
auth_getuserinfo_meta(3) β Obtain account information
auth_login_meta(3) β Validate a userid and password
auth_meta(3) β Authentication metadata
auth_mkhomedir(3) β Autocreate a new account\*(Aqs home directory
auth_passwd(3) β Change account\*(Aqs password
auth_sasl(3) β SASL implementation
authlib(3) β Courier Authentication Library
avc_add_callback(3) β additional event notification for SELinux userspace object managers
avc_cache_stats(3) β obtain userspace SELinux AVC statistics
avc_compute_create(3) β obtain SELinux label for new object
avc_context_to_sid(3) β obtain and manipulate SELinux security ID's
avc_has_perm(3) β obtain and audit SELinux access decisions
avc_init(3) β legacy userspace SELinux AVC setup
avc_netlink_loop(3) β SELinux
avc_open(3) β userspace SELinux AVC setup and teardown
avcall(3) β build a C argument list incrementally and call a C function on it.
avr_assert(3) β <assert.h>: Diagnostics
avr_boot(3) β <avr/boot.h>: Bootloader Support Utilities
avr_cpufunc(3) β <avr/cpufunc.h>: Special AVR CPU functions
avr_eeprom(3) β <avr/eeprom.h>: EEPROM handling
avr_errno(3) β <errno.h>: System Errors
avr_fuse(3) β <avr/fuse.h>: Fuse Support
avr_interrupts(3) β <avr/interrupt.h>: Interrupts
avr_inttypes(3) β <inttypes.h>: Integer Type conversions
avr_io(3) β <avr/io.h>: AVR device-specific IO definitions
avr_lock(3) β <avr/lock.h>: Lockbit Support
avr_math(3) β <math.h>: Mathematics
avr_pgmspace(3) β <avr/pgmspace.h>: Program Space Utilities
avr_power(3) β <avr/power.h>: Power Reduction Management
avr_sfr(3) β <avr/sfr_defs.h>: Special function registers
avr_sfr_notes(3) β Additional notes from <avr/sfr_defs.h>The \fC<avr/sfr_defs.h> file is included by all of the \fC<avr/ioXXXX.h> files, which use macros defined here to make the special function register definitions look like C variables or simple constants, depending on the \fC_SFR_ASM_COMPAT define. Some examples from \fC<avr/iocanxx.h> to show how to define such macros:
avr_signature(3) β <avr/signature.h>: Signature Support
avr_sleep(3) β <avr/sleep.h>: Power Management and Sleep Modes
avr_stdint(3) β <stdint.h>: Standard Integer Types
avr_stdio(3) β <stdio.h>: Standard IO facilities
avr_stdlib(3) β <stdlib.h>: General utilities
avr_string(3) β <string.h>: Strings
avr_time(3) β <time.h>: Time
avr_version(3) β <avr/version.h>: avr-libc version macros
avr_watchdog(3) β <avr/wdt.h>: Watchdog timer handling
ax25(3) β AX25 Address manipulation routines
b2i_PVK_bio_ex(3ossl) β Decode and encode
back(3) β An easing function that has a 'cute' natural coming back effect.
backtrace(3) β support
backtrace(3) β ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠ° ΡΠ°ΠΌΠΎΠΎΡΠ»Π°Π΄ΠΊΠΈ Π²
basename(3) β parse pathname components
basename(3) β ΡΠ°Π·Π΄Π΅Π»ΡΠ΅Ρ ΠΏΡΡΡ Π½Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΡ
basename(3p)
bcmp(3) β compare byte sequences
bcmp(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ Π΄Π²Π΅ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΠΈ Π±Π°ΠΉΡ
bcopy(3) β copy byte sequence
bcopy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΡ Π±Π°ΠΉΡ
bdy(3gv)
benchmarks(3) β Benchmarks
bigint(3bobcat) β Arithmetic on Integers of Unlimited Size
binarysearch(3bobcat) β Extensions to the STL binary_search function
bind(3p)
bind_textdomain_codeset(3) β set encoding of message translations
bindresvport(3) β bind a socket to a privileged IP port
bindresvport(3) β ΠΏΡΠΈΠ²ΡΠ·ΡΠ²Π°Π΅Ρ ΡΠΎΠΊΠ΅Ρ ΠΊ ΠΏΡΠΈΠ²ΠΈΠ»Π΅Π³ΠΈΡΠΎΠ²Π°Π½Π½ΠΎΠΌΡ ΠΏΠΎΡΡΡ IP
bindresvport(3t) β bind a socket to a privileged IP port
bindtextdomain(3) β set directory containing message catalogs
binops(3bobcat) β Template functions for class\-type binary operators
binopsbase(3bobcat) β Class template offering class\-type binary operators
binsrch(3) β general purpose functions for performing a binary search
bitstring(3bsd) β bit-string manipulation macros
blkcnt_t(3type) β file block counts
blkio(3) β Block device I/O library
blksize_t(3type) β file block sizes
boot.h(3)
bounce(3) β A bouncing easing function. Values 'bounce' around the maximum/minumum.
brlapi_authClientPacket_t(3)
brlapi_authServerPacket_t(3)
brlapi_clientData(3) β Setting and getting client data
brlapi_connection(3) β Connecting to BrlAPI
brlapi_connectionSettings_t(3) β Settings structure for BrlAPI connection.
brlapi_constants.h(3)
brlapi_deprecated(3) β Deprecated names
brlapi_describedKeyCode_t(3)
brlapi_driverspecific(3) β Driver-Specific modes
brlapi_error(3) β Error handling
brlapi_errorPacket_t(3)
brlapi_error_t(3)
brlapi_expandedKeyCode_t(3)
brlapi_getDriverSpecificModePacket_t(3)
brlapi_handles(3) β BrlAPI handles
brlapi_header_t(3)
brlapi_info(3) β Getting Terminal information
brlapi_keycodes(3) β Types and Defines for BrlAPI Key Codes
brlapi_keycodes.h(3)
brlapi_keys(3) β Reading key presses
brlapi_misc(3) β Miscellaneous functions
brlapi_packet_t(3)
brlapi_param.h(3)
brlapi_paramRequestPacket_t(3)
brlapi_paramValuePacket_t(3)
brlapi_param_computerBrailleRowCells_t(3)
brlapi_param_displaySize_t(3)
brlapi_param_properties_t(3)
brlapi_parameterManagement(3) β Parameter management
brlapi_protocol(3) β BrlAPI's protocol
brlapi_protocol.h(3) β types and constants for BrlAPI's protocol
brlapi_range_t(3)
brlapi_tty(3) β Entering & leaving tty mode
brlapi_version(3) β Version of the BrlAPI library
brlapi_versionPacket_t(3)
brlapi_write(3) β Writing on the braille display
brlapi_writeArgumentsPacket_t(3)
brlapi_writeArguments_t(3)
brlapi_writeStruct(3)
bsd_signal(3) β signal handling with BSD semantics
bsd_signal(3) β ΠΎΠ±ΡΠ°Π±Π°ΡΡΠ²Π°Π΅Ρ ΡΠΈΠ³Π½Π°Π»Ρ ΡΠΎΠ³Π»Π°ΡΠ½ΠΎ ΡΠ΅ΠΌΠ°Π½ΡΠΈΠΊΠ΅ BSD
bsearch(3) β Π²ΡΠΏΠΎΠ»Π½ΡΠ΅Ρ Π΄Π²ΠΎΠΈΡΠ½ΡΠΉ ΠΏΠΎΠΈΡΠΊ Π² ΡΠΏΠΎΡΡΠ΄ΠΎΡΠ΅Π½Π½ΠΎΠΌ ΠΌΠ°ΡΡΠΈΠ²Π΅
bsearch(3) β binary search of a sorted array
bsearch(3p)
bson_aligned_alloc(3)
bson_aligned_alloc0(3)
bson_append_array(3)
bson_append_array_begin(3)
bson_append_array_end(3)
bson_append_binary(3)
bson_append_bool(3)
bson_append_code(3)
bson_append_code_with_scope(3)
bson_append_date_time(3)
bson_append_dbpointer(3)
bson_append_decimal128(3)
bson_append_document(3)
bson_append_document_begin(3)
bson_append_document_end(3)
bson_append_double(3)
bson_append_int32(3)
bson_append_int64(3)
bson_append_iter(3)
bson_append_maxkey(3)
bson_append_minkey(3)
bson_append_now_utc(3)
bson_append_null(3)
bson_append_oid(3)
bson_append_regex(3)
bson_append_regex_w_len(3)
bson_append_symbol(3)
bson_append_time_t(3)
bson_append_timestamp(3)
bson_append_timeval(3)
bson_append_undefined(3)
bson_append_utf8(3)
bson_append_value(3)
bson_array_as_canonical_extended_json(3)
bson_array_as_json(3)
bson_array_as_legacy_extended_json(3)
bson_array_as_relaxed_extended_json(3)
bson_array_builder_t(3)
bson_as_canonical_extended_json(3)
bson_as_json(3)
bson_as_json_with_opts(3)
bson_as_legacy_extended_json(3)
bson_as_relaxed_extended_json(3)
bson_ascii_strtoll(3)
bson_character_and_string_routines(3)
bson_check_version(3)
bson_compare(3)
bson_concat(3)
bson_context_destroy(3)
bson_context_get_default(3)
bson_context_new(3)
bson_context_t(3)
bson_copy(3)
bson_copy_to(3)
bson_copy_to_excluding(3)
bson_copy_to_excluding_noinit(3)
bson_copy_to_excluding_noinit_va(3)
bson_count_keys(3)
bson_decimal128_from_string(3)
bson_decimal128_from_string_w_len(3)
bson_decimal128_t(3)
bson_decimal128_to_string(3)
bson_destroy(3)
bson_destroy_with_steal(3)
bson_equal(3)
bson_error_t(3)
bson_free(3)
bson_get_data(3)
bson_get_major_version(3)
bson_get_micro_version(3)
bson_get_minor_version(3)
bson_get_monotonic_time(3)
bson_get_version(3)
bson_has_field(3)
bson_init(3)
bson_init_from_json(3)
bson_init_static(3)
bson_isspace(3)
bson_iter_array(3)
bson_iter_as_bool(3)
bson_iter_as_double(3)
bson_iter_as_int64(3)
bson_iter_binary(3)
bson_iter_bool(3)
bson_iter_code(3)
bson_iter_codewscope(3)
bson_iter_date_time(3)
bson_iter_dbpointer(3)
bson_iter_decimal128(3)
bson_iter_document(3)
bson_iter_double(3)
bson_iter_dup_utf8(3)
bson_iter_find(3)
bson_iter_find_case(3)
bson_iter_find_descendant(3)
bson_iter_find_w_len(3)
bson_iter_init(3)
bson_iter_init_find(3)
bson_iter_init_find_case(3)
bson_iter_init_find_w_len(3)
bson_iter_init_from_data(3)
bson_iter_init_from_data_at_offset(3)
bson_iter_int32(3)
bson_iter_int64(3)
bson_iter_key(3)
bson_iter_key_len(3)
bson_iter_next(3)
bson_iter_offset(3)
bson_iter_oid(3)
bson_iter_overwrite_bool(3)
bson_iter_overwrite_date_time(3)
bson_iter_overwrite_decimal128(3)
bson_iter_overwrite_double(3)
bson_iter_overwrite_int32(3)
bson_iter_overwrite_int64(3)
bson_iter_overwrite_oid(3)
bson_iter_overwrite_timestamp(3)
bson_iter_recurse(3)
bson_iter_regex(3)
bson_iter_symbol(3)
bson_iter_t(3)
bson_iter_time_t(3)
bson_iter_timestamp(3)
bson_iter_timeval(3)
bson_iter_type(3)
bson_iter_utf8(3)
bson_iter_value(3)
bson_iter_visit_all(3)
bson_json_data_reader_ingest(3)
bson_json_data_reader_new(3)
bson_json_mode_t(3)
bson_json_opts_destroy(3)
bson_json_opts_new(3)
bson_json_opts_set_outermost_array(3)
bson_json_opts_t(3)
bson_json_reader_destroy(3)
bson_json_reader_new(3)
bson_json_reader_new_from_fd(3)
bson_json_reader_new_from_file(3)
bson_json_reader_read(3)
bson_json_reader_t(3)
bson_malloc(3)
bson_malloc0(3)
bson_mem_restore_vtable(3)
bson_mem_set_vtable(3)
bson_memory(3) β level languages. One caveat, however, is that Libbson is not designed to deal with Out of Memory (OOM) situations. Doing so requires extreme diligence throughout the application stack that has rarely been implemented correctly. This may change in the future. As it stands now, Libbson will abort() under OOM situations.
bson_new(3)
bson_new_from_buffer(3)
bson_new_from_data(3)
bson_new_from_json(3)
bson_oid_compare(3)
bson_oid_compare_unsafe(3)
bson_oid_copy(3)
bson_oid_copy_unsafe(3)
bson_oid_equal(3)
bson_oid_equal_unsafe(3)
bson_oid_get_time_t(3)
bson_oid_get_time_t_unsafe(3)
bson_oid_hash(3)
bson_oid_hash_unsafe(3)
bson_oid_init(3)
bson_oid_init_from_data(3)
bson_oid_init_from_string(3)
bson_oid_init_from_string_unsafe(3)
bson_oid_init_sequence(3)
bson_oid_is_valid(3)
bson_oid_t(3)
bson_oid_to_string(3)
bson_reader_destroy(3)
bson_reader_destroy_func_t(3)
bson_reader_new_from_data(3)
bson_reader_new_from_fd(3)
bson_reader_new_from_file(3)
bson_reader_new_from_handle(3)
bson_reader_read(3)
bson_reader_read_func_t(3)
bson_reader_reset(3)
bson_reader_set_destroy_func(3)
bson_reader_set_read_func(3)
bson_reader_t(3)
bson_reader_tell(3)
bson_realloc(3)
bson_realloc_ctx(3)
bson_realloc_func(3)
bson_reference(3) β value pairs. A
bson_reinit(3)
bson_reserve_buffer(3)
bson_set_error(3)
bson_sized_new(3)
bson_snprintf(3)
bson_steal(3)
bson_strcasecmp(3)
bson_strdup(3)
bson_strdup_printf(3)
bson_strdupv_printf(3)
bson_strerror_r(3)
bson_strfreev(3)
bson_string_append(3)
bson_string_append_c(3)
bson_string_append_printf(3)
bson_string_append_unichar(3)
bson_string_free(3)
bson_string_new(3)
bson_string_t(3)
bson_string_truncate(3)
bson_strncpy(3)
bson_strndup(3)
bson_strnlen(3)
bson_subtype_t(3)
bson_t(3)
bson_type_t(3)
bson_uint32_to_string(3)
bson_unichar_t(3)
bson_utf8_escape_for_json(3)
bson_utf8_from_unichar(3)
bson_utf8_get_char(3)
bson_utf8_next_char(3)
bson_utf8_validate(3)
bson_validate(3)
bson_validate_flags_t(3) β types.h>
bson_validate_with_error(3)
bson_validate_with_error_and_offset(3)
bson_value_copy(3)
bson_value_destroy(3)
bson_value_t(3)
bson_version(3)
bson_visitor_t(3)
bson_vsnprintf(3)
bson_writer_begin(3)
bson_writer_destroy(3)
bson_writer_end(3)
bson_writer_get_length(3)
bson_writer_new(3)
bson_writer_rollback(3)
bson_writer_t(3)
bson_zero_free(3)
bstring(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Π½Π°Π΄ Π±Π°ΠΉΡΠΎΠ²ΡΠΌΠΈ ΡΡΡΠΎΠΊΠ°ΠΌΠΈ
bstring(3) β byte string operations
bswap(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΡΡ ΠΏΠΎΡΡΠ΄ΠΎΠΊ Π±Π°ΠΉΡ
bswap(3) β reverse order of bytes
btowc(3) β convert single byte to wide character
btowc(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΠΎΠ΄ΠΈΠ½ Π±Π°ΠΉΡ Π² ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ»
btowc(3p)
btree(3) β btree database access method
btree(3) β ΠΌΠ΅ΡΠΎΠ΄ Π΄ΠΎΡΡΡΠΏΠ° ΠΊ Π±Π°Π·Π΅ Π΄Π°Π½Π½ΡΡ
Π΄Π²ΠΎΠΈΡΠ½ΠΎΠ³ΠΎ Π΄Π΅ΡΠ΅Π²Π°
byteorder(3) β convert values between host and network
byteorder(3) β ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ΡΡ Π΄Π°Π½Π½ΡΠ΅ ΠΈΠ· ΡΠ·Π»ΠΎΠ²ΠΎΠ³ΠΎ ΠΏΠΎΡΡΠ΄ΠΊΠ°
byteorder(3bsd) β byte order operations
bzero(3) β zero a byte string
bzero(3) β ΠΎΠ±Π½ΡΠ»ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π±Π°ΠΉΡ
cabs(3) β absolute value of a complex number
cabs(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π°Π±ΡΠΎΠ»ΡΡΠ½ΠΎΠ³ΠΎ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
cabs(3p)
cacos(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΡΠΉ Π°ΡΠΊΠΊΠΎΡΠΈΠ½ΡΡ
cacos(3) β complex arc cosine
cacos(3p)
cacosh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ Π°ΡΠΊΠΊΠΎΡΠΈΠ½ΡΡΠ°
cacosh(3) β complex arc hyperbolic cosine
cacosh(3p)
cacosl(3p)
cairo-5c(3) β cairo bindings for nickle programs
callback(3) β closures with variable arguments as first-class C functions
calloc(3p)
canonicalize_file_name(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΊΠ°Π½ΠΎΠ½ΠΈΠ·ΠΈΡΠΎΠ²Π°Π½Π½ΡΠΉ Π°Π±ΡΠΎΠ»ΡΡΠ½ΡΠΉ ΠΏΡΡΡ
canonicalize_file_name(3) β return the canonicalized absolute pathname
cap_clear(3) β capability data object manipulation
cap_copy_ext(3) β capability state
cap_from_text(3) β capability
cap_get_file(3) β capability manipulation on files
cap_get_proc(3) β capability manipulation on processes
cap_iab(3) β inheritable IAB tuple support functions
cap_init(3) β capability data object storage management
cap_launch(3) β libcap launch functionality
capng_apply(3) β apply the stored capabilities settings
capng_apply_caps_fd(3) β write file-based capabilities to extended attributes
capng_capability_to_name(3) β convert capability integer to text
capng_change_id(3) β change the credentials retaining capabilities
capng_clear(3) β clear chosen capabilities set
capng_fill(3) β fill chosen capabilities set
capng_get_caps_fd(3) β read file-based capabilities from extended attributes
capng_get_caps_process(3) β get the capabilities from a process
capng_get_rootid(3) β get namespace root id
capng_have_capabilities(3) β check for capabilities
capng_have_capability(3) β check for specific capability
capng_lock(3) β lock the current process capabilities settings
capng_name_to_capability(3) β convert capability text to integer
capng_print_caps_numeric(3) β print numeric values for capabilities set
capng_print_caps_text(3) β print names of values for capabilities set
capng_restore_state(3) β set the internal library state
capng_save_state(3) β get the internal library state
capng_set_rootid(3) β set namespace root id
capng_setpid(3) β set working pid
capng_stage_additional_groups(3) β stage additional gids for
capng_update(3) β update the stored capabilities settings
capng_updatev(3) β update the stored capabilities settings
carg(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΡΠΉ Π°ΡΠ³ΡΠΌΠ΅Π½Ρ
carg(3) β calculate the complex argument
carg(3p)
casin(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΡΠΉ Π°ΡΠΊΡΠΈΠ½ΡΡ
casin(3) β complex arc sine
casin(3p)
casinh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ Π°ΡΠΊΡΠΈΠ½ΡΡΠ°
casinh(3) β complex arc sine hyperbolic
casinh(3p)
casinl(3p)
catan(3) β complex arc tangents
catan(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π°ΡΠΊΡΠ°Π½Π³Π΅Π½ΡΠ° ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
catan(3p)
catanh(3) β complex arc tangents hyperbolic
catanh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ
catanh(3p)
catanl(3p)
catclose(3p)
catgets(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΈΠ· ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π° ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
catgets(3) β get message from a message catalog
catgets(3p)
catopen(3) β open/close a message catalog
catopen(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ/Π·Π°ΠΊΡΡΠ²Π°Π΅Ρ ΠΊΠ°ΡΠ°Π»ΠΎΠ³ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
catopen(3p)
caxpy(3f)
cbdsqr(3f)
cbrt(3) β cube root function
cbrt(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΠΊΡΠ±ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΠΊΠΎΡΠ½Ρ
cbrt(3p)
cc_debugerror(3)
cc_error(3)
cc_rbptree(3)
cc_string(3) β The cc_string type is a C ADT for ASCII string management.
cc_t(3type) β terminal special characters, baud rates, modes
ccopy(3f)
ccos(3) β complex cosine function
ccos(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΡΠΉ ΠΊΠΎΡΠΈΠ½ΡΡ
ccos(3p)
ccosh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΠΊΠΎΡΠΈΠ½ΡΡΠ°
ccosh(3) β complex hyperbolic cosine
ccosh(3p)
ccosl(3p)
cdawson(3) β Dawson's integral
cdb(3) β Constant DataBase library
cdotc(3f)
cdotu(3f)
cdt(3) β container data types
ceil(3) β ΡΡΠ½ΠΊΡΠΈΠΈ ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΡ Π΄ΠΎ Π½Π°ΠΈΠΌΠ΅Π½ΡΡΠ΅Π³ΠΎ ΡΠ΅Π»ΠΎΠ³ΠΎ, Π½Π΅ ΠΌΠ΅Π½ΡΡΠ΅Π³ΠΎ,
ceil(3) β ceiling function: smallest integral value not
ceil(3p)
cerf(3) β complex error functions
cerfc(3) β complex error functions
cerfcx(3) β underflow\-compensated complementary error function
cerfi(3) β imaginary error function
cerrextractor(3bobcat) β Runs external programs writing standard error
cexp(3) β ΡΡΠ½ΠΊΡΠΈΡ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠΉ ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΡ
cexp(3) β complex exponential function
cexp(3p)
cexp2(3) β ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΠ° ΠΏΠΎ ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΡ 2 Π΄Π»Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
cexp2(3) β base-2 exponent of a complex number
cfg_defvalue_t(3) β Data structure holding the default value given by the initialization macros.
cfg_opt_t(3) β Data structure holding information about an option.
cfg_simple_t(3) β Data structure holding the pointer to a user provided variable defined with CFG_SIMPLE_*.
cfg_t(3) β Data structure holding information about a 'section'.
cfg_value_t(3) β Data structure holding the value of a fundamental option value.
cfgetispeed(3p)
cfgetospeed(3p)
cfree(3) β ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ Π²ΡΠ΄Π΅Π»Π΅Π½Π½ΡΡ ΠΏΠ°ΠΌΡΡΡ
cfree(3) β free allocated memory
cfsetispeed(3p)
cfsetospeed(3p)
cgbbrd(3f)
cgbcon(3f)
cgbequ(3f)
cgbequb(3f)
cgbmv(3)
cgbmv(3f)
cgbrfs(3f)
cgbrfsx(3f)
cgbsv(3f)
cgbsvx(3f)
cgbsvxx(3f)
cgbtf2(3f)
cgbtrf(3f)
cgbtrs(3f)
cgebak(3f)
cgebal(3f)
cgebd2(3f)
cgebrd(3f)
cgecon(3f)
cgeequ(3f)
cgeequb(3f)
cgees(3f)
cgeesx(3f)
cgeev(3f)
cgeevx(3f)
cgegs(3f)
cgegv(3f)
cgehd2(3f)
cgehrd(3f)
cgelq2(3f)
cgelqf(3f)
cgels(3f)
cgelsd(3f)
cgelss(3f)
cgelsx(3f)
cgelsy(3f)
cgemm(3)
cgemm(3f)
cgemv(3)
cgemv(3f)
cgeql2(3f)
cgeqlf(3f)
cgeqp3(3f)
cgeqpf(3f)
cgeqr2(3f)
cgeqrf(3f)
cgerc(3)
cgerc(3f)
cgerfs(3f)
cgerfsx(3f)
cgerq2(3f)
cgerqf(3f)
cgeru(3)
cgeru(3f)
cgesc2(3f)
cgesdd(3f)
cgesv(3f)
cgesvd(3f)
cgesvx(3f)
cgesvxx(3f)
cgetc2(3f)
cgetf2(3f)
cgetrf(3f)
cgetri(3f)
cgetrs(3f)
cggbak(3f)
cggbal(3f)
cgges(3f)
cggesx(3f)
cggev(3f)
cggevx(3f)
cggglm(3f)
cgghrd(3f)
cgglse(3f)
cggqrf(3f)
cggrqf(3f)
cggsvd(3f)
cggsvp(3f)
cgi(3bobcat) β handles GET and POST submitted form data
cgraph(3) β abstract graph library
cgtcon(3f)
cgtrfs(3f)
cgtsv(3f)
cgtsvx(3f)
cgttrf(3f)
cgttrs(3f)
cgtts2(3f)
chbev(3f)
chbevd(3f)
chbevx(3f)
chbgst(3f)
chbgv(3f)
chbgvd(3f)
chbgvx(3f)
chbmv(3)
chbmv(3f)
chbtrd(3f)
chdir(3p)
checon(3f)
cheequb(3f)
cheev(3f)
cheevd(3f)
cheevr(3f)
cheevx(3f)
chegs2(3f)
chegst(3f)
chegv(3f)
chegvd(3f)
chegvx(3f)
chemm(3)
chemm(3f)
chemv(3)
chemv(3f)
cher(3)
cher(3f)
cher2(3)
cher2(3f)
cher2k(3)
cher2k(3f)
cherfs(3f)
cherfsx(3f)
cherk(3)
cherk(3f)
chesv(3f)
chesvx(3f)
chesvxx(3f)
chetd2(3f)
chetf2(3f)
chetrd(3f)
chetrf(3f)
chetri(3f)
chetrs(3f)
chfrk(3f)
chgeqz(3f)
chla_transtype(3f)
chmod(3p)
chown(3p)
chpcon(3f)
chpev(3f)
chpevd(3f)
chpevx(3f)
chpgst(3f)
chpgv(3f)
chpgvd(3f)
chpgvx(3f)
chpmv(3)
chpmv(3f)
chpr(3)
chpr(3f)
chpr2(3)
chpr2(3f)
chprfs(3f)
chpsv(3f)
chpsvx(3f)
chptrd(3f)
chptrf(3f)
chptri(3f)
chptrs(3f)
chsein(3f)
chseqr(3f)
cidr(3bobcat) β Compares IP4 addresses to CIDR specifications
cimag(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΌΠ½ΠΈΠΌΠΎΠΉ ΡΠ°ΡΡΠΈ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
cimag(3) β get imaginary part of a complex number
cimag(3p)
cininserter(3bobcat) β Runs external programs reading standard input
circleq(3) β implementation of a doubly linked circular queue
circular(3) β A smooth, circular slope that resembles the arc of an circle.
ck_array_buffer(3) β return length and pointer to array of reader-visible pointers
ck_array_commit(3) β linearization point for mutations before commit call
ck_array_deinit(3) β destroy and deinitialize a pointer array
ck_array_init(3) β initialize a pointer array
ck_array_initialized(3) β indicates whether an array was recently initialized or deinitialized
ck_array_length(3) β returns the number of pointers committed to an array
ck_array_put(3) β attempt immediate or deferred insertion of a pointer into array
ck_array_put_unique(3) β attempt immediate or deferred insertion of a unique pointer into array
ck_array_remove(3) β attempt immediate or deferred removal of a pointer from an array
ck_bitmap_base(3) β determine the size of a bit array in bytes
ck_bitmap_bits(3) β return number of addressable bits in bitmap
ck_bitmap_bts(3) β set the bit at the specified index and fetch its original value
ck_bitmap_buffer(3) β returns pointer to bit array
ck_bitmap_clear(3) β reset all bits
ck_bitmap_init(3) β initialize a bitmap
ck_bitmap_iterator_init(3) β initialize bitmap iterator
ck_bitmap_next(3) β iterate to the next set bit in bitmap
ck_bitmap_reset(3) β resets the bit at the specified index
ck_bitmap_set(3) β set the bit at the specified index
ck_bitmap_size(3) β returns necessary number of bytes for bitmap
ck_bitmap_test(3) β determine if the bit at the specified index is set
ck_bitmap_union(3) β generates union of two bitmaps
ck_brlock(3) β big-reader locks
ck_cohort(3) β generalized interface for lock cohorts
ck_elide(3) β lock elision wrappers
ck_epoch_barrier(3) β block until a grace period and all callbacks have been dispatched
ck_epoch_begin(3) β begin epoch-protected segment of execution
ck_epoch_call(3) β defer function execution until a grace period
ck_epoch_end(3) β end epoch-protected segment of execution
ck_epoch_init(3) β initialize epoch reclamation object
ck_epoch_poll(3) β non-blocking poll of epoch object for dispatch cycles
ck_epoch_reclaim(3) β immediately execute all deferred callbacks
ck_epoch_recycle(3) β return an epoch record that may be used by caller
ck_epoch_register(3) β register a thread for epoch reclamation
ck_epoch_synchronize(3) β block until a grace period has been detected
ck_epoch_unregister(3) β unregister a thread for epoch reclamation
ck_hs_apply(3) β apply a function to hash set value
ck_hs_count(3) β returns number of entries in hash set
ck_hs_destroy(3) β destroy hash set
ck_hs_fas(3) β fetch and store key in hash set
ck_hs_gc(3) β perform maintenance on a hash set
ck_hs_get(3) β load a key from a hash set
ck_hs_grow(3) β enlarge hash set capacity
ck_hs_init(3) β initialize a hash set
ck_hs_iterator_init(3) β initialize hash set iterator
ck_hs_move(3) β move one from hash set to another
ck_hs_next(3) β iterate to next entry in hash set
ck_hs_put(3) β store unique key into a hash set
ck_hs_put_unique(3) β unconditionally store unique key into a hash set
ck_hs_rebuild(3) β rebuild a hash set
ck_hs_remove(3) β remove key from a hash set
ck_hs_reset(3) β remove all keys from a hash set
ck_hs_reset_size(3) β remove all keys from a hash set
ck_hs_set(3) β store key into a hash set
ck_hs_stat(3) β get hash set status
ck_ht_count(3) β return count of key-value pairs in hash table
ck_ht_destroy(3) β immediately destroy a hash table
ck_ht_entry_empty(3) β determine whether entry contains a key-value pair
ck_ht_entry_key(3) β return pointer to key as specified in hash table entry
ck_ht_entry_key_direct(3) β return key value as specified in hash table entry
ck_ht_entry_key_length(3) β returns the length of the key specified in the argument
ck_ht_entry_key_set(3) β initialize pointer to key in hash table entry
ck_ht_entry_key_set_direct(3) β initialize key value in hash table entry
ck_ht_entry_set(3) β initialize a key-value pair
ck_ht_entry_set_direct(3) β initialize a key-value pair
ck_ht_entry_value(3) β return pointer to value as specified in hash table entry
ck_ht_entry_value_direct(3) β return value as specified in hash table entry
ck_ht_gc(3) β perform maintenance on a hash table
ck_ht_get_spmc(3) β load a key-value pair from a hash table
ck_ht_grow_spmc(3) β resize a hash table if necessary
ck_ht_hash(3) β generate a hash value for a hash table
ck_ht_hash_direct(3) β generate a hash value for a hash table
ck_ht_init(3) β initialize a hash table
ck_ht_iterator_init(3) β initialize hash table iterator
ck_ht_next(3) β iterate to next entry in hash table
ck_ht_put_spmc(3) β store unique key-value pair into hash table
ck_ht_remove_spmc(3) β resize a hash table if necessary
ck_ht_reset_size_spmc(3) β remove all entries from a hash table and reset size
ck_ht_reset_spmc(3) β remove all entries from a hash table
ck_ht_set_spmc(3) β store key-value pair into hash table
ck_ht_stat(3) β get hash table status
ck_pflock(3) β centralized phase-fair reader-writer locks
ck_pr(3) β concurrency primitives interface
ck_pr_add(3) β atomic addition operations
ck_pr_and(3) β atomic bitwise-and operations
ck_pr_barrier(3) β compiler optimization barrier
ck_pr_btc(3) β atomic bit test-and-complement operations
ck_pr_btr(3) β atomic bit test-and-reset operations
ck_pr_bts(3) β atomic bit test-and-set operations
ck_pr_cas(3) β atomic compare-and-swap operations
ck_pr_dec(3) β atomic decrement operations
ck_pr_faa(3) β atomic fetch-and-add operations
ck_pr_fas(3) β atomic swap operations
ck_pr_fence_acquire(3) β enforce acquire semantics
ck_pr_fence_atomic(3) β enforce partial ordering of atomic read-modify-write operations
ck_pr_fence_atomic_load(3) β enforce ordering of atomic read-modify-write operations to load operations
ck_pr_fence_atomic_store(3) β enforce ordering of atomic read-modify-write operations to store operations
ck_pr_fence_load(3) β enforce partial ordering of load operations
ck_pr_fence_load_atomic(3) β enforce ordering of load operations to atomic read-modify-write operations
ck_pr_fence_load_depends(3) β data dependency barrier
ck_pr_fence_load_store(3) β enforce ordering of load operations to store operations
ck_pr_fence_memory(3) β enforce partial ordering of all memory operations
ck_pr_fence_release(3) β enforce release semantics
ck_pr_fence_store(3) β enforce partial ordering of store operations
ck_pr_fence_store_atomic(3) β enforce ordering of store operations to load operations
ck_pr_fence_store_load(3) β enforce ordering of store operations to load operations
ck_pr_inc(3) β atomic increment operations
ck_pr_load(3) β atomic volatile load operations
ck_pr_neg(3) β atomic negation operations
ck_pr_not(3) β atomic complement operations
ck_pr_or(3) β atomic bitwise-or operations
ck_pr_rtm(3) β restricted transactional memory
ck_pr_stall(3) β busy-wait primitive
ck_pr_store(3) β atomic volatile store operations
ck_pr_sub(3) β atomic subtraction operations
ck_pr_xor(3) β atomic bitwise-xor operations
ck_queue(3) β multi-reader single-writer singly-linked lists, singly-linked tail queues and lists
ck_rhs_apply(3) β apply a function to hash set value
ck_rhs_count(3) β returns number of entries in hash set
ck_rhs_destroy(3) β destroy hash set
ck_rhs_fas(3) β fetch and store key in hash set
ck_rhs_gc(3) β perform maintenance on a hash set
ck_rhs_get(3) β load a key from a hash set
ck_rhs_grow(3) β enlarge hash set capacity
ck_rhs_init(3) β initialize a hash set
ck_rhs_iterator_init(3) β initialize hash set iterator
ck_rhs_move(3) β move one from hash set to another
ck_rhs_next(3) β iterate to next entry in hash set
ck_rhs_put(3) β store unique key into a hash set
ck_rhs_put_unique(3) β unconditionally store unique key into a hash set
ck_rhs_rebuild(3) β rebuild a hash set
ck_rhs_remove(3) β remove key from a hash set
ck_rhs_reset(3) β remove all keys from a hash set
ck_rhs_reset_size(3) β remove all keys from a hash set
ck_rhs_set(3) β store key into a hash set
ck_rhs_stat(3) β get hash set status
ck_ring_capacity(3) β returns number of pointer slots in bounded FIFO
ck_ring_dequeue_spmc(3) β dequeue pointer from bounded FIFO
ck_ring_dequeue_spsc(3) β dequeue pointer from bounded FIFO
ck_ring_enqueue_spmc(3) β enqueue pointer into bounded FIFO
ck_ring_enqueue_spmc_size(3) β enqueue pointer into bounded FIFO and return size of buffer
ck_ring_enqueue_spsc(3) β enqueue pointer into bounded FIFO
ck_ring_enqueue_spsc_size(3) β enqueue pointer into bounded FIFO and return size of buffer
ck_ring_init(3) β initialize bounded FIFO
ck_ring_size(3) β return number of pointers enqueued in bounded FIFO
ck_ring_trydequeue_spmc(3) β dequeue from bounded FIFO and allow for spurious failure
ck_rwcohort(3) β generalized interface for reader-writer locks using cohort locks
ck_rwlock(3) β centralized write-biased reader-writer locks
ck_sequence(3) β sequence locks
ck_spinlock(3) β spinlock implementations
ck_swlock(3) β centralized copy-safe write-biased single-writer read-write locks
ck_tflock(3) β centralized task-fair reader-writer locks
ckalloc(3)
ckfree(3)
ckrealloc(3)
cl_clear_secret(3)
cl_get_key(3)
cl_get_lock(3)
cl_hp_get_field(3)
cl_hp_parse_field(3)
cl_hp_unfold_field(3)
cl_split(3)
cl_verify(3)
cl_verify_multi(3)
cla_gbamv(3f)
cla_gbrcond_c(3f)
cla_gbrcond_x(3f)
cla_gbrfsx_extended(3f)
cla_gbrpvgrw(3f)
cla_geamv(3f)
cla_gercond_c(3f)
cla_gercond_x(3f)
cla_gerfsx_extended(3f)
cla_heamv(3f)
cla_hercond_c(3f)
cla_hercond_x(3f)
cla_herfsx_extended(3f)
cla_herpvgrw(3f)
cla_lin_berr(3f)
cla_porcond_c(3f)
cla_porcond_x(3f)
cla_porfsx_extended(3f)
cla_porpvgrw(3f)
cla_rpvgrw(3f)
cla_syamv(3f)
cla_syrcond_c(3f)
cla_syrcond_x(3f)
cla_syrfsx_extended(3f)
cla_syrpvgrw(3f)
cla_wwaddw(3f)
clabrd(3f)
clacgv(3f)
clacn2(3f)
clacon(3f)
clacp2(3f)
clacpy(3f)
clacrm(3f)
clacrt(3f)
cladiv(3f)
claed0(3f)
claed7(3f)
claed8(3f)
claein(3f)
claesy(3f)
claev2(3f)
clag2z(3f)
clags2(3f)
clagtm(3f)
clahef(3f)
clahqr(3f)
clahr2(3f)
clahrd(3f)
claic1(3f)
clals0(3f)
clalsa(3f)
clalsd(3f)
clangb(3f)
clange(3f)
clangt(3f)
clanhb(3f)
clanhe(3f)
clanhf(3f)
clanhp(3f)
clanhs(3f)
clanht(3f)
clansb(3f)
clansp(3f)
clansy(3f)
clantb(3f)
clantp(3f)
clantr(3f)
clapll(3f)
clapmt(3f)
claqgb(3f)
claqge(3f)
claqhb(3f)
claqhe(3f)
claqhp(3f)
claqp2(3f)
claqps(3f)
claqr0(3f)
claqr1(3f)
claqr2(3f)
claqr3(3f)
claqr4(3f)
claqr5(3f)
claqsb(3f)
claqsp(3f)
claqsy(3f)
clar1v(3f)
clar2v(3f)
clarcm(3f)
clarf(3f)
clarfb(3f)
clarfg(3f)
clarfp(3f)
clarft(3f)
clarfx(3f)
clargv(3f)
clarnv(3f)
clarrv(3f)
clarscl2(3f)
clartg(3f)
clartv(3f)
clarz(3f)
clarzb(3f)
clarzt(3f)
clascl(3f)
clascl2(3f)
claset(3f)
clasr(3f)
classq(3f)
claswp(3f)
clasyf(3f)
clatbs(3f)
clatdf(3f)
clatps(3f)
clatrd(3f)
clatrs(3f)
clatrz(3f)
clatzm(3f)
clauu2(3f)
clauum(3f)
clearenv(3) β clear the environment
clearenv(3) β ΠΎΡΠΈΡΠ°Π΅Ρ ΠΎΠΊΡΡΠΆΠ΅Π½ΠΈΠ΅
clearerr(3p)
clientsocket(3bobcat) β Client Socket connecting to a Server in the Internet
clock(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΏΡΠΎΡΠ΅ΡΡΠΎΡΠ½ΠΎΠ΅ Π²ΡΠ΅ΠΌΡ
clock(3) β determine processor time
clock(3p)
clock_getcpuclockid(3) β obtain ID of a process CPU-time clock
clock_getcpuclockid(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ID ΠΏΡΠΎΡΠ΅ΡΡΠΎΡΠ½ΡΡ
ΡΠ°ΡΠΎΠ² ΠΏΡΠΎΡΠ΅ΡΡΠ°
clock_getcpuclockid(3p)
clock_getres(3)
clock_getres(3p)
clock_gettime(3)
clock_nanosleep(3p)
clock_settime(3)
clock_settime(3p)
clock_t(3type) β system time
clockid_t(3type) β clock ID for the clock and timer functions
clog(3) β Π½Π°ΡΡΡΠ°Π»ΡΠ½ΡΠΉ Π»ΠΎΠ³Π°ΡΠΈΡΠΌ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
clog(3) β natural logarithm of a complex number
clog(3p)
clog10(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π΄Π΅ΡΡΡΠΈΡΠ½ΠΎΠ³ΠΎ Π»ΠΎΠ³Π°ΡΠΈΡΠΌΠ° ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ
clog10(3) β base-10 logarithm of a complex number
clog2(3) β base-2 logarithm of a complex number
clog2(3) β Π»ΠΎΠ³Π°ΡΠΈΡΠΌ ΠΏΠΎ ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΡ 2 ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
close(3p)
closedir(3) β close a directory
closedir(3) β Π·Π°ΠΊΡΡΡΡ ΠΊΠ°ΡΠ°Π»ΠΎΠ³
closedir(3p)
closefrom(3bsd) β delete open file descriptors
closelog(3p)
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_dec(3) β Decrease already stored value in CMAP
cmap_delete(3) β Delete key/value pair from the CMAP service
cmap_dispatch(3) β Dispatches callbacks from the CMAP service
cmap_fd_get(3) β Dispatches callbacks from the CMAP service
cmap_finalize(3) β Finalize connection to CMAP
cmap_get(3) β Retrieve value from CMAP
cmap_inc(3) β Increase already stored value in CMAP
cmap_initialize(3) β Initialize CMAP API
cmap_initialize_map(3) β Initialize CMAP API with a specific map
cmap_iter_finalize(3) β Finalize iterator for keys stored in CMAP
cmap_iter_init(3) β Initialize iterator for keys stored in CMAP
cmap_iter_next(3) β Return next item in iteration in CMAP
cmap_overview(3) β Overview of the Configuration Map
cmap_set(3) β Store value in CMAP
cmap_track_add(3) β Set tracking function for values in CMAP
cmap_track_delete(3) β Remove tracking of values in CMAP
cmark(3) β CommonMark parsing, manipulating, and rendering
cmark-gfm(3) β CommonMark parsing, manipulating, and rendering
cmdfinder(3bobcat) β Determine (member) function associated with a command
cmdfinderbase(3bobcat) β Base class for the class CmdFinder
cmsg(3) β access ancillary data
cmsg(3) β Π΄ΠΎΡΡΡΠΏ ΠΊ
coin200(3) β New Features in Coin v2.0.0
coin210(3) β New Features in Coin v2.1.0
coin220(3) β New Features in Coin v2.2.0
coin230(3) β New Features in Coin v2.3.0
coin240(3) β New Features in Coin v2.4.0
coin250(3) β New Features in Coin v2.5.0
coin300(3) β New Features in Coin v3.0.0
coin310(3) β New Features in Coin v3.1.0
coin311(3) β New Features in Coin v3.1.1
coin312(3) β New Features in Coin v3.1.2
coin313(3) β New Features in Coin v3.1.3
coin400(3) β New Features in Coin v4.0.0
coin401(3) β New Features in Coin v4.0.1
coin4010(3) β New Features in Coin v4.0.10
coin402(3) β New Features in Coin v4.0.2
coin403(3) β New Features in Coin v4.0.3
coin404(3) β New Features in Coin v4.0.4
coin405(3) β New Features in Coin v4.0.5
coin406(3) β New Features in Coin v4.0.6
coin407(3) β New Features in Coin v4.0.7
coin408(3) β New Features in Coin v4.0.8
coin409(3) β New Features in Coin v4.0.9
coin_VRMLnodes(3) β VRML97 Classes
coin_XML(3) β XML related functions and objects
coin_actions(3) β Action Classes
coin_base(3) β Base Classes
coin_books(3) β Books Related to Open Inventor / Coin
coin_bundles(3) β Bundle Classes
coin_caches(3) β Cache Classes
coin_compression_overview(3) β File compression
coin_draggers(3) β Dragger Classes
coin_dynload_overview(3) β Dynamic Loading of Extension Nodes
coin_elements(3) β Element Classes
coin_engines(3) β Engine Classes
coin_environment_variables(3) β Environment variables
coin_envvars(3) β Miscellaneous Environment Variables
coin_errors(3) β Error Handling Classes
coin_events(3) β Event Classes
coin_fields(3) β Field Classes
coin_foreign_file_support(3) β Foreign File Format Support
coin_general(3) β Miscellaneous Classes
coin_hardcopy(3) β Vectorized Printing Classes
coin_libraries(3) β Coin use of 3rd party libraries.
coin_macros(3) β Miscellaneous Macros
coin_manips(3) β Manipulator Classes
coin_multithreading_support(3) β Multithreading Support in Coin
coin_navigation(3) β Navigation Classes
coin_new_features(3) β New Features in Coin
coin_nodekits(3) β NodeKit Classes
coin_nodes(3) β Node Classes
coin_profiler(3) β Scene Graph Profiling
coin_profiling_intro(3) β Scene Graph Profiling
coin_projectors(3) β Projector Classes
coin_related_pages(3) β Related Pages
coin_scxml(3) β State Chart XML Classes
coin_sensors(3) β Sensor Classes
coin_shaders(3) β Shader Classes
coin_shaders_page(3) β Shaders in Coin
coin_soscxml(3) β Coin specific State Chart XML Classes
coin_sound(3) β 3D Sound Support Classes
coin_threads(3) β Portable Threads Abstraction Classes
coin_vbo_rendering(3) β Vertex array and VBO rendering in Coin
coin_xml_parsing(3) β XML Parsing with Coin
com_err(3) β common error display routine
comedi_apply_calibration(3) β set hardware calibration from file
comedi_apply_parsed_calibration(3) β set calibration from memory
comedi_arm(3) β arm a subdevice
comedi_arm_channel(3) β arm a subdevice channel
comedi_cancel(3) β stop streaming input/output in progress
comedi_cleanup_calibration(3) β free calibration resources
comedi_close(3) β close a Comedi device
comedi_command(3) β start streaming input/output
comedi_command_test(3) β test streaming input/output configuration
comedi_connect_route(3) β connect device\-global route
comedi_data_read(3) β read single sample from channel
comedi_data_read_delayed(3) β read single sample from channel after delaying for specified settling time
comedi_data_read_hint(3) β tell driver which channel/range/aref you are going to read from next
comedi_data_read_n(3) β read multiple samples from channel
comedi_data_write(3) β write single sample to channel
comedi_digital_trigger_disable(3) β disable a digital trigger
comedi_digital_trigger_enable_edges(3) β set digital trigger edge detection
comedi_digital_trigger_enable_levels(3) β set digital trigger level detection
comedi_dio_bitfield(3) β read/write multiple digital channels
comedi_dio_bitfield2(3) β read/write multiple digital channels
comedi_dio_config(3) β change input/output properties of channel
comedi_dio_get_config(3) β query input/output properties of channel
comedi_dio_read(3) β read single bit from digital channel
comedi_dio_write(3) β write single bit to digital channel
comedi_disarm(3) β disarm a subdevice
comedi_disarm_channel(3) β disarm a subdevice channel
comedi_disconnect_route(3) β disconnect device\-global route
comedi_do_insn(3) β perform instruction
comedi_do_insnlist(3) β perform multiple instructions
comedi_errno(3) β number of last Comedilib error
comedi_fileno(3) β get file descriptor for open Comedilib device
comedi_find_range(3) β search for range
comedi_find_subdevice_by_type(3) β search for subdevice type
comedi_from_phys(3) β convert physical units to sample
comedi_from_physical(3) β convert physical units to sample using calibration data
comedi_get_board_name(3) β Comedi device name
comedi_get_buffer_contents(3) β streaming buffer status
comedi_get_buffer_offset(3) β streaming buffer status (deprecated)
comedi_get_buffer_read_count(3) β streaming buffer read count
comedi_get_buffer_read_offset(3) β streaming buffer read offset
comedi_get_buffer_size(3) β streaming buffer size of subdevice
comedi_get_buffer_write_count(3) β streaming buffer write count
comedi_get_buffer_write_offset(3) β streaming buffer write offset
comedi_get_clock_source(3) β get master clock for a subdevice
comedi_get_cmd_generic_timed(3) β streaming input/output capabilities
comedi_get_cmd_src_mask(3) β streaming input/output capabilities
comedi_get_cmd_timing_constraints(3) β Get the hardware timing constraints for a streaming subdevice
comedi_get_default_calibration_path(3) β get default calibration file path
comedi_get_driver_name(3) β Comedi driver name
comedi_get_gate_source(3) β get gate for a subdevice
comedi_get_hardcal_converter(3) β get converter for hardware\-calibrated subdevice
comedi_get_hardware_buffer_size(3) β get size of subdevice\*(Aqs hardware buffer
comedi_get_max_buffer_size(3) β maximum streaming buffer size
comedi_get_maxdata(3) β maximum sample of channel
comedi_get_n_channels(3) β number of subdevice channels
comedi_get_n_ranges(3) β number of ranges of channel
comedi_get_n_subdevices(3) β number of subdevices
comedi_get_range(3) β range information of channel
comedi_get_read_subdevice(3) β find streaming input subdevice
comedi_get_routes(3) β obtain list of all possible device\-globally named routes
comedi_get_routing(3) β get routing for an output
comedi_get_softcal_converter(3) β get converter for software\-calibrated subdevice
comedi_get_subdevice_flags(3) β properties of subdevice
comedi_get_subdevice_type(3) β type of subdevice
comedi_get_timer(3) β timer information (deprecated)
comedi_get_version_code(3) β Comedi version code
comedi_get_write_subdevice(3) β find streaming output subdevice
comedi_internal_trigger(3) β generate soft trigger
comedi_lock(3) β subdevice reservation
comedi_loglevel(3) β change Comedilib logging properties
comedi_mark_buffer_read(3) β streaming buffer control
comedi_mark_buffer_written(3) β streaming buffer control
comedi_maxdata_is_chan_specific(3) β maximum sample depends on channel
comedi_open(3) β open a Comedi device
comedi_parse_calibration_file(3) β load contents of calibration file
comedi_perror(3) β print a Comedilib error message
comedi_poll(3) β force updating of streaming buffer
comedi_range_is_chan_specific(3) β range information depends on channel
comedi_reset(3) β reset a subdevice
comedi_reset_channel(3) β reset a subdevice channel
comedi_set_buffer_size(3) β streaming buffer size of subdevice
comedi_set_clock_source(3) β set master clock for a subdevice
comedi_set_counter_mode(3) β change mode of a counter subdevice
comedi_set_filter(3) β select a filter for a subdevice
comedi_set_gate_source(3) β select gate source for a subdevice
comedi_set_global_oor_behavior(3) β out\-of\-range behavior
comedi_set_max_buffer_size(3) β streaming maximum buffer size of subdevice
comedi_set_other_source(3) β select source signal for something other than a gate or clock
comedi_set_read_subdevice(3) β set streaming input subdevice
comedi_set_routing(3) β select a routing for an output
comedi_set_write_subdevice(3) β set streaming output subdevice
comedi_strerror(3) β return string describing Comedilib error code
comedi_sv_init(3) β slowly\-varying inputs
comedi_sv_measure(3) β slowly\-varying inputs
comedi_sv_update(3) β slowly\-varying inputs
comedi_test_route(3) β validate and test device\-global route
comedi_timed_1chan(3) β streaming input (deprecated)
comedi_to_phys(3) β convert sample to physical units
comedi_to_physical(3) β convert sample to physical units using polynomials
comedi_trigger(3) β perform streaming input/output (deprecated)
comedi_unlock(3) β subdevice reservation
compat_ina90(3) β <compat/ina90.h>: Compatibility with IAR EWB 3.x
compface(3) β compress and expand 48x48x1 face image files
components(3) β Qt Components
config(3bobcat) β A class processing standard unix\-like configuration files
config.h(3)
configFileLoad(3)
configfile(3bobcat) β A class processing standard unix\-like configuration files
confstr(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ ΡΡΡΠΎΠΊΠΎΠ²ΡΠ΅ ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΡΠ΅ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΠΈ
confstr(3) β get configuration dependent string variables
confstr(3p)
confuse.h(3) β A configuration file parser library.
conj(3) β calculate the complex conjugate
conj(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎ ΡΠΎΠΏΡΡΠΆΠ΅Π½Π½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
conj(3p)
connect(3p)
constants.h(3) β Common constants used in decoder and encoder API.
context_new(3) β Routines to manipulate SELinux security contexts
copysign(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ Π·Π½Π°ΠΊ ΡΠΈΡΠ»Π°
copysign(3) β copy sign of a number
copysign(3p)
cos(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΠΊΠΎΡΠΈΠ½ΡΡΠ°
cos(3) β cosine function
cos(3p)
cosh(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΠΊΠΎΡΠΈΠ½ΡΡΠ°
cosh(3) β hyperbolic cosine function
cosh(3p)
cosl(3p)
coutextractor(3bobcat) β Runs external programs writing standard output
cpbcon(3f)
cpbequ(3f)
cpbrfs(3f)
cpbstf(3f)
cpbsv(3f)
cpbsvx(3f)
cpbtf2(3f)
cpbtrf(3f)
cpbtrs(3f)
cpftrf(3f)
cpftri(3f)
cpftrs(3f)
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_finalize(3) β Terminate a connection to the CPG service
cpg_initialize(3) β Create a new connection to the CPG service
cpg_iteration_finalize(3) β Finalize iterator for members of CPG
cpg_iteration_initialize(3) β Initialize iterator for members of CPG
cpg_iteration_next(3) β Return next item in iteration 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_local_get(3) β Returns the local node id
cpg_mcast_joined(3) β Multicasts to all groups joined to a handle
cpg_membership_get(3) β Returns a list of members of a CPG group
cpg_model_initialize(3) β Create a new connection to the CPG service
cpg_overview(3) β CPG library overview
cpg_zcb_alloc(3) β Allocates a zero copy buffer
cpg_zcb_free(3) β Frees a zero copy buffer
cpg_zcb_mcast_joined(3) β Multicasts a zero copy buffer to all groups joined to a handle
cpocon(3f)
cpoequ(3f)
cpoequb(3f)
cporfs(3f)
cporfsx(3f)
cposv(3f)
cposvx(3f)
cposvxx(3f)
cpotf2(3f)
cpotrf(3f)
cpotri(3f)
cpotrs(3f)
cpow(3) β complex power function
cpow(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΠΎΠ·Π²Π΅Π΄Π΅Π½ΠΈΡ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π° Π² ΡΡΠ΅ΠΏΠ΅Π½Ρ
cpow(3p)
cppcon(3f)
cppequ(3f)
cpprfs(3f)
cppsv(3f)
cppsvx(3f)
cpptrf(3f)
cpptri(3f)
cpptrs(3f)
cproj(3) β ΠΏΡΠΎΠ΅ΠΊΡΠΈΡ Π½Π° ΡΠΈΠΌΠ°Π½ΠΎΠ²ΡΠΊΡΡ ΡΡΠ΅ΡΡ
cproj(3) β project into Riemann Sphere
cproj(3p)
cpstf2(3f)
cpstrf(3f)
cptcon(3f)
cpteqr(3f)
cptrfs(3f)
cptsv(3f)
cptsvx(3f)
cpttrf(3f)
cpttrs(3f)
cptts2(3f)
cpu_affinity_mask_t(3) β Internal structure, used in affinity_mask_str_r and affinity_mask_str.
cpu_epc_t(3) β The return value of cpuid_get_epc().
cpu_id_t(3) β This contains the recognized CPU features/info.
cpu_list_t(3) β a structure that holds a list of processor names
cpu_mark_t(3) β Internal structure, used in cpu_tsc_mark, cpu_tsc_unmark and cpu_clock_by_mark.
cpu_raw_data_array_t(3) β Contains an array of raw CPUID data.
cpu_raw_data_t(3) β Contains just the raw CPUID data.
cpu_sgx_t(3) β This contains information about SGX features of the processor Example usage:
cpucycles(3)
cpufunc.h(3)
cpuid_tool(3) β Command line interface to libcpuid.
crc16.h(3)
creal(3) β get real part of a complex number
creal(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π΄Π΅ΠΉΡΡΠ²ΠΈΡΠ΅Π»ΡΠ½ΠΎΠΉ ΡΠ°ΡΡΠΈ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
creal(3p)
creat(3p)
crot(3f)
crotg(3f)
crypt(3) β passphrase hashing
crypt(3) β ΡΠΈΡΡΡΠ΅Ρ ΠΏΠ°ΡΠΎΠ»Ρ ΠΈ Π΄Π°Π½Π½ΡΠ΅
crypt(3p)
crypt_checksalt(3) β validate a crypt setting string
crypt_gensalt(3) β encode settings for passphrase hashing
crypt_preferred_method(3) β get the prefix of the preferred hash method
crypto(3) β OpenSSL cryptographic library
crypto_aead_lock(3monocypher) β authenticated encryption with additional data
crypto_argon2(3monocypher) β password-based key derivation
crypto_blake2b(3monocypher) β hashing, message authentication, and key derivation with BLAKE2b
crypto_chacha20_djb(3monocypher) β ChaCha20 and XChaCha20 encryption functions
crypto_ed25519_sign(3monocypher) β public key signatures
crypto_eddsa_sign(3monocypher) β public key signatures
crypto_elligator_map(3monocypher) β hiding of X25519 public keys
crypto_poly1305(3monocypher) β Poly1305 one-time message authentication codes
crypto_sha512(3monocypher) β hashing, message authentication, and key derivation with SHA-512
crypto_verify16(3monocypher) β timing-safe data comparison
crypto_wipe(3monocypher) β wipe data from memory
crypto_x25519(3monocypher) β X25519 key exchange (Public Key Cryptography)
cscal(3)
cscal(3f)
csin(3) β complex sine function
csin(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΡΠΉ ΡΠΈΠ½ΡΡ
csin(3p)
csinh(3) β complex hyperbolic sine
csinh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΡΠΈΠ½ΡΡΠ° ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ
csinh(3p)
csinl(3p)
cspcon(3f)
cspmv(3f)
cspr(3f)
csprfs(3f)
cspsv(3f)
cspsvx(3f)
csptrf(3f)
csptri(3f)
csptrs(3f)
csqrt(3) β complex square root
csqrt(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΠΊΠ²Π°Π΄ΡΠ°ΡΠ½ΠΎΠ³ΠΎ ΠΊΠΎΡΠ½Ρ ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
csqrt(3p)
csrot(3f)
csrscl(3f)
csscal(3f)
cstedc(3f)
cstegr(3f)
cstein(3f)
cstemr(3f)
csteqr(3f)
cstring.h(3)
csv4180(3bobcat) β Converter for comma separated values
csvtable(3bobcat) β Sequentially fills tables row\-wise
cswap(3f)
csycon(3f)
csyequb(3f)
csymm(3)
csymm(3f)
csymv(3f)
csyr(3f)
csyr2k(3)
csyr2k(3f)
csyrfs(3f)
csyrfsx(3f)
csyrk(3)
csyrk(3f)
csysv(3f)
csysvx(3f)
csysvxx(3f)
csytf2(3f)
csytrf(3f)
csytri(3f)
csytrs(3f)
ctan(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΡΠ°Π½Π³Π΅Π½ΡΠ° ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
ctan(3) β complex tangent function
ctan(3p)
ctanh(3) β complex hyperbolic tangent
ctanh(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΡΠ°Π½Π³Π΅Π½ΡΠ° ΠΊΠΎΠΌΠΏΠ»Π΅ΠΊΡΠ½ΠΎΠ³ΠΎ
ctanh(3p)
ctanl(3p)
ctbcon(3f)
ctbmv(3)
ctbmv(3f)
ctbrfs(3f)
ctbsv(3)
ctbsv(3f)
ctbtrs(3f)
ctermid(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠΌΡ ΡΠΏΡΠ°Π²Π»ΡΡΡΠ΅Π³ΠΎ ΡΠ΅ΡΠΌΠΈΠ½Π°Π»Π°
ctermid(3) β get controlling terminal name
ctermid(3p)
ctfsm(3f)
ctftri(3f)
ctfttp(3f)
ctfttr(3f)
ctgevc(3f)
ctgex2(3f)
ctgexc(3f)
ctgsen(3f)
ctgsja(3f)
ctgsna(3f)
ctgsy2(3f)
ctgsyl(3f)
ctime(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ Π΄Π°ΡΡ ΠΈ Π²ΡΠ΅ΠΌΡ Π² ΡΠ°Π·Π΄Π΅Π»ΡΠ½ΠΎΠΌ ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»Π΅Π½ΠΈΠΈ ΠΈΠ»ΠΈ ASCII
ctime(3) β transform date and time to broken-down time or ASCII
ctime(3p)
ctpcon(3f)
ctpmv(3)
ctpmv(3f)
ctprfs(3f)
ctpsv(3)
ctpsv(3f)
ctptri(3f)
ctptrs(3f)
ctpttf(3f)
ctpttr(3f)
ctrcon(3f)
ctrevc(3f)
ctrexc(3f)
ctrmm(3)
ctrmm(3f)
ctrmv(3)
ctrmv(3f)
ctrrfs(3f)
ctrsen(3f)
ctrsm(3)
ctrsm(3f)
ctrsna(3f)
ctrsv(3)
ctrsv(3f)
ctrsyl(3f)
ctrti2(3f)
ctrtri(3f)
ctrtrs(3f)
ctrttf(3f)
ctrttp(3f)
ctype(3) β <ctype.h>: Character Operations
ctype.h(3)
ctzrqf(3f)
ctzrzf(3f)
cubic(3) β A bit curvier than the quadratic easing.
cung2l(3f)
cung2r(3f)
cungbr(3f)
cunghr(3f)
cungl2(3f)
cunglq(3f)
cungql(3f)
cungqr(3f)
cungr2(3f)
cungrq(3f)
cungtr(3f)
cunm2l(3f)
cunm2r(3f)
cunmbr(3f)
cunmhr(3f)
cunml2(3f)
cunmlq(3f)
cunmql(3f)
cunmqr(3f)
cunmr2(3f)
cunmr3(3f)
cunmrq(3f)
cunmrz(3f)
cunmtr(3f)
cupgtr(3f)
cupmtr(3f)
curl_easy_cleanup(3) β free an easy handle
curl_easy_duphandle(3) β clone an easy handle
curl_easy_escape(3) β URL encode a string
curl_easy_getinfo(3) β extract information from a curl handle
curl_easy_header(3) β get an HTTP header
curl_easy_init(3) β create an easy handle
curl_easy_nextheader(3) β get the next HTTP header
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_option_next(3) β iterate over easy setopt options
curl_easy_pause(3) β pause and unpause a connection
curl_easy_perform(3) β perform a blocking network transfer
curl_easy_recv(3) β receives raw data on an easy connection
curl_easy_reset(3) β reset all options of a libcurl session handle
curl_easy_send(3) β sends raw data over an easy connection
curl_easy_setopt(3) β set options for a curl easy handle
curl_easy_ssls_export(3) β export SSL sessions
curl_easy_ssls_import(3) β import SSL sessions
curl_easy_strerror(3) β return string describing error code
curl_easy_unescape(3) β URL decode a string
curl_easy_upkeep(3) β keep existing connections alive
curl_escape(3) β URL encode a string
curl_formadd(3) β add a section to a multipart form POST
curl_formfree(3) β free a previously build multipart form post chain
curl_formget(3) β serialize a 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_getenv(3) β return value for environment name
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_addpart(3) β append a new empty part to a mime structure
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_encoder(3) β set a mime part\(aqs encoder and content transfer encoding
curl_mime_filedata(3) β set a mime part\(aqs body data from a file contents
curl_mime_filename(3) β set a mime part\(aqs remote filename
curl_mime_free(3) β free a previously built mime structure
curl_mime_headers(3) β set a mime part\(aqs custom headers
curl_mime_init(3) β create a mime handle
curl_mime_name(3) β set a mime part\(aqs name
curl_mime_subparts(3) β set sub\-parts of a multipart mime part
curl_mime_type(3) β set a mime part\(aqs content type
curl_mprintf(3) β formatted output conversion
curl_multi_add_handle(3) β add an easy handle to a multi session
curl_multi_assign(3) β set data to associate with an internal socket
curl_multi_cleanup(3) β close down a multi session
curl_multi_fdset(3) β extract file descriptor information from a multi handle
curl_multi_get_handles(3) β return all added easy handles
curl_multi_get_offt(3) β extract information from a multi handle
curl_multi_info_read(3) β read multi stack information
curl_multi_init(3) β create a multi handle
curl_multi_notify_disable(3) β disable a notification type
curl_multi_notify_enable(3) β enable a notification type
curl_multi_perform(3) β run all transfers until it would block
curl_multi_poll(3) β poll on all easy handles in a multi handle
curl_multi_remove_handle(3) β remove an easy handle from a multi session
curl_multi_setopt(3) β set options for a curl multi handle
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_multi_wait(3) β poll on all easy handles in a multi handle
curl_multi_waitfds(3) β extract file descriptor information from a multi handle
curl_multi_wakeup(3) β wake up a sleeping curl_multi_poll call
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_slist_append(3) β add a string to an slist
curl_slist_free_all(3) β free an entire curl_slist list
curl_strequal(3) β compare two strings ignoring case
curl_strnequal(3) β compare two strings ignoring case
curl_unescape(3) β URL decode a string
curl_url(3) β create a URL handle
curl_url_cleanup(3) β free the URL handle
curl_url_dup(3) β duplicate a URL handle
curl_url_get(3) β extract a part from a URL
curl_url_set(3) β set a URL part
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
curs_add_wch(3x)
curs_add_wchstr(3x)
curs_addch(3x)
curs_addchstr(3x)
curs_addstr(3x)
curs_addwstr(3x)
curs_attr(3x)
curs_beep(3x)
curs_bkgd(3x)
curs_bkgrnd(3x)
curs_border(3x)
curs_border_set(3x)
curs_clear(3x)
curs_color(3x)
curs_delch(3x)
curs_deleteln(3x)
curs_extend(3x)
curs_get_wch(3x)
curs_get_wstr(3x)
curs_getcchar(3x)
curs_getch(3x)
curs_getstr(3x)
curs_getyx(3x)
curs_in_wch(3x)
curs_in_wchstr(3x)
curs_inch(3x)
curs_inchstr(3x)
curs_initscr(3x)
curs_inopts(3x)
curs_ins_wch(3x)
curs_ins_wstr(3x)
curs_insch(3x)
curs_insstr(3x)
curs_instr(3x)
curs_inwstr(3x)
curs_kernel(3x)
curs_legacy(3x)
curs_memleaks(3x)
curs_mouse(3x)
curs_move(3x)
curs_opaque(3x)
curs_outopts(3x)
curs_overlay(3x)
curs_pad(3x)
curs_print(3x)
curs_printw(3x)
curs_refresh(3x)
curs_scanw(3x)
curs_scr_dump(3x)
curs_scroll(3x)
curs_slk(3x)
curs_sp_funcs(3x)
curs_termattrs(3x)
curs_termcap(3x)
curs_terminfo(3x)
curs_threads(3x)
curs_touch(3x)
curs_trace(3x)
curs_util(3x)
curs_variables(3x)
curs_window(3x)
cxl_new(3) β Create a new library context object that acts as a handle for all library operations
d2i_ASN1_NULL(3) β decode and encode an ASN.1 NULL type
d2i_ASN1_OBJECT(3) β decode and encode ASN.1 object identifiers
d2i_ASN1_OCTET_STRING(3) β decode and encode ASN1_STRING objects
d2i_ASN1_SEQUENCE_ANY(3) β decode and encode ASN.1 sequences and sets
d2i_AUTHORITY_KEYID(3) β decode and encode X.509 authority key identifiers
d2i_BASIC_CONSTRAINTS(3) β decode and encode X.509 key usage purposes
d2i_CMS_ContentInfo(3) β decode and encode Cryptographic Message Syntax data
d2i_DHparams(3) β PKCS#3 DH parameter functions
d2i_DIST_POINT(3) β decode and encode X.509 data access extensions
d2i_DSAPublicKey(3) β decode and encode DSA keys
d2i_ECPKParameters(3) β decode and encode ASN.1 representations of elliptic curve entities
d2i_ESS_SIGNING_CERT(3) β decode and encode signing certificates for S/MIME
d2i_GENERAL_NAME(3) β decode and encode names for use in X.509 extensions
d2i_OCSP_REQUEST(3) β decode and encode OCSP requests
d2i_OCSP_RESPONSE(3) β decode and encode OCSP responses
d2i_PKCS12(3) β decode and encode PKCS#12 structures
d2i_PKCS7(3) β decode and encode PKCS#7 data structures
d2i_PKCS8PrivateKey_bio(3) β PKCS#8 format private key functions
d2i_PKCS8PrivateKey_bio(3ossl) β PKCS#8 format private key functions
d2i_PKCS8_PRIV_KEY_INFO(3) β decode and encode PKCS#8 private key
d2i_PKEY_USAGE_PERIOD(3) β decode and encode X.509 key usage period extensions
d2i_POLICYINFO(3) β decode and encode X.509 certificate policies
d2i_PrivateKey(3) β decode and encode EVP_PKEY objects
d2i_PrivateKey(3ossl) β decode and encode functions for reading and saving EVP_PKEY structures
d2i_RSAPrivateKey(3ossl) β DEPRECATED
d2i_RSAPublicKey(3) β decode and encode RSA keys and parameters
d2i_SSL_SESSION(3) β convert SSL_SESSION object from/to ASN1 representation
d2i_SSL_SESSION(3ossl) β convert SSL_SESSION object from/to ASN1 representation
d2i_TS_REQ(3) β decode and encode X.509 time-stamp protocol structures
d2i_X509(3) β decode and encode X.509 certificates
d2i_X509(3ossl) β convert objects from/to ASN.1/DER representation
d2i_X509_ALGOR(3) β decode and encode algorithm identifiers
d2i_X509_ATTRIBUTE(3) β decode and encode generic X.501 Attribute
d2i_X509_CRL(3) β decode and encode X.509 certificate revocation lists
d2i_X509_EXTENSION(3) β decode and encode X.509 Extensions
d2i_X509_NAME(3) β decode and encode X.501 Name objects
d2i_X509_REQ(3) β decode and encode PKCS#10 certification requests
d2i_X509_SIG(3) β decode and encode PKCS#7 digest information
daemon(3) β Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ Π² ΡΠΎΠ½ΠΎΠ²ΠΎΠΌ ΡΠ΅ΠΆΠΈΠΌΠ΅
daemon(3) β run in the background
daemon.h(3)
dane_cert_type_name(3) β API function
dane_cert_usage_name(3) β API function
dane_match_type_name(3) β API function
dane_query_data(3) β API function
dane_query_deinit(3) β API function
dane_query_entries(3) β API function
dane_query_status(3) β API function
dane_query_tlsa(3) β API function
dane_query_to_raw_tlsa(3) β API function
dane_raw_tlsa(3) β API function
dane_state_deinit(3) β API function
dane_state_init(3) β API function
dane_state_set_dlv_file(3) β API function
dane_strerror(3) β API function
dane_verification_status_print(3) β API function
dane_verify_crt(3) β API function
dane_verify_crt_raw(3) β API function
dane_verify_session_crt(3) β API function
dasum(3f)
datetime(3bobcat) β Performs Date and Time Computations
dawson(3) β Dawson's integral
daxpy(3f)
daylight(3p)
dbdsdc(3f)
dbdsqr(3f)
dbh(3) β Dbh header file
dbh.h(3) β Dbh header file
dbh_close(3) β close or remove an open DBHashTable
dbh_create(3) β open or create a new DBHashTable
dbh_destroy(3) β close or remove an open DBHashTable
dbh_erase(3) β erase/unerase records or prune/unprune entire branches
dbh_exit_fanout(3) β apply a function to all or part of the DBHashtable
dbh_exit_sweep(3) β apply a function to all or part of the DBHashtable
dbh_fanout(3) β apply a function to all or part of the DBHashtable
dbh_find(3) β Find the top level subtree FILE_POINTER
dbh_foreach_fanout(3) β apply a function to all or part of the DBHashtable
dbh_foreach_sweep(3) β apply a function to all or part of the DBHashtable
dbh_genkey(3) β generate cuantified or ordered keys
dbh_genkey2(3) β generate cuantified or ordered keys
dbh_load(3) β load a DBHashTable record to memory
dbh_load_address(3) β load a DBHashTable record to memory
dbh_load_child(3) β load a DBHashTable record to memory
dbh_load_parent(3) β load a DBHashTable record to memory
dbh_macros(3) β Macros available in dbh
dbh_open(3) β open or create a new DBHashTable
dbh_open_ro(3) β open or create a new DBHashTable
dbh_orderkey(3) β generate cuantified or ordered keys
dbh_prune(3) β erase/unerase records or prune/unprune entire branches
dbh_regen_fanout(3) β make physical structure of the DBHashTable congruent with logical structure
dbh_regen_sweep(3) β make physical structure of the DBHashTable congruent with logical structure
dbh_set_data(3) β set the record data or record key
dbh_set_key(3) β set the record data or record key
dbh_set_recordsize(3) β set maximum or current record size
dbh_set_size(3) β set maximum or current record size
dbh_settempdir(3) β make physical structure of the DBHashTable congruent with logical structure
dbh_sweep(3) β apply a function to all or part of the DBHashtable
dbh_unerase(3) β erase/unerase records or prune/unprune entire branches
dbh_unprune(3) β erase/unerase records or prune/unprune entire branches
dbh_update(3) β write data record or file header to disk
dbh_writeheader(3) β write data record or file header to disk
dblink(3) β executes a query in a remote database
dblink(3) β executes a query in a remote database
dblink(3) β executes a query in a remote database
dblink(3) β executes a query in a remote database
dblink(3) β executes a query in a remote database
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_delete(3) β builds a DELETE statement using supplied values for primary key field values
dblink_build_sql_delete(3) β builds a DELETE statement using supplied values for primary key field values
dblink_build_sql_delete(3) β builds a DELETE statement using supplied values for primary key field values
dblink_build_sql_delete(3) β builds a DELETE statement using supplied values for primary key field values
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_insert(3) β builds an INSERT statement using a local tuple, replacing the primary key field values with alternative supplied 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_insert(3) β builds an INSERT statement using a local tuple, replacing the primary key field values with alternative supplied 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_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_build_sql_update(3) β builds an UPDATE 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_build_sql_update(3) β builds an UPDATE 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_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_cancel_query(3) β cancels any active query on the named connection
dblink_cancel_query(3) β cancels any active query on the named connection
dblink_cancel_query(3) β cancels any active query on the named connection
dblink_cancel_query(3) β cancels any active query on the named connection
dblink_cancel_query(3) β cancels any active query on the named connection
dblink_close(3) β closes a cursor in a remote database
dblink_close(3) β closes a cursor in a remote database
dblink_close(3) β closes a cursor in a remote database
dblink_close(3) β closes a cursor in a remote database
dblink_close(3) β closes a cursor in a remote database
dblink_close(3) β closes a cursor in a remote database
dblink_connect(3) β opens a persistent connection to a remote database
dblink_connect(3) β opens a persistent connection to a remote database
dblink_connect(3) β opens a persistent connection to a remote database
dblink_connect(3) β opens a persistent connection to a remote database
dblink_connect(3) β opens a persistent connection to 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_connect_u(3) β opens a persistent connection to a remote database, insecurely
dblink_connect_u(3) β opens a persistent connection to a remote database, insecurely
dblink_connect_u(3) β opens a persistent connection to a remote database, insecurely
dblink_connect_u(3) β opens a persistent connection to a remote database, insecurely
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_disconnect(3) β closes a persistent connection to a remote database
dblink_disconnect(3) β closes a persistent connection to a remote database
dblink_disconnect(3) β closes a persistent connection to a remote database
dblink_disconnect(3) β closes a persistent connection to a remote database
dblink_disconnect(3) β closes a persistent connection to a remote database
dblink_error_message(3) β gets last error message on the named connection
dblink_error_message(3) β gets last error message on the named connection
dblink_error_message(3) β gets last error message on the named connection
dblink_error_message(3) β gets last error message on the named connection
dblink_error_message(3) β gets last error message on the named connection
dblink_error_message(3) β gets last error message on the named connection
dblink_exec(3) β executes a command in a remote database
dblink_exec(3) β executes a command in a remote database
dblink_exec(3) β executes a command in a remote database
dblink_exec(3) β executes a command in a remote database
dblink_exec(3) β executes a command in a remote database
dblink_exec(3) β executes a command in a remote database
dblink_fetch(3) β returns rows from an open cursor in a remote database
dblink_fetch(3) β returns rows from an open cursor in a remote database
dblink_fetch(3) β returns rows from an open cursor in a remote database
dblink_fetch(3) β returns rows from an open cursor in a remote database
dblink_fetch(3) β returns rows from an open cursor 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_connections(3) β returns the names of all open named dblink connections
dblink_get_connections(3) β returns the names of all open named dblink connections
dblink_get_connections(3) β returns the names of all open named dblink connections
dblink_get_connections(3) β returns the names of all open named dblink connections
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_notify(3) β retrieve async notifications on a connection
dblink_get_notify(3) β retrieve async notifications on a connection
dblink_get_notify(3) β retrieve async notifications on a connection
dblink_get_notify(3) β retrieve async notifications on a connection
dblink_get_notify(3) β retrieve async notifications on a connection
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_pkey(3) β returns the positions and field names of a relation\*(Aqs primary key fields
dblink_get_result(3) β gets an async query result
dblink_get_result(3) β gets an async query result
dblink_get_result(3) β gets an async query result
dblink_get_result(3) β gets an async query result
dblink_get_result(3) β gets an async query result
dblink_get_result(3) β gets an async query result
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_is_busy(3) β checks if connection is busy with an async query
dblink_open(3) β opens a cursor in a remote database
dblink_open(3) β opens a cursor in a remote database
dblink_open(3) β opens a cursor in a remote database
dblink_open(3) β opens a cursor in a remote database
dblink_open(3) β opens a cursor in a remote database
dblink_open(3) β opens a cursor in a remote database
dblink_send_query(3) β sends an async query to a remote database
dblink_send_query(3) β sends an async query to a remote database
dblink_send_query(3) β sends an async query to a remote database
dblink_send_query(3) β sends an async query to a remote database
dblink_send_query(3) β sends an async query to a remote database
dblink_send_query(3) β sends an async query to a remote database
dbm_clearerr(3p)
dbopen(3) β database access methods
dbopen(3) β ΠΌΠ΅ΡΠΎΠ΄Ρ Π΄ΠΎΡΡΡΠΏΠ° ΠΊ Π±Π°Π·Π΅ Π΄Π°Π½Π½ΡΡ
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_context_free(3) β free a device-handling context
dc_context_new(3) β create a new device-handling context
dc_context_set_logfunc(3) β set the logging function for a dive computer context
dc_context_set_loglevel(3) β set the logging level for a dive computer context
dc_datetime_gmtime(3) β convert an timestamp to GMT date and time
dc_datetime_localtime(3) β convert an timestamp to local date and time
dc_datetime_mktime(3) β convert an local date and time to a timestamp
dc_datetime_now(3) β return the current integral timestamp
dc_descriptor_free(3) β free a dive computer descriptor reference
dc_descriptor_get_model(3) β get the model of a dive computer descriptor
dc_descriptor_get_product(3) β get the product of a dive computer descriptor
dc_descriptor_get_transports(3) β Gets the transports supported by the given descriptor.
dc_descriptor_get_vendor(3) β get the vendor of a dive computer descriptor
dc_descriptor_iterator_new(3) β get all supported dive computers
dc_device_close(3) β close a dive computer device
dc_device_foreach(3) β iterate over dives in a dive computer
dc_device_open(3) β open a dive computer device
dc_device_set_cancel(3) β callback to check whether processing should cancel
dc_device_set_events(3) β set events logged during device interaction
dc_device_set_fingerprint(3) β set the last-seen dive fingerprint
dc_iostream_close(3) β Close the I/O stream and free all resources.
dc_irda_device_free(3) β Destroy the irda device and free all resources.
dc_irda_device_get_address(3) β Get the address of the IrDA device.
dc_irda_device_get_name(3) β Get the address of the IrDA device.
dc_irda_iterator_new(3) β Create an iterator to enumerate the IrDA devices.
dc_irda_open(3) β Opens an iostream for a IrDA device
dc_iterator_free(3) β frees an iterator
dc_iterator_next(3) β next element in an iterator
dc_parser_destroy(3) β destroys a single dive parser
dc_parser_get_datetime(3) β extract the date and time from a parsed dive
dc_parser_get_field(3) β extract a field from a parsed dive
dc_parser_new(3) β create a parser for a single dive
dc_parser_samples_foreach(3) β iterate over samples taken during a dive
dc_serial_device_free(3) β Destroy the serial device and free all resources.
dc_serial_device_get_name(3) β Get the device name of the serial device.
dc_serial_iterator_new(3) β Create an iterator to enumerate the serial devices.
dc_serial_open(3) β Opens an iostream for a serial device
dc_usbhid_device_free(3) β Destroy the USB HID device and free all resources.
dc_usbhid_device_get_pid(3) β Get the product id (PID) of the USB HID device.
dc_usbhid_device_get_vid(3) β Get the vendor id (VID) of the USB HID device.
dc_usbhid_iterator_new(3) β Create an iterator to enumerate the USB HID devices.
dc_usbhid_open(3) β Opens an iostream for a USB HID device
dcabs1(3)
dcabs1(3f)
dcopy(3f)
ddisna(3f)
ddot(3f)
debuginfod_find_debuginfo(3) β request debuginfo from debuginfod
decode.h(3) β API for Brotli decompression.
default(3) β A default mode for arithmetic values it will change in constant speed, for non-arithmetic value will be constant.
default_colors(3x)
default_store(3) β generic storage of global data.
define_key(3x)
delay.h(3)
delay_basic.h(3)
demo_project(3) β A simple projectAt this point, you should have the GNU tools configured, built, and installed on your system. In this chapter, we present a simple example of using the GNU tools in an AVR project. After reading this chapter, you should have a better feel as to how the tools are used and how a \fCMakefile can be configured.
demos(3) β Demo projects
deprecated(3) β Deprecated List
deprecated(3) β Deprecated List
deprecated_items(3) β <compat/deprecated.h>: Deprecated items
des_crypt(3) β Π±ΡΡΡΡΠΎΠ΅
des_crypt(3) β fast
des_crypt(3t) β fast DES encryption
des_read_pw(3) β compatibility user interface functions
detect(3) β Detecting character set and measuring accuracy of charset
detect_destroy(3) β free Detector structure
detect_handledata(3) β Detecting character set and measuring accuracy of charset
detect_init(3)
detect_obj_free(3)
detect_obj_init(3)
detect_reset(3)
dev_t(3type) β device ID
devices(3) β Qt Device Classes
dexec.h(3)
dfork.h(3)
dgbbrd(3f)
dgbcon(3f)
dgbequ(3f)
dgbequb(3f)
dgbmv(3)
dgbmv(3f)
dgbrfs(3f)
dgbrfsx(3f)
dgbsv(3f)
dgbsvx(3f)
dgbsvxx(3f)
dgbtf2(3f)
dgbtrf(3f)
dgbtrs(3f)
dgebak(3f)
dgebal(3f)
dgebd2(3f)
dgebrd(3f)
dgecon(3f)
dgeequ(3f)
dgeequb(3f)
dgees(3f)
dgeesx(3f)
dgeev(3f)
dgeevx(3f)
dgegs(3f)
dgegv(3f)
dgehd2(3f)
dgehrd(3f)
dgejsv(3f)
dgelq2(3f)
dgelqf(3f)
dgels(3f)
dgelsd(3f)
dgelss(3f)
dgelsx(3f)
dgelsy(3f)
dgemm(3)
dgemm(3f)
dgemv(3)
dgemv(3f)
dgeql2(3f)
dgeqlf(3f)
dgeqp3(3f)
dgeqpf(3f)
dgeqr2(3f)
dgeqrf(3f)
dger(3)
dger(3f)
dgerfs(3f)
dgerfsx(3f)
dgerq2(3f)
dgerqf(3f)
dgesc2(3f)
dgesdd(3f)
dgesv(3f)
dgesvd(3f)
dgesvj(3f)
dgesvx(3f)
dgesvxx(3f)
dgetc2(3f)
dgetf2(3f)
dgetrf(3f)
dgetri(3f)
dgetrs(3f)
dggbak(3f)
dggbal(3f)
dgges(3f)
dggesx(3f)
dggev(3f)
dggevx(3f)
dggglm(3f)
dgghrd(3f)
dgglse(3f)
dggqrf(3f)
dggrqf(3f)
dggsvd(3f)
dggsvp(3f)
dgsvj0(3f)
dgsvj1(3f)
dgtcon(3f)
dgtrfs(3f)
dgtsv(3f)
dgtsvx(3f)
dgttrf(3f)
dgttrs(3f)
dgtts2(3f)
dhcpctl(3) β dhcpctl library initialization.
dhgeqz(3f)
dhsein(3f)
dhseqr(3f)
dialog(3)
diffiehellman(3bobcat) β Diffie\-Hellman PKI, computing shared keys
difftime(3) β calculate time difference
difftime(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΡΠ°Π·Π½ΠΈΡΡ Π²ΠΎ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ
difftime(3p)
digestbuf(3bobcat) β Computes Message Digests from information inserted into a
dirfd(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΠ°ΠΉΠ»ΠΎΠ²ΠΎΠ³ΠΎ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡΠ° ΠΏΠΎΡΠΎΠΊΠ° ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π°
dirfd(3) β get directory stream file descriptor
dirfd(3p)
dirname(3p)
disnan(3f)
dispatch(3) β the dispatch framework
dispatch_after(3) β schedule blocks for deferred execution
dispatch_api(3) β Designing API using dispatch
dispatch_apply(3) β schedule blocks for iterative execution
dispatch_async(3) β schedule blocks for execution
dispatch_data_create(3) β create and manipulate dispatch data objects
dispatch_group_create(3) β group blocks submitted to queues
dispatch_io_create(3) β open, close and configure dispatch I/O channels
dispatch_io_read(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) β where blocks are scheduled for execution
dispatch_read(3) β asynchronously read from and write to file descriptors
dispatch_semaphore_create(3) β synchronized counting semaphore
dispatch_source_create(3) β dispatch event sources
dispatch_time(3) β Calculate temporal milestones
div(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΡΠ°ΡΡΠ½ΠΎΠ΅ ΠΈ ΠΎΡΡΠ°ΡΠΎΠΊ Π΄Π΅Π»Π΅Π½ΠΈΡ ΡΠ΅Π»ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
div(3) β compute quotient and remainder of
div(3p)
div_t(3)
div_t(3type)
dl_iterate_phdr(3) β walk through list of shared objects
dl_iterate_phdr(3) β ΠΎΠ±Ρ
ΠΎΠ΄ ΡΠΏΠΈΡΠΊΠ° ΠΎΠ±ΡΠΈΡ
ΠΎΠ±ΡΠ΅ΠΊΡΠΎΠ²
dla_gbamv(3f)
dla_gbrcond(3f)
dla_gbrfsx_extended(3f)
dla_gbrpvgrw(3f)
dla_geamv(3f)
dla_gercond(3f)
dla_gerfsx_extended(3f)
dla_lin_berr(3f)
dla_porcond(3f)
dla_porfsx_extended(3f)
dla_porpvgrw(3f)
dla_rpvgrw(3f)
dla_syamv(3f)
dla_syrcond(3f)
dla_syrfsx_extended(3f)
dla_syrpvgrw(3f)
dla_wwaddw(3f)
dlabad(3f)
dlabrd(3f)
dlacn2(3f)
dlacon(3f)
dlacpy(3f)
dladdr(3) β ΡΡΠ°Π½ΡΠ»ΠΈΡΡΠ΅Ρ Π°Π΄ΡΠ΅Ρ Π² ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π΅
dladdr(3) β translate address to symbolic information
dladiv(3f)
dlae2(3f)
dlaebz(3f)
dlaed0(3f)
dlaed1(3f)
dlaed2(3f)
dlaed3(3f)
dlaed4(3f)
dlaed5(3f)
dlaed6(3f)
dlaed7(3f)
dlaed8(3f)
dlaed9(3f)
dlaeda(3f)
dlaein(3f)
dlaev2(3f)
dlaexc(3f)
dlag2(3f)
dlag2s(3f)
dlags2(3f)
dlagtf(3f)
dlagtm(3f)
dlagts(3f)
dlagv2(3f)
dlahqr(3f)
dlahr2(3f)
dlahrd(3f)
dlaic1(3f)
dlaisnan(3f)
dlaln2(3f)
dlals0(3f)
dlalsa(3f)
dlalsd(3f)
dlamch(3f)
dlamchtst(3f)
dlamrg(3f)
dlaneg(3f)
dlangb(3f)
dlange(3f)
dlangt(3f)
dlanhs(3f)
dlansb(3f)
dlansf(3f)
dlansp(3f)
dlanst(3f)
dlansy(3f)
dlantb(3f)
dlantp(3f)
dlantr(3f)
dlanv2(3f)
dlapll(3f)
dlapmt(3f)
dlapy2(3f)
dlapy3(3f)
dlaqgb(3f)
dlaqge(3f)
dlaqp2(3f)
dlaqps(3f)
dlaqr0(3f)
dlaqr1(3f)
dlaqr2(3f)
dlaqr3(3f)
dlaqr4(3f)
dlaqr5(3f)
dlaqsb(3f)
dlaqsp(3f)
dlaqsy(3f)
dlaqtr(3f)
dlar1v(3f)
dlar2v(3f)
dlarf(3f)
dlarfb(3f)
dlarfg(3f)
dlarfp(3f)
dlarft(3f)
dlarfx(3f)
dlargv(3f)
dlarnv(3f)
dlarra(3f)
dlarrb(3f)
dlarrc(3f)
dlarrd(3f)
dlarre(3f)
dlarrf(3f)
dlarrj(3f)
dlarrk(3f)
dlarrr(3f)
dlarrv(3f)
dlarscl2(3f)
dlartg(3f)
dlartv(3f)
dlaruv(3f)
dlarz(3f)
dlarzb(3f)
dlarzt(3f)
dlas2(3f)
dlascl(3f)
dlascl2(3f)
dlasd0(3f)
dlasd1(3f)
dlasd2(3f)
dlasd3(3f)
dlasd4(3f)
dlasd5(3f)
dlasd6(3f)
dlasd7(3f)
dlasd8(3f)
dlasd9(3f)
dlasda(3f)
dlasdq(3f)
dlasdt(3f)
dlaset(3f)
dlasq1(3f)
dlasq2(3f)
dlasq3(3f)
dlasq4(3f)
dlasq5(3f)
dlasq6(3f)
dlasr(3f)
dlasrt(3f)
dlassq(3f)
dlasv2(3f)
dlaswp(3f)
dlasy2(3f)
dlasyf(3f)
dlat2s(3f)
dlatbs(3f)
dlatdf(3f)
dlatps(3f)
dlatrd(3f)
dlatrs(3f)
dlatrz(3f)
dlatzm(3f)
dlauu2(3f)
dlauum(3f)
dlazq3(3f)
dlazq4(3f)
dlclose(3p)
dlerror(3) β obtain error diagnostic for functions in the dlopen API
dlerror(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠΏΡΠ°Π²ΠΊΡ ΠΏΠΎ ΠΎΡΠΈΠ±ΠΊΠ΅ Π΄Π»Ρ ΡΡΠ½ΠΊΡΠΈΠΉ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½ΠΎΠ³ΠΎ ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡΠ°
dlerror(3p)
dlinfo(3) β obtain information about a dynamically loaded object
dlinfo(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ Π΄ΠΈΠ½Π°ΠΌΠΈΡΠ΅ΡΠΊΠΈ Π·Π°Π³ΡΡΠΆΠ΅Π½Π½ΠΎΠΌ ΠΎΠ±ΡΠ΅ΠΊΡΠ΅
dlm_create_lockspace(3) β manipulate DLM lockspaces
dlm_lock(3) β acquire or convert a DLM lock
dlm_unlock(3) β unlock a DLM lock
dlog.h(3)
dlopen(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΈ Π·Π°ΠΊΡΡΠ²Π°Π΅Ρ ΠΎΠ±ΡΠΈΠΉ ΠΎΠ±ΡΠ΅ΠΊΡ
dlopen(3)
dlopen(3p)
dlsym(3) β obtain address of a symbol in a shared object or executable
dlsym(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π°Π΄ΡΠ΅Ρ ΡΠΈΠΌΠ²ΠΎΠ»Π° ΠΈΠ· ΠΎΠ±ΡΠ΅Π³ΠΎ ΠΎΠ±ΡΠ΅ΠΊΡΠ° ΠΈΠ»ΠΈ ΠΈΡΠΏΠΎΠ»Π½ΡΠ΅ΠΌΠΎΠ³ΠΎ
dlsym(3p)
dmmp_context_free(3) β Release the memory of struct dmmp_context.
dmmp_context_log_func_set(3) β Set log handler function.
dmmp_context_log_priority_get(3) β Get log priority.
dmmp_context_log_priority_set(3) β Set log priority.
dmmp_context_new(3) β Create struct dmmp_context.
dmmp_context_timeout_get(3) β Get IPC timeout.
dmmp_context_timeout_set(3) β Set IPC timeout.
dmmp_context_userdata_get(3) β Get user data pointer.
dmmp_context_userdata_set(3) β Set user data pointer.
dmmp_flush_mpath(3) β Flush specified multipath device map if unused.
dmmp_last_error_msg(3) β Retrieves the last error message.
dmmp_log_priority_str(3) β Convert log priority to string.
dmmp_mpath_array_free(3) β Free 'struct dmmp_mpath' pointer array.
dmmp_mpath_array_get(3) β Query all existing multipath devices.
dmmp_mpath_kdev_name_get(3) β Retrieve kernel DEVNAME of certain mpath.
dmmp_mpath_name_get(3) β Retrieve name(alias) of certain mpath.
dmmp_mpath_wwid_get(3) β Retrieve WWID of certain mpath.
dmmp_path_array_get(3) β Retrieve path pointer array.
dmmp_path_blk_name_get(3) β Retrieve block name.
dmmp_path_group_array_get(3) β Retrieve path groups pointer array.
dmmp_path_group_id_get(3) β Retrieve path group ID.
dmmp_path_group_priority_get(3) β Retrieve path group priority.
dmmp_path_group_selector_get(3) β Retrieve path group selector.
dmmp_path_group_status_get(3) β Retrieve path group status.
dmmp_path_group_status_str(3) β Convert path group status to string.
dmmp_path_status_get(3) β Retrieve the path status.
dmmp_path_status_str(3) β Convert path status to string.
dmmp_reconfig(3) β Instruct multipathd daemon to do reconfiguration.
dmmp_strerror(3) β Convert error code to string.
dnet(3) β dumb networking library
dnonblock.h(3)
dnrm2(3f)
dopgtr(3f)
dopmtr(3f)
dorg2l(3f)
dorg2r(3f)
dorgbr(3f)
dorghr(3f)
dorgl2(3f)
dorglq(3f)
dorgql(3f)
dorgqr(3f)
dorgr2(3f)
dorgrq(3f)
dorgtr(3f)
dorm2l(3f)
dorm2r(3f)
dormbr(3f)
dormhr(3f)
dorml2(3f)
dormlq(3f)
dormql(3f)
dormqr(3f)
dormr2(3f)
dormr3(3f)
dormrq(3f)
dormrz(3f)
dormtr(3f)
double_t(3type) β most efficient floating types
dpbcon(3f)
dpbequ(3f)
dpbrfs(3f)
dpbstf(3f)
dpbsv(3f)
dpbsvx(3f)
dpbtf2(3f)
dpbtrf(3f)
dpbtrs(3f)
dpftrf(3f)
dpftri(3f)
dpftrs(3f)
dpid.h(3)
dpocon(3f)
dpoequ(3f)
dpoequb(3f)
dporfs(3f)
dporfsx(3f)
dposv(3f)
dposvx(3f)
dposvxx(3f)
dpotf2(3f)
dpotrf(3f)
dpotri(3f)
dpotrs(3f)
dppcon(3f)
dppequ(3f)
dpprfs(3f)
dppsv(3f)
dppsvx(3f)
dpptrf(3f)
dpptri(3f)
dpptrs(3f)
dprintf(3p)
dpstf2(3f)
dpstrf(3f)
dptcon(3f)
dpteqr(3f)
dptrfs(3f)
dptsv(3f)
dptsvx(3f)
dpttrf(3f)
dpttrs(3f)
dptts2(3f)
drand48(3) β Π³Π΅Π½Π΅ΡΠ°ΡΠΈΡ ΡΠ°Π²Π½ΠΎΠΌΠ΅ΡΠ½ΠΎ ΡΠ°ΡΠΏΡΠ΅Π΄Π΅Π»ΡΠ½Π½ΡΡ
ΠΏΡΠ΅Π²Π΄ΠΎΡΠ»ΡΡΠ°ΠΉΠ½ΡΡ
ΡΠΈΡΠ΅Π»
drand48(3) β generate uniformly distributed pseudo-random numbers
drand48(3p)
drand48_r(3) β Π³Π΅Π½Π΅ΡΠ°ΡΠΈΡ ΡΠ°Π²Π½ΠΎΠΌΠ΅ΡΠ½ΠΎ ΡΠ°ΡΠΏΡΠ΅Π΄Π΅Π»ΡΠ½Π½ΡΡ
ΠΏΡΠ΅Π²Π΄ΠΎΡΠ»ΡΡΠ°ΠΉΠ½ΡΡ
drand48_r(3) β generate uniformly distributed pseudo-random numbers reentrantly
drmAvailable(3) β determine whether a DRM kernel driver has been loaded
drmHandleEvent(3) β read and process pending DRM events
drmModeGetResources(3) β retrieve current display configuration information
drot(3f)
drotg(3f)
drotm(3f)
drotmg(3f)
drscl(3f)
dsbev(3f)
dsbevd(3f)
dsbevx(3f)
dsbgst(3f)
dsbgv(3f)
dsbgvd(3f)
dsbgvx(3f)
dsbmv(3)
dsbmv(3f)
dsbtrd(3f)
dscal(3f)
dsdot(3f)
dsecnd(3f)
dsecnd_EXT_ETIME(3f)
dsecnd_EXT_ETIME_(3f)
dsecnd_INT_CPU_TIME(3f)
dsecnd_INT_ETIME(3f)
dsecnd_NONE(3f)
dsecndtst(3f)
dsfrk(3f)
dsgesv(3f)
dsignal.h(3)
dspcon(3f)
dspev(3f)
dspevd(3f)
dspevx(3f)
dspgst(3f)
dspgv(3f)
dspgvd(3f)
dspgvx(3f)
dspmv(3)
dspmv(3f)
dsposv(3f)
dspr(3)
dspr(3f)
dspr2(3)
dspr2(3f)
dsprfs(3f)
dspsv(3f)
dspsvx(3f)
dsptrd(3f)
dsptrf(3f)
dsptri(3f)
dsptrs(3f)
dstebz(3f)
dstedc(3f)
dstegr(3f)
dstein(3f)
dstemr(3f)
dsteqr(3f)
dsterf(3f)
dstev(3f)
dstevd(3f)
dstevr(3f)
dstevx(3f)
dswap(3f)
dsycon(3f)
dsyequb(3f)
dsyev(3f)
dsyevd(3f)
dsyevr(3f)
dsyevx(3f)
dsygs2(3f)
dsygst(3f)
dsygv(3f)
dsygvd(3f)
dsygvx(3f)
dsymm(3)
dsymm(3f)
dsymv(3)
dsymv(3f)
dsyr(3)
dsyr(3f)
dsyr2(3)
dsyr2(3f)
dsyr2k(3)
dsyr2k(3f)
dsyrfs(3f)
dsyrfsx(3f)
dsyrk(3)
dsyrk(3f)
dsysv(3f)
dsysvx(3f)
dsysvxx(3f)
dsytd2(3f)
dsytf2(3f)
dsytrd(3f)
dsytrf(3f)
dsytri(3f)
dsytrs(3f)
dtbcon(3f)
dtbmv(3)
dtbmv(3f)
dtbrfs(3f)
dtbsv(3)
dtbsv(3f)
dtbtrs(3f)
dtfsm(3f)
dtftri(3f)
dtfttp(3f)
dtfttr(3f)
dtgevc(3f)
dtgex2(3f)
dtgexc(3f)
dtgsen(3f)
dtgsja(3f)
dtgsna(3f)
dtgsy2(3f)
dtgsyl(3f)
dtpcon(3f)
dtpmv(3)
dtpmv(3f)
dtprfs(3f)
dtpsv(3)
dtpsv(3f)
dtptri(3f)
dtptrs(3f)
dtpttf(3f)
dtpttr(3f)
dtrcon(3f)
dtrevc(3f)
dtrexc(3f)
dtrmm(3)
dtrmm(3f)
dtrmv(3)
dtrmv(3f)
dtrrfs(3f)
dtrsen(3f)
dtrsm(3)
dtrsm(3f)
dtrsna(3f)
dtrsv(3)
dtrsv(3f)
dtrsyl(3f)
dtrti2(3f)
dtrtri(3f)
dtrtrs(3f)
dtrttf(3f)
dtrttp(3f)
dtzrqf(3f)
dtzrzf(3f)
duma(3) β DUMA Malloc Debugger
dup(3p)
duplocale(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΠΊΠΎΠΏΠΈΡ ΠΎΠ±ΡΠ΅ΠΊΡΠ° Π»ΠΎΠΊΠ°Π»ΠΈ
duplocale(3) β duplicate a locale object
duplocale(3p)
dysize(3) β get number of days for a given year
dysize(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ Π΄Π½Π΅ΠΉ Π² ΡΠΊΠ°Π·Π°Π½Π½ΠΎΠΌ Π³ΠΎΠ΄Ρ
dystopia(3) β the core API
dzasum(3f)
dznrm2(3f)
dzsum1(3f)
easings(3) β Bundled easing functions based on \fCRobert Penner's Easing Functions
ecb(3) β suite of libraries, other members of which include
ecdh(3bobcat) β Elliptic Curve Diffie\-Hellman PKI, computing shared keys
ecvt(3) β convert a floating-point number to a string
ecvt(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΠΈΡΠ»Π° Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ ΡΠΎΡΠΊΠΎΠΉ Π² ΡΡΡΠΎΠΊΡ
ecvt_r(3) β convert a floating-point number to a string
ecvt_r(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ Π²
edac(3) β EDAC error reporting library
eddsa_pk_new(3) β FIDO2 COSE EDDSA API
editline(3) β line editor, history and tokenization functions
editorconfig.h(3) β Header file of EditorConfig.
editorconfig_handle.h(3) β Header file of EditorConfig handle.
efadv_create_driver_qp(3) β Create EFA specific Queue Pair # SYNOPSIS
efadv_create_qp_ex(3) β Create EFA specific extended Queue Pair
efadv_query_ah(3) β Query EFA specific Address Handle attributes
efadv_query_cq(3) β Query EFA specific Completion Queue attributes
efadv_query_device(3) β Query device capabilities
efadv_query_mr(3) β Query EFA specific Memory Region attributes
efadv_query_qp_wqs(3) β Query EFA specific Queue Pair work queue
efi_get_variable(3)
efi_variable_t(3)
elastic(3) β An elastic easing function. Values go a little past the maximum/minimum in an elastic effect.
elf32_checksum(3) β compute the checksum for a 32-bit or 64-bit
elf32_fsize(3) β calculate the file size of an ELF data structure
elf32_getchdr(3) β retrieve the compression header for a
elf32_getehdr(3) β retrieve the ELF header for a 32-bit ELF descriptor
elf32_getphdr(3) β retrieve the program header table for a
elf32_getshdr(3) β retrieve the section header for a section
elf32_newehdr(3) β create a new ELF header for a 32-bit or
elf32_newphdr(3) β create a new program header table for a
elf32_offscn(3) β retrieve a section descriptor by file offset for a 32-bit ELF file
elf32_xlatetom(3) β translate 32-bit or 64-bit ELF data from file
elf64_getehdr(3) β retrieve the ELF header for a 64-bit ELF descriptor
elf64_offscn(3) β retrieve a section descriptor by file offset for a 64-bit ELF file
elf_begin(3) β initialize an ELF descriptor
elf_clone(3) β Create a clone of an existing ELF descriptor.
elf_cntl(3) β perform control operations on an ELF descriptor
elf_end(3) β Release resources associated with an ELF descriptor.
elf_errmsg(3) β return the error message string for a given libelf error code.
elf_errno(3) β retrieve the error code of the last failing libelf function call.
elf_fill(3) β Set fill byte used when constructing or editing ELF object files.
elf_flagelf(3) β set or clear flags on ELF descriptors and components
elf_getarhdr(3) β retrieve archive member header information
elf_getaroff(3) β retrieve the offset of an archive member header
elf_getarsym(3) β retrieve archive symbol table
elf_getbase(3) β Retrieve the base offset for an ELF object file.
elf_getdata(3) β Get washed data of section
elf_getdata_rawchunk(3) β create a raw data descriptor from a file offset
elf_getident(3) β return the ELF identification bytes
elf_getphdrnum(3) β retrieve the number of program headers in an ELF file
elf_getscn(3) β retrieve a descriptor for an ELF section at a specified index.
elf_getshdrnum(3) β retrieve the number of section headers in an ELF file
elf_getshdrstrndx(3) β retrieve the section header string table index
elf_hash(3) β Compute the standard ELF hash or GNU hash of a string.
elf_kind(3) β Determine the type of file represented by an ELF descriptor.
elf_memory(3) β create an ELF descriptor from a memory buffer
elf_ndxscn(3) β retrieve the index of a descriptor for an ELF file section
elf_newdata(3) β Add a new Elf_Data descriptor to a section
elf_newscn(3) β create a new section for an ELF descriptor
elf_next(3) β advance an ELF descriptor to the next archive member
elf_nextscn(3)
elf_rand(3)
elf_rawdata(3)
elf_rawfile(3) β Retrieve a pointer to the entire raw ELF file image
elf_scnshndx(3) β Find the index of the SHT_SYMTAB_SHNDX section associated with a symbol table
elf_strptr(3) β Return a pointer to a string in a string table section
elf_update(3) β update an ELF descriptor
elf_version(3) β set the ELF version for libelf.
elt(3)
encode.h(3) β API for Brotli compression.
encrypt(3) β ΡΠΈΡΡΠΎΠ²Π°Π½ΠΈΠ΅ 64\-Π±ΠΈΡΠ½ΡΡ
ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
encrypt(3) β encrypt 64-bit messages
encrypt(3p)
end(3) β ΠΊΠΎΠ½Π΅Ρ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½ΡΡ
ΡΠ΅Π³ΠΌΠ΅Π½ΡΠΎΠ²
end(3) β end of program segments
endgrent(3p)
endhostent(3p)
endian(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΏΠΎΡΡΠ΄ΠΎΠΊ Π±Π°ΠΉΡ Ρ ΡΠ΅Π»ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π°
endian(3)
endnetent(3p)
endprotoent(3p)
endpwent(3p)
endservent(3p)
endutxent(3p)
environ(3p)
envz_add(3)
envz_add(3) β environment string support
eoi(3bobcat) β std::streambuf class offering an eoi manipulator
eoibuf(3bobcat) β std::streambuf class offering an eoi manipulator
epoll_event(3type) β epoll event
erand48(3p)
erf(3) β error function
erf(3) β ΡΡΠ½ΠΊΡΠΈΡ ΠΎΡΠΈΠ±ΠΊΠΈ
erf(3p)
erfc(3) β complementary error function
erfc(3) β Π΄ΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»ΡΠ½Π°Ρ ΡΡΠ½ΠΊΡΠΈΡ ΠΎΡΠΈΠ±ΠΊΠΈ
erfc(3p)
erfcx(3) β underflow\-compensated complementary error function
erff(3p)
erfi(3) β imaginary error function
err(3) β ΡΠΎΡΠΌΠ°ΡΠΈΡΡΠ΅Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ
err(3) β formatted error messages
errc(3bsd) β formatted error messages
errno(3) β ΠΊΠΎΠ΄ ΠΏΠΎΡΠ»Π΅Π΄Π½Π΅ΠΉ ΠΎΡΠΈΠ±ΠΊΠΈ
errno(3) β number of last error
errno(3p)
errno.h(3)
error(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π²ΡΠ²ΠΎΠ΄Π° ΠΎΡΠΈΠ±ΠΎΠΊ glibc
error(3) β glibc error reporting functions
es256_pk_new(3) β FIDO2 COSE ES256 API
es384_pk_new(3) β FIDO2 COSE ES384 API
ether_aton(3) β ΠΏΡΠΎΡΠ΅Π΄ΡΡΡ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ Π°Π΄ΡΠ΅ΡΠ°ΠΌΠΈ ethernet
ether_aton(3) β Ethernet address manipulation routines
euidaccess(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΡΡΡΠ΅ΠΊΡΠΈΠ²Π½ΡΠ΅ ΠΏΡΠ°Π²Π° ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ Π½Π° ΡΠ°ΠΉΠ»
euidaccess(3) β check effective user's permissions for a file
ev(3) β a high performance full\-featured event loop written in C
evdns(3) β asynchronous functions for DNS resolution.
event(3) β execute a function when a specific event occurs
evp(3) β high-level cryptographic functions
exception(3bobcat) β std::exception objects acception stream insertions
exec(3) β execute a file
exec(3) β Π·Π°ΠΏΡΡΠΊ ΡΠ°ΠΉΠ»Π° Π½Π° ΠΈΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅
exec(3bobcat) β Runs external programs
exec(3p)
exit(3) β cause normal process termination
exit(3) β Π²ΡΠ·ΡΠ²Π°Π΅Ρ Π½ΠΎΡΠΌΠ°Π»ΡΠ½ΠΎΠ΅ Π·Π°Π²Π΅ΡΡΠ΅Π½ΠΈΠ΅ ΠΏΡΠΎΡΠ΅ΡΡΠ°
exit(3p)
exp(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΡ
exp(3) β base-e exponential function
exp(3p)
exp10(3) β base-10 exponential function
exp10(3) β ΡΡΠ½ΠΊΡΠΈΡ ΡΡΠ΅ΠΏΠ΅Π½ΠΈ ΠΏΠΎ ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΡ 10
exp2(3) β ΡΡΠ½ΠΊΡΠΈΡ ΡΡΠ΅ΠΏΠ΅Π½ΠΈ ΠΏΠΎ ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΡ 2
exp2(3) β base-2 exponential function
exp2(3p)
expand_number(3bsd) β format a number from human readable form
explicit_bzero(3bsd) β write zeroes to a byte string
expm1(3) β ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΠΈΠ°Π»ΡΠ½ΡΠΉ ΠΌΠΈΠ½ΡΡ 1
expm1(3) β exponential minus 1
expm1(3p)
exponential(3) β A very steep curve, based on the \fCp(t) = 2^(10*(t-1)) equation.
expr(3) β c-like expression library
fabs(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π°Π±ΡΠΎΠ»ΡΡΠ½ΠΎΠ³ΠΎ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΡΠΈΡΠ»Π° Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ
fabs(3) β absolute value of floating-point number
fabs(3p)
faccessat(3p)
fame_close(3) β flush remaining data and cleanup.
fame_encode_frame(3) β encode a single frame (DEPRECATED)
fame_encode_slice(3) β encode a single slice
fame_end_frame(3) β ends encoding of a frame
fame_get_object(3) β get an object from the library
fame_init(3) β initialize the fame library
fame_open(3) β open the fame library
fame_register(3) β register an object to the library
fame_start_frame(3) β starts encoding of a frame
fame_unregister(3) β unregister a type from the library
faststack.h(3) β Implementation of a fast stack with smart memory management.
fattach(3p)
fcft_capabilities(3)
fcft_clone(3)
fcft_destroy(3)
fcft_fini(3)
fcft_font_options_create(3)
fcft_font_options_destroy(3)
fcft_from_name(3)
fcft_from_name2(3)
fcft_init(3)
fcft_kerning(3)
fcft_log_init(3)
fcft_precompose(3)
fcft_rasterize_char_utf32(3)
fcft_rasterize_grapheme_utf32(3)
fcft_rasterize_text_run_utf32(3)
fcft_set_emoji_presentation(3)
fcft_set_scaling_filter(3)
fcft_text_run_destroy(3)
fchdir(3p)
fchmod(3p)
fchmodat(3p)
fchown(3p)
fchownat(3p)
fclose(3) β close a stream
fclose(3) β Π·Π°ΠΊΡΡΠ²Π°Π΅Ρ ΠΏΠΎΡΠΎΠΊ
fclose(3p)
fcloseall(3) β close all open streams
fcloseall(3) β Π·Π°ΠΊΡΡΡΠΈΠ΅ Π²ΡΠ΅Ρ
ΠΎΡΠΊΡΡΡΡΡ
ΠΏΠΎΡΠΎΠΊΠΎΠ²
fcntl(3p)
fdatasync(3p)
fdetach(3p)
fdevopen.c(3)
fdim(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΠΏΠΎΠ»ΠΎΠΆΠΈΡΠ΅Π»ΡΠ½ΠΎΠΉ ΡΠ°Π·Π½ΠΈΡΡ
fdim(3) β positive difference
fdim(3p)
fdopen(3p)
fdopendir(3p)
feclearexcept(3p)
fegetenv(3p)
fegetexceptflag(3p)
fegetround(3p)
feholdexcept(3p)
fenv(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ ΠΈ
fenv(3) β floating-point rounding and exception handling
fenv_t(3type) β floating-point environment
feof(3p)
feraiseexcept(3p)
ferror(3) β check and reset stream status
ferror(3) β ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° ΠΈ ΡΠ±ΡΠΎΡ ΡΠΎΡΡΠΎΡΠ½ΠΈΡ ΠΏΠΎΡΠΎΠΊΠ°
ferror(3p)
fesetenv(3p)
fesetexceptflag(3p)
fesetround(3p)
fetestexcept(3p)
feupdateenv(3p)
fexecve(3) β Π·Π°ΠΏΡΡΠΊΠ°Π΅Ρ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ, Π·Π°Π΄Π°Π½Π½ΡΡ ΡΠ°ΠΉΠ»ΠΎΠ²ΡΠΌ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡΠΎΠΌ
fexecve(3) β execute program specified via file descriptor
fexecve(3p)
ffi(3) β Foreign Function Interface
ffi_call(3) β Invoke a foreign function.
ffi_prep_cif(3) β Prepare a
ffi_prep_cif_var(3) β Prepare a
fflush(3) β flush a stream
fflush(3) β ΡΠ±ΡΠ°ΡΡΠ²Π°Π΅Ρ ΠΏΠΎΡΠΎΠΊ
fflush(3p)
ffs(3) β ΠΈΡΠ΅Ρ ΠΏΠ΅ΡΠ²ΡΠΉ ΡΡΡΠ°Π½ΠΎΠ²Π»Π΅Π½Π½ΡΠΉ Π±ΠΈΡ Π² ΡΠ»ΠΎΠ²Π΅
ffs(3) β find first bit set in a word
ffs(3p)
fgetc(3) β input of characters and strings
fgetc(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ Π²Π²ΠΎΠ΄Π° ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² ΠΈ ΡΡΡΠΎΠΊ
fgetc(3p)
fgetgrent(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° Π³ΡΡΠΏΠΏ
fgetgrent(3) β get group file entry
fgetln(3bsd) β get a line from a stream
fgetpos(3p)
fgetpwent(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΠΈ ΠΈΠ· ΡΠ°ΠΉΠ»Π° ΠΏΠ°ΡΠΎΠ»Π΅ΠΉ
fgetpwent(3) β get password file entry
fgets(3p)
fgetwc(3) β read a wide character from a FILE stream
fgetwc(3) β ΡΡΠΈΡΡΠ²Π°Π΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΈΠ· ΠΏΠΎΡΠΎΠΊΠ° FILE
fgetwc(3p)
fgetwln(3bsd) β get a line of wide characters from a stream
fgetws(3) β ΡΠΈΡΠ°Π΅Ρ ΡΡΡΠΎΠΊΡ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² ΠΈΠ· ΠΏΠΎΡΠΎΠΊΠ° FILE
fgetws(3) β read a wide-character string from a FILE stream
fgetws(3p)
fi_atomic(3)
fi_av(3)
fi_av_set(3)
fi_cm(3)
fi_cntr(3)
fi_collective(3)
fi_control(3)
fi_cq(3)
fi_domain(3)
fi_endpoint(3)
fi_eq(3)
fi_errno(3)
fi_fabric(3)
fi_getinfo(3)
fi_mr(3)
fi_msg(3)
fi_nic(3)
fi_peer(3)
fi_poll(3)
fi_profile(3)
fi_provider(3)
fi_rma(3)
fi_tagged(3)
fi_trigger(3)
fi_version(3)
fido_assert_allow_cred(3) β manage allow lists in a FIDO2 assertion
fido_assert_new(3) β FIDO2 assertion API
fido_assert_set_authdata(3) β set parameters of a FIDO2 assertion
fido_assert_verify(3) β verifies the signature of a FIDO2 assertion statement
fido_bio_dev_get_info(3) β FIDO2 biometric authenticator API
fido_bio_enroll_new(3) β FIDO2 biometric enrollment API
fido_bio_info_new(3) β FIDO2 biometric sensor information API
fido_bio_template(3) β FIDO2 biometric template API
fido_cbor_info_new(3) β FIDO2 CBOR Info API
fido_cred_exclude(3) β manage exclude lists in a FIDO2 credential
fido_cred_new(3) β FIDO2 credential API
fido_cred_set_authdata(3) β set parameters of a FIDO2 credential
fido_cred_verify(3) β verify the attestation signature of a FIDO2 credential
fido_credman_metadata_new(3) β FIDO2 credential management API
fido_dev_enable_entattest(3) β CTAP 2.1 configuration authenticator API
fido_dev_get_assert(3) β obtains an assertion from a FIDO2 device
fido_dev_get_puat(3) β FIDO2 PIN/UV Auth token management functions
fido_dev_get_touch_begin(3) β asynchronously wait for touch on a FIDO2 authenticator
fido_dev_info_manifest(3) β FIDO2 device discovery functions
fido_dev_largeblob_get(3) β FIDO2 large blob API
fido_dev_make_cred(3) β generates a new credential on a FIDO2 device
fido_dev_open(3) β FIDO2 device open/close and related functions
fido_dev_set_io_functions(3) β FIDO2 device I/O interface
fido_dev_set_pin(3) β FIDO2 device management functions
fido_init(3) β initialise the FIDO2 library
fido_strerr(3) β FIDO2 error codes
field(3bobcat) β sets and retrieves offset based number fields
filefuncs(3am) β provide some file related functionality to gawk
fileno(3) β obtain file descriptor of a stdio stream
fileno(3p)
filesystem(3bobcat) β class offering std::filesystem facilities
find_key_by_type_and_name(3) β find a key by type and name
finite(3)
finite(3)
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.
flock(3bobcat)
flockfile(3) β lock FILE for stdio
flockfile(3) β Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ FILE Π΄Π»Ρ stdio
flockfile(3p)
floor(3) β largest integral value not greater than argument
floor(3) β ΠΏΠΎΠΈΡΠΊ Π½Π°ΠΈΠ±ΠΎΠ»ΡΡΠ΅Π³ΠΎ ΡΠ΅Π»ΠΎΠ³ΠΎ Π·Π½Π°ΡΠ΅Π½ΠΈΡ Π½Π΅ ΠΏΡΠ΅Π²ΡΡΠ°ΡΡΠ΅Π³ΠΎ
floor(3p)
flopen(3bsd) β Reliably open and lock a file
fltk(3) β the fast light tool kit
fma(3) β ΡΠΌΠ½ΠΎΠΆΠ΅Π½ΠΈΠ΅ ΠΈ ΡΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ ΡΠΈΡΠ΅Π» Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ
fma(3) β floating-point multiply and add
fma(3p)
fmax(3) β determine maximum of two floating-point numbers
fmax(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½ΠΈΠ΅ ΠΌΠ°ΠΊΡΠΈΠΌΠ°Π»ΡΠ½ΠΎΠ³ΠΎ ΠΈΠ· Π΄Π²ΡΡ
ΡΠΈΡΠ΅Π» Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ
fmax(3p)
fmemcmp(3) β fuzzy comparison of two memory areas
fmemcmpi(3) β fuzzy comparison of two memory areas
fmemopen(3) β open memory as stream
fmemopen(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΏΠ°ΠΌΡΡΡ ΠΊΠ°ΠΊ ΠΏΠΎΡΠΎΠΊ
fmemopen(3p)
fmin(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½ΠΈΠ΅ ΠΌΠΈΠ½ΠΈΠΌΠ°Π»ΡΠ½ΠΎΠ³ΠΎ ΠΈΠ· Π΄Π²ΡΡ
ΡΠΈΡΠ΅Π» Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ
fmin(3) β determine minimum of two floating-point numbers
fmin(3p)
fmod(3) β floating-point remainder function
fmod(3) β ΡΡΠ½ΠΊΡΠΈΡ ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΡ ΠΎΡΡΠ°ΡΠΊΠ° ΠΎΡ Π΄Π΅Π»Π΅Π½ΠΈΡ ΡΠΈΡΠ»Π° Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ
fmod(3p)
fmtcheck(3bsd) β sanitizes user-supplied printf(3)-style format string
fmtmsg(3) β Π²ΡΠ²ΠΎΠ΄ΠΈΡ ΠΎΡΡΠΎΡΠΌΠ°ΡΠΈΡΠΎΠ²Π°Π½Π½ΡΠ΅ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ ΠΎΠ± ΠΎΡΠΈΠ±ΠΊΠ°Ρ
fmtmsg(3) β print formatted error messages
fmtmsg(3p)
fnmatch(3) β match filename or pathname
fnmatch(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ ΠΈΠΌΡ ΡΠ°ΠΉΠ»Π° ΠΈΠ»ΠΈ ΠΏΡΡΡ
fnmatch(3am) β compare a string against a filename wildcard
fnmatch(3p)
fopen(3) β stream open functions
fopen(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ ΠΎΡΠΊΡΡΡΠΈΡ ΠΏΠΎΡΠΎΠΊΠΎΠ²
fopen(3p)
fopencookie(3) β opening a custom stream
fopencookie(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ Π½Π΅ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΡΠΉ ΠΏΠΎΡΠΎΠΊ
fork(3am) β basic process management
fork(3bobcat) β Implements fork(2) using the Template Design Pattern
fork(3p)
form(3x)
form_cursor(3x)
form_data(3x)
form_driver(3x)
form_field(3x)
form_field_attributes(3x)
form_field_buffer(3x)
form_field_info(3x)
form_field_just(3x)
form_field_new(3x)
form_field_opts(3x)
form_field_userptr(3x)
form_field_validation(3x)
form_fieldtype(3x)
form_hook(3x)
form_new(3x)
form_new_page(3x)
form_opts(3x)
form_page(3x)
form_post(3x)
form_requestname(3x)
form_userptr(3x)
form_variables(3x)
form_win(3x)
fparseln(3bsd) β return the next logical line from a stream
fpathconf(3) β ΠΏΠΎΠ»ΡΡΠ°ΡΡ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ Π½Π°ΡΡΡΠΎΠ΅ΠΊ Π΄Π»Ρ ΡΠ°ΠΉΠ»ΠΎΠ²
fpathconf(3) β get configuration values for files
fpathconf(3p)
fpclassify(3) β floating-point
fpclassify(3) β ΠΌΠ°ΠΊΡΠΎΡΡ ΠΊΠ»Π°ΡΡΠΈΡΠΈΠΊΠ°ΡΠΈΠΈ ΡΠΈΡΠ΅Π» Ρ
fpclassify(3p)
fprintf(3p)
fpurge(3) β Π²ΡΡΠΈΡΠ°Π΅Ρ ΠΏΠΎΡΠΎΠΊ
fpurge(3) β purge a stream
fpurge(3bsd) β flush a stream
fputc(3p)
fputs(3p)
fputwc(3) β Π·Π°ΠΏΠΈΡΡΠ²Π°Π΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΠΏΠΎΡΠΎΠΊ FILE
fputwc(3) β write a wide character to a FILE stream
fputwc(3p)
fputws(3) β write a wide-character string to a FILE stream
fputws(3) β Π·Π°ΠΏΠΈΡΡΠ²Π°Π΅Ρ ΡΡΡΠΎΠΊΡ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² Π² ΠΏΠΎΡΠΎΠΊ FILE
fputws(3p)
fread(3) β binary stream input/output
fread(3) β Π²Π²ΠΎΠ΄/Π²ΡΠ²ΠΎΠ΄ ΠΈΠ· Π΄Π²ΠΎΠΈΡΠ½ΠΎΠ³ΠΎ ΠΏΠΎΡΠΎΠΊΠ°
fread(3p)
free(3p)
freeaddrinfo(3p)
freelocale(3p)
freopen(3p)
frexp(3) β ΠΏΡΠΈΠ²ΠΎΠ΄ΠΈΡ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ ΡΠΎΡΠΊΠΎΠΉ ΠΊ Π²ΠΈΠ΄Ρ
frexp(3) β convert floating-point number to fractional
frexp(3p)
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
fsaparse(3gv) β parse a word-acceptor automaton file
fscanf(3p)
fseek(3) β reposition a stream
fseek(3) β ΠΌΠ΅Π½ΡΡΡ ΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ Π² ΠΏΠΎΡΠΎΠΊΠ΅
fseek(3p)
fseeko(3) β seek to or report file position
fseeko(3) β ΠΈΠ·ΠΌΠ΅Π½ΠΈΡΡ ΠΈΠ»ΠΈ ΡΠΎΠΎΠ±ΡΠΈΡΡ ΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ Π² ΡΠ°ΠΉΠ»Π΅
fsetpos(3p)
fstat(3p)
fstatat(3p)
fstatvfs(3p)
fstrcasecmp(3) β fuzzy comparison of two strings ignoring case
fstrcasecmpi(3) β fuzzy comparison of two strings ignoring case
fstrcmp(3) β fuzzy comparison of two strings
fstrcmpi(3) β fuzzy comparison of two strings
fstrcoll(3) β fuzzy comparison of two strings using the current locale
fstrcolli(3) β fuzzy comparison of two strings using the current locale
fswap(3bobcat) β generic template fast swap function
fsync(3p)
ftdi.c(3)
ftdi.cpp(3)
ftdi.h(3)
ftdi.hpp(3)
ftdi_context(3) β Main context structure for all libftdi functions.
ftdi_device_list(3) β list of usb devices created by ftdi_usb_find_all()
ftdi_eeprom(3) β FTDI eeprom structure.
ftdi_i.h(3)
ftdi_size_and_time(3) β Progress Info for streaming read.
ftdi_stream.c(3)
ftdi_transfer_control(3)
ftdi_version_i.h(3)
ftdi_version_info(3)
ftell(3p)
ftime(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π΄Π°ΡΡ ΠΈ Π²ΡΠ΅ΠΌΡ
ftime(3) β return date and time
ftok(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΠΏΡΡΡ ΠΈ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ ΠΏΡΠΎΠ΅ΠΊΡΠ° Π² ΠΊΠ»ΡΡ System V IPC
ftok(3) β convert a pathname and a project identifier to a System V IPC key
ftok(3p)
ftruncate(3p)
ftrylockfile(3p)
fts(3) β ΠΎΠ±Ρ
ΠΎΠ΄ ΡΠ°ΠΉΠ»ΠΎΠ²ΠΎΠΉ
fts(3) β \
ftw(3) β ΠΎΠ±Ρ
ΠΎΠ΄ ΡΠ°ΠΉΠ»ΠΎΠ²ΠΎΠ³ΠΎ Π΄Π΅ΡΠ΅Π²Π°
ftw(3) β file tree walk
ftw(3p)
funlockfile(3p)
funopen(3bsd) β open a stream
fuse.h(3)
futimens(3p)
futimes(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΡΡ ΠΌΠ΅ΡΠΊΠΈ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ ΡΠ°ΠΉΠ»Π°
futimes(3) β change file timestamps
fwcscmp(3) β fuzzy comparison of two wide-character strings
fwcscmpi(3) β fuzzy comparison of two wide-character strings
fwide(3) β Π·Π°Π΄Π°ΡΡ ΠΈ ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ ΠΎΡΠΈΠ΅Π½ΡΠ°ΡΠΈΡ ΠΏΠΎΡΠΎΠΊΠ° FILE
fwide(3) β set and determine the orientation of a FILE stream
fwide(3p)
fwprintf(3p)
fwrite(3p)
fwscanf(3p)
fzopen(3) β stream open functions on compressed files
gai_strerror(3p)
gamma(3) β (logarithm of the) gamma function
gamma(3) β Π»ΠΎΠ³Π°ΡΠΈΡΠΌ Π³Π°ΠΌΠΌΠ°\-ΡΡΠ½ΠΊΡΠΈΠΈ
gc(3) β Garbage collecting
gcvt(3) β convert a floating-point number to a string
gcvt(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°ΡΡ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ ΡΠΎΡΠΊΠΎΠΉ Π² ΡΡΡΠΎΠΊΡ
gdbm(3) β The GNU database manager. Includes dbm and ndbm
gearman_actions_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_allocator_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_argument_make(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_argument_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_bugreport(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_server(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_servers(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_high(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_high_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_low(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_low_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_add_task_status(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_clear_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_clone(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_create(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_high(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_high_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_job_handle(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_low(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_low_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_do_status(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_echo(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_errno(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_error(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_free(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_has_option(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_job_status(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_options_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_remove_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_remove_servers(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_run_tasks(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_complete_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_created_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_data_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_exception_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_fail_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_log_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_memory_allocators(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_namespace(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_status_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_task_context_free_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_timeout(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_warning_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_workload_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_workload_free_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_set_workload_malloc_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_st(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_task_free_all(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_timeout(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_client_wait(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_continue(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_execute(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_failed(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_free(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_free_all(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_function_name(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_handle(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_handle_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_complete(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_data(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_exception(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_fail(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_status(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_send_warning(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_st(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_take_workload(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_unique(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_use_client(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_workload(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_job_workload_size(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_log_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_parse_servers(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_boolean(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_integer(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_is_null(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_size(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_store_integer(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_store_string(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_store_value(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_result_string(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_return_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_strerror(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_string_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_success(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_attr_init(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_attr_init_background(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_attr_init_epoch(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_attr_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_data(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_data_size(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_denominator(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_error(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_free(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_function_name(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_give_workload(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_is_known(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_is_running(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_job_handle(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_numerator(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_recv_data(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_return(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_send_workload(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_set_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_st(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_take_data(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_task_unique(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_verbose_name(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_verbose_t(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_version(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_add_function(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_add_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_add_server(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_add_servers(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_clone(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_create(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_define_function(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_echo(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_errno(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_error(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_free(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_function_exist(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_grab_job(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_register(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_remove_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_remove_servers(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_context(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_identifier(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_log_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_memory_allocators(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_namespace(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_options(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_timeout(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_workload_free_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_set_workload_malloc_fn(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_st(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_timeout(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_unregister(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_unregister_all(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_wait(3) β Gearmand Documentation, https://gearman.org/gearmand/
gearman_worker_work(3) β Gearmand Documentation, https://gearman.org/gearmand/
gelf_checksum(3) β compute the checksum for an ELF object file
gelf_fsize(3) β calculate the file size of an ELF data structure
gelf_getauxv(3) β Get class\-independent information from auxiliary vector at the given index
gelf_getchdr(3) β retrieve the class\-independent compression header for an ELF
gelf_getclass(3) β return the ELF class (32\-bit or 64\-bit) for an object
gelf_getdyn(3) β Get class\-independent information from dynamic table at the given index
gelf_getehdr(3) β retrieve the header of an ELF binary as a class\-independent structure
gelf_getlib(3) β Get prelink library from table at the given index
gelf_getmove(3) β Get move structure at the given index
gelf_getnote(3) β Get class\-independent note information at the supplied offset
gelf_getphdr(3) β Retrieve class-independent program header table entries for an ELF object file
gelf_getrel(3) β retrieve relocation entries as class\-independent structures
gelf_getshdr(3) β retrieve a section header into a class\-independent structure
gelf_getsym(3) β Retrieve class\-independent symbol information from the symbol
gelf_getsyminfo(3) β Retrieve class\-independent additional symbol information
gelf_getsymshndx(3) β Retrieve symbol information and separate section index
gelf_getversym(3) β retrieve GNU symbol versioning entries
gelf_newehdr(3) β allocate and initialize a new ELF file header
gelf_newphdr(3) β allocate and initialize a new program header table
gelf_offscn(3) β return descriptor for an ELF section at a given file offset
gelf_update_auxv(3) β Update information in the auxiliary vector at the given index
gelf_update_dyn(3) β Update class\-independent information in the dynamic table at the given index
gelf_update_ehdr(3) β copy a class\-independent ELF header into an ELF descriptor
gelf_update_lib(3) β Update prelink library in table at the given index
gelf_update_move(3) β Update class\-independent move structure at the given index
gelf_update_phdr(3) β copy a class\-independent program header table entry into an ELF descriptor
gelf_update_rel(3) β copy class\-independent relocation entries into a relocation section
gelf_update_shdr(3) β copy a class\-independent section header into a section descriptor
gelf_update_sym(3) β update a class\-independent symbol table entry
gelf_update_syminfo(3) β Update additional symbol information in the symbol table at the given index
gelf_update_symshndx(3) β Update class\-independent symbol information and
gelf_update_versym(3) β modify class\-independent symbol versioning records
gelf_xlatetom(3) β Translate class-independent ELF data from file representation
geomutil(3gv)
get_auditfail_action(3) β Get failure_action tunable value
get_auditfail_action.ru(3) β ΠΠΎΠ»ΡΡΠΈΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΠΎΠ½Π½ΠΎΠ³ΠΎ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠ° failure_action
get_huge_pages(3) β Allocate and free hugepages
get_hugepage_region(3) β Allocate and free regions of memory that use hugepages where possible
get_nprocs(3) β get number of processors
get_nprocs_conf(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΠΏΡΠΎΡΠ΅ΡΡΠΎΡΠΎΠ²
get_ordered_context_list(3) β determine SELinux context(s) for user sessions
get_phys_pages(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΡΠΈΠ·ΠΈΡΠ΅ΡΠΊΠΈΡ
ΡΡΡΠ°Π½ΠΈΡ,
get_phys_pages(3) β get total and available physical
getaddrinfo(3) β network address and
getaddrinfo(3) β ΡΡΠ°Π½ΡΠ»ΡΡΠΈΡ ΡΠ΅ΡΠ΅Π²ΠΎΠ³ΠΎ Π°Π΄ΡΠ΅ΡΠ° ΠΈ
getaddrinfo(3p)
getaddrinfo_a(3) β asynchronous
getaddrinfo_a(3) β Π°ΡΠΈΠ½Ρ
ΡΠΎΠ½Π½Π°Ρ ΡΡΠ°Π½ΡΠ»ΡΡΠΈΡ
getauxval(3) β retrieve a value from the auxiliary vector
getauxval(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΠΈΠ· Π²ΡΠΏΠΎΠΌΠΎΠ³Π°ΡΠ΅Π»ΡΠ½ΠΎΠ³ΠΎ Π²Π΅ΠΊΡΠΎΡΠ°
getbsize(3bsd) β get preferred block size
getc(3p)
getc_unlocked(3p)
getchar(3p)
getchar_unlocked(3p)
getcon(3) β get SELinux security context of a process
getcontext(3) β ΠΏΠΎΠ»ΡΡΠΈΡΡ ΠΈΠ»ΠΈ ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΡΠΊΠΈΠΉ ΠΊΠΎΠ½ΡΠ΅ΠΊΡΡ
getcontext(3) β get or set the user context
getcwd(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΡΠ΅ΠΊΡΡΠΈΠΉ ΡΠ°Π±ΠΎΡΠΈΠΉ ΠΊΠ°ΡΠ°Π»ΠΎΠ³
getcwd(3) β get current working directory
getcwd(3p)
getdate(3) β ΡΠ°Π·Π΄Π΅Π»ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π΄Π°ΡΠ°+Π²ΡΠ΅ΠΌΡ Π½Π° ΠΎΡΠ΄Π΅Π»ΡΠ½ΡΠ΅ ΡΠ°ΡΡΠΈ
getdate(3) β convert a date-plus-time string to broken-down time
getdate(3p)
getdelim(3p)
getdirentries(3) β get directory entries in a filesystem-independent format
getdirentries(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠ»Π΅ΠΌΠ΅Π½ΡΡ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π° Π² ΡΠΎΡΠΌΠ°ΡΠ΅, Π½Π΅ Π·Π°Π²ΠΈΡΡΡΠ΅ΠΌ ΠΎΡ
getdtablesize(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠ°Π·ΠΌΠ΅Ρ ΡΠ°Π±Π»ΠΈΡΡ ΡΠ°ΠΉΠ»ΠΎΠ²ΡΡ
Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡΠΎΠ²
getdtablesize(3) β get file descriptor table size
getegid(3p)
getentropy(3) β Π·Π°ΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ Π±ΡΡΠ΅ΡΠ° ΡΠ»ΡΡΠ°ΠΉΠ½ΡΠΌΠΈ Π±Π°ΠΉΡΠ°ΠΌΠΈ
getentropy(3) β fill a buffer with random bytes
getenv(3) β get an environment variable
getenv(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠΉ ΠΎΠΊΡΡΠΆΠ΅Π½ΠΈΡ
getenv(3p)
geteuid(3p)
getexeccon(3) β get or set the SELinux security context used for executing a new process
getfilecon(3) β get SELinux security context of a file
getfscreatecon(3) β get or set the SELinux security context used for creating a new file system object
getfsent(3) β Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ Π·Π°ΠΏΠΈΡΡΠΌΠΈ
getfsent(3) β handle fstab entries
getgid(3p)
getgrent(3) β get group file entry
getgrent(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° Π³ΡΡΠΏΠΏ
getgrent(3p)
getgrent_r(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° Π³ΡΡΠΏΠΏ (ΡΠ΅Π΅Π½ΡΠ΅ΡΠ°Π±Π΅Π»ΡΠ½ΡΠ΅
getgrent_r(3) β get group file entry reentrantly
getgrgid(3p)
getgrnam(3) β get group file entry
getgrnam(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π·Π°ΠΏΠΈΡΡ ΡΠ°ΠΉΠ»Π° Π³ΡΡΠΏΠΏ
getgrnam(3p)
getgrouplist(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠΏΠΈΡΠΎΠΊ Π³ΡΡΠΏΠΏ, Π² ΠΊΠΎΡΠΎΡΡΠ΅ Π²Ρ
ΠΎΠ΄ΠΈΡ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ
getgrouplist(3) β get list of groups to which a user belongs
getgroups(3p)
gethostbyname(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π·Π°ΠΏΠΈΡΠΈ ΠΎ ΡΠ΅ΡΠ΅Π²ΠΎΠΌ ΡΠ·Π»Π΅
gethostbyname(3) β get network host entry
gethostent(3bobcat) β Obtain hostent struct from hostname or \-address
gethostent(3p)
gethostid(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠ»ΠΈ Π½Π°Π·Π½Π°ΡΠ°Π΅Ρ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΡΠΉ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ
gethostid(3) β get or set the unique identifier of the current host
gethostid(3p)
gethostname(3p)
gethugepagesize(3)
gethugepagesizes(3)
getifaddrs(3) β get interface addresses
getifaddrs(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π°Π΄ΡΠ΅ΡΠ° ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡΠ°
getipnodebyname(3) β get network
getipnodebyname(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΡΠ΅ΡΠ΅Π²ΡΠ΅ ΠΈΠΌΠ΅Π½Π° ΠΈ
getitimer(3p)
getkeycreatecon(3) β get or set the SELinux security context used for creating a new kernel keyrings
getline(3) β delimited string input
getline(3) β ΡΠ°Π·Π΄Π΅Π»ΡΠ΅Ρ Π²Ρ
ΠΎΠ΄Π½ΡΠ΅ Π΄Π°Π½Π½ΡΠ΅ Π½Π° ΡΡΡΠΎΠΊΠΈ
getline(3p)
getloadavg(3) β get system load averages
getloadavg(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΡΠ΅Π΄Π½Π΅Π΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ Π·Π°Π³ΡΡΠΆΠ΅Π½Π½ΠΎΡΡΠΈ ΡΠΈΡΡΠ΅ΠΌΡ
getlogin(3) β get username
getlogin(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠΌΡ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ
getlogin(3p)
getmntent(3)
getmntent(3) β get filesystem descriptor file entry
getmsg(3p)
getnameinfo(3) β address-to-name translation in protocol-independent manner
getnameinfo(3) β ΠΏΠ΅ΡΠ΅Π²ΠΎΠ΄ Π°Π΄ΡΠ΅ΡΠ° Π² ΠΈΠΌΡ Π½Π΅ Π·Π°Π²ΠΈΡΡΡΠΈΠΌ ΠΎΡ ΠΏΡΠΎΡΠΎΠΊΠΎΠ»Π° ΡΠΏΠΎΡΠΎΠ±ΠΎΠΌ
getnameinfo(3p)
getnetbyaddr(3p)
getnetconfig(3t) β get network configuration database entry
getnetent(3)
getnetent(3) β ΠΏΠΎΠ»ΡΡΠΈΡΡ
getnetent_r(3) β get
getnetent_r(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π·Π°ΠΏΠΈΡΡ ΠΎ ΡΠ΅ΡΠΈ
getnetpath(3t) β get
getopt(3) β Parse command-line options
getopt(3)
getopt(3p)
getpagesizes(3)
getpass(3) β get a password
getpass(3) β Π·Π°ΠΏΡΠ°ΡΠΈΠ²Π°Π΅Ρ ΠΏΠ°ΡΠΎΠ»Ρ
getpeereid(3bsd) β get the effective credentials of a UNIX-domain peer
getpeername(3p)
getpgid(3p)
getpgrp(3p)
getpid(3p)
getpmsg(3p)
getppid(3p)
getpriority(3p)
getprogname(3bsd) β get and set program name
getprotobyname(3p)
getprotoent(3) β get protocol entry
getprotoent(3)
getprotoent_r(3) β get
getprotoent_r(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π·Π°ΠΏΠΈΡΡ ΠΎ
getpt(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΎΡΠ½ΠΎΠ²Π½ΠΎΠΉ ΠΏΡΠ΅Π²Π΄ΠΎΡΠ΅ΡΠΌΠΈΠ½Π°Π» (PTM)
getpt(3) β open a new pseudoterminal master
getpw(3) β Π²ΠΎΡΡΡΠ°Π½Π°Π²Π»ΠΈΠ²Π°Π΅Ρ ΡΡΡΠΎΠΊΡ ΠΏΠ°ΡΠΎΠ»Ρ
getpw(3) β reconstruct password line entry
getpwent(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° ΠΏΠ°ΡΠΎΠ»Π΅ΠΉ
getpwent(3) β get password file entry
getpwent(3p)
getpwent_r(3) β get passwd file entry reentrantly
getpwent_r(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° ΠΏΠ°ΡΠΎΠ»Π΅ΠΉ (ΡΠ΅Π΅Π½ΡΠ΅ΡΠ°Π±Π΅Π»ΡΠ½ΡΠ΅
getpwnam(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΠΈ ΠΈΠ· ΡΠ°ΠΉΠ»Π°
getpwnam(3) β get password file entry
getpwnam(3p)
getpwuid(3p)
getrlimit(3p)
getrpcent(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ
getrpcent(3) β get
getrpcent(3t) β get RPC entry
getrpcent_r(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ Π·Π°ΠΏΠΈΡΡ RPC
getrpcent_r(3) β get
getrpcport(3) β get RPC port number
getrpcport(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π½ΠΎΠΌΠ΅ΡΠ° ΠΏΠΎΡΡΠ° RPC
getrpcport(3t) β get RPC port number
getrusage(3p)
gets(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ ΡΡΡΠΎΠΊΡ ΠΈΠ· ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΠΎΠ³ΠΎ ΠΏΠΎΡΠΎΠΊΠ° Π²Π²ΠΎΠ΄Π° (Π£Π‘Π’ΠΠ ΠΠΠ)
gets(3) β get a string from standard input (DEPRECATED)
gets(3p)
getservbyname(3p)
getservent(3)
getservent(3)
getservent_r(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΎ ΡΠ»ΡΠΆΠ±Π΅
getservent_r(3) β get
getseuserbyname(3) β get SELinux username and level for a given Linux username
getsid(3p)
getsockcreatecon(3) β get or set the SELinux security context used for creating a new labeled sockets
getsockname(3p)
getsockopt(3p)
getspnam(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅
getspnam(3) β get shadow password file entry
getsubopt(3) β Π°Π½Π°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΏΠΎΠ΄ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ Π°ΡΠ³ΡΠΌΠ΅Π½ΡΠΎΠ² ΡΡΡΠΎΠΊΠΈ
getsubopt(3) β parse suboption arguments from a string
getsubopt(3p)
gettext(3) β translate message
gettimeofday(3p)
getttyent(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΈΠ· ΡΠ°ΠΉΠ»Π° ttys
getttyent(3) β get ttys file entry
getuid(3p)
getumask(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΌΠ°ΡΠΊΡ ΡΠΎΠ·Π΄Π°Π½ΠΈΡ ΡΠ°ΠΉΠ»Π°
getusershell(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΡΠ°Π·ΡΠ΅ΡΡΠ½Π½ΡΠ΅ ΠΎΠ±ΠΎΠ»ΠΎΡΠΊΠΈ
getusershell(3) β get permitted user shells
getutent(3) β access utmp file entries
getutent(3)
getutmp(3) β ΠΊΠΎΠΏΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΡΠΊΡΡΡΡ utmp Π² utmpx ΠΈ Π½Π°ΠΎΠ±ΠΎΡΠΎΡ
getutmp(3) β copy utmp structure to utmpx, and vice versa
getutxent(3p)
getw(3) β input and output of words (ints)
getw(3) β Π²Π²ΠΎΠ΄ ΠΈ Π²ΡΠ²ΠΎΠ΄ ΡΠ»ΠΎΠ² (int)
getwc(3p)
getwchar(3) β ΡΡΠΈΡΡΠ²Π°Π΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΈΠ· ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΠΎΠ³ΠΎ Π²Π²ΠΎΠ΄Π°
getwchar(3) β read a wide character from standard input
getwchar(3p)
gg-error(3)
gg-queue(3)
gg-tree(3)
gg-types(3)
ggAddObserver(3)
ggAddTask(3)
ggCurTime(3)
ggGetScope(3)
ggGetSwarType(3)
ggGetUserDir(3)
ggInit(3)
ggLoadConfig(3)
ggLockCreate(3)
ggParseOptions(3)
ggRegisterCleanup(3)
ggiCheckMode(3)
ggiCopyBox(3)
ggiCrossBlit(3)
ggiDBGetNumBuffers(3)
ggiDrawBox(3)
ggiDrawHLine(3)
ggiDrawLine(3)
ggiDrawPixel(3)
ggiDrawVLine(3)
ggiEventSend(3)
ggiFillscreen(3)
ggiFlush(3)
ggiGetGamma(3)
ggiGetInput(3)
ggiGetPixelFormat(3)
ggiGetc(3)
ggiInit(3)
ggiJoinInputs(3)
ggiMapColor(3)
ggiOpen(3)
ggiPanic(3)
ggiParseMode(3)
ggiPutc(3)
ggiResourceAcquire(3)
ggiSetColorfulPalette(3)
ggiSetDisplayFrame(3)
ggiSetFlags(3)
ggiSetGCClipping(3)
ggiSetGCForeground(3)
ggiSetMode(3)
ggiSetOrigin(3)
ggiSetPalette(3)
ggiSetTextMode(3)
ggi_color(3)
ggi_colormap(3)
ggi_directbuffer(3)
ggi_mode(3)
ggi_pixelformat(3)
ggidev-add_3(3)
ggidev-assign_3(3)
ggidev-eq_3(3)
ggidev-inc_3(3)
ggidev-invert_3(3)
ggidev-sign_3(3)
ggstrlcpy(3)
ggz.h(3)
ggzcore_h(3) β The interface for the ggzcore library used by GGZ clients.
ggzmod_h(3) β Common functions for interfacing a game server and GGZ.
giiEventPoll(3)
giiEventSend(3)
giiInit(3)
giiMTInit(3)
giiOpen(3)
giiPanic(3)
giiQueryDeviceInfo(3)
giiQueryValInfo(3)
giiSetEventMask(3)
gii_cmd_event(3)
gii_cmddata_getdevinfo(3)
gii_cmddata_getvalinfo(3)
gii_event(3)
gii_expose_event(3)
gii_key_event(3)
gii_pbutton_event(3)
gii_pmove_event(3)
gii_val_event(3)
gl_allocatecontext(3) β allocate a graphics context
gl_bcircle(3) β draw a filled or unfilled Bresenham circle
gl_circle(3) β draw a circle
gl_clearscreen(3) β clear the screen
gl_colorfont(3) β change the color of a font
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_copyscreen(3) β copy the screen contents of contexts
gl_disableclipping(3) β disables clipping
gl_enableclipping(3) β enables clipping
gl_enablepageflipping(3) β enables automatic page flipping
gl_expandfont(3) β expand a packed pixel font
gl_fillbox(3) β fill a rectangular area
gl_fillcircle(3) β draw a filled circle
gl_font8x8(3) β a packed 8x8 pixel font
gl_freecontext(3) β free a virtual screen
gl_getbox(3) β copy a rectangular pixmap from the screen to a buffer
gl_getcontext(3) β get the current graphics contents.
gl_getpalettecolor(3) β read the color palette
gl_getpixel(3) β return the color of a pixel
gl_getpixelrgb(3) β store color components of a pixel
gl_hline(3) β draw a horizontal line
gl_line(3) β draw a line
gl_printf(3) β write formatted output in graphic mode
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_setclippingwindow(3) β set the clipping window
gl_setcontext(3) β set a previously saved context
gl_setcontextvga(3) β set the context to the physical screen
gl_setcontextvgavirtual(3) β set the context to a virtual mode
gl_setcontextvirtual(3) β define a virtual context
gl_setcontextwidth(3) β set the dimension of a context
gl_setdisplaystart(3) β set the start of the screen are displayed
gl_setfont(3) β set the text font to be used
gl_setfontcolors(3) β set the font colors
gl_setpalettecolor(3) β set the color palette
gl_setpixel(3) β draw a pixel
gl_setrgbpalette(3) β set a 256-color RGB palette
gl_setscreenoffset(3) β set a memory offset for copyscreen
gl_setwritemode(3) β set the font writemode flags
gl_striangle(3) β draw a solid colored triangle
gl_swtriangle(3) β draw a solid pixmap mapped on a triangle
gl_triangle(3) β draw a triangle with interpolated colors
gl_trisetcolorlookup(3) β manages a color lookup table for shadowing
gl_trisetdrawpoint(3) β set a triangle drawing function
gl_write(3) β write a text string
gl_wtriangle(3) β draw a shadowed pixmap mapped on a triangle
gle(3gle)
gleExtrusion(3gle)
gleHelicoid(3gle)
gleLathe(3gle)
glePolyCone(3gle)
glePolyCylinder(3gle)
gleScrew(3gle)
gleSetJoinStyle(3gle)
gleSetNumSides(3gle)
gleSpiral(3gle)
gleSuperExtrusion(3gle)
gleTextureMode(3gle)
gleToroid(3gle)
gleTwistExtrusion(3gle)
glob(3) β find pathnames matching a pattern, free memory from glob()
glob(3) β ΠΈΡΠ΅Ρ ΠΈΠΌΠ΅Π½Π° ΠΏΡΡΠ΅ΠΉ ΠΏΠΎ ΡΠ°Π±Π»ΠΎΠ½Ρ, ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ ΠΏΠ°ΠΌΡΡΡ ΠΏΠΎΡΠ»Π΅
glob(3bobcat) β Wrapper around glob(3) to find files matching a pattern
glob(3p)
glut(3)
glutAddMenuEntry(3)
glutAddSubMenu(3)
glutAttachMenu(3)
glutBitmapCharacter(3)
glutBitmapWidth(3)
glutButtonBoxFunc(3)
glutChangeToMenuEntry(3)
glutChangeToSubMenu(3)
glutCopyColormap(3)
glutCreateMenu(3)
glutCreateSubWindow(3)
glutCreateWindow(3)
glutDestroyMenu(3)
glutDestroyWindow(3)
glutDeviceGet(3)
glutDialsFunc(3)
glutDisplayFunc(3)
glutEnterGameMode(3)
glutEntryFunc(3)
glutEstablishOverlay(3)
glutExtensionSupported(3)
glutForceJoystickFunc(3)
glutFullScreen(3)
glutGameModeGet(3)
glutGameModeString(3)
glutGet(3)
glutGetColor(3)
glutGetModifiers(3)
glutIdleFunc(3)
glutIgnoreKeyRepeat(3)
glutInit(3)
glutInitDisplayMode(3)
glutInitDisplayString(3)
glutInitWindowPosition(3)
glutJoystickFunc(3)
glutKeyboardFunc(3)
glutKeyboardUpFunc(3)
glutLayerGet(3)
glutMainLoop(3)
glutMenuStatusFunc(3)
glutMotionFunc(3)
glutMouseFunc(3)
glutOverlayDisplayFunc(3)
glutPopWindow(3)
glutPositionWindow(3)
glutPostOverlayRedisplay(3)
glutPostRedisplay(3)
glutRemoveMenuItem(3)
glutRemoveOverlay(3)
glutReportErrors(3)
glutReshapeFunc(3)
glutReshapeWindow(3)
glutSetColor(3)
glutSetCursor(3)
glutSetKeyRepeat(3)
glutSetMenu(3)
glutSetWindow(3)
glutSetWindowTitle(3)
glutShowOverlay(3)
glutShowWindow(3)
glutSolidCone(3)
glutSolidCube(3)
glutSolidDodecahedron(3)
glutSolidIcosahedron(3)
glutSolidOctahedron(3)
glutSolidSphere(3)
glutSolidTeapot(3)
glutSolidTetrahedron(3)
glutSolidTorus(3)
glutSpaceballButtonFunc(3)
glutSpaceballMotionFunc(3)
glutSpaceballRotateFunc(3)
glutSpecialFunc(3)
glutSpecialUpFunc(3)
glutStrokeCharacter(3)
glutStrokeWidth(3)
glutSwapBuffers(3)
glutSwapInterval(3)
glutTabletButtonFunc(3)
glutTabletMotionFunc(3)
glutTimerFunc(3)
glutUseLayer(3)
glutVideoResizeGet(3)
glutVisibilityFunc(3)
glutWarpPointer(3)
glutWindowStatusFunc(3)
gmtime(3p)
gnu_get_libc_version(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ Π²Π΅ΡΡΠΈΠΈ
gnu_get_libc_version(3) β get glibc version and release
gnutls_aead_cipher_decrypt(3) β API function
gnutls_aead_cipher_decryptv2(3) β API function
gnutls_aead_cipher_deinit(3) β API function
gnutls_aead_cipher_encrypt(3) β API function
gnutls_aead_cipher_encryptv(3) β API function
gnutls_aead_cipher_encryptv2(3) β API function
gnutls_aead_cipher_init(3) β API function
gnutls_aead_cipher_set_key(3) β API function
gnutls_alert_get(3) β API function
gnutls_alert_get_name(3) β API function
gnutls_alert_get_strname(3) β API function
gnutls_alert_send(3) β API function
gnutls_alert_send_appropriate(3) β API function
gnutls_alert_set_read_function(3) β API function
gnutls_alpn_get_selected_protocol(3) β API function
gnutls_alpn_set_protocols(3) β API function
gnutls_anon_allocate_client_credentials(3) β API function
gnutls_anon_allocate_server_credentials(3) β API function
gnutls_anon_free_client_credentials(3) β API function
gnutls_anon_free_server_credentials(3) β API function
gnutls_anon_set_params_function(3) β API function
gnutls_anon_set_server_dh_params(3) β API function
gnutls_anon_set_server_known_dh_params(3) β API function
gnutls_anon_set_server_params_function(3) β API function
gnutls_anti_replay_deinit(3) β API function
gnutls_anti_replay_enable(3) β API function
gnutls_anti_replay_init(3) β API function
gnutls_anti_replay_set_add_function(3) β API function
gnutls_anti_replay_set_ptr(3) β API function
gnutls_anti_replay_set_window(3) β API function
gnutls_audit_current_context(3) β API function
gnutls_audit_pop_context(3) β API function
gnutls_audit_push_context(3) β API function
gnutls_auth_client_get_type(3) β API function
gnutls_auth_get_type(3) β API function
gnutls_auth_server_get_type(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_activation_time_peers(3) β API function
gnutls_certificate_allocate_credentials(3) β API function
gnutls_certificate_client_get_request_status(3) β API function
gnutls_certificate_expiration_time_peers(3) β API function
gnutls_certificate_free_ca_names(3) β API function
gnutls_certificate_free_cas(3) β API function
gnutls_certificate_free_credentials(3) β API function
gnutls_certificate_free_crls(3) β API function
gnutls_certificate_free_keys(3) β API function
gnutls_certificate_get_crt_raw(3) β API function
gnutls_certificate_get_issuer(3) β API function
gnutls_certificate_get_ocsp_expiration(3) β API function
gnutls_certificate_get_ours(3) β API function
gnutls_certificate_get_peers(3) β API function
gnutls_certificate_get_peers_subkey_id(3) β API function
gnutls_certificate_get_trust_list(3) β API function
gnutls_certificate_get_verify_flags(3) β API function
gnutls_certificate_get_x509_crt(3) β API function
gnutls_certificate_get_x509_key(3) β API function
gnutls_certificate_send_x509_rdn_sequence(3) β API function
gnutls_certificate_server_set_request(3) β API function
gnutls_certificate_set_dh_params(3) β API function
gnutls_certificate_set_flags(3) β API function
gnutls_certificate_set_key(3) β API function
gnutls_certificate_set_known_dh_params(3) β API function
gnutls_certificate_set_ocsp_status_request_file(3) β API function
gnutls_certificate_set_ocsp_status_request_file2(3) β API function
gnutls_certificate_set_ocsp_status_request_function(3) β API function
gnutls_certificate_set_ocsp_status_request_function2(3) β API function
gnutls_certificate_set_ocsp_status_request_mem(3) β API function
gnutls_certificate_set_params_function(3) β API function
gnutls_certificate_set_pin_function(3) β API function
gnutls_certificate_set_rawpk_key_file(3) β API function
gnutls_certificate_set_rawpk_key_mem(3) β API function
gnutls_certificate_set_retrieve_function(3) β API function
gnutls_certificate_set_retrieve_function2(3) β API function
gnutls_certificate_set_retrieve_function3(3) β API function
gnutls_certificate_set_trust_list(3) β API function
gnutls_certificate_set_verify_flags(3) β API function
gnutls_certificate_set_verify_function(3) β API function
gnutls_certificate_set_verify_limits(3) β API function
gnutls_certificate_set_x509_crl(3) β API function
gnutls_certificate_set_x509_crl_file(3) β API function
gnutls_certificate_set_x509_crl_mem(3) β API function
gnutls_certificate_set_x509_key(3) β API function
gnutls_certificate_set_x509_key_file(3) β API function
gnutls_certificate_set_x509_key_file2(3) β API function
gnutls_certificate_set_x509_key_mem(3) β API function
gnutls_certificate_set_x509_key_mem2(3) β API function
gnutls_certificate_set_x509_simple_pkcs12_file(3) β API function
gnutls_certificate_set_x509_simple_pkcs12_mem(3) β API function
gnutls_certificate_set_x509_system_trust(3) β API function
gnutls_certificate_set_x509_trust(3) β API function
gnutls_certificate_set_x509_trust_dir(3) β API function
gnutls_certificate_set_x509_trust_file(3) β API function
gnutls_certificate_set_x509_trust_mem(3) β API function
gnutls_certificate_type_get(3) β API function
gnutls_certificate_type_get2(3) β API function
gnutls_certificate_type_get_id(3) β API function
gnutls_certificate_type_get_name(3) β API function
gnutls_certificate_type_list(3) β API function
gnutls_certificate_verification_profile_get_id(3) β API function
gnutls_certificate_verification_profile_get_name(3) β API function
gnutls_certificate_verification_status_print(3) β API function
gnutls_certificate_verify_peers(3) β API function
gnutls_certificate_verify_peers2(3) β API function
gnutls_certificate_verify_peers3(3) β API function
gnutls_check_version(3) β API function
gnutls_cipher_add_auth(3) β API function
gnutls_cipher_decrypt(3) β API function
gnutls_cipher_decrypt2(3) β API function
gnutls_cipher_decrypt3(3) β API function
gnutls_cipher_deinit(3) β API function
gnutls_cipher_encrypt(3) β API function
gnutls_cipher_encrypt2(3) β API function
gnutls_cipher_encrypt3(3) β API function
gnutls_cipher_get(3) β API function
gnutls_cipher_get_block_size(3) β API function
gnutls_cipher_get_id(3) β API function
gnutls_cipher_get_iv_size(3) β API function
gnutls_cipher_get_key_size(3) β API function
gnutls_cipher_get_name(3) β API function
gnutls_cipher_get_tag_size(3) β API function
gnutls_cipher_init(3) β API function
gnutls_cipher_list(3) β API function
gnutls_cipher_set_iv(3) β API function
gnutls_cipher_suite_get_name(3) β API function
gnutls_cipher_suite_info(3) β API function
gnutls_cipher_tag(3) β API function
gnutls_ciphersuite_get(3) β API function
gnutls_compress_certificate_get_selected_method(3) β API function
gnutls_compress_certificate_set_methods(3) β API function
gnutls_compression_get(3) β API function
gnutls_compression_get_id(3) β API function
gnutls_compression_get_name(3) β API function
gnutls_compression_list(3) β API function
gnutls_credentials_clear(3) β API function
gnutls_credentials_get(3) β API function
gnutls_credentials_set(3) β API function
gnutls_crypto_register_aead_cipher(3) β API function
gnutls_crypto_register_cipher(3) β API function
gnutls_crypto_register_digest(3) β API function
gnutls_crypto_register_mac(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_decode_gost_rs_value(3) β API function
gnutls_decode_rs_value(3) β API function
gnutls_deinit(3) β API function
gnutls_dh_get_group(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_params_cpy(3) β API function
gnutls_dh_params_deinit(3) β API function
gnutls_dh_params_export2_pkcs3(3) β API function
gnutls_dh_params_export_pkcs3(3) β API function
gnutls_dh_params_export_raw(3) β API function
gnutls_dh_params_generate2(3) β API function
gnutls_dh_params_import_dsa(3) β API function
gnutls_dh_params_import_pkcs3(3) β API function
gnutls_dh_params_import_raw(3) β API function
gnutls_dh_params_import_raw2(3) β API function
gnutls_dh_params_import_raw3(3) β API function
gnutls_dh_params_init(3) β API function
gnutls_dh_set_prime_bits(3) β API function
gnutls_digest_get_id(3) β API function
gnutls_digest_get_name(3) β API function
gnutls_digest_get_oid(3) β API function
gnutls_digest_list(3) β API function
gnutls_digest_set_secure(3) β API function
gnutls_dtls_cookie_send(3) β API function
gnutls_dtls_cookie_verify(3) β API function
gnutls_dtls_get_data_mtu(3) β API function
gnutls_dtls_get_mtu(3) β API function
gnutls_dtls_get_timeout(3) β API function
gnutls_dtls_prestate_set(3) β API function
gnutls_dtls_set_data_mtu(3) β API function
gnutls_dtls_set_mtu(3) β API function
gnutls_dtls_set_timeouts(3) β API function
gnutls_early_cipher_get(3) β API function
gnutls_early_prf_hash_get(3) β API function
gnutls_ecc_curve_get(3) β API function
gnutls_ecc_curve_get_id(3) β API function
gnutls_ecc_curve_get_name(3) β API function
gnutls_ecc_curve_get_oid(3) β API function
gnutls_ecc_curve_get_pk(3) β API function
gnutls_ecc_curve_get_size(3) β API function
gnutls_ecc_curve_list(3) β API function
gnutls_ecc_curve_set_enabled(3) β API function
gnutls_encode_ber_digest_info(3) β API function
gnutls_encode_gost_rs_value(3) β API function
gnutls_encode_rs_value(3) β API function
gnutls_error_is_fatal(3) β API function
gnutls_error_to_alert(3) β API function
gnutls_est_record_overhead_size(3) β API function
gnutls_ext_get_current_msg(3) β API function
gnutls_ext_get_data(3) β API function
gnutls_ext_get_name(3) β API function
gnutls_ext_get_name2(3) β API function
gnutls_ext_raw_parse(3) β API function
gnutls_ext_register(3) β API function
gnutls_ext_set_data(3) β API function
gnutls_fingerprint(3) β API function
gnutls_fips140_context_deinit(3) β API function
gnutls_fips140_context_init(3) β API function
gnutls_fips140_get_operation_state(3) β API function
gnutls_fips140_mode_enabled(3) β API function
gnutls_fips140_pop_context(3) β API function
gnutls_fips140_push_context(3) β API function
gnutls_fips140_run_self_tests(3) β API function
gnutls_fips140_set_mode(3) β API function
gnutls_get_library_config(3) β API function
gnutls_get_system_config_file(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_gost_paramset_get_name(3) β API function
gnutls_gost_paramset_get_oid(3) β API function
gnutls_group_get(3) β API function
gnutls_group_get_id(3) β API function
gnutls_group_get_name(3) β API function
gnutls_group_list(3) β API function
gnutls_handshake(3) β API function
gnutls_handshake_description_get_name(3) β API function
gnutls_handshake_get_last_in(3) β API function
gnutls_handshake_get_last_out(3) β API function
gnutls_handshake_set_hook_function(3) β API function
gnutls_handshake_set_max_packet_length(3) β API function
gnutls_handshake_set_post_client_hello_function(3) β API function
gnutls_handshake_set_private_extensions(3) β API function
gnutls_handshake_set_random(3) β API function
gnutls_handshake_set_read_function(3) β API function
gnutls_handshake_set_secret_function(3) β API function
gnutls_handshake_set_timeout(3) β API function
gnutls_handshake_update_receiving_key(3) β API function
gnutls_handshake_write(3) β API function
gnutls_hash(3) β API function
gnutls_hash_copy(3) β API function
gnutls_hash_deinit(3) β API function
gnutls_hash_fast(3) β API function
gnutls_hash_get_len(3) β API function
gnutls_hash_init(3) β API function
gnutls_hash_output(3) β API function
gnutls_hash_squeeze(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_hex_decode(3) β API function
gnutls_hex_decode2(3) β API function
gnutls_hex_encode(3) β API function
gnutls_hex_encode2(3) β API function
gnutls_hkdf_expand(3) β API function
gnutls_hkdf_extract(3) β API function
gnutls_hmac(3) β API function
gnutls_hmac_copy(3) β API function
gnutls_hmac_deinit(3) β API function
gnutls_hmac_fast(3) β API function
gnutls_hmac_get_key_size(3) β API function
gnutls_hmac_get_len(3) β API function
gnutls_hmac_init(3) β API function
gnutls_hmac_output(3) β API function
gnutls_hmac_set_nonce(3) β API function
gnutls_hpke_decap(3) β API function
gnutls_hpke_deinit(3) β API function
gnutls_hpke_derive_keypair(3) β API function
gnutls_hpke_encap(3) β API function
gnutls_hpke_export(3) β API function
gnutls_hpke_init(3) β API function
gnutls_hpke_open(3) β API function
gnutls_hpke_seal(3) β API function
gnutls_idna_map(3) β API function
gnutls_idna_reverse_map(3) β API function
gnutls_init(3) β API function
gnutls_key_generate(3) β API function
gnutls_kx_get(3) β API function
gnutls_kx_get_id(3) β API function
gnutls_kx_get_name(3) β API function
gnutls_kx_list(3) β API function
gnutls_load_file(3) β API function
gnutls_mac_get(3) β API function
gnutls_mac_get_id(3) β API function
gnutls_mac_get_key_size(3) β API function
gnutls_mac_get_name(3) β API function
gnutls_mac_get_nonce_size(3) β API function
gnutls_mac_list(3) β API function
gnutls_memcmp(3) β API function
gnutls_memset(3) β API function
gnutls_ocsp_req_add_cert(3) β API function
gnutls_ocsp_req_add_cert_id(3) β API function
gnutls_ocsp_req_deinit(3) β API function
gnutls_ocsp_req_export(3) β API function
gnutls_ocsp_req_get_cert_id(3) β API function
gnutls_ocsp_req_get_extension(3) β API function
gnutls_ocsp_req_get_nonce(3) β API function
gnutls_ocsp_req_get_version(3) β API function
gnutls_ocsp_req_import(3) β API function
gnutls_ocsp_req_init(3) β API function
gnutls_ocsp_req_print(3) β API function
gnutls_ocsp_req_randomize_nonce(3) β API function
gnutls_ocsp_req_set_extension(3) β API function
gnutls_ocsp_req_set_nonce(3) β API function
gnutls_ocsp_resp_check_crt(3) β API function
gnutls_ocsp_resp_deinit(3) β API function
gnutls_ocsp_resp_export(3) β API function
gnutls_ocsp_resp_export2(3) β API function
gnutls_ocsp_resp_get_certs(3) β API function
gnutls_ocsp_resp_get_extension(3) β API function
gnutls_ocsp_resp_get_nonce(3) β API function
gnutls_ocsp_resp_get_produced(3) β API function
gnutls_ocsp_resp_get_responder(3) β API function
gnutls_ocsp_resp_get_responder2(3) β API function
gnutls_ocsp_resp_get_responder_raw_id(3) β API function
gnutls_ocsp_resp_get_response(3) β API function
gnutls_ocsp_resp_get_signature(3) β API function
gnutls_ocsp_resp_get_signature_algorithm(3) β API function
gnutls_ocsp_resp_get_single(3) β API function
gnutls_ocsp_resp_get_status(3) β API function
gnutls_ocsp_resp_get_version(3) β API function
gnutls_ocsp_resp_import(3) β API function
gnutls_ocsp_resp_import2(3) β API function
gnutls_ocsp_resp_init(3) β API function
gnutls_ocsp_resp_list_import2(3) β API function
gnutls_ocsp_resp_print(3) β API function
gnutls_ocsp_resp_verify(3) β API function
gnutls_ocsp_resp_verify_direct(3) β API function
gnutls_ocsp_status_request_enable_client(3) β API function
gnutls_ocsp_status_request_get(3) β API function
gnutls_ocsp_status_request_get2(3) β API function
gnutls_ocsp_status_request_is_checked(3) β API function
gnutls_oid_to_digest(3) β API function
gnutls_oid_to_ecc_curve(3) β API function
gnutls_oid_to_gost_paramset(3) β API function
gnutls_oid_to_mac(3) β API function
gnutls_oid_to_pk(3) β API function
gnutls_oid_to_sign(3) β API function
gnutls_openpgp_privkey_sign_hash(3) β API function
gnutls_openpgp_send_cert(3) β API function
gnutls_packet_deinit(3) β API function
gnutls_packet_get(3) β API function
gnutls_pbkdf2(3) β API function
gnutls_pcert_deinit(3) β API function
gnutls_pcert_export_openpgp(3) β API function
gnutls_pcert_export_x509(3) β API function
gnutls_pcert_import_openpgp(3) β API function
gnutls_pcert_import_openpgp_raw(3) β API function
gnutls_pcert_import_rawpk(3) β API function
gnutls_pcert_import_rawpk_raw(3) β API function
gnutls_pcert_import_x509(3) β API function
gnutls_pcert_import_x509_list(3) β API function
gnutls_pcert_import_x509_raw(3) β API function
gnutls_pcert_list_import_x509_file(3) β API function
gnutls_pcert_list_import_x509_raw(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_perror(3) β API function
gnutls_pk_algorithm_get_name(3) β API function
gnutls_pk_bits_to_sec_param(3) β API function
gnutls_pk_get_id(3) β API function
gnutls_pk_get_name(3) β API function
gnutls_pk_get_oid(3) β API function
gnutls_pk_list(3) β API function
gnutls_pk_to_sign(3) β API function
gnutls_pkcs11_add_provider(3) β API function
gnutls_pkcs11_copy_attached_extension(3) β API function
gnutls_pkcs11_copy_pubkey(3) β API function
gnutls_pkcs11_copy_secret_key(3) β API function
gnutls_pkcs11_copy_x509_crt(3) β API function
gnutls_pkcs11_copy_x509_crt2(3) β API function
gnutls_pkcs11_copy_x509_privkey(3) β API function
gnutls_pkcs11_copy_x509_privkey2(3) β API function
gnutls_pkcs11_crt_is_known(3) β API function
gnutls_pkcs11_deinit(3) β API function
gnutls_pkcs11_delete_url(3) β API function
gnutls_pkcs11_get_pin_function(3) β API function
gnutls_pkcs11_get_raw_issuer(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_init(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_pk_algorithm(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_cpy(3) β API function
gnutls_pkcs11_privkey_deinit(3) β API function
gnutls_pkcs11_privkey_export_pubkey(3) β API function
gnutls_pkcs11_privkey_export_url(3) β API function
gnutls_pkcs11_privkey_generate(3) β API function
gnutls_pkcs11_privkey_generate2(3) β API function
gnutls_pkcs11_privkey_generate3(3) β API function
gnutls_pkcs11_privkey_get_info(3) β API function
gnutls_pkcs11_privkey_get_pk_algorithm(3) β API function
gnutls_pkcs11_privkey_import_url(3) β API function
gnutls_pkcs11_privkey_init(3) β API function
gnutls_pkcs11_privkey_set_pin_function(3) β API function
gnutls_pkcs11_privkey_status(3) β API function
gnutls_pkcs11_reinit(3) β API function
gnutls_pkcs11_set_pin_function(3) β API function
gnutls_pkcs11_set_token_function(3) β API function
gnutls_pkcs11_token_check_mechanism(3) β API function
gnutls_pkcs11_token_get_flags(3) β API function
gnutls_pkcs11_token_get_info(3) β API function
gnutls_pkcs11_token_get_mechanism(3) β API function
gnutls_pkcs11_token_get_ptr(3) β API function
gnutls_pkcs11_token_get_random(3) β API function
gnutls_pkcs11_token_get_url(3) β API function
gnutls_pkcs11_token_init(3) β API function
gnutls_pkcs11_token_set_pin(3) β API function
gnutls_pkcs11_type_get_name(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_deinit(3) β API function
gnutls_pkcs12_export(3) β API function
gnutls_pkcs12_export2(3) β API function
gnutls_pkcs12_generate_mac(3) β API function
gnutls_pkcs12_generate_mac2(3) β API function
gnutls_pkcs12_generate_mac3(3) β API function
gnutls_pkcs12_get_bag(3) β API function
gnutls_pkcs12_import(3) β API function
gnutls_pkcs12_init(3) β API function
gnutls_pkcs12_mac_info(3) β API function
gnutls_pkcs12_set_bag(3) β API function
gnutls_pkcs12_simple_parse(3) β API function
gnutls_pkcs12_verify_mac(3) β API function
gnutls_pkcs7_add_attr(3) β API function
gnutls_pkcs7_attrs_deinit(3) β API function
gnutls_pkcs7_deinit(3) β API function
gnutls_pkcs7_delete_crl(3) β API function
gnutls_pkcs7_delete_crt(3) β API function
gnutls_pkcs7_export(3) β API function
gnutls_pkcs7_export2(3) β API function
gnutls_pkcs7_get_attr(3) β API function
gnutls_pkcs7_get_crl_count(3) β API function
gnutls_pkcs7_get_crl_raw(3) β API function
gnutls_pkcs7_get_crl_raw2(3) β API function
gnutls_pkcs7_get_crt_count(3) β API function
gnutls_pkcs7_get_crt_raw(3) β API function
gnutls_pkcs7_get_crt_raw2(3) β API function
gnutls_pkcs7_get_embedded_data(3) β API function
gnutls_pkcs7_get_embedded_data_oid(3) β API function
gnutls_pkcs7_get_signature_count(3) β API function
gnutls_pkcs7_get_signature_info(3) β API function
gnutls_pkcs7_import(3) β API function
gnutls_pkcs7_init(3) β API function
gnutls_pkcs7_print(3) β API function
gnutls_pkcs7_print_signature_info(3) β API function
gnutls_pkcs7_set_crl(3) β API function
gnutls_pkcs7_set_crl_raw(3) β API function
gnutls_pkcs7_set_crt(3) β API function
gnutls_pkcs7_set_crt_raw(3) β API function
gnutls_pkcs7_sign(3) β API function
gnutls_pkcs7_signature_info_deinit(3) β API function
gnutls_pkcs7_verify(3) β API function
gnutls_pkcs7_verify_direct(3) β API function
gnutls_pkcs8_info(3) β API function
gnutls_pkcs_schema_get_name(3) β API function
gnutls_pkcs_schema_get_oid(3) β API function
gnutls_prf(3) β API function
gnutls_prf_early(3) β API function
gnutls_prf_hash_get(3) β API function
gnutls_prf_raw(3) β API function
gnutls_prf_rfc5705(3) β API function
gnutls_priority_certificate_type_list(3) β API function
gnutls_priority_certificate_type_list2(3) β API function
gnutls_priority_cipher_list(3) β API function
gnutls_priority_compression_list(3) β API function
gnutls_priority_deinit(3) β API function
gnutls_priority_ecc_curve_list(3) β API function
gnutls_priority_get_cipher_suite_index(3) β API function
gnutls_priority_group_list(3) β API function
gnutls_priority_init(3) β API function
gnutls_priority_init2(3) β API function
gnutls_priority_kx_list(3) β API function
gnutls_priority_mac_list(3) β API function
gnutls_priority_protocol_list(3) β API function
gnutls_priority_set(3) β API function
gnutls_priority_set_direct(3) β API function
gnutls_priority_sign_list(3) β API function
gnutls_priority_string_list(3) β API function
gnutls_privkey_decrypt_data(3) β API function
gnutls_privkey_decrypt_data2(3) β API function
gnutls_privkey_deinit(3) β API function
gnutls_privkey_derive_secret(3) β API function
gnutls_privkey_export_dh_raw(3) β API function
gnutls_privkey_export_dsa_raw(3) β API function
gnutls_privkey_export_dsa_raw2(3) β API function
gnutls_privkey_export_ecc_raw(3) β API function
gnutls_privkey_export_ecc_raw2(3) β API function
gnutls_privkey_export_gost_raw2(3) β API function
gnutls_privkey_export_openpgp(3) β API function
gnutls_privkey_export_pkcs11(3) β API function
gnutls_privkey_export_rsa_raw(3) β API function
gnutls_privkey_export_rsa_raw2(3) β API function
gnutls_privkey_export_x509(3) β API function
gnutls_privkey_generate(3) β API function
gnutls_privkey_generate2(3) β API function
gnutls_privkey_get_pk_algorithm(3) β API function
gnutls_privkey_get_seed(3) β API function
gnutls_privkey_get_spki(3) β API function
gnutls_privkey_get_type(3) β API function
gnutls_privkey_import_dh_raw(3) β API function
gnutls_privkey_import_dsa_raw(3) β API function
gnutls_privkey_import_ecc_raw(3) β API function
gnutls_privkey_import_ext(3) β API function
gnutls_privkey_import_ext2(3) β API function
gnutls_privkey_import_ext3(3) β API function
gnutls_privkey_import_ext4(3) β API function
gnutls_privkey_import_gost_raw(3) β API function
gnutls_privkey_import_openpgp(3) β API function
gnutls_privkey_import_openpgp_raw(3) β API function
gnutls_privkey_import_pkcs11(3) β API function
gnutls_privkey_import_pkcs11_url(3) β API function
gnutls_privkey_import_rsa_raw(3) β API function
gnutls_privkey_import_tpm_raw(3) β API function
gnutls_privkey_import_tpm_url(3) β API function
gnutls_privkey_import_url(3) β API function
gnutls_privkey_import_x509(3) β API function
gnutls_privkey_import_x509_raw(3) β API function
gnutls_privkey_init(3) β API function
gnutls_privkey_set_flags(3) β API function
gnutls_privkey_set_pin_function(3) β API function
gnutls_privkey_set_spki(3) β API function
gnutls_privkey_sign_data(3) β API function
gnutls_privkey_sign_data2(3) β API function
gnutls_privkey_sign_hash(3) β API function
gnutls_privkey_sign_hash2(3) β API function
gnutls_privkey_status(3) β API function
gnutls_privkey_verify_params(3) β API function
gnutls_privkey_verify_seed(3) β API function
gnutls_protocol_get_id(3) β API function
gnutls_protocol_get_name(3) β API function
gnutls_protocol_get_version(3) β API function
gnutls_protocol_list(3) β API function
gnutls_protocol_set_enabled(3) β API function
gnutls_psk_allocate_client_credentials(3) β API function
gnutls_psk_allocate_client_credentials2(3) β API function
gnutls_psk_allocate_server_credentials(3) β API function
gnutls_psk_allocate_server_credentials2(3) β API function
gnutls_psk_client_get_hint(3) β API function
gnutls_psk_format_imported_identity(3) β API function
gnutls_psk_free_client_credentials(3) β API function
gnutls_psk_free_server_credentials(3) β API function
gnutls_psk_server_get_username(3) β API function
gnutls_psk_server_get_username2(3) β API function
gnutls_psk_set_client_credentials(3) β API function
gnutls_psk_set_client_credentials2(3) β API function
gnutls_psk_set_client_credentials_function(3) β API function
gnutls_psk_set_client_credentials_function2(3) β API function
gnutls_psk_set_client_credentials_function3(3) β API function
gnutls_psk_set_params_function(3) β API function
gnutls_psk_set_server_credentials_file(3) β API function
gnutls_psk_set_server_credentials_function(3) β API function
gnutls_psk_set_server_credentials_function2(3) β API function
gnutls_psk_set_server_credentials_function3(3) β API function
gnutls_psk_set_server_credentials_hint(3) β API function
gnutls_psk_set_server_dh_params(3) β API function
gnutls_psk_set_server_known_dh_params(3) β API function
gnutls_psk_set_server_params_function(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_random_art(3) β API function
gnutls_range_split(3) β API function
gnutls_reauth(3) β API function
gnutls_record_can_use_length_hiding(3) β API function
gnutls_record_check_corked(3) β API function
gnutls_record_check_pending(3) β API function
gnutls_record_cork(3) β API function
gnutls_record_disable_padding(3) β API function
gnutls_record_discard_queued(3) β API function
gnutls_record_get_direction(3) β API function
gnutls_record_get_discarded(3) β API function
gnutls_record_get_max_early_data_size(3) β API function
gnutls_record_get_max_send_size(3) β API function
gnutls_record_get_max_size(3) β API function
gnutls_record_get_state(3) β API function
gnutls_record_overhead_size(3) β API function
gnutls_record_recv(3) β API function
gnutls_record_recv_early_data(3) β API function
gnutls_record_recv_packet(3) β API function
gnutls_record_recv_seq(3) β API function
gnutls_record_send(3) β API function
gnutls_record_send2(3) β API function
gnutls_record_send_early_data(3) β API function
gnutls_record_send_file(3) β API function
gnutls_record_send_range(3) β API function
gnutls_record_set_max_early_data_size(3) β API function
gnutls_record_set_max_recv_size(3) β API function
gnutls_record_set_max_size(3) β API function
gnutls_record_set_state(3) β API function
gnutls_record_set_timeout(3) β API function
gnutls_record_uncork(3) β API function
gnutls_register_custom_url(3) β API function
gnutls_rehandshake(3) β API function
gnutls_rnd(3) β API function
gnutls_rnd_refresh(3) β API function
gnutls_safe_renegotiation_status(3) β API function
gnutls_sec_param_get_name(3) β API function
gnutls_sec_param_to_pk_bits(3) β API function
gnutls_sec_param_to_symmetric_bits(3) β API function
gnutls_server_name_get(3) β API function
gnutls_server_name_set(3) β API function
gnutls_session_channel_binding(3) β API function
gnutls_session_enable_compatibility_mode(3) β API function
gnutls_session_etm_status(3) β API function
gnutls_session_ext_master_secret_status(3) β API function
gnutls_session_ext_register(3) β API function
gnutls_session_force_valid(3) β API function
gnutls_session_get_data(3) β API function
gnutls_session_get_data2(3) β API function
gnutls_session_get_desc(3) β API function
gnutls_session_get_flags(3) β API function
gnutls_session_get_id(3) β API function
gnutls_session_get_id2(3) β API function
gnutls_session_get_keylog_function(3) β API function
gnutls_session_get_master_secret(3) β API function
gnutls_session_get_ptr(3) β API function
gnutls_session_get_random(3) β API function
gnutls_session_get_verify_cert_status(3) β API function
gnutls_session_is_resumed(3) β API function
gnutls_session_key_update(3) β API function
gnutls_session_resumption_requested(3) β API function
gnutls_session_set_data(3) β API function
gnutls_session_set_id(3) β API function
gnutls_session_set_keylog_function(3) β API function
gnutls_session_set_premaster(3) β API function
gnutls_session_set_ptr(3) β API function
gnutls_session_set_verify_cert(3) β API function
gnutls_session_set_verify_cert2(3) β API function
gnutls_session_set_verify_function(3) β API function
gnutls_session_set_verify_output_function(3) β API function
gnutls_session_supplemental_register(3) β API function
gnutls_session_ticket_enable_client(3) β API function
gnutls_session_ticket_enable_server(3) β API function
gnutls_session_ticket_key_generate(3) β API function
gnutls_session_ticket_send(3) β API function
gnutls_set_default_priority(3) β API function
gnutls_set_default_priority_append(3) β API function
gnutls_sign_algorithm_get(3) β API function
gnutls_sign_algorithm_get_client(3) β API function
gnutls_sign_algorithm_get_requested(3) β API function
gnutls_sign_get_hash_algorithm(3) β API function
gnutls_sign_get_id(3) β API function
gnutls_sign_get_name(3) β API function
gnutls_sign_get_oid(3) β API function
gnutls_sign_get_pk_algorithm(3) β API function
gnutls_sign_is_secure(3) β API function
gnutls_sign_is_secure2(3) β API function
gnutls_sign_list(3) β API function
gnutls_sign_set_secure(3) β API function
gnutls_sign_set_secure_for_certs(3) β API function
gnutls_sign_supports_pk_algorithm(3) β API function
gnutls_srp_allocate_client_credentials(3) β API function
gnutls_srp_allocate_server_credentials(3) β API function
gnutls_srp_base64_decode(3) β API function
gnutls_srp_base64_decode2(3) β API function
gnutls_srp_base64_encode(3) β API function
gnutls_srp_base64_encode2(3) β API function
gnutls_srp_free_client_credentials(3) β API function
gnutls_srp_free_server_credentials(3) β API function
gnutls_srp_server_get_username(3) β API function
gnutls_srp_set_client_credentials(3) β API function
gnutls_srp_set_client_credentials_function(3) β API function
gnutls_srp_set_prime_bits(3) β API function
gnutls_srp_set_server_credentials_file(3) β API function
gnutls_srp_set_server_credentials_function(3) β API function
gnutls_srp_set_server_fake_salt_seed(3) β API function
gnutls_srp_verifier(3) β API function
gnutls_srtp_get_keys(3) β API function
gnutls_srtp_get_mki(3) β API function
gnutls_srtp_get_profile_id(3) β API function
gnutls_srtp_get_profile_name(3) β API function
gnutls_srtp_get_selected_profile(3) β API function
gnutls_srtp_set_mki(3) β API function
gnutls_srtp_set_profile(3) β API function
gnutls_srtp_set_profile_direct(3) β API function
gnutls_store_commitment(3) β API function
gnutls_store_pubkey(3) β API function
gnutls_strerror(3) β API function
gnutls_strerror_name(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_supplemental_get_name(3) β API function
gnutls_supplemental_recv(3) β API function
gnutls_supplemental_register(3) β API function
gnutls_supplemental_send(3) β API function
gnutls_system_key_add_x509(3) β API function
gnutls_system_key_delete(3) β API function
gnutls_system_key_iter_deinit(3) β API function
gnutls_system_key_iter_get_info(3) β API function
gnutls_system_recv_timeout(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_tpm_get_registered(3) β API function
gnutls_tpm_key_list_deinit(3) β API function
gnutls_tpm_key_list_get_url(3) β API function
gnutls_tpm_privkey_delete(3) β API function
gnutls_tpm_privkey_generate(3) β API function
gnutls_transport_get_int(3) β API function
gnutls_transport_get_int2(3) β API function
gnutls_transport_get_ptr(3) β API function
gnutls_transport_get_ptr2(3) β API function
gnutls_transport_is_ktls_enabled(3) β API function
gnutls_transport_set_errno(3) β API function
gnutls_transport_set_errno_function(3) β API function
gnutls_transport_set_fastopen(3) β API function
gnutls_transport_set_int(3) β API function
gnutls_transport_set_int2(3) β API function
gnutls_transport_set_ptr(3) β API function
gnutls_transport_set_ptr2(3) β API function
gnutls_transport_set_pull_function(3) β API function
gnutls_transport_set_pull_timeout_function(3) β API function
gnutls_transport_set_push_function(3) β API function
gnutls_transport_set_vec_push_function(3) β API function
gnutls_url_is_supported(3) β API function
gnutls_utf8_password_normalize(3) β API function
gnutls_verify_stored_pubkey(3) β API function
gnutls_x509_aia_deinit(3) β API function
gnutls_x509_aia_get(3) β API function
gnutls_x509_aia_init(3) β API function
gnutls_x509_aia_set(3) β API function
gnutls_x509_aki_deinit(3) β API function
gnutls_x509_aki_get_cert_issuer(3) β API function
gnutls_x509_aki_get_id(3) β API function
gnutls_x509_aki_init(3) β API function
gnutls_x509_aki_set_cert_issuer(3) β API function
gnutls_x509_aki_set_id(3) β API function
gnutls_x509_cidr_to_rfc5280(3) β API function
gnutls_x509_crl_check_issuer(3) β API function
gnutls_x509_crl_deinit(3) β API function
gnutls_x509_crl_dist_points_deinit(3) β API function
gnutls_x509_crl_dist_points_get(3) β API function
gnutls_x509_crl_dist_points_init(3) β API function
gnutls_x509_crl_dist_points_set(3) β API function
gnutls_x509_crl_export(3) β API function
gnutls_x509_crl_export2(3) β API function
gnutls_x509_crl_get_authority_key_gn_serial(3) β API function
gnutls_x509_crl_get_authority_key_id(3) β API function
gnutls_x509_crl_get_crt_count(3) β API function
gnutls_x509_crl_get_crt_serial(3) β API function
gnutls_x509_crl_get_dn_oid(3) β API function
gnutls_x509_crl_get_extension_data(3) β API function
gnutls_x509_crl_get_extension_data2(3) β API function
gnutls_x509_crl_get_extension_info(3) β API function
gnutls_x509_crl_get_extension_oid(3) β API function
gnutls_x509_crl_get_issuer_dn(3) β API function
gnutls_x509_crl_get_issuer_dn2(3) β API function
gnutls_x509_crl_get_issuer_dn3(3) β API function
gnutls_x509_crl_get_issuer_dn_by_oid(3) β API function
gnutls_x509_crl_get_next_update(3) β API function
gnutls_x509_crl_get_number(3) β API function
gnutls_x509_crl_get_raw_issuer_dn(3) β API function
gnutls_x509_crl_get_signature(3) β API function
gnutls_x509_crl_get_signature_algorithm(3) β API function
gnutls_x509_crl_get_signature_oid(3) β API function
gnutls_x509_crl_get_this_update(3) β API function
gnutls_x509_crl_get_version(3) β API function
gnutls_x509_crl_import(3) β API function
gnutls_x509_crl_init(3) β API function
gnutls_x509_crl_iter_crt_serial(3) β API function
gnutls_x509_crl_iter_deinit(3) β API function
gnutls_x509_crl_list_import(3) β API function
gnutls_x509_crl_list_import2(3) β API function
gnutls_x509_crl_print(3) β API function
gnutls_x509_crl_privkey_sign(3) β API function
gnutls_x509_crl_set_authority_key_id(3) β API function
gnutls_x509_crl_set_crt(3) β API function
gnutls_x509_crl_set_crt_serial(3) β API function
gnutls_x509_crl_set_next_update(3) β API function
gnutls_x509_crl_set_number(3) β API function
gnutls_x509_crl_set_this_update(3) β API function
gnutls_x509_crl_set_version(3) β API function
gnutls_x509_crl_sign(3) β API function
gnutls_x509_crl_sign2(3) β API function
gnutls_x509_crl_verify(3) β API function
gnutls_x509_crq_deinit(3) β API function
gnutls_x509_crq_export(3) β API function
gnutls_x509_crq_export2(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_challenge_password(3) β API function
gnutls_x509_crq_get_dn(3) β API function
gnutls_x509_crq_get_dn2(3) β API function
gnutls_x509_crq_get_dn3(3) β API function
gnutls_x509_crq_get_dn_by_oid(3) β API function
gnutls_x509_crq_get_dn_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_extension_data(3) β API function
gnutls_x509_crq_get_extension_data2(3) β API function
gnutls_x509_crq_get_extension_info(3) β API function
gnutls_x509_crq_get_key_id(3) β API function
gnutls_x509_crq_get_key_purpose_oid(3) β API function
gnutls_x509_crq_get_key_rsa_raw(3) β API function
gnutls_x509_crq_get_key_usage(3) β API function
gnutls_x509_crq_get_pk_algorithm(3) β API function
gnutls_x509_crq_get_pk_oid(3) β API function
gnutls_x509_crq_get_private_key_usage_period(3) β API function
gnutls_x509_crq_get_signature_algorithm(3) β API function
gnutls_x509_crq_get_signature_oid(3) β API function
gnutls_x509_crq_get_spki(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_get_tlsfeatures(3) β API function
gnutls_x509_crq_get_version(3) β API function
gnutls_x509_crq_import(3) β API function
gnutls_x509_crq_init(3) β API function
gnutls_x509_crq_print(3) β API function
gnutls_x509_crq_privkey_sign(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_challenge_password(3) β API function
gnutls_x509_crq_set_dn(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_key(3) β API function
gnutls_x509_crq_set_key_purpose_oid(3) β API function
gnutls_x509_crq_set_key_rsa_raw(3) β API function
gnutls_x509_crq_set_key_usage(3) β API function
gnutls_x509_crq_set_private_key_usage_period(3) β API function
gnutls_x509_crq_set_pubkey(3) β API function
gnutls_x509_crq_set_spki(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_crq_set_tlsfeatures(3) β API function
gnutls_x509_crq_set_version(3) β API function
gnutls_x509_crq_sign(3) β API function
gnutls_x509_crq_sign2(3) β API function
gnutls_x509_crq_verify(3) β API function
gnutls_x509_crt_check_email(3) β API function
gnutls_x509_crt_check_hostname(3) β API function
gnutls_x509_crt_check_hostname2(3) β API function
gnutls_x509_crt_check_ip(3) β API function
gnutls_x509_crt_check_issuer(3) β API function
gnutls_x509_crt_check_key_purpose(3) β API function
gnutls_x509_crt_check_revocation(3) β API function
gnutls_x509_crt_cpy_crl_dist_points(3) β API function
gnutls_x509_crt_deinit(3) β API function
gnutls_x509_crt_equals(3) β This function compares two gnutls_x509_crt_t certificates
gnutls_x509_crt_equals2(3) β This function compares a gnutls_x509_crt_t cert with DER data
gnutls_x509_crt_export(3) β API function
gnutls_x509_crt_export2(3) β API function
gnutls_x509_crt_get_activation_time(3) β API function
gnutls_x509_crt_get_authority_info_access(3) β API function
gnutls_x509_crt_get_authority_key_gn_serial(3) β API function
gnutls_x509_crt_get_authority_key_id(3) β API function
gnutls_x509_crt_get_basic_constraints(3) β API function
gnutls_x509_crt_get_ca_status(3) β API function
gnutls_x509_crt_get_crl_dist_points(3) β API function
gnutls_x509_crt_get_dn(3) β API function
gnutls_x509_crt_get_dn2(3) β API function
gnutls_x509_crt_get_dn3(3) β API function
gnutls_x509_crt_get_dn_by_oid(3) β API function
gnutls_x509_crt_get_dn_oid(3) β API function
gnutls_x509_crt_get_expiration_time(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_extension_data(3) β API function
gnutls_x509_crt_get_extension_data2(3) β API function
gnutls_x509_crt_get_extension_info(3) β API function
gnutls_x509_crt_get_extension_oid(3) β API function
gnutls_x509_crt_get_fingerprint(3) β API function
gnutls_x509_crt_get_inhibit_anypolicy(3) β API function
gnutls_x509_crt_get_issuer(3) β API function
gnutls_x509_crt_get_issuer_alt_name(3) β API function
gnutls_x509_crt_get_issuer_alt_name2(3) β API function
gnutls_x509_crt_get_issuer_alt_othername_oid(3) β API function
gnutls_x509_crt_get_issuer_dn(3) β API function
gnutls_x509_crt_get_issuer_dn2(3) β API function
gnutls_x509_crt_get_issuer_dn3(3) β API function
gnutls_x509_crt_get_issuer_dn_by_oid(3) β API function
gnutls_x509_crt_get_issuer_dn_oid(3) β API function
gnutls_x509_crt_get_issuer_unique_id(3) β API function
gnutls_x509_crt_get_key_id(3) β API function
gnutls_x509_crt_get_key_purpose_oid(3) β API function
gnutls_x509_crt_get_key_usage(3) β API function
gnutls_x509_crt_get_name_constraints(3) β API function
gnutls_x509_crt_get_pk_algorithm(3) β API function
gnutls_x509_crt_get_pk_dsa_raw(3) β API function
gnutls_x509_crt_get_pk_ecc_raw(3) β API function
gnutls_x509_crt_get_pk_gost_raw(3) β API function
gnutls_x509_crt_get_pk_oid(3) β API function
gnutls_x509_crt_get_pk_rsa_raw(3) β API function
gnutls_x509_crt_get_policy(3) β API function
gnutls_x509_crt_get_preferred_hash_algorithm(3) β API function
gnutls_x509_crt_get_private_key_usage_period(3) β API function
gnutls_x509_crt_get_proxy(3) β API function
gnutls_x509_crt_get_raw_dn(3) β API function
gnutls_x509_crt_get_raw_issuer_dn(3) β API function
gnutls_x509_crt_get_serial(3) β API function
gnutls_x509_crt_get_signature(3) β API function
gnutls_x509_crt_get_signature_algorithm(3) β API function
gnutls_x509_crt_get_signature_oid(3) β API function
gnutls_x509_crt_get_spki(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_get_tlsfeatures(3) β API function
gnutls_x509_crt_get_version(3) β API function
gnutls_x509_crt_import(3) β API function
gnutls_x509_crt_import_pkcs11(3) β API function
gnutls_x509_crt_import_url(3) β API function
gnutls_x509_crt_init(3) β API function
gnutls_x509_crt_list_import(3) β API function
gnutls_x509_crt_list_import2(3) β API function
gnutls_x509_crt_list_import_pkcs11(3) β API function
gnutls_x509_crt_list_import_url(3) β API function
gnutls_x509_crt_list_verify(3) β API function
gnutls_x509_crt_print(3) β API function
gnutls_x509_crt_privkey_sign(3) β API function
gnutls_x509_crt_set_activation_time(3) β API function
gnutls_x509_crt_set_authority_info_access(3) β API function
gnutls_x509_crt_set_authority_key_id(3) β API function
gnutls_x509_crt_set_basic_constraints(3) β API function
gnutls_x509_crt_set_ca_status(3) β API function
gnutls_x509_crt_set_crl_dist_points(3) β API function
gnutls_x509_crt_set_crl_dist_points2(3) β API function
gnutls_x509_crt_set_crq(3) β API function
gnutls_x509_crt_set_crq_extension_by_oid(3) β API function
gnutls_x509_crt_set_crq_extensions(3) β API function
gnutls_x509_crt_set_dn(3) β API function
gnutls_x509_crt_set_dn_by_oid(3) β API function
gnutls_x509_crt_set_expiration_time(3) β API function
gnutls_x509_crt_set_extension_by_oid(3) β API function
gnutls_x509_crt_set_flags(3) β API function
gnutls_x509_crt_set_inhibit_anypolicy(3) β API function
gnutls_x509_crt_set_issuer_alt_name(3) β API function
gnutls_x509_crt_set_issuer_alt_othername(3) β API function
gnutls_x509_crt_set_issuer_dn(3) β API function
gnutls_x509_crt_set_issuer_dn_by_oid(3) β API function
gnutls_x509_crt_set_issuer_unique_id(3) β API function
gnutls_x509_crt_set_key(3) β API function
gnutls_x509_crt_set_key_purpose_oid(3) β API function
gnutls_x509_crt_set_key_usage(3) β API function
gnutls_x509_crt_set_name_constraints(3) β API function
gnutls_x509_crt_set_pin_function(3) β API function
gnutls_x509_crt_set_policy(3) β API function
gnutls_x509_crt_set_private_key_usage_period(3) β API function
gnutls_x509_crt_set_proxy(3) β API function
gnutls_x509_crt_set_proxy_dn(3) β API function
gnutls_x509_crt_set_pubkey(3) β API function
gnutls_x509_crt_set_serial(3) β API function
gnutls_x509_crt_set_spki(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_crt_set_tlsfeatures(3) β API function
gnutls_x509_crt_set_version(3) β API function
gnutls_x509_crt_sign(3) β API function
gnutls_x509_crt_sign2(3) β API function
gnutls_x509_crt_verify(3) β API function
gnutls_x509_crt_verify_data2(3) β API function
gnutls_x509_ct_sct_get(3) β API function
gnutls_x509_ct_sct_get_version(3) β API function
gnutls_x509_dn_deinit(3) β API function
gnutls_x509_dn_export(3) β API function
gnutls_x509_dn_export2(3) β API function
gnutls_x509_dn_get_rdn_ava(3) β API function
gnutls_x509_dn_get_str(3) β API function
gnutls_x509_dn_get_str2(3) β API function
gnutls_x509_dn_import(3) β API function
gnutls_x509_dn_init(3) β API function
gnutls_x509_dn_oid_known(3) β API function
gnutls_x509_dn_oid_name(3) β API function
gnutls_x509_dn_set_str(3) β API function
gnutls_x509_ext_ct_export_scts(3) β API function
gnutls_x509_ext_ct_import_scts(3) β API function
gnutls_x509_ext_ct_scts_deinit(3) β API function
gnutls_x509_ext_ct_scts_init(3) β API function
gnutls_x509_ext_deinit(3) β API function
gnutls_x509_ext_export_aia(3) β API function
gnutls_x509_ext_export_authority_key_id(3) β API function
gnutls_x509_ext_export_basic_constraints(3) β API function
gnutls_x509_ext_export_crl_dist_points(3) β API function
gnutls_x509_ext_export_inhibit_anypolicy(3) β API function
gnutls_x509_ext_export_key_purposes(3) β API function
gnutls_x509_ext_export_key_usage(3) β API function
gnutls_x509_ext_export_name_constraints(3) β API function
gnutls_x509_ext_export_policies(3) β API function
gnutls_x509_ext_export_private_key_usage_period(3) β API function
gnutls_x509_ext_export_proxy(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_export_tlsfeatures(3) β API function
gnutls_x509_ext_import_aia(3) β API function
gnutls_x509_ext_import_authority_key_id(3) β API function
gnutls_x509_ext_import_basic_constraints(3) β API function
gnutls_x509_ext_import_crl_dist_points(3) β API function
gnutls_x509_ext_import_inhibit_anypolicy(3) β API function
gnutls_x509_ext_import_key_purposes(3) β API function
gnutls_x509_ext_import_key_usage(3) β API function
gnutls_x509_ext_import_name_constraints(3) β API function
gnutls_x509_ext_import_policies(3) β API function
gnutls_x509_ext_import_private_key_usage_period(3) β API function
gnutls_x509_ext_import_proxy(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_ext_import_tlsfeatures(3) β API function
gnutls_x509_ext_print(3) β API function
gnutls_x509_key_purpose_deinit(3) β API function
gnutls_x509_key_purpose_get(3) β API function
gnutls_x509_key_purpose_init(3) β API function
gnutls_x509_key_purpose_set(3) β API function
gnutls_x509_name_constraints_add_excluded(3) β API function
gnutls_x509_name_constraints_add_permitted(3) β API function
gnutls_x509_name_constraints_check(3) β API function
gnutls_x509_name_constraints_check_crt(3) β API function
gnutls_x509_name_constraints_deinit(3) β API function
gnutls_x509_name_constraints_get_excluded(3) β API function
gnutls_x509_name_constraints_get_permitted(3) β API function
gnutls_x509_name_constraints_init(3) β API function
gnutls_x509_othername_to_virtual(3) β API function
gnutls_x509_policies_deinit(3) β API function
gnutls_x509_policies_get(3) β API function
gnutls_x509_policies_init(3) β API function
gnutls_x509_policies_set(3) β API function
gnutls_x509_policy_release(3) β API function
gnutls_x509_privkey_cpy(3) β API function
gnutls_x509_privkey_deinit(3) β API function
gnutls_x509_privkey_export(3) β API function
gnutls_x509_privkey_export2(3) β API function
gnutls_x509_privkey_export2_pkcs8(3) β API function
gnutls_x509_privkey_export_dsa_raw(3) β API function
gnutls_x509_privkey_export_ecc_raw(3) β API function
gnutls_x509_privkey_export_gost_raw(3) β API function
gnutls_x509_privkey_export_pkcs8(3) β API function
gnutls_x509_privkey_export_rsa_raw(3) β API function
gnutls_x509_privkey_export_rsa_raw2(3) β API function
gnutls_x509_privkey_fix(3) β API function
gnutls_x509_privkey_generate(3) β API function
gnutls_x509_privkey_generate2(3) β API function
gnutls_x509_privkey_get_key_id(3) β API function
gnutls_x509_privkey_get_pk_algorithm(3) β API function
gnutls_x509_privkey_get_pk_algorithm2(3) β API function
gnutls_x509_privkey_get_seed(3) β API function
gnutls_x509_privkey_get_spki(3) β API function
gnutls_x509_privkey_import(3) β API function
gnutls_x509_privkey_import2(3) β API function
gnutls_x509_privkey_import_dh_raw(3) β API function
gnutls_x509_privkey_import_dsa_raw(3) β API function
gnutls_x509_privkey_import_ecc_raw(3) β API function
gnutls_x509_privkey_import_gost_raw(3) β API function
gnutls_x509_privkey_import_openssl(3) β API function
gnutls_x509_privkey_import_pkcs8(3) β API function
gnutls_x509_privkey_import_rsa_raw(3) β API function
gnutls_x509_privkey_import_rsa_raw2(3) β API function
gnutls_x509_privkey_init(3) β API function
gnutls_x509_privkey_sec_param(3) β API function
gnutls_x509_privkey_set_flags(3) β API function
gnutls_x509_privkey_set_pin_function(3) β API function
gnutls_x509_privkey_set_spki(3) β API function
gnutls_x509_privkey_sign_data(3) β API function
gnutls_x509_privkey_sign_hash(3) β API function
gnutls_x509_privkey_verify_params(3) β API function
gnutls_x509_privkey_verify_seed(3) β API function
gnutls_x509_rdn_get(3) β API function
gnutls_x509_rdn_get2(3) β API function
gnutls_x509_rdn_get_by_oid(3) β API function
gnutls_x509_rdn_get_oid(3) β API function
gnutls_x509_spki_deinit(3) β API function
gnutls_x509_spki_get_rsa_oaep_params(3) β API function
gnutls_x509_spki_get_rsa_pss_params(3) β API function
gnutls_x509_spki_init(3) β API function
gnutls_x509_spki_set_rsa_oaep_params(3) β API function
gnutls_x509_spki_set_rsa_pss_params(3) β API function
gnutls_x509_tlsfeatures_add(3) β API function
gnutls_x509_tlsfeatures_check_crt(3) β API function
gnutls_x509_tlsfeatures_deinit(3) β API function
gnutls_x509_tlsfeatures_get(3) β API function
gnutls_x509_tlsfeatures_init(3) β API function
gnutls_x509_trust_list_add_cas(3) β API function
gnutls_x509_trust_list_add_crls(3) β API function
gnutls_x509_trust_list_add_named_crt(3) β API function
gnutls_x509_trust_list_add_system_trust(3) β API function
gnutls_x509_trust_list_add_trust_dir(3) β API function
gnutls_x509_trust_list_add_trust_file(3) β API function
gnutls_x509_trust_list_add_trust_mem(3) β API function
gnutls_x509_trust_list_deinit(3) β API function
gnutls_x509_trust_list_get_issuer(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
gnutls_x509_trust_list_get_ptr(3) β API function
gnutls_x509_trust_list_init(3) β API function
gnutls_x509_trust_list_iter_deinit(3) β API function
gnutls_x509_trust_list_iter_get_ca(3) β API function
gnutls_x509_trust_list_remove_cas(3) β API function
gnutls_x509_trust_list_remove_trust_file(3) β API function
gnutls_x509_trust_list_remove_trust_mem(3) β API function
gnutls_x509_trust_list_set_getissuer_function(3) β API function
gnutls_x509_trust_list_set_ptr(3) β API function
gnutls_x509_trust_list_verify_crt(3) β API function
gnutls_x509_trust_list_verify_crt2(3) β API function
gnutls_x509_trust_list_verify_named_crt(3) β API function
grantpt(3) β grant access to the slave pseudoterminal
grantpt(3) β ΡΠ°Π·ΡΠ΅ΡΠ°Π΅Ρ Π΄ΠΎΡΡΡΠΏ Π΄Π»Ρ ΠΏΠΎΠ΄ΡΠΈΠ½ΡΠ½Π½ΠΎΠΌΡ ΠΏΡΠ΅Π²Π΄ΠΎΡΠ΅ΡΠΌΠΈΠ½Π°Π»Ρ
grantpt(3p)
group_member(3) β test whether a process is in a group
group_member(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΠΏΡΠΈΡΡΡΡΡΠ²ΠΈΠ΅ ΠΏΡΠΎΡΠ΅ΡΡΠ° Π² Π³ΡΡΠΏΠΏΠ΅
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
gsasl_check_version(3) β API function
gsasl_client_mechlist(3) β API function
gsasl_client_start(3) β API function
gsasl_client_suggest_mechanism(3) β API function
gsasl_client_support_p(3) β API function
gsasl_decode(3) β API function
gsasl_done(3) β API function
gsasl_encode(3) β API function
gsasl_finish(3) β API function
gsasl_free(3) β API function
gsasl_hash_length(3) β API function
gsasl_hex_from(3) β API function
gsasl_hex_to(3) β API function
gsasl_init(3) β API function
gsasl_mechanism_name(3) β API function
gsasl_mechanism_name_p(3) β API function
gsasl_nonce(3) β API function
gsasl_property_fast(3) β API function
gsasl_property_free(3) β API function
gsasl_property_get(3) β API function
gsasl_property_set(3) β API function
gsasl_property_set_raw(3) β API function
gsasl_random(3) β API function
gsasl_register(3) β API function
gsasl_saslprep(3) β API function
gsasl_scram_secrets_from_password(3) β API function
gsasl_scram_secrets_from_salted_password(3) β API function
gsasl_server_mechlist(3) β API function
gsasl_server_start(3) β API function
gsasl_server_support_p(3) β API function
gsasl_session_hook_get(3) β API function
gsasl_session_hook_set(3) β API function
gsasl_simple_getpass(3) β API function
gsasl_step(3) β API function
gsasl_step64(3) β API function
gsasl_strerror(3) β API function
gsasl_strerror_name(3) β API function
gsignal(3) β ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½Π°Ρ ΡΠ°Π±ΡΠΈΠΊΠ° ΡΠΈΠ³Π½Π°Π»ΠΎΠ²
gsignal(3) β software signal facility
gsl(3)
gsm(3) β GSM\ 06.10 lossy sound compression
gsm_explode(3) β GSM\ 06.10 supplementary
gsm_option(3) β customizing the GSM 06.10 implementation
gsm_print(3) β GSM\ 06.10 supplementary function for debugging
gstream-GSTREAM_DATE_STR(3)
gstream-GSTREAM_SUB_VERSION(3)
gstream-GSTREAM_VERSION(3)
gstream-GSTREAM_VERSION_STR(3)
gstream-cd_console(3)
gstream-cd_winconsole(3)
gstream-color(3)
gstream-get_bitmap(3)
gstream-get_color(3)
gstream-get_cursor_drawer(3)
gstream-get_cursor_h(3)
gstream-get_cursor_w(3)
gstream-get_dirty_rectangle_marker(3)
gstream-get_font(3)
gstream-get_input_approver(3)
gstream-get_input_error_handler(3)
gstream-get_insert_mode(3)
gstream-get_line_spacing(3)
gstream-get_margin(3)
gstream-get_tab_size(3)
gstream-get_x(3)
gstream-get_y(3)
gstream-goto_row(3)
gstream-goto_x(3)
gstream-goto_xy(3)
gstream-goto_y(3)
gstream-ia_allow_decimal(3)
gstream-ia_allow_everything(3)
gstream-ia_allow_hexadigits(3)
gstream-ia_allow_integer(3)
gstream-ia_allow_word_chars(3)
gstream-ia_block_spaces(3)
gstream-ieh_led_flasher(3)
gstream-ieh_never_complain(3)
gstream-insert(3)
gstream-line_spacing(3)
gstream-margin(3)
gstream-max_input_length(3)
gstream-move_row(3)
gstream-move_x(3)
gstream-move_xy(3)
gstream-move_y(3)
gstream-no_wrap(3)
gstream-operator(3)
gstream-overwrite(3)
gstream-remove_all_tabs(3)
gstream-remove_tab(3)
gstream-reset(3)
gstream-restore(3)
gstream-restore_input_approver(3)
gstream-row(3)
gstream-save_input_approver(3)
gstream-set_bitmap(3)
gstream-set_color(3)
gstream-set_cursor_blink(3)
gstream-set_cursor_dimensions(3)
gstream-set_cursor_drawer(3)
gstream-set_dirty_rectangle_marker(3)
gstream-set_font(3)
gstream-set_input_approver(3)
gstream-set_input_error_handler(3)
gstream-set_input_string(3)
gstream-set_insert_mode(3)
gstream-set_line_spacing(3)
gstream-set_margin(3)
gstream-set_max_input_length(3)
gstream-set_tab(3)
gstream-set_tab_size(3)
gstream-set_wrap(3)
gstream-tab_size(3)
gstream-wrap(3)
gstream-x(3)
gstream-y(3)
guestfs(3) β Library for accessing and modifying virtual machine images
guestfs-examples(3) β Examples of using libguestfs from C
guestfs-gobject(3) β How to use libguestfs with the GObject bindings
guestfs-java(3) β How to use libguestfs from Java
guestfs-ocaml(3) β How to use libguestfs from OCaml
guestfs-perl(3) β How to use libguestfs from Perl
guestfs-python(3) β How to use libguestfs from Python
gumbo.h(3)
gv(3lua)
gv(3perl)
gv(3python)
gv(3tcl)
gvc(3) β Graphviz context library
gvpr(3) β library for graph filtering
hal_add_funct_to_thread(3hal) β cause a function to be executed at regular intervals
hal_create_thread(3hal) β Create a HAL thread
hal_exit(3hal) β Shut down HAL
hal_export_funct(3hal) β create a realtime function callable from a thread
hal_init(3hal) β Sets up HAL and RTAPI
hal_malloc(3hal) β Allocate space in the HAL shared memory area
hal_param_alias(3hal) β create an alternate name for a param
hal_param_new(3hal) β creates a HAL parameter
hal_parport(3hal) β portable access to PC-style parallel ports
hal_pin_alias(3hal) β creates an alternate name for a pin
hal_pin_new(3hal) β creates a HAL pin
hal_port(3hal) β a HAL pin type that acts as an asynchronous one way byte stream
hal_ready(3hal) β indicates that this component is ready
hal_set_constructor(3hal) β sets the constructor function for this component
hal_set_lock(3hal) β Set or get the HAL lock level
hal_signal_new(3hal) β Manipulate HAL signals
hal_start_threads(3hal) β Allow HAL threads to begin executing
hal_stream(3hal) β non-blocking realtime streams
hal_type_t(3hal) β typedefs for HAL datatypes
hash(3) β hash database access method
hash(3) β ΠΌΠ΅ΡΠΎΠ΄ Π΄ΠΎΡΡΡΠΏΠ° ΠΊ Π±Π°Π·Π΅ Π΄Π°Π½Π½ΡΡ
Π°ΡΡΠΎΡΠΈΠ°ΡΠΈΠ²Π½ΡΡ
ΠΌΠ°ΡΡΠΈΠ²ΠΎΠ²
hash(3bobcat) β Various mapping template classes using hashing
hawkey(3) β Hawkey Documentation
hcreate(3p)
heapsort(3bsd) β sort functions
history(3) β GNU History Library
hivex(3) β Windows Registry hive extraction library
hmacbuf(3bobcat) β Computes HMAC Message Digests from information inserted into a
hnsdv_create_qp(3) β creates a HNS specific queue pair (QP)
hnsdv_is_supported(3) β Check whether an RDMA device implemented by the
hnsdv_query_device(3) β Query hns device specific attributes
ho_array(3) β libhocr array struct
ho_array.h(3) β libhocr C language header.
ho_bitmap(3) β libhocr bitmap struct
ho_bitmap.h(3) β libhocr C language header.
ho_dimentions.h(3) β libhocr C language header.
ho_font.h(3) β libhocr C language header.
ho_gtk.h(3) β libhocr C language header.
ho_layout(3) β libhocr layout struct
ho_layout.h(3) β libhocr C language header.
ho_obj(3) β libhocr object struct
ho_objlist(3) β libhocr object list struct
ho_objmap(3) β libhocr object map struct
ho_objmap.h(3) β libhocr C language header.
ho_pixbuf(3) β libhocr pixbuf map struct (copy gtk pixbuf)
ho_pixbuf.h(3) β libhocr C language header.
ho_recognize.h(3) β libhocr C language header.
ho_segment.h(3) β libhocr C language header.
ho_string(3) β libhocr string struct
ho_string.h(3) β libhocr C language header.
hocr(3) β the libhocr namespace.
hocr.h(3) β libhocr main C language header.
hocr_Hocr(3) β Hocr class.
hocrpp.h(3) β libhocr main C++ language header.
hostent(3bobcat) β Wrapper around a struct hostent
hostname(3bobcat) β Contains name/address info about a host
hsearch(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Π½Π°Π΄
hsearch(3) β hash table management
hspell(3) β Hebrew spellchecker (C API)
htonl(3p)
hugetlbfs_find_path(3)
hugetlbfs_test_path(3)
hugetlbfs_unlinked_fd(3)
humanize_number(3bsd) β format a number into a human readable form and viceversa
hunspell(3)
hwloc_distances_s(3)
hwloc_info_s(3)
hwloc_location(3)
hwloc_obj(3)
hwloc_obj_attr_u(3)
hwloc_obj_attr_u_hwloc_bridge_attr_s(3)
hwloc_obj_attr_u_hwloc_cache_attr_s(3)
hwloc_obj_attr_u_hwloc_group_attr_s(3)
hwloc_obj_attr_u_hwloc_numanode_attr_s(3)
hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s(3)
hwloc_obj_attr_u_hwloc_osdev_attr_s(3)
hwloc_obj_attr_u_hwloc_pcidev_attr_s(3)
hwloc_topology_cpubind_support(3)
hwloc_topology_diff_obj_attr_u(3)
hwloc_topology_diff_u(3)
hwloc_topology_discovery_support(3)
hwloc_topology_membind_support(3)
hwloc_topology_misc_support(3)
hwloc_topology_support(3)
hwlocality_advanced_io(3) β Finding I/O objects
hwlocality_amdsmi(3) β Interoperability with the AMD SMI Management Library
hwlocality_api_error_reporting(3) β Error reporting in the API
hwlocality_api_version(3) β API version
hwlocality_bitmap(3) β The bitmap API
hwlocality_configuration(3) β Topology Detection Configuration and Query
hwlocality_cpubinding(3) β CPU binding
hwlocality_cpukinds(3) β Kinds of CPU cores
hwlocality_creation(3) β Topology Creation and Destruction
hwlocality_cuda(3) β Interoperability with the CUDA Driver API
hwlocality_cudart(3) β Interoperability with the CUDA Runtime API
hwlocality_diff(3) β Topology differences
hwlocality_distances_add(3) β Add distances between objects
hwlocality_distances_consult(3) β Helpers for consulting distance matrices
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_topology_sets(3) β CPU and node sets of entire topologies
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(3) β Linux-specific helpers
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_setsource(3) β Changing the Source of Topology Discovery
hwlocality_shmem(3) β Sharing topologies between processes
hwlocality_syntheticexport(3) β Exporting Topologies to Synthetic
hwlocality_tinker(3) β Modifying a loaded Topology
hwlocality_windows(3) β Windows-specific helpers
hwlocality_xmlexport(3) β Exporting Topologies to XML
hypot(3) β ΡΡΠ½ΠΊΡΠΈΡ, Π²ΡΡΠΈΡΠ»ΡΡΡΠ°Ρ ΡΠ°ΡΡΡΠΎΡΠ½ΠΈΡ Π½Π° Π΅Π²ΠΊΠ»ΠΈΠ΄ΠΎΠ²ΠΎΠΉ
hypot(3) β Euclidean distance function
hypot(3p)
i2a_ASN1_STRING(3) β hexadecimal dump of an ASN.1 string
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
i2d_re_X509_tbs(3ossl) β X509 encode and decode functions
ibase64buf(3bobcat) β Input Filtering stream buffer doing base64 conversion
ibase64stream(3bobcat) β Std::istream performing base64 encoding and decoding
ibnd_discover_fabric(3) β initialize ibnetdiscover library.
ibnd_find_node_guid(3) β given a fabric object find the node object within it which matches the guid or directed route specified.
ibnd_iter_nodes(3) β given a fabric object and a function itterate over the nodes in the fabric.
ibv_advise_mr(3) β Gives advice or directions to the kernel about an
ibv_alloc_dm(3) β allocate or free a device memory buffer (DMs) and perform memory copy to or
ibv_alloc_dmah(3) β allocate a dma handle
ibv_alloc_mw(3) β allocate or deallocate a memory window (MW)
ibv_alloc_null_mr(3) β allocate a null memory region (MR)
ibv_alloc_parent_domain(3) β allocate and deallocate the parent domain object
ibv_alloc_pd(3) β allocate or deallocate a protection domain (PDs)
ibv_alloc_td(3) β allocate and deallocate thread domain object
ibv_attach_counters_point_flow(3) β attach individual counter
ibv_attach_mcast(3) β attach and detach a queue pair
ibv_bind_mw(3) β post a request to bind a type 1 memory window to a memory region
ibv_create_ah(3) β create or destroy an address handle (AH)
ibv_create_ah_from_wc(3) β initialize or create an
ibv_create_comp_channel(3) β create or
ibv_create_counters(3) β Create
ibv_create_cq(3) β create or destroy a completion queue (CQ)
ibv_create_cq_ex(3) β create a completion queue (CQ)
ibv_create_flow(3) β create or destroy flow steering rules
ibv_create_flow_action(3) β Flow action esp for verbs
ibv_create_qp(3) β create or destroy a queue pair (QP)
ibv_create_qp_ex(3) β create or destroy a queue pair (QP)
ibv_create_rwq_ind_table(3) β create or destroy a Receive Work Queue Indirection Table (RWQ IND TBL).
ibv_create_srq(3) β create or destroy a shared receive queue (SRQ)
ibv_create_srq_ex(3) β create or destroy a shared receive queue (SRQ)
ibv_create_wq(3) β create or destroy a Work Queue (WQ).
ibv_dm_export_dmabuf_fd(3) β export dmabuf fd for a given ibv_dm.
ibv_event_type_str(3) β Return string describing event_type enum value
ibv_fork_init(3) β initialize libibverbs to support fork()
ibv_get_async_event(3) β get or acknowledge asynchronous events
ibv_get_cq_event(3) β get and acknowledge completion queue (CQ) events
ibv_get_device_guid(3) β get an RDMA device\(cqs GUID
ibv_get_device_index(3) β get an RDMA device index
ibv_get_device_list(3) β get and release list of
ibv_get_device_name(3) β get an RDMA device\(cqs name
ibv_get_pkey_index(3) β obtain the index in the P_Key table of a P_Key
ibv_get_srq_num(3) β return srq number associated with the given shared
ibv_import_device(3) β import a device from a given command FD
ibv_import_dm(3) β import an DM from a given ibv_context
ibv_import_mr(3) β import an MR from a given ibv_pd
ibv_import_pd(3) β import a PD from a given ibv_context
ibv_inc_rkey(3) β creates a new rkey from the given one
ibv_is_fork_initialized(3) β check if fork support (ibv_fork_init) is
ibv_modify_cq(3) β modify a completion queue (CQ)
ibv_modify_qp(3) β modify the attributes of a queue pair (QP)
ibv_modify_qp_rate_limit(3) β modify the send rate limits 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) β open and close an RDMA device context
ibv_open_qp(3) β open a shareable queue pair (QP)
ibv_open_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_ops(3) β perform on a special shared receive queue (SRQ)
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 including extended
ibv_query_ece(3) β query ECE options.
ibv_query_gid(3) β query an InfiniBand port\(cqs GID table
ibv_query_gid_ex(3) β Query an InfiniBand port\(cqs GID table entry
ibv_query_gid_table(3) β query an InfiniBand device\(cqs GID table
ibv_query_pkey(3) β query an InfiniBand port\(cqs P_Key table
ibv_query_port(3) β query an RDMA port's attributes
ibv_query_port_speed(3) β query an RDMA port\(cqs effective bandwidth in
ibv_query_qp(3) β get the attributes of a queue pair (QP)
ibv_query_qp_data_in_order(3) β check if qp data is guaranteed to be in
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
ibv_rate_to_mult(3) β convert IB rate enumeration to multiplier of 2.5
ibv_read_counters(3) β Read counter values
ibv_reg_mr(3) β register or deregister a memory region (MR)
ibv_req_notify_cq(3) β request completion notification on a completion
ibv_rereg_mr(3) β re\-register a memory region (MR)
ibv_resize_cq(3) β resize a completion queue (CQ)
ibv_set_ece(3) β set ECE options and use them for QP configuration stage.
ibv_wr_post(3) β Manage regions allowed to
icamax(3f)
icmax1(3f)
iconv(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΊΠΎΠ΄ΠΈΡΠΎΠ²ΠΊΡ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
iconv(3) β perform character set conversion
iconv(3p)
iconv_close(3) β ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡ ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΡ ΠΊΠΎΠ΄ΠΈΡΠΎΠ²ΠΊΠΈ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
iconv_close(3) β deallocate descriptor for character set conversion
iconv_close(3p)
iconv_open(3) β allocate descriptor for character set conversion
iconv_open(3) β ΡΠΎΠ·Π΄Π°ΡΡ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡ ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΡ ΠΊΠΎΠ΄ΠΈΡΠΎΠ²ΠΊΠΈ Π½Π°Π±ΠΎΡΠ° ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
iconv_open(3p)
id_t(3type) β process/user/group identifier
idamax(3f)
ident(3) β query remote IDENT server
idn2_check_version(3) β API function
idn2_free(3) β API function
idn2_lookup_u8(3) β API function
idn2_lookup_ul(3) β API function
idn2_register_u8(3) β API function
idn2_register_ul(3) β API function
idn2_strerror(3) β API function
idn2_strerror_name(3) β API function
idn2_to_ascii_4i(3) β API function
idn2_to_ascii_4i2(3) β API function
idn2_to_ascii_4z(3) β API function
idn2_to_ascii_8z(3) β API function
idn2_to_ascii_lz(3) β API function
idn2_to_unicode_44i(3) β API function
idn2_to_unicode_4z4z(3) β API function
idn2_to_unicode_8z4z(3) β API function
idn2_to_unicode_8z8z(3) β API function
idn2_to_unicode_8zlz(3) β API function
idn2_to_unicode_lzlz(3) β API function
idn_free(3) β API function
idna_strerror(3) β API function
idna_to_ascii_4i(3) β API function
idna_to_ascii_4z(3) β API function
idna_to_ascii_8z(3) β API function
idna_to_ascii_lz(3) β API function
idna_to_unicode_44i(3) β API function
idna_to_unicode_4z4z(3) β API function
idna_to_unicode_8z4z(3) β API function
idna_to_unicode_8z8z(3) β API function
idna_to_unicode_8zlz(3) β API function
idna_to_unicode_lzlz(3) β API function
ieee1284_claim(3) β claim access to the port
ieee1284_close(3) β close an open port
ieee1284_ecp_fwd_to_rev(3) β ECP direction switching
ieee1284_find_ports(3) β find ports on the system
ieee1284_free_ports(3) β safely deallocate a port list
ieee1284_get_deviceid(3) β retrieve an IEEE 1284 Device ID
ieee1284_get_irq_fd(3) β interrupt notification
ieee1284_negotiate(3) β IEEE 1284 negotiation
ieee1284_nibble_read(3) β data transfer functions
ieee1284_open(3) β open a port
ieee1284_read_control(3) β manipulate control lines
ieee1284_read_data(3) β control the data lines
ieee1284_read_status(3) β analyse status lines
ieee1284_ref(3) β modify a port's reference count
ieee1284_release(3) β release a port
ieee1284_set_timeout(3) β modify inactivity timeout
ieeeck(3f)
if_freenameindex(3p)
if_indextoname(3p)
if_nameindex(3) β get network interface names and indexes
if_nameindex(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ ΠΈΠΌΠ΅Π½Π° ΡΠ΅ΡΠ΅Π²ΡΡ
ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡΠΎΠ² ΠΈ
if_nameindex(3p)
if_nametoindex(3) β ΡΠΎΠΎΡΠ²Π΅ΡΡΡΠ²ΠΈΠ΅ ΠΈΠΌΡΠ½ ΠΈ ΠΈΠ½Π΄Π΅ΠΊΡΠΎΠ² ΡΠ΅ΡΠ΅Π²ΡΡ
if_nametoindex(3) β mappings between network interface
if_nametoindex(3p)
ifdbuf(3bobcat) β Input stream buffer initialized by a file descriptor
ifdstream(3bobcat) β Input Stream initialized by a File Descriptor
ifilterbuf(3bobcat) β Filtering stream buffer initialized by a std::istream object
ifp.h(3) β An interface for iRiver's flash-based portable music players.
igraph(3) β a library for creating and manipulating graphs
ilaclc(3f)
ilaclr(3f)
iladiag(3f)
iladlc(3f)
iladlr(3f)
ilaenv(3f)
ilaprec(3f)
ilaslc(3f)
ilaslr(3f)
ilatrans(3f)
ilauplo(3f)
ilaver(3f)
ilazlc(3f)
ilazlr(3f)
ilogb(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΠ΅Π»ΠΎΡΠΈΡΠ»Π΅Π½Π½ΠΎΠΉ ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΡΠΈΡΠ»Π° Ρ
ilogb(3) β get integer exponent of a floating-point value
ilogb(3p)
im_w_of_z(3) β Faddeeva's rescaled complex error function
imaxabs(3p)
imaxdiv(3p)
immapstream(3bobcat) β Input Stream using mmap(2) through FBB::MmapBuf
indent(3bobcat) β Configurable text indentation
index(3) β locate character in string
index(3) β Π½Π°Ρ
ΠΎΠ΄ΡΡ ΠΌΠ΅ΡΡΠΎΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ ΡΠΈΠΌΠ²ΠΎΠ»Π° Π² ΡΡΡΠΎΠΊΠ΅
inet(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ Π°Π΄ΡΠ΅ΡΠ°ΠΌΠΈ ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ
inet(3) β Internet address manipulation routines
inet_addr(3p)
inet_net_pton(3) β Internet network number conversion
inet_net_pton(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ\ Π½ΠΎΠΌΠ΅Ρ ΡΠ΅ΡΠΈ ΠΠ½ΡΠ΅ΡΠ½Π΅ΡΠ°
inet_ntop(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ Π°Π΄ΡΠ΅ΡΠ° IPv4 ΠΈ IPv6 ΠΈΠ· Π΄Π²ΠΎΠΈΡΠ½ΠΎΠ³ΠΎ ΡΠΎΡΠΌΠ°ΡΠ° Π² ΡΠ΅ΠΊΡΡΠΎΠ²ΡΠΉ
inet_ntop(3) β convert IPv4 and IPv6 addresses from binary to text form
inet_ntop(3p)
inet_pton(3) β convert IPv4 and IPv6 addresses from text to binary form
inet_pton(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ Π°Π΄ΡΠ΅ΡΠ° IPv4 ΠΈ IPv6 ΠΈΠ· ΡΠ΅ΠΊΡΡΠΎΠ²ΠΎΠ³ΠΎ Π²ΠΈΠ΄Π° Π² Π΄Π²ΠΎΠΈΡΠ½ΡΠΉ
inetaddress(3bobcat) β Converting between host byte order and network byte order
init_selinuxmnt(3) β initialize the global variable selinux_mnt
initgroups(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ Π²ΡΠΏΠΎΠΌΠΎΠ³Π°ΡΠ΅Π»ΡΠ½ΡΠΉ Π³ΡΡΠΏΠΏΠΎΠ²ΠΎΠΉ ΡΠΏΠΈΡΠΎΠΊ Π΄ΠΎΡΡΡΠΏΠ°
initgroups(3) β initialize the supplementary group access list
initstate(3p)
inline_asm(3) β Inline Assembler Cookbook
inplace(3am) β emulate sed/perl/ruby in-place editing
insque(3) β Π΄ΠΎΠ±Π°Π²Π»ΡΠ΅Ρ/ΡΠ΄Π°Π»ΡΠ΅Ρ ΡΠ»Π΅ΠΌΠ΅Π½Ρ ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ
insque(3) β insert/remove an item from a queue
insque(3p)
install_tools(3) β Building and Installing the GNU Tool Chain
intN_t(3type) β fixed-width basic integer types
interrupt.h(3)
intmax_t(3type) β greatest-width basic integer types
intptr_t(3type) β integer types wide enough to hold pointers
intro(3) β Π²Π²Π΅Π΄Π΅Π½ΠΈΠ΅ Π² Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΡΠ½ΡΠ΅ ΡΡΠ½ΠΊΡΠΈΠΈ
intro(3) β introduction to library functions
intro(3hal) β Introduction to the HAL API
intro(3monocypher) β introduction to Monocypher
intro(3rtapi) β Introduction to the RTAPI API
inttypes.h(3)
io.h(3)
io_uring_buf_ring_add(3) β add buffers to a shared buffer ring
io_uring_buf_ring_advance(3) β advance index of provided buffer in buffer ring
io_uring_buf_ring_available(3) β return number of unconsumed provided ring buffer entries
io_uring_buf_ring_cq_advance(3) β advance index of provided buffer and CQ ring
io_uring_buf_ring_init(3) β Initialise a buffer ring
io_uring_buf_ring_mask(3) β Calculate buffer ring mask size
io_uring_check_version(3) β functions and macros to check the liburing version
io_uring_clone_buffers(3) β Clones registered buffers between rings
io_uring_clone_buffers_offset(3) β Clones registered buffers between rings
io_uring_close_ring_fd(3) β close a ring file descriptor and use it only via registered index
io_uring_cq_advance(3) β mark one or more io_uring completion events as consumed
io_uring_cq_eventfd_enabled(3) β check if eventfd notifications are enabled
io_uring_cq_eventfd_toggle(3) β toggle eventfd notifications on or off
io_uring_cq_has_overflow(3) β returns if there are overflow entries waiting to move to the CQ ring
io_uring_cq_ready(3) β returns number of unconsumed ready entries in the CQ ring
io_uring_cqe_get_data(3) β get user data for completion event
io_uring_cqe_get_data64(3) β get user data for completion event
io_uring_cqe_nr(3) β return the number of CQ ring slots consumed by a CQE
io_uring_cqe_seen(3) β mark io_uring completion event as consumed
io_uring_enable_rings(3) β enable a disabled ring
io_uring_for_each_cqe(3) β iterate pending completion events
io_uring_free_buf_ring(3) β register and free a buffer ring for provided buffers
io_uring_free_probe(3) β free probe instance
io_uring_get_events(3) β Flush outstanding requests to CQE ring
io_uring_get_probe(3) β get probe instance
io_uring_get_probe_ring(3) β get probe information from an existing ring
io_uring_get_sqe(3) β get the next available submission queue entry from the
io_uring_get_sqe128(3) β get the next available 128-byte submission queue entry
io_uring_major_version(3) β functions and macros to check the liburing version
io_uring_memory_size_params(3) β get memory size needed for a ring with params
io_uring_minor_version(3) β functions and macros to check the liburing version
io_uring_mlock_size(3) β get required memlock size for a ring
io_uring_mlock_size_params(3) β get required memlock size for a ring with params
io_uring_opcode_supported(3) β is op code supported?
io_uring_peek_batch_cqe(3) β check if an io_uring completion event is available
io_uring_peek_cqe(3) β check if an io_uring completion event is available
io_uring_prep_accept(3) β prepare an accept request
io_uring_prep_accept_direct(3) β prepare an accept request
io_uring_prep_bind(3) β prepare a bind request
io_uring_prep_cancel(3) β prepare a cancelation request
io_uring_prep_cancel64(3) β prepare a cancelation request
io_uring_prep_cancel_fd(3) β prepare a cancelation request
io_uring_prep_close(3) β prepare a file descriptor close request
io_uring_prep_close_direct(3) β prepare a file descriptor close request
io_uring_prep_cmd_discard(3) β prepare a discard command
io_uring_prep_cmd_getsockname(3) β prepare a getsockname or getpeername request
io_uring_prep_cmd_sock(3) β prepare a command request for a socket
io_uring_prep_connect(3) β prepare a connect request
io_uring_prep_epoll_ctl(3) β prepare an epoll_ctl request
io_uring_prep_epoll_wait(3) β prepare an epoll wait request
io_uring_prep_fadvise(3) β prepare a fadvise request
io_uring_prep_fadvise64(3) β prepare a fadvise request
io_uring_prep_fallocate(3) β prepare a fallocate request
io_uring_prep_fgetxattr(3) β prepare a request to get an
io_uring_prep_files_update(3) β prepare a registered file update request
io_uring_prep_fixed_fd_install(3) β prepare fixed file fd installation request
io_uring_prep_fsetxattr(3) β prepare a request to set an
io_uring_prep_fsync(3) β prepare an fsync request
io_uring_prep_ftruncate(3) β prepare an ftruncate request
io_uring_prep_futex_wait(3) β prepare a futex wait request
io_uring_prep_futex_waitv(3) β prepare a futex waitv request
io_uring_prep_futex_wake(3) β prepare a futex wake request
io_uring_prep_getxattr(3) β prepare a request to get an
io_uring_prep_link(3) β prepare a linkat request
io_uring_prep_link_timeout(3) β a timeout request for linked sqes
io_uring_prep_linkat(3) β prepare a linkat request
io_uring_prep_listen(3) β prepare a listen request
io_uring_prep_madvise(3) β prepare a madvise request
io_uring_prep_madvise64(3) β prepare a madvise request
io_uring_prep_mkdir(3) β prepare an mkdirat request
io_uring_prep_mkdirat(3) β prepare an mkdirat request
io_uring_prep_msg_ring(3) β send a message to another ring
io_uring_prep_msg_ring_cqe_flags(3) β send a message to another ring
io_uring_prep_msg_ring_fd(3) β send a direct descriptor to another ring
io_uring_prep_msg_ring_fd_alloc(3) β send a direct descriptor to another ring
io_uring_prep_multishot_accept(3) β prepare an accept request
io_uring_prep_multishot_accept_direct(3) β prepare an accept request
io_uring_prep_nop(3) β prepare a nop request
io_uring_prep_nop128(3) β prepare a nop request
io_uring_prep_open(3) β prepare an openat request
io_uring_prep_open_direct(3) β prepare an openat request
io_uring_prep_openat(3) β prepare an openat request
io_uring_prep_openat2(3) β prepare an openat2 request
io_uring_prep_openat2_direct(3) β prepare an openat2 request
io_uring_prep_openat_direct(3) β prepare an openat request
io_uring_prep_pipe(3) β prepare a pipe creation request
io_uring_prep_pipe_direct(3) β prepare a pipe creation request
io_uring_prep_poll_add(3) β prepare a poll request
io_uring_prep_poll_multishot(3) β prepare a poll request
io_uring_prep_poll_remove(3) β prepare a poll deletion request
io_uring_prep_poll_update(3) β update an existing poll request
io_uring_prep_provide_buffers(3) β prepare a provide buffers request
io_uring_prep_read(3) β prepare I/O read request
io_uring_prep_read_fixed(3) β prepare I/O read request with registered buffer
io_uring_prep_read_multishot(3) β prepare I/O read multishot request
io_uring_prep_readv(3) β prepare vector I/O read request
io_uring_prep_readv2(3) β prepare vector I/O read request with flags
io_uring_prep_readv_fixed(3) β prepare a vectored read using fixed buffers
io_uring_prep_recv(3) β prepare a recv request
io_uring_prep_recv_multishot(3) β prepare a recv request
io_uring_prep_recvmsg(3) β prepare a recvmsg request
io_uring_prep_recvmsg_multishot(3) β prepare a recvmsg request
io_uring_prep_remove_buffers(3) β prepare a remove buffers request
io_uring_prep_rename(3) β prepare a renameat request
io_uring_prep_renameat(3) β prepare a renameat request
io_uring_prep_send(3) β prepare a send request
io_uring_prep_send_bundle(3) β prepare a send request
io_uring_prep_send_set_addr(3) β set address details for send requests
io_uring_prep_send_zc(3) β prepare a zerocopy send request
io_uring_prep_send_zc_fixed(3) β prepare a zerocopy send request
io_uring_prep_sendmsg(3) β prepare a sendmsg request
io_uring_prep_sendmsg_zc(3) β prepare a sendmsg request
io_uring_prep_sendmsg_zc_fixed(3) β prepare a zero-copy sendmsg using fixed buffers
io_uring_prep_sendto(3) β prepare a send request
io_uring_prep_setxattr(3) β prepare a request to set an
io_uring_prep_shutdown(3) β prepare a shutdown request
io_uring_prep_socket(3) β prepare a socket creation request
io_uring_prep_socket_direct(3) β prepare a socket creation request
io_uring_prep_socket_direct_alloc(3) β prepare a socket creation request
io_uring_prep_splice(3) β prepare an splice request
io_uring_prep_statx(3) β prepare a statx request
io_uring_prep_symlink(3) β prepare a symlinkat request
io_uring_prep_symlinkat(3) β prepare a symlinkat request
io_uring_prep_sync_file_range(3) β prepare a sync_file_range request
io_uring_prep_tee(3) β prepare a tee request
io_uring_prep_timeout(3) β prepare a timeout request
io_uring_prep_timeout_remove(3) β prepare a request to update an existing timeout
io_uring_prep_timeout_update(3) β prepare a request to update an existing timeout
io_uring_prep_unlink(3) β prepare an unlinkat request
io_uring_prep_unlinkat(3) β prepare an unlinkat request
io_uring_prep_uring_cmd(3) β prepare a uring_cmd request
io_uring_prep_uring_cmd128(3) β prepare a uring_cmd request
io_uring_prep_waitid(3) β prepare a waitid request
io_uring_prep_write(3) β prepare I/O write request
io_uring_prep_write_fixed(3) β prepare I/O write request with registered buffer
io_uring_prep_writev(3) β prepare vector I/O write request
io_uring_prep_writev2(3) β prepare vector I/O write request with flags
io_uring_prep_writev_fixed(3) β prepare a vectored write using fixed buffers
io_uring_queue_exit(3) β tear down io_uring submission and completion queues
io_uring_queue_init(3) β setup io_uring submission and completion queues
io_uring_queue_init_mem(3) β setup io_uring submission and completion queues
io_uring_queue_init_params(3) β setup io_uring submission and completion queues
io_uring_queue_mmap(3) β mmap io_uring ring after setup
io_uring_recvmsg_cmsg_firsthdr(3)
io_uring_recvmsg_cmsg_nexthdr(3)
io_uring_recvmsg_name(3)
io_uring_recvmsg_out(3)
io_uring_recvmsg_payload(3)
io_uring_recvmsg_payload_length(3)
io_uring_recvmsg_validate(3)
io_uring_register_buf_ring(3) β register buffer ring for provided buffers
io_uring_register_buffers(3) β register buffers for fixed buffer operations
io_uring_register_buffers_sparse(3) β register buffers for fixed buffer operations
io_uring_register_buffers_tags(3) β register buffers for fixed buffer operations
io_uring_register_buffers_update_tag(3) β register buffers for fixed buffer operations
io_uring_register_clock(3) β set clock source for event waiting
io_uring_register_eventfd(3) β register an eventfd with a ring
io_uring_register_eventfd_async(3) β register an eventfd with a ring
io_uring_register_file_alloc_range(3) β set range for fixed file allocations
io_uring_register_files(3) β register file descriptors
io_uring_register_files_sparse(3) β register file descriptors
io_uring_register_files_tags(3) β register file descriptors
io_uring_register_files_update(3) β register file descriptors
io_uring_register_files_update_tag(3) β register file descriptors
io_uring_register_ifq(3) β register a zero-copy receive interface queue
io_uring_register_iowq_aff(3) β register async worker CPU affinities
io_uring_register_iowq_max_workers(3) β modify the maximum allowed async workers
io_uring_register_napi(3) β register NAPI busy poll settings
io_uring_register_personality(3) β register credentials with io_uring
io_uring_register_probe(3) β register probe with io_uring
io_uring_register_region(3) β register a memory region
io_uring_register_restrictions(3) β register restrictions with io_uring
io_uring_register_ring_fd(3) β register a ring file descriptor
io_uring_register_sync_cancel(3) β issue a synchronous cancelation request
io_uring_register_sync_msg(3) β send a synchronous message to another ring
io_uring_register_wait_reg(3) β register wait regions with io_uring
io_uring_resize_rings(3) β resize the SQ and CQ rings
io_uring_ring_dontfork(3) β prevent ring memory from being shared after fork
io_uring_set_iowait(3) β toggle of iowait usage when waiting on CQEs
io_uring_setup_buf_ring(3) β setup and register buffer ring for provided buffers
io_uring_sq_ready(3) β number of unconsumed or unsubmitted entries in the SQ ring
io_uring_sq_space_left(3) β free space in the SQ ring
io_uring_sqe_set_buf_group(3) β set buf group for submission queue event
io_uring_sqe_set_data(3) β set user data for submission queue event
io_uring_sqe_set_data64(3) β set user data for submission queue event
io_uring_sqe_set_flags(3) β set flags for submission queue entry
io_uring_sqring_wait(3) β wait for free space in the SQ ring
io_uring_submit(3) β submit requests to the submission queue
io_uring_submit_and_get_events(3) β submit requests to the submission queue and flush completions
io_uring_submit_and_wait(3) β submit requests to the submission queue and wait for completion
io_uring_submit_and_wait_min_timeout(3) β submit requests to the submission queue and
io_uring_submit_and_wait_reg(3) β Sets up and registers fixed wait regions
io_uring_submit_and_wait_timeout(3) β submit requests to the submission queue and
io_uring_unregister_buf_ring(3) β unregister a previously registered buffer ring
io_uring_unregister_buffers(3) β unregister buffers for fixed buffer operations
io_uring_unregister_eventfd(3) β register an eventfd with a ring
io_uring_unregister_files(3) β unregister file descriptors
io_uring_unregister_iowq_aff(3) β register async worker CPU affinities
io_uring_unregister_napi(3) β unregister NAPI busy poll settings
io_uring_unregister_personality(3) β unregister a personality from io_uring
io_uring_unregister_ring_fd(3) β unregister a ring file descriptor
io_uring_wait_cqe(3) β wait for one io_uring completion event
io_uring_wait_cqe_nr(3) β wait for one or more io_uring completion events
io_uring_wait_cqe_timeout(3) β wait for one io_uring completion event with timeout
io_uring_wait_cqes(3) β wait for one or more io_uring completion events
io_uring_wait_cqes_min_timeout(3) β wait for completions with both batch and normal timeout
iobuf(3bobcat) β streambuf allowing input and output operations
ioctl(3p)
iommapstream(3bobcat) β Input Stream using mmap(2) through FBB::MmapBuf
iostream(3bobcat) β Combines std::istream and std::ostream features
iovec(3type) β Vector I/O data structure
iparmq(3f)
iquotedprintablebuf(3bobcat) β Input Filtering stream buffer doing quoted printable conversions
iquotedprintablestream(3bobcat) β Std::istream performing quoted\-printable encoding and
irandstream(3bobcat) β Istream producing random numbers
is_context_customizable(3) β check whether SELinux context type is customizable by the administrator
is_selinux_enabled(3) β check whether SELinux is enabled
isalnum(3p)
isalpha(3) β character classification functions
isalpha(3) β ΡΡΠ½ΠΊΡΠΈΠΈ ΠΊΠ»Π°ΡΡΠΈΡΠΈΠΊΠ°ΡΠΈΠΈ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
isalpha(3p)
isamax(3f)
isascii(3p)
isastream(3p)
isatty(3) β test whether a file descriptor refers to a terminal
isatty(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠΊΠ°Π·ΡΠ²Π°Π΅Ρ Π»ΠΈ ΡΠ°ΠΉΠ»ΠΎΠ²ΡΠΉ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡ Π½Π° ΡΠ΅ΡΠΌΠΈΠ½Π°Π»
isatty(3p)
isblank(3p)
iscntrl(3p)
iscsi_context_free(3) β Release the memory of struct iscsi_context.
iscsi_context_log_func_set(3) β Set log handler function.
iscsi_context_log_priority_get(3) β Get log priority.
iscsi_context_log_priority_set(3) β Set log priority.
iscsi_context_new(3) β Create struct iscsi_context.
iscsi_context_userdata_get(3) β Get user data pointer.
iscsi_context_userdata_set(3) β Set user data pointer.
iscsi_default_iface_setup(3) β Setup default iSCSI interfaces.
iscsi_iface_dump_config(3) β Dump all configurations of specified iSCSI interface.
iscsi_iface_free(3) β Free the memory of 'struct iscsi_iface' pointer.
iscsi_iface_get(3) β Retrieve specified iSCSI interface.
iscsi_iface_hwaddress_get(3) β Retrieve hardware address of specified iSCSI interface
iscsi_iface_iname_get(3) β Retrieve initiator name of specified iSCSI interface
iscsi_iface_ipaddress_get(3) β Retrieve IP address of specified iSCSI interface
iscsi_iface_name_get(3) β Retrieve name of specified iSCSI interface
iscsi_iface_netdev_get(3) β Retrieve network device name of specified iSCSI interface
iscsi_iface_port_speed_get(3) β Retrieve network port speed of specified iSCSI interface
iscsi_iface_port_state_get(3) β Retrieve network port state of specified iSCSI interface
iscsi_iface_print_config(3) β Print all configurations of specified iSCSI interface to STDOUT.
iscsi_iface_transport_name_get(3) β Retrieve transport name of specified iSCSI interface
iscsi_ifaces_free(3) β Free the memory of 'struct iscsi_iface' pointer array
iscsi_ifaces_get(3) β Retrieve all iSCSI interfaces.
iscsi_is_default_iface(3) β Whether specified iSCSI interface is default interface.
iscsi_log_priority_str(3) β Convert log priority to string.
iscsi_node_conn_address_get(3) β Retrieve connection address of specified iSCSI node.
iscsi_node_conn_is_ipv6(3) β Check whether specified node is using ipv6 connection.
iscsi_node_conn_port_get(3) β Retrieve connection port of specified iSCSI node.
iscsi_node_dump_config(3) β Dump all configurations of specified iSCSI node.
iscsi_node_iface_name_get(3) β Retrieve interface name of specified iSCSI node.
iscsi_node_portal_get(3) β Retrieve connection portal of specified iSCSI node.
iscsi_node_print_config(3) β Print all configurations of specified iSCSI node to STDOUT.
iscsi_node_target_name_get(3) β Retrieve target name of specified iSCSI node.
iscsi_node_tpgt_get(3) β Retrieve target portal group tag of specified iSCSI node.
iscsi_nodes_free(3) β Free the memory of 'struct iscsi_node' pointer array
iscsi_nodes_get(3) β Retrieve all iSCSI nodes.
iscsi_session_abort_tmo_get(3) β Retrieve abort response timeout value of specified session
iscsi_session_address_get(3) β Retrieve iSCSI target address of specified session
iscsi_session_free(3) β Free the memory of 'struct iscsi_session'.
iscsi_session_get(3) β Retrieve specified iSCSI sessions.
iscsi_session_iface_get(3) β Retrieve iSCSI interface information of specified session
iscsi_session_lu_reset_tmo_get(3) β Retrieve logical unit timeout value of specified session
iscsi_session_password_get(3) β Retrieve authentication password of specified session.
iscsi_session_password_in_get(3) β Retrieve authentication password of specified session.
iscsi_session_persistent_address_get(3) β Retrieve iSCSI target persistent address of specified session
iscsi_session_persistent_port_get(3) β Retrieve iSCSI target persistent port of specified session
iscsi_session_port_get(3) β Retrieve iSCSI target port of specified session
iscsi_session_recovery_tmo_get(3) β Retrieve recovery timeout value of specified session
iscsi_session_sid_get(3) β Retrieve iSCSI session ID of specified session.
iscsi_session_target_name_get(3) β Retrieve iSCSI target name of specified session
iscsi_session_tgt_reset_tmo_get(3) β Retrieve target response timeout value of of specified session
iscsi_session_tpgt_get(3) β Retrieve target portal group tag of specified session
iscsi_session_username_get(3) β Retrieve authentication username of specified session.
iscsi_session_username_in_get(3) β Retrieve authentication username of specified session.
iscsi_sessions_free(3) β Free the memory of 'struct iscsi_session' pointer array
iscsi_sessions_get(3) β Retrieve all iSCSI sessions.
iscsi_strerror(3) β Convert error code to string.
isdigit(3p)
isfdtype(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΡΠΈΠΏ ΡΠ°ΠΉΠ»Π° ΡΠ°ΠΉΠ»ΠΎΠ²ΠΎΠ³ΠΎ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡΠ°
isfdtype(3) β test file type of a file descriptor
isfinite(3p)
isgraph(3p)
isgreater(3)
isgreater(3) β floating-point relational tests without exception for NaN
isgreater(3p)
isgreaterequal(3p)
isharedstream(3bobcat) β std::istream operations on shared memory
isinf(3p)
isless(3p)
islessequal(3p)
islessgreater(3p)
islower(3p)
isnan(3p)
isnormal(3p)
isprint(3p)
ispunct(3p)
isspace(3p)
isunordered(3p)
isupper(3p)
iswalnum(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΡΡΠΎ\-Π±ΡΠΊΠ²Π΅Π½Π½ΡΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ
iswalnum(3) β test for alphanumeric wide character
iswalnum(3p)
iswalpha(3) β test for alphabetic wide character
iswalpha(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ Π°Π»ΡΠ°Π²ΠΈΡΠ½ΡΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ
iswalpha(3p)
iswblank(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΠΏΡΠΎΠ±Π΅Π»ΡΠ½ΡΠΌ (whitespace) ΡΠΈΡΠΎΠΊΠΈΠΌ
iswblank(3) β test for whitespace wide character
iswblank(3p)
iswcntrl(3) β test for control wide character
iswcntrl(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΏΡΠ°Π²Π»ΡΡΡΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ
iswcntrl(3p)
iswctype(3) β ΠΊΠ»Π°ΡΡΠΈΡΠΈΡΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠ΅ ΡΠΈΠΌΠ²ΠΎΠ»Ρ
iswctype(3) β wide-character classification
iswctype(3p)
iswdigit(3) β test for decimal digit wide character
iswdigit(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ Π΄Π΅ΡΡΡΠΈΡΠ½ΠΎΠΉ ΡΠΈΡΡΡ
iswdigit(3p)
iswgraph(3) β test for graphic wide character
iswgraph(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π³ΡΠ°ΡΠΈΡΠ΅ΡΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ
iswgraph(3p)
iswlower(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ Π² Π½ΠΈΠΆΠ½Π΅ΠΌ ΡΠ΅Π³ΠΈΡΡΡΠ΅
iswlower(3) β test for lowercase wide character
iswlower(3p)
iswprint(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΏΠ΅ΡΠ°ΡΠ½ΡΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ
iswprint(3) β test for printing wide character
iswprint(3p)
iswpunct(3) β test for punctuation or symbolic wide character
iswpunct(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ Π΄Π°Π½Π½ΡΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ ΠΏΡΠ½ΠΊΡΡΠ°ΡΠΈΠΈ
iswpunct(3p)
iswspace(3) β test for whitespace wide character
iswspace(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΠΏΡΠΎΠ±Π΅Π»ΡΠ½ΡΠΌ (whitespace) ΡΠΈΡΠΎΠΊΠΈΠΌ
iswspace(3p)
iswupper(3) β test for uppercase wide character
iswupper(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ Π² Π²Π΅ΡΡ
Π½Π΅ΠΌ ΡΠ΅Π³ΠΈΡΡΡΠ΅
iswupper(3p)
iswxdigit(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΡΠΈΠΌΠ²ΠΎΠ» ΡΠΈΡΠΎΠΊΠΈΠΌ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠΌ ΡΠ΅ΡΡΠ½Π°Π΄ΡΠ°ΡΠ΅ΡΠΈΡΠ½ΠΎΠΉ
iswxdigit(3) β test for hexadecimal digit wide character
iswxdigit(3p)
isxdigit(3p)
isymcryptstream(3bobcat) β Istream performing symmetric en/decryption
isymcryptstreambuf(3bobcat) β Streambuf performing symmetric en/decryption
iterator(3bobcat) β Iterator returning plain values when dereferenced
itimerspec(3type) β interval for a timer with nanosecond precision
iv_event(3) β manage ivykis objects for event notification
iv_event_raw(3) β manage ivykis objects for event notification
iv_examples(3) β ivykis examples
iv_fatal(3) β ivykis fatal error condition handling
iv_fd(3) β deal with ivykis file descriptors
iv_fd_pump(3) β pump data between file descriptors
iv_init(3) β initialise and deinitialise ivykis
iv_inotify(3) β ivykis
iv_main(3) β enter the ivykis main loop
iv_popen(3)
iv_quit(3) β signal ivykis to exit the main loop
iv_signal(3) β ivykis signal handling
iv_task(3) β deal with ivykis tasks
iv_thread(3) β ivykis thread convenience
iv_time(3) β ivykis time handling
iv_timer(3) β deal with ivykis timers
iv_tls(3) β thread-local storage handling for ivykis modules
iv_wait(3) β ivykis
iv_work(3) β ivykis
ivykis(3) β library for asynchronous I/O readiness notification
izamax(3f)
izmax1(3f)
j0(3) β ΡΡΠ½ΠΊΡΠΈΠΈ ΠΠ΅ΡΡΠ΅Π»Ρ ΠΏΠ΅ΡΠ²ΠΎΠ³ΠΎ ΡΠΎΠ΄Π°
j0(3)
j0(3p)
jemalloc(3) β general purpose memory allocation functions
jitterentropy(3) β CPU Jitter Random Number Generator
jose_b64(3) β URL-safe Base64 Encoding & Decoding.
jose_cfg(3) β JosΓ© Configuration.
jose_io(3) β IO Chaining.
jose_io_t(3) β The interface for chained IO.
jose_jwe(3) β JSON Web Encryption (RFC 7516)
jose_jwk(3) β JSON Web Keys (RFC 7517)
jose_jws(3) β JSON Web Signature (RFC 7515)
joystick_close(3) β close a joystick
joystick_getaxis(3) β query the current state of a joystick.
joystick_getnumaxes(3) β query the capabilities of a joystick
joystick_init(3) β open a joystick
joystick_sethandler(3) β set the joystick event handler.
joystick_update(3) β query joysticks for status changes
jrand48(3p)
kbuffer_alloc(3) β Creating of kbuffer element to parse the Linux kernel tracing ring buffer
kbuffer_read_event(3) β Functions to read through the kbuffer sub buffer.
kbuffer_timestamp(3) β Functions that read various data of a kbuffer descriptor
key_defined(3x)
key_setsecret(3) β Π²Π·Π°ΠΈΠΌΠΎΠ΄Π΅ΠΉΡΡΠ²ΠΈΠ΅ Ρ rpc\-ΡΠ»ΡΠΆΠ±ΠΎΠΉ ΡΠ΅ΡΠ²Π΅ΡΠ° ΠΊΠ»ΡΡΠ΅ΠΉ
key_setsecret(3) β interfaces to rpc keyserver daemon
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) β initialize the keyboard to raw mode
keyboard_keypressed(3) β check if a key is pressed when in raw keyboard mode
keyboard_seteventhandler(3) β define an event handler for keyboard events in raw mode
keyboard_translatekeys(3) β modify scancode mappings in raw keyboard mode
keyboard_update(3) β process raw keyboard events
keybound(3x)
keyctl(3) β key management function wrappers
keyctl_capabilities(3) β Query subsystem capabilities
keyctl_chown(3) β change the ownership of a key
keyctl_clear(3) β clear a keyring
keyctl_describe(3) β describe a key
keyctl_dh_compute(3) β Compute a Diffie-Hellman shared secret or public key
keyctl_get_keyring_ID(3) β get the ID of a special keyring
keyctl_get_persistent(3) β get the persistent keyring for a user
keyctl_get_security(3) β retrieve a key's security context
keyctl_instantiate(3) β key instantiation functions
keyctl_invalidate(3) β invalidate a key
keyctl_join_session_keyring(3) β join a different session keyring
keyctl_link(3) β link/unlink a key to/from a keyring
keyctl_move(3) β Move a key between keyrings
keyctl_pkey_encrypt(3) β Encrypt and decrypt data
keyctl_pkey_query(3) β Query public key parameters
keyctl_pkey_sign(3) β Generate and verify signatures
keyctl_read(3) β read a key
keyctl_restrict_keyring(3) β restrict keys that may be linked to a keyring
keyctl_revoke(3) β revoke a key
keyctl_search(3) β search a keyring for a key
keyctl_session_to_parent(3) β set the parent process's session keyring
keyctl_set_reqkey_keyring(3) β set the implicit destination keyring
keyctl_set_timeout(3) β set the expiration timer on a key
keyctl_setperm(3) β change the permissions mask on a key
keyctl_update(3) β update a key
keyctl_watch_key(3) β Watch for changes to a key
keyok(3x)
kill(3p)
killpg(3) β ΠΏΠΎΡΠ»Π°ΡΡ ΡΠΈΠ³Π½Π°Π» Π³ΡΡΠΏΠΏΠ΅ ΠΏΡΠΎΡΠ΅ΡΡΠΎΠ²
killpg(3) β send signal to a process group
killpg(3p)
knet_addrtostr(3) β Convert an address to a host name.
knet_get_compress_list(3) β Get a list of support compression types.
knet_get_crypto_list(3) β Get a list of supported crypto libraries.
knet_get_transport_id_by_name(3) β Get a transport ID from its name.
knet_get_transport_list(3) β Get a list of the transports support by this build of knet.
knet_get_transport_name_by_id(3) β Get a transport name from its ID number.
knet_handle_add_datafd(3) β Install a file descriptor for communication.
knet_handle_clear_stats(3) β Clear knet stats, link and/or handle.
knet_handle_compress(3) β Set up packet compression.
knet_handle_crypto(3) β set up packet cryptographic signing & encryption
knet_handle_crypto_rx_clear_traffic(3) β enable or disable RX processing of clear (unencrypted) traffic
knet_handle_crypto_set_config(3) β set up packet cryptographic signing & encryption
knet_handle_crypto_use_config(3) β specify crypto configuration to use for TX
knet_handle_enable_access_lists(3) β Enable or disable usage of access lists (default: off).
knet_handle_enable_filter(3) β install a filter to route packets
knet_handle_enable_pmtud_notify(3) β install a callback to receive PMTUd changes
knet_handle_enable_sock_notify(3) β Register a callback to receive socket events.
knet_handle_free(3) β Destroy a knet handle, free all resources.
knet_handle_get_channel(3) β Get the channel associated with a file descriptor.
knet_handle_get_datafd(3) β Get the file descriptor associated with a channel.
knet_handle_get_stats(3) β Get statistics for compression & crypto.
knet_handle_get_transport_reconnect_interval(3) β Get the interval between transport attempts to reconnect a failed link.
knet_handle_new(3) β knet_handle_new_ex with flags = KNET_HANDLE_FLAG_PRIVILEGED.
knet_handle_new_ex(3) β create a new instance of a knet handle
knet_handle_pmtud_get(3) β Get the current data MTU.
knet_handle_pmtud_getfreq(3) β Get the interval between PMTUd scans.
knet_handle_pmtud_set(3) β Set the current interface MTU.
knet_handle_pmtud_setfreq(3) β Set the interval between PMTUd scans.
knet_handle_remove_datafd(3) β Remove a file descriptor from knet.
knet_handle_set_transport_reconnect_interval(3) β Set the interval between transport attempts to reconnect a failed link.
knet_handle_setfwd(3) β Start packet forwarding.
knet_handle_setprio_dscp(3) β Use dscp for IP_TOS on socket to implement KNET_LINK_FLAG_TRAFFICHIPRIO.
knet_host_add(3) β Add a new host ID to knet.
knet_host_enable_status_change_notify(3) β Install a callback to get host status change events.
knet_host_get_host_list(3) β Get a list of hosts known to knet.
knet_host_get_id_by_host_name(3) β Get the ID of a host given its name.
knet_host_get_name_by_host_id(3) β Get the name of a host given its ID.
knet_host_get_policy(3) β Get the switching policy for a host's links.
knet_host_get_status(3) β Get the status of a host.
knet_host_remove(3) β Remove a host ID from knet.
knet_host_set_name(3) β Set the name of a knet host.
knet_host_set_policy(3) β Set the switching policy for a host's links.
knet_link_add_acl(3) β Add access list entry to an open link.
knet_link_clear_acl(3) β Remove all access list entries from an open link.
knet_link_clear_config(3) β Clear link information and disconnect the link.
knet_link_get_config(3) β Get the link configutation information.
knet_link_get_enable(3) β Find out whether a link is enabled or not.
knet_link_get_link_list(3) β Get a list of links connecting a host.
knet_link_get_ping_timers(3) β Get the ping timers for a link.
knet_link_get_pong_count(3) β Get the pong count for a link.
knet_link_get_priority(3) β Get the priority for a link.
knet_link_get_status(3) β Get the status (and statistics) for a link.
knet_link_insert_acl(3) β Insert access list entry to an open link at given index.
knet_link_rm_acl(3) β Remove access list entry from an open link.
knet_link_set_config(3) β Configure the link to a host.
knet_link_set_enable(3) β Enable traffic on a link.
knet_link_set_ping_timers(3) β Set the ping timers for a link.
knet_link_set_pong_count(3) β Set the pong count for a link.
knet_link_set_priority(3) β Set the priority for a link.
knet_log_get_loglevel(3) β Get the logging level for a subsystem.
knet_log_get_loglevel_id(3) β Get a logging level ID from its name.
knet_log_get_loglevel_name(3) β Get a logging level name from its numeric ID.
knet_log_get_subsystem_id(3) β Get a logging system ID from its name.
knet_log_get_subsystem_name(3) β Get a logging system name from its numeric ID.
knet_log_set_loglevel(3) β Set the logging level for a subsystem.
knet_recv(3) β Receive data from knet nodes.
knet_send(3) β Send data to knet nodes.
knet_send_sync(3) β Synchronously send data to knet nodes.
knet_strtoaddr(3) β Convert a hostname string to an address.
l64a(3p)
labs(3p)
lapack(3f)
laputa(3) β the simple API
largedemo(3) β A more sophisticated projectThis project extends the basic idea of the simple project to control a LED with a PWM output, but adds methods to adjust the LED brightness. It employs a lot of the basic concepts of avr-libc to achieve that goal.
lber-decode(3) β OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding
lber-encode(3) β OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding
lber-memory(3) β OpenLDAP LBER memory allocators
lber-sockbuf(3) β OpenLDAP LBER I/O infrastructure
lber-types(3) β OpenLDAP LBER types and allocation functions
lchown(3p)
lcong48(3p)
lconv(3type) β numeric formatting information
ldap(3) β OpenLDAP Lightweight Directory Access Protocol API
ldap_abandon(3) β Abandon an LDAP operation in progress
ldap_add(3) β Perform an LDAP add operation
ldap_bind(3) β LDAP bind routines
ldap_compare(3) β Perform an LDAP compare operation.
ldap_controls(3) β LDAP control manipulation routines
ldap_delete(3) β Perform an LDAP delete operation.
ldap_dup(3) β Duplicate and destroy LDAP session handles
ldap_error(3) β LDAP protocol error handling routines
ldap_extended_operation(3) β Extends the LDAP operations to the LDAP server.
ldap_first_attribute(3) β step through LDAP entry attributes
ldap_first_entry(3) β LDAP result entry parsing and counting routines
ldap_first_message(3) β Stepping through messages in a result chain
ldap_first_reference(3) β Stepping through continuation references in a result chain
ldap_get_dn(3) β LDAP DN handling routines
ldap_get_option(3) β LDAP option handling routines
ldap_get_values(3) β LDAP attribute value handling routines
ldap_memory(3) β LDAP memory allocation routines
ldap_modify(3) β Perform an LDAP modify operation
ldap_modrdn(3) β Perform an LDAP modify RDN operation
ldap_open(3) β Initialize the LDAP library and open a connection to an LDAP server
ldap_parse_reference(3) β Extract referrals and controls from a reference message
ldap_parse_result(3) β Parsing results
ldap_parse_sort_control(3) β Decode the information returned from a search operation that used a server-side sort control
ldap_parse_vlv_control(3) β Decode the information returned from a search operation that used a VLV (virtual list view) control
ldap_rename(3) β Renames the specified entry.
ldap_result(3) β Wait for the result of an LDAP operation
ldap_schema(3) β Schema definition handling routines
ldap_search(3) β Perform an LDAP search operation
ldap_sort(3) β LDAP sorting routines (deprecated)
ldap_sync(3) β LDAP sync routines
ldap_tls(3) β LDAP TLS initialization routines
ldap_url(3) β LDAP Uniform Resource Locator routines
ldb(3) β A light\-weight database library
ldc(3bobcat) β Converts (large) digital values to characters
ldexp(3) β ΡΠΌΠ½ΠΎΠΆΠ°Π΅Ρ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ Π½Π° 2 Π² ΡΡΠ΅ΠΏΠ΅Π½ΠΈ
ldexp(3) β multiply floating-point number by integral power of 2
ldexp(3p)
ldiv(3p)
ldiv_t(3)
ldns_algorithm(3) β numbers assigned to algorithms used in dns
ldns_axfr_abort(3) β functions for full zone transfer
ldns_axfr_complete(3) β functions for full zone transfer
ldns_axfr_last_pkt(3) β functions for full zone transfer
ldns_axfr_next(3) β functions for full zone transfer
ldns_axfr_start(3) β functions for full zone transfer
ldns_b32_ntop_calculate_size(3) β return size needed for b32 or b64 encoded or decoded data
ldns_b32_pton_calculate_size(3) β return size needed for b32 or b64 encoded or decoded data
ldns_b64_ntop_calculate_size(3) β return size needed for b32 or b64 encoded or decoded data
ldns_b64_pton_calculate_size(3) β return size needed for b32 or b64 encoded or decoded data
ldns_bget_token(3) β get tokens from buffers
ldns_bgetc(3) β get tokens from buffers
ldns_bskipcs(3) β get tokens from buffers
ldns_bubblebabble(3) β encode data as BubbleBabble
ldns_buffer(3) β buffers
ldns_buffer2pkt_wire(3) β convert buffer/wire format to ldns_pkt
ldns_buffer2str(3) β buffers
ldns_buffer_at(3) β buffer limits and pointers
ldns_buffer_available(3) β check buffer status
ldns_buffer_available_at(3) β check buffer status
ldns_buffer_begin(3) β buffer limits and pointers
ldns_buffer_capacity(3) β buffer limits and pointers
ldns_buffer_clear(3) β buffers
ldns_buffer_copy(3) β buffers
ldns_buffer_current(3) β buffer limits and pointers
ldns_buffer_end(3) β buffer limits and pointers
ldns_buffer_export(3) β buffers
ldns_buffer_export2str(3) β buffers
ldns_buffer_flip(3) β buffer positioning
ldns_buffer_free(3) β buffers
ldns_buffer_limit(3) β buffer limits and pointers
ldns_buffer_new(3) β buffers
ldns_buffer_new_frm_data(3) β buffers
ldns_buffer_position(3) β buffer positioning
ldns_buffer_printf(3) β buffers
ldns_buffer_read(3) β reading and writing buffers
ldns_buffer_read_at(3) β reading and writing buffers
ldns_buffer_read_u16(3) β reading and writing buffers
ldns_buffer_read_u16_at(3) β reading and writing buffers
ldns_buffer_read_u32(3) β reading and writing buffers
ldns_buffer_read_u32_at(3) β reading and writing buffers
ldns_buffer_read_u8(3) β reading and writing buffers
ldns_buffer_read_u8_at(3) β reading and writing buffers
ldns_buffer_remaining(3) β check buffer status
ldns_buffer_remaining_at(3) β check buffer status
ldns_buffer_reserve(3) β buffer limits and pointers
ldns_buffer_rewind(3) β buffer positioning
ldns_buffer_set_capacity(3) β buffer limits and pointers
ldns_buffer_set_limit(3) β buffer limits and pointers
ldns_buffer_set_position(3) β buffer positioning
ldns_buffer_skip(3) β buffer positioning
ldns_buffer_status(3) β check buffer status
ldns_buffer_status_ok(3) β check buffer status
ldns_buffer_write(3) β reading and writing buffers
ldns_buffer_write_at(3) β reading and writing buffers
ldns_buffer_write_string(3) β reading and writing buffers
ldns_buffer_write_string_at(3) β reading and writing buffers
ldns_buffer_write_u16(3) β reading and writing buffers
ldns_buffer_write_u16_at(3) β reading and writing buffers
ldns_buffer_write_u32(3) β reading and writing buffers
ldns_buffer_write_u32_at(3) β reading and writing buffers
ldns_buffer_write_u8(3) β reading and writing buffers
ldns_buffer_write_u8_at(3) β reading and writing buffers
ldns_calc_keytag(3) β calculate ldns keytag
ldns_calc_keytag_raw(3) β calculate ldns keytag
ldns_create_nsec(3) β Create a NSEC record
ldns_dane_cert2rdf(3) β TLSA RR creation functions
ldns_dane_create_tlsa_owner(3) β TLSA RR creation functions
ldns_dane_create_tlsa_rr(3) β TLSA RR creation functions
ldns_dane_select_certificate(3) β TLSA RR creation functions
ldns_dane_verify(3) β TLSA RR verification functions
ldns_dane_verify_rr(3) β TLSA RR verification functions
ldns_dname2canonical(3) β canonicalize dname
ldns_dname_cat(3) β concatenate two dnames
ldns_dname_cat_clone(3) β concatenate two dnames
ldns_dname_compare(3) β compare two dnames
ldns_dname_interval(3) β compare two dnames
ldns_dname_is_subdomain(3) β check properties of dnames
ldns_dname_label(3) β check properties of dnames
ldns_dname_label_count(3) β dname label functions
ldns_dname_left_chop(3) β dname label functions
ldns_dname_new(3) β create a dname
ldns_dname_new_frm_data(3) β create a dname
ldns_dname_new_frm_str(3) β create a dname
ldns_dname_str_absolute(3) β check properties of dnames
ldns_dnssec_build_data_chain(3) β ldns_chain creation, destruction and printing
ldns_dnssec_data_chain(3) β data structures for validation chains
ldns_dnssec_data_chain_deep_free(3) β ldns_chain creation, destruction and printing
ldns_dnssec_data_chain_free(3) β ldns_chain creation, destruction and printing
ldns_dnssec_data_chain_new(3) β ldns_chain creation, destruction and printing
ldns_dnssec_data_chain_print(3) β ldns_chain creation, destruction and printing
ldns_dnssec_data_chain_struct(3) β data structures for validation chains
ldns_dnssec_derive_trust_tree(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_derive_trust_tree_dnskey_rrset(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_derive_trust_tree_ds_rrset(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_derive_trust_tree_no_sig(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_derive_trust_tree_normal_rrset(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_name(3) β data structures
ldns_dnssec_name_add_rr(3) β functions for ldns_dnssec_name
ldns_dnssec_name_cmp(3) β functions for ldns_dnssec_name
ldns_dnssec_name_find_rrset(3) β functions for ldns_dnssec_name
ldns_dnssec_name_free(3) β functions for ldns_dnssec_name
ldns_dnssec_name_name(3) β functions for ldns_dnssec_name
ldns_dnssec_name_new(3) β functions for ldns_dnssec_name
ldns_dnssec_name_new_frm_rr(3) β functions for ldns_dnssec_name
ldns_dnssec_name_node_next_nonglue(3) β sign ldns_dnssec_zone
ldns_dnssec_name_print(3) β functions for ldns_dnssec_name
ldns_dnssec_name_set_name(3) β functions for ldns_dnssec_name
ldns_dnssec_name_set_nsec(3) β functions for ldns_dnssec_name
ldns_dnssec_remove_signatures(3) β sign ldns_dnssec_zone
ldns_dnssec_rrs(3) β data structures
ldns_dnssec_rrs_add_rr(3) β functions for ldns_dnssecrrs
ldns_dnssec_rrs_free(3) β functions for ldns_dnssecrrs
ldns_dnssec_rrs_new(3) β functions for ldns_dnssecrrs
ldns_dnssec_rrs_print(3) β functions for ldns_dnssecrrs
ldns_dnssec_rrsets(3) β data structures
ldns_dnssec_rrsets_add_rr(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_rrsets_free(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_rrsets_new(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_rrsets_print(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_rrsets_set_type(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_rrsets_type(3) β functions for ldns_dnssec_rrsets
ldns_dnssec_trust_tree(3) β data structures for validation chains
ldns_dnssec_trust_tree_add_parent(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_contains_keys(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_depth(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_free(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_new(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_print(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_trust_tree_print_sm(3) β functions for ldns_dnssec_trust_tree
ldns_dnssec_verify_denial(3) β verify denial of existence
ldns_dnssec_verify_denial_nsec3(3) β verify denial of existence
ldns_dnssec_zone(3) β data structures
ldns_dnssec_zone_add_empty_nonterminals(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_add_rr(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_create_nsecs(3) β sign ldns_dnssec_zone
ldns_dnssec_zone_create_rrsigs(3) β sign ldns_dnssec_zone
ldns_dnssec_zone_find_rrset(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_free(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_mark_glue(3) β sign ldns_dnssec_zone
ldns_dnssec_zone_names_print(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_new(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_print(3) β functions for ldns_dnssec_zone
ldns_dnssec_zone_sign(3) β sign ldns_dnssec_zone
ldns_dnssec_zone_sign_nsec3(3) β sign ldns_dnssec_zone
ldns_duration2string(3) β duration type and related functions
ldns_duration2time(3) β duration type and related functions
ldns_duration_cleanup(3) β duration type and related functions
ldns_duration_compare(3) β duration type and related functions
ldns_duration_create(3) β duration type and related functions
ldns_duration_create_from_string(3) β duration type and related functions
ldns_duration_type(3) β duration type and related functions
ldns_fget_token(3) β get tokens from files
ldns_fskipcs(3) β get tokens from files
ldns_get_errorstr_by_id(3) β errors
ldns_get_rr_class_by_name(3) β lookup class or type by name
ldns_get_rr_list_addr_by_name(3) β get addresses by name or names by address
ldns_get_rr_list_hosts_frm_file(3) β parse /etc/hosts file
ldns_get_rr_list_hosts_frm_fp(3) β parse /etc/hosts file
ldns_get_rr_list_hosts_frm_fp_l(3) β parse /etc/hosts file
ldns_get_rr_list_name_by_addr(3) β get addresses by name or names by address
ldns_get_rr_type_by_name(3) β lookup class or type by name
ldns_getaddrinfo(3) β mimic libc getaddrinfo
ldns_init_random(3) β seed the random function
ldns_is_rrset(3) β is rr_list a rrset
ldns_key(3) β ldns_key data structure
ldns_key2buffer_str(3) β lower level conversions
ldns_key2rr(3) β convert ldns_key to rr
ldns_key2str(3) β functions for conversions to string
ldns_key_algo_supported(3) β set ldns_key attributes
ldns_key_algorithm(3) β read ldns_keys
ldns_key_buf2dsa(3) β convert buffer to openssl key
ldns_key_buf2rsa(3) β convert buffer to openssl key
ldns_key_deep_free(3) β free a ldns_key
ldns_key_dsa_key(3) β read ldns_keys
ldns_key_expiration(3) β read ldns_keys
ldns_key_flags(3) β read ldns_keys
ldns_key_free(3) β free a ldns_key
ldns_key_hmac_key(3) β read ldns_keys
ldns_key_inception(3) β read ldns_keys
ldns_key_keytag(3) β read ldns_keys
ldns_key_list_free(3) β free a ldns_key
ldns_key_list_key(3) β read ldns_keys
ldns_key_list_key_count(3) β read ldns_keys
ldns_key_list_new(3) β create a ldns_key_list
ldns_key_list_pop_key(3) β manipulate ldns_key_list
ldns_key_list_push_key(3) β manipulate ldns_key_list
ldns_key_list_set_key_count(3) β set ldns_key attributes
ldns_key_new(3) β create a ldns_key
ldns_key_new_frm_algorithm(3) β create a ldns_key
ldns_key_new_frm_fp(3) β create a ldns_key
ldns_key_new_frm_fp_dsa(3) β create a ldns_key
ldns_key_new_frm_fp_dsa_l(3) β create a ldns_key
ldns_key_new_frm_fp_l(3) β create a ldns_key
ldns_key_new_frm_fp_rsa(3) β create a ldns_key
ldns_key_new_frm_fp_rsa_l(3) β create a ldns_key
ldns_key_origttl(3) β read ldns_keys
ldns_key_print(3) β print a ldns_key
ldns_key_pubkey_owner(3) β read ldns_keys
ldns_key_rr2ds(3) β create DS rr from DNSKEY rr
ldns_key_rsa_key(3) β read ldns_keys
ldns_key_set_algorithm(3) β set ldns_key attributes
ldns_key_set_dsa_key(3) β set ldns_key attributes
ldns_key_set_expiration(3) β set ldns_key attributes
ldns_key_set_flags(3) β set ldns_key attributes
ldns_key_set_hmac_key(3) β set ldns_key attributes
ldns_key_set_inception(3) β set ldns_key attributes
ldns_key_set_keytag(3) β set ldns_key attributes
ldns_key_set_origttl(3) β set ldns_key attributes
ldns_key_set_pubkey_owner(3) β set ldns_key attributes
ldns_key_set_rsa_key(3) β set ldns_key attributes
ldns_native2rdf_int16(3) β rdf numeric conversion functions
ldns_native2rdf_int16_data(3) β rdf numeric conversion functions
ldns_native2rdf_int32(3) β rdf numeric conversion functions
ldns_native2rdf_int8(3) β rdf numeric conversion functions
ldns_octet(3) β removes escaped from the input
ldns_pkt(3) β request or answer packets types
ldns_pkt2buffer_str(3) β lower level conversions
ldns_pkt2buffer_wire(3) β lower level conversions
ldns_pkt2str(3) β functions for conversions to string
ldns_pkt2wire(3) β conversion functions
ldns_pkt_aa(3) β get ldns_pkt attributes
ldns_pkt_ad(3) β get ldns_pkt attributes
ldns_pkt_additional(3) β get ldns_pkt attributes
ldns_pkt_ancount(3) β get ldns_pkt attributes
ldns_pkt_answer(3) β get ldns_pkt attributes
ldns_pkt_answerfrom(3) β get ldns_pkt attributes
ldns_pkt_arcount(3) β get ldns_pkt attributes
ldns_pkt_authority(3) β get ldns_pkt attributes
ldns_pkt_cd(3) β get ldns_pkt attributes
ldns_pkt_edns(3) β ldns_pkt ends0 related functions
ldns_pkt_edns_data(3) β ldns_pkt ends0 related functions
ldns_pkt_edns_extended_rcode(3) β ldns_pkt ends0 related functions
ldns_pkt_edns_udp_size(3) β ldns_pkt ends0 related functions
ldns_pkt_edns_version(3) β ldns_pkt ends0 related functions
ldns_pkt_edns_z(3) β ldns_pkt ends0 related functions
ldns_pkt_free(3) β ldns_pkt creation, destruction and printing
ldns_pkt_get_opcode(3) β get ldns_pkt attributes
ldns_pkt_get_rcode(3) β get ldns_pkt attributes
ldns_pkt_get_section_clone(3) β get ldns_pkt attributes
ldns_pkt_id(3) β get ldns_pkt attributes
ldns_pkt_new(3) β ldns_pkt creation, destruction and printing
ldns_pkt_nscount(3) β get ldns_pkt attributes
ldns_pkt_print(3) β ldns_pkt creation, destruction and printing
ldns_pkt_qdcount(3) β get ldns_pkt attributes
ldns_pkt_qr(3) β get ldns_pkt attributes
ldns_pkt_query_new(3) β ldns_pkt creation, destruction and printing
ldns_pkt_query_new_frm_str(3) β ldns_pkt creation, destruction and printing
ldns_pkt_querytime(3) β get ldns_pkt attributes
ldns_pkt_question(3) β get ldns_pkt attributes
ldns_pkt_ra(3) β get ldns_pkt attributes
ldns_pkt_rd(3) β get ldns_pkt attributes
ldns_pkt_reply_type(3) β ldns_pkt creation, destruction and printing
ldns_pkt_rr_list_by_name(3) β get ldns_pkt attributes
ldns_pkt_rr_list_by_name_and_type(3) β get ldns_pkt attributes
ldns_pkt_rr_list_by_type(3) β get ldns_pkt attributes
ldns_pkt_section(3) β request or answer packets types
ldns_pkt_set_aa(3) β set ldns_pkt attributes
ldns_pkt_set_ad(3) β set ldns_pkt attributes
ldns_pkt_set_ancount(3) β set ldns_pkt attributes
ldns_pkt_set_answerfrom(3) β set ldns_pkt attributes
ldns_pkt_set_arcount(3) β set ldns_pkt attributes
ldns_pkt_set_cd(3) β set ldns_pkt attributes
ldns_pkt_set_edns_data(3) β ldns_pkt ends0 related functions
ldns_pkt_set_edns_extended_rcode(3) β ldns_pkt ends0 related functions
ldns_pkt_set_edns_udp_size(3) β ldns_pkt ends0 related functions
ldns_pkt_set_edns_version(3) β ldns_pkt ends0 related functions
ldns_pkt_set_edns_z(3) β ldns_pkt ends0 related functions
ldns_pkt_set_flags(3) β set ldns_pkt attributes
ldns_pkt_set_id(3) β set ldns_pkt attributes
ldns_pkt_set_nscount(3) β set ldns_pkt attributes
ldns_pkt_set_opcode(3) β set ldns_pkt attributes
ldns_pkt_set_qdcount(3) β set ldns_pkt attributes
ldns_pkt_set_qr(3) β set ldns_pkt attributes
ldns_pkt_set_querytime(3) β set ldns_pkt attributes
ldns_pkt_set_ra(3) β set ldns_pkt attributes
ldns_pkt_set_rcode(3) β set ldns_pkt attributes
ldns_pkt_set_rd(3) β set ldns_pkt attributes
ldns_pkt_set_section_count(3) β set ldns_pkt attributes
ldns_pkt_set_size(3) β set ldns_pkt attributes
ldns_pkt_set_tc(3) β set ldns_pkt attributes
ldns_pkt_set_tsig(3) β set ldns_pkt attributes
ldns_pkt_size(3) β get ldns_pkt attributes
ldns_pkt_tc(3) β get ldns_pkt attributes
ldns_pkt_tsig(3) β get ldns_pkt attributes
ldns_pkt_tsig_sign(3) β tsig signing and verification
ldns_pkt_tsig_verify(3) β tsig signing and verification
ldns_pkt_type(3) β request or answer packets types
ldns_pkt_verify(3) β verify a packet
ldns_pktheader2buffer_str(3) β lower level conversions
ldns_rdf(3) β rdata field type
ldns_rdf2buffer_str(3) β lower level conversions
ldns_rdf2buffer_str_a(3) β lower level to string conversion functions
ldns_rdf2buffer_str_aaaa(3) β lower level to string conversion functions
ldns_rdf2buffer_str_alg(3) β lower level to string conversion functions
ldns_rdf2buffer_str_apl(3) β lower level to string conversion functions
ldns_rdf2buffer_str_b64(3) β lower level to string conversion functions
ldns_rdf2buffer_str_class(3) β lower level to string conversion functions
ldns_rdf2buffer_str_hex(3) β lower level to string conversion functions
ldns_rdf2buffer_str_int16(3) β lower level to string conversion functions
ldns_rdf2buffer_str_int16_data(3) β lower level to string conversion functions
ldns_rdf2buffer_str_ipseckey(3) β lower level to string conversion functions
ldns_rdf2buffer_str_loc(3) β lower level to string conversion functions
ldns_rdf2buffer_str_nsap(3) β lower level to string conversion functions
ldns_rdf2buffer_str_nsec(3) β lower level to string conversion functions
ldns_rdf2buffer_str_period(3) β lower level to string conversion functions
ldns_rdf2buffer_str_str(3) β lower level to string conversion functions
ldns_rdf2buffer_str_tsigtime(3) β lower level to string conversion functions
ldns_rdf2buffer_str_type(3) β lower level to string conversion functions
ldns_rdf2buffer_str_unknown(3) β lower level to string conversion functions
ldns_rdf2buffer_str_wks(3) β lower level to string conversion functions
ldns_rdf2buffer_wire(3) β lower level conversions
ldns_rdf2native_int16(3) β rdf numeric conversion functions
ldns_rdf2native_int32(3) β rdf numeric conversion functions
ldns_rdf2native_int8(3) β rdf numeric conversion functions
ldns_rdf2native_sockaddr_storage(3) β rdf numeric conversion functions
ldns_rdf2native_time_t(3) β rdf numeric conversion functions
ldns_rdf2str(3) β functions for conversions to string
ldns_rdf2wire(3) β conversion functions
ldns_rdf_address_reverse(3) β reverse an address rdf
ldns_rdf_clone(3) β ldns_rdf creation, destruction and printing
ldns_rdf_compare(3) β get rdf attributes
ldns_rdf_data(3) β get rdf attributes
ldns_rdf_deep_free(3) β ldns_rdf creation, destruction and printing
ldns_rdf_free(3) β ldns_rdf creation, destruction and printing
ldns_rdf_get_type(3) β get rdf attributes
ldns_rdf_new(3) β ldns_rdf creation, destruction and printing
ldns_rdf_new_frm_data(3) β ldns_rdf creation, destruction and printing
ldns_rdf_new_frm_fp(3) β ldns_rdf creation, destruction and printing
ldns_rdf_new_frm_str(3) β ldns_rdf creation, destruction and printing
ldns_rdf_print(3) β ldns_rdf creation, destruction and printing
ldns_rdf_set_data(3) β set rdf attributes
ldns_rdf_set_size(3) β set rdf attributes
ldns_rdf_set_type(3) β set rdf attributes
ldns_rdf_size(3) β get rdf attributes
ldns_rdf_type(3) β rdata field type
ldns_rr(3) β types representing dns resource records
ldns_rr2buffer_str(3) β lower level conversions
ldns_rr2buffer_wire(3) β lower level conversions
ldns_rr2canonical(3) β canonicalize a RR
ldns_rr2str(3) β functions for conversions to string
ldns_rr2wire(3) β conversion functions
ldns_rr_class(3) β types representing dns resource records
ldns_rr_compare(3) β compare a ldns_rr
ldns_rr_compare_ds(3) β compare a ldns_rr
ldns_rr_compress(3) β types representing dns resource records
ldns_rr_descript(3) β rdata field descriptors
ldns_rr_descriptor(3) β rdata field descriptors
ldns_rr_descriptor_field_type(3) β rdata field descriptors
ldns_rr_descriptor_maximum(3) β rdata field descriptors
ldns_rr_descriptor_minimum(3) β rdata field descriptors
ldns_rr_dnskey_algorithm(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_flags(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_key(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_protocol(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_set_algorithm(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_set_flags(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_set_key(3) β get and set DNSKEY RR rdata fields
ldns_rr_dnskey_set_protocol(3) β get and set DNSKEY RR rdata fields
ldns_rr_free(3) β ldns_rr creation, destruction and printing
ldns_rr_get_class(3) β access rdata fields on ldns_rr
ldns_rr_label_count(3) β return ownername label count
ldns_rr_list(3) β types representing dns resource records
ldns_rr_list2buffer_str(3) β lower level conversions
ldns_rr_list2str(3) β functions for conversions to string
ldns_rr_list_cat(3) β ldns_rr_list manipulation
ldns_rr_list_clone(3) β clone a ldns_rr_list
ldns_rr_list_free(3) β ldns_rr_list creation and destruction
ldns_rr_list_new(3) β ldns_rr_list creation and destruction
ldns_rr_list_pop_rr(3) β ldns_rr_list manipulation
ldns_rr_list_push_rr(3) β ldns_rr_list manipulation
ldns_rr_list_rr_count(3) β get and set ldns_rr_list length
ldns_rr_list_set_rr_count(3) β get and set ldns_rr_list length
ldns_rr_list_sort(3) β sort a ldns_rr_list
ldns_rr_mx_exchange(3) β get MX RR rdata fields
ldns_rr_mx_preference(3) β get MX RR rdata fields
ldns_rr_new(3) β ldns_rr creation, destruction and printing
ldns_rr_new_frm_fp(3) β ldns_rr creation, destruction and printing
ldns_rr_new_frm_str(3) β ldns_rr creation, destruction and printing
ldns_rr_new_frm_type(3) β ldns_rr creation, destruction and printing
ldns_rr_ns_nsdname(3) β get dname rdata field from NS RR
ldns_rr_owner(3) β access rdata fields on ldns_rr
ldns_rr_pop_rdf(3) β push and pop rdata fields
ldns_rr_print(3) β ldns_rr creation, destruction and printing
ldns_rr_push_rdf(3) β push and pop rdata fields
ldns_rr_rd_count(3) β access rdata fields on ldns_rr
ldns_rr_rdata2buffer_wire(3) β lower level conversions
ldns_rr_rdf(3) β access rdata fields on ldns_rr
ldns_rr_rrsig_algorithm(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_expiration(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_inception(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_keytag(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_labels(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_origttl(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_algorithm(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_expiration(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_inception(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_keytag(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_labels(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_origttl(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_sig(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_signame(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_set_typecovered(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_sig(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_signame(3) β get and set RRSIG RR rdata fields
ldns_rr_rrsig_typecovered(3) β get and set RRSIG RR rdata fields
ldns_rr_set_class(3) β set ldns_rr attributes
ldns_rr_set_owner(3) β set ldns_rr attributes
ldns_rr_set_pop_rr(3) β push and pop rr on a rrset
ldns_rr_set_push_rr(3) β push and pop rr on a rrset
ldns_rr_set_rd_count(3) β set ldns_rr attributes
ldns_rr_set_rdf(3) β set ldns_rr attributes
ldns_rr_set_ttl(3) β set ldns_rr attributes
ldns_rr_set_type(3) β set ldns_rr attributes
ldns_rr_ttl(3) β access rdata fields on ldns_rr
ldns_rr_type(3) β types representing dns resource records
ldns_rr_uncompressed_size(3) β calculates the uncompressed size of an RR
ldns_rrsig2buffer_wire(3) β lower level conversions
ldns_send(3) β send a packet
ldns_sign_public(3) β sign an rrset
ldns_sign_public_dsa(3) β sign buffer
ldns_sign_public_rsamd5(3) β sign buffer
ldns_sign_public_rsasha1(3) β sign buffer
ldns_status(3) β errors
ldns_str2period(3) β converts a ttl value (like 5d2h) to a long
ldns_tcp_connect(3) β tcp queries
ldns_tcp_read_wire(3) β tcp queries
ldns_tcp_send_query(3) β tcp queries
ldns_update_adcount(3) β return update packet counters
ldns_update_pkt_new(3) β create an update packet
ldns_update_pkt_tsig_add(3) β add resolver's tsig credentials to an ldns_pkt
ldns_update_prcount(3) β return update packet counters
ldns_update_set_adcount(3) β set the update packet counters
ldns_update_set_prcount(3) β set the update packet counters
ldns_update_set_upcount(3) β set the update packet counters
ldns_update_set_zocount(3) β set the update packet counters
ldns_update_upcount(3) β return update packet counters
ldns_update_zocount(3) β return update packet counters
ldns_verify(3) β verify rrsigs
ldns_verify_notime(3) β verify rrsigs
ldns_verify_rrsig(3) β verify rrsigs
ldns_verify_rrsig_dsa(3) β verify signature data buffers
ldns_verify_rrsig_keylist(3) β verify rrsigs
ldns_verify_rrsig_keylist_notime(3) β verify rrsigs
ldns_verify_rrsig_rsamd5(3) β verify signature data buffers
ldns_verify_rrsig_rsasha1(3) β verify signature data buffers
ldns_version(3) β return library version
ldns_wire2dname(3) β convert from wire format to host type
ldns_wire2pkt(3) β convert from wire format to host type
ldns_wire2rdf(3) β convert from wire format to host type
ldns_wire2rr(3) β convert from wire format to host type
ldns_zone(3) β ldns_zone creation, destruction and printing
ldns_zone_deep_free(3) β ldns_zone creation, destruction and printing
ldns_zone_free(3) β ldns_zone creation, destruction and printing
ldns_zone_glue_rr_list(3) β sort a zone and get the glue records
ldns_zone_new(3) β ldns_zone creation, destruction and printing
ldns_zone_new_frm_fp(3) β ldns_zone creation, destruction and printing
ldns_zone_new_frm_fp_l(3) β ldns_zone creation, destruction and printing
ldns_zone_print(3) β ldns_zone creation, destruction and printing
ldns_zone_print_fmt(3) β ldns_zone creation, destruction and printing
ldns_zone_push_rr(3) β add rr's to a ldns_zone
ldns_zone_push_rr_list(3) β add rr's to a ldns_zone
ldns_zone_rr_count(3) β get ldns_zone size
ldns_zone_rrs(3) β ldns_zone get content
ldns_zone_set_rrs(3) β ldns_zone set content
ldns_zone_set_soa(3) β ldns_zone set content
ldns_zone_sign(3) β dnssec sign a zone
ldns_zone_sign_nsec3(3) β dnssec sign a zone
ldns_zone_soa(3) β ldns_zone get content
ldns_zone_sort(3) β sort a zone and get the glue records
legacy_coding(3x)
level(3bobcat) β Manipulator setting the log\-level of FBB::Log objects
lfind(3p)
lgamma(3)
lgamma(3) β Π»ΠΎΠ³Π°ΡΠΈΡΠΌ
lgamma(3p)
lh_new(3) β dynamic hash table
lib25519(3)
lib25519_dh(3)
lib25519_dh_keypair(3)
lib25519_sign(3)
lib25519_sign_keypair(3)
lib25519_sign_open(3)
libQgpsmm(3) β C++ and QT class wrappers for the GPS daemon
libXcm(3) β X11 Colour Management functions
libXp(3) β X Print Client Library
libacpi(3) β general purpose library for ACPI
libapreq2(3) β Apache Request Library
libarchive(3) β functions for reading and writing streaming archives
libarchive_changes(3) β changes in libarchive interface
libarchive_internals(3) β description of libarchive internal interfaces
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
libbfio(3) β Library to support (abstracted) basic file input/output (IO)
libblkid(3) β block device identification library
libbson_legacy_extended_json(3)
libcap(3) β capability data object manipulation
libcbor(3) β libcbor Documentation
libcdata(3) β Library to support cross-platform C generic data functions
libcerror(3) β Library to support cross-platform C error functions
libcfile(3) β Library to support cross-platform C file functions
libcgi_cgi(3)
libcgi_cookie(3)
libcgi_general(3)
libcgi_session(3)
libcgi_string(3)
libclocale(3) β Library to support cross-platform C locale functions
libcnotify(3) β Library to support cross-platform C notification functions
libcpath(3) β Library to support cross-platform C path functions
libcpuid(3) β LibCPUID
libcsplit(3) β Library to support cross-platform C split string functions
libcthreads(3) β Library to support cross-platform C threads functions
libcurl(3) β client\-side URL transfers
libcurl-easy(3) β easy interface overview
libcurl-env(3) β environment variables libcurl understands
libcurl-env-dbg(3) β environment variables libcurl DEBUGBUILD understands
libcurl-errors(3) β error codes in libcurl
libcurl-multi(3) β how to use the multi interface
libcurl-security(3) β security considerations when using libcurl
libcurl-share(3) β how to use the share interface
libcurl-symbols(3) β meaning that
libcurl-thread(3) β libcurl thread\-safety
libcurl-tutorial(3) β libcurl programming tutorial
libcurl-url(3) β URL interface overview
libcurl-ws(3) β WebSocket interface overview
libcxl(3) β A library to interact with CXL devices through sysfs(5) and ioctl(2) interfaces
libdivecomputer(3) β communicate with dive computers
libdlm(3) β dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup
libdmmp.h(3) β Device Mapper Multipath API.
libdmtx(3) β Data Matrix Encoding & Decoding Library 0.7.5
libelf(3) β a library for accessing and manipulating ELF (Executable and Linkable
libesedb(3) β Library to access the Extensible Storage Engine (ESE) Database File (EDB) format
libevdev(3) β wrapper library for evdev devices
libevt(3) β Library to access the Windows Event Log (EVT) format
libewf(3) β Library to access the Expert Witness Compression Format (EWF)
libexpect(3) β programmed dialogue library with interactive programs
libexslt(3) β extension library for XSLT
libextractor(3) β meta\-information extraction library 1.0.0
libfdatetime(3) β Library to support various date and time formats
libfguid(3) β Library to support the GUID/UUID format
libfreeipmi(3)
libftdi(3) β Libftdi
libg15render(3) β Render text and graphics to a buffer usable by
libgearman(3) β Gearmand Documentation, https://gearman.org/gearmand/
libgphoto2(3) β cross\-platform digital camera library
libgphoto2_port(3) β cross\-platform port access library
libgps(3) β C service library for communicating with the GPS daemon
libgpsmm(3) β C++ and QT class wrappers for the GPS daemon
libhavege(3) β haveged RNG
libi2c(3) β publicly accessible functions provided by the i2c library
libieee1284(3) β IEEE1284 communications library
libinn(3) β InterNetNews library routines
libinn_clientlib(3) β NNTP clientlib part of InterNetNews library
libinn_dbz(3) β Database routines for InterNetNews
libinn_inndcomm(3) β Routines for managing innd control commands
libinn_list(3) β list routines
libinn_qio(3) β Quick I/O routines for reading files
libinn_tst(3) β Ternary search trie functions
libinn_uwildmat(3) β Perform wildmat matching
libinnauth(3) β Routines for writing nnrpd resolvers and authenticators
libinnhist(3) β routines for managing INN history
libinnstorage(3) β Routines for managing INN storage
libiperf(3) β API for iperf3 network throughput tester
libipmiconsole(3) β IPMI SOL library
libipmidetect(3) β a library of functions to determine if a node is detected
libipmimonitoring(3) β a library for IPMI system event and sensor monitoring
libipset(3) β A library for using ipset
libjodycode(3) β shared code used by several tools written by Jody Bruchon
liblldp_clif-vdp22(3) β Manipulate VDP IEEE 802.1 Ratified Standard Associations
liblnk(3) β Library to access the Windows Shortcut File (LNK) format
libmagic(3) β Magic number recognition library
libmaxminddb(3)
libmng(3) β Multiple-image Network Graphics (MNG) Reference Library 1.0.9
libmosquitto(3) β MQTT version 5.0/3.1.1 client library
libnbd(3) β network block device (NBD) client library in userspace
libnbd-golang(3) β how to use libnbd from Go
libnbd-ocaml(3) β how to use libnbd from OCaml
libnbd-security(3) β information about past security issues in libnbd
libnet-functions.h(3) β libnet exported function prototypes
libnet-macros.h(3) β libnet macros and symbolic constants
libnet.h(3) β toplevel libnet header file
libnetlink(3) β Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° Π΄Π»Ρ Π΄ΠΎΡΡΡΠΏΠ° ΠΊ ΡΠ΅ΡΠ²ΠΈΡΡ netlink.
libnetlink(3) β A library for accessing the netlink service
libnftables(3) β nftables frontend library
libnids(3) β network intrusion detection system E-box library
libnng(3) β nanomsg next generation library
libnutclient(3) β Network UPS Tools high\-level client access library
libnutclient_commands(3) β Instant command related functions in Network UPS Tools high\-level client access library
libnutclient_devices(3) β Device related functions in Network UPS Tools high\-level client access library
libnutclient_general(3) β General and utility functions in Network UPS Tools high\-level client access library
libnutclient_misc(3) β Miscellaneous functions in Network UPS Tools high\-level client access library
libnutclient_tcp(3) β TCP protocol related function for Network UPS Tools high\-level client access library
libnutclient_variables(3) β Variable related functions in Network UPS Tools high\-level client access library
libopeniscsiusr.h(3) β iSCSI userspace API.
libopenjp2(3)
liboping(3) β Library to send ICMPv4/ICMPv6 echo packets to multiple hosts
libpasswdqc(3) β password strength checking functions
libperf(3) β Linux kernel perf event library
libpff(3) β Library to access the Personal Folder File (OST, PAB and PST) format
libpfm(3) β a helper library to develop monitoring tools
libpfm_amd64(3)
libpfm_amd64_fam10h(3)
libpfm_amd64_fam15h(3)
libpfm_amd64_fam16h(3)
libpfm_amd64_fam17h(3)
libpfm_amd64_fam17h_zen2(3)
libpfm_amd64_fam19h_zen3(3)
libpfm_amd64_fam19h_zen3_l3(3)
libpfm_amd64_fam19h_zen4(3)
libpfm_amd64_k7(3)
libpfm_amd64_k8(3)
libpfm_intel_atom(3)
libpfm_intel_bdw(3)
libpfm_intel_bdx_unc_cbo(3)
libpfm_intel_bdx_unc_ha(3)
libpfm_intel_bdx_unc_imc(3)
libpfm_intel_bdx_unc_irp(3)
libpfm_intel_bdx_unc_pcu(3)
libpfm_intel_bdx_unc_qpi(3)
libpfm_intel_bdx_unc_r2pcie(3)
libpfm_intel_bdx_unc_r3qpi(3)
libpfm_intel_bdx_unc_sbo(3)
libpfm_intel_bdx_unc_ubo(3)
libpfm_intel_core(3)
libpfm_intel_glm(3)
libpfm_intel_hsw(3)
libpfm_intel_hswep_unc_cbo(3)
libpfm_intel_hswep_unc_ha(3)
libpfm_intel_hswep_unc_imc(3)
libpfm_intel_hswep_unc_irp(3)
libpfm_intel_hswep_unc_pcu(3)
libpfm_intel_hswep_unc_qpi(3)
libpfm_intel_hswep_unc_r2pcie(3)
libpfm_intel_hswep_unc_r3qpi(3)
libpfm_intel_hswep_unc_sbo(3)
libpfm_intel_hswep_unc_ubo(3)
libpfm_intel_icl(3)
libpfm_intel_icx(3)
libpfm_intel_ivb(3)
libpfm_intel_ivb_unc(3)
libpfm_intel_ivbep_unc_cbo(3)
libpfm_intel_ivbep_unc_ha(3)
libpfm_intel_ivbep_unc_imc(3)
libpfm_intel_ivbep_unc_irp(3)
libpfm_intel_ivbep_unc_pcu(3)
libpfm_intel_ivbep_unc_qpi(3)
libpfm_intel_ivbep_unc_r2pcie(3)
libpfm_intel_ivbep_unc_r3qpi(3)
libpfm_intel_ivbep_unc_ubo(3)
libpfm_intel_knc(3)
libpfm_intel_knl(3)
libpfm_intel_knm(3)
libpfm_intel_nhm(3)
libpfm_intel_nhm_unc(3)
libpfm_intel_rapl(3)
libpfm_intel_skl(3)
libpfm_intel_skx_unc_cha(3)
libpfm_intel_skx_unc_imc(3)
libpfm_intel_skx_unc_irp(3)
libpfm_intel_skx_unc_m2m(3)
libpfm_intel_skx_unc_m3upi(3)
libpfm_intel_skx_unc_pcu(3)
libpfm_intel_skx_unc_ubo(3)
libpfm_intel_skx_unc_upi(3)
libpfm_intel_slm(3)
libpfm_intel_snb(3)
libpfm_intel_snb_unc(3)
libpfm_intel_snbep_unc_cbo(3)
libpfm_intel_snbep_unc_ha(3)
libpfm_intel_snbep_unc_imc(3)
libpfm_intel_snbep_unc_pcu(3)
libpfm_intel_snbep_unc_qpi(3)
libpfm_intel_snbep_unc_r2pcie(3)
libpfm_intel_snbep_unc_r3qpi(3)
libpfm_intel_snbep_unc_ubo(3)
libpfm_intel_spr(3)
libpfm_intel_tmt(3)
libpfm_intel_wsm(3)
libpfm_intel_wsm_unc(3)
libpfm_intel_x86_arch(3)
libpfm_perf_event_raw(3)
libpipeline(3) β pipeline manipulation library
libpng(3) β Portable Network Graphics (PNG) Reference Library 1.5.30
libpng(3) β Portable Network Graphics (PNG) Reference Library 1.2.59
libpng(3) β Portable Network Graphics (PNG) Reference Library 1.6.56
libpng(3) β Portable Network Graphics (PNG) Reference Library 1.7.0beta89
libpngpf(3) β Portable Network Graphics (PNG) Reference Library 1.2.59
libpngpf(3) β Portable Network Graphics (PNG) Reference Library 1.6.56
libpngpf(3) β Portable Network Graphics (PNG) Reference Library 1.5.30
libpngpf(3) β Portable Network Graphics (PNG) Reference Library 1.7.0beta89
libppl(3) β the C++ interface of the Parma Polyhedra Library
libppl_c(3) β the C interface of the Parma Polyhedra Library
libpsl(3) β Public Suffix List library functions
libpsx(3) β POSIX semantics for system calls
libptytty(3) β OS independent and secure pty/tty and utmp/wtmp/lastlog handling
libpuzzle(3) β compute comparable signatures of bitmap images.
libquvi(3) β Overview of the library
libraptor2(3) β Raptor RDF syntax library 2.0
library(3) β How to Build a Library
librasqal(3) β Rasqal RDF query library
libregf(3) β Library to access the Windows NT Registry File (REGF) format
librrd(3) β RRD library functions
librsync(3) β library for delta compression of streams
libsensors(3) β publicly accessible functions provided by the sensors library
libshell(3)
libsmi(3) β library to access SMI management information
libsolv(3) β package dependency solver library using a satisfiability algorithm
libsolv-bindings(3) β access libsolv from perl/python/ruby
libsolv-constantids(3) β fixed Ids for often used strings
libsolv-history(3) β how the libsolv library came into existence
libsolv-pool(3) β Libsolv\*(Aqs pool object
libsox(3) β SoX, an audio file-format and effect library
libspectrum(3) β Sinclair ZX Spectrum support library
libspiro(3) β A clothoid to bezier spline converter
libssh2_agent_connect(3)
libssh2_agent_disconnect(3)
libssh2_agent_free(3)
libssh2_agent_get_identity(3)
libssh2_agent_get_identity_path(3)
libssh2_agent_init(3)
libssh2_agent_list_identities(3)
libssh2_agent_set_identity_path(3)
libssh2_agent_sign(3)
libssh2_agent_userauth(3)
libssh2_banner_set(3)
libssh2_base64_decode(3)
libssh2_channel_close(3)
libssh2_channel_direct_streamlocal_ex(3)
libssh2_channel_direct_tcpip(3)
libssh2_channel_direct_tcpip_ex(3)
libssh2_channel_eof(3)
libssh2_channel_exec(3)
libssh2_channel_flush(3)
libssh2_channel_flush_ex(3)
libssh2_channel_flush_stderr(3)
libssh2_channel_forward_accept(3)
libssh2_channel_forward_cancel(3)
libssh2_channel_forward_listen(3)
libssh2_channel_forward_listen_ex(3)
libssh2_channel_free(3)
libssh2_channel_get_exit_signal(3)
libssh2_channel_get_exit_status(3)
libssh2_channel_handle_extended_data(3)
libssh2_channel_handle_extended_data2(3)
libssh2_channel_ignore_extended_data(3)
libssh2_channel_open_ex(3)
libssh2_channel_open_session(3)
libssh2_channel_process_startup(3)
libssh2_channel_read(3)
libssh2_channel_read_ex(3)
libssh2_channel_read_stderr(3)
libssh2_channel_receive_window_adjust(3)
libssh2_channel_receive_window_adjust2(3)
libssh2_channel_request_auth_agent(3)
libssh2_channel_request_pty(3)
libssh2_channel_request_pty_ex(3)
libssh2_channel_request_pty_size(3)
libssh2_channel_request_pty_size_ex(3)
libssh2_channel_send_eof(3)
libssh2_channel_set_blocking(3)
libssh2_channel_setenv(3)
libssh2_channel_setenv_ex(3)
libssh2_channel_shell(3)
libssh2_channel_signal_ex(3)
libssh2_channel_subsystem(3)
libssh2_channel_wait_closed(3)
libssh2_channel_wait_eof(3)
libssh2_channel_window_read(3)
libssh2_channel_window_read_ex(3)
libssh2_channel_window_write(3)
libssh2_channel_window_write_ex(3)
libssh2_channel_write(3)
libssh2_channel_write_ex(3)
libssh2_channel_write_stderr(3)
libssh2_channel_x11_req(3)
libssh2_channel_x11_req_ex(3)
libssh2_crypto_engine(3)
libssh2_exit(3)
libssh2_free(3)
libssh2_hostkey_hash(3)
libssh2_init(3)
libssh2_keepalive_config(3)
libssh2_keepalive_send(3)
libssh2_knownhost_add(3)
libssh2_knownhost_addc(3)
libssh2_knownhost_check(3)
libssh2_knownhost_checkp(3)
libssh2_knownhost_del(3)
libssh2_knownhost_free(3)
libssh2_knownhost_get(3)
libssh2_knownhost_init(3)
libssh2_knownhost_readfile(3)
libssh2_knownhost_readline(3)
libssh2_knownhost_writefile(3)
libssh2_knownhost_writeline(3)
libssh2_poll(3)
libssh2_poll_channel_read(3)
libssh2_publickey_add(3)
libssh2_publickey_add_ex(3)
libssh2_publickey_init(3)
libssh2_publickey_list_fetch(3)
libssh2_publickey_list_free(3)
libssh2_publickey_remove(3)
libssh2_publickey_remove_ex(3)
libssh2_publickey_shutdown(3)
libssh2_scp_recv(3)
libssh2_scp_recv2(3)
libssh2_scp_send(3)
libssh2_scp_send64(3)
libssh2_scp_send_ex(3)
libssh2_session_abstract(3)
libssh2_session_banner_get(3)
libssh2_session_banner_set(3)
libssh2_session_block_directions(3)
libssh2_session_callback_set(3)
libssh2_session_callback_set2(3)
libssh2_session_disconnect(3)
libssh2_session_disconnect_ex(3)
libssh2_session_flag(3)
libssh2_session_free(3)
libssh2_session_get_blocking(3)
libssh2_session_get_read_timeout(3)
libssh2_session_get_timeout(3)
libssh2_session_handshake(3)
libssh2_session_hostkey(3)
libssh2_session_init(3)
libssh2_session_init_ex(3)
libssh2_session_last_errno(3)
libssh2_session_last_error(3)
libssh2_session_method_pref(3)
libssh2_session_methods(3)
libssh2_session_set_blocking(3)
libssh2_session_set_last_error(3)
libssh2_session_set_read_timeout(3)
libssh2_session_set_timeout(3)
libssh2_session_startup(3)
libssh2_session_supported_algs(3)
libssh2_sftp_close(3)
libssh2_sftp_close_handle(3)
libssh2_sftp_closedir(3)
libssh2_sftp_fsetstat(3)
libssh2_sftp_fstat(3)
libssh2_sftp_fstat_ex(3)
libssh2_sftp_fstatvfs(3)
libssh2_sftp_fsync(3)
libssh2_sftp_get_channel(3)
libssh2_sftp_init(3)
libssh2_sftp_last_error(3)
libssh2_sftp_lstat(3)
libssh2_sftp_mkdir(3)
libssh2_sftp_mkdir_ex(3)
libssh2_sftp_open(3)
libssh2_sftp_open_ex(3)
libssh2_sftp_open_ex_r(3)
libssh2_sftp_open_r(3)
libssh2_sftp_opendir(3)
libssh2_sftp_posix_rename(3)
libssh2_sftp_posix_rename_ex(3)
libssh2_sftp_read(3)
libssh2_sftp_readdir(3)
libssh2_sftp_readdir_ex(3)
libssh2_sftp_readlink(3)
libssh2_sftp_realpath(3)
libssh2_sftp_rename(3)
libssh2_sftp_rename_ex(3)
libssh2_sftp_rewind(3)
libssh2_sftp_rmdir(3)
libssh2_sftp_rmdir_ex(3)
libssh2_sftp_seek(3)
libssh2_sftp_seek64(3)
libssh2_sftp_setstat(3)
libssh2_sftp_shutdown(3)
libssh2_sftp_stat(3)
libssh2_sftp_stat_ex(3)
libssh2_sftp_statvfs(3)
libssh2_sftp_symlink(3)
libssh2_sftp_symlink_ex(3)
libssh2_sftp_tell(3)
libssh2_sftp_tell64(3)
libssh2_sftp_unlink(3)
libssh2_sftp_unlink_ex(3)
libssh2_sftp_write(3)
libssh2_sign_sk(3)
libssh2_trace(3)
libssh2_trace_sethandler(3)
libssh2_userauth_authenticated(3)
libssh2_userauth_banner(3)
libssh2_userauth_hostbased_fromfile(3)
libssh2_userauth_hostbased_fromfile_ex(3)
libssh2_userauth_keyboard_interactive(3)
libssh2_userauth_keyboard_interactive_ex(3)
libssh2_userauth_list(3)
libssh2_userauth_password(3)
libssh2_userauth_password_ex(3)
libssh2_userauth_publickey(3)
libssh2_userauth_publickey_fromfile(3)
libssh2_userauth_publickey_fromfile_ex(3)
libssh2_userauth_publickey_frommemory(3)
libssh2_userauth_publickey_sk(3)
libssh2_version(3)
libstatgrab(3) β get system statistics
libswresample(3) β audio resampling library
libswscale(3) β video scaling and pixel format conversion library
libsystemd(3) β Functions for implementing services and interacting with systemd
libtar_hash_new(3) β hash table routines
libtar_list_new(3) β linked list routines
libtelnet.h(3) β libtelnet - TELNET protocol handling library
libtiff(3tiff) β introduction to libtiff, a library for reading and writing TIFF files
libtracecmd(3) β trace\-cmd library APIs
libtraceevent(3) β Linux kernel trace event library
libtracefs(3) β Linux kernel trace file system library
libucl(3) β universal configuration library
libudev(3) β API for enumerating and introspecting local devices
libuna(3) β Library to support Unicode and ASCII (byte stream) conversions
libunbound(3) β Unbound DNS validating resolver 1.25.1 functions.
libuninameslist(3) β Unicode Names and Annotations List
libwget-base64(3) β Base64 functions
libwget-bitmap(3) β Bitmap management functions
libwget-console(3) β Console functions
libwget-dns(3) β DNS resolver functions
libwget-dns-caching(3) β DNS caching
libwget-error(3) β Error functions
libwget-hash(3) β Hash convenience functions
libwget-hashmap(3) β Hashmap functions
libwget-io(3) β I/O helper routines
libwget-ip(3) β IP address functions
libwget-list(3) β Double linked list
libwget-mem(3) β Memory functions
libwget-net(3) β TCP sockets
libwget-parse_atom(3) β Atom URL extraction routines
libwget-parse_sitemap(3) β Sitemap URL extraction routines
libwget-printf(3) β Libwget printf functions
libwget-random(3) β Random functions
libwget-robots(3) β Robots Exclusion file parser
libwget-stringmap(3) β Stringmap functions
libwget-thread(3) β Implementation of multi-threading basic functionality
libwget-utils(3) β General utility functions
libwget-vector(3) β Vector functions
libwget-xalloc(3) β Memory allocation functions
libwget-xml(3) β XML parsing functions
libwrc(3) β Library to access the Windows Resource Compiler (WRC) format
libxdp(3) β library for attaching XDP programs and using AF_XDP sockets
libxmp(3) β A tracker module player library
libxslt(3) β library used to do XSL transformations on XML documents
libzip(3) β library for manipulating zip archives
linear(3) β The most boring ever easing function. It has no acceleration and change values in constant speed.
linearmap(3bobcat) β A mapping container using linear searching
link(3p)
lio_listio(3) β initiate a list of I/O requests
lio_listio(3) β Π·Π°ΠΏΡΡΠΊΠ°Π΅Ρ ΡΠΏΠΈΡΠΎΠΊ Π·Π°ΠΏΡΠΎΡΠΎΠ² Π²Π²ΠΎΠ΄Π°\-Π²ΡΠ²ΠΎΠ΄Π° Π½Π° Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅
lio_listio(3p)
lisp(3gv)
list(3) β implementation of a doubly linked list
listen(3p)
llabs(3p)
lldiv(3p)
llrint(3p)
llround(3p)
lm(3bobcat) β Manipulator setting left margins of OFoldStream objects
lmbench(3) β benchmarking toolbox
lmbench_reporting(3) β the lmbench reporting subsystem
lmbench_results(3) β the lmbench results subsystem
lmbench_timing(3) β the lmbench timing subsystem
localclientsocket(3bobcat) β Client Socket connecting to a Server in the Unix Domain
localeconv(3) β ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ ΡΠΎΡΠΌΠ°ΡΠΈΡΠΎΠ²Π°Π½ΠΈΠΈ ΡΠΈΡΠ»ΠΎΠ²ΡΡ
Π΄Π°Π½Π½ΡΡ
localeconv(3) β get numeric formatting information
localeconv(3p)
localserversocket(3bobcat) β Unix Domain Server socket accepting connection requests
localsocketbase(3bobcat) β Base class for Unix Domain socket\-constructing classes
localtime(3p)
lock.h(3)
lockdev(3) β manage device lockfiles
lockf(3) β apply, test or remove a POSIX lock on an open file
lockf(3) β ΡΡΡΠ°Π½Π°Π²Π»ΠΈΠ²Π°Π΅Ρ, ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΠΈΠ»ΠΈ ΡΠ΄Π°Π»ΡΠ΅Ρ Π±Π»ΠΎΠΊΠΈΡΠΎΠ²ΠΊΡ POSIX Π½Π° ΠΎΡΠΊΡΡΡΠΎΠΌ
lockf(3p)
lockfile_create(3) β manage lockfiles
log(3) β natural logarithmic function
log(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π½Π°ΡΡΡΠ°Π»ΡΠ½ΠΎΠ³ΠΎ Π»ΠΎΠ³Π°ΡΠΈΡΠΌΠ°
log(3bobcat) β std::ostream handling log messages
log(3p)
log10(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π΄Π΅ΡΡΡΠΈΡΠ½ΠΎΠ³ΠΎ Π»ΠΎΠ³Π°ΡΠΈΡΠΌΠ°
log10(3) β base-10 logarithmic function
log10(3p)
log1p(3) β logarithm of 1 plus argument
log1p(3) β Π»ΠΎΠ³Π°ΡΠΈΡΠΌ ΠΎΡ 1 ΠΏΠ»ΡΡ Π°ΡΠ³ΡΠΌΠ΅Π½Ρ
log1p(3p)
log2(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π»ΠΎΠ³Π°ΡΠΈΡΠΌΠ° ΠΏΠΎ ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΡ 2
log2(3) β base-2 logarithmic function
log2(3p)
log4c_appender.h(3) β Implement this interface for your own strategies for printing log statements.
log4c_appender_type(3) β log4c appender type class
log4c_appender_type_mmap.h(3) β Log4c mmap(2) appender interface.
log4c_appender_type_rollingfile.h(3) β Log4c rolling file appender interface.
log4c_appender_type_stream.h(3) β Log4c stream appender interface.
log4c_appender_type_stream2.h(3) β Log4c stream2 appender interface.
log4c_appender_type_syslog.h(3) β Log4c syslog(3) appender interface.
log4c_buffer.h(3) β log4c buffer
log4c_buffer_t(3) β buffer object
log4c_bug(3) β Bug List
log4c_category.h(3) β central class in the log4c package.
log4c_deprecated(3) β Deprecated List
log4c_init.h(3) β log4c constructors and destructors
log4c_layout.h(3) β Interface for user specific layout format of log4c_logging_event events.
log4c_layout_type(3) β log4c layout type class
log4c_layout_type_basic.h(3) β Implement a basic layout.
log4c_layout_type_basic_r.h(3) β Implement a basic_r layout.
log4c_layout_type_dated.h(3) β Implement a dated layout.
log4c_layout_type_dated_local.h(3) β Implement a dated layout with local time.
log4c_layout_type_dated_local_r.h(3) β Implement a dated layout (reentrant) with local time.
log4c_layout_type_dated_r.h(3) β Implement a dated_r layout.
log4c_location_info.h(3) β The internal representation of caller location information.
log4c_location_info_t(3) β logging location information
log4c_logging_event.h(3) β the internal representation of logging events.
log4c_logging_event_t(3) β logging event object
log4c_priority.h(3) β The priority class provides importance levels with which one can categorize log messages.
log4c_rc.h(3) β log4c resource configuration
log4c_rc_t(3) β resource configuration object
log4c_rollingpolicy.h(3) β Log4c rolling policy interface. Defines the interface for managing and providing rolling policies.
log4c_rollingpolicy_type(3) β log4c rollingpolicy type. Defines the interface a specific policy must provide to the rollingfile appender.
log4c_rollingpolicy_type_sizewin.h(3) β Log4c rolling file size-win interface. Log4c ships with (and defaults to) the classic size-window rollover policy: this triggers rollover when files reach a maximum size. The first file in the list is always the current file; when a rollover event occurs files are shifted up by one position in the list--if the number of files in the list has already reached the max then the oldest file is rotated out of the window.
log4c_todo(3) β Todo List
log4c_version.h(3) β log4c version information
log4cpp(3) β The top level namespace for all 'Log for C++' types and classes.
log4cpp::AbortAppender(3) β This Appender causes the application to abort() upon the first append() call.
log4cpp::Appender(3) β Implement this interface for your own strategies for printing log statements.
log4cpp::Appender::AppenderMapStorage(3)
log4cpp::Appender::AppenderMapStorageInitializer(3)
log4cpp::AppenderSkeleton(3) β AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters.
log4cpp::AppendersFactory(3)
log4cpp::BasicConfigurator(3) β This class implements a trivial default configuration for log4cpp: it adds a FileAppender that logs to stdout and uses a BasicLayout to the root Category.
log4cpp::BasicLayout(3) β BasicLayout is a simple fixed format Layout implementation.
log4cpp::BufferingAppender(3)
log4cpp::Category(3) β This is the central class in the log4j package.
log4cpp::CategoryNameComponent(3)
log4cpp::CategoryStream(3) β This class enables streaming simple types and objects to a category.
log4cpp::ConfigureFailure(3) β Exception class for configuration.
log4cpp::DailyRollingFileAppender(3) β DailyRollingFileAppender is a FileAppender that rolls over the logfile once the next day starts.
log4cpp::FactoryParams(3)
log4cpp::FileAppender(3)
log4cpp::Filter(3) β Users should extend this class to implement customized logging event filtering.
log4cpp::FixedContextCategory(3) β This Category subclass replaces the NDC field in LoggingEvents with a fixed context string.
log4cpp::FormatModifierComponent(3)
log4cpp::HierarchyMaintainer(3) β HierarchyMaintainer is an internal log4cpp class.
log4cpp::IdsaAppender(3) β IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz.
log4cpp::Layout(3) β Extend this abstract class to create your own log layout format.
log4cpp::LayoutAppender(3) β LayoutAppender is a common superclass for all Appenders that require a Layout.
log4cpp::LayoutsFactory(3)
log4cpp::LevelEvaluator(3)
log4cpp::LoggingEvent(3) β The internal representation of logging events.
log4cpp::MessageComponent(3)
log4cpp::MillisSinceEpochComponent(3)
log4cpp::NDC(3) β The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article Patterns for LoggingDiagnostic Messages part of the book <i>Pattern Languages ofProgram Design 3</i> edited by Martin et al.
log4cpp::NDC::DiagnosticContext(3)
log4cpp::NDCComponent(3)
log4cpp::NTEventLogAppender(3) β NTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log.
log4cpp::OstreamAppender(3) β OstreamAppender appends LoggingEvents to ostreams.
log4cpp::PassThroughLayout(3)
log4cpp::PatternLayout(3) β PatternLayout is a simple fixed format Layout implementation.
log4cpp::PatternLayout::PatternComponent(3)
log4cpp::Priority(3) β The Priority class provides importance levels with which one can categorize log messages.
log4cpp::PriorityComponent(3)
log4cpp::ProcessorTimeComponent(3)
log4cpp::Properties(3)
log4cpp::PropertyConfigurator(3) β Property configurator will read a config file using the same (or similar) format to the config file used by log4j.
log4cpp::PropertyConfiguratorImpl(3)
log4cpp::RemoteSyslogAppender(3) β RemoteSyslogAppender sends LoggingEvents to a remote syslog system.
log4cpp::RollingFileAppender(3) β RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit.
log4cpp::SecondsSinceEpochComponent(3)
log4cpp::SimpleConfigurator(3) β This class implements a simple Configurator for log4cpp.
log4cpp::SimpleLayout(3) β BasicLayout is a simple fixed format Layout implementation.
log4cpp::StringLiteralComponent(3)
log4cpp::StringQueueAppender(3) β This class puts log messages in an in-memory queue.
log4cpp::StringUtil(3)
log4cpp::SyslogAppender(3) β SyslogAppender sends LoggingEvents to the local syslog system.
log4cpp::ThreadNameComponent(3)
log4cpp::TimeStamp(3) β A simple TimeStamp abstraction.
log4cpp::TimeStampComponent(3)
log4cpp::TriggeringEventEvaluator(3)
log4cpp::TriggeringEventEvaluatorFactory(3)
log4cpp::Win32DebugAppender(3) β Win32DebugAppender simply sends the log message to the default system debugger on Win32 systems.
log4cpp::details(3)
log4cpp::details::base::validator::data(3)
log4cpp::details::optional::params::validator(3)
log4cpp::details::parameter::validator(3)
log4cpp::details::required::params::validator(3)
log4cpp::tab(3)
log4cpp::threading(3)
log4cpp::threading::MSMutex(3) β A simple object wrapper around CreateMutex() and DeleteMutex().
log4cpp::threading::MSScopedLock(3) β A simple object wrapper around WaitForSingleObject() and ReleaseMutex().
log4cpp::threading::Mutex(3)
log4cpp::threading::ScopedLock(3) β definition of ScopedLock;
log4cpp::threading::ThreadLocalDataHolder(3) β This class holds Thread local data of type T, i.e.
log4cpp::width(3)
log4shib(3) β The top level namespace for all 'Log for C++' types and classes.
log4shib::AbortAppender(3) β This Appender causes the application to abort() upon the first append() call.
log4shib::Appender(3) β Implement this interface for your own strategies for printing log statements.
log4shib::AppenderSkeleton(3) β AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of handling of Thresholds and Filters.
log4shib::BasicConfigurator(3) β This class implements a trivial default configuration for log4shib: it adds a FileAppender that logs to stdout and uses a BasicLayout to the root Category.
log4shib::BasicLayout(3) β BasicLayout is a simple fixed format Layout implementation.
log4shib::Category(3) β This is the central class in the log4j package.
log4shib::CategoryNameComponent(3)
log4shib::CategoryStream(3) β This class enables streaming simple types and objects to a category.
log4shib::ConfigureFailure(3) β Exception class for configuration.
log4shib::FileAppender(3)
log4shib::Filter(3) β Users should extend this class to implement customized logging event filtering.
log4shib::FixedContextCategory(3) β This Category subclass replaces the NDC field in LoggingEvents with a fixed context string.
log4shib::FormatModifierComponent(3)
log4shib::HierarchyMaintainer(3) β HierarchyMaintainer is an internal log4shib class.
log4shib::IdsaAppender(3) β IdsaAppender is an Appender that sends LoggingEvents to the IDS/A logger and reference monitor by Marc Welz.
log4shib::Layout(3) β Extend this abstract class to create your own log layout format.
log4shib::LayoutAppender(3) β LayoutAppender is a common superclass for all Appenders that require a Layout.
log4shib::LoggingEvent(3) β The internal representation of logging events.
log4shib::MessageComponent(3)
log4shib::MillisSinceEpochComponent(3)
log4shib::NDC(3) β The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article 'Patterns for Logging
log4shib::NDC::DiagnosticContext(3)
log4shib::NDCComponent(3)
log4shib::NTEventLogAppender(3) β NTEventLogAppender is an Appender that sends LoggingEvents to the Windows event log.
log4shib::OstreamAppender(3) β OstreamAppender appends LoggingEvents to ostreams.
log4shib::PatternLayout(3) β PatternLayout is a simple fixed format Layout implementation.
log4shib::PatternLayout::PatternComponent(3)
log4shib::Priority(3) β The Priority class provides importance levels with which one can categorize log messages.
log4shib::PriorityComponent(3)
log4shib::ProcessorTimeComponent(3)
log4shib::Properties(3)
log4shib::PropertyConfigurator(3) β Property configurator will read a config file using the same (or similar) format to the config file used by log4j.
log4shib::PropertyConfiguratorImpl(3)
log4shib::RemoteSyslogAppender(3) β RemoteSyslogAppender sends LoggingEvents to a remote syslog system.
log4shib::RollingFileAppender(3) β RollingFileAppender is a FileAppender that rolls over the logfile once it has reached a certain size limit.
log4shib::SecondsSinceEpochComponent(3)
log4shib::SimpleConfigurator(3) β This class implements a simple Configurator for log4shib.
log4shib::SimpleLayout(3) β BasicLayout is a simple fixed format Layout implementation.
log4shib::StringLiteralComponent(3)
log4shib::StringQueueAppender(3) β This class puts log messages in an in-memory queue.
log4shib::StringUtil(3)
log4shib::SyslogAppender(3) β SyslogAppender sends LoggingEvents to the local syslog system.
log4shib::ThreadNameComponent(3)
log4shib::TimeStamp(3) β A simple TimeStamp abstraction.
log4shib::TimeStampComponent(3)
log4shib::Win32DebugAppender(3) β Win32DebugAppender simply sends the log message to the default system debugger on Win32 systems.
log4shib::threading(3)
log4shib::threading::MSMutex(3) β A simple object wrapper around CreateMutex() and DeleteMutex()
log4shib::threading::MSScopedLock(3) β A simple object wrapper around WaitForSingleObject() and ReleaseMutex()
log4shib::threading::Mutex(3)
log4shib::threading::ScopedLock(3) β definition of ScopedLock;
log4shib::threading::ThreadLocalDataHolder(3) β This class holds Thread local data of type T, i.e.
logb(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΠΊΡΠΏΠΎΠ½Π΅Π½ΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΡ ΡΠΈΡΠ»Π° Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ
logb(3) β get exponent of a floating-point value
logb(3p)
logbuf(3bobcat) β std::streambuf handling log messages
logf(3p)
login(3) β Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠ΅ Π·Π°ΠΏΠΈΡΠ΅ΠΉ utmp ΠΈ wtmp
login(3) β write utmp and wtmp entries
longjmp(3p)
lowdown(3) β simple markdown translator library
lowdown_buf(3) β parse a Markdown buffer into formatted output
lowdown_buf_diff(3) β parse and diff Markdown buffers into formatted output
lowdown_buf_free(3) β free a dynamic buffer
lowdown_buf_new(3) β allocate a dynamic buffer
lowdown_diff(3) β compute difference between parsed Markdown trees
lowdown_doc_free(3) β free a Markdown parser instance
lowdown_doc_new(3) β allocate a Markdown parser
lowdown_doc_parse(3) β parse a Markdown document into an AST
lowdown_file(3) β parse a Markdown file into formatted output
lowdown_file_diff(3) β parse and diff Markdown files into formatted output
lowdown_gemini_free(3) β free a Markdown gemini renderer
lowdown_gemini_new(3) β allocate a Markdown gemini renderer
lowdown_gemini_rndr(3) β render Markdown into gemini
lowdown_html_free(3) β free a Markdown HTML renderer
lowdown_html_new(3) β allocate a Markdown HTML renderer
lowdown_html_rndr(3) β render Markdown into HTML
lowdown_latex_free(3) β free a Markdown LaTeX renderer
lowdown_latex_new(3) β allocate a Markdown LaTeX renderer
lowdown_latex_rndr(3) β render Markdown into LaTeX
lowdown_metaq_free(3) β free rendered metadata key-value pairs
lowdown_node_free(3) β free a parsed Markdown tree
lowdown_nroff_free(3) β free a Markdown roff renderer
lowdown_nroff_new(3) β allocate a roff renderer for lowdown documents
lowdown_nroff_rndr(3) β render Markdown into roff
lowdown_odt_free(3) β free a Markdown OpenDocument renderer
lowdown_odt_new(3) β allocate a Markdown OpenDocument renderer
lowdown_odt_rndr(3) β render Markdown into OpenDocument
lowdown_term_free(3) β free an Markdown terminal renderer
lowdown_term_new(3) β allocate a Markdown terminal renderer
lowdown_term_rndr(3) β render Markdown into terminal output
lowdown_tree_rndr(3) β render Markdown into debugging output
lqr_carver_attach(3) β attach an LqrCarver to another LqrCarver
lqr_carver_bias_add_xy(3) β update an LqrCarver bias
lqr_carver_bias_clear(3) β clear an LqrCarver bias
lqr_carver_bias_set_energy_function(3) β set a custom energy function for a LqrCarver object
lqr_carver_bias_set_energy_function_builtin(3) β set a builtin energy function for a LqrCarver object
lqr_carver_cancel(3) β cancel ongoing operations on a LqrCarver object
lqr_carver_destroy(3) β the LqrCarver object destructor
lqr_carver_flatten(3) β flatten a LqrCarver object
lqr_carver_get_channels(3) β get the number of channels in a LqrCarver object
lqr_carver_get_col_depth(3) β get the colour depth of a LqrCarver object
lqr_carver_get_depth(3) β get the depth of a LqrCarver object
lqr_carver_get_energy(3) β get the energy map for a LqrCarver object
lqr_carver_get_enl_step(3) β get the enlargement step of a LqrCarver object
lqr_carver_get_height(3) β get the current height of a LqrCarver object
lqr_carver_get_image_type(3) β get the image type of a LqrCarver object
lqr_carver_get_orientation(3) β get the orientation of a LqrCarver object
lqr_carver_get_ref_height(3) β get the reference height of a LqrCarver object
lqr_carver_get_ref_width(3) β get the reference width of a LqrCarver object
lqr_carver_get_width(3) β get the current width of a LqrCarver object
lqr_carver_init(3) β activates an LqrCarver object
lqr_carver_list_current(3) β get current LqrCarver object in a LqrCarverList object
lqr_carver_list_foreach(3) β perform operations on all LqrCarver objects in an LqrCarverList object
lqr_carver_list_next(3) β advance the LqrCarverList object
lqr_carver_list_start(3) β get the staritng point of the attachement list in an LqrCarver object
lqr_carver_new(3) β the LqrCarver object constructors
lqr_carver_resize(3) β liquid rescale a LqrCarver object
lqr_carver_rigmask_add_xy(3) β update an LqrCarver rigidity mask
lqr_carver_rigmask_clear(3) β clear an LqrCarver rigidity mask
lqr_carver_scan(3) β read out a multi-size image one pixel at a time
lqr_carver_scan_by_row(3) β tells if the image in LqrCarver will be scanned by row or by column
lqr_carver_scan_line(3) β read out a multi-size image one line at a time
lqr_carver_scan_reset(3) β reset the readout cursor of a multi-size image
lqr_carver_set_alpha_channel(3) β sets the alpha channel index in a LqrCarver object
lqr_carver_set_black_channel(3) β sets the black channel index in a LqrCarver object
lqr_carver_set_dump_vmaps(3) β set the visibility maps autodump for an LqrCarver object
lqr_carver_set_enl_step(3) β set the enlargement step of a LqrCarver object
lqr_carver_set_gradient_function(3) β set the gradient function for an LqrCarver object
lqr_carver_set_image_type(3) β sets the image type of an LqrCarver object
lqr_carver_set_preserve_input_image(3) β set a flag to preserve the buffer passed to a LqrCarver object upon creation
lqr_carver_set_progress(3) β set the progress report function for an LqrCarver object
lqr_carver_set_resize_order(3) β set LqrCarver object resize order
lqr_carver_set_side_switch_frequency(3) β set LqrCarver object side switch frequency
lqr_carver_set_use_cache(3) β enable/disable LqrCarver object cache
lqr_progress_new(3) β the LqrProgress object constructor
lqr_progress_set_end(3) β execude custom code after each rescaling operation
lqr_progress_set_end_height_message(3) β setup height message for end hooks in LqrProgress objects
lqr_progress_set_end_width_message(3) β setup width message for end hooks in LqrProgress objects
lqr_progress_set_init(3) β execude custom code before each rescaling operation
lqr_progress_set_init_height_message(3) β setup height message for init hooks in LqrProgress objects
lqr_progress_set_init_width_message(3) β setup width message for init hooks in LqrProgress objects
lqr_progress_set_update(3) β execude custom code at regular steps during each rescaling operation
lqr_progress_set_update_step(3) β setup update step for LqrProgress objects
lqr_rwindow_get_channels(3) β get the number of channels of a LqrReadingWindow object
lqr_rwindow_get_radius(3) β get the size of the region accessible from a LqrReadingWindow object
lqr_rwindow_get_read_t(3) β get the reader type of a LqrReadingWindow object
lqr_rwindow_read(3) β read the content of a LqrReadingWindow object
lqr_vmap_destroy(3) β the LqrVMap object destructor
lqr_vmap_dump(3) β dump an LqrVMap object
lqr_vmap_get_data(3) β get varous LqrVMap object quantities
lqr_vmap_get_depth(3) β get the depth of an LqrVMap object
lqr_vmap_get_height(3) β get the height of an LqrVMap object
lqr_vmap_get_orientation(3) β get the orientation of an LqrVMap object
lqr_vmap_get_width(3) β get the width of an LqrVMap object
lqr_vmap_internal_dump(3) β dump an LqrVMap objects into an LqrCarver object
lqr_vmap_list_current(3) β get current LqrVMap object in a LqrVMapList object
lqr_vmap_list_foreach(3) β perform operations on all LqrVMap objects in an LqrVMapList object
lqr_vmap_list_next(3) β advance the LqrVMapList object
lqr_vmap_list_start(3) β get the LqrVMapList list attached to an LqrCarver
lqr_vmap_load(3) β load an LqrVMap object into an LqrCarver object
lqr_vmap_new(3) β the LqrVMap object constructor
lrand48(3p)
lrint(3) β round to nearest integer
lrint(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ Π΄ΠΎ Π±Π»ΠΈΠΆΠ°ΠΉΡΠ΅Π³ΠΎ
lrint(3p)
lround(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ Π΄ΠΎ
lround(3) β round to
lround(3p)
lsame(3)
lsame(3f)
lsamen(3f)
lsametst(3f)
lsearch(3) β linear search of an array
lsearch(3) β Π»ΠΈΠ½Π΅ΠΉΠ½ΡΠΉ ΠΏΠΎΠΈΡΠΊ Π² ΠΌΠ°ΡΡΠΈΠ²Π΅
lsearch(3p)
lseek(3p)
lseek64(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΡΠΌΠ΅ΡΠ΅Π½ΠΈΠ΅ Π² ΡΠ°ΠΉΠ»Π΅, ΠΈΡΠΏΠΎΠ»ΡΠ·ΡΠ΅ΠΌΠΎΠ΅ ΠΏΡΠΈ ΡΡΠ΅Π½ΠΈΠΈ/Π·Π°ΠΏΠΈΡΠΈ, Π²
lseek64(3) β reposition 64-bit read/write file offset
lstat(3p)
ltc.h(3) β libltc - en+decode linear timecode
lttng-ust(3) β LTTng user space tracing
lttng-ust-cyg-profile(3) β Function tracing (LTTng\-UST helper)
lttng-ust-dl(3) β Dynamic linker tracing (LTTng\-UST helper)
lxi_connect(3) β connect to LXI device
lxi_disconnect(3) β disconnect a LXI connection
lxi_discover(3) β search for LXI devices on network
lxi_discover_if(3) β search for LXI devices on network via specified network interface
lxi_init(3) β initialize LXI library
lxi_receive(3) β receive message from LXI device
lxi_send(3) β send message to LXI device
mAM001(3) β Analog Input Module
mCM001(3) β AC Current Monitor
mDI001(3) β Digital Input Module
mRS001(3) β Rotation Sensor
m_env(3)
mailheaders(3bobcat) β Handles SMTP Mail Headers
maillock(3) β manage mailbox lockfiles
makecontext(3) β ΡΠΏΡΠ°Π²Π»ΡΠ΅Ρ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΡΠΊΠΈΠΌ ΠΊΠΎΠ½ΡΠ΅ΠΊΡΡΠΎΠΌ
makecontext(3) β manipulate user context
makedev(3) β manage a device number
makedev(3) β ΡΠΏΡΠ°Π²Π»Π΅Π½ΠΈΠ΅ Π½ΠΎΠΌΠ΅ΡΠΎΠΌ ΡΡΡΡΠΎΠΉΡΡΠ²Π°
mallinfo(3) β obtain memory allocation information
mallinfo(3)
malloc(3) β allocate and free dynamic memory
malloc(3) β ΡΠ°ΡΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ ΠΈ ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ Π΄ΠΈΠ½Π°ΠΌΠΈΡΠ΅ΡΠΊΡΡ
malloc(3) β Memory Areas and Using malloc()
malloc(3p)
malloc_get_state(3)
malloc_get_state(3) β ΡΠΎΡ
ΡΠ°Π½ΡΡΡ ΠΈ Π²ΠΎΡΡΡΠ°Π½Π°Π²Π»ΠΈΠ²Π°ΡΡ ΡΠΎΡΡΠΎΡΠ½ΠΈΠ΅ Π²
malloc_hook(3) β ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΡΠ΅ ΠΎΡΠ»Π°Π΄ΠΊΠΈ malloc
malloc_hook(3) β malloc debugging variables (DEPRECATED)
malloc_info(3) β ΡΠΊΡΠΏΠΎΡΡΠΈΡΡΠ΅Ρ ΡΠΎΡΡΠΎΡΠ½ΠΈΠ΅ malloc Π² ΠΏΠΎΡΠΎΠΊ
malloc_info(3) β export malloc state to a stream
malloc_stats(3) β print memory allocation statistics
malloc_stats(3)
malloc_trim(3)
malloc_trim(3) β release free memory from the heap
malloc_usable_size(3) β ΡΠ°Π·ΠΌΠ΅Ρ Π±Π»ΠΎΠΊΠ° ΠΎΡΠ΄Π°Π½Π½ΠΎΠ³ΠΎ ΠΈΠ· ΠΊΡΡΠΈ
malloc_usable_size(3) β obtain size of block of memory allocated from heap
mallopt(3) β set memory allocation parameters
mallopt(3) β Π·Π°Π΄Π°ΡΡ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ Π²ΡΠ΄Π΅Π»Π΅Π½ΠΈΡ ΠΏΠ°ΠΌΡΡΠΈ
manadv_init_obj(3) β Initialize mana direct verbs object from ibv_xxx
manadv_set_context_attr(3) β Set context attributes
manipulators(3bobcat) β Manipulators defined in the FBB namespace
manual(3) β Tweeny Manual
mariadb_cancel(3)
mariadb_connection(3)
mariadb_dyncol_check(3)
mariadb_dyncol_column_cmp_named(3)
mariadb_dyncol_column_count(3)
mariadb_dyncol_create_many_named(3)
mariadb_dyncol_create_many_num(3)
mariadb_dyncol_exists_named(3)
mariadb_dyncol_exists_num(3)
mariadb_dyncol_free(3)
mariadb_dyncol_list_named(3)
mariadb_dyncol_list_num(3)
mariadb_dyncol_unpack(3)
mariadb_dyncol_update_many_named(3)
mariadb_dyncol_update_many_num(3)
mariadb_get_infov(3)
mariadb_reconnect(3)
mariadb_rpl_close(3)
mariadb_rpl_fetch(3)
mariadb_rpl_get_optionsv(3)
mariadb_rpl_open(3)
mariadb_rpl_optionsv(3)
mariadb_stmt_execute_direct(3)
mariadb_stmt_fetch_fields(3)
markdown(3) β process Markdown documents
matchmediacon(3) β get the default SELinux security context for the specified mediatype from the policy
matchpathcon(3) β get the default SELinux security context for the specified path from the file contexts configuration
matchpathcon_checkmatches(3) β check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
math.h(3)
matherr(3) β Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° SVID Π΄Π»Ρ ΠΎΠ±ΡΠ°Π±ΠΎΡΠΊΠΈ ΠΌΠ°ΡΠ΅ΠΌΠ°ΡΠΈΡΠ΅ΡΠΊΠΈΡ
ΠΈΡΠΊΠ»ΡΡΠ΅Π½ΠΈΠΉ
matherr(3) β SVID math library exception handling
mblen(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ Π±Π°ΠΉΡΠΎΠ² Π² ΡΠ»Π΅Π΄ΡΡΡΠ΅ΠΌ ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΠΎΠΌ ΡΠΈΠΌΠ²ΠΎΠ»Π΅
mblen(3) β determine number of bytes in next multibyte character
mblen(3p)
mbrlen(3) β Π²ΡΡΠΈΡΠ»ΡΠ΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ Π±Π°ΠΉΡ Π² ΡΠ»Π΅Π΄ΡΡΡΠ΅ΠΌ ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΠΎΠΌ ΡΠΈΠΌΠ²ΠΎΠ»Π΅
mbrlen(3) β determine number of bytes in next multibyte character
mbrlen(3p)
mbrtowc(3) β convert a multibyte sequence to a wide character
mbrtowc(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²ΡΠ²Π°Π΅Ρ ΠΌΡΠ»ΡΡΠΈΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΡ Π² ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ»
mbrtowc(3p)
mbsinit(3) β test for initial shift state
mbsinit(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ Π½Π°ΡΠ°Π»ΡΠ½ΠΎΠ΅ ΡΠΎΡΡΠΎΡΠ½ΠΈΠ΅ ΡΠ΄Π²ΠΈΠ³Π°
mbsinit(3p)
mbsnrtowcs(3) β convert a multibyte string to a wide-character string
mbsnrtowcs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ Π² ΡΡΡΠΎΠΊΡ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
mbsrtowcs(3) β convert a multibyte string to a wide-character string
mbsrtowcs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ Π² ΡΡΡΠΎΠΊΡ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
mbsrtowcs(3p)
mbstowcs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ Π² ΡΡΡΠΎΠΊΡ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
mbstowcs(3) β convert a multibyte string to a wide-character string
mbstowcs(3p)
mbtowc(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²ΡΠ²Π°Π΅Ρ ΠΌΡΠ»ΡΡΠΈΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΡ Π² ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ»
mbtowc(3) β convert a multibyte sequence to a wide character
mbtowc(3p)
mbuf(3bobcat) β std::streambuf handling messages
mceliece(3)
mceliece348864(3)
mceliece348864_dec(3)
mceliece348864_enc(3)
mceliece348864_keypair(3)
mceliece348864f(3)
mceliece348864f_dec(3)
mceliece348864f_enc(3)
mceliece348864f_keypair(3)
mceliece348864pc(3)
mceliece348864pc_dec(3)
mceliece348864pc_enc(3)
mceliece348864pc_keypair(3)
mceliece348864pcf(3)
mceliece348864pcf_dec(3)
mceliece348864pcf_enc(3)
mceliece348864pcf_keypair(3)
mceliece460896(3)
mceliece460896_dec(3)
mceliece460896_enc(3)
mceliece460896_keypair(3)
mceliece460896f(3)
mceliece460896f_dec(3)
mceliece460896f_enc(3)
mceliece460896f_keypair(3)
mceliece460896pc(3)
mceliece460896pc_dec(3)
mceliece460896pc_enc(3)
mceliece460896pc_keypair(3)
mceliece460896pcf(3)
mceliece460896pcf_dec(3)
mceliece460896pcf_enc(3)
mceliece460896pcf_keypair(3)
mceliece6688128(3)
mceliece6688128_dec(3)
mceliece6688128_enc(3)
mceliece6688128_keypair(3)
mceliece6688128f(3)
mceliece6688128f_dec(3)
mceliece6688128f_enc(3)
mceliece6688128f_keypair(3)
mceliece6688128pc(3)
mceliece6688128pc_dec(3)
mceliece6688128pc_enc(3)
mceliece6688128pc_keypair(3)
mceliece6688128pcf(3)
mceliece6688128pcf_dec(3)
mceliece6688128pcf_enc(3)
mceliece6688128pcf_keypair(3)
mceliece6960119(3)
mceliece6960119_dec(3)
mceliece6960119_enc(3)
mceliece6960119_keypair(3)
mceliece6960119f(3)
mceliece6960119f_dec(3)
mceliece6960119f_enc(3)
mceliece6960119f_keypair(3)
mceliece6960119pc(3)
mceliece6960119pc_dec(3)
mceliece6960119pc_enc(3)
mceliece6960119pc_keypair(3)
mceliece6960119pcf(3)
mceliece6960119pcf_dec(3)
mceliece6960119pcf_enc(3)
mceliece6960119pcf_keypair(3)
mceliece8192128(3)
mceliece8192128_dec(3)
mceliece8192128_enc(3)
mceliece8192128_keypair(3)
mceliece8192128f(3)
mceliece8192128f_dec(3)
mceliece8192128f_enc(3)
mceliece8192128f_keypair(3)
mceliece8192128pc(3)
mceliece8192128pc_dec(3)
mceliece8192128pc_enc(3)
mceliece8192128pc_keypair(3)
mceliece8192128pcf(3)
mceliece8192128pcf_dec(3)
mceliece8192128pcf_enc(3)
mceliece8192128pcf_keypair(3)
mcheck(3) β heap consistency checking
mcheck(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΡΠ΅Π»ΠΎΡΡΠ½ΠΎΡΡΡ
mcrypt(3) β encryption/decryption library
md2(3) β calculate the RSA Data Security, Inc.,
md4(3) β calculate the RSA Data Security, Inc.,
md5(3) β calculate the RSA Data Security, Inc.,
md5(3bsd) β calculate the RSA Data Security, Inc., ``MD5'' message digest
medcon(3)
mem_d(3) β AA-lib memory driver.
mem_sections(3) β Memory Sections
memccpy(3) β copy memory area
memccpy(3) β ΠΊΠΎΠΏΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΠ°ΡΡΠΊΠ° ΠΏΠ°ΠΌΡΡΠΈ
memccpy(3p)
memchr(3) β scan memory for a character
memchr(3) β Π²ΡΠΏΠΎΠ»Π½ΡΡΡ ΠΏΠΎΠΈΡΠΊ ΡΠΈΠΌΠ²ΠΎΠ»Π° Π² ΠΏΠ°ΠΌΡΡΠΈ
memchr(3p)
memcmp(3)
memcmp(3) β compare memory areas
memcmp(3p)
memcpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΡΡΠ°ΡΡΠΎΠΊ ΠΏΠ°ΠΌΡΡΠΈ
memcpy(3) β copy memory area
memcpy(3p)
memfrob(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ (Π·Π°ΡΠΈΡΡΠΎΠ²ΡΠ²Π°Π΅Ρ) ΡΡΠ°ΡΡΠΎΠΊ ΠΏΠ°ΠΌΡΡΠΈ
memfrob(3) β frobnicate (obfuscate) a memory area
memmem(3) β ΠΈΡΠ΅Ρ ΠΏΠΎΠ΄ΡΡΡΠΎΠΊΡ
memmem(3) β locate a substring
memmove(3) β copy memory area
memmove(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΠΎΠ±Π»Π°ΡΡΡ ΠΏΠ°ΠΌΡΡΠΈ
memmove(3p)
memoryaccess(3bobcat) β Shared Memory data structure
memorybridge(3bobcat) β Memory Segments Data Structure
memorybuf(3bobcat) β streambuf interfacing to memory segments
memorystream(3bobcat) β I/O operations on memory segments
mempcpy(3) β copy memory area
mempcpy(3)
memset(3) β Π·Π°ΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ ΠΏΠ°ΠΌΡΡΠΈ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ΠΌ ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ½Π½ΠΎΠ³ΠΎ Π±Π°ΠΉΡΠ°
memset(3) β fill memory with a constant byte
memset(3p)
menu(3x)
menu_attributes(3x)
menu_cursor(3x)
menu_driver(3x)
menu_format(3x)
menu_hook(3x)
menu_items(3x)
menu_mark(3x)
menu_new(3x)
menu_opts(3x)
menu_pattern(3x)
menu_post(3x)
menu_requestname(3x)
menu_spacing(3x)
menu_userptr(3x)
menu_win(3x)
meson-reference(3)
mhash(3) β Hash Library
milter(3bobcat) β Interface to the sendmail mail filter facilities
miniupnpc(3) β UPnP client library
mio_open(3) β sndio interface to MIDI streams
misc(3)
misc_conv(3) β text based conversation function
mitem_current(3x)
mitem_name(3x)
mitem_new(3x)
mitem_opts(3x)
mitem_userptr(3x)
mitem_value(3x)
mitem_visible(3x)
mkd-callbacks(3) β functions that modify link targets
mkd-functions(3) β access and process Markdown documents.
mkd-line(3) β do Markdown translation of small items
mkd_cleanup(3)
mkd_compile(3)
mkd_css(3)
mkd_doc_author(3)
mkd_doc_date(3)
mkd_doc_title(3)
mkd_generatecss(3)
mkd_generatehtml(3)
mkd_generateline(3)
mkd_in(3)
mkd_line(3)
mkd_string(3)
mkdir(3p)
mkdtemp(3) β create a unique temporary directory
mkdtemp(3) β ΡΠΎΠ·Π΄Π°Π½ΠΈΠ΅ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ³ΠΎ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π° Ρ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΡΠΌ ΠΈΠΌΠ΅Π½Π΅ΠΌ
mkdtemp(3p)
mkfifo(3) β make a FIFO special file (a named pipe)
mkfifo(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΡΠΏΠ΅ΡΠΈΠ°Π»ΡΠ½ΡΠΉ ΡΠ°ΠΉΠ» ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ FIFO (ΠΈΠΌΠ΅Π½ΠΎΠ²Π°Π½Π½ΡΠΉ ΠΊΠ°Π½Π°Π»)
mkfifo(3p)
mknod(3p)
mkstemp(3) β create a unique temporary file
mkstemp(3) β ΡΠΎΠ·Π΄Π°ΡΡ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΡΠΉ ΡΠ°ΠΉΠ» Ρ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΡΠΌ
mkstemp(3p)
mktemp(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΡΠ½ΠΈΠΊΠ°Π»ΡΠ½ΠΎΠ΅ ΠΈΠΌΡ Π΄Π»Ρ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ³ΠΎ ΡΠ°ΠΉΠ»Π°
mktemp(3) β make a unique temporary filename
mktime(3p)
mlm(3bobcat) β Manipulator modifying left margins of OFoldStream
mlock(3p)
mlockall(3p)
mlx4dv_init_obj(3) β Initialize mlx4 direct verbs object from ibv_xxx structures
mlx4dv_query_device(3) β Query device capabilities specific to mlx4
mlx4dv_set_context_attr(3) β Set context attributes
mlx5dv_alloc_dm(3) β allocates device memory (DM)
mlx5dv_alloc_var(3) β Allocates a VAR
mlx5dv_create_cq(3) β creates a completion queue (CQ)
mlx5dv_create_flow(3) β creates a steering flow rule
mlx5dv_create_flow_action_modify_header(3) β Flow action modify header for
mlx5dv_create_flow_action_packet_reformat(3) β Flow action reformat packet
mlx5dv_create_flow_matcher(3) β creates a matcher to be used with
mlx5dv_create_mkey(3) β Creates an indirect mkey
mlx5dv_create_qp(3) β creates a queue pair (QP)
mlx5dv_create_steering_anchor(3) β Creates a steering anchor
mlx5dv_crypto_login(3) β Creates a crypto login session
mlx5dv_crypto_login_create(3) β Creates a crypto login object
mlx5dv_dci_stream_id_reset(3) β Reset stream_id of a given DCI QP
mlx5dv_dek_create(3) β Creates a DEK
mlx5dv_devx_alloc_msi_vector(3) β Allocate an msi vector to be used for
mlx5dv_devx_alloc_uar(3) β Allocates a DEVX UAR
mlx5dv_devx_create_cmd_comp(3) β Create a command completion to be used
mlx5dv_devx_create_eq(3) β Create an EQ object
mlx5dv_devx_create_event_channel(3) β Create an event channel to be used
mlx5dv_devx_get_event(3) β Get an asynchronous event.
mlx5dv_devx_obj_create(3) β Creates a devx object
mlx5dv_devx_qp_modify(3) β Modifies a verbs QP via DEVX
mlx5dv_devx_query_eqn(3) β Query EQN for a given vector id.
mlx5dv_devx_subscribe_devx_event(3) β Subscribe over an event channel for
mlx5dv_devx_uar_export_dmabuf_fd(3) β export dmabuf fd for a given
mlx5dv_devx_umem_reg(3) β Register a user memory to be used by the devx
mlx5dv_dm_map_op_addr(3) β Get operation address of a device memory (DM)
mlx5dv_dr_flow(3) β Manage flow domains
mlx5dv_dump(3) β Dump DR Domain
mlx5dv_flow_action_esp(3) β Flow action esp for mlx5 provider
mlx5dv_get_clock_info(3) β Get device clock information
mlx5dv_get_data_direct_sysfs_path(3) β Get the sysfs path of a data direct
mlx5dv_get_vfio_device_list(3) β Get list of available devices to be used
mlx5dv_init_obj(3) β Initialize mlx5 direct verbs object from ibv_xxx or mlx5dv_xxx structures
mlx5dv_is_supported(3) β Check whether an RDMA device implemented by the
mlx5dv_map_ah_to_qp(3) β Map the destination path information in address
mlx5dv_mkey_check(3) β Check a MKEY for errors
mlx5dv_modify_qp_lag_port(3) β Modify the lag port information of a given
mlx5dv_modify_qp_sched_elem(3) β Connect a QP with a requestor and/or a
mlx5dv_modify_qp_udp_sport(3) β Modify the UDP source port of a given QP
mlx5dv_open_device(3) β Open an RDMA device context for the mlx5 provider
mlx5dv_pp_alloc(3) β Allocates a packet pacing entry
mlx5dv_qp_cancel_posted_send_wrs(3) β Cancel all pending send work
mlx5dv_query_device(3) β Query device capabilities specific to mlx5
mlx5dv_query_port(3) β Query non standard attributes of IB device port.
mlx5dv_query_qp_lag_port(3) β Query the lag port information of a given QP
mlx5dv_reg_dmabuf_mr(3) β Register a dma\-buf based memory region (MR)
mlx5dv_reserved_qpn_alloc(3) β Allocate a reserved QP number from device
mlx5dv_sched_node_create(3) β Creates a scheduling node element
mlx5dv_ts_to_ns(3) β Convert device timestamp from HCA core clock units to
mlx5dv_vfio_get_events_fd(3) β Get the file descriptor to manage driver
mlx5dv_vfio_process_events(3) β process vfio driver events
mlx5dv_wr_mkey_configure(3) β Create a work request to configure an MKEY
mlx5dv_wr_post(3) β Attach a DC info to the last work request
mlx5dv_wr_set_mkey_crypto(3) β Configure a MKey for crypto operation.
mlx5dv_wr_set_mkey_sig_block(3) β Configure a MKEY for block signature
mm(3) β Shared Memory Allocation
mmap(3p)
mmapbuf(3bobcat) β a std::streambuf using mmap(2) for file I/O
mmv_inc(3) β update a value in a Memory Mapped Value file
mmv_lookup_value_desc(3) β find a value in the Memory Mapped Value file
mmv_set(3) β set a value in a Memory Mapped Value file
mmv_stats_init(3) β create and initialize Memory Mapped Value file
mmv_stats_registry(3) β Initialize the Memory Mapped Value file
mod_apreq2(3) β Apache 2.X Filter Module
mode_t(3type) β file attributes
modf(3) β ΠΈΠ·Π²Π»Π΅ΠΊΠ°Π΅Ρ ΡΠ΅Π»ΠΎΠ΅ ΠΈ Π΄ΡΠΎΠ±Π½ΠΎΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΡΠΎ Π·Π½Π°ΠΊΠΎΠΌ ΠΈΠ· ΡΠΈΡΠ»Π° Ρ
modf(3) β extract signed integral and fractional values from
modf(3p)
mongoc_apm_callbacks_destroy(3)
mongoc_apm_callbacks_new(3) β notification callbacks.
mongoc_apm_callbacks_t(3)
mongoc_apm_command_failed_get_command_name(3)
mongoc_apm_command_failed_get_context(3)
mongoc_apm_command_failed_get_database_name(3)
mongoc_apm_command_failed_get_duration(3)
mongoc_apm_command_failed_get_error(3)
mongoc_apm_command_failed_get_host(3)
mongoc_apm_command_failed_get_operation_id(3)
mongoc_apm_command_failed_get_reply(3)
mongoc_apm_command_failed_get_request_id(3) β protocol request id. Use this number to correlate client\-side events with server log messages.
mongoc_apm_command_failed_get_server_connection_id(3)
mongoc_apm_command_failed_get_server_connection_id_int64(3)
mongoc_apm_command_failed_get_server_id(3)
mongoc_apm_command_failed_get_service_id(3)
mongoc_apm_command_failed_t(3)
mongoc_apm_command_started_get_command(3)
mongoc_apm_command_started_get_command_name(3)
mongoc_apm_command_started_get_context(3)
mongoc_apm_command_started_get_database_name(3)
mongoc_apm_command_started_get_host(3)
mongoc_apm_command_started_get_operation_id(3)
mongoc_apm_command_started_get_request_id(3) β protocol request id. Use this number to correlate client\-side events with server log messages.
mongoc_apm_command_started_get_server_connection_id(3)
mongoc_apm_command_started_get_server_connection_id_int64(3)
mongoc_apm_command_started_get_server_id(3)
mongoc_apm_command_started_get_service_id(3)
mongoc_apm_command_started_t(3)
mongoc_apm_command_succeeded_get_command_name(3)
mongoc_apm_command_succeeded_get_context(3)
mongoc_apm_command_succeeded_get_database_name(3)
mongoc_apm_command_succeeded_get_duration(3)
mongoc_apm_command_succeeded_get_host(3)
mongoc_apm_command_succeeded_get_operation_id(3)
mongoc_apm_command_succeeded_get_reply(3)
mongoc_apm_command_succeeded_get_request_id(3) β protocol request id. Use this number to correlate client\-side events with server log messages.
mongoc_apm_command_succeeded_get_server_connection_id(3)
mongoc_apm_command_succeeded_get_server_connection_id_int64(3)
mongoc_apm_command_succeeded_get_server_id(3)
mongoc_apm_command_succeeded_get_service_id(3)
mongoc_apm_command_succeeded_t(3)
mongoc_apm_server_changed_get_context(3)
mongoc_apm_server_changed_get_host(3)
mongoc_apm_server_changed_get_new_description(3)
mongoc_apm_server_changed_get_previous_description(3)
mongoc_apm_server_changed_get_topology_id(3)
mongoc_apm_server_changed_t(3)
mongoc_apm_server_closed_get_context(3)
mongoc_apm_server_closed_get_host(3)
mongoc_apm_server_closed_get_topology_id(3)
mongoc_apm_server_closed_t(3)
mongoc_apm_server_heartbeat_failed_get_awaited(3)
mongoc_apm_server_heartbeat_failed_get_context(3)
mongoc_apm_server_heartbeat_failed_get_duration(3)
mongoc_apm_server_heartbeat_failed_get_error(3)
mongoc_apm_server_heartbeat_failed_get_host(3)
mongoc_apm_server_heartbeat_failed_t(3)
mongoc_apm_server_heartbeat_started_get_awaited(3)
mongoc_apm_server_heartbeat_started_get_context(3)
mongoc_apm_server_heartbeat_started_get_host(3)
mongoc_apm_server_heartbeat_started_t(3)
mongoc_apm_server_heartbeat_succeeded_get_awaited(3)
mongoc_apm_server_heartbeat_succeeded_get_context(3)
mongoc_apm_server_heartbeat_succeeded_get_duration(3)
mongoc_apm_server_heartbeat_succeeded_get_host(3)
mongoc_apm_server_heartbeat_succeeded_get_reply(3)
mongoc_apm_server_heartbeat_succeeded_t(3)
mongoc_apm_server_opening_get_context(3)
mongoc_apm_server_opening_get_host(3)
mongoc_apm_server_opening_get_topology_id(3)
mongoc_apm_server_opening_t(3)
mongoc_apm_set_command_failed_cb(3)
mongoc_apm_set_command_started_cb(3)
mongoc_apm_set_command_succeeded_cb(3)
mongoc_apm_set_server_changed_cb(3)
mongoc_apm_set_server_closed_cb(3)
mongoc_apm_set_server_heartbeat_failed_cb(3)
mongoc_apm_set_server_heartbeat_started_cb(3)
mongoc_apm_set_server_heartbeat_succeeded_cb(3)
mongoc_apm_set_server_opening_cb(3)
mongoc_apm_set_topology_changed_cb(3)
mongoc_apm_set_topology_closed_cb(3)
mongoc_apm_set_topology_opening_cb(3)
mongoc_apm_topology_changed_get_context(3)
mongoc_apm_topology_changed_get_new_description(3)
mongoc_apm_topology_changed_get_previous_description(3)
mongoc_apm_topology_changed_get_topology_id(3)
mongoc_apm_topology_changed_t(3)
mongoc_apm_topology_closed_get_context(3)
mongoc_apm_topology_closed_get_topology_id(3)
mongoc_apm_topology_closed_t(3)
mongoc_apm_topology_opening_get_context(3)
mongoc_apm_topology_opening_get_topology_id(3)
mongoc_apm_topology_opening_t(3)
mongoc_application_performance_monitoring(3) β command\-monitoring.c
mongoc_auto_encryption_opts_destroy(3)
mongoc_auto_encryption_opts_new(3)
mongoc_auto_encryption_opts_set_bypass_auto_encryption(3)
mongoc_auto_encryption_opts_set_bypass_query_analysis(3)
mongoc_auto_encryption_opts_set_encrypted_fields_map(3)
mongoc_auto_encryption_opts_set_extra(3)
mongoc_auto_encryption_opts_set_key_expiration(3)
mongoc_auto_encryption_opts_set_key_vault_client(3) β threaded mongoc_client_t \%<>.
mongoc_auto_encryption_opts_set_key_vault_client_pool(3) β threaded mongoc_client_t \%<>.
mongoc_auto_encryption_opts_set_key_vault_namespace(3) β Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/>.
mongoc_auto_encryption_opts_set_kms_credential_provider_callback(3) β provided callback to provide KMS credentials on\-demand when they
mongoc_auto_encryption_opts_set_kms_providers(3)
mongoc_auto_encryption_opts_set_schema_map(3)
mongoc_auto_encryption_opts_set_tls_opts(3)
mongoc_auto_encryption_opts_t(3) β Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/>
mongoc_bulk_operation_delete(3)
mongoc_bulk_operation_delete_one(3)
mongoc_bulk_operation_destroy(3)
mongoc_bulk_operation_execute(3)
mongoc_bulk_operation_get_hint(3)
mongoc_bulk_operation_get_server_id(3)
mongoc_bulk_operation_get_write_concern(3)
mongoc_bulk_operation_insert(3)
mongoc_bulk_operation_insert_with_opts(3)
mongoc_bulk_operation_remove(3)
mongoc_bulk_operation_remove_many_with_opts(3)
mongoc_bulk_operation_remove_one(3)
mongoc_bulk_operation_remove_one_with_opts(3)
mongoc_bulk_operation_replace_one(3)
mongoc_bulk_operation_replace_one_with_opts(3)
mongoc_bulk_operation_set_bypass_document_validation(3)
mongoc_bulk_operation_set_client_session(3)
mongoc_bulk_operation_set_comment(3)
mongoc_bulk_operation_set_hint(3)
mongoc_bulk_operation_set_let(3)
mongoc_bulk_operation_set_server_id(3)
mongoc_bulk_operation_t(3)
mongoc_bulk_operation_update(3)
mongoc_bulk_operation_update_many_with_opts(3)
mongoc_bulk_operation_update_one(3)
mongoc_bulk_operation_update_one_with_opts(3)
mongoc_bulkwrite_append_deletemany(3)
mongoc_bulkwrite_append_deleteone(3)
mongoc_bulkwrite_append_insertone(3)
mongoc_bulkwrite_append_replaceone(3)
mongoc_bulkwrite_append_updatemany(3)
mongoc_bulkwrite_append_updateone(3)
mongoc_bulkwrite_deletemanyopts_destroy(3)
mongoc_bulkwrite_deletemanyopts_new(3)
mongoc_bulkwrite_deletemanyopts_set_collation(3)
mongoc_bulkwrite_deletemanyopts_set_hint(3)
mongoc_bulkwrite_deletemanyopts_t(3)
mongoc_bulkwrite_deleteoneopts_destroy(3)
mongoc_bulkwrite_deleteoneopts_new(3)
mongoc_bulkwrite_deleteoneopts_set_collation(3)
mongoc_bulkwrite_deleteoneopts_set_hint(3)
mongoc_bulkwrite_deleteoneopts_t(3)
mongoc_bulkwrite_destroy(3)
mongoc_bulkwrite_execute(3)
mongoc_bulkwrite_insertoneopts_destroy(3)
mongoc_bulkwrite_insertoneopts_new(3)
mongoc_bulkwrite_insertoneopts_t(3)
mongoc_bulkwrite_new(3)
mongoc_bulkwrite_replaceoneopts_destroy(3)
mongoc_bulkwrite_replaceoneopts_new(3)
mongoc_bulkwrite_replaceoneopts_set_collation(3)
mongoc_bulkwrite_replaceoneopts_set_hint(3)
mongoc_bulkwrite_replaceoneopts_set_sort(3)
mongoc_bulkwrite_replaceoneopts_set_upsert(3)
mongoc_bulkwrite_replaceoneopts_t(3)
mongoc_bulkwrite_set_client(3)
mongoc_bulkwrite_set_session(3)
mongoc_bulkwrite_t(3)
mongoc_bulkwrite_updatemanyopts_destroy(3)
mongoc_bulkwrite_updatemanyopts_new(3)
mongoc_bulkwrite_updatemanyopts_set_arrayfilters(3)
mongoc_bulkwrite_updatemanyopts_set_collation(3)
mongoc_bulkwrite_updatemanyopts_set_hint(3)
mongoc_bulkwrite_updatemanyopts_set_upsert(3)
mongoc_bulkwrite_updatemanyopts_t(3)
mongoc_bulkwrite_updateoneopts_destroy(3)
mongoc_bulkwrite_updateoneopts_new(3)
mongoc_bulkwrite_updateoneopts_set_arrayfilters(3)
mongoc_bulkwrite_updateoneopts_set_collation(3)
mongoc_bulkwrite_updateoneopts_set_hint(3)
mongoc_bulkwrite_updateoneopts_set_sort(3)
mongoc_bulkwrite_updateoneopts_set_upsert(3)
mongoc_bulkwrite_updateoneopts_t(3)
mongoc_bulkwriteexception_destroy(3)
mongoc_bulkwriteexception_error(3)
mongoc_bulkwriteexception_errorreply(3)
mongoc_bulkwriteexception_t(3)
mongoc_bulkwriteexception_writeconcernerrors(3)
mongoc_bulkwriteexception_writeerrors(3)
mongoc_bulkwriteopts_destroy(3)
mongoc_bulkwriteopts_new(3)
mongoc_bulkwriteopts_set_bypassdocumentvalidation(3)
mongoc_bulkwriteopts_set_comment(3)
mongoc_bulkwriteopts_set_extra(3)
mongoc_bulkwriteopts_set_let(3)
mongoc_bulkwriteopts_set_ordered(3)
mongoc_bulkwriteopts_set_serverid(3)
mongoc_bulkwriteopts_set_verboseresults(3)
mongoc_bulkwriteopts_set_writeconcern(3)
mongoc_bulkwriteopts_t(3)
mongoc_bulkwriteresult_deletedcount(3)
mongoc_bulkwriteresult_deleteresults(3)
mongoc_bulkwriteresult_destroy(3)
mongoc_bulkwriteresult_insertedcount(3)
mongoc_bulkwriteresult_insertresults(3)
mongoc_bulkwriteresult_matchedcount(3)
mongoc_bulkwriteresult_modifiedcount(3)
mongoc_bulkwriteresult_serverid(3)
mongoc_bulkwriteresult_t(3)
mongoc_bulkwriteresult_updateresults(3)
mongoc_bulkwriteresult_upsertedcount(3)
mongoc_bulkwritereturn_t(3)
mongoc_change_stream_destroy(3)
mongoc_change_stream_error_document(3) β side then the reply will be set to an empty BSON document. If the
mongoc_change_stream_get_resume_token(3)
mongoc_change_stream_next(3)
mongoc_change_stream_t(3)
mongoc_check_version(3)
mongoc_cleanup(3)
mongoc_client_bulkwrite_new(3)
mongoc_client_command(3)
mongoc_client_command_simple(3)
mongoc_client_command_simple_with_server_id(3)
mongoc_client_command_with_opts(3) β priority sources for these options are listed first:
mongoc_client_decryption_decrypt(3)
mongoc_client_destroy(3) β threaded client. Do not call on a mongoc_client_t \%<> obtained from a mongoc_client_pool_t \%<>, which should instead be pushed back with mongoc_client_pool_push() \%<>.
mongoc_client_enable_auto_encryption(3) β Use Encryption on a mongoc_client_t \%<>. Requires libmongoc to be built with support for In\-Use Encryption. See In\-Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/> for instructions to enable In\-Use Encryption in libmongoc.
mongoc_client_encryption_add_key_alt_name(3)
mongoc_client_encryption_create_datakey(3)
mongoc_client_encryption_create_encrypted_collection(3)
mongoc_client_encryption_datakey_opts_destroy(3)
mongoc_client_encryption_datakey_opts_new(3)
mongoc_client_encryption_datakey_opts_set_keyaltnames(3)
mongoc_client_encryption_datakey_opts_set_keymaterial(3)
mongoc_client_encryption_datakey_opts_set_masterkey(3)
mongoc_client_encryption_datakey_opts_t(3)
mongoc_client_encryption_delete_key(3)
mongoc_client_encryption_destroy(3)
mongoc_client_encryption_encrypt(3)
mongoc_client_encryption_encrypt_expression(3)
mongoc_client_encryption_encrypt_opts_destroy(3)
mongoc_client_encryption_encrypt_opts_new(3)
mongoc_client_encryption_encrypt_opts_set_algorithm(3) β Random\(dq
mongoc_client_encryption_encrypt_opts_set_contention_factor(3)
mongoc_client_encryption_encrypt_opts_set_keyaltname(3)
mongoc_client_encryption_encrypt_opts_set_keyid(3)
mongoc_client_encryption_encrypt_opts_set_query_type(3)
mongoc_client_encryption_encrypt_opts_set_range_opts(3)
mongoc_client_encryption_encrypt_opts_t(3)
mongoc_client_encryption_encrypt_range_opts_destroy(3)
mongoc_client_encryption_encrypt_range_opts_new(3)
mongoc_client_encryption_encrypt_range_opts_set_max(3)
mongoc_client_encryption_encrypt_range_opts_set_min(3)
mongoc_client_encryption_encrypt_range_opts_set_precision(3)
mongoc_client_encryption_encrypt_range_opts_set_sparsity(3)
mongoc_client_encryption_encrypt_range_opts_set_trim_factor(3)
mongoc_client_encryption_encrypt_range_opts_t(3)
mongoc_client_encryption_get_crypt_shared_version(3)
mongoc_client_encryption_get_key(3)
mongoc_client_encryption_get_key_by_alt_name(3)
mongoc_client_encryption_get_keys(3)
mongoc_client_encryption_new(3)
mongoc_client_encryption_opts_destroy(3)
mongoc_client_encryption_opts_new(3)
mongoc_client_encryption_opts_set_key_expiration(3)
mongoc_client_encryption_opts_set_key_vault_namespace(3) β Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/>.
mongoc_client_encryption_opts_set_keyvault_client(3) β threaded or multi\-threaded client (i.e. a client obtained from a mongoc_client_pool_t \%<>).
mongoc_client_encryption_opts_set_kms_credential_provider_callback(3) β provided callback to provide KMS credentials on\-demand when they
mongoc_client_encryption_opts_set_kms_providers(3)
mongoc_client_encryption_opts_set_tls_opts(3)
mongoc_client_encryption_opts_t(3)
mongoc_client_encryption_remove_key_alt_name(3)
mongoc_client_encryption_rewrap_many_datakey(3)
mongoc_client_encryption_rewrap_many_datakey_result_destroy(3)
mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result(3)
mongoc_client_encryption_rewrap_many_datakey_result_new(3)
mongoc_client_encryption_rewrap_many_datakey_result_t(3)
mongoc_client_encryption_t(3) β Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/>.
mongoc_client_find_databases_with_opts(3)
mongoc_client_get_collection(3)
mongoc_client_get_crypt_shared_version(3) β encryption on the given client. If no crypt_shared \%<https://\:www\:.mongodb\:.com/\:docs/\:manual/\:core/\:queryable-encryption/\:reference/\:shared-library/> library is loaded,
mongoc_client_get_database(3)
mongoc_client_get_database_names(3)
mongoc_client_get_database_names_with_opts(3)
mongoc_client_get_default_database(3)
mongoc_client_get_gridfs(3)
mongoc_client_get_handshake_description(3)
mongoc_client_get_read_concern(3)
mongoc_client_get_read_prefs(3)
mongoc_client_get_server_description(3)
mongoc_client_get_server_descriptions(3) β >host_and_port);
mongoc_client_get_server_status(3)
mongoc_client_get_uri(3)
mongoc_client_get_write_concern(3)
mongoc_client_new(3)
mongoc_client_new_from_uri(3)
mongoc_client_new_from_uri_with_error(3)
mongoc_client_pool_destroy(3)
mongoc_client_pool_enable_auto_encryption(3) β Use Encryption. See In\-Use Encryption \%<https://\:www\:.mongodb\:.com/\:docs/\:languages/\:c/\:c-driver/\:current/\:libmongoc/\:guides/\:in-use-encryption/> for instructions to enable In\-Use Encryption in libmongoc.
mongoc_client_pool_max_size(3)
mongoc_client_pool_min_size(3)
mongoc_client_pool_new(3)
mongoc_client_pool_new_with_error(3)
mongoc_client_pool_pop(3)
mongoc_client_pool_push(3)
mongoc_client_pool_set_apm_callbacks(3)
mongoc_client_pool_set_appname(3)
mongoc_client_pool_set_error_api(3)
mongoc_client_pool_set_server_api(3)
mongoc_client_pool_set_ssl_opts(3)
mongoc_client_pool_set_structured_log_opts(3)
mongoc_client_pool_t(3) β threading in the MongoDB C driver. Since mongoc_client_t \%<> structures are not thread\-safe, this structure is used to retrieve a new mongoc_client_t \%<> for a given thread. This structure is thread\-safe, except for its destructor method, mongoc_client_pool_destroy() \%<>, which is not thread\-safe and must only be called from one thread.
mongoc_client_pool_try_pop(3)
mongoc_client_read_command_with_opts(3) β priority sources for these options are listed first in the following table. No write concern is applied.
mongoc_client_read_write_command_with_opts(3) β priority sources for these options are listed first in the following table. Read preferences are not applied. The write concern is omitted for MongoDB before 3.4.
mongoc_client_reset(3)
mongoc_client_select_server(3) β level functions automatically select a suitable server.
mongoc_client_session_abort_transaction(3) β document transaction.
mongoc_client_session_advance_cluster_time(3)
mongoc_client_session_advance_operation_time(3)
mongoc_client_session_append(3)
mongoc_client_session_commit_transaction(3) β document transaction.
mongoc_client_session_destroy(3) β document transaction is in progress, abort it. Does nothing if session is NULL.
mongoc_client_session_get_client(3)
mongoc_client_session_get_cluster_time(3)
mongoc_client_session_get_dirty(3)
mongoc_client_session_get_lsid(3) β side \(dqlogical session ID\(dq associated with this mongoc_client_session_t \%<> as a BSON document.
mongoc_client_session_get_operation_time(3)
mongoc_client_session_get_opts(3)
mongoc_client_session_get_server_id(3)
mongoc_client_session_get_transaction_state(3)
mongoc_client_session_in_transaction(3) β document transaction is in progress for this session.
mongoc_client_session_start_transaction(3) β document transaction for all following operations in this session. Any options provided in opts override options passed to mongoc_session_opts_set_default_transaction_opts() \%<>, and options inherited from the mongoc_client_t \%<>. The opts argument is copied and can be freed after calling this function.
mongoc_client_session_t(3) β document transactions, then free it with mongoc_client_session_destroy() \%<>. Any mongoc_cursor_t \%<> or mongoc_change_stream_t \%<> using a session must be destroyed before the session, and a session must be destroyed before the mongoc_client_t \%<> it came from.
mongoc_client_session_with_transaction(3)
mongoc_client_session_with_transaction_cb_t(3)
mongoc_client_set_apm_callbacks(3)
mongoc_client_set_appname(3)
mongoc_client_set_error_api(3)
mongoc_client_set_read_concern(3)
mongoc_client_set_read_prefs(3)
mongoc_client_set_server_api(3)
mongoc_client_set_sockettimeoutms(3)
mongoc_client_set_ssl_opts(3)
mongoc_client_set_stream_initiator(3)
mongoc_client_set_structured_log_opts(3)
mongoc_client_set_write_concern(3)
mongoc_client_start_session(3) β document transactions, then free it with mongoc_client_session_destroy() \%<>. Any mongoc_cursor_t \%<> or mongoc_change_stream_t \%<> using a session must be destroyed before the session, and a session must be destroyed before the mongoc_client_t \%<> it came from.
mongoc_client_t(3)
mongoc_client_watch(3) β establish connection, the same read preference
mongoc_client_write_command_with_opts(3) β priority sources for these options are listed first in the following table. The write concern is omitted for MongoDB before 3.4.
mongoc_collection_aggregate(3)
mongoc_collection_command(3)
mongoc_collection_command_simple(3)
mongoc_collection_command_with_opts(3) β priority sources for these options are listed first:
mongoc_collection_copy(3)
mongoc_collection_count(3)
mongoc_collection_count_documents(3)
mongoc_collection_count_with_opts(3)
mongoc_collection_create_bulk_operation(3)
mongoc_collection_create_bulk_operation_with_opts(3)
mongoc_collection_create_index(3)
mongoc_collection_create_index_with_opts(3)
mongoc_collection_create_indexes_with_opts(3)
mongoc_collection_delete(3)
mongoc_collection_delete_many(3)
mongoc_collection_delete_one(3)
mongoc_collection_destroy(3)
mongoc_collection_drop(3)
mongoc_collection_drop_index(3)
mongoc_collection_drop_index_with_opts(3)
mongoc_collection_drop_with_opts(3)
mongoc_collection_ensure_index(3)
mongoc_collection_estimated_document_count(3)
mongoc_collection_find(3)
mongoc_collection_find_and_modify(3)
mongoc_collection_find_and_modify_with_opts(3)
mongoc_collection_find_indexes(3)
mongoc_collection_find_indexes_with_opts(3)
mongoc_collection_find_with_opts(3)
mongoc_collection_get_last_error(3)
mongoc_collection_get_name(3)
mongoc_collection_get_read_concern(3)
mongoc_collection_get_read_prefs(3)
mongoc_collection_get_write_concern(3)
mongoc_collection_insert(3)
mongoc_collection_insert_bulk(3)
mongoc_collection_insert_many(3)
mongoc_collection_insert_one(3)
mongoc_collection_keys_to_index_string(3)
mongoc_collection_read_command_with_opts(3) β priority sources for these options are listed first in the following table. No write concern is applied.
mongoc_collection_read_write_command_with_opts(3) β priority sources for these options are listed first in the following table. Read preferences are not applied. The write concern is omitted for MongoDB before 3.4.
mongoc_collection_remove(3)
mongoc_collection_rename(3)
mongoc_collection_rename_with_opts(3)
mongoc_collection_replace_one(3)
mongoc_collection_save(3)
mongoc_collection_set_read_concern(3)
mongoc_collection_set_read_prefs(3)
mongoc_collection_set_write_concern(3)
mongoc_collection_stats(3)
mongoc_collection_t(3)
mongoc_collection_update(3)
mongoc_collection_update_many(3)
mongoc_collection_update_one(3)
mongoc_collection_validate(3)
mongoc_collection_watch(3) β establish connection, the same read preference
mongoc_collection_write_command_with_opts(3) β priority sources for these options are listed first in the following table. The write concern is omitted for MongoDB before 3.4.
mongoc_cursor_clone(3)
mongoc_cursor_current(3)
mongoc_cursor_destroy(3)
mongoc_cursor_error(3)
mongoc_cursor_error_document(3)
mongoc_cursor_get_batch_size(3)
mongoc_cursor_get_hint(3)
mongoc_cursor_get_host(3)
mongoc_cursor_get_id(3)
mongoc_cursor_get_limit(3)
mongoc_cursor_get_max_await_time_ms(3)
mongoc_cursor_get_server_id(3)
mongoc_cursor_is_alive(3)
mongoc_cursor_more(3)
mongoc_cursor_new_from_command_reply(3)
mongoc_cursor_new_from_command_reply_with_opts(3)
mongoc_cursor_next(3)
mongoc_cursor_set_batch_size(3)
mongoc_cursor_set_hint(3)
mongoc_cursor_set_limit(3)
mongoc_cursor_set_max_await_time_ms(3)
mongoc_cursor_set_server_id(3)
mongoc_cursor_t(3)
mongoc_database_add_user(3)
mongoc_database_aggregate(3)
mongoc_database_command(3)
mongoc_database_command_simple(3)
mongoc_database_command_with_opts(3) β priority sources for these options are listed first:
mongoc_database_copy(3)
mongoc_database_create_collection(3)
mongoc_database_destroy(3)
mongoc_database_drop(3)
mongoc_database_drop_with_opts(3)
mongoc_database_find_collections(3)
mongoc_database_find_collections_with_opts(3)
mongoc_database_get_collection(3)
mongoc_database_get_collection_names(3)
mongoc_database_get_collection_names_with_opts(3) β byte terminated char* strings containing the names of all of the collections in database.
mongoc_database_get_name(3)
mongoc_database_get_read_concern(3)
mongoc_database_get_read_prefs(3)
mongoc_database_get_write_concern(3)
mongoc_database_has_collection(3)
mongoc_database_read_command_with_opts(3) β priority sources for these options are listed first in the following table. No write concern is applied.
mongoc_database_read_write_command_with_opts(3) β priority sources for these options are listed first in the following table. Read preferences are not applied. The write concern is omitted for MongoDB before 3.4.
mongoc_database_remove_all_users(3)
mongoc_database_remove_user(3)
mongoc_database_set_read_concern(3)
mongoc_database_set_read_prefs(3)
mongoc_database_set_write_concern(3)
mongoc_database_t(3)
mongoc_database_watch(3) β establish connection, the same read preference
mongoc_database_write_command_with_opts(3) β priority sources for these options are listed first in the following table. The write concern is omitted for MongoDB before 3.4.
mongoc_delete_flags_t(3)
mongoc_error_has_label(3)
mongoc_errors(3) β 1 and filling out a bson_error_t \%<https://\:www\:.mongoc\:.org/\:libbson/\:current/\:bson_error_t\:.html> structure with an error domain, error code, and message. Use domain to determine which subsystem generated the error, and code for the specific error. message is a human\-readable error description.
mongoc_find_and_modify_opts_append(3)
mongoc_find_and_modify_opts_destroy(3)
mongoc_find_and_modify_opts_get_bypass_document_validation(3)
mongoc_find_and_modify_opts_get_fields(3)
mongoc_find_and_modify_opts_get_flags(3)
mongoc_find_and_modify_opts_get_max_time_ms(3)
mongoc_find_and_modify_opts_get_sort(3)
mongoc_find_and_modify_opts_get_update(3)
mongoc_find_and_modify_opts_new(3)
mongoc_find_and_modify_opts_set_bypass_document_validation(3)
mongoc_find_and_modify_opts_set_fields(3)
mongoc_find_and_modify_opts_set_flags(3)
mongoc_find_and_modify_opts_set_max_time_ms(3)
mongoc_find_and_modify_opts_set_sort(3)
mongoc_find_and_modify_opts_set_update(3)
mongoc_find_and_modify_opts_t(3)
mongoc_get_major_version(3)
mongoc_get_micro_version(3)
mongoc_get_minor_version(3)
mongoc_get_version(3)
mongoc_gridfs_bucket_abort_upload(3)
mongoc_gridfs_bucket_delete_by_id(3)
mongoc_gridfs_bucket_destroy(3)
mongoc_gridfs_bucket_download_to_stream(3)
mongoc_gridfs_bucket_find(3)
mongoc_gridfs_bucket_new(3)
mongoc_gridfs_bucket_open_download_stream(3)
mongoc_gridfs_bucket_open_upload_stream(3)
mongoc_gridfs_bucket_open_upload_stream_with_id(3)
mongoc_gridfs_bucket_stream_error(3)
mongoc_gridfs_bucket_t(3)
mongoc_gridfs_bucket_upload_from_stream(3)
mongoc_gridfs_bucket_upload_from_stream_with_id(3)
mongoc_gridfs_create_file(3)
mongoc_gridfs_create_file_from_stream(3)
mongoc_gridfs_destroy(3)
mongoc_gridfs_drop(3)
mongoc_gridfs_file_destroy(3)
mongoc_gridfs_file_error(3)
mongoc_gridfs_file_get_aliases(3)
mongoc_gridfs_file_get_chunk_size(3)
mongoc_gridfs_file_get_content_type(3)
mongoc_gridfs_file_get_filename(3)
mongoc_gridfs_file_get_id(3)
mongoc_gridfs_file_get_length(3)
mongoc_gridfs_file_get_md5(3)
mongoc_gridfs_file_get_metadata(3)
mongoc_gridfs_file_get_upload_date(3)
mongoc_gridfs_file_list_destroy(3)
mongoc_gridfs_file_list_error(3)
mongoc_gridfs_file_list_next(3)
mongoc_gridfs_file_list_t(3)
mongoc_gridfs_file_opt_t(3)
mongoc_gridfs_file_readv(3)
mongoc_gridfs_file_remove(3)
mongoc_gridfs_file_save(3)
mongoc_gridfs_file_seek(3)
mongoc_gridfs_file_set_aliases(3)
mongoc_gridfs_file_set_content_type(3)
mongoc_gridfs_file_set_filename(3)
mongoc_gridfs_file_set_id(3)
mongoc_gridfs_file_set_md5(3)
mongoc_gridfs_file_set_metadata(3)
mongoc_gridfs_file_t(3)
mongoc_gridfs_file_tell(3)
mongoc_gridfs_file_writev(3)
mongoc_gridfs_find(3)
mongoc_gridfs_find_one(3)
mongoc_gridfs_find_one_by_filename(3)
mongoc_gridfs_find_one_with_opts(3)
mongoc_gridfs_find_with_opts(3)
mongoc_gridfs_get_chunks(3)
mongoc_gridfs_get_files(3)
mongoc_gridfs_remove_by_filename(3)
mongoc_gridfs_t(3)
mongoc_handshake_data_append(3)
mongoc_host_list_t(3)
mongoc_index_opt_geo_get_default(3)
mongoc_index_opt_geo_init(3)
mongoc_index_opt_geo_t(3)
mongoc_index_opt_get_default(3)
mongoc_index_opt_init(3)
mongoc_index_opt_t(3)
mongoc_index_opt_wt_get_default(3)
mongoc_index_opt_wt_init(3)
mongoc_index_opt_wt_t(3)
mongoc_init(3)
mongoc_init_cleanup(3)
mongoc_insert_flags_t(3)
mongoc_iovec_t(3)
mongoc_logging(3) β custom\-domain\(dq
mongoc_optional_copy(3)
mongoc_optional_init(3)
mongoc_optional_is_set(3)
mongoc_optional_set_value(3)
mongoc_optional_t(3)
mongoc_optional_value(3)
mongoc_query_flags_t(3)
mongoc_rand(3)
mongoc_rand_add(3)
mongoc_rand_seed(3)
mongoc_rand_status(3)
mongoc_read_concern_append(3)
mongoc_read_concern_copy(3)
mongoc_read_concern_destroy(3)
mongoc_read_concern_get_level(3)
mongoc_read_concern_is_default(3)
mongoc_read_concern_new(3)
mongoc_read_concern_set_level(3)
mongoc_read_concern_t(3)
mongoc_read_mode_t(3)
mongoc_read_prefs_add_tag(3)
mongoc_read_prefs_copy(3)
mongoc_read_prefs_destroy(3)
mongoc_read_prefs_get_hedge(3)
mongoc_read_prefs_get_max_staleness_seconds(3)
mongoc_read_prefs_get_mode(3)
mongoc_read_prefs_get_tags(3)
mongoc_read_prefs_is_valid(3)
mongoc_read_prefs_new(3)
mongoc_read_prefs_set_hedge(3)
mongoc_read_prefs_set_max_staleness_seconds(3)
mongoc_read_prefs_set_mode(3)
mongoc_read_prefs_set_tags(3)
mongoc_read_prefs_t(3) β operation. Generally, it makes the most sense to stick with the global default mode, MONGOC_READ_PRIMARY. All of the other modes come with caveats that won\(aqt be covered in great detail here.
mongoc_reference(3) β level languages.
mongoc_remove_flags_t(3)
mongoc_reply_flags_t(3)
mongoc_server_api_copy(3)
mongoc_server_api_deprecation_errors(3)
mongoc_server_api_destroy(3)
mongoc_server_api_get_deprecation_errors(3)
mongoc_server_api_get_strict(3)
mongoc_server_api_get_version(3)
mongoc_server_api_new(3)
mongoc_server_api_strict(3)
mongoc_server_api_t(3)
mongoc_server_api_version_from_string(3)
mongoc_server_api_version_t(3)
mongoc_server_api_version_to_string(3)
mongoc_server_description_destroy(3)
mongoc_server_description_hello_response(3)
mongoc_server_description_host(3)
mongoc_server_description_id(3)
mongoc_server_description_ismaster(3)
mongoc_server_description_last_update_time(3)
mongoc_server_description_new_copy(3)
mongoc_server_description_round_trip_time(3)
mongoc_server_description_t(3)
mongoc_server_description_type(3)
mongoc_server_descriptions_destroy_all(3)
mongoc_session_opt_t(3) β document transactions, then free it with mongoc_client_session_destroy() \%<>. Any mongoc_cursor_t \%<> or mongoc_change_stream_t \%<> using a session must be destroyed before the session, and a session must be destroyed before the mongoc_client_t \%<> it came from.
mongoc_session_opts_clone(3)
mongoc_session_opts_destroy(3)
mongoc_session_opts_get_causal_consistency(3)
mongoc_session_opts_get_default_transaction_opts(3)
mongoc_session_opts_get_snapshot(3)
mongoc_session_opts_get_transaction_opts(3)
mongoc_session_opts_new(3) β document transactions, then free it with mongoc_client_session_destroy() \%<>. Any mongoc_cursor_t \%<> or mongoc_change_stream_t \%<> using a session must be destroyed before the session, and a session must be destroyed before the mongoc_client_t \%<> it came from.
mongoc_session_opts_set_causal_consistency(3)
mongoc_session_opts_set_default_transaction_opts(3) β NULL option to any of the mongoc_transaction_opt_t \%<> setter functions:
mongoc_session_opts_set_snapshot(3) β enabled session will also result in an error.
mongoc_socket_accept(3)
mongoc_socket_bind(3)
mongoc_socket_close(3)
mongoc_socket_connect(3)
mongoc_socket_destroy(3)
mongoc_socket_errno(3)
mongoc_socket_getnameinfo(3)
mongoc_socket_getsockname(3)
mongoc_socket_listen(3)
mongoc_socket_new(3)
mongoc_socket_recv(3)
mongoc_socket_send(3)
mongoc_socket_sendv(3)
mongoc_socket_setsockopt(3)
mongoc_socket_t(3)
mongoc_ssl_opt_get_default(3)
mongoc_ssl_opt_t(3)
mongoc_stream_buffered_new(3)
mongoc_stream_buffered_t(3)
mongoc_stream_close(3)
mongoc_stream_cork(3)
mongoc_stream_destroy(3)
mongoc_stream_file_get_fd(3)
mongoc_stream_file_new(3)
mongoc_stream_file_new_for_path(3)
mongoc_stream_file_t(3) β descriptors.
mongoc_stream_flush(3)
mongoc_stream_get_base_stream(3)
mongoc_stream_gridfs_new(3)
mongoc_stream_read(3)
mongoc_stream_readv(3)
mongoc_stream_setsockopt(3)
mongoc_stream_should_retry(3)
mongoc_stream_socket_get_socket(3)
mongoc_stream_socket_new(3)
mongoc_stream_socket_t(3)
mongoc_stream_t(3) β extensible.
mongoc_stream_timed_out(3)
mongoc_stream_tls_t(3)
mongoc_stream_uncork(3)
mongoc_stream_write(3)
mongoc_stream_writev(3)
mongoc_structured_log(3) β in filter limits the maximum log level of reported messages with a per\-component setting.
mongoc_structured_log_component_t(3)
mongoc_structured_log_entry_get_component(3)
mongoc_structured_log_entry_get_level(3)
mongoc_structured_log_entry_get_message_string(3)
mongoc_structured_log_entry_message_as_bson(3)
mongoc_structured_log_entry_t(3) β progress log entry.
mongoc_structured_log_func_t(3) β safe if they will be used with mongoc_client_pool_t \%<>.
mongoc_structured_log_get_component_name(3)
mongoc_structured_log_get_level_name(3)
mongoc_structured_log_get_named_component(3)
mongoc_structured_log_get_named_level(3)
mongoc_structured_log_level_t(3)
mongoc_structured_log_opts_destroy(3)
mongoc_structured_log_opts_get_max_document_length(3)
mongoc_structured_log_opts_get_max_level_for_component(3)
mongoc_structured_log_opts_new(3) β fatal, and result in one\-time warnings delivered as an unstructured log.
mongoc_structured_log_opts_set_handler(3) β safe if they will be used with mongoc_client_pool_t \%<>.
mongoc_structured_log_opts_set_max_document_length(3) β 8 encoded bytes. Truncation will be indicated with a ... suffix, the length of which is not included in the max document length. If truncation at the exact indicated length would split a valid UTF\-8 sequence, we instead truncate the document earlier at the nearest boundary between code points.
mongoc_structured_log_opts_set_max_document_length_from_env(3)
mongoc_structured_log_opts_set_max_level_for_all_components(3) β component maximum log levels to the same value.
mongoc_structured_log_opts_set_max_level_for_component(3) β component.
mongoc_structured_log_opts_set_max_levels_from_env(3) β component log levels MONGODB_LOG_COMMAND, MONGODB_LOG_CONNECTION, MONGODB_LOG_TOPOLOGY, and MONGODB_LOG_SERVER_SELECTION.
mongoc_structured_log_opts_t(3) β component log levels, a maximum logged document length, and a handler function.
mongoc_topology_description_destroy(3)
mongoc_topology_description_get_servers(3)
mongoc_topology_description_has_readable_server(3)
mongoc_topology_description_has_writable_server(3)
mongoc_topology_description_new_copy(3)
mongoc_topology_description_t(3)
mongoc_topology_description_type(3)
mongoc_transaction_opt_t(3) β document transaction.
mongoc_transaction_opts_clone(3)
mongoc_transaction_opts_destroy(3)
mongoc_transaction_opts_get_max_commit_time_ms(3)
mongoc_transaction_opts_get_read_concern(3)
mongoc_transaction_opts_get_read_prefs(3)
mongoc_transaction_opts_get_write_concern(3)
mongoc_transaction_opts_new(3) β document transactions.
mongoc_transaction_opts_set_max_commit_time_ms(3)
mongoc_transaction_opts_set_read_concern(3)
mongoc_transaction_opts_set_read_prefs(3)
mongoc_transaction_opts_set_write_concern(3)
mongoc_transaction_state_t(3)
mongoc_unstructured_log(3) β custom\-domain\(dq
mongoc_update_flags_t(3)
mongoc_uri_copy(3)
mongoc_uri_destroy(3)
mongoc_uri_get_auth_mechanism(3)
mongoc_uri_get_auth_source(3)
mongoc_uri_get_compressors(3)
mongoc_uri_get_database(3)
mongoc_uri_get_hosts(3)
mongoc_uri_get_mechanism_properties(3)
mongoc_uri_get_option_as_bool(3)
mongoc_uri_get_option_as_int32(3)
mongoc_uri_get_option_as_int64(3)
mongoc_uri_get_option_as_utf8(3)
mongoc_uri_get_options(3)
mongoc_uri_get_password(3)
mongoc_uri_get_read_concern(3)
mongoc_uri_get_read_prefs(3)
mongoc_uri_get_read_prefs_t(3)
mongoc_uri_get_replica_set(3)
mongoc_uri_get_server_monitoring_mode(3)
mongoc_uri_get_service(3)
mongoc_uri_get_srv_hostname(3)
mongoc_uri_get_srv_service_name(3)
mongoc_uri_get_ssl(3)
mongoc_uri_get_string(3)
mongoc_uri_get_tls(3)
mongoc_uri_get_username(3)
mongoc_uri_get_write_concern(3)
mongoc_uri_has_option(3)
mongoc_uri_new(3)
mongoc_uri_new_for_host_port(3)
mongoc_uri_new_with_error(3)
mongoc_uri_option_is_bool(3)
mongoc_uri_option_is_int32(3)
mongoc_uri_option_is_int64(3)
mongoc_uri_option_is_utf8(3)
mongoc_uri_set_auth_mechanism(3)
mongoc_uri_set_auth_source(3)
mongoc_uri_set_compressors(3)
mongoc_uri_set_database(3)
mongoc_uri_set_mechanism_properties(3)
mongoc_uri_set_option_as_bool(3)
mongoc_uri_set_option_as_int32(3)
mongoc_uri_set_option_as_int64(3)
mongoc_uri_set_option_as_utf8(3)
mongoc_uri_set_password(3)
mongoc_uri_set_read_concern(3)
mongoc_uri_set_read_prefs_t(3)
mongoc_uri_set_server_monitoring_mode(3)
mongoc_uri_set_username(3)
mongoc_uri_set_write_concern(3)
mongoc_uri_t(3)
mongoc_uri_unescape(3)
mongoc_version(3)
mongoc_write_concern_append(3)
mongoc_write_concern_copy(3)
mongoc_write_concern_destroy(3)
mongoc_write_concern_get_fsync(3)
mongoc_write_concern_get_journal(3)
mongoc_write_concern_get_w(3)
mongoc_write_concern_get_wmajority(3)
mongoc_write_concern_get_wtag(3)
mongoc_write_concern_get_wtimeout(3)
mongoc_write_concern_get_wtimeout_int64(3)
mongoc_write_concern_is_acknowledged(3)
mongoc_write_concern_is_default(3)
mongoc_write_concern_is_valid(3)
mongoc_write_concern_journal_is_set(3)
mongoc_write_concern_new(3)
mongoc_write_concern_set_fsync(3)
mongoc_write_concern_set_journal(3)
mongoc_write_concern_set_w(3)
mongoc_write_concern_set_wmajority(3)
mongoc_write_concern_set_wtag(3)
mongoc_write_concern_set_wtimeout(3)
mongoc_write_concern_set_wtimeout_int64(3)
mongoc_write_concern_t(3) β operation. Data\-modifying operations typically use the write concern of the object they operate on, and check the server response for a write concern error or write concern timeout. For example, mongoc_collection_drop_index() \%<> uses the collection\(aqs write concern, and a write concern error or timeout in the response is considered a failure.
morph(3) β WordNet morphological processor functions
mouse_close(3) β explicitly close a mouse
mouse_getcaps(3) β returns the capabilities of the mouse
mouse_getposition_6d(3) β provide an interface to 3d mice
mouse_getx(3) β query the mouse state
mouse_init(3) β specifically initialize a mouse
mouse_seteventhandler(3) β set a mouse event handler
mouse_setposition(3) β set the current mouse position
mouse_setscale(3) β sets a mouse scale factor
mouse_setwrap(3) β set what happens at the mouse boundaries
mouse_setxrange(3) β define the boundaries for the mouse cursor
mouse_update(3) β updates the mouse state
mouse_waitforupdate(3) β wait for an mouse update
mpath_persistent_reserve_in(3) β send PRIN command to DM device
mpath_persistent_reserve_out(3) β send PROUT command to DM device
mpool(3) β shared memory buffer pool
mpool(3) β ΠΎΠ±ΡΠΈΠΉ ΠΌΠ°ΡΡΠΈΠ² Π±ΡΡΠ΅ΡΠΎΠ² ΠΏΠ°ΠΌΡΡΠΈ
mprotect(3p)
mq_close(3) β close a message queue descriptor
mq_close(3) β Π·Π°ΠΊΡΡΠ²Π°Π΅Ρ Π΄Π΅ΡΠΊΡΠΈΠΏΡΠΎΡ ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_close(3p)
mq_getattr(3) β get/set message queue attributes
mq_getattr(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ/ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ Π°ΡΡΠΈΠ±ΡΡΡ ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_getattr(3p)
mq_notify(3) β Π²ΠΊΠ»ΡΡΠ°Π΅Ρ ΡΠ²Π΅Π΄ΠΎΠΌΠ»Π΅Π½ΠΈΠ΅ ΠΏΡΠΈ ΠΏΠΎΡΡΡΠΏΠ»Π΅Π½ΠΈΠΈ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ
mq_notify(3) β register for notification when a message is available
mq_notify(3p)
mq_open(3) β open a message queue
mq_open(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΎΡΠ΅ΡΠ΅Π΄Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_open(3p)
mq_receive(3) β Π²ΡΠ±ΠΈΡΠ°ΡΡ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΡ ΠΈΠ· ΠΎΡΠ΅ΡΠ΅Π΄ΠΈ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_receive(3) β receive a message from a message queue
mq_receive(3p)
mq_send(3) β ΠΎΡΠΏΡΠ°Π²Π»ΡΠ΅Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ Π² ΠΎΡΠ΅ΡΠ΅Π΄Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_send(3) β send a message to a message queue
mq_send(3p)
mq_setattr(3p)
mq_timedreceive(3p)
mq_timedsend(3p)
mq_unlink(3) β remove a message queue
mq_unlink(3) β ΡΠ΄Π°Π»ΡΠ΅Ρ ΠΎΡΠ΅ΡΠ΅Π΄Ρ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
mq_unlink(3p)
mrand48(3p)
mrtglib(3) β Library for MRTG and support scripts
msgctl(3p)
msgget(3p)
msgrcv(3p)
msgsnd(3p)
mstream(3bobcat) β Generic message handling stream
msync(3p)
mtrace(3) β malloc tracing
mtrace(3) β ΡΡΠ°ΡΡΠΈΡΠΎΠ²ΠΊΠ° malloc
multibuf(3bobcat) β Selectively writes multiple streams
munge(3) β MUNGE core functions
munge_ctx(3) β MUNGE context functions
munge_enum(3) β MUNGE enumeration functions
munlock(3p)
munlockall(3p)
munmap(3p)
mxml(3) β Mini-XML API
mysql_affected_rows(3) β 1 on error.
mysql_autocommit(3)
mysql_change_user(3)
mysql_close(3)
mysql_commit(3)
mysql_data_seek(3)
mysql_errno(3)
mysql_error(3)
mysql_fetch_field(3)
mysql_fetch_field_direct(3)
mysql_fetch_fields(3)
mysql_fetch_lengths(3)
mysql_fetch_row(3)
mysql_field_count(3)
mysql_field_seek(3)
mysql_field_tell(3)
mysql_free_result(3)
mysql_get_character_set_info(3)
mysql_get_client_info(3)
mysql_get_client_version(3)
mysql_get_host_info(3)
mysql_get_proto_info(3)
mysql_get_server_info(3)
mysql_get_server_version(3)
mysql_get_socket(3)
mysql_get_ssl_cipher(3)
mysql_hex_string(3)
mysql_info(3)
mysql_init(3)
mysql_kill(3)
mysql_more_results(3)
mysql_next_result(3)
mysql_num_fields(3)
mysql_num_rows(3)
mysql_options(3)
mysql_options4(3)
mysql_optionsv(3)
mysql_ping(3)
mysql_query(3)
mysql_read_query_result(3)
mysql_real_connect(3)
mysql_real_escape_string(3)
mysql_real_query(3)
mysql_refresh(3)
mysql_reset_connection(3)
mysql_rollback(3)
mysql_row_seek(3)
mysql_row_tell(3)
mysql_select_db(3)
mysql_send_query(3)
mysql_server_end(3)
mysql_server_init(3)
mysql_session_track_get_first(3)
mysql_session_track_get_next(3)
mysql_set_character_set(3)
mysql_set_server_option(3)
mysql_shutdown(3)
mysql_sqlstate(3)
mysql_ssl_set(3)
mysql_stat(3)
mysql_stmt_affected_rows(3)
mysql_stmt_attr_get(3)
mysql_stmt_attr_set(3)
mysql_stmt_bind_param(3)
mysql_stmt_bind_result(3)
mysql_stmt_close(3)
mysql_stmt_data_seek(3)
mysql_stmt_errno(3)
mysql_stmt_error(3)
mysql_stmt_execute(3)
mysql_stmt_fetch(3)
mysql_stmt_fetch_column(3)
mysql_stmt_field_count(3)
mysql_stmt_free_result(3)
mysql_stmt_init(3)
mysql_stmt_insert_id(3)
mysql_stmt_more_results(3)
mysql_stmt_next_result(3)
mysql_stmt_num_rows(3)
mysql_stmt_param_count(3)
mysql_stmt_param_metadata(3)
mysql_stmt_prepare(3)
mysql_stmt_reset(3)
mysql_stmt_result_metadata(3)
mysql_stmt_row_seek(3)
mysql_stmt_row_tell(3)
mysql_stmt_send_long_data(3)
mysql_stmt_sqlstate(3)
mysql_stmt_store_result(3)
mysql_stmt_warning_count(3)
mysql_store_result(3)
mysql_thread_end(3)
mysql_thread_id(3)
mysql_thread_init(3)
mysql_use_result(3)
mysql_warning_count(3)
nan(3) β return 'Not a Number'
nan(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Β«Not a NumberΒ» (Π½Π΅ ΡΠ²Π»ΡΠ΅ΡΡΡ ΡΠΈΡΠ»ΠΎΠΌ)
nan(3p)
nanosleep(3p)
nbd_add_meta_context(3) β ask server to negotiate metadata context
nbd_aio_block_status(3) β send block status command, with 32\-bit callback
nbd_aio_block_status_64(3) β send block status command, with 64\-bit
nbd_aio_block_status_filter(3) β send filtered block status command to the
nbd_aio_cache(3) β send cache (prefetch) command to the NBD server
nbd_aio_command_completed(3) β check if the command completed
nbd_aio_connect(3) β connect to the NBD server
nbd_aio_connect_command(3) β connect to the NBD server
nbd_aio_connect_socket(3) β connect directly to a connected socket
nbd_aio_connect_systemd_socket_activation(3) β connect using systemd
nbd_aio_connect_tcp(3) β connect to the NBD server over a TCP port
nbd_aio_connect_unix(3) β connect to the NBD server over a Unix domain
nbd_aio_connect_uri(3) β connect to an NBD URI
nbd_aio_connect_vsock(3) β connect to the NBD server over AF_VSOCK socket
nbd_aio_disconnect(3) β disconnect from the NBD server
nbd_aio_flush(3) β send flush command to the NBD server
nbd_aio_get_direction(3) β return the read or write direction
nbd_aio_get_fd(3) β return file descriptor associated with this connection
nbd_aio_in_flight(3) β check how many aio commands are still in flight
nbd_aio_is_closed(3) β check if the connection is closed
nbd_aio_is_connecting(3) β check if the connection is connecting or
nbd_aio_is_created(3) β check if the connection has just been created
nbd_aio_is_dead(3) β check if the connection is dead
nbd_aio_is_negotiating(3) β check if connection is ready to send handshake
nbd_aio_is_processing(3) β check if the connection is processing a command
nbd_aio_is_ready(3) β check if the connection is in the ready state
nbd_aio_notify_read(3) β notify that the connection is readable
nbd_aio_notify_write(3) β notify that the connection is writable
nbd_aio_opt_abort(3) β end negotiation and close the connection
nbd_aio_opt_extended_headers(3) β request the server to enable extended
nbd_aio_opt_go(3) β end negotiation and move on to using an export
nbd_aio_opt_info(3) β request the server for information about an export
nbd_aio_opt_list(3) β request the server to list all exports during
nbd_aio_opt_list_meta_context(3) β request list of available meta
nbd_aio_opt_list_meta_context_queries(3) β request list of available meta
nbd_aio_opt_set_meta_context(3) β select specific meta contexts, with
nbd_aio_opt_set_meta_context_queries(3) β select specific meta contexts,
nbd_aio_opt_starttls(3) β request the server to initiate TLS
nbd_aio_opt_structured_reply(3) β request the server to enable structured
nbd_aio_peek_command_completed(3) β check if any command has completed
nbd_aio_pread(3) β read from the NBD server
nbd_aio_pread_structured(3) β read from the NBD server
nbd_aio_pwrite(3) β write to the NBD server
nbd_aio_trim(3) β send trim command to the NBD server
nbd_aio_zero(3) β send write zeroes command to the NBD server
nbd_block_status(3) β send block status command, with 32\-bit callback
nbd_block_status_64(3) β send block status command, with 64\-bit callback
nbd_block_status_filter(3) β send filtered block status command, with
nbd_cache(3) β send cache (prefetch) command to the NBD server
nbd_can_block_status_payload(3) β does the server support the block status
nbd_can_cache(3) β does the server support the cache command?
nbd_can_df(3) β does the server support the don\*(Aqt fragment flag to pread?
nbd_can_fast_zero(3) β does the server support the fast zero flag?
nbd_can_flush(3) β does the server support the flush command?
nbd_can_fua(3) β does the server support the FUA flag?
nbd_can_meta_context(3) β does the server support a specific meta context?
nbd_can_multi_conn(3) β does the server support multi\-conn?
nbd_can_trim(3) β does the server support the trim command?
nbd_can_zero(3) β does the server support the zero command?
nbd_clear_debug_callback(3) β clear the debug callback
nbd_clear_meta_contexts(3) β reset the list of requested meta contexts
nbd_connect_command(3) β connect to NBD server command
nbd_connect_socket(3) β connect directly to a connected socket
nbd_connect_systemd_socket_activation(3) β connect using systemd socket
nbd_connect_tcp(3) β connect to NBD server over a TCP port
nbd_connect_unix(3) β connect to NBD server over a Unix domain socket
nbd_connect_uri(3) β connect to NBD URI
nbd_connect_vsock(3) β connect to NBD server over AF_VSOCK protocol
nbd_connection_state(3) β return string describing the state of the
nbd_create(3) β create libnbd
nbd_flush(3) β send flush command to the NBD server
nbd_get_block_size(3) β return a specific server block size constraint
nbd_get_canonical_export_name(3) β return the canonical export name, if
nbd_get_debug(3) β return the state of the debug flag
nbd_get_export_description(3) β return the export description, if the
nbd_get_export_name(3) β get the export name
nbd_get_extended_headers_negotiated(3) β see if extended headers are in
nbd_get_full_info(3) β see if NBD_OPT_GO requests extra details
nbd_get_handle_name(3) β get the handle name
nbd_get_handle_size(3) β return an estimate of the memory allocated for
nbd_get_handshake_flags(3) β see which handshake flags are supported
nbd_get_meta_context(3) β return the i\*(Aqth meta context request
nbd_get_nr_meta_contexts(3) β return the current number of requested meta
nbd_get_opt_mode(3) β return whether option mode was enabled
nbd_get_package_name(3) β return the name of the library
nbd_get_pread_initialize(3) β see whether libnbd pre\-initializes read
nbd_get_private_data(3) β get the per\-handle private data
nbd_get_protocol(3) β return the NBD protocol variant
nbd_get_request_block_size(3) β see if NBD_OPT_GO requests block size
nbd_get_request_extended_headers(3) β see if extended headers are
nbd_get_request_meta_context(3) β see if connect automatically requests
nbd_get_request_structured_replies(3) β see if structured replies are
nbd_get_size(3) β return the export size
nbd_get_socket_activation_name(3) β get the socket activation name
nbd_get_strict_mode(3) β see which strictness flags are in effect
nbd_get_structured_replies_negotiated(3) β see if structured replies are
nbd_get_subprocess_pid(3) β get the process ID of the subprocess
nbd_get_tls(3) β get the TLS request setting
nbd_get_tls_hostname(3) β get the effective TLS hostname
nbd_get_tls_negotiated(3) β find out if TLS was negotiated on a connection
nbd_get_tls_priority(3) β get the current TLS priority
nbd_get_tls_username(3) β get the current TLS username
nbd_get_tls_verify_peer(3) β get whether we verify the identity of the
nbd_get_uri(3) β construct an NBD URI for a connection
nbd_get_version(3) β return the version of the library
nbd_get_version_extra(3) β return the extra version of the library
nbd_is_read_only(3) β is the NBD export read\-only?
nbd_is_rotational(3) β is the NBD disk rotational (like a disk)?
nbd_is_uri(3) β detect if a string could be an NBD URI
nbd_kill_subprocess(3) β kill server running as a subprocess
nbd_opt_abort(3) β end negotiation and close the connection
nbd_opt_extended_headers(3) β request the server to enable extended
nbd_opt_go(3) β end negotiation and move on to using an export
nbd_opt_info(3) β request the server for information about an export
nbd_opt_list(3) β request the server to list all exports during
nbd_opt_list_meta_context(3) β list available meta contexts, using
nbd_opt_list_meta_context_queries(3) β list available meta contexts, using
nbd_opt_set_meta_context(3) β select specific meta contexts, using
nbd_opt_set_meta_context_queries(3) β select specific meta contexts, using
nbd_opt_starttls(3) β request the server to initiate TLS
nbd_opt_structured_reply(3) β request the server to enable structured
nbd_poll(3) β poll the handle once
nbd_poll2(3) β poll the handle once, with fd
nbd_pread(3) β read from the NBD server
nbd_pread_structured(3) β read from the NBD server
nbd_pwrite(3) β write to the NBD server
nbd_set_debug(3) β set or clear the debug flag
nbd_set_debug_callback(3) β set the debug callback
nbd_set_export_name(3) β set the export name
nbd_set_full_info(3) β control whether NBD_OPT_GO requests extra details
nbd_set_handle_name(3) β set the handle name
nbd_set_handshake_flags(3) β control use of handshake flags
nbd_set_opt_mode(3) β control option mode, for pausing during option
nbd_set_pread_initialize(3) β control whether libnbd pre\-initializes read
nbd_set_private_data(3) β set the per\-handle private data
nbd_set_request_block_size(3) β control whether NBD_OPT_GO requests block
nbd_set_request_extended_headers(3) β control use of extended headers
nbd_set_request_meta_context(3) β control whether connect automatically
nbd_set_request_structured_replies(3) β control use of structured replies
nbd_set_socket_activation_name(3) β set the socket activation name
nbd_set_strict_mode(3) β control how strictly to follow NBD protocol
nbd_set_tls(3) β enable or require TLS (authentication and encryption)
nbd_set_tls_certificates(3) β set the path to the TLS certificates
nbd_set_tls_hostname(3) β set the TLS hostname
nbd_set_tls_priority(3) β set the TLS priority string
nbd_set_tls_psk_file(3) β set the TLS Pre\-Shared Keys (PSK) filename
nbd_set_tls_username(3) β set the TLS username
nbd_set_tls_verify_peer(3) β set whether we verify the identity of the
nbd_set_uri_allow_local_file(3) β set the allowed transports in NBD URIs
nbd_set_uri_allow_tls(3) β set the allowed TLS settings in NBD URIs
nbd_set_uri_allow_tls_priority(3) β set if \*(Aqtls\-priority\*(Aq is allowed in
nbd_set_uri_allow_transports(3) β set the allowed transports in NBD URIs
nbd_shutdown(3) β disconnect from the NBD server
nbd_stats_bytes_received(3) β statistics of bytes received over connection
nbd_stats_bytes_sent(3) β statistics of bytes sent over connection so far
nbd_stats_chunks_received(3) β statistics of chunks received over
nbd_stats_chunks_sent(3) β statistics of chunks sent over connection so
nbd_supports_tls(3) β true if libnbd was compiled with support for TLS
nbd_supports_uri(3) β true if libnbd was compiled with support for NBD
nbd_supports_vsock(3) β true if libnbd was compiled with support for
nbd_trim(3) β send trim command to the NBD server
nbd_zero(3) β send write zeroes command to the NBD server
nbdkit-cc-plugin(3) β write small nbdkit plugins in inline C
nbdkit-filter(3) β how to write nbdkit filters
nbdkit-plugin(3) β how to write nbdkit plugins
nbdkit-sh-plugin(3) β nbdkit shell, script or executable plugin
nbdkit-tracing(3) β adding user statically defined tracing (USDT) probes
nbdkit_debug(3) β print debugging messages for nbdkit
nbdkit_error(3) β return an error from nbdkit plugins
nbdkit_export_name(3) β get the NBD export name for nbdkit
nbdkit_is_tls(3) β get TLS status of the connection for nbdkit
nbdkit_nanosleep(3) β suspend the current thread for nbdkit
nbdkit_parse_bool(3) β parse human\-readable boolean strings for nbdkit
nbdkit_parse_delay(3) β parse human\-readable delays and sleeps for nbdkit
nbdkit_parse_int(3) β parse numbers for nbdkit
nbdkit_parse_probability(3) β parse probabilities for nbdkit
nbdkit_parse_size(3) β parse human\-readable size strings for nbdkit
nbdkit_peer_name(3) β get client address and information for nbdkit
nbdkit_peer_tls_dn(3) β read the client TLS X.509 Distinguished Name
nbdkit_read_password(3) β read passwords and other secrets for nbdkit
nbdkit_realpath(3) β convert relative to absolute paths for nbdkit
nbdkit_shutdown(3) β request shutdown or client disconnection
nbdkit_stdio_safe(3) β is it safe to interact with stdin and stdout
nbdkit_strdup_intern(3) β create a string with limited lifetime for nbdkit
nbp_name(3) β NBP name parsing
ncurses(3x)
ne_add_request_header(3) β add headers to a request
ne_addr_resolve(3) β functions to resolve hostnames to addresses
ne_buffer(3) β string buffer handling
ne_buffer_append(3) β append data to a string buffer
ne_buffer_clear(3) β clear, grow, or mark as altered a string buffer
ne_buffer_create(3) β create a string buffer
ne_buffer_destroy(3) β destroy a buffer object
ne_get_error(3) β error handling for HTTP sessions
ne_get_response_header(3) β functions to access response headers
ne_get_status(3) β retrieve HTTP response status for request
ne_has_support(3) β determine feature support status
ne_i18n_init(3) β functions to initialize internationalization support
ne_iaddr_make(3) β functions to manipulate network addresses
ne_malloc(3) β memory allocation wrappers
ne_request_create(3) β low\-level HTTP request handling
ne_session_create(3) β set up HTTP sessions
ne_session_proxy(3) β configure proxy servers
ne_set_request_body_buffer(3) β include a message body with a request
ne_set_request_flag(3) β set and retrieve per\-request flags
ne_set_server_auth(3) β register authentication callbacks
ne_set_session_flag(3) β set and retrieve session flags
ne_set_useragent(3) β common properties for HTTP sessions
ne_shave(3) β trim whitespace from a string
ne_sock_init(3) β perform library initialization
ne_ssl_cert_cmp(3) β functions to operate on certificate objects
ne_ssl_cert_identity(3) β functions to access certificate properties
ne_ssl_cert_read(3) β functions to read or write certificates to and from files or strings
ne_ssl_clicert_read(3) β SSL client certificate handling
ne_ssl_readable_dname(3) β SSL distinguished name handling
ne_ssl_set_verify(3) β register an SSL certificate verification callback
ne_ssl_trust_cert(3) β functions to indicate that certificates are trusted
ne_status(3) β HTTP status structure
ne_strhash(3) β string hash interface
ne_strparam(3) β HTTP extended parameter value encoding
ne_token(3) β string tokenizers
ne_version_match(3) β library versioning
ne_xml_create(3) β create and destroy an XML parser
nearbyint(3p)
neon(3) β HTTP and WebDAV client library
netcdf(3) β Unidata's Network Common Data Form (netCDF) library interface
netcdf_f77(3) β Unidata's Network Common Data Form (netCDF) library interface
netcdf_fortran(3) β Unidata's Network Common Data Form (netCDF) library interface
netlink(3) β ΠΌΠ°ΠΊΡΠΎΡΡ netlink
netlink(3) β Netlink macros
netsnmp_agent_api(3)
netsnmp_config_api(3)
netsnmp_mib_api(3)
netsnmp_pdu_api(3)
netsnmp_sess_api(3)
netsnmp_session_api(3) β netsnmp_session_api functions
netsnmp_trap_api(3)
netsnmp_varbind_api(3)
new_pair(3x)
newlocale(3) β create, modify, and free a locale object
newlocale(3) β ΡΠΎΠ·Π΄Π°ΡΡ, ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΈ ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ ΠΎΠ±ΡΠ΅ΠΊΡ Π»ΠΎΠΊΠ°Π»ΠΈ
newlocale(3p)
nextafter(3)
nextafter(3)
nextafter(3p)
nextup(3)
nextup(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ
nflog_attr_put_cfg_cmd(3) β Netlink message helper functions
nflog_bind_group(3) β Group handling
nflog_bind_pf(3) β LibrarySetup
nflog_get_ctid(3) β Message parsing functions
nflog_snprintf_xml(3) β Printing
nfs4_uid_to_name(3) β ID mapping routines used for NFSv4
nftw(3p)
ngettext(3) β translate message and choose plural form
nice(3p)
nl_langinfo(3) β query language and locale information
nl_langinfo(3) β Π·Π°ΠΏΡΠ°ΡΠΈΠ²Π°Π΅Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ ΡΠ·ΡΠΊΠ΅ ΠΈ Π»ΠΎΠΊΠ°Π»ΠΈ
nl_langinfo(3p)
nlist(3bsd) β retrieve symbol table name list from an executable file
nlopt(3) β Nonlinear optimization library
nlopt_minimize(3) β Minimize a multivariate nonlinear function
nlopt_minimize_constrained(3) β Minimize a multivariate nonlinear function subject to nonlinear constraints
nn_allocmsg(3compat) β allocate message (compatible API)
nn_bind(3compat) β accept connections from remote peers (compatible API)
nn_close(3compat) β close socket (compatible API)
nn_cmsg(3compat) β message control data (compatible API)
nn_connect(3compat) β connect to remote peer (compatible API)
nn_device(3compat) β create forwarding device (compatible API)
nn_errno(3compat) β return most recent error (compatible API)
nn_freemsg(3compat) β free message (compatible API)
nn_get_statistic(3compat) β get statistic (stub)
nn_getsockopt(3compat) β get socket option (compatible API)
nn_poll(3compat) β poll sockets (compatible API)
nn_reallocmsg(3compat) β reallocate message (compatible API)
nn_recv(3compat) β receive data (compatible API)
nn_recvmsg(3compat) β receive message (compatible API)
nn_send(3compat) β send data (compatible API)
nn_sendmsg(3compat) β send message (compatible API)
nn_setsockopt(3compat) β set socket option (compatible API)
nn_shutdown(3compat) β shut down endpoint (compatible API)
nn_socket(3compat) β create socket (compatible API)
nn_strerror(3compat) β return message for error (compatible API)
nn_term(3compat) β terminate library (compatible API)
nng_aio_abort(3) β abort asynchronous I/O operation
nng_aio_alloc(3) β allocate asynchronous I/O handle
nng_aio_begin(3) β begin asynchronous I/O operation
nng_aio_cancel(3) β cancel asynchronous I/O operation
nng_aio_count(3) β return number of bytes transferred
nng_aio_defer(3) β defer asynchronous I/O operation
nng_aio_finish(3) β finish asynchronous I/O operation
nng_aio_free(3) β free asynchronous I/O handle
nng_aio_get_input(3) β return input parameter
nng_aio_get_msg(3) β get message from asynchronous receive
nng_aio_get_output(3) β return output result
nng_aio_result(3) β return result of asynchronous operation
nng_aio_set_input(3) β set input parameter
nng_aio_set_iov(3) β set scatter/gather vector
nng_aio_set_msg(3) β set message for asynchronous send
nng_aio_set_output(3) β set output result
nng_aio_set_timeout(3) β set asynchronous I/O timeout
nng_aio_stop(3) β stop asynchronous I/O operation
nng_aio_wait(3) β wait for asynchronous I/O operation
nng_alloc(3) β allocate memory
nng_bus_open(3) β create bus socket
nng_clock(3supp) β get time
nng_close(3) β close socket
nng_compat(3compat) β compatibility with nanomsg 1.0
nng_ctx_close(3) β close context
nng_ctx_get(3) β get context option
nng_ctx_getopt(3) β get context option
nng_ctx_id(3) β return numeric context identifier
nng_ctx_open(3) β create context
nng_ctx_recv(3) β receive message using context asynchronously
nng_ctx_send(3) β send message using context asynchronously
nng_ctx_set(3) β set context option
nng_ctx_setopt(3) β set context option
nng_cv_alloc(3supp) β allocate condition variable
nng_cv_free(3supp) β free condition variable
nng_cv_until(3supp) β wait for condition or timeout
nng_cv_wait(3supp) β wait for condition
nng_cv_wake(3supp) β wake all waiters
nng_cv_wake1(3supp) β wake one waiter
nng_device(3) β message forwarding device
nng_dial(3) β create and start dialer
nng_dialer_close(3) β close dialer
nng_dialer_create(3) β create dialer
nng_dialer_get(3) β get dialer option
nng_dialer_getopt(3) β get dialer option
nng_dialer_id(3) β return numeric dialer identifier
nng_dialer_set(3) β set dialer option
nng_dialer_setopt(3) β set dialer option
nng_dialer_start(3) β start dialer
nng_free(3) β free memory
nng_getopt(3) β get socket option
nng_http_client_alloc(3http) β allocate HTTP client
nng_http_client_connect(3http) β establish HTTP client connection
nng_http_client_free(3http) β free HTTP client
nng_http_client_get_tls(3http) β get HTTP client TLS configuration
nng_http_client_set_tls(3http) β set HTTP client TLS configuration
nng_http_client_transact(3http) β perform one HTTP transaction
nng_http_conn_close(3http) β close HTTP connection
nng_http_conn_read(3http) β read from HTTP connection
nng_http_conn_read_all(3http) β read all from HTTP connection
nng_http_conn_read_req(3http) β read HTTP request
nng_http_conn_read_res(3http) β read HTTP response
nng_http_conn_transact(3http) β perform one HTTP transaction on connection
nng_http_conn_write(3http) β write to HTTP connection
nng_http_conn_write_all(3http) β write all to HTTP connection
nng_http_conn_write_req(3http) β write HTTP request
nng_http_conn_write_res(3http) β write HTTP response
nng_http_handler_alloc(3http) β allocate HTTP server handler
nng_http_handler_free(3http) β free HTTP server handler
nng_http_handler_get_data(3http) β return extra data for HTTP handler
nng_http_handler_set_data(3http) β set extra data for HTTP handler
nng_http_handler_set_host(3http) β set host for HTTP handler
nng_http_handler_set_method(3http) β set HTTP handler method
nng_http_handler_set_tree(3http) β set HTTP handler to match trees
nng_http_hijack(3http) β hijack HTTP server connection
nng_http_req_add_header(3http) β add HTTP request header
nng_http_req_alloc(3http) β allocate HTTP request structure
nng_http_req_copy_data(3http) β copy HTTP request body
nng_http_req_del_header(3http) β delete HTTP request header
nng_http_req_free(3http) β free HTTP request structure
nng_http_req_get_data(3http) β get HTTP request body
nng_http_req_get_header(3http) β return HTTP request header
nng_http_req_get_method(3http) β return HTTP request method
nng_http_req_get_uri(3http) β return HTTP request URI
nng_http_req_get_version(3http) β return HTTP request protocol version
nng_http_req_reset(3http) β reset HTTP request structure
nng_http_req_set_data(3http) β set HTTP request body
nng_http_req_set_header(3http) β set HTTP request header
nng_http_req_set_method(3http) β set HTTP request method
nng_http_req_set_uri(3http) β set HTTP request URI
nng_http_req_set_version(3http) β set HTTP request protocol version
nng_http_res_add_header(3http) β add HTTP response header
nng_http_res_alloc(3http) β allocate HTTP response structure
nng_http_res_alloc_error(3http) β allocate HTTP error response
nng_http_res_copy_data(3http) β copy HTTP response body
nng_http_res_del_header(3http) β delete HTTP response header
nng_http_res_free(3http) β free HTTP response structure
nng_http_res_get_data(3http) β get HTTP response body
nng_http_res_get_header(3http) β return HTTP response header
nng_http_res_get_reason(3http) β return HTTP response reason
nng_http_res_get_status(3http) β return HTTP status code
nng_http_res_get_version(3http) β return HTTP response protocol version
nng_http_res_reset(3http) β reset HTTP response structure
nng_http_res_set_data(3http) β set HTTP response body
nng_http_res_set_header(3http) β set HTTP response header
nng_http_res_set_reason(3http) β set HTTP response reason
nng_http_res_set_status(3http) β set HTTP response status
nng_http_res_set_version(3http) β set HTTP response protocol version
nng_http_server_add_handler(3http) β add HTTP server handler
nng_http_server_del_handler(3http) β delete HTTP server handler
nng_http_server_get_addr(3http) β get HTTP server address
nng_http_server_get_tls(3http) β get HTTP server TLS configuration
nng_http_server_hold(3http) β get and hold HTTP server instance
nng_http_server_release(3http) β release HTTP server instance
nng_http_server_set_tls(3http) β set HTTP server TLS configuration
nng_http_server_start(3http) β start HTTP server
nng_http_server_stop(3http) β stop HTTP server
nng_id_map(3supp) β identifier based mapping table
nng_inproc_register(3) β register inproc transport
nng_ipc_register(3) β register ipc transport
nng_listen(3) β create and start listener
nng_listener_close(3) β close listener
nng_listener_create(3) β create listener
nng_listener_get(3) β get listener option
nng_listener_getopt(3) β get listener option
nng_listener_id(3) β return numeric listener identifier
nng_listener_set(3) β set listener option
nng_listener_setopt(3) β set listener option
nng_listener_start(3) β start listener
nng_log(3) β log messages
nng_log_get_level(3) β get minimum level for logging messagse
nng_log_set_facility(3) β set facility used for log messages
nng_log_set_level(3) β set minimum level for logging messagse
nng_log_set_logger(3) β set logging handler
nng_msg_alloc(3) β allocate a message
nng_msg_append(3) β append to message body
nng_msg_body(3) β return message body
nng_msg_chop(3) β remove data from end of message body
nng_msg_clear(3) β clear message body content
nng_msg_dup(3) β duplicate a message
nng_msg_free(3) β free a message
nng_msg_get_pipe(3) β get pipe for message
nng_msg_header(3) β return message header
nng_msg_header_append(3) β append to message header
nng_msg_header_chop(3) β remove data from end of message header
nng_msg_header_clear(3) β clear message header
nng_msg_header_insert(3) β prepend to message header
nng_msg_header_len(3) β return message header length
nng_msg_header_trim(3) β remove data from start of message header
nng_msg_insert(3) β prepend to message body
nng_msg_len(3) β return message body length
nng_msg_realloc(3) β reallocate a message
nng_msg_set_pipe(3) β set pipe for message
nng_msg_trim(3) β remove data from start of message body
nng_msleep(3supp) β sleep milliseconds
nng_mtx_alloc(3supp) β allocate mutex
nng_mtx_free(3supp) β free mutex
nng_mtx_lock(3supp) β lock mutex
nng_mtx_unlock(3supp) β unlock mutex
nng_opts_parse(3supp) β parse command line options
nng_pair_open(3) β create pair socket
nng_pipe_close(3) β close pipe
nng_pipe_dialer(3) β return dialer that created pipe
nng_pipe_get(3) β get pipe option
nng_pipe_getopt(3) β get pipe option
nng_pipe_id(3) β return numeric pipe identifier
nng_pipe_listener(3) β return listener that created pipe
nng_pipe_notify(3) β register pipe notification callback
nng_pipe_socket(3) β return owning socket for pipe
nng_pub_open(3) β create pub socket
nng_pull_open(3) β create pull socket
nng_push_open(3) β create push socket
nng_random(3supp) β get random number
nng_recv(3) β recv data
nng_recv_aio(3) β receive message asynchronously
nng_recvmsg(3) β receive a message
nng_rep_open(3) β create rep socket
nng_req_open(3) β create req socket
nng_respondent_open(3) β create respondent socket
nng_send(3) β send data
nng_send_aio(3) β send message asynchronously
nng_sendmsg(3) β send message
nng_setopt(3) β set socket option
nng_sleep_aio(3) β sleep asynchronously
nng_socket_get(3) β get socket option
nng_socket_id(3) β return numeric socket identifier
nng_socket_pair(3supp) β create a connected pair of BSD sockets
nng_socket_proto_id(3) β obtain the socket protocol id
nng_socket_proto_name(3) β obtain the socket protocol name
nng_socket_raw(3) β return whether socket is cooked or raw
nng_socket_set(3) β set socket option
nng_stat_bool(3) β get statistic Boolean value
nng_stat_child(3) β get child statistic
nng_stat_desc(3) β get statistic description
nng_stat_find(3) β find statistic by name
nng_stat_find_dialer(3) β find dialer statistics
nng_stat_find_listener(3) β find listener statistics
nng_stat_find_socket(3) β find socket statistics
nng_stat_name(3) β get statistic name
nng_stat_next(3) β get next statistic
nng_stat_string(3) β get statistic string value
nng_stat_timestamp(3) β get statistic timestamp
nng_stat_type(3) β get statistic type
nng_stat_unit(3) β get statistic unit
nng_stat_value(3) β get statistic numeric value
nng_stats_free(3) β free statistics snapshot
nng_stats_get(3) β get statistics snapshot
nng_str_sockaddr(3) β get string representation of socket address
nng_strdup(3) β duplicate string
nng_stream_close(3str) β close byte stream
nng_stream_dialer_alloc(3str) β allocate byte stream dialer
nng_stream_dialer_close(3str) β close byte stream dialer
nng_stream_dialer_dial(3str) β initiate outgoing byte stream connection
nng_stream_dialer_free(3str) β free byte stream dialer
nng_stream_dialer_get(3str) β get option from byte stream dialer
nng_stream_dialer_set(3str) β set option on byte stream dialer
nng_stream_free(3str) β free byte stream
nng_stream_get(3str) β get option from byte stream
nng_stream_listener_accept(3str) β accept incoming byte stream connection
nng_stream_listener_alloc(3str) β allocate byte stream listener
nng_stream_listener_close(3str) β close byte stream listener
nng_stream_listener_free(3str) β free byte stream listener
nng_stream_listener_get(3str) β get option from byte stream listener
nng_stream_listener_listen(3str) β bind listener to configured address
nng_stream_listener_set(3str) β set option on byte stream listener
nng_stream_recv(3str) β receive from byte stream
nng_stream_send(3str) β send to byte stream
nng_stream_set(3str) β set option on byte stream
nng_strerror(3) β return an error description
nng_strfree(3) β free memory
nng_sub_open(3) β create sub socket
nng_surveyor_open(3) β create surveyor socket
nng_tcp_register(3) β register tcp transport
nng_thread_create(3supp) β create thread
nng_thread_destroy(3supp) β reap thread
nng_thread_set_name(3supp) β set thread name
nng_tls_register(3) β register tls transport
nng_url_clone(3) β clone URL structure
nng_url_free(3) β free a URL structure
nng_url_parse(3) β create URL structure from a string
nng_version(3) β report library version
nng_ws_register(3) β register WebSocket transport
nng_wss_register(3) β register WebSocket secure transport
nng_zt_register(3) β register ZeroTier transport
notcurses(3) β TUI library for modern terminal emulators
notcurses_capabilities(3) β runtime capability detection
notcurses_cell(3) β operations on nccell objects
notcurses_channels(3) β operations on notcurses channels
notcurses_core(3) β minimal Notcurses linkage
notcurses_direct(3) β the Direct Mode API
notcurses_fade(3) β fade ncplanes in and out
notcurses_fds(3) β dumping file descriptors and subprocesses to planes
notcurses_init(3) β initialize a Notcurses instance
notcurses_input(3) β input via notcurses
notcurses_lines(3) β operations on lines and boxes
notcurses_menu(3) β operations on ncmenu objects
notcurses_metric(3) β fixed\-width numeric output with metric suffixes
notcurses_multiselector(3) β high level widget for selecting from a set
notcurses_output(3) β output to ncplanes
notcurses_palette(3) β operations on notcurses palettes
notcurses_pile(3) β operations on Notcurses piles
notcurses_plane(3) β operations on ncplanes
notcurses_plot(3) β high level widget for plotting
notcurses_progbar(3) β high level widget for progress bars
notcurses_reader(3) β high level widget for collecting input
notcurses_reel(3) β high\-level widget for hierarchical data
notcurses_refresh(3) β redraw an externally\-damaged display
notcurses_render(3) β sync the physical display to a virtual pile
notcurses_selector(3) β high level widget for selecting from a set
notcurses_stats(3) β notcurses runtime statistics
notcurses_stdplane(3) β acquire the standard ncplane
notcurses_stop(3) β free up resources and restore initial terminal state
notcurses_tabbed(3)
notcurses_tree(3) β high\-level hierarchical line\-based data
notcurses_util(3) β portable utility functions
notcurses_visual(3) β notcurses multimedia
nozzle_add_ip(3) β equivalent of ip addr or ifconfig <ipaddress/prefix>
nozzle_close(3) β deconfigure and destroy a nozzle device
nozzle_del_ip(3) β equivalent of ip addr del or ifconfig del <ipaddress/prefix>
nozzle_get_fd(3) β nozzle - pointer to the nozzle struct
nozzle_get_handle_by_name(3) β find a nozzle handle by device name
nozzle_get_ips(3) β retrieve the list of all configured ips for a given interface
nozzle_get_mac(3) β retrieve mac address on a given nozzle interface
nozzle_get_mtu(3) β retrieve mtu on a given nozzle interface
nozzle_get_name_by_handle(3) β retrieve nozzle interface name by handle
nozzle_open(3) β create a new tap device on the system.
nozzle_reset_mac(3) β reset mac address on a given nozzle interface to system default
nozzle_reset_mtu(3) β reset mtu on a given nozzle interface to the system default
nozzle_run_updown(3) β execute updown commands associated with a nozzle device.
nozzle_set_down(3) β equivalent of ifconfig down
nozzle_set_mac(3) β set mac address on a given nozzle interface
nozzle_set_mtu(3) β set mtu on a given nozzle interface
nozzle_set_up(3) β equivalent of ifconfig up
nrand48(3p)
ntohl(3p)
ntp_gettime(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ (ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡ ΡΠ»ΡΠΆΠ±Ρ
ntp_gettime(3) β get time parameters (NTP daemon interface)
numa(3) β NUMA policy library
nutscan(3) β Network UPS Tools (NUT) device discovery library
nutscan_add_device_to_device(3) β Concatenate two devices structure.
nutscan_add_ip_range(3) β Add an entry with IP address range (starting and ending addresses) to a `nutscan_ip_range_list_t` structure.
nutscan_add_option_to_device(3) β Add option data to the specified device.
nutscan_cidr_to_ip(3) β Convert a CIDR IP to a range of IP address.
nutscan_display_parsable(3) β Display the specified `nutscan_device_t` structure on stdout.
nutscan_display_sanity_check(3) β Display sanity check warnings about the specified `nutscan_device_t` structure on stdout.
nutscan_display_sanity_check_serial(3) β Display sanity check warnings about serial (serial number/code string) optional values in the specified `nutscan_device_t` structure on stdout.
nutscan_display_ups_conf(3) β Display the specified `nutscan_device_t` structure on stdout.
nutscan_display_ups_conf_with_sanity_check(3) β Display the specified `nutscan_device_t` structure and sanity\-check warnings on stdout.
nutscan_free_device(3) β Free a `nutscan_device_t` structure created by `nutscan_new_device`.
nutscan_free_ip_ranges(3) β Free contents of a `nutscan_ip_range_list_t` structure populated (and optionally created) by `nutscan_init_ip_ranges()` and, more importantly, filled by a series of `nutscan_add_ip_range()` calls.
nutscan_get_serial_ports_list(3) β Get a port list name from a range of port.
nutscan_init(3) β Initialize the nutscan library.
nutscan_init_ip_ranges(3) β Initialize contents of a `nutscan_ip_range_list_t` structure (and optionally create one in the first place).
nutscan_ip_ranges_iter_inc(3) β Proceed with iteration of an IP address range using a `nutscan_ip_range_list_iter_t` structure.
nutscan_ip_ranges_iter_init(3) β Begin iteration of an IP address range using a `nutscan_ip_range_list_iter_t` structure.
nutscan_new_device(3) β Create a new nutscan_device_t structure.
nutscan_scan_avahi(3) β Scan network for NUT services via mDNS
nutscan_scan_eaton_serial(3) β Scan serial ports for Eaton devices (XCP, SHUT and Q1).
nutscan_scan_ipmi(3) β Scan local IPMI devices.
nutscan_scan_nut(3) β Scan network for available NUT services.
nutscan_scan_nut_simulation(3) β Scan your sysconfig directory for NUT simulation devices.
nutscan_scan_snmp(3) β Scan network for SNMP devices.
nutscan_scan_usb(3) β Scan NUT compatible USB devices.
nutscan_scan_xml_http_range(3) β Scan network for XML/HTTP devices.
nutscan_stringify_ip_ranges(3) β Collect contents of a `nutscan_ip_range_list_t` structure into a string buffer that can be further printed into logs.
nutscan_upslog_set_debug_level(3) β manipulate the possibly separate (identified via cookie) debugging level and sub\-process tags for NUT common code in the nutscan library; propagate to `libupsclient` if already loaded.
o2i_SCT_LIST(3ossl)
oath_authenticate_usersfile(3) β API function
oath_base32_decode(3) β API function
oath_base32_encode(3) β API function
oath_bin2hex(3) β API function
oath_check_version(3) β API function
oath_done(3) β API function
oath_hex2bin(3) β API function
oath_hotp_generate(3) β API function
oath_hotp_validate(3) β API function
oath_hotp_validate_callback(3) β API function
oath_init(3) β API function
oath_strerror(3) β API function
oath_strerror_name(3) β API function
oath_totp_generate(3) β API function
oath_totp_generate2(3) β API function
oath_totp_validate(3) β API function
oath_totp_validate2(3) β API function
oath_totp_validate2_callback(3) β API function
oath_totp_validate3(3) β API function
oath_totp_validate3_callback(3) β API function
oath_totp_validate4(3) β API function
oath_totp_validate4_callback(3) β API function
oath_totp_validate_callback(3) β API function
oauth(3)
ofdbuf(3bobcat) β Output stream buffer initialized by a file descriptor
ofdstream(3bobcat) β Output Stream initialized by a File Descriptor
off_t(3type) β file sizes
offsetof(3) β offset of a structure member
offsetof(3) β ΡΠΌΠ΅ΡΠ΅Π½ΠΈΠ΅ ΡΠ»Π΅ΠΌΠ΅Π½ΡΠ° ΡΡΡΡΠΊΡΡΡΡ
ofilterbuf(3bobcat) β Base class for std::ostream filtering
ofoldbuf(3bobcat) β Folds long lines written to ostream
ofoldstream(3bobcat) β Folds long lines
ohexbuf(3bobcat) β Writes characters written to an ostream as hex
oid_is_null(3) β functions that allow mapping
omapi(3)
ommapstream(3bobcat) β Input Stream using mmap(2) through FBB::MmapBuf
omutexstream(3bobcat) β Offers mutex protected std::ostream facilities
on_exit(3) β ΡΠ΅Π³ΠΈΡΡΡΠΈΡΡΠ΅Ρ ΡΡΠ½ΠΊΡΠΈΡ Π΄Π»Ρ Π²ΡΠ·ΠΎΠ²Π° Π² ΡΠ»ΡΡΠ°Π΅ Π½ΠΎΡΠΌΠ°Π»ΡΠ½ΠΎΠ³ΠΎ Π·Π°Π²Π΅ΡΡΠ΅Π½ΠΈΡ
on_exit(3) β register a function to be called at normal process termination
onekey(3bobcat) β Single keystroke input, not requiring `Return\(cq
open(3p)
open_memstream(3) β open a dynamic memory buffer stream
open_memstream(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ Π΄ΠΈΠ½Π°ΠΌΠΈΡΠ΅ΡΠΊΠΈΠΉ Π±ΡΡΠ΅Ρ ΠΏΠ°ΠΌΡΡΠΈ ΠΊΠ°ΠΊ
open_memstream(3p)
openaptx.h(3) β Reverse-engineered apt-X header file.
openat(3p)
opendir(3) β open a directory
opendir(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΊΠ°ΡΠ°Π»ΠΎΠ³
opendir(3p)
openlog(3p)
opennet(3) β URL handling library.
openpty(3) β terminal utility functions
openpty(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Ρ ΡΠ΅ΡΠΌΠΈΠ½Π°Π»ΠΎΠΌ
optarg(3p)
optimization(3) β Compiler optimization
optionFileLoad(3)
optionFindNextValue(3)
optionFindValue(3)
optionFree(3)
optionGetValue(3)
optionLoadLine(3)
optionMemberList(3)
optionNextValue(3)
optionOnlyUsage(3)
optionPrintVersion(3)
optionPrintVersionAndReturn(3)
optionProcess(3)
optionRestore(3)
optionSaveFile(3)
optionSaveState(3)
optionUnloadNested(3)
optionVersion(3)
ordchr(3am) β convert characters to strings and vice versa
osharedstream(3bobcat) β std::ostream operations on shared memory
ossp-uuid(3) β Universally Unique Identifier
ossp-uuid++(3) β Universally Unique Identifier (\*(C+ \s-1API\s0)
osymcryptstream(3bobcat) β std::ostream performing symmetric
osymcryptstreambuf(3bobcat) β std::streambuf performing symmetric
overview(3) β Toolchain Overview
owperl(3) β perl interface for the 1-wire filesystem
pack(3) β support for connected components
pam(3) β Pluggable Authentication Modules Library
pam_acct_mgmt(3) β PAM account validation management
pam_authenticate(3) β account authentication
pam_chauthtok(3) β updating authentication tokens
pam_close_session(3) β terminate PAM session management
pam_conv(3) β PAM conversation function
pam_end(3) β termination of PAM transaction
pam_error(3) β display error messages to the user
pam_fail_delay(3) β request a delay on failure
pam_get_authtok(3) β get authentication token
pam_get_data(3) β get module internal data
pam_get_item(3) β getting PAM information
pam_get_user(3) β get user name
pam_getenv(3) β get a PAM environment variable
pam_getenvlist(3) β getting the PAM environment
pam_info(3) β display messages to the user
pam_misc_drop_env(3) β liberating a locally saved environment
pam_misc_paste_env(3) β transcribing an environment to that of PAM
pam_misc_setenv(3) β BSD like PAM environment variable setting
pam_open_session(3) β start PAM session management
pam_prompt(3) β interface to conversation function
pam_putenv(3) β set or change PAM environment variable
pam_set_data(3) β set module internal data
pam_set_item(3) β set and update PAM information
pam_setcred(3) β establish / delete user credentials
pam_sm_acct_mgmt(3) β PAM service function for account management
pam_sm_authenticate(3) β PAM service function for user authentication
pam_sm_chauthtok(3) β PAM service function for authentication token management
pam_sm_close_session(3) β PAM service function to terminate session management
pam_sm_open_session(3) β PAM service function to start session management
pam_sm_setcred(3) β PAM service function to alter credentials
pam_start(3) β initialization of PAM transaction
pam_strerror(3) β return string describing PAM error code
pam_syslog(3) β send messages to the system logger
pam_xauth_data(3) β structure containing X authentication data
panel(3x)
parity.h(3)
parport(3) β representation of a parallel port
parport_list(3) β a collection of parallel ports
parse_opts(3) β parse standard and user options for LTP test programs
parse_ranges(3) β function to parse a string formatted like 'min:max:mult,...'
parser(3) β Parser routines
parser_event_handlers(3)
path_to_handle(3) β file handle operations
pathconf(3p)
pathplan(3) β finds and smooths shortest paths
pattern(3bobcat) β Performs RE pattern matching
pause(3p)
pbs_alterjob(3) β alter pbs batch job
pbs_checkpointjob(3) β checkpoint a pbs batch job
pbs_connect(3) β connect to a pbs batch server
pbs_default(3) β return the pbs default server name
pbs_deljob(3) β delete a pbs batch job
pbs_disconnect(3) β disconnect from a pbs batch server
pbs_fbserver(3) β get the pbs fall-back server name
pbs_get_server_list(3) β get a list of pbs server names
pbs_geterrmsg(3) β get error message for last pbs batch operation
pbs_gpumode(3) β change GPU mode
pbs_gpureset(3) β reset GPU error counts
pbs_holdjob(3) β place a hold on a pbs batch job
pbs_locate(3) β locate current location of a pbs batch job
pbs_manager(3) β administrator a pbs batch object
pbs_movejob(3) β move a pbs batch job to a new destination
pbs_msgjob(3) β record a message for a running pbs batch job
pbs_orderjob(3) β reorder pbs batch jobs in a queue
pbs_rerunjob(3) β rerun a pbs batch job
pbs_rescquery(3) β query resource availability
pbs_rescreserve(3) β reserve/free batch resources
pbs_rlsjob(3) β release a hold on a pbs batch job
pbs_runjob(3) β run a pbs batch job
pbs_selectjob(3) β select pbs batch jobs
pbs_selstat(3) β obtain status of selected pbs batch jobs
pbs_sigjob(3) β send a signal to a pbs batch job
pbs_stagein(3) β request that files for a pbs batch job be staged in.
pbs_statjob(3) β obtain status of pbs batch jobs
pbs_statnode(3) β obtain status of pbs nodes
pbs_statque(3) β obtain status of pbs batch queues
pbs_statserver(3) β obtain status of a pbs batch server
pbs_submit(3) β submit a pbs batch job
pbs_terminate(3) β terminate a pbs batch server
pcap(3pcap) β Packet Capture library
pcap_activate(3pcap) β activate a capture handle
pcap_breakloop(3pcap) β force a pcap_dispatch() or pcap_loop() call to return
pcap_can_set_rfmon(3pcap) β check whether monitor mode can be set for a
pcap_close(3pcap) β close a capture device or savefile
pcap_compile(3pcap) β compile a filter expression
pcap_create(3pcap) β create a live capture handle
pcap_datalink(3pcap) β get the link-layer header type
pcap_datalink_name_to_val(3pcap) β get the link-layer header type value
pcap_datalink_val_to_name(3pcap) β get a
pcap_dump(3pcap) β write a packet to a capture file
pcap_dump_close(3pcap) β close a savefile being written to
pcap_dump_file(3pcap) β get the standard I/O stream for a savefile being written
pcap_dump_flush(3pcap) β flush to a savefile packets dumped
pcap_dump_ftell(3pcap) β get the current file offset for a savefile being written
pcap_dump_open(3pcap) β open a file to
pcap_file(3pcap) β get the standard I/O stream for a savefile being read
pcap_fileno(3pcap) β get the file descriptor for a live capture
pcap_findalldevs(3pcap) β get a list of capture devices, and
pcap_freecode(3pcap) β free a BPF program
pcap_get_required_select_timeout(3pcap) β get a timeout to be used when doing
pcap_get_selectable_fd(3pcap) β get a file descriptor on which a select() can
pcap_get_tstamp_precision(3pcap) β get the time stamp precision returned in
pcap_geterr(3pcap) β get or print libpcap error message text
pcap_init(3pcap) β initialize the library
pcap_inject(3pcap) β transmit a packet
pcap_is_swapped(3pcap) β find out whether a savefile has the native byte order
pcap_lib_version(3pcap) β get the version information for libpcap
pcap_list_datalinks(3pcap) β get a list of link-layer header
pcap_list_tstamp_types(3pcap) β get a list of time
pcap_lookupdev(3pcap) β find the default device on which to capture
pcap_lookupnet(3pcap) β find the IPv4 network number and netmask for a device
pcap_loop(3pcap) β process packets from a live capture or savefile
pcap_major_version(3pcap) β get the version number of a savefile
pcap_next_ex(3pcap) β read the next packet from a pcap_t
pcap_offline_filter(3pcap) β check whether a filter matches a packet
pcap_open_dead(3pcap) β open a fake
pcap_open_live(3pcap) β open a device for capturing
pcap_open_offline(3pcap) β open a saved capture file for reading
pcap_set_buffer_size(3pcap) β set the buffer size for a not-yet-activated
pcap_set_datalink(3pcap) β set the link-layer header type to be used by a
pcap_set_immediate_mode(3pcap) β set immediate mode for a not-yet-activated capture
pcap_set_promisc(3pcap) β set promiscuous mode for a not-yet-activated
pcap_set_protocol_linux(3pcap) β set capture protocol for a not-yet-activated
pcap_set_rfmon(3pcap) β set monitor mode for a not-yet-activated capture
pcap_set_snaplen(3pcap) β set the snapshot length for a not-yet-activated
pcap_set_timeout(3pcap) β set the packet buffer timeout for a
pcap_set_tstamp_precision(3pcap) β set the time stamp precision returned in
pcap_set_tstamp_type(3pcap) β set the time stamp type to be used by a
pcap_setdirection(3pcap) β set the direction for which packets will be captured
pcap_setfilter(3pcap) β set the filter
pcap_setnonblock(3pcap) β set or get the state of
pcap_snapshot(3pcap) β get the snapshot length
pcap_stats(3pcap) β get capture statistics
pcap_statustostr(3pcap) β convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string
pcap_strerror(3pcap) β convert an errno value to a string
pcap_tstamp_type_name_to_val(3pcap) β get the time stamp type value
pcap_tstamp_type_val_to_name(3pcap) β get
pcl(3) β C coroutine management
pclose(3p)
pcont(3)
pcre(3)
pcre16(3)
pcre2(3)
pcre2_callout_enumerate(3)
pcre2_code_copy(3)
pcre2_code_copy_with_tables(3)
pcre2_code_free(3)
pcre2_compile(3)
pcre2_compile_context_copy(3)
pcre2_compile_context_create(3)
pcre2_compile_context_free(3)
pcre2_config(3)
pcre2_convert_context_copy(3)
pcre2_convert_context_create(3)
pcre2_convert_context_free(3)
pcre2_converted_pattern_free(3)
pcre2_dfa_match(3)
pcre2_general_context_copy(3)
pcre2_general_context_create(3)
pcre2_general_context_free(3)
pcre2_get_error_message(3)
pcre2_get_mark(3)
pcre2_get_match_data_heapframes_size(3)
pcre2_get_match_data_size(3)
pcre2_get_ovector_count(3)
pcre2_get_ovector_pointer(3)
pcre2_get_startchar(3)
pcre2_jit_compile(3)
pcre2_jit_free_unused_memory(3)
pcre2_jit_match(3)
pcre2_jit_stack_assign(3)
pcre2_jit_stack_create(3)
pcre2_jit_stack_free(3)
pcre2_maketables(3)
pcre2_maketables_free(3)
pcre2_match(3)
pcre2_match_context_copy(3)
pcre2_match_context_create(3)
pcre2_match_context_free(3)
pcre2_match_data_create(3)
pcre2_match_data_create_from_pattern(3)
pcre2_match_data_free(3)
pcre2_next_match(3)
pcre2_pattern_convert(3)
pcre2_pattern_info(3)
pcre2_serialize_decode(3)
pcre2_serialize_encode(3)
pcre2_serialize_free(3)
pcre2_serialize_get_number_of_codes(3)
pcre2_set_bsr(3)
pcre2_set_callout(3)
pcre2_set_character_tables(3)
pcre2_set_compile_extra_options(3)
pcre2_set_compile_recursion_guard(3)
pcre2_set_depth_limit(3)
pcre2_set_glob_escape(3)
pcre2_set_glob_separator(3)
pcre2_set_heap_limit(3)
pcre2_set_match_limit(3)
pcre2_set_max_pattern_compiled_length(3)
pcre2_set_max_pattern_length(3)
pcre2_set_max_varlookbehind(3)
pcre2_set_newline(3)
pcre2_set_offset_limit(3)
pcre2_set_optimize(3)
pcre2_set_parens_nest_limit(3)
pcre2_set_recursion_limit(3)
pcre2_set_recursion_memory_management(3)
pcre2_set_substitute_callout(3)
pcre2_set_substitute_case_callout(3)
pcre2_substitute(3)
pcre2_substring_copy_byname(3)
pcre2_substring_copy_bynumber(3)
pcre2_substring_free(3)
pcre2_substring_get_byname(3)
pcre2_substring_get_bynumber(3)
pcre2_substring_length_byname(3)
pcre2_substring_length_bynumber(3)
pcre2_substring_list_free(3)
pcre2_substring_list_get(3)
pcre2_substring_nametable_scan(3)
pcre2_substring_number_from_name(3)
pcre2api(3)
pcre2build(3)
pcre2callout(3)
pcre2compat(3)
pcre2convert(3)
pcre2demo(3)
pcre2jit(3)
pcre2limits(3)
pcre2matching(3)
pcre2partial(3)
pcre2pattern(3)
pcre2perform(3)
pcre2posix(3)
pcre2sample(3)
pcre2serialize(3)
pcre2syntax(3)
pcre2unicode(3)
pcre32(3)
pcre_assign_jit_stack(3)
pcre_compile(3)
pcre_compile2(3)
pcre_config(3)
pcre_copy_named_substring(3)
pcre_copy_substring(3)
pcre_dfa_exec(3)
pcre_exec(3)
pcre_free_study(3)
pcre_free_substring(3)
pcre_free_substring_list(3)
pcre_fullinfo(3)
pcre_get_named_substring(3)
pcre_get_stringnumber(3)
pcre_get_stringtable_entries(3)
pcre_get_substring(3)
pcre_get_substring_list(3)
pcre_jit_exec(3)
pcre_jit_stack_alloc(3)
pcre_jit_stack_free(3)
pcre_maketables(3)
pcre_pattern_to_host_byte_order(3)
pcre_refcount(3)
pcre_study(3)
pcre_utf16_to_host_byte_order(3)
pcre_utf32_to_host_byte_order(3)
pcre_version(3)
pcreapi(3)
pcrebuild(3)
pcrecallout(3)
pcrecompat(3)
pcrecpp(3)
pcredemo(3)
pcrejit(3)
pcrelimits(3)
pcrematching(3)
pcrepartial(3)
pcrepattern(3)
pcreperform(3)
pcreposix(3)
pcreprecompile(3)
pcresample(3)
pcrestack(3)
pcresyntax(3)
pcreunicode(3)
pdfio(3) β pdf read/write library
perror(3) β print a system error message
perror(3) β ΠΏΠ΅ΡΠ°ΡΠ°Π΅Ρ ΡΠΈΡΡΠ΅ΠΌΠ½ΠΎΠ΅ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΎΠ± ΠΎΡΠΈΠ±ΠΊΠ΅
perror(3p)
pfm_find_event(3)
pfm_get_event_attr_info(3) β get event attribute information
pfm_get_event_encoding(3) β get raw event encoding
pfm_get_event_info(3) β get event information
pfm_get_event_next(3) β iterate over events
pfm_get_os_event_encoding(3) β get event encoding for a specific operating system
pfm_get_perf_event_encoding(3) β encode event for perf_event API
pfm_get_pmu_info(3) β get PMU information
pfm_get_version(3) β get library version
pfm_initialize(3) β initialize library
pfm_strerror(3) β return constant string describing error code
pfm_terminate(3) β free resources used by library
pgmspace(3) β Data in Program Space
pgmspace.h(3)
pidfile(3bsd) β library for PID files handling
ping_construct(3) β Constructor for the liboping class
ping_get_error(3) β Return the last error message
ping_host_add(3) β Add a host to a liboping object
ping_iterator_get(3) β Iterate over all hosts of a liboping object
ping_iterator_get_context(3) β Store host\-dependent data
ping_iterator_get_info(3) β Receive information about a host
ping_send(3) β Send ICMP echo requests to all associated hosts and wait for ICMP echo responses to arrive
ping_setopt(3) β Set options for a liboping object
pipe(3bobcat) β Defines a system level communication pipe
pipe(3p)
plcombine(3gv)
plconsol(3gv)
pmAF(3) β event queue services for periodic asynchronous callbacks
pmAddDerived(3) β register a per-context derived metric name and definition
pmAddDerivedText(3) β add help text for a derived metric
pmAddProfile(3) β add instance(s) to the current PMAPI instance profile
pmAtomStr(3) β convert a performance metric value into a string
pmConvScale(3) β rescale a performance metric value
pmCreateFetchGroup(3) β simplified performance metrics value fetch and conversion
pmCtime(3) β format the date and time for a reporting timezone
pmDelProfile(3) β delete instance(s) from the current PMAPI instance profile
pmDerivedControl(3) β get and set controls for derived metrics
pmDerivedErrStr(3) β return error message from failure to parse derived metric definition
pmDestroyContext(3) β destroy a PMAPI context
pmDiscoverServices(3) β discover PCP services on the network
pmDiscoverSetup(3) β asynchronous archive location and contents discovery services
pmDupContext(3) β duplicate a PMAPI context
pmErrStr(3) β convert a PMAPI error code into a string
pmEventFlagsStr(3) β convert an event record flags value into a string
pmExtractValue(3) β extract a performance metric value from a pmResult structure
pmFetch(3) β get performance metric values
pmFetchArchive(3) β get performance metric values directly from archives
pmFreeEventResult(3) β release storage allocated for unpacked event records
pmFreeLabelSets(3) β release storage allocated for performance metric labels
pmFreeResult(3) β release storage allocated for performance metrics values
pmGetArchiveEnd(3) β locate logical end of file for a set of archives
pmGetArchiveLabel(3) β fetch the label record from a set of performance metrics archives
pmGetChildren(3) β return the descendent nodes of a PMNS node
pmGetChildrenStatus(3) β return the descendent nodes of a PMNS node and their respective status
pmGetConfig(3) β return values for Performance Co-Pilot configuration variables
pmGetHostName(3) β return the hostname associated with a Performance Co-Pilot context
pmGetInDom(3) β get instance identifiers for a performance metrics instance domain
pmGetInDomArchive(3) β get instance identifiers for a performance metrics instance domain
pmGetPMNSLocation(3) β determine the location of the currently used PMNS
pmGetUsername(3) β fetch special PCP username
pmGetVersion(3) β fetch installed PCP version number
pmIDStr(3) β convert a performance metric identifier into a string
pmID_build(3) β helper methods for manipulating PMIDs
pmInDomStr(3) β convert a performance metric instance domain identifier into a string
pmInDom_build(3) β helper methods for manipulating instance domain identifiers
pmLoadASCIINameSpace(3) β establish a local PMNS for an application
pmLoadDerivedConfig(3) β load derived metric definitions from files
pmLoadNameSpace(3) β load a local PMNS for an application
pmLocaltime(3) β convert the date and time for a reporting timezone
pmLookupDesc(3) β obtain descriptions for performance metrics
pmLookupInDom(3) β translate an instance name into an instance identifier
pmLookupInDomArchive(3) β translate an instance name into an instance identifier
pmLookupInDomText(3) β return text describing a performance metrics instance domain
pmLookupLabels(3) β retrieve labels associated with performance metric values
pmLookupName(3) β translate performance metric names into PMIDs
pmLookupText(3) β return text describing a performance metric
pmMergeLabels(3) β merge sets of performance metric labels
pmNameAll(3) β translate a PMID to a set of performance metric names
pmNameID(3) β translate a PMID to a performance metric name
pmNameInDom(3) β translate an instance identifier into an instance name
pmNameInDomArchive(3) β translate an instance identifier into an instance name
pmNewContext(3) β establish a new PMAPI context
pmNewContextZone(3) β establish a reporting timezone based on a PMAPI context
pmNewZone(3) β establish a reporting timezone
pmNoMem(3) β report out of memory conditions
pmNotifyErr(3) β standard handling of error messages
pmNumberStr(3) β fixed width output format for numbers
pmOpenLog(3) β create a log file for diagnostics and debug output
pmParseDebug(3) β manipulate old-style PCP debugging control bit-fields
pmParseInterval(3) β convert interval string to binary time structure
pmParseMetricSpec(3) β uniform metric specification parser
pmParseTimeWindow(3) β parse time window command line arguments
pmParseUnitsStr(3) β parse units specification
pmPathSeparator(3) β return the filesystem path separator character
pmPrintDesc(3) β print a metric descriptor
pmPrintLabelSets(3) β print an array of label sets
pmPrintValue(3) β print a performance metric value
pmReconnectContext(3) β reconnect to a PMAPI context
pmRecord(3) β record mode support for PMAPI clients
pmRegisterDerived(3) β register a global derived metric name and definition
pmSearchInfo(3) β diagnostic metrics of PCP search services
pmSearchSetup(3) β fast, scalable and fulltext capable search services
pmSearchTextInDom(3) β search for all entities related to given instance domain
pmSearchTextQuery(3) β fulltext search for metrics, instances and instance domains provided by PCP search services
pmSearchTextSuggest(3) β search for suggestions of metric or instance names using PCP search services
pmSemStr(3) β convert a performance metric semantic into a string
pmSeriesDescs(3) β fast, scalable time series metadata
pmSeriesQuery(3) β fast, scalable time series querying
pmSeriesSetup(3) β fast, scalable time series services
pmSetDebug(3) β manipulate PCP debugging control options
pmSetMode(3) β set collection time parameters for the current PMAPI context
pmSetProcessIdentity(3) β set process user and group id
pmSetProgname(3) β application name services
pmSortInstances(3) β sort performance metric values on instance identifier
pmSpecLocalPMDA(3) β process command-line argument for the table of DSO PMDAs
pmStore(3) β modify values of performance metrics
pmTraversePMNS(3) β traverse the performance metrics name space
pmTrimNameSpace(3) β prune a performance metrics name space
pmTypeStr(3) β convert a performance metric type into a string
pmUnitsStr(3) β convert a performance metric's units into a string
pmUnloadNameSpace(3) β unload a local performance metrics name space for an application
pmUnpackEventRecords(3) β unpack event records
pmUseContext(3) β change current PMAPI context
pmUseZone(3) β re-establish a reporting timezone
pmWebTimerRegister(3) β thread-safe timer list management
pmWhichContext(3) β identify the current PMAPI context
pmWhichZone(3) β return current reporting timezone
pmaDeltaInDom(3) β generate a ``delta indom'' if two observations of an instance domain are different
pmaGetLog(3) β direct read of the next record from an archive file
pmaPutLog(3) β direct write of the next record from an archive file
pmaRewriteData(3) β try to change the version of an archive data record
pmaRewriteMeta(3) β try to change the version of an archive metadata record
pmaSameInDom(3) β check if two observations of an instance domain are the same`
pmaSortInDom(3) β sort an instance domain
pmaTryDeltaInDom(3) β try to translate a physical indom record from a ``full indom'' to a ``delta indom''
pmaUndeltaInDom(3) β find ``full'' instance domain matching a ``delta'' instance domain
pmdaAttribute(3) β informs a PMDA about client connection attributes
pmdaCache(3) β manage a cache of instance domain information for a PMDA
pmdaChildren(3) β translate a PMID to a set of dynamic performance metric names
pmdaConnect(3) β establish a connection between a daemon PMDA and PMCD
pmdaDSO(3) β initialize the PMDA to run as a DSO
pmdaDaemon(3) β initialize the PMDA to run as a daemon
pmdaDesc(3) β get the description of a metric from a PMDA
pmdaEventArray(3) β utilities for PMDAs to build packed arrays of event records
pmdaEventClient(3) β client context tracking interfaces for event queues
pmdaEventQueue(3) β utilities for PMDAs managing event queues
pmdaFetch(3) β fill a pmResult structure with the requested metric values
pmdaGetOpt(3) β get options from arguments, parsing generic PMDA options
pmdaHelp(3) β help text support for a PMDA
pmdaInit(3) β initialize a PMDA
pmdaInstance(3) β return instance descriptions for a PMDA
pmdaInterfaceMoved(3) β reset internal state of a \f2pmdaInterface\f1 structure
pmdaLabel(3) β fill pmdaLabelSet structures with metric labels
pmdaMain(3) β generic PDU processing for a PMDA
pmdaName(3) β translate a PMID to a set of dynamic performance metric names
pmdaOpenLog(3) β redirect stderr to a logfile
pmdaPMID(3) β translate a dynamic performance metric name into a PMID
pmdaProfile(3) β update instance profile for PMDA in preparation for the next fetch from PMCD
pmdaRootConnect(3) β privileged PCP collector services
pmdaSendError(3) β send an error PDU to PMCD
pmdaStore(3) β store a value into a metric for a PMDA
pmdaText(3) β extract metric help text for a PMDA
pmem2_badblock_clear(3) β clear the given bad block
pmem2_badblock_context_new(3) β allocate and free a context
pmem2_badblock_next(3) β read the next bad block for the given
pmem2_config_new(3)
pmem2_config_set_length(3) β set length in the pmem2_config
pmem2_config_set_offset(3) β set offset in the pmem2_config
pmem2_config_set_protection(3) β set a protection flags in
pmem2_config_set_required_store_granularity(3) β set a
pmem2_config_set_sharing(3) β set sharing in the pmem2_config
pmem2_config_set_vm_reservation(3) β sets the
pmem2_deep_flush(3) β highly reliable persistent memory
pmem2_errormsg(3) β returns last error message
pmem2_get_drain_fn(3) β get a drain function
pmem2_get_flush_fn(3) β get a flush function
pmem2_get_memmove_fn(3) β get a function that provides
pmem2_get_persist_fn(3) β get a persist function
pmem2_map_delete(3) β deletes a mapping
pmem2_map_from_existing(3) β creates a pmem2_map object from
pmem2_map_get_address(3) β reads mapping address
pmem2_map_get_size(3) β reads mapping size
pmem2_map_get_store_granularity(3) β reads effective mapping
pmem2_map_new(3) β creates a mapping
pmem2_perror(3) β prints a descriptive error message to stderr
pmem2_source_alignment(3) β returns data source alignment
pmem2_source_device_id(3) β returns the unique identifier of a
pmem2_source_device_usc(3) β returns the \f[I]unsafe shutdown
pmem2_source_from_anon(3) β creates data source backed by
pmem2_source_from_fd(3)
pmem2_source_get_fd(3) β reads file descriptor of the data
pmem2_source_numa_node(3) β returns data source numa node
pmem2_source_pread_mcsafe(3) β read source contents or write
pmem2_source_size(3) β returns the size of the data source
pmem2_vm_reservation_extend(3) β extends and shrinks existing
pmem2_vm_reservation_get_address(3) β reads address of the
pmem2_vm_reservation_get_size(3) β reads virtual memory
pmem2_vm_reservation_map_find(3) β search for the mapping
pmem2_vm_reservation_new(3) β creates or deletes an
pmem_flush(3) β check persistency, store persistent
pmem_is_pmem(3) β check persistency, create and delete mappings
pmem_log_get_threshold(3) β get the logging threshold value
pmem_log_set_function(3) β set the logging function
pmem_log_set_threshold(3) β set the logging threshold value
pmem_memmove_persist(3) β functions that provide optimized
pmemobj_action(3) β Delayed
pmemobj_alloc(3) β non\-transactional atomic allocations
pmemobj_ctl_get(3) β Query and modify libpmemobj internal
pmemobj_first(3)
pmemobj_list_insert(3)
pmemobj_log_get_threshold(3) β get the logging threshold value
pmemobj_log_set_function(3) β set the logging function
pmemobj_log_set_threshold(3) β set the logging threshold value
pmemobj_memcpy_persist(3) β low\-level memory manipulation functions
pmemobj_mutex_zero(3) β pmemobj synchronization primitives
pmemobj_open(3)
pmemobj_root(3) β root object
pmemobj_tx_add_range(3) β transactional object manipulation
pmemobj_tx_alloc(3) β transactional object manipulation
pmemobj_tx_begin(3) β transactional object
pmempool_check_init(3) β checks pmempool health
pmempool_feature_query(3) β toggle or query pool set
pmempool_rm(3) β remove persistent memory pool
pmempool_sync(3) β pool set
pmfstring(3) β safe string scanning
pmgetopt_r(3) β command line handling for PMAPI tools
pmhttpNewClient(3) β simple HTTP client interfaces
pmiAddInstance(3) β add an element to an instance domain in a LOGIMPORT context
pmiAddMetric(3) β add a new metric definition to a LOGIMPORT context
pmiEnd(3) β finish up a LOGIMPORT archive
pmiErrStr(3) β convert a LOGIMPORT error code into a string
pmiGetHandle(3) β define a handle for a metric-instance pair
pmiPutLabel(3) β add labels to the output archive
pmiPutMark(3) β write a \f2<mark>\f1 record to a PCP archive
pmiPutResult(3) β add a data record to a LOGIMPORT archive
pmiPutText(3) β add help text for an metric or instance domain
pmiPutValue(3) β add a value for a metric-instance pair
pmiPutValueHandle(3) β add a value for a metric-instance pair via a handle
pmiSetHostname(3) β set the source host name for a LOGIMPORT archive
pmiSetTimezone(3) β set the source timezone for a LOGIMPORT archive
pmiSetVersion(3) β set the archive version for a LOGIMPORT archive
pmiStart(3) β establish a new LOGIMPORT context
pmiUnits(3) β construct core metric data structures
pmiUseContext(3) β change LOGIMPORT context
pmiWrite(3) β flush data to a LOGIMPORT archive
pmjsonGet(3) β JSON string helpers and metrics extraction
pmprintf(3) β print formatted output in a window or to standard error
pmsprintf(3) β formatted string conversion
pmstrncat(3) β safe string concatenation
pmstrncpy(3) β safe string copy
pmtime(3)
pmtimespecNow(3) β helper routines for time stored as a struct timespec
pmtimevalNow(3) β helper routines for time stored as a struct timeval
pmtrace(3) β application-level performance instrumentation services
pnetcdf(3) β Parallel library for accessing files in Network Common Data Form (CDF, CDF-2 and CDF-5 formats)
pnetcdf_f77(3) β Parallel library for accessing files in Network Common Data Form (CDF, CDF-2 and CDF-5 formats)
pnetcdf_f90(3) β Parallel library for accessing files in Network Common Data Form (CDF, CDF-2 and CDF-5 formats)
pobj_layout_begin(3)
pobj_list_head(3) β type\-safe
poll(3p)
popen(3) β pipe stream to or from a process
popen(3) β ΠΊΠΎΠ½Π²Π΅ΠΉΠ΅ΡΠ½ΡΠΉ ΠΏΠΎΡΠΎΠΊ Π² ΠΈΠ»ΠΈ ΠΈΠ· ΠΏΡΠΎΡΠ΅ΡΡΠ°
popen(3p)
popt(3) β Parse command line options
popt.h(3)
poptAlias(3) β A popt alias argument for poptAddAlias().
poptArg_u(3) β A union to simplify opt->arg access without casting.
poptContext_s(3)
poptDone_s(3) β Keep track of option tables already processed.
poptItem_s(3) β A popt alias or exec argument for poptAddItem().
poptOption(3)
porting(3) β Porting From IAR to AVR GCC
posix_fadvise(3p)
posix_fallocate(3) β allocate file space
posix_fallocate(3) β Π²ΡΠ΄Π΅Π»ΡΠ΅Ρ ΠΏΡΠΎΡΡΡΠ°Π½ΡΡΠ²ΠΎ Π΄Π»Ρ ΡΠ°ΠΉΠ»Π°
posix_fallocate(3p)
posix_madvise(3) β ΠΎΡΡΡΠ»Π°Π΅Ρ ΠΏΡΠ΅Π΄Π»ΠΎΠΆΠ΅Π½ΠΈΡ ΠΏΠΎ ΡΠ°Π±Π»ΠΎΠ½Π°ΠΌ ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½ΠΈΡ ΠΏΠ°ΠΌΡΡΠΈ
posix_madvise(3) β give advice about patterns of memory usage
posix_madvise(3p)
posix_mem_offset(3p)
posix_memalign(3) β Π²ΡΠ΄Π΅Π»ΡΠ΅Ρ
posix_memalign(3)
posix_memalign(3p)
posix_openpt(3) β open a pseudoterminal device
posix_openpt(3) β ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΏΡΠ΅Π²Π΄ΠΎ\-ΡΠ΅ΡΠΌΠΈΠ½Π°Π»ΡΠ½ΠΎΠ΅ ΡΡΡΡΠΎΠΉΡΡΠ²ΠΎ
posix_openpt(3p)
posix_spawn(3) β ΠΏΠΎΡΠΎΠΆΠ΄Π°Π΅Ρ ΠΏΡΠΎΡΠ΅ΡΡ
posix_spawn(3) β spawn a process
posix_spawn(3p)
posix_spawn_file_actions_addclose(3p)
posix_spawn_file_actions_adddup2(3p)
posix_spawn_file_actions_addopen(3p)
posix_spawn_file_actions_destroy(3p)
posix_spawnattr_destroy(3p)
posix_spawnattr_getflags(3p)
posix_spawnattr_getpgroup(3p)
posix_spawnattr_getschedparam(3p)
posix_spawnattr_getschedpolicy(3p)
posix_spawnattr_getsigdefault(3p)
posix_spawnattr_getsigmask(3p)
posix_spawnattr_init(3p)
posix_spawnattr_setflags(3p)
posix_spawnattr_setpgroup(3p)
posix_spawnattr_setschedparam(3p)
posix_spawnattr_setschedpolicy(3p)
posix_spawnattr_setsigdefault(3p)
posix_spawnattr_setsigmask(3p)
posix_spawnp(3p)
posix_trace_attr_destroy(3p)
posix_trace_attr_getclockres(3p)
posix_trace_attr_getinherited(3p)
posix_trace_attr_getlogsize(3p)
posix_trace_attr_getname(3p)
posix_trace_attr_getstreamfullpolicy(3p)
posix_trace_attr_getstreamsize(3p)
posix_trace_attr_init(3p)
posix_trace_attr_setinherited(3p)
posix_trace_attr_setlogsize(3p)
posix_trace_attr_setname(3p)
posix_trace_attr_setstreamfullpolicy(3p)
posix_trace_attr_setstreamsize(3p)
posix_trace_clear(3p)
posix_trace_close(3p)
posix_trace_create(3p)
posix_trace_event(3p)
posix_trace_eventid_equal(3p)
posix_trace_eventid_open(3p)
posix_trace_eventset_add(3p)
posix_trace_eventtypelist_getnext_id(3p)
posix_trace_flush(3p)
posix_trace_get_attr(3p)
posix_trace_get_filter(3p)
posix_trace_get_status(3p)
posix_trace_getnext_event(3p)
posix_trace_open(3p)
posix_trace_set_filter(3p)
posix_trace_shutdown(3p)
posix_trace_start(3p)
posix_trace_timedgetnext_event(3p)
posix_trace_trid_eventid_open(3p)
posix_trace_trygetnext_event(3p)
posix_typed_mem_get_info(3p)
posix_typed_mem_open(3p)
pow(3) β ΡΡΠ½ΠΊΡΠΈΠΈ Π²ΠΎΠ·Π²Π΅Π΄Π΅Π½ΠΈΡ Π² ΡΡΠ΅ΠΏΠ΅Π½Ρ
pow(3) β power functions
pow(3p)
pow10(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΠΎΠ·Π²Π΅Π΄Π΅Π½ΠΈΡ ΡΠΈΡΠ»Π° 10 Π² ΡΡΠ΅ΠΏΠ΅Π½Ρ
pow10(3) β base-10 power functions
power.h(3)
powerof2(3) β test if a value is a power of 2
pr29_4(3) β API function
pr29_4z(3) β API function
pr29_8z(3) β API function
pr29_strerror(3) β API function
pread(3p)
primefactors(3bobcat) β Performs the prime\-number factorization of
printf(3) β formatted output conversion
printf(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΠΎΡΠΌΠ°ΡΠΈΡΠΎΠ²Π°Π½Π½ΠΎΠ³ΠΎ Π²ΡΠ²ΠΎΠ΄Π°
printf(3p)
printf.h(3head) β define custom behavior for printf-like functions
proc(3bobcat) β Runs external programs
process(3bobcat) β Runs external programs
procps(3) β API to access system level information in the /proc filesystem
procps_misc(3) β API for miscellaneous information in the /proc filesystem
procps_pids(3) β API to access process information in the /proc filesystem
profil(3) β execution time profile
profil(3) β ΠΏΡΠΎΡΠΈΠ»ΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ ΡΠ°Π±ΠΎΡΡ
program_invocation_name(3) β ΠΈΠΌΡ, ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½Π½ΠΎΠ΅
program_invocation_name(3) β \
pselect(3p)
pset(3)
psi(3)
psiginfo(3p)
psignal(3) β Π²ΡΠ²ΠΎΠ΄ΠΈΡ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠ΅ ΠΎ ΡΠΈΠ³Π½Π°Π»Π΅
psignal(3) β print signal description
pskc_add_keypackage(3) β API function
pskc_build_xml(3) β API function
pskc_check_version(3) β API function
pskc_done(3) β API function
pskc_free(3) β API function
pskc_get_cryptomodule_id(3) β API function
pskc_get_device_devicebinding(3) β API function
pskc_get_device_expirydate(3) β API function
pskc_get_device_issueno(3) β API function
pskc_get_device_manufacturer(3) β API function
pskc_get_device_model(3) β API function
pskc_get_device_serialno(3) β API function
pskc_get_device_startdate(3) β API function
pskc_get_device_userid(3) β API function
pskc_get_id(3) β API function
pskc_get_key_algorithm(3) β API function
pskc_get_key_algparm_chall_checkdigits(3) β API function
pskc_get_key_algparm_chall_encoding(3) β API function
pskc_get_key_algparm_chall_max(3) β API function
pskc_get_key_algparm_chall_min(3) β API function
pskc_get_key_algparm_resp_checkdigits(3) β API function
pskc_get_key_algparm_resp_encoding(3) β API function
pskc_get_key_algparm_resp_length(3) β API function
pskc_get_key_algparm_suite(3) β API function
pskc_get_key_data_b64secret(3) β API function
pskc_get_key_data_counter(3) β API function
pskc_get_key_data_secret(3) β API function
pskc_get_key_data_time(3) β API function
pskc_get_key_data_timedrift(3) β API function
pskc_get_key_data_timeinterval(3) β API function
pskc_get_key_friendlyname(3) β API function
pskc_get_key_id(3) β API function
pskc_get_key_issuer(3) β API function
pskc_get_key_policy_expirydate(3) β API function
pskc_get_key_policy_keyusages(3) β API function
pskc_get_key_policy_numberoftransactions(3) β API function
pskc_get_key_policy_pinencoding(3) β API function
pskc_get_key_policy_pinkeyid(3) β API function
pskc_get_key_policy_pinmaxfailedattempts(3) β API function
pskc_get_key_policy_pinmaxlength(3) β API function
pskc_get_key_policy_pinminlength(3) β API function
pskc_get_key_policy_pinusagemode(3) β API function
pskc_get_key_policy_startdate(3) β API function
pskc_get_key_profileid(3) β API function
pskc_get_key_reference(3) β API function
pskc_get_key_userid(3) β API function
pskc_get_keypackage(3) β API function
pskc_get_signed_p(3) β API function
pskc_get_version(3) β API function
pskc_global_done(3) β API function
pskc_global_init(3) β API function
pskc_global_log(3) β API function
pskc_init(3) β API function
pskc_keyusage2str(3) β API function
pskc_output(3) β API function
pskc_parse_from_memory(3) β API function
pskc_pinusagemode2str(3) β API function
pskc_set_cryptomodule_id(3) β API function
pskc_set_device_devicebinding(3) β API function
pskc_set_device_expirydate(3) β API function
pskc_set_device_issueno(3) β API function
pskc_set_device_manufacturer(3) β API function
pskc_set_device_model(3) β API function
pskc_set_device_serialno(3) β API function
pskc_set_device_startdate(3) β API function
pskc_set_device_userid(3) β API function
pskc_set_id(3) β API function
pskc_set_key_algorithm(3) β API function
pskc_set_key_algparm_chall_checkdigits(3) β API function
pskc_set_key_algparm_chall_encoding(3) β API function
pskc_set_key_algparm_chall_max(3) β API function
pskc_set_key_algparm_chall_min(3) β API function
pskc_set_key_algparm_resp_checkdigits(3) β API function
pskc_set_key_algparm_resp_encoding(3) β API function
pskc_set_key_algparm_resp_length(3) β API function
pskc_set_key_algparm_suite(3) β API function
pskc_set_key_data_b64secret(3) β API function
pskc_set_key_data_counter(3) β API function
pskc_set_key_data_secret(3) β API function
pskc_set_key_data_time(3) β API function
pskc_set_key_data_timedrift(3) β API function
pskc_set_key_data_timeinterval(3) β API function
pskc_set_key_friendlyname(3) β API function
pskc_set_key_id(3) β API function
pskc_set_key_issuer(3) β API function
pskc_set_key_policy_expirydate(3) β API function
pskc_set_key_policy_keyusages(3) β API function
pskc_set_key_policy_numberoftransactions(3) β API function
pskc_set_key_policy_pinencoding(3) β API function
pskc_set_key_policy_pinkeyid(3) β API function
pskc_set_key_policy_pinmaxfailedattempts(3) β API function
pskc_set_key_policy_pinmaxlength(3) β API function
pskc_set_key_policy_pinminlength(3) β API function
pskc_set_key_policy_pinusagemode(3) β API function
pskc_set_key_policy_startdate(3) β API function
pskc_set_key_profileid(3) β API function
pskc_set_key_reference(3) β API function
pskc_set_key_userid(3) β API function
pskc_set_version(3) β API function
pskc_sign_x509(3) β API function
pskc_str2keyusage(3) β API function
pskc_str2pinusagemode(3) β API function
pskc_str2valueformat(3) β API function
pskc_strerror(3) β API function
pskc_strerror_name(3) β API function
pskc_validate(3) β API function
pskc_valueformat2str(3) β API function
pskc_verify_x509crt(3) β API function
pt_alloc_encoder(3)
pt_blk_alloc_decoder(3)
pt_blk_get_offset(3)
pt_blk_next(3)
pt_blk_sync_forward(3)
pt_config(3)
pt_enc_get_config(3)
pt_enc_get_offset(3)
pt_evt_next(3)
pt_image_add_file(3)
pt_image_alloc(3)
pt_image_remove_by_filename(3)
pt_image_set_callback(3)
pt_insn_alloc_decoder(3)
pt_insn_get_image(3)
pt_insn_get_offset(3)
pt_insn_next(3)
pt_insn_sync_forward(3)
pt_iscache_add_file(3)
pt_iscache_alloc(3)
pt_iscache_read(3)
pt_iscache_set_limit(3)
pt_library_version(3)
pt_packet(3)
pt_pkt_alloc_decoder(3)
pt_pkt_get_offset(3)
pt_pkt_sync_forward(3)
pt_qry_alloc_decoder(3)
pt_qry_cond_branch(3)
pt_qry_get_offset(3)
pt_qry_sync_forward(3)
pt_qry_time(3)
pth(3) β GNU Portable Threads
pthread_atfork(3) β register fork handlers
pthread_atfork(3) β ΡΠ΅Π³ΠΈΡΡΡΠΈΡΡΠ΅Ρ ΠΎΠ±ΡΠ°Π±ΠΎΡΡΠΈΠΊΠΈ Π²Π΅ΡΠ²Π»Π΅Π½ΠΈΡ
pthread_atfork(3p)
pthread_attr_destroy(3p)
pthread_attr_getdetachstate(3p)
pthread_attr_getguardsize(3p)
pthread_attr_getinheritsched(3p)
pthread_attr_getschedparam(3p)
pthread_attr_getschedpolicy(3p)
pthread_attr_getscope(3p)
pthread_attr_getstack(3p)
pthread_attr_getstacksize(3p)
pthread_attr_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΈ ΡΠ½ΠΈΡΡΠΎΠΆΠ°Π΅Ρ ΠΎΠ±ΡΠ΅ΠΊΡ
pthread_attr_init(3) β initialize and destroy
pthread_attr_init(3p)
pthread_attr_setaffinity_np(3) β set/get
pthread_attr_setaffinity_np(3)
pthread_attr_setdetachstate(3)
pthread_attr_setdetachstate(3)
pthread_attr_setdetachstate(3p)
pthread_attr_setguardsize(3) β set/get guard size
pthread_attr_setguardsize(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ
pthread_attr_setguardsize(3p)
pthread_attr_setinheritsched(3) β set/get
pthread_attr_setinheritsched(3)
pthread_attr_setinheritsched(3p)
pthread_attr_setschedparam(3) β set/get
pthread_attr_setschedparam(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ
pthread_attr_setschedparam(3p)
pthread_attr_setschedpolicy(3) β set/get
pthread_attr_setschedpolicy(3)
pthread_attr_setschedpolicy(3p)
pthread_attr_setscope(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π°ΡΡΠΈΠ±ΡΡ
pthread_attr_setscope(3) β set/get contention scope
pthread_attr_setscope(3p)
pthread_attr_setsigmask_np(3) β set/get
pthread_attr_setstack(3) β set/get stack
pthread_attr_setstack(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π°ΡΡΠΈΠ±ΡΡΡ
pthread_attr_setstack(3p)
pthread_attr_setstackaddr(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ
pthread_attr_setstackaddr(3)
pthread_attr_setstacksize(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ
pthread_attr_setstacksize(3) β set/get stack size
pthread_attr_setstacksize(3p)
pthread_barrier_destroy(3p)
pthread_barrier_wait(3p)
pthread_barrierattr_destroy(3p)
pthread_barrierattr_getpshared(3p)
pthread_barrierattr_init(3p)
pthread_barrierattr_setpshared(3p)
pthread_cancel(3) β send a cancelation request to a thread
pthread_cancel(3) β ΠΏΠΎΡΡΠ»Π°Π΅Ρ Π½ΠΈΡΠΈ Π·Π°ΠΏΡΠΎΡ ΠΎΡΠΌΠ΅Π½Ρ
pthread_cancel(3p)
pthread_cleanup_pop(3p)
pthread_cleanup_push(3) β push and pop
pthread_cleanup_push(3) β ΠΏΠΎΠΌΠ΅ΡΠ°Π΅Ρ ΠΈ Π²ΡΡΠ°Π»ΠΊΠΈΠ²Π°Π΅Ρ ΠΎΡΠΈΡΠ°ΡΡΠΈΠ΅
pthread_cleanup_push_defer_np(3) β push and pop
pthread_cleanup_push_defer_np(3) β Π΄ΠΎΠ±Π°Π²Π»ΡΠ΅Ρ ΠΈ
pthread_cond_broadcast(3p)
pthread_cond_destroy(3p)
pthread_cond_signal(3p)
pthread_cond_timedwait(3p)
pthread_condattr_destroy(3p)
pthread_condattr_getclock(3p)
pthread_condattr_getpshared(3p)
pthread_condattr_init(3p)
pthread_condattr_setclock(3p)
pthread_condattr_setpshared(3p)
pthread_create(3) β ΡΠΎΠ·Π΄Π°ΡΡ Π½ΠΎΠ²ΡΡ Π½ΠΈΡΡ
pthread_create(3) β create a new thread
pthread_create(3p)
pthread_detach(3) β ΠΎΡΡΠΎΠ΅Π΄ΠΈΠ½ΡΠ΅Ρ Π½ΠΈΡΡ
pthread_detach(3) β detach a thread
pthread_detach(3p)
pthread_equal(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡΡ Π½ΠΈΡΠ΅ΠΉ
pthread_equal(3) β compare thread IDs
pthread_equal(3p)
pthread_exit(3) β Π·Π°Π²Π΅ΡΡΠ°Π΅Ρ ΡΠ°Π±ΠΎΡΡ Π²ΡΠ·Π²Π°Π²ΡΠ΅ΠΉ Π½ΠΈΡΠΈ
pthread_exit(3) β terminate calling thread
pthread_exit(3p)
pthread_getattr_default_np(3)
pthread_getattr_default_np(3) β Π²ΠΎΠ·Π²ΡΠ°Ρ ΠΈΠ»ΠΈ
pthread_getattr_np(3) β get attributes of created thread
pthread_getattr_np(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π°ΡΡΠΈΠ±ΡΡΡ ΡΠΎΠ·Π΄Π°Π½Π½ΠΎΠΉ Π½ΠΈΡΠΈ
pthread_getconcurrency(3p)
pthread_getcpuclockid(3) β retrieve ID of a thread's CPU time clock
pthread_getcpuclockid(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ID ΡΠ°ΠΉΠΌΠ΅ΡΠ° Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ Π¦Π Ρ Π½ΠΈΡΠΈ
pthread_getcpuclockid(3p)
pthread_getschedparam(3p)
pthread_getspecific(3p)
pthread_join(3) β ΠΏΡΠΈΡΠΎΠ΅Π΄ΠΈΠ½Π΅Π½ΠΈΠ΅ ΠΊ Π·Π°Π²Π΅ΡΡΡΠ½Π½ΠΎΠΉ Π½ΠΈΡΠΈ
pthread_join(3) β join with a terminated thread
pthread_join(3p)
pthread_key_create(3p)
pthread_key_delete(3p)
pthread_kill(3) β ΠΏΠΎΡΡΠ»Π°Π΅Ρ ΡΠΈΠ³Π½Π°Π» Π² Π½ΠΈΡΡ
pthread_kill(3) β send a signal to a thread
pthread_kill(3p)
pthread_kill_other_threads_np(3) β Π·Π°Π²Π΅ΡΡΠ°Π΅Ρ Π²ΡΠ΅ ΠΎΡΡΠ°Π»ΡΠ½ΡΠ΅ Π½ΠΈΡΠΈ ΠΏΡΠΎΡΠ΅ΡΡΠ°
pthread_kill_other_threads_np(3) β terminate all other threads in process
pthread_mutex_consistent(3) β make a robust mutex consistent
pthread_mutex_consistent(3) β Π΄Π΅Π»Π°Π΅Ρ ΡΡΡΠΎΠΉΡΠΈΠ²ΡΠΉ ΠΌΡΡΡΠ΅ΠΊΡ ΡΠΎΠ³Π»Π°ΡΠΎΠ²Π°Π½Π½ΡΠΌ
pthread_mutex_consistent(3p)
pthread_mutex_destroy(3p)
pthread_mutex_getprioceiling(3p)
pthread_mutex_init(3p)
pthread_mutex_lock(3p)
pthread_mutex_setprioceiling(3p)
pthread_mutex_timedlock(3p)
pthread_mutex_trylock(3p)
pthread_mutexattr_destroy(3p)
pthread_mutexattr_getprioceiling(3p)
pthread_mutexattr_getprotocol(3p)
pthread_mutexattr_getpshared(3)
pthread_mutexattr_getpshared(3) β get/set
pthread_mutexattr_getpshared(3p)
pthread_mutexattr_getrobust(3p)
pthread_mutexattr_gettype(3p)
pthread_mutexattr_init(3) β initialize and
pthread_mutexattr_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΈ
pthread_mutexattr_init(3p)
pthread_mutexattr_setprioceiling(3p)
pthread_mutexattr_setprotocol(3p)
pthread_mutexattr_setpshared(3p)
pthread_mutexattr_setrobust(3) β get and set the robustness attribute of a mutex attributes object
pthread_mutexattr_setrobust(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈ
pthread_mutexattr_setrobust(3p)
pthread_mutexattr_settype(3p)
pthread_once(3p)
pthread_rwlock_destroy(3p)
pthread_rwlock_rdlock(3p)
pthread_rwlock_timedrdlock(3p)
pthread_rwlock_timedwrlock(3p)
pthread_rwlock_tryrdlock(3p)
pthread_rwlock_trywrlock(3p)
pthread_rwlock_unlock(3p)
pthread_rwlock_wrlock(3p)
pthread_rwlockattr_destroy(3p)
pthread_rwlockattr_getpshared(3p)
pthread_rwlockattr_init(3p)
pthread_rwlockattr_setkind_np(3) β set/get
pthread_rwlockattr_setkind_np(3)
pthread_rwlockattr_setpshared(3p)
pthread_self(3) β obtain ID of the calling thread
pthread_self(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ID Π²ΡΠ·Π²Π°Π²ΡΠ΅ΠΉ Π½ΠΈΡΠΈ
pthread_self(3p)
pthread_setaffinity_np(3) β ΠΏΠΎΠ»ΡΡΠΈΡΡ/Π½Π°Π·Π½Π°ΡΠΈΡΡ
pthread_setaffinity_np(3) β set/get
pthread_setcancelstate(3)
pthread_setcancelstate(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΡΠΎΡΡΠΎΡΠ½ΠΈΡ ΠΈ ΡΠΈΠΏ
pthread_setcancelstate(3p)
pthread_setconcurrency(3) β set/get
pthread_setconcurrency(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΡΠΎΠ²Π΅Π½Ρ
pthread_setconcurrency(3p)
pthread_setname_np(3) β set/get the name of a thread
pthread_setname_np(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠΌΡ Π½ΠΈΡΠΈ
pthread_setschedparam(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ/Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΡ
pthread_setschedparam(3) β set/get
pthread_setschedparam(3p)
pthread_setschedprio(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΏΡΠΈΠΎΡΠΈΡΠ΅Ρ ΠΏΠ»Π°Π½ΠΈΡΠΎΠ²Π°Π½ΠΈΡ Π½ΠΈΡΠΈ
pthread_setschedprio(3) β set scheduling priority of a thread
pthread_setschedprio(3p)
pthread_setspecific(3p)
pthread_sigmask(3) β ΠΏΡΠΎΠ²Π΅ΡΡΠ΅Ρ ΠΈ ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΌΠ°ΡΠΊΡ Π·Π°Π±Π»ΠΎΠΊΠΈΡΠΎΠ²Π°Π½Π½ΡΡ
ΡΠΈΠ³Π½Π°Π»ΠΎΠ²
pthread_sigmask(3) β examine and change mask of blocked signals
pthread_sigmask(3p)
pthread_sigqueue(3) β Π²ΡΡΠ°Π²Π»ΡΠ΅Ρ ΡΠΈΠ³Π½Π°Π» ΠΈ Π΄Π°Π½Π½ΡΠ΅ Π² ΠΎΡΠ΅ΡΠ΅Π΄Ρ Π½ΠΈΡΠΈ
pthread_sigqueue(3) β queue a signal and data to a thread
pthread_spin_destroy(3p)
pthread_spin_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΈΠ»ΠΈ ΡΠ½ΠΈΡΡΠΎΠΆΠ°Π΅Ρ
pthread_spin_init(3) β initialize or destroy a spin lock
pthread_spin_lock(3) β Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ ΠΈ
pthread_spin_lock(3)
pthread_spin_lock(3p)
pthread_spin_unlock(3p)
pthread_testcancel(3) β Π΄ΠΎΡΡΠ°Π²Π»ΡΠ΅Ρ ΠΎΠΆΠΈΠ΄Π°ΡΡΠΈΠΉ Π·Π°ΠΏΡΠΎΡ ΠΎΡΠΌΠ΅Π½Ρ
pthread_testcancel(3) β request delivery of any pending cancelation request
pthread_testcancel(3p)
pthread_tryjoin_np(3) β ΠΏΡΡΠ°Π΅ΡΡΡ ΠΏΡΠΈΡΠΎΠ΅Π΄ΠΈΠ½ΠΈΡΡΡΡ ΠΊ
pthread_tryjoin_np(3) β try to join with a
pthread_workqueue(3) β thread workqueue operations
pthread_yield(3) β yield the processor
pthread_yield(3) β ΠΎΡΠ²ΠΎΠ±ΠΎΠΆΠ΄Π°Π΅Ρ ΠΏΡΠΎΡΠ΅ΡΡΠΎΡ
ptrdiff_t(3type) β count of elements or array index
ptriter(3bobcat) β Iterator returning pointer when dereferenced
ptsname(3) β get the name of the slave pseudoterminal
ptsname(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠΌΡ ΠΏΠΎΠ΄ΡΠΈΠ½ΡΠ½Π½ΠΎΠ³ΠΎ ΠΏΡΠ΅Π²Π΄ΠΎ\-ΡΠ΅ΡΠΌΠΈΠ½Π°Π»Π°
ptsname(3p)
punycode_decode(3) β API function
punycode_encode(3) β API function
punycode_strerror(3) β API function
putc(3p)
putc_unlocked(3p)
putchar(3p)
putchar_unlocked(3p)
putenv(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΈΠ»ΠΈ Π΄ΠΎΠ±Π°Π²Π»ΡΠ΅Ρ ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΡΡ ΠΎΠΊΡΡΠΆΠ΅Π½ΠΈΡ
putenv(3) β change or add an environment variable
putenv(3p)
putgrent(3) β Π·Π°ΠΏΠΈΡΡΠ²Π°Π΅Ρ Π±Π°Π·Ρ Π΄Π°Π½Π½ΡΡ
Π³ΡΡΠΏΠΏ Π² ΡΠ°ΠΉΠ»
putgrent(3) β write a group database entry to a file
putmsg(3p)
putpwent(3) β Π·Π°ΠΏΠΈΡΡΠ²Π°Π΅Ρ ΡΠ»Π΅ΠΌΠ΅Π½Ρ Π² ΡΠ°ΠΉΠ» ΠΏΠ°ΡΠΎΠ»Π΅ΠΉ
putpwent(3) β write a password file entry
puts(3) β output of characters and strings
puts(3) β Π²ΡΠ²ΠΎΠ΄ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² ΠΈ ΡΡΡΠΎΠΊ
puts(3p)
pututxline(3p)
putwc(3p)
putwchar(3) β write a wide character to standard output
putwchar(3) β Π·Π°ΠΏΠΈΡΡΠ²Π°Π΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΡΠΉ Π²ΡΡ
ΠΎΠ΄Π½ΠΎΠΉ ΠΏΠΎΡΠΎΠΊ
putwchar(3p)
puzzle_set(3) β set tunables for libpuzzle functions.
pwcache(3bsd) β cache password and group entries
pwquality(3) β Documentation of the libpwquality API
pwrite(3p)
qaccel(3qt338d) β Handles keyboard accelerator and shortcut keys
qaccessible(3qt338d) β Enums and static functions relating to accessibility
qaccessibleinterface(3qt338d) β Defines an interface that exposes information about accessible objects
qaccessibleobject(3qt338d) β Implements parts of the QAccessibleInterface for QObjects
qaction(3qt338d) β Abstract user interface action that can appear both in menus and tool bars
qactiongroup(3qt338d) β Groups actions together
qapplication(3qt338d) β Manages the GUI application's control flow and main settings
qasciicache(3qt338d) β Template class that provides a cache based on char* keys
qasciicacheiterator(3qt338d) β Iterator for QAsciiCache collections
qasciidict(3qt338d) β Template class that provides a dictionary based on char* keys
qasciidictiterator(3qt338d) β Iterator for QAsciiDict collections
qassistantclient(3qt338d) β Means of using Qt Assistant as an application's help tool
qaxaggregated(3qt338d) β Abstract base class for implementations of additional COM interfaces
qaxbase(3qt338d) β Abstract class that provides an API to initalize and access a COM object
qaxbindable(3qt338d) β Interface between a QWidget and an ActiveX client
qaxfactory(3qt338d) β Defines a factory for the creation of COM components
qaxobject(3qt338d) β QObject that wraps a COM object
qaxscript(3qt338d) β Wrapper around script code
qaxscriptengine(3qt338d) β Wrapper around a script engine
qaxscriptmanager(3qt338d) β Bridge between application objects and script code
qaxwidget(3qt338d) β QWidget that wraps an ActiveX control
qb_array_create(3) β Create an array with fixed sized elements.
qb_array_create_2(3) β Create an array with fixed sized elements.
qb_array_elems_per_bin_get(3) β Get the number of elements per bin.
qb_array_free(3) β Free all the memory used by the array.
qb_array_grow(3) β Grow the array.
qb_array_index(3) β Get an element at a particular index.
qb_array_new_bin_cb_set(3) β Get a callback when a new bin is allocated.
qb_array_num_bins_get(3) β Get the number of bins used by the array.
qb_atomic_init(3)
qb_atomic_int_add(3) β Atomically adds val to the integer pointed to by atomic.
qb_atomic_int_compare_and_exchange(3) β Compares oldval with the integer pointed to by atomic and if they are equal, atomically exchanges *atomic with newval.
qb_atomic_int_exchange_and_add(3) β Atomically adds val to the integer pointed to by atomic.
qb_atomic_int_get(3) β Reads the value of the integer pointed to by atomic.
qb_atomic_int_set(3) β Sets the value of the integer pointed to by atomic.
qb_atomic_pointer_compare_and_exchange(3) β Compares oldval with the pointer pointed to by atomic and if they are equal, atomically exchanges *atomic with newval.
qb_atomic_pointer_get(3) β Reads the value of the pointer pointed to by atomic.
qb_atomic_pointer_set(3) β Sets the value of the pointer pointed to by atomic.
qb_hashtable_create(3) β Create an unsorted map based on a hashtable.
qb_hdb_base_convert(3)
qb_hdb_create(3) β Create a new database.
qb_hdb_destroy(3) β Destroy a handle database.
qb_hdb_handle_create(3) β Create a new handle.
qb_hdb_handle_destroy(3) β Request the destruction of the object.
qb_hdb_handle_get(3) β Get the instance associated with this handle and increase it's refcount.
qb_hdb_handle_get_always(3) β Get the instance associated with this handle and increase it's refcount.
qb_hdb_handle_put(3) β Put the instance associated with this handle and decrease it's refcount.
qb_hdb_handle_refcount_get(3) β Get the current refcount.
qb_hdb_iterator_next(3) β Get the next object and increament it's refcount.
qb_hdb_iterator_reset(3) β Reset the iterator.
qb_hdb_nocheck_convert(3)
qb_ipcc_connect(3) β Create a connection to an IPC service.
qb_ipcc_context_get(3) β Get the context (set previously)
qb_ipcc_context_set(3) β Associate a user pointer with this connection.
qb_ipcc_disconnect(3) β Disconnect an IPC connection.
qb_ipcc_event_recv(3) β Receive an event.
qb_ipcc_fc_enable_max_set(3) β Set the maximum allowable flowcontrol value.
qb_ipcc_fd_get(3) β Get the file descriptor to poll.
qb_ipcc_get_buffer_size(3) β What is the actual buffer size used after the connection.
qb_ipcc_is_connected(3) β Is the connection connected?
qb_ipcc_recv(3) β Receive a response.
qb_ipcc_send(3) β Send a message.
qb_ipcc_sendv(3) β Send a message (iovec).
qb_ipcc_sendv_recv(3) β This is a convenience function that simply sends and then recvs.
qb_ipcc_verify_dgram_max_msg_size(3) β Test kernel dgram socket buffers to verify the largest size up to the max_msg_size value a single msg can be.
qb_ipcs_connection_auth_set(3) β Set the permissions on and shared memory files so that both processes can read and write to them.
qb_ipcs_connection_first_get(3) β Get the first connection.
qb_ipcs_connection_get_buffer_size(3) β Retrieve the connection ipc buffer size.
qb_ipcs_connection_next_get(3) β Get the next connection.
qb_ipcs_connection_ref(3) β Increment the connection's reference counter.
qb_ipcs_connection_service_context_get(3) β Get the context previously set on the service backing this connection.
qb_ipcs_connection_stats_get(3) β Get the connection statistics.
qb_ipcs_connection_stats_get_2(3) β Get (and allocate) the connection statistics.
qb_ipcs_connection_unref(3) β Decrement the connection's reference counter.
qb_ipcs_context_get(3) β Get the context (set previously)
qb_ipcs_context_set(3) β Associate a user pointer with this connection.
qb_ipcs_create(3) β Create a new IPC server.
qb_ipcs_destroy(3) β Destroy the IPC server.
qb_ipcs_disconnect(3) β Disconnect from this client.
qb_ipcs_enforce_buffer_size(3) β Enforce the max buffer size clients must use from the server side.
qb_ipcs_event_send(3) β Send an asynchronous event message to the client.
qb_ipcs_event_sendv(3) β Send an asynchronous event message to the client.
qb_ipcs_poll_handlers_set(3) β Set your poll callbacks.
qb_ipcs_ref(3) β Increase the reference counter on the service object.
qb_ipcs_request_rate_limit(3) β Limit the incoming request rate.
qb_ipcs_response_send(3) β Send a response to a incoming request.
qb_ipcs_response_sendv(3) β Send a response to a incoming request.
qb_ipcs_run(3) β run the new IPC server.
qb_ipcs_service_context_get(3) β Get the context (set previously)
qb_ipcs_service_context_set(3) β Associate a user pointer with this service.
qb_ipcs_service_id_get(3) β Get the service id related to this connection's service.
qb_ipcs_stats_get(3) β Get the service statistics.
qb_ipcs_unref(3) β Decrease the reference counter on the service object.
qb_list_add(3) β Add this element to the list.
qb_list_add_tail(3) β Add to the list (but at the end of the list).
qb_list_del(3) β Delete an entry from the list.
qb_list_empty(3) β A quick test to see if the list is empty (pointing to it's self).
qb_list_init(3) β Initialize the list entry.
qb_list_is_last(3) β Tests whether list is the last entry in list head.
qb_list_length(3) β Count the number of items in the list.
qb_list_replace(3) β Replace old entry by new one.
qb_list_splice(3) β Join two lists.
qb_list_splice_tail(3) β Join two lists, each list being a queue.
qb_log_blackbox_print_from_file(3) β Read the blackbox for file and print it out.
qb_log_blackbox_write_to_file(3) β Write the blackbox to file.
qb_log_callsite_get(3) β Get or create a callsite at the given position.
qb_log_callsites_dump(3) β Dump the callsite info to stdout.
qb_log_callsites_register(3) β If you are using dynamically loadable modules via dlopen() and you load them after qb_log_init() then after you load the module you will need to do the following to get the filters to work in that module:
qb_log_ctl(3) β Main logging control function.
qb_log_ctl2(3) β Extension of main logging control function accepting also strings.
qb_log_custom_close(3) β Close a custom log target and release its resources.
qb_log_custom_open(3) β Open a custom log target.
qb_log_facility2int(3) β Convert string auth to equivalent number LOG_AUTH etc.
qb_log_facility2str(3) β Convert number LOG_AUTH to equivalent string auth etc.
qb_log_file_close(3) β Close a log file and release its resources.
qb_log_file_open(3) β Open a log file.
qb_log_file_reopen(3) β Open a new log file for an existing target.
qb_log_filter_ctl(3) β This allows you modify the 'tags' and 'targets' callsite fields at runtime.
qb_log_filter_ctl2(3) β This extends qb_log_filter_ctl() by been able to provide a high_priority.
qb_log_filter_fn_set(3) β Instead of using the qb_log_filter_ctl() functions you can apply the filters manually by defining a callback and setting the targets field using qb_bit_set() and qb_bit_clear() like the following below:
qb_log_fini(3) β Logging system finalization function.
qb_log_format_set(3) β Set the format specifiers.
qb_log_from_external_source(3) β This function is to import logs from other code (like libraries) that provide a callback with their logs.
qb_log_from_external_source_va(3)
qb_log_init(3) β Init the logging system.
qb_log_real_(3) β Internal function: use qb_log() or qb_logt()
qb_log_real_va_(3)
qb_log_tags_stringify_fn_set(3) β Set the callback to map the 'tags' bit map to a string.
qb_log_target_format(3) β Format the callsite and timestamp info according to the format.
qb_log_target_user_data_get(3) β Retrieve the user data set by either qb_log_custom_open or qb_log_target_user_data_set.
qb_log_target_user_data_set(3) β Associate user data with this log target.
qb_log_thread_priority_set(3) β When using threaded logging set the pthread policy and priority.
qb_log_thread_start(3) β Start the logging pthread.
qb_loop_create(3) β Create a new main loop.
qb_loop_destroy(3)
qb_loop_job_add(3) β Add a job to the mainloop.
qb_loop_job_del(3) β Delete a job from the mainloop.
qb_loop_poll_add(3) β Add a poll job to the mainloop.
qb_loop_poll_del(3) β Delete a poll job.
qb_loop_poll_low_fds_event_set(3) β Set a callback to receive events on file descriptors getting low.
qb_loop_poll_mod(3) β Modify a poll job.
qb_loop_run(3) β Run the main loop.
qb_loop_signal_add(3) β Add a signal job.
qb_loop_signal_del(3) β Delete the signal job.
qb_loop_signal_mod(3) β Modify the signal job.
qb_loop_stop(3) β Stop the main loop.
qb_loop_timer_add(3) β Add a timer to the mainloop.
qb_loop_timer_del(3) β Delete a timer that is still outstanding.
qb_loop_timer_expire_time_get(3) β Get the expiration time of the timer, as set when the timer was created.
qb_loop_timer_expire_time_remaining(3) β Get the time remaining before the timer expires.
qb_loop_timer_is_running(3) β Check to see if a timer that is still outstanding.
qb_map_count_get(3) β Get the number of items in the map.
qb_map_destroy(3) β Destroy the map, removes all the items from the map.
qb_map_foreach(3) β Calls the given function for each of the key/value pairs in the map.
qb_map_get(3) β Gets the value corresponding to the given key.
qb_map_iter_create(3) β Create an iterator.
qb_map_iter_free(3) β free the iterator
qb_map_iter_next(3) β Get the next item.
qb_map_notify_add(3) β Add a notifier to the map.
qb_map_notify_del(3) β Delete a notifier from the map.
qb_map_notify_del_2(3) β Delete a notifier from the map (including the userdata).
qb_map_pref_iter_create(3) β Create a prefix iterator.
qb_map_put(3) β Inserts a new key and value into a qb_map_t.
qb_map_rm(3) β Removes a key/value pair from a map.
qb_rb_chmod(3) β Like 'chmod', it changes the mode of the ringbuffer's resources.
qb_rb_chown(3) β Like 'chown', it changes the owner and group of the ringbuffer's resources.
qb_rb_chunk_alloc(3) β Allocate space for a chunk of the given size.
qb_rb_chunk_commit(3) β Finalize the chunk.
qb_rb_chunk_peek(3) β Read (without reclaiming) the last chunk.
qb_rb_chunk_read(3) β Read the oldest chunk into data_out.
qb_rb_chunk_reclaim(3) β Reclaim the oldest chunk.
qb_rb_chunk_write(3) β Write a chunk to the ring buffer.
qb_rb_chunks_used(3) β The total number of chunks in the buffer.
qb_rb_close(3) β Dereference the ringbuffer and, if we are the last user, destroy it.
qb_rb_create_from_file(3) β Load the saved ring buffer from file into temporary memory.
qb_rb_name_get(3) β Get the name of the ringbuffer.
qb_rb_open(3) β Create the ring buffer with the given type.
qb_rb_refcount_get(3) β Get the reference count.
qb_rb_shared_user_data_get(3) β Get a point to user shared data area.
qb_rb_space_free(3) β The amount of free space in the ring buffer.
qb_rb_space_used(3) β The total amount of data in the buffer.
qb_rb_write_to_file(3) β Write the contents of the Ring Buffer to file.
qb_skiplist_create(3) β Create a sorted map using a skiplist.
qb_strerror_r(3) β strerror_r replacement.
qb_thread_lock(3) β Calls either pthread_mutex_lock() or pthread_spin_lock().
qb_thread_lock_create(3) β Create a new lock of the given type.
qb_thread_lock_destroy(3) β Calls either pthread_mutex_destro() or pthread_spin_destroy().
qb_thread_trylock(3) β Calls either pthread_mutex_trylock() or pthread_spin_trylock().
qb_thread_unlock(3) β Calls either pthread_mutex_unlock() or pthread_spin_unlock.
qb_timespec_add_ms(3) β Add milliseconds onto the timespec.
qb_trie_create(3) β Create a sorted map using a Patricia trie or Radix tree.
qb_trie_dump(3) β print out the nodes in the trie
qb_util_nano_current_get(3) β Get the current number of nano secounds produced by the systems incrementing clock (CLOCK_MONOTOMIC if available).
qb_util_nano_from_epoch_get(3) β Get the time in nano seconds since epoch.
qb_util_nano_monotonic_hz(3) β Get the frequence of the clock used in qb_util_nano_current_get().
qb_util_set_log_function(3) β Use this function to output libqb internal log message as you wish.
qb_util_stopwatch_create(3) β Create a Stopwatch (to time operations)
qb_util_stopwatch_free(3) β Free the stopwatch.
qb_util_stopwatch_sec_elapsed_get(3) β Get the elapsed time in seconds.
qb_util_stopwatch_split(3) β Create a new time split (or lap time)
qb_util_stopwatch_split_ctl(3)
qb_util_stopwatch_split_last(3) β Get the last split index to be used by qb_util_stopwatch_time_split_get()
qb_util_stopwatch_start(3) β Start the stopwatch.
qb_util_stopwatch_stop(3) β Stop the stopwatch.
qb_util_stopwatch_time_split_get(3) β Read the time split (in us) from receint to older.
qb_util_stopwatch_us_elapsed_get(3) β Get the elapsed time in micro seconds.
qb_util_timespec_from_epoch_get(3) β Get the time in timespec since epoch.
qbarray.h(3) β This is a dynamic array (it can grow, but without moving memory).
qbatomic.h(3) β Basic atomic integer and pointer operations.
qbdefs.h(3) β These are some convience macros and defines.
qbhdb.h(3) β The handle database is for reference counting objects.
qbig5codec(3qt338d) β Conversion to and from the Big5 encoding
qbig5hkscscodec(3qt338d) β Conversion to and from the Big5-HKSCS encoding
qbipc_common.h(3) β common types and definitions
qbipcc.h(3) β Client IPC API.
qbipcs.h(3) β Server IPC API.
qbitarray(3qt338d) β Array of bits
qbitmap(3qt338d) β Monochrome (1-bit depth) pixmaps
qbitval(3qt338d) β Internal class, used with QBitArray
qblist.h(3) β This is a kernel style list implementation.
qblog.h(3) β The logging API provides four main parts (basics, filtering, threading & blackbox).
qbloop.h(3) β Main loop manages timers, jobs and polling sockets.
qbmap.h(3) β This provides a map interface to a Patricia trie, hashtable or skiplist.
qboxlayout(3qt338d) β Lines up child widgets horizontally or vertically
qbrb.h(3) β This implements a ring buffer that works in chunks, not bytes.
qbrush(3qt338d) β Defines the fill pattern of shapes drawn by a QPainter
qbuffer(3qt338d) β I/O device that operates on a QByteArray
qbutil.h(3) β These are some convience functions used throughout libqb.
qbutton(3qt338d) β The abstract base class of button widgets, providing functionality common to buttons
qbuttongroup(3qt338d) β Organizes QButton widgets in a group
qbytearray(3qt338d) β Array of bytes
qcache(3qt338d) β Template class that provides a cache based on QString keys
qcacheiterator(3qt338d) β Iterator for QCache collections
qcanvas(3qt338d) β 2D area that can contain QCanvasItem objects
qcanvasellipse(3qt338d) β Ellipse or ellipse segment on a QCanvas
qcanvasitem(3qt338d) β Abstract graphic object on a QCanvas
qcanvasitemlist(3qt338d) β List of QCanvasItems
qcanvasline(3qt338d) β Line on a QCanvas
qcanvaspixmap(3qt338d) β Pixmaps for QCanvasSprites
qcanvaspixmaparray(3qt338d) β Array of QCanvasPixmaps
qcanvaspolygon(3qt338d) β Polygon on a QCanvas
qcanvaspolygonalitem(3qt338d) β Polygonal canvas item on a QCanvas
qcanvasrectangle(3qt338d) β Rectangle on a QCanvas
qcanvasspline(3qt338d) β Multi-bezier splines on a QCanvas
qcanvassprite(3qt338d) β Animated canvas item on a QCanvas
qcanvastext(3qt338d) β Text object on a QCanvas
qcanvasview(3qt338d) β On-screen view of a QCanvas
qcdestyle(3qt338d) β CDE look and feel
qchar(3qt338d) β Lightweight Unicode character
qcharref(3qt338d) β Helper class for QString
qcheckbox(3qt338d) β Checkbox with a text label
qchecklistitem(3qt338d) β Checkable list view items
qchecktableitem(3qt338d) β Checkboxes in QTables
qchildevent(3qt338d) β Event parameters for child object events
qclipboard(3qt338d) β Access to the window system clipboard
qcloseevent(3qt338d) β Parameters that describe a close event
qcolor(3qt338d) β Colors based on RGB or HSV values
qcolordialog(3qt338d) β Dialog widget for specifying colors
qcolordrag(3qt338d) β Drag and drop object for transferring colors
qcolorgroup(3qt338d) β Group of widget colors
qcombobox(3qt338d) β Combined button and popup list
qcombotableitem(3qt338d) β Means of using comboboxes in QTables
qcommonstyle(3qt338d) β Encapsulates the common Look and Feel of a GUI
qconststring(3qt338d) β String objects using constant Unicode data
qcontextmenuevent(3qt338d) β Parameters that describe a context menu event
qcopchannel(3qt338d) β Communication capabilities between several clients
qcstring(3qt338d) β Abstraction of the classic C zero-terminated char array (char *)
qcursor(3qt338d) β Mouse cursor with an arbitrary shape
qcustomevent(3qt338d) β Support for custom events
qcustommenuitem(3qt338d) β Abstract base class for custom menu items in popup menus
qdatabrowser(3qt338d) β Data manipulation and navigation for data entry forms
qdatastream(3qt338d) β Serialization of binary data to a QIODevice
qdatatable(3qt338d) β Flexible SQL table widget that supports browsing and editing
qdataview(3qt338d) β Read-only SQL forms
qdate(3qt338d) β Date functions
qdateedit(3qt338d) β Date editor
qdatetime(3qt338d) β Date and time functions
qdatetimeedit(3qt338d) β Combines a QDateEdit and QTimeEdit widget into a single widget for editing datetimes
qdatetimeeditbase(3qt338d) β Abstraction for date and edit editors
qdeepcopy(3qt338d) β Template class which ensures that
qdesktopwidget(3qt338d) β Access to screen information on multi-head systems
qdial(3qt338d) β Rounded range control (like a speedometer or potentiometer)
qdialog(3qt338d) β The base class of dialog windows
qdict(3qt338d) β Template class that provides a dictionary based on QString keys
qdictiterator(3qt338d) β Iterator for QDict collections
qdir(3qt338d) β Access to directory structures and their contents in a platform-independent way
qdirectpainter(3qt338d) β Direct access to the video hardware
qdns(3qt338d) β Asynchronous DNS lookups
qdockarea(3qt338d) β Manages and lays out QDockWindows
qdockwindow(3qt338d) β Widget which can be docked inside a QDockArea or floated as a top level window on the desktop
qdomattr(3qt338d) β Represents one attribute of a QDomElement
qdomcdatasection(3qt338d) β Represents an XML CDATA section
qdomcharacterdata(3qt338d) β Represents a generic string in the DOM
qdomcomment(3qt338d) β Represents an XML comment
qdomdocument(3qt338d) β Represents an XML document
qdomdocumentfragment(3qt338d) β Tree of QDomNodes which is not usually a complete QDomDocument
qdomdocumenttype(3qt338d) β The representation of the DTD in the document tree
qdomelement(3qt338d) β Represents one element in the DOM tree
qdomentity(3qt338d) β Represents an XML entity
qdomentityreference(3qt338d) β Represents an XML entity reference
qdomimplementation(3qt338d) β Information about the features of the DOM implementation
qdomnamednodemap(3qt338d) β Collection of nodes that can be accessed by name
qdomnode(3qt338d) β The base class for all the nodes in a DOM tree
qdomnodelist(3qt338d) β List of QDomNode objects
qdomnotation(3qt338d) β Represents an XML notation
qdomprocessinginstruction(3qt338d) β Represents an XML processing instruction
qdomtext(3qt338d) β Represents text data in the parsed XML document
qdoublevalidator(3qt338d) β Range checking of floating-point numbers
qdragenterevent(3qt338d) β Event which is sent to the widget when a drag and drop first drags onto the widget
qdragleaveevent(3qt338d) β Event which is sent to the widget when a drag and drop leaves the widget
qdragmoveevent(3qt338d) β Event which is sent while a drag and drop is in progress
qdragobject(3qt338d) β Encapsulates MIME-based data transfer
qdropevent(3qt338d) β Event which is sent when a drag and drop is completed
qecvt(3) β convert a floating-point number to a string
qecvt(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΡΡ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ ΡΠΎΡΠΊΠΎΠΉ Π² ΡΡΡΠΎΠΊΡ
qeditorfactory(3qt338d) β Used to create editor widgets for QVariant data types
qerrormessage(3qt338d) β Error message display dialog
qeucjpcodec(3qt338d) β Conversion to and from EUC-JP character sets
qeuckrcodec(3qt338d) β Conversion to and from EUC-KR character sets
qevent(3qt338d) β The base class of all event classes. Event objects contain event parameters
qeventloop(3qt338d) β Manages the event queue
qfile(3qt338d) β I/O device that operates on files
qfiledialog(3qt338d) β Dialogs that allow users to select files or directories
qfileiconprovider(3qt338d) β Icons for QFileDialog to use
qfileinfo(3qt338d) β System-independent file information
qfilepreview(3qt338d) β File previewing in QFileDialog
qfocusdata(3qt338d) β Maintains the list of widgets in the focus chain
qfocusevent(3qt338d) β Event parameters for widget focus events
qfont(3qt338d) β Font used for drawing text
qfontdatabase(3qt338d) β Information about the fonts available in the underlying window system
qfontdialog(3qt338d) β Dialog widget for selecting a font
qfontinfo(3qt338d) β General information about fonts
qfontmanager(3qt338d) β Implements font management in Qt/Embedded
qfontmetrics(3qt338d) β Font metrics information
qframe(3qt338d) β The base class of widgets that can have a frame
qftp(3qt338d) β Implementation of the FTP protocol
qgb18030codec(3qt338d) β Conversion to and from the Chinese GB18030/GBK/GB2312 encoding
qgb2312codec(3qt338d) β Conversion to and from the Chinese GB2312 encoding
qgbkcodec(3qt338d) β Conversion to and from the Chinese GBK encoding
qgfxdriverfactory(3qt338d) β Creates QScreen objects for Qt/Embedded
qgfxdriverplugin(3qt338d) β Abstract base for Qt/Embedded graphics driver plugins
qgl(3qt338d) β Namespace for miscellaneous identifiers in the Qt OpenGL module
qglayoutiterator(3qt338d) β Abstract base class of internal layout iterators
qglcolormap(3qt338d) β Used for installing custom colormaps into QGLWidgets
qglcontext(3qt338d) β Encapsulates an OpenGL rendering context
qglformat(3qt338d) β The display format of an OpenGL rendering context
qglwidget(3qt338d) β Widget for rendering OpenGL graphics
qgrid(3qt338d) β Simple geometry management of its children
qgridlayout(3qt338d) β Lays out widgets in a grid
qgridview(3qt338d) β Abstract base for fixed-size grids
qgroupbox(3qt338d) β Group box frame with a title
qguardedptr(3qt338d) β Template class that provides guarded pointers to QObjects
qhbox(3qt338d) β Horizontal geometry management for its child widgets
qhboxlayout(3qt338d) β Lines up widgets horizontally
qhbuttongroup(3qt338d) β Organizes QButton widgets in a group with one horizontal row
qheader(3qt338d) β Header row or column, e.g. for tables and listviews
qhebrewcodec(3qt338d) β Conversion to and from visually ordered Hebrew
qhgroupbox(3qt338d) β Organizes widgets in a group with one horizontal row
qhideevent(3qt338d) β Event which is sent after a widget is hidden
qhostaddress(3qt338d) β IP address
qhttp(3qt338d) β Implementation of the HTTP protocol
qhttpheader(3qt338d) β Header information for HTTP
qhttprequestheader(3qt338d) β Request header information for HTTP
qhttpresponseheader(3qt338d) β Response header information for HTTP
qicondrag(3qt338d) β Supports drag and drop operations within a QIconView
qicondragevent(3qt338d) β Signals that a main icon drag has begun
qicondragitem(3qt338d) β Encapsulates a drag item
qiconfactory(3qt338d) β Used to create pixmaps for a QIconSet
qiconset(3qt338d) β Set of icons with different styles and sizes
qiconview(3qt338d) β Area with movable labelled icons
qiconviewitem(3qt338d) β Single item in a QIconView
qimage(3qt338d) β Hardware-independent pixmap representation with direct access to the pixel data
qimageconsumer(3qt338d) β Abstraction used by QImageDecoder
qimagedecoder(3qt338d) β Incremental image decoder for all supported image formats
qimagedrag(3qt338d) β Drag and drop object for transferring images
qimageformat(3qt338d) β Incremental image decoder for a specific image format
qimageformatplugin(3qt338d) β Abstract base for custom image format plugins
qimageformattype(3qt338d) β Factory that makes QImageFormat objects
qimageio(3qt338d) β Parameters for loading and saving images
qimevent(3qt338d) β Parameters for input method events
qinputdialog(3qt338d) β Simple convenience dialog to get a single value from the user
qintcache(3qt338d) β Template class that provides a cache based on long keys
qintcacheiterator(3qt338d) β Iterator for QIntCache collections
qintdict(3qt338d) β Template class that provides a dictionary based on long keys
qintdictiterator(3qt338d) β Iterator for QIntDict collections
qintvalidator(3qt338d) β Validator which ensures that a string contains a valid integer within a specified range
qiodevice(3qt338d) β The base class of I/O devices
qjiscodec(3qt338d) β Conversion to and from JIS character sets
qkbddriverfactory(3qt338d) β Creates QWSKeyboardHandler objects for Qt/Embedded
qkbddriverplugin(3qt338d) β Abstract base for Qt/Embedded keyboard driver plugins
qkeyevent(3qt338d) β Describes a key event
qkeysequence(3qt338d) β Encapsulates a key sequence as used by accelerators
qlabel(3qt338d) β Text or image display
qlayout(3qt338d) β The base class of geometry managers
qlayoutitem(3qt338d) β Abstract item that a QLayout manipulates
qlayoutiterator(3qt338d) β Iterators over QLayoutItem
qlcdnumber(3qt338d) β Displays a number with LCD-like digits
qlibrary(3qt338d) β Wrapper for handling shared libraries
qlineedit(3qt338d) β One-line text editor
qlistbox(3qt338d) β List of selectable, read-only items
qlistboxitem(3qt338d) β The base class of all list box items
qlistboxpixmap(3qt338d) β List box items with a pixmap and optional text
qlistboxtext(3qt338d) β List box items that display text
qlistview(3qt338d) β Implements a list/tree view
qlistviewitem(3qt338d) β Implements a list view item
qlistviewitemiterator(3qt338d) β Iterator for collections of QListViewItems
qlocale(3qt338d) β Converts between numbers and their string representations in various languages
qlocalfs(3qt338d) β Implementation of a QNetworkProtocol that works on the local file system
qmacmime(3qt338d) β Maps open-standard MIME to Mac flavors
qmacstyle(3qt338d) β Implements an Appearance Manager style
qmainwindow(3qt338d) β Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar
qmap(3qt338d) β Value-based template class that provides a dictionary
qmapconstiterator(3qt338d) β Iterator for QMap
qmapiterator(3qt338d) β Iterator for QMap
qmemarray(3qt338d) β Template class that provides arrays of simple types
qmenubar(3qt338d) β Horizontal menu bar
qmenudata(3qt338d) β Base class for QMenuBar and QPopupMenu
qmessagebox(3qt338d) β Modal dialog with a short message, an icon, and some buttons
qmetaobject(3qt338d) β Meta information about Qt objects
qmetaproperty(3qt338d) β Stores meta data about a property
qmimesource(3qt338d) β Abstraction of objects which provide formatted data of a certain MIME type
qmimesourcefactory(3qt338d) β Extensible provider of mime-typed data
qmotif(3qt338d) β The basis of the
qmotifdialog(3qt338d) β The QDialog API for Motif-based dialogs
qmotifplusstyle(3qt338d) β More sophisticated Motif-ish look and feel
qmotifstyle(3qt338d) β Motif look and feel
qmotifwidget(3qt338d) β The QWidget API for Xt/Motif widgets
qmousedriverfactory(3qt338d) β Creates QWSMouseHandler objects for Qt/Embedded
qmousedriverplugin(3qt338d) β Abstract base for Qt/Embedded mouse driver plugins
qmouseevent(3qt338d) β Parameters that describe a mouse event
qmoveevent(3qt338d) β Event parameters for move events
qmovie(3qt338d) β Incremental loading of animations or images, signalling as it progresses
qmutex(3qt338d) β Access serialization between threads
qmutexlocker(3qt338d) β Simplifies locking and unlocking QMutexes
qnetworkoperation(3qt338d) β Common operations for network protocols
qnetworkprotocol(3qt338d) β Common API for network protocols
qnpinstance(3qt338d) β QObject that is a web browser plugin
qnplugin(3qt338d) β The main factory for plugin objects
qnpstream(3qt338d) β Stream of data provided to a QNPInstance by the browser
qnpwidget(3qt338d) β QWidget that is a web browser plugin window
qobject(3qt338d) β The base class of all Qt objects
qobjectcleanuphandler(3qt338d) β Watches the lifetime of multiple QObjects
qobjectlist(3qt338d) β QPtrList of QObjects
qobjectlistiterator(3qt338d) β Iterator for QObjectLists
qpaintdevice(3qt338d) β The base class of objects that can be painted
qpaintdevicemetrics(3qt338d) β Information about a paint device
qpainter(3qt338d) β Does low-level painting e.g. on widgets
qpaintevent(3qt338d) β Event parameters for paint events
qpair(3qt338d) β Value-based template class that provides a pair of elements
qpalette(3qt338d) β Color groups for each widget state
qpen(3qt338d) β Defines how a QPainter should draw lines and outlines of shapes
qpicture(3qt338d) β Paint device that records and replays QPainter commands
qpixmap(3qt338d) β Off-screen, pixel-based paint device
qpixmapcache(3qt338d) β Application-global cache for pixmaps
qplatinumstyle(3qt338d) β Mac/Platinum look and feel
qpngimagepacker(3qt338d) β Creates well-compressed PNG animations
qpoint(3qt338d) β Defines a point in the plane
qpointarray(3qt338d) β Array of points
qpopupmenu(3qt338d) β Popup menu widget
qprinter(3qt338d) β Paint device that paints on a printer
qprocess(3qt338d) β Used to start external programs and to communicate with them
qprogressbar(3qt338d) β Horizontal progress bar
qprogressdialog(3qt338d) β Feedback on the progress of a slow operation
qptrcollection(3qt338d) β The base class of most pointer-based Qt collections
qptrdict(3qt338d) β Template class that provides a dictionary based on void* keys
qptrdictiterator(3qt338d) β Iterator for QPtrDict collections
qptrlist(3qt338d) β Template class that provides a list
qptrlistiterator(3qt338d) β Iterator for QPtrList collections
qptrqueue(3qt338d) β Template class that provides a queue
qptrstack(3qt338d) β Template class that provides a stack
qptrvector(3qt338d) β Template collection class that provides a vector (array)
qpushbutton(3qt338d) β Command button
qradiobutton(3qt338d) β Radio button with a text or pixmap label
qrangecontrol(3qt338d) β Integer value within a range
qrect(3qt338d) β Defines a rectangle in the plane
qregexp(3qt338d) β Pattern matching using regular expressions
qregexpvalidator(3qt338d) β Used to check a string against a
qregion(3qt338d) β Clip region for a painter
qresizeevent(3qt338d) β Event parameters for resize events
qscreen(3qt338d) β And its descendants manage the framebuffer and palette
qscrollbar(3qt338d) β Vertical or horizontal scroll bar
qscrollview(3qt338d) β Scrolling area with on-demand scroll bars
qsemaphore(3qt338d) β Robust integer semaphore
qserversocket(3qt338d) β TCP-based server
qsessionmanager(3qt338d) β Access to the session manager
qsettings(3qt338d) β Persistent platform-independent application settings
qsgistyle(3qt338d) β SGI/Irix look and feel
qshowevent(3qt338d) β Event which is sent when a widget is shown
qsignal(3qt338d) β Can be used to send signals for classes that don't inherit QObject
qsignalmapper(3qt338d) β Bundles signals from identifiable senders
qsimplerichtext(3qt338d) β Small displayable piece of rich text
qsize(3qt338d) β Defines the size of a two-dimensional object
qsizegrip(3qt338d) β Corner-grip for resizing a top-level window
qsizepolicy(3qt338d) β Layout attribute describing horizontal and vertical resizing policy
qsjiscodec(3qt338d) β Conversion to and from Shift-JIS
qslider(3qt338d) β Vertical or horizontal slider
qsocket(3qt338d) β Buffered TCP connection
qsocketdevice(3qt338d) β Platform-independent low-level socket API
qsocketnotifier(3qt338d) β Support for socket callbacks
qsort(3) β sort an array
qsort(3) β ΡΠΎΡΡΠΈΡΠΎΠ²ΠΊΠ° ΠΌΠ°ΡΡΠΈΠ²Π°
qsort(3p)
qsound(3qt338d) β Access to the platform audio facilities
qspaceritem(3qt338d) β Blank space in a layout
qspinbox(3qt338d) β Spin box widget (spin button)
qsplashscreen(3qt338d) β Splash screen that can be shown during application startup
qsplitter(3qt338d) β Implements a splitter widget
qsql(3qt338d) β Namespace for Qt SQL identifiers that need to be global-like
qsqlcursor(3qt338d) β Browsing and editing of SQL tables and views
qsqldatabase(3qt338d) β Used to create SQL database connections and to provide transaction handling
qsqldriver(3qt338d) β Abstract base class for accessing SQL databases
qsqldriverplugin(3qt338d) β Abstract base for custom QSqlDriver plugins
qsqleditorfactory(3qt338d) β Used to create the editors used by QDataTable and QSqlForm
qsqlerror(3qt338d) β SQL database error information
qsqlfield(3qt338d) β Manipulates the fields in SQL database tables and views
qsqlfieldinfo(3qt338d) β Stores meta data associated with a SQL field
qsqlform(3qt338d) β Creates and manages data entry forms tied to SQL databases
qsqlindex(3qt338d) β Functions to manipulate and describe QSqlCursor and QSqlDatabase indexes
qsqlpropertymap(3qt338d) β Used to map widgets to SQL fields
qsqlquery(3qt338d) β Means of executing and manipulating SQL statements
qsqlrecord(3qt338d) β Encapsulates a database record, i.e. a set of database fields
qsqlrecordinfo(3qt338d) β Encapsulates a set of database field meta data
qsqlresult(3qt338d) β Abstract interface for accessing data from SQL databases
qsqlselectcursor(3qt338d) β Browsing of general SQL SELECT statements
qstatusbar(3qt338d) β Horizontal bar suitable for presenting status information
qstoreddrag(3qt338d) β Simple stored-value drag object for arbitrary MIME data
qstrilist(3qt338d) β Doubly-linked list of char* with case-insensitive comparison
qstring(3qt338d) β Abstraction of Unicode text and the classic C '\0'-terminated char array
qstringlist(3qt338d) β List of strings
qstrlist(3qt338d) β Doubly-linked list of char*
qstrlistiterator(3qt338d) β Iterator for the QStrList and QStrIList classes
qstyle(3qt338d) β The look and feel of a GUI
qstylefactory(3qt338d) β Creates QStyle objects
qstyleoption(3qt338d) β Optional parameters for QStyle functions
qstyleplugin(3qt338d) β Abstract base for custom QStyle plugins
qstylesheet(3qt338d) β Collection of styles for rich text rendering and a generator of tags
qstylesheetitem(3qt338d) β Encapsulation of a set of text styles
qsyntaxhighlighter(3qt338d) β Base class for implementing QTextEdit syntax highlighters
qt(3qt338d) β Namespace for miscellaneous identifiers that need to be global-like
qtab(3qt338d) β The structures in a QTabBar
qtabbar(3qt338d) β Tab bar, e.g. for use in tabbed dialogs
qtabdialog(3qt338d) β Stack of tabbed widgets
qtable(3qt338d) β Flexible editable table widget
qtableitem(3qt338d) β The cell content for QTable cells
qtableselection(3qt338d) β Access to a selected area in a QTable
qtabletevent(3qt338d) β Parameters that describe a Tablet event
qtabwidget(3qt338d) β Stack of tabbed widgets
qtextbrowser(3qt338d) β Rich text browser with hypertext navigation
qtextcodec(3qt338d) β Conversion between text encodings
qtextcodecplugin(3qt338d) β Abstract base for custom QTextCodec plugins
qtextdecoder(3qt338d) β State-based decoder
qtextdrag(3qt338d) β Drag and drop object for transferring plain and Unicode text
qtextedit(3qt338d) β Powerful single-page rich text editor
qtextencoder(3qt338d) β State-based encoder
qtextistream(3qt338d) β Convenience class for input streams
qtextostream(3qt338d) β Convenience class for output streams
qtextstream(3qt338d) β Basic functions for reading and writing text using a QIODevice
qthread(3qt338d) β Platform-independent threads
qthreadstorage(3qt338d) β Per-thread data storage
qtime(3qt338d) β Clock time functions
qtimeedit(3qt338d) β Time editor
qtimer(3qt338d) β Timer signals and single-shot timers
qtimerevent(3qt338d) β Parameters that describe a timer event
qtoolbar(3qt338d) β Movable panel containing widgets such as tool buttons
qtoolbox(3qt338d) β Column of tabbed widget items
qtoolbutton(3qt338d) β Quick-access button to commands or options, usually used inside a QToolBar
qtooltip(3qt338d) β Tool tips (balloon help) for any widget or rectangular part of a widget
qtooltipgroup(3qt338d) β Collects tool tips into related groups
qtranslator(3qt338d)
qtranslatormessage(3qt338d) β Translator message and its properties
qtsciicodec(3qt338d) β Conversion to and from the Tamil TSCII encoding
quadratic(3) β The most commonly used easing functions.
quartic(3) β A steeper curve. Acceleration changes faster than Cubic.
queue(3) β ΡΠ΅Π°Π»ΠΈΠ·Π°ΡΠΈΠΈ ΠΎΠ΄Π½ΠΎΡΠ²ΡΠ·Π½ΡΡ
ΡΠΏΠΈΡΠΊΠΎΠ², ΠΎΠ΄Π½ΠΎΡΠ²ΡΠ·Π½ΡΡ
Ρ
Π²ΠΎΡΡΠΎΠ²ΡΡ
ΠΎΡΠ΅ΡΠ΅Π΄Π΅ΠΉ,
queue(3bsd) β implementations of singly-linked lists, singly-linked tail queues,
quintic(3) β An even steeper curve. Acceleration changes really fast.
quorum_context_get(3) β Gets the context variable for a QUORUM instance
quorum_context_set(3) β Sets the context variable for a QUORUM instance
quorum_dispatch(3) β Dispatches callbacks from the quorum service
quorum_fd_get(3) β Dispatches callbacks from the quorum service
quorum_finalize(3) β Terminate a connection to the quorum service
quorum_getquorate(3) β Gets the quorate status of the node.
quorum_initialize(3) β Create a new connection to the Quorum service
quorum_model_initialize(3) β Create a new connection to the Quorum service
quorum_overview(3) β Quorum Library Overview
quorum_trackstart(3) β Enable callbacks notification.
quorum_trackstop(3) β Disable callbacks notification.
quridrag(3qt338d) β Drag object for a list of URI references
qurl(3qt338d) β URL parser and simplifies working with URLs
qurlinfo(3qt338d) β Stores information about URLs
qurloperator(3qt338d) β Common operations on URLs
quuid(3qt338d) β Defines a Universally Unique Identifier (UUID)
qvalidator(3qt338d) β Validation of input text
qvaluelist(3qt338d) β Value-based template class that provides lists
qvaluelistconstiterator(3qt338d) β Const iterator for QValueList
qvaluelistiterator(3qt338d) β Iterator for QValueList
qvaluestack(3qt338d) β Value-based template class that provides a stack
qvaluevector(3qt338d) β Value-based template class that provides a dynamic array
qvariant(3qt338d) β Acts like a union for the most common Qt data types
qvbox(3qt338d) β Vertical geometry management of its child widgets
qvboxlayout(3qt338d) β Lines up widgets vertically
qvbuttongroup(3qt338d) β Organizes QButton widgets in a vertical column
qvgroupbox(3qt338d) β Organizes a group of widgets in a vertical column
qwaitcondition(3qt338d) β Allows waiting/waking for conditions between threads
qwhatsthis(3qt338d) β Simple description of any widget, i.e. answering the question What's this?
qwheelevent(3qt338d) β Parameters that describe a wheel event
qwidget(3qt338d) β The base class of all user interface objects
qwidgetfactory(3qt338d) β For the dynamic creation of widgets from Qt Designer .ui files
qwidgetitem(3qt338d) β Layout item that represents a widget
qwidgetplugin(3qt338d) β Abstract base for custom QWidget plugins
qwidgetstack(3qt338d) β Stack of widgets of which only the top widget is user-visible
qwindowsmime(3qt338d) β Maps open-standard MIME to Window Clipboard formats
qwindowsstyle(3qt338d) β Microsoft Windows-like look and feel
qwizard(3qt338d) β Framework for wizard dialogs
qwmatrix(3qt338d) β 2D transformations of a coordinate system
qworkspace(3qt338d) β Workspace window that can contain decorated windows, e.g. for MDI
qwsdecoration(3qt338d) β Allows the appearance of the Qt/Embedded Window Manager to be customized
qwsinputmethod(3qt338d) β International input methods for Qt/Embedded
qwskeyboardhandler(3qt338d) β Implements the keyboard driver for Qt/Embedded
qwsmousehandler(3qt338d) β Mouse driver for Qt/Embedded
qwsserver(3qt338d) β Server-specific functionality in Qt/Embedded
qwswindow(3qt338d) β Server-specific functionality in Qt/Embedded
qxmlattributes(3qt338d) β XML attributes
qxmlcontenthandler(3qt338d) β Interface to report the logical content of XML data
qxmldeclhandler(3qt338d) β Interface to report declaration content of XML data
qxmldefaulthandler(3qt338d) β Default implementation of all the XML handler classes
qxmldtdhandler(3qt338d) β Interface to report DTD content of XML data
qxmlentityresolver(3qt338d) β Interface to resolve external entities contained in XML data
qxmlerrorhandler(3qt338d) β Interface to report errors in XML data
qxmlinputsource(3qt338d) β The input data for the QXmlReader subclasses
qxmllexicalhandler(3qt338d) β Interface to report the lexical content of XML data
qxmllocator(3qt338d) β The XML handler classes with information about the parsing position within a file
qxmlnamespacesupport(3qt338d) β Helper class for XML readers which want to include namespace support
qxmlparseexception(3qt338d) β Used to report errors with the QXmlErrorHandler interface
qxmlreader(3qt338d) β Interface for XML readers (i.e. parsers)
qxmlsimplereader(3qt338d) β Implementation of a simple XML reader (parser)
radcli.h(3)
radixsort(3bsd) β radix sort
raise(3) β send a signal to the caller
raise(3) β ΠΏΠΎΡΡΠ»Π°Π΅Ρ ΡΠΈΠ³Π½Π°Π» Π²ΡΠ·ΡΠ²Π°ΡΡΠ΅ΠΌΡ
raise(3p)
rand(3) β pseudo-random number generator
rand(3) β Π³Π΅Π½Π΅ΡΠ°ΡΠΎΡ ΠΏΡΠ΅Π²Π΄ΠΎΡΠ»ΡΡΠ°ΠΉΠ½ΡΡ
ΡΠΈΡΠ΅Π»
rand(3p)
randbuf(3bobcat) β std::streambuf generating random numbers
random(3) β Π³Π΅Π½Π΅ΡΠ°ΡΠΎΡ ΡΠ»ΡΡΠ°ΠΉΠ½ΡΡ
ΡΠΈΡΠ΅Π»
random(3) β random number generator
random(3p)
random_r(3) β ΡΠ΅Π΅Π½ΡΠ΅ΡΠ°Π±Π΅Π»ΡΠ½ΡΠΉ Π³Π΅Π½Π΅ΡΠ°ΡΠΎΡ
random_r(3) β reentrant
random_range(3) β a set of routines for dealing with integer ranges, and random numbers in a range
random_range_seed(3) β a set of routines for dealing with integer ranges, and random numbers in a range
randombytes(3)
randommt(3bobcat) β Class template generating random numbers
ranger(3bobcat) β generalizes ranges for range\-based for\-loops
rc_aaa(3)
rc_aaa_ctx(3)
rc_aaa_ctx_free(3)
rc_aaa_ctx_get_secret(3)
rc_aaa_ctx_get_vector(3)
rc_aaa_ctx_server(3)
rc_acct(3)
rc_acct_proxy(3)
rc_add_config(3)
rc_apply_config(3)
rc_auth(3)
rc_auth_proxy(3)
rc_avpair_add(3)
rc_avpair_assign(3)
rc_avpair_copy(3)
rc_avpair_free(3)
rc_avpair_gen(3)
rc_avpair_get(3)
rc_avpair_get_attr(3)
rc_avpair_get_in6(3)
rc_avpair_get_raw(3)
rc_avpair_get_uint32(3)
rc_avpair_insert(3)
rc_avpair_log(3)
rc_avpair_new(3)
rc_avpair_next(3)
rc_avpair_parse(3)
rc_avpair_remove(3)
rc_avpair_tostr(3)
rc_buildreq(3)
rc_check(3)
rc_check_tls(3)
rc_conf_int(3)
rc_conf_srv(3)
rc_conf_str(3)
rc_config_free(3)
rc_config_init(3)
rc_destroy(3)
rc_dict_addattr(3)
rc_dict_addval(3)
rc_dict_addvend(3)
rc_dict_findattr(3)
rc_dict_findval(3)
rc_dict_findvend(3)
rc_dict_free(3)
rc_dict_getattr(3)
rc_dict_getval(3)
rc_dict_getvend(3)
rc_find_server_addr(3)
rc_get_socket_type(3)
rc_get_srcaddr(3)
rc_getport(3)
rc_mksid(3)
rc_new(3)
rc_openlog(3)
rc_own_hostname(3)
rc_read_config(3)
rc_read_dictionary(3)
rc_read_dictionary_from_buffer(3)
rc_send_server(3)
rc_setdebug(3)
rc_test_config(3)
rc_tls_fd(3)
rcmd(3) β ΠΏΡΠΎΡΠ΅Π΄ΡΡΡ Π²ΠΎΠ·Π²ΡΠ°ΡΠ° ΠΏΠΎΡΠΎΠΊΠ° Π² ΡΠ΄Π°Π»ΡΠ½Π½ΡΡ ΠΊΠΎΠΌΠ°Π½Π΄Ρ
rcmd(3) β routines for returning a
rdma_accept(3) β Called to accept a connection request.
rdma_ack_cm_event(3) β Free a communication event.
rdma_bind_addr(3) β Bind an RDMA identifier to a source address.
rdma_connect(3) β Initiate an active connection request.
rdma_create_ep(3) β Allocate a communication identifier and optional QP.
rdma_create_event_channel(3) β Open a channel used to report communication events.
rdma_create_id(3) β Allocate a communication identifier.
rdma_create_qp(3) β Allocate a QP.
rdma_create_srq(3) β Allocate a shared receive queue.
rdma_dereg_mr(3) β deregisters a registered memory region.
rdma_destroy_ep(3) β Release a communication identifier.
rdma_destroy_event_channel(3) β Close an event communication channel.
rdma_destroy_id(3) β Release a communication identifier.
rdma_destroy_qp(3) β Deallocate a QP.
rdma_destroy_srq(3) β Deallocate a SRQ.
rdma_disconnect(3) β This function disconnects a connection.
rdma_establish(3) β Complete an active connection request.
rdma_event_str(3) β Returns a string representation of an rdma cm event.
rdma_free_devices(3) β Frees the list of devices returned by rdma_get_devices.
rdma_freeaddrinfo(3) β Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo
rdma_get_cm_event(3) β Retrieves the next pending communication event.
rdma_get_devices(3) β Get a list of RDMA devices currently available.
rdma_get_dst_port(3) β Returns the remote port number of a bound rdma_cm_id.
rdma_get_local_addr(3) β Returns the local IP address of a bound rdma_cm_id.
rdma_get_peer_addr(3) β Returns the remote IP address of a bound rdma_cm_id.
rdma_get_recv_comp(3) β retrieves a completed receive request.
rdma_get_remote_ece(3) β Get remote ECE paraemters as received from the
rdma_get_request(3) β Retrieves the next pending connection request event.
rdma_get_send_comp(3) β retrieves a completed send, read, or write request.
rdma_get_src_port(3) β Returns the local port number of a bound rdma_cm_id.
rdma_getaddrinfo(3) β Provides transport independent address translation.
rdma_init_qp_attr(3) β Returns qp attributes of an rdma_cm_id.
rdma_join_multicast(3) β Joins a multicast group.
rdma_join_multicast_ex(3) β Joins a multicast group with extended options.
rdma_leave_multicast(3) β Leaves a multicast group.
rdma_listen(3) β Listen for incoming connection requests.
rdma_migrate_id(3) β Move a communication identifier to a different event channel.
rdma_notify(3) β Notifies the librdmacm of an asynchronous event.
rdma_post_read(3) β post an RDMA read work request.
rdma_post_readv(3) β post an RDMA read work request.
rdma_post_recv(3) β post a work request to receive an incoming message.
rdma_post_recvv(3) β post a work request to receive incoming messages.
rdma_post_send(3) β post a work request to send a message.
rdma_post_sendv(3) β post a work request to send a message.
rdma_post_ud_send(3) β post a work request to send a datagram.
rdma_post_write(3) β post an RDMA write work request.
rdma_post_writev(3) β post an RDMA write work request.
rdma_query_addrinfo(3) β Query the resolved address information.
rdma_reg_msgs(3) β register data buffer(s) for sending or receiving messages.
rdma_reg_read(3) β register data buffer(s) for remote RDMA read access.
rdma_reg_write(3) β register data buffer(s) for remote RDMA write access.
rdma_reject(3) β Called to reject a connection request.
rdma_resolve_addr(3) β Resolve destination and optional source addresses.
rdma_resolve_addrinfo(3) β Resolve RDMA addresses which supports both DNS and IB SA.
rdma_resolve_route(3) β Resolve the route information needed to establish a connection.
rdma_set_local_ece(3) β Set local ECE paraemters to be used for REQ/REP
rdma_set_option(3) β Set communication options for an rdma_cm_id.
rdma_write_cm_event(3) β Write an event into a CM.
re_comp(3) β ΡΡΠ½ΠΊΡΠΈΠΈ BSD Π΄Π»Ρ ΡΠ΅Π³ΡΠ»ΡΡΠ½ΡΡ
Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΉ
re_comp(3) β BSD regex functions
read(3p)
readdir(3) β ΡΡΠ΅Π½ΠΈΠ΅ ΡΠΎΠ΄Π΅ΡΠΆΠΈΠΌΠΎΠ³ΠΎ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π°
readdir(3) β read a directory
readdir(3am) β directory input parser for gawk
readdir(3p)
readdir_r(3) β read a directory
readdir_r(3) β ΡΡΠ΅Π½ΠΈΠ΅ ΡΠΎΠ΄Π΅ΡΠΆΠΈΠΌΠΎΠ³ΠΎ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π°
readfile(3am) β return the entire contents of a file as a string
readline(3) β get a line from a user with editing
readlinebuf(3bobcat) β std::streambuf offering line\-editing and history
readlinehistory(3bobcat) β std::streambuf offering line\-editing and history
readlinestream(3bobcat) β std::istream offering line\-editing and history
readlink(3p)
readpassphrase(3bsd) β get a passphrase from the user
readv(3p)
realloc(3p)
reallocarray(3bsd) β memory allocation and deallocation
reallocf(3bsd) β general purpose memory allocation functions
realpath(3) β return the canonicalized absolute pathname
realpath(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΊΠ°Π½ΠΎΠ½ΠΈΠ·ΠΈΡΠΎΠ²Π°Π½Π½ΡΠΉ Π°Π±ΡΠΎΠ»ΡΡΠ½ΡΠΉ ΠΏΡΡΡ
realpath(3p)
recno(3) β record number database access method
recno(3) β ΠΌΠ΅ΡΠΎΠ΄ Π΄ΠΎΡΡΡΠΏΠ° ΠΊ Π±Π°Π·Π°ΠΌ Π½ΡΠΌΠ΅ΡΠΎΠ²Π°Π½Π½ΡΡ
Π΄Π°Π½Π½ΡΡ
recursive_key_scan(3) β apply a function to all keys in a keyring tree
recv(3p)
recvfrom(3p)
recvmsg(3p)
redirector(3bobcat) β Redirects a file descriptor to another descriptor
redland(3) β Resource Description Framework (RDF) Library
regcomp(3p)
regex(3) β POSIX regex functions
regex(3) β ΡΡΠ½ΠΊΡΠΈΠΈ ΡΠ΅Π³ΡΠ»ΡΡΠ½ΡΡ
Π²ΡΡΠ°ΠΆΠ΅Π½ΠΈΠΉ POSIX
release_method(3) β Release Numbering and Methodology
remainder(3) β \
remainder(3) β ΡΡΠ½ΠΊΡΠΈΡ ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΡ
remainder(3p)
remove(3) β remove a file or directory
remove(3) β ΡΠ΄Π°Π»ΡΠ΅Ρ ΡΠ°ΠΉΠ» ΠΈΠ»ΠΈ ΠΊΠ°ΡΠ°Π»ΠΎΠ³
remove(3p)
remque(3p)
remquo(3) β remainder and part of quotient
remquo(3) β ΠΎΡΡΠ°ΡΠΎΠΊ ΠΈ Π½Π΅ΠΏΠΎΠ»Π½ΠΎΠ΅ ΡΠ°ΡΡΠ½ΠΎΠ΅
remquo(3p)
rename(3p)
repeat(3bobcat) β call a (member) function a fixed number of times
resizeterm(3x)
resolver(3) β ΠΏΡΠΎΡΠ΅Π΄ΡΡΡ ΠΎΠΏΡΠ΅Π΄Π΅Π»ΠΈΡΠ΅Π»Ρ ΠΈΠΌΡΠ½
resolver(3)
reverse(3bobcat) β A class template offering reverse iterators
revoutput(3am) β Reverse output strings sample extension
revtwoway(3am) β Reverse strings sample two-way processor extension
rewind(3p)
rewinddir(3) β ΡΠ±ΡΠΎΡ ΠΏΠΎΡΠΎΠΊΠ° ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π°
rewinddir(3) β reset directory stream
rewinddir(3p)
rexec(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΏΠΎΡΠΎΠΊ ΡΠ΄Π°Π»ΡΠ½Π½ΠΎΠΉ ΠΊΠΎΠΌΠ°Π½Π΄Π΅
rexec(3) β return stream to a remote command
rint(3) β round
rint(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ Π΄ΠΎ
rint(3p)
rmd160(3) β calculate the ``RIPEMD-160'' message digest
rmdir(3p)
rose(3) β ROSE Address manipulation routines
round(3) β round to nearest integer, away from zero
round(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ Π΄ΠΎ Π±Π»ΠΈΠΆΠ°ΠΉΡΠ΅Π³ΠΎ ΡΠ΅Π»ΠΎΠ³ΠΎ Π² Π½Π°ΠΏΡΠ°Π²Π»Π΅Π½ΠΈΠΈ ΠΎΡ
round(3p)
roundup(3) β round up in steps
rpc(3) β library routines for remote procedure calls
rpc(3) β Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΡΠ½ΡΠ΅ ΡΡΠ½ΠΊΡΠΈΠΈ Π΄Π»Ρ Π²ΡΠ·ΠΎΠ²Π° ΡΠ΄Π°Π»ΡΠ½Π½ΡΡ
ΠΏΡΠΎΡΠ΅Π΄ΡΡ
rpc(3t) β library routines for remote procedure calls
rpc_clnt_auth(3t) β library routines for client side remote procedure call authentication
rpc_clnt_calls(3t) β library routines for client side calls
rpc_clnt_create(3t) β library routines for dealing with creation and manipulation of
rpc_gss_get_error(3t) β Get error details
rpc_gss_get_mech_info(3t) β Get Quality of Protection information for a security mechanism
rpc_gss_get_mechanisms(3t) β Get installed mechanisms
rpc_gss_get_principal_name(3t) β Get a principal name
rpc_gss_get_versions(3t) β Get supported protocol version
rpc_gss_getcred(3t) β Get authorization information for an RPC request
rpc_gss_is_installed(3t) β Query for the presence of a security mechanism
rpc_gss_max_data_length(3t) β calculate maximum data size
rpc_gss_mech_to_oid(3t) β Convert a mechanism name to a GSS-API oid
rpc_gss_qop_to_num(3t) β Convert a Quality of Protection name to number
rpc_gss_seccreate(3t) β create a security context using the RPCSEC_GSS protocol
rpc_gss_set_callback(3t) β Register a security context creation callback
rpc_gss_set_defaults(3t) β set service and quality of protection
rpc_gss_set_svc_name(3t) β Associate a GSS-API service principal with an RPC service
rpc_gss_svc_max_data_length(3t) β calculate maximum data size
rpc_secure(3t) β library routines for secure remote procedure calls
rpc_soc(3t) β library routines for remote procedure calls
rpc_svc_calls(3t) β library routines for RPC servers
rpc_svc_create(3t) β library routines for the creation of server handles
rpc_svc_err(3t) β library routines for server side remote procedure call errors
rpc_svc_reg(3t) β library routines for registering servers
rpc_xdr(3t) β XDR library routines for remote procedure calls
rpcbind(3t) β library routines for RPC bind service
rpcsec_gss(3t) β GSS-API based authentication for RPC
rpmatch(3) β determine if the answer to a question is affirmative or negative
rpmatch(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ, ΡΠ²Π»ΡΠ΅ΡΡΡ Π»ΠΈ ΠΎΡΠ²Π΅Ρ Π½Π° Π²ΠΎΠΏΡΠΎΡ ΡΡΠ²Π΅ΡΠ΄ΠΈΡΠ΅Π»ΡΠ½ΡΠΌ ΠΈΠ»ΠΈ
rquota(3) β implement quotas on remote machines
rs256_pk_new(3) β FIDO2 COSE RS256 API
rtapi_app_exit(3rtapi) β User-provided function to shut down a component
rtapi_app_main(3rtapi) β User-provided function to initialize a component
rtapi_atomic(3rtapi) β subset of C11 <stdatomic.h>
rtapi_bool(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_byteorder(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_clock_set_period(3rtapi) β set the basic time interval for realtime tasks
rtapi_delay(3rtapi) β Busy-loop for short delays
rtapi_device(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_div_u64(3rtapi) β unsigned division of a 64-bit number by a 32-bit number
rtapi_exit(3rtapi) β Shut down RTAPI
rtapi_firmware(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_get_time(3rtapi) β get the current time
rtapi_gfp(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_init(3rtapi) β Sets up RTAPI
rtapi_io(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_is(3rtapi) β details of rtapi configuration
rtapi_list(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_module_param(3rtapi) β Specifying module parameters
rtapi_mutex(3rtapi) β Mutex-related functions
rtapi_open_as_root(3rtapi) β Open a file with root privilege
rtapi_outb(3rtapi) β Perform hardware I/O
rtapi_parport(3rtapi) β portable access to PC-style parallel ports
rtapi_pci(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_print(3rtapi) β print diagnostic messages
rtapi_prio(3rtapi) β thread priority functions
rtapi_region(3rtapi) β functions to manage I/O memory regions
rtapi_set_msg_level(3rtapi) β Get or set the logging level
rtapi_shmem(3rtapi) β Functions for managing shared memory blocks
rtapi_slab(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_snprintf(3rtapi) β Perform snprintf-like string formatting
rtapi_stdint(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_string(3rtapi) β RTAPI wrappers for linux kernel functionality
rtapi_strlcpy(3rtapi) β RTAPI string manipulation functions
rtapi_task_new(3rtapi) β create a realtime task
rtapi_task_pause(3rtapi) β pause and resume real-time tasks
rtapi_task_self(3rtapi) β Retrieve ID of current task
rtapi_task_start(3rtapi) β start a realtime task in periodic mode
rtapi_task_wait(3rtapi) β suspend execution of this periodic task
rtcAttachGeometry(3embree4)
rtcAttachGeometryByID(3embree4)
rtcBuildBVH(3embree4)
rtcCollide(3embree4)
rtcCommitGeometry(3embree4)
rtcCommitScene(3embree4)
rtcDetachGeometry(3embree4)
rtcDisableGeometry(3embree4)
rtcEnableGeometry(3embree4)
rtcFilterIntersection(3embree4)
rtcFilterOcclusion(3embree4)
rtcForwardIntersect1(3embree4)
rtcForwardIntersect4(3embree4)
rtcForwardOccluded1(3embree4)
rtcForwardOccluded4(3embree4)
rtcGetBufferData(3embree4)
rtcGetDeviceError(3embree4)
rtcGetDeviceLastErrorMessage(3embree4)
rtcGetDeviceProperty(3embree4)
rtcGetErrorString(3embree4)
rtcGetGeometry(3embree4)
rtcGetGeometryBufferData(3embree4)
rtcGetGeometryFace(3embree4)
rtcGetGeometryFirstHalfEdge(3embree4)
rtcGetGeometryNextHalfEdge(3embree4)
rtcGetGeometryOppositeHalfEdge(3embree4)
rtcGetGeometryPreviousHalfEdge(3embree4)
rtcGetGeometryThreadSafe(3embree4)
rtcGetGeometryTransform(3embree4)
rtcGetGeometryTransformEx(3embree4)
rtcGetGeometryTransformFromScene(3embree4)
rtcGetGeometryUserData(3embree4)
rtcGetGeometryUserDataFromScene(3embree4)
rtcGetSYCLDeviceFunctionPointer(3embree4)
rtcGetSceneBounds(3embree4)
rtcGetSceneDevice(3embree4)
rtcGetSceneFlags(3embree4)
rtcGetSceneLinearBounds(3embree4)
rtcInitIntersectArguments(3embree4)
rtcInitOccludedArguments(3embree4)
rtcInitPointQueryContext(3embree4)
rtcInitQuaternionDecomposition(3embree4)
rtcInitRayQueryContext(3embree4)
rtcInterpolate(3embree4)
rtcInterpolateN(3embree4)
rtcIntersect1(3embree4)
rtcIntersect4(3embree4)
rtcInvokeIntersectFilterFromGeometry(3embree4)
rtcInvokeOccludedFilterFromGeometry(3embree4)
rtcIsSYCLDeviceSupported(3embree4)
rtcJoinCommitScene(3embree4)
rtcNewBVH(3embree4)
rtcNewBuffer(3embree4)
rtcNewDevice(3embree4)
rtcNewGeometry(3embree4)
rtcNewSYCLDevice(3embree4)
rtcNewScene(3embree4)
rtcNewSharedBuffer(3embree4)
rtcOccluded1(3embree4)
rtcOccluded4(3embree4)
rtcPointQuery(3embree4)
rtcPointQuery4(3embree4)
rtcReleaseBVH(3embree4)
rtcReleaseBuffer(3embree4)
rtcReleaseDevice(3embree4)
rtcReleaseGeometry(3embree4)
rtcReleaseScene(3embree4)
rtcRetainBVH(3embree4)
rtcRetainBuffer(3embree4)
rtcRetainDevice(3embree4)
rtcRetainGeometry(3embree4)
rtcRetainScene(3embree4)
rtcSYCLDeviceSelector(3embree4)
rtcSetDeviceErrorFunction(3embree4)
rtcSetDeviceMemoryMonitorFunction(3embree4)
rtcSetDeviceSYCLDevice(3embree4)
rtcSetGeometryBoundsFunction(3embree4)
rtcSetGeometryBuffer(3embree4)
rtcSetGeometryBuildQuality(3embree4)
rtcSetGeometryDisplacementFunction(3embree4)
rtcSetGeometryEnableFilterFunctionFromArguments(3embree4)
rtcSetGeometryInstancedScene(3embree4)
rtcSetGeometryInstancedScenes(3embree4)
rtcSetGeometryIntersectFilterFunction(3embree4)
rtcSetGeometryIntersectFunction(3embree4)
rtcSetGeometryMask(3embree4)
rtcSetGeometryMaxRadiusScale(3embree4)
rtcSetGeometryOccludedFilterFunction(3embree4)
rtcSetGeometryOccludedFunction(3embree4)
rtcSetGeometryPointQueryFunction(3embree4)
rtcSetGeometrySubdivisionMode(3embree4)
rtcSetGeometryTessellationRate(3embree4)
rtcSetGeometryTimeRange(3embree4)
rtcSetGeometryTimeStepCount(3embree4)
rtcSetGeometryTopologyCount(3embree4)
rtcSetGeometryTransform(3embree4)
rtcSetGeometryTransformQuaternion(3embree4)
rtcSetGeometryUserData(3embree4)
rtcSetGeometryUserPrimitiveCount(3embree4)
rtcSetGeometryVertexAttributeCount(3embree4)
rtcSetGeometryVertexAttributeTopology(3embree4)
rtcSetNewGeometryBuffer(3embree4)
rtcSetSceneBuildQuality(3embree4)
rtcSetSceneFlags(3embree4)
rtcSetSceneProgressMonitorFunction(3embree4)
rtcSetSharedGeometryBuffer(3embree4)
rtcUpdateGeometryBuffer(3embree4)
rtime(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ Ρ ΡΠ΄Π°Π»ΡΠ½Π½ΠΎΠ³ΠΎ ΡΠ·Π»Π°
rtime(3) β get time from a remote machine
rtime(3t) β get remote time
rtnetlink(3) β macros to manipulate rtnetlink messages
rtnetlink(3) β ΠΌΠ°ΠΊΡΠΎΡΡ Π΄Π»Ρ ΠΎΠ±ΡΠ°Π±ΠΎΡΠΊΠΈ ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ rtnetlink
ru_tts_transfer(3) β transfer specified Russian text to speech
rudeconfig(3) β read and manipulate .ini and config files
rulexdb_classify(3) β test specified word whether it represents a lexical base
rulexdb_close(3) β close a rulex database
rulexdb_dataset_name(3) β get pointer to the dataset name string
rulexdb_discard_dictionary(3) β remove specified dictionary dataset from a rulex database
rulexdb_discard_ruleset(3) β remove specified ruleset from a rulex database
rulexdb_fetch_rule(3) β extract specified rule from the rulex database
rulexdb_lexbase(3) β try to find lexical base for the specified word
rulexdb_load_ruleset(3) β load specified ruleset from a rulex database
rulexdb_open(3) β open or create a rulex database
rulexdb_remove_item(3) β remove specified item from the rulex dictionary
rulexdb_remove_rule(3) β remove specified rule from the rulex database
rulexdb_remove_this_item(3) β remove sequentially retrieved item from the rulex dictionary
rulexdb_retrieve_item(3) β retrieve an item from the rulex database
rulexdb_search(3) β search rulex database for specified word
rulexdb_seq(3) β sequential retrieving dictionary items from the rulex database
rulexdb_subscribe_item(3) β put new dictionary item into the rulex database
rulexdb_subscribe_rule(3) β store a new rule into the rulex database
runawk_modules(3) β wrapper for AWK interpreter
rwarray(3am) β write and read gawk arrays to/from files
s2i_ASN1_IA5STRING(3ossl) β convert objects from/to ASN.1/string representation
s2i_ASN1_INTEGER(3) β ASN.1 data type conversion utilities for certificate extensions
sage(3) β The SDL library for OpenGL extensions.
sage_init(3)
sam_data_getsize(3) β Return size of stored data in bytes
sam_data_restore(3) β Restore previously saved user data
sam_data_store(3) β Store user data
sam_finalize(3) β Terminate SAM service
sam_hc_callback_register(3) β Register health check callback
sam_hc_send(3) β Send health check confirmation
sam_initialize(3) β Initialize health checking
sam_mark_failed(3) β Mark process failed
sam_overview(3) β Overview of the Simple Availability Manager
sam_register(3) β Register component for health checking
sam_start(3) β Start health checking
sam_stop(3) β Stop health checking
sam_warn_signal_set(3) β Set warn signal
sasum(3f)
save_d(3) β AA-lib driver used to save ascii-art image into file in used specified format.
saxpy(3f)
sbdsdc(3f)
sbdsqr(3f)
scabs1(3f)
scalb(3) β ΡΠΌΠ½ΠΎΠΆΠ°Π΅Ρ ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ Π½Π° ΠΎΡΠ½ΠΎΠ²Π°Π½ΠΈΠ΅ Π²
scalb(3) β multiply floating-point number
scalbln(3)
scalbln(3) β ΡΠΌΠ½ΠΎΠΆΠ°Π΅Ρ ΡΠΈΡΠ»ΠΎ Ρ
scalbln(3p)
scandir(3) β scan
scandir(3) β ΠΈΡΠ΅Ρ Π·Π°ΠΏΠΈΡΠΈ Π² ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π΅
scandir(3p)
scanf(3) β input FILE format conversion
scanf(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ Π΄Π°Π½Π½ΡΠ΅ Π²
scanf(3p)
scasum(3f)
sched_get_priority_max(3p)
sched_getcpu(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ Π¦Π, Π½Π° ΠΊΠΎΡΠΎΡΠΎΠΌ Π²ΡΠΏΠΎΠ»Π½ΡΠ΅ΡΡΡ Π²ΡΠ·ΡΠ²Π°ΡΡΠ°Ρ Π½ΠΈΡΡ
sched_getcpu(3) β determine CPU on which the calling thread is running
sched_getparam(3p)
sched_getscheduler(3p)
sched_rr_get_interval(3p)
sched_setparam(3p)
sched_setscheduler(3p)
sched_yield(3p)
scnrm2(3f)
scopy(3f)
scsum1(3f)
sctp_bindx(3) β Add or remove bind addresses on a socket.
sctp_connectx(3) β initiate a connection on an SCTP socket using multiple
sctp_getladdrs(3) β Returns all locally bound addresses on a socket.
sctp_getpaddrs(3) β Returns all peer addresses in an association.
sctp_opt_info(3) β Get options on a SCTP socket.
sctp_peeloff(3) β Branch off an association into a separate socket.
sctp_recvmsg(3) β Receive a message from a SCTP socket.
sctp_recvv(3) β Receive a message from a SCTP socket with an extensible way.
sctp_send(3) β Send a message from a SCTP socket.
sctp_sendmsg(3) β Send a message from a SCTP socket.
sctp_sendv(3) β Send messages from a SCTP socket with an extensible way.
sd-bus(3) β A lightweight D\-Bus IPC client library
sd-bus-errors(3) β Standard D\-Bus error names
sd-daemon(3) β APIs for new\-style daemons
sd-device(3) β API for enumerating and introspecting local devices
sd-event(3) β A generic event loop implementation
sd-hwdb(3) β Read\-only access to the hardware description database
sd-id128(3) β APIs for processing 128\-bit IDs
sd-journal(3) β APIs for submitting and querying log entries to and from the journal
sd-json(3) β APIs for Dealing with JSON Objects
sd-login(3) β APIs for tracking logins
sd-path(3) β APIs to query file system paths
sd-varlink(3) β APIs for Varlink IPC
sd_booted(3) β Test whether the system is running the systemd init system
sd_bus_add_match(3) β Add a match rule for incoming message dispatching
sd_bus_add_node_enumerator(3) β Add a node enumerator for a D\-Bus object path prefix
sd_bus_add_object(3) β Declare properties and methods for a D\-Bus path
sd_bus_add_object_manager(3) β Add a D\-Bus object manager for a D\-Bus object sub\-tree
sd_bus_attach_event(3) β Attach a bus connection object to an event loop
sd_bus_call(3) β Invoke a D\-Bus method call
sd_bus_call_method(3) β Initialize a bus message object and invoke the corresponding D\-Bus method call
sd_bus_can_send(3) β Check which types can be sent over a bus object
sd_bus_close(3) β Close and flush a bus connection
sd_bus_creds_get_pid(3) β Retrieve fields from a credentials object
sd_bus_creds_new_from_pid(3) β Retrieve credentials object for the specified PID
sd_bus_default(3) β Acquire a connection to a system or user bus
sd_bus_emit_signal(3) β Convenience functions for emitting (standard) D\-Bus signals
sd_bus_enqueue_for_read(3) β Re\-enqueue a bus message on a bus connection, for reading
sd_bus_error(3) β sd\-bus error handling
sd_bus_error_add_map(3) β Additional sd\-dbus error mappings
sd_bus_get_current_handler(3) β Query information of the callback a bus object is currently running
sd_bus_get_fd(3) β Get the file descriptor, I/O events and timeout to wait for from a message bus object
sd_bus_get_n_queued_read(3) β Get the number of pending bus messages in the read and write queues of a bus connection object
sd_bus_get_name_creds(3) β Query bus client credentials
sd_bus_get_name_machine_id(3) β Retrieve a bus client\*(Aqs machine identity
sd_bus_interface_name_is_valid(3) β Check if a string is a valid bus name or object path
sd_bus_is_open(3) β Check whether the bus connection is open or ready
sd_bus_list_names(3) β Retrieve information about registered names on a bus
sd_bus_message_append(3) β Attach fields to a D\-Bus message based on a type string
sd_bus_message_append_array(3) β Append an array of fields to a D\-Bus message
sd_bus_message_append_basic(3) β Attach a single field to a message
sd_bus_message_append_string_memfd(3) β Attach a string to a message
sd_bus_message_append_strv(3) β Attach an array of strings to a message
sd_bus_message_at_end(3) β Check if a message has been fully read
sd_bus_message_copy(3) β Copy the contents of one message to another
sd_bus_message_dump(3) β Produce a string representation of a message for debugging purposes
sd_bus_message_get_cookie(3) β Returns the transaction cookie of a message
sd_bus_message_get_monotonic_usec(3) β Retrieve the sender timestamps and sequence number of a message
sd_bus_message_get_signature(3) β Query bus message signature
sd_bus_message_get_type(3) β Query bus message addressing/credentials metadata
sd_bus_message_new(3) β Create a new bus message object and create or destroy references to it
sd_bus_message_new_method_call(3) β Create a method call message
sd_bus_message_new_method_error(3) β Create an error reply for a method call
sd_bus_message_new_signal(3) β Create a signal message
sd_bus_message_open_container(3) β Create and move between containers in D\-Bus messages
sd_bus_message_read(3) β Read a sequence of values from a message
sd_bus_message_read_array(3) β Access an array of elements in a message
sd_bus_message_read_basic(3) β Read a basic type from a message
sd_bus_message_read_strv(3) β Access an array of strings in a message
sd_bus_message_rewind(3) β Return to beginning of message or current container
sd_bus_message_seal(3) β Prepare a D\-Bus message for transmission
sd_bus_message_sensitive(3) β Mark a message object as containing sensitive data
sd_bus_message_set_destination(3) β Set and query bus message addressing information
sd_bus_message_set_expect_reply(3) β Set and query bus message metadata
sd_bus_message_skip(3) β Skip elements in a bus message
sd_bus_message_verify_type(3) β Check if the message has specified type at the current location
sd_bus_negotiate_fds(3) β Control feature negotiation on bus connections
sd_bus_new(3) β Create a new bus object and create or destroy references to it
sd_bus_path_encode(3) β Convert an external identifier into an object path and back
sd_bus_pending_method_calls(3) β Return the number of currently pending, outgoing method calls
sd_bus_process(3) β Drive the connection
sd_bus_query_sender_creds(3) β Query bus message sender credentials/privileges
sd_bus_reply_method_error(3) β Reply with an error to a D\-Bus method call
sd_bus_reply_method_return(3) β Reply to a D\-Bus method call
sd_bus_request_name(3) β Request or release a well\-known service name on a bus
sd_bus_send(3) β Queue a D\-Bus message for transfer
sd_bus_set_address(3) β Set or query the address of the bus connection
sd_bus_set_close_on_exit(3) β Control whether to close the bus connection during the event loop exit phase
sd_bus_set_connected_signal(3) β Control emission of local connection establishment signal on bus connections
sd_bus_set_description(3) β Set or query properties of a bus object
sd_bus_set_exit_on_disconnect(3) β Control the exit behavior when the bus object disconnects
sd_bus_set_fd(3) β Set the file descriptors to use for bus communication
sd_bus_set_method_call_timeout(3) β Set or query the default D\-Bus method call timeout of a bus object
sd_bus_set_property(3) β Set or query D\-Bus service properties
sd_bus_set_sender(3) β Configure default sender for outgoing messages
sd_bus_set_server(3) β Configure connection mode for a bus object
sd_bus_set_watch_bind(3) β Control socket binding watching on bus connections
sd_bus_slot_get_bus(3) β Query information attached to a bus slot object
sd_bus_slot_ref(3) β Create and destroy references to a bus slot object
sd_bus_slot_set_description(3) β Set or query the description of bus slot objects
sd_bus_slot_set_destroy_callback(3) β Define the callback function for resource cleanup
sd_bus_slot_set_floating(3) β Control whether a bus slot object is floating
sd_bus_slot_set_userdata(3) β Set and query the value in the userdata field
sd_bus_start(3) β Initiate a bus connection to the D\-bus broker daemon
sd_bus_track_add_name(3) β Add, remove and retrieve bus peers tracked in a bus peer tracking object
sd_bus_track_new(3) β Track bus peers
sd_bus_wait(3) β Wait for I/O on a bus connection
sd_device_enumerator_add_match_parent(3) β Add a filter to the device enumerator
sd_device_enumerator_get_device_first(3) β Enumerates devices and get the first or next device.
sd_device_enumerator_new(3) β Create, reference, and release a device enumerator object
sd_device_get_syspath(3) β Returns various fields of device objects
sd_device_ref(3) β Create or destroy references to a device object
sd_event_add_child(3) β Add a child process state change event source to an event loop
sd_event_add_defer(3) β Add static event sources to an event loop
sd_event_add_inotify(3) β Add an inotify file system inode event source to an event loop
sd_event_add_io(3) β Add an I/O event source to an event loop
sd_event_add_memory_pressure(3) β Add and configure an event source run as result of memory pressure
sd_event_add_signal(3) β Add a UNIX process signal event source to an event loop
sd_event_add_time(3) β Add a timer event source to an event loop
sd_event_exit(3) β Ask the event loop to exit
sd_event_get_fd(3) β Obtain a file descriptor to poll for event loop events
sd_event_new(3) β Acquire and release an event loop object
sd_event_now(3) β Retrieve current event loop iteration timestamp
sd_event_run(3) β Run an event loop
sd_event_set_signal_exit(3) β Automatically leave event loop on SIGINT and SIGTERM
sd_event_set_watchdog(3) β Enable event loop watchdog support
sd_event_source_get_event(3) β Retrieve the event loop of an event source
sd_event_source_get_pending(3) β Determine pending state of event sources
sd_event_source_set_description(3) β Set or retrieve descriptive names of event sources
sd_event_source_set_destroy_callback(3) β Define the callback function for resource cleanup
sd_event_source_set_enabled(3) β Enable or disable event sources
sd_event_source_set_exit_on_failure(3) β Set or retrieve the exit\-on\-failure feature of event sources
sd_event_source_set_floating(3) β Set or retrieve \*(Aqfloating\*(Aq state of event sources
sd_event_source_set_prepare(3) β Set a preparation callback for event sources
sd_event_source_set_priority(3) β Set or retrieve the priority of event sources
sd_event_source_set_ratelimit(3) β Configure rate limiting on event sources
sd_event_source_set_userdata(3) β Set or retrieve user data pointer of event sources
sd_event_source_unref(3) β Increase or decrease event source reference counters
sd_event_wait(3) β Low\-level event loop operations
sd_get_seats(3) β Determine available seats, sessions, logged in users and virtual machines/containers
sd_hwdb_get(3) β Seek to a location in hwdb or access entries
sd_hwdb_new(3) β Create a new hwdb object and create or destroy references to it
sd_id128_get_machine(3) β Retrieve 128\-bit IDs
sd_id128_randomize(3) β Generate 128\-bit IDs
sd_id128_to_string(3) β Format or parse 128\-bit IDs as strings
sd_is_fifo(3) β Check the type of a file descriptor
sd_journal_add_match(3) β Add or remove entry matches
sd_journal_enumerate_fields(3) β Read used field names from the journal
sd_journal_get_catalog(3) β Retrieve message catalog entry
sd_journal_get_cursor(3) β Get cursor string for or test cursor string against the current journal entry
sd_journal_get_cutoff_realtime_usec(3) β Read cut\-off timestamps from the current journal entry
sd_journal_get_data(3) β Read data fields from the current journal entry
sd_journal_get_fd(3) β Journal change notification interface
sd_journal_get_realtime_usec(3) β Read timestamps from the current journal entry
sd_journal_get_seqnum(3) β Read sequence number from the current journal entry
sd_journal_get_usage(3) β Journal disk usage
sd_journal_has_runtime_files(3) β Query availability of runtime or persistent journal files
sd_journal_next(3) β Advance or set back the read pointer in the journal
sd_journal_open(3) β Open the system journal for reading
sd_journal_print(3) β Submit log entries to the journal
sd_journal_query_unique(3) β Read unique data fields from the journal
sd_journal_seek_head(3) β Seek to a position in the journal
sd_journal_stream_fd(3) β Create log stream file descriptor to the journal
sd_listen_fds(3) β Check for file descriptors passed by the system manager
sd_login_monitor_new(3) β Monitor login sessions, seats, users and virtual machines/containers
sd_machine_get_class(3) β Determine the class and network interface indices of a locally running virtual machine or container
sd_notify(3) β Notify service manager about start\-up completion and other service status changes
sd_path_lookup(3) β Query well\-known file system paths
sd_pid_get_owner_uid(3) β Determine the owner uid of the user unit or session, or the session, user unit, system unit, container/VM or slice that a specific PID or socket peer belongs to
sd_pidfd_get_inode_id(3) β Acquire the 64\-bit inode ID of a PID file descriptor (PIDFD)
sd_seat_get_active(3) β Determine state of a specific seat
sd_session_is_active(3) β Determine state of a specific session
sd_uid_get_state(3) β Determine login state of a specific Unix user ID
sd_varlink_push_fd(3) β Submit a file descriptor to send along with the next outgoing Varlink message
sd_varlink_send(3) β Enqueues a Varlink method call, not expecting a reply
sd_varlink_set_description(3) β Set or query description of a Varlink connection object
sd_watchdog_enabled(3) β Check whether the service manager expects watchdog keep\-alive notifications from a service
sdisna(3f)
sdot(3f)
sds_bptree(3) β SDS B+Tree
sds_bptree_cow(3) β SDS Copy on Write B+Tree
sds_bptree_cow_instance(3)
sds_bptree_instance(3)
sds_bptree_node(3)
sds_bptree_node_list(3)
sds_bptree_transaction(3)
sds_ht_instance(3)
sds_ht_node(3)
sds_ht_slot(3)
sds_ht_value(3)
sds_lqueue(3) β SDS Lock Free Queue
sds_misc(3) β SDS Miscelaneous
sds_queue(3)
sds_queue_node(3)
sds_tqueue(3)
sdsdot(3f)
seccomp_api_get(3) β Manage the libseccomp API level
seccomp_arch_add(3) β Manage seccomp filter architectures
seccomp_attr_set(3) β Manage the seccomp filter attributes
seccomp_export_bpf(3) β Export the seccomp filter
seccomp_init(3) β Initialize the seccomp filter state
seccomp_load(3) β Load the current seccomp filter into the kernel
seccomp_merge(3) β Merge two seccomp filters
seccomp_notify_alloc(3) β Manage seccomp notifications
seccomp_precompute(3) β Precompute the current seccomp filter
seccomp_release(3) β Release the seccomp filter state
seccomp_rule_add(3) β Add a seccomp filter rule
seccomp_syscall_priority(3) β Prioritize syscalls in the seccomp filter
seccomp_syscall_resolve_name(3) β Resolve a syscall name
seccomp_version(3) β Query the libseccomp version information
second(3f)
second_EXT_ETIME(3f)
second_EXT_ETIME_(3f)
second_INT_CPU_TIME(3f)
second_INT_ETIME(3f)
second_NONE(3f)
secondtst(3f)
security_check_context(3) β check the validity of a SELinux context
security_class_to_string(3) β convert
security_compute_av(3) β query
security_disable(3) β disable the SELinux kernel code at runtime
security_getenforce(3) β get or set the enforcing state of SELinux
security_load_booleans(3) β routines for manipulating SELinux boolean values
security_load_policy(3) β load a new SELinux policy
security_policyvers(3) β get the version of the SELinux policy
seed48(3p)
seekdir(3) β set the position of the next readdir() call in the directory
seekdir(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ ΠΏΠΎΠ·ΠΈΡΠΈΡ Π΄Π»Ρ ΠΏΠΎΡΠ»Π΅Π΄ΡΡΡΠ΅Π³ΠΎ Π²ΡΠ·ΠΎΠ²Π° readdir() Π² ΠΏΠΎΡΠΎΠΊΠ΅
seekdir(3p)
selabel_digest(3) β Return digest of specfiles and list of files used
selabel_get_digests_all_partial_matches(3) β retrieve the partial matches digest
selabel_lookup(3) β obtain SELinux security context from a string label
selabel_lookup_best_match(3) β obtain a best match SELinux security
selabel_open(3) β userspace SELinux labeling interface
selabel_partial_match(3) β determine whether a direct or partial match is
selabel_stats(3) β obtain SELinux labeling statistics
select(3p)
selector(3bobcat) β Timed delays, Alarms and Multiple File I/O.
selinux_binary_policy_path(3) β These functions return the paths to the active SELinux policy configuration
selinux_boolean_sub(3) β Search the translated name for a boolean_name record
selinux_check_securetty_context(3) β check whether a SELinux tty security context is defined as a securetty context
selinux_colors_path(3) β Return a path to the active SELinux policy color configuration file
selinux_file_context_cmp(3) β Compare two SELinux security contexts excluding the 'user' component
selinux_file_context_verify(3) β Compare the SELinux security context on disk to the default security context required by the policy file contexts file
selinux_getenforcemode(3) β get the enforcing state of SELinux
selinux_getpolicytype(3) β get the type of SELinux policy running on the system
selinux_lsetfilecon_default(3) β set the file context to the system defaults
selinux_policy_root(3) β return the path of the SELinux policy files for this machine
selinux_raw_context_to_color(3) β Return RGB color string for an SELinux security context
selinux_restorecon(3) β restore file(s) default SELinux security contexts
selinux_restorecon_default_handle(3) β sets default parameters for
selinux_restorecon_get_skipped_errors(3) β get the number of errors ignored by
selinux_restorecon_set_alt_rootpath(3) β set an alternate rootpath.
selinux_restorecon_set_exclude_list(3) β set list of directories to be
selinux_restorecon_set_sehandle(3) β set a labeling handle for use by
selinux_restorecon_xattr(3) β manage default
selinux_set_callback(3) β userspace SELinux callback facilities
selinux_set_mapping(3) β establish dynamic object class and permission mapping
selinux_status_open(3) β reference the SELinux kernel status
sem_close(3) β Π·Π°ΠΊΡΡΠ²Π°Π΅Ρ ΠΈΠΌΠ΅Π½ΠΎΠ²Π°Π½Π½ΡΠΉ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_close(3) β close a named semaphore
sem_close(3p)
sem_destroy(3) β destroy an unnamed semaphore
sem_destroy(3) β ΡΠ½ΠΈΡΡΠΎΠΆΠ°Π΅Ρ Π±Π΅Π·ΡΠΌΡΠ½Π½ΡΠΉ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_destroy(3p)
sem_getvalue(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ ΡΠ΅ΠΌΠ°ΡΠΎΡΠ°
sem_getvalue(3) β get the value of a semaphore
sem_getvalue(3p)
sem_init(3) β initialize an unnamed semaphore
sem_init(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ Π±Π΅Π·ΡΠΌΡΠ½Π½ΡΠΉ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_init(3p)
sem_open(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΈ ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΈΠΌΠ΅Π½ΠΎΠ²Π°Π½Π½ΡΠΉ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_open(3) β initialize and open a named semaphore
sem_open(3p)
sem_post(3) β unlock a semaphore
sem_post(3) β ΡΠ°Π·Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_post(3p)
sem_timedwait(3p)
sem_trywait(3p)
sem_unlink(3) β remove a named semaphore
sem_unlink(3) β ΡΠ΄Π°Π»ΡΠ΅Ρ ΠΈΠΌΠ΅Π½ΠΎΠ²Π°Π½Π½ΡΠΉ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_unlink(3p)
sem_wait(3) β lock a semaphore
sem_wait(3) β Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ ΡΠ΅ΠΌΠ°ΡΠΎΡ
sem_wait(3p)
semanage_bool(3) β SELinux Policy Booleans Management API
semanage_bool_set_active(3) β update an existing SELinux boolean in the currently active policy
semanage_count(3) β SELinux Management API
semanage_del(3) β SELinux Management API
semanage_exists(3) β SELinux Management API
semanage_fcontext(3) β SELinux File Context Management API
semanage_iface(3) β SELinux Network Interfaces Management API
semanage_iterate(3) β SELinux Management API
semanage_list(3) β SELinux Lists Management API
semanage_modify(3) β SELinux Management API
semanage_node(3) β SELinux Network Nodes Management API
semanage_port(3) β SELinux Network Ports Management API
semanage_query(3) β SELinux Management API
semanage_set_root(3) β SELinux Management API
semanage_seuser(3) β Linux UID to SELinux User Management API
semanage_user(3) β SELinux User Management API
semaphore(3bobcat) β Implements the Semaphore type designed by Dijkstra
semctl(3p)
semget(3p)
semop(3p)
send(3p)
sendmsg(3p)
sendto(3p)
sepol_check_context(3) β Check the validity of a security context against a binary policy.
serversocket(3bobcat) β Server socket accepting Internet connection requests
set_aumessage_mode(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° ΠΏΡΠΈΠ΅ΠΌΠ½ΠΈΠΊΠ° ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ
set_matchpathcon_flags(3) β set flags controlling the operation of matchpathcon or matchpathcon_index and configure the behaviour of validity checking and error displaying
setaliasent(3) β ΡΠΈΡΠ°Π΅Ρ Π·Π°ΠΏΠΈΡΡ ΠΎ ΠΏΡΠ΅Π²Π΄ΠΎΠ½ΠΈΠΌΠ΅
setaliasent(3) β read an alias entry
setbaud.h(3)
setbuf(3) β stream buffering operations
setbuf(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Ρ Π±ΡΡΠ΅ΡΠΈΠ·Π°ΡΠΈΠ΅ΠΉ ΠΏΠΎΡΠΎΠΊΠ°
setbuf(3p)
setegid(3p)
setenv(3) β change or add an environment variable
setenv(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΈΠ»ΠΈ Π΄ΠΎΠ±Π°Π²Π»ΡΠ΅Ρ ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΡΡ ΠΎΠΊΡΡΠΆΠ΅Π½ΠΈΡ
setenv(3p)
seteuid(3p)
setfilecon(3) β set SELinux security context of a file
setgid(3p)
setgrent(3p)
sethostent(3p)
setitimer(3p)
setjmp(3) β <setjmp.h>: Non-local goto
setjmp(3) β Π²ΡΠΏΠΎΠ»Π½ΡΠ΅Ρ Π½Π΅Π»ΠΎΠΊΠ°Π»ΡΠ½ΡΠΉ ΠΏΠ΅ΡΠ΅Ρ
ΠΎΠ΄
setjmp(3) β performing a nonlocal goto
setjmp(3p)
setjmp.h(3)
setkey(3p)
setlocale(3) β set the current locale
setlocale(3) β Π·Π°Π΄Π°ΡΡ ΡΠ΅ΠΊΡΡΡΡ Π»ΠΎΠΊΠ°Π»Ρ
setlocale(3p)
setlogmask(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΠΌΠ°ΡΠΊΡ ΠΏΡΠΈΠΎΡΠΈΡΠ΅ΡΠ° ΠΆΡΡΠ½Π°Π»Π°
setlogmask(3) β set log priority mask
setlogmask(3p)
setmode(3bsd) β modify mode bits
setnetent(3p)
setnetgrent(3) β ΡΠ°Π±ΠΎΡΠ° Ρ
setnetgrent(3)
setpgid(3p)
setpgrp(3p)
setpriority(3p)
setproctitle(3) β set process title
setprotoent(3p)
setpwent(3p)
setregid(3p)
setreuid(3p)
setrlimit(3p)
setservent(3p)
setsid(3p)
setsockopt(3p)
setstate(3p)
setuid(3p)
setutxent(3p)
setvbuf(3p)
sexp.h(3) β API for a small, fast and portable s-expression parser library.
sexp_errors.h(3) β Error conditions are enumerated here along with any routines for translating error codes to human readable messages.
sexp_iowrap(3)
sexp_memory.h(3) β Wrappers around basic memory allocation/deallocation routines to allow memory usage limiting. Only enabled if SEXP_LIMIT_MEMORY is defined when building the library, otherwise the routines are defined to be the standard malloc/calloc/realloc/free functions.
sexp_ops.h(3) β A collection of useful operations to perform on s-expressions.
sexp_vis.h(3) β API for emitting graphviz data structure visualizations.
sg_clear_error(3) β sets the error condition
sg_comp_destroy(3) β managing system statistics delivery
sg_comp_get_tls(3) β managing system statistics delivery
sg_comp_init(3) β managing system statistics delivery
sg_disk_io_compare_name(3) β get disk io statistics
sg_disk_io_compare_traffic(3) β get disk io statistics
sg_drop_privileges(3) β initialise libstatgrab
sg_free_cpu_stats(3) β get cpu usage
sg_free_disk_io_stats(3) β get disk io statistics
sg_free_fs_stats(3) β get file system statistics
sg_free_host_info(3) β get general operating system statistics
sg_free_load_stats(3) β get system load
sg_free_mem_stats(3) β get VM statistics
sg_free_network_iface_stats(3) β get network interface statistics
sg_free_network_io_stats(3) β get network statistics
sg_free_page_stats(3) β get paging statistics
sg_free_process_count(3) β get process statistics
sg_free_stats_buf(3) β statgrab vector management
sg_free_swap_stats(3) β get VM statistics
sg_free_user_stats(3) β get the current logged in users
sg_fs_compare_device_name(3) β get file system statistics
sg_fs_compare_mnt_point(3) β get file system statistics
sg_get_cpu_percents(3) β get cpu usage
sg_get_cpu_percents_of(3) β get cpu usage
sg_get_cpu_percents_r(3) β get cpu usage
sg_get_cpu_stats(3) β get cpu usage
sg_get_cpu_stats_diff(3) β get cpu usage
sg_get_cpu_stats_diff_between(3) β get cpu usage
sg_get_cpu_stats_r(3) β get cpu usage
sg_get_disk_io_stats(3) β get disk io statistics
sg_get_disk_io_stats_diff(3) β get disk io statistics
sg_get_disk_io_stats_diff_between(3) β get disk io statistics
sg_get_disk_io_stats_r(3) β get disk io statistics
sg_get_error(3) β get last error status
sg_get_error_arg(3) β get last error status
sg_get_error_details(3) β get last error status
sg_get_error_errno(3) β get last error status
sg_get_fs_stats(3) β get file system statistics
sg_get_fs_stats_diff(3) β get file system statistics
sg_get_fs_stats_diff_between(3) β get file system statistics
sg_get_fs_stats_r(3) β get file system statistics
sg_get_host_info(3) β get general operating system statistics
sg_get_host_info_r(3) β get general operating system statistics
sg_get_load_stats(3) β get system load
sg_get_load_stats_r(3) β get system load
sg_get_mem_stats(3) β get VM statistics
sg_get_mem_stats_r(3) β get VM statistics
sg_get_nelements(3) β statgrab vector management
sg_get_network_iface_stats(3) β get network interface statistics
sg_get_network_iface_stats_r(3) β get network interface statistics
sg_get_network_io_stats(3) β get network statistics
sg_get_network_io_stats_diff(3) β get network statistics
sg_get_network_io_stats_diff_between(3) β get network statistics
sg_get_network_io_stats_r(3) β get network statistics
sg_get_page_stats(3) β get paging statistics
sg_get_page_stats_diff(3) β get paging statistics
sg_get_page_stats_diff_between(3) β get paging statistics
sg_get_page_stats_r(3) β get paging statistics
sg_get_process_count(3) β get process statistics
sg_get_process_count_of(3) β get process statistics
sg_get_process_count_r(3) β get process statistics
sg_get_process_stats(3) β get process statistics
sg_get_process_stats_r(3) β get process statistics
sg_get_swap_stats(3) β get VM statistics
sg_get_swap_stats_r(3) β get VM statistics
sg_get_user_stats(3) β get the current logged in users
sg_get_user_stats_r(3) β get the current logged in users
sg_get_valid_filesystems(3) β get file system statistics
sg_global_lock(3) β managing system statistics delivery
sg_global_unlock(3) β managing system statistics delivery
sg_init(3) β initialise libstatgrab
sg_internal-intro(3) β get system statistics
sg_intro(3) β get system statistics
sg_lock_mutex(3) β guard not MT-safe system API
sg_network_iface_compare_name(3) β get network interface statistics
sg_network_io_compare_name(3) β get network statistics
sg_process_compare_cpu(3) β get process statistics
sg_process_compare_gid(3) β get process statistics
sg_process_compare_name(3) β get process statistics
sg_process_compare_pid(3) β get process statistics
sg_process_compare_res(3) β get process statistics
sg_process_compare_size(3) β get process statistics
sg_process_compare_time(3) β get process statistics
sg_process_compare_uid(3) β get process statistics
sg_prove_vector(3) β statgrab vector management
sg_set_error(3) β sets the error condition
sg_set_error_with_errno(3) β sets the error condition
sg_set_error_with_errno_code(3) β sets the error condition
sg_set_valid_filesystems(3) β get file system statistics
sg_shutdown(3) β initialise libstatgrab
sg_snapshot(3) β initialise libstatgrab
sg_str_error(3) β get last error status
sg_strperror(3) β get last error status
sg_unlock_mutex(3) β guard not MT-safe system API
sg_vector_clear(3) β statgrab vector management
sg_vector_clone(3) β statgrab vector management
sg_vector_clone_into(3) β statgrab vector management
sg_vector_compute_diff(3) β statgrab vector management
sg_vector_create(3) β statgrab vector management
sg_vector_free(3) β statgrab vector management
sg_vector_resize(3) β statgrab vector management
sgbbrd(3f)
sgbcon(3f)
sgbequ(3f)
sgbequb(3f)
sgbmv(3)
sgbmv(3f)
sgbrfs(3f)
sgbrfsx(3f)
sgbsv(3f)
sgbsvx(3f)
sgbsvxx(3f)
sgbtf2(3f)
sgbtrf(3f)
sgbtrs(3f)
sgebak(3f)
sgebal(3f)
sgebd2(3f)
sgebrd(3f)
sgecon(3f)
sgeequ(3f)
sgeequb(3f)
sgees(3f)
sgeesx(3f)
sgeev(3f)
sgeevx(3f)
sgegs(3f)
sgegv(3f)
sgehd2(3f)
sgehrd(3f)
sgejsv(3f)
sgelq2(3f)
sgelqf(3f)
sgels(3f)
sgelsd(3f)
sgelss(3f)
sgelsx(3f)
sgelsy(3f)
sgemm(3)
sgemm(3f)
sgemv(3)
sgemv(3f)
sgeql2(3f)
sgeqlf(3f)
sgeqp3(3f)
sgeqpf(3f)
sgeqr2(3f)
sgeqrf(3f)
sger(3)
sger(3f)
sgerfs(3f)
sgerfsx(3f)
sgerq2(3f)
sgerqf(3f)
sgesc2(3f)
sgesdd(3f)
sgesv(3f)
sgesvd(3f)
sgesvj(3f)
sgesvx(3f)
sgesvxx(3f)
sgetc2(3f)
sgetf2(3f)
sgetrf(3f)
sgetri(3f)
sgetrs(3f)
sggbak(3f)
sggbal(3f)
sgges(3f)
sggesx(3f)
sggev(3f)
sggevx(3f)
sggglm(3f)
sgghrd(3f)
sgglse(3f)
sggqrf(3f)
sggrqf(3f)
sggsvd(3f)
sggsvp(3f)
sgsvj0(3f)
sgsvj1(3f)
sgtcon(3f)
sgtrfs(3f)
sgtsv(3f)
sgtsvx(3f)
sgttrf(3f)
sgttrs(3f)
sgtts2(3f)
sha1(3) β calculate the NIST Secure Hash Algorithm
sha2(3) β calculate the NIST Secure Hash Standard (version 2)
shell-args(3)
shell-bitwise(3)
shell-cmdline(3)
shell-config(3)
shell-error(3)
shell-getopt(3)
shell-git-config(3)
shell-ini-config(3)
shell-ip-address(3)
shell-json(3)
shell-locks(3)
shell-mail-address(3)
shell-process(3)
shell-quote(3)
shell-run(3)
shell-signal(3)
shell-source(3)
shell-string(3)
shell-temp(3)
shell-terminfo(3)
shell-unittest(3)
shell-var(3)
shgeqz(3f)
shm_open(3) β create/open or unlink POSIX shared memory objects
shm_open(3) β ΡΠΎΠ·Π΄Π°ΡΡ/ΠΎΡΠΊΡΡΠ²Π°Π΅Ρ ΠΈΠ»ΠΈ ΡΠ΄Π°Π»ΡΠ΅Ρ ΠΎΠ±ΡΠ΅ΠΊΡΡ ΠΎΠ±ΡΠ΅ΠΉ ΠΏΠ°ΠΌΡΡΠΈ
shm_open(3p)
shm_unlink(3p)
shmat(3p)
shmctl(3p)
shmdt(3p)
shmget(3p)
shsein(3f)
shseqr(3f)
shutdown(3p)
sigaction(3p)
sigaddset(3p)
sigaltstack(3p)
sigdelset(3p)
sigemptyset(3p)
sigfillset(3p)
sighold(3p)
siginterrupt(3) β ΡΠ°Π·ΡΠ΅ΡΠ°Π΅Ρ ΡΠΈΠ³Π½Π°Π»Π°ΠΌ ΠΏΡΠ΅ΡΡΠ²Π°ΡΡ ΡΠΈΡΡΠ΅ΠΌΠ½ΡΠ΅ Π²ΡΠ·ΠΎΠ²Ρ
siginterrupt(3) β allow signals to interrupt system calls
siginterrupt(3p)
sigismember(3p)
siglongjmp(3p)
signal(3bobcat) β Signal Handler
signal(3p)
signature.h(3)
signbit(3) β test sign of a real floating-point number
signbit(3) β ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π·Π½Π°ΠΊΠ° Π²Π΅ΡΠ΅ΡΡΠ²Π΅Π½Π½ΠΎΠ³ΠΎ ΡΠΈΡΠ»Π° Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ ΡΠΎΡΠΊΠΎΠΉ
signbit(3p)
signgam(3p)
significand(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΌΠ°Π½ΡΠΈΡΡΡ ΡΠΈΡΠ»Π° Ρ
significand(3)
sigpause(3) β Π°Π²ΡΠΎΠΌΠ°ΡΠΈΡΠ΅ΡΠΊΠΈ ΡΠ°Π·Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ ΡΠΈΠ³Π½Π°Π»Ρ ΠΈ ΠΆΠ΄ΡΡ ΠΏΡΠ΅ΡΡΠ²Π°Π½ΠΈΡ
sigpause(3) β atomically release blocked signals and wait for interrupt
sigpause(3p)
sigpending(3p)
sigprocmask(3p)
sigqueue(3) β queue a signal and data to a process
sigqueue(3) β Π²ΡΡΠ°Π²Π»ΡΠ΅Ρ ΡΠΈΠ³Π½Π°Π» ΠΈ Π΄Π°Π½Π½ΡΠ΅ Π² ΠΎΡΠ΅ΡΠ΅Π΄Ρ ΠΏΡΠΎΡΠ΅ΡΡΠ°
sigqueue(3p)
sigrelse(3p)
sigset(3) β ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½ΡΠΉ ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡ ΡΠΈΠ³Π½Π°Π»ΠΎΠ² System
sigset(3) β System V signal API
sigsetjmp(3p)
sigsetops(3) β POSIX
sigsetops(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ Ρ
sigstack(3)
sigsuspend(3p)
sigtimedwait(3p)
sigvec(3) β BSD signal API
sigvec(3) β ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠ½ΡΠΉ ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡ
sigwait(3) β ΠΎΠΆΠΈΠ΄Π°Π½ΠΈΠ΅ ΡΠΈΠ³Π½Π°Π»Π°
sigwait(3) β wait for a signal
sigwait(3p)
sigwaitinfo(3p)
sin(3) β sine function
sin(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ ΡΠΈΠ½ΡΡΠ°
sin(3p)
sincos(3) β ΠΎΠ΄Π½ΠΎΠ²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ΅ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ ΡΠΈΠ½ΡΡΠ° ΠΈ ΠΊΠΎΡΠΈΠ½ΡΡΠ°
sincos(3) β calculate sin and cos simultaneously
sinh(3) β ΡΡΠ½ΠΊΡΠΈΡ Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΡ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΡΠΈΠ½ΡΡΠ°
sinh(3) β hyperbolic sine function
sinh(3p)
sinl(3p)
sinuisodal(3) β A very gentle curve, gentlier than quadratic.
sio(3)
sio_open(3) β sndio interface to audio devices
sioctl_open(3) β interface to audio parameters
sisnan(3f)
size_t(3type) β count of bytes
sla_gbamv(3f)
sla_gbrcond(3f)
sla_gbrfsx_extended(3f)
sla_gbrpvgrw(3f)
sla_geamv(3f)
sla_gercond(3f)
sla_gerfsx_extended(3f)
sla_lin_berr(3f)
sla_porcond(3f)
sla_porfsx_extended(3f)
sla_porpvgrw(3f)
sla_rpvgrw(3f)
sla_syamv(3f)
sla_syrcond(3f)
sla_syrfsx_extended(3f)
sla_syrpvgrw(3f)
sla_wwaddw(3f)
slabad(3f)
slabrd(3f)
slacn2(3f)
slacon(3f)
slacpy(3f)
sladiv(3f)
slae2(3f)
slaebz(3f)
slaed0(3f)
slaed1(3f)
slaed2(3f)
slaed3(3f)
slaed4(3f)
slaed5(3f)
slaed6(3f)
slaed7(3f)
slaed8(3f)
slaed9(3f)
slaeda(3f)
slaein(3f)
slaev2(3f)
slaexc(3f)
slag2(3f)
slag2d(3f)
slags2(3f)
slagtf(3f)
slagtm(3f)
slagts(3f)
slagv2(3f)
slahqr(3f)
slahr2(3f)
slahrd(3f)
slaic1(3f)
slaisnan(3f)
slaln2(3f)
slals0(3f)
slalsa(3f)
slalsd(3f)
slamch(3f)
slamchtst(3f)
slamrg(3f)
slaneg(3f)
slangb(3f)
slange(3f)
slangt(3f)
slanhs(3f)
slansb(3f)
slansf(3f)
slansp(3f)
slanst(3f)
slansy(3f)
slantb(3f)
slantp(3f)
slantr(3f)
slanv2(3f)
slapll(3f)
slapmt(3f)
slapy2(3f)
slapy3(3f)
slaqgb(3f)
slaqge(3f)
slaqp2(3f)
slaqps(3f)
slaqr0(3f)
slaqr1(3f)
slaqr2(3f)
slaqr3(3f)
slaqr4(3f)
slaqr5(3f)
slaqsb(3f)
slaqsp(3f)
slaqsy(3f)
slaqtr(3f)
slar1v(3f)
slar2v(3f)
slarf(3f)
slarfb(3f)
slarfg(3f)
slarfp(3f)
slarft(3f)
slarfx(3f)
slargv(3f)
slarnv(3f)
slarra(3f)
slarrb(3f)
slarrc(3f)
slarrd(3f)
slarre(3f)
slarrf(3f)
slarrj(3f)
slarrk(3f)
slarrr(3f)
slarrv(3f)
slarscl2(3f)
slartg(3f)
slartv(3f)
slaruv(3f)
slarz(3f)
slarzb(3f)
slarzt(3f)
slas2(3f)
slascl(3f)
slascl2(3f)
slasd0(3f)
slasd1(3f)
slasd2(3f)
slasd3(3f)
slasd4(3f)
slasd5(3f)
slasd6(3f)
slasd7(3f)
slasd8(3f)
slasd9(3f)
slasda(3f)
slasdq(3f)
slasdt(3f)
slaset(3f)
slasq1(3f)
slasq2(3f)
slasq3(3f)
slasq4(3f)
slasq5(3f)
slasq6(3f)
slasr(3f)
slasrt(3f)
slassq(3f)
slasv2(3f)
slaswp(3f)
slasy2(3f)
slasyf(3f)
slatbs(3f)
slatdf(3f)
slatps(3f)
slatrd(3f)
slatrs(3f)
slatrz(3f)
slatzm(3f)
slauu2(3f)
slauum(3f)
slazq3(3f)
slazq4(3f)
sleep(3) β ΠΏΡΠΈΠΎΡΡΠ°Π½Π°Π²Π»ΠΈΠ²Π°Π΅Ρ Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ Π½Π° Π·Π°Π΄Π°Π½Π½ΠΎΠ΅ ΡΠΈΡΠ»ΠΎ ΡΠ΅ΠΊΡΠ½Π΄
sleep(3) β sleep for a specified number of seconds
sleep(3p)
sleep.h(3)
slist(3) β implementation of a singly linked list
slv2(3)
slv2_collections(3)
slv2_data(3)
slv2_library(3)
slv2_util(3)
slv2_world(3)
smi_attribute(3) β SMI Attribute
smi_class(3) β SMI class
smi_config(3) β SMI library
smi_event(3) β SMI identity
smi_identity(3) β SMI identity
smi_macro(3) β SMI macro and extension information routines
smi_module(3) β SMI module information routines
smi_node(3) β SMI type
smi_render(3) β SMI data and MIB data rendering routines
smi_type(3) β SMI type
smi_util(3) β SMI type utility functions
snmp_alarm(3)
snprintf(3p)
snrm2(3f)
sntrup(3)
sntrup1013(3)
sntrup1013_dec(3)
sntrup1013_enc(3)
sntrup1013_keypair(3)
sntrup1277(3)
sntrup1277_dec(3)
sntrup1277_enc(3)
sntrup1277_keypair(3)
sntrup653(3)
sntrup653_dec(3)
sntrup653_enc(3)
sntrup653_keypair(3)
sntrup761(3)
sntrup761_dec(3)
sntrup761_enc(3)
sntrup761_keypair(3)
sntrup857(3)
sntrup857_dec(3)
sntrup857_enc(3)
sntrup857_keypair(3)
sntrup953(3)
sntrup953_dec(3)
sntrup953_enc(3)
sntrup953_keypair(3)
sockaddr(3type) β socket address
sockatmark(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ, Π΅ΡΡΡ Π»ΠΈ Π² ΡΠΎΠΊΠ΅ΡΠ΅ ΠΎΡΠΌΠ΅ΡΠΊΠ° ΠΎ Π²Π½Π΅ΠΏΠΎΠ»ΠΎΡΠ½ΡΡ
Π΄Π°Π½Π½ΡΡ
sockatmark(3) β determine whether socket is at out-of-band mark
sockatmark(3p)
socket(3p)
socketbase(3bobcat) β Base class for socket\-constructing classes
socketpair(3p)
sopgtr(3f)
sopmtr(3f)
sorg2l(3f)
sorg2r(3f)
sorgbr(3f)
sorghr(3f)
sorgl2(3f)
sorglq(3f)
sorgql(3f)
sorgqr(3f)
sorgr2(3f)
sorgrq(3f)
sorgtr(3f)
sorm2l(3f)
sorm2r(3f)
sormbr(3f)
sormhr(3f)
sorml2(3f)
sormlq(3f)
sormql(3f)
sormqr(3f)
sormr2(3f)
sormr3(3f)
sormrq(3f)
sormrz(3f)
sormtr(3f)
spbcon(3f)
spbequ(3f)
spbrfs(3f)
spbstf(3f)
spbsv(3f)
spbsvx(3f)
spbtf2(3f)
spbtrf(3f)
spbtrs(3f)
spftrf(3f)
spftri(3f)
spftrs(3f)
spocon(3f)
spoequ(3f)
spoequb(3f)
sporfs(3f)
sporfsx(3f)
sposv(3f)
sposvx(3f)
sposvxx(3f)
spotf2(3f)
spotrf(3f)
spotri(3f)
spotrs(3f)
sppcon(3f)
sppequ(3f)
spprfs(3f)
sppsv(3f)
sppsvx(3f)
spptrf(3f)
spptri(3f)
spptrs(3f)
sprintf(3p)
spstf2(3f)
spstrf(3f)
sptcon(3f)
spteqr(3f)
sptrfs(3f)
sptsv(3f)
sptsvx(3f)
spttrf(3f)
spttrs(3f)
sptts2(3f)
sqrt(3) β square root function
sqrt(3) β ΡΡΠ½ΠΊΡΠΈΡ ΠΈΠ·Π²Π»Π΅ΡΠ΅Π½ΠΈΡ ΠΊΠ²Π°Π΄ΡΠ°ΡΠ½ΠΎΠ³ΠΎ ΠΊΠΎΡΠ½Ρ
sqrt(3p)
squeleton(3f)
srand(3p)
srand48(3p)
srandom(3p)
srecord(3) β library to manipulate EPROM load files
srecord_license(3) β GNU Lesser General Public License
srot(3f)
srotg(3f)
srotm(3f)
srotmg(3f)
srscl(3f)
ssbev(3f)
ssbevd(3f)
ssbevx(3f)
ssbgst(3f)
ssbgv(3f)
ssbgvd(3f)
ssbgvx(3f)
ssbmv(3)
ssbmv(3f)
ssbtrd(3f)
sscal(3f)
sscanf(3) β input string format conversion
sscanf(3p)
ssfrk(3f)
ssl(3) β OpenSSL TLS library
sspcon(3f)
sspev(3f)
sspevd(3f)
sspevx(3f)
sspgst(3f)
sspgv(3f)
sspgvd(3f)
sspgvx(3f)
sspmv(3)
sspmv(3f)
sspr(3)
sspr(3f)
sspr2(3)
sspr2(3f)
ssprfs(3f)
sspsv(3f)
sspsvx(3f)
ssptrd(3f)
ssptrf(3f)
ssptri(3f)
ssptrs(3f)
sstebz(3f)
sstedc(3f)
sstegr(3f)
sstein(3f)
sstemr(3f)
ssteqr(3f)
ssterf(3f)
sstev(3f)
sstevd(3f)
sstevr(3f)
sstevx(3f)
sswap(3f)
ssycon(3f)
ssyequb(3f)
ssyev(3f)
ssyevd(3f)
ssyevr(3f)
ssyevx(3f)
ssygs2(3f)
ssygst(3f)
ssygv(3f)
ssygvd(3f)
ssygvx(3f)
ssymm(3)
ssymm(3f)
ssymv(3)
ssymv(3f)
ssyr(3)
ssyr(3f)
ssyr2(3)
ssyr2(3f)
ssyr2k(3)
ssyr2k(3f)
ssyrfs(3f)
ssyrfsx(3f)
ssyrk(3)
ssyrk(3f)
ssysv(3f)
ssysvx(3f)
ssysvxx(3f)
ssytd2(3f)
ssytf2(3f)
ssytrd(3f)
ssytrf(3f)
ssytri(3f)
ssytrs(3f)
stack_level(3)
stack_wrapper(3)
stailq(3) β implementation of a singly linked tail queue
stat(3bobcat) β Determines File Characteristics
stat(3p)
stat(3type) β file status
statgrab(3) β get system statistics
static_assert(3) β fail compilation if assertion is false
statvfs(3) β ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΡΡΠ°ΡΠΈΡΡΠΈΠΊΠΈ ΠΏΠΎ ΡΠ°ΠΉΠ»ΠΎΠ²ΠΎΠΉ ΡΠΈΡΡΠ΅ΠΌΠ΅
statvfs(3) β get filesystem statistics
statvfs(3p)
stbcon(3f)
stbmv(3)
stbmv(3f)
stbrfs(3f)
stbsv(3)
stbsv(3f)
stbtrs(3f)
std(3) β STL namespace.
std_numeric_limits_ units_unit_t_ Units, T, NonLinearScale _ _(3)
stdarg(3) β variable argument lists
stdarg(3) β ΡΠ°Π±ΠΎΡΠ° ΡΠΎ ΡΠΏΠΈΡΠΊΠΎΠΌ ΠΏΠ΅ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ³ΠΎ
stdextractor(3bobcat) β Runs external programs writing standard error
stdin(3) β standard I/O streams
stdin(3) β ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΡΠ΅ ΠΏΠΎΡΠΎΠΊΠΈ Π²Π²ΠΎΠ΄Π°/Π²ΡΠ²ΠΎΠ΄Π°
stdin(3p)
stdint.h(3)
stdio(3) β standard input/output library functions
stdio(3) β Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° ΡΡΠ½ΠΊΡΠΈΠΉ ΡΡΠ°Π½Π΄Π°ΡΡΠ½ΠΎΠ³ΠΎ Π²Π²ΠΎΠ΄Π°\-Π²ΡΠ²ΠΎΠ΄Π°
stdio.h(3)
stdio_ext(3)
stdio_ext(3) β ΠΈΠ½ΡΠ΅ΡΡΠ΅ΠΉΡ ΠΊ ΡΡΡΡΠΊΡΡΡΠ΅
stdiodemo(3) β Using the standard IO facilitiesThis project illustrates how to use the standard IO facilities (stdio) provided by this library. It assumes a basic knowledge of how the stdio subsystem is used in standard C applications, and concentrates on the differences in this library's implementation that mainly result from the differences of the microcontroller environment, compared to a hosted environment of a standard computer.
stdlib.h(3)
stepped(3) β The value does not change. No interpolation is used.
stfsm(3f)
stftri(3f)
stfttp(3f)
stfttr(3f)
stgevc(3f)
stgex2(3f)
stgexc(3f)
stgsen(3f)
stgsja(3f)
stgsna(3f)
stgsy2(3f)
stgsyl(3f)
stpcon(3f)
stpcpy(3) β ΠΊΠΎΠΏΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ Ρ Π²ΠΎΠ·Π²ΡΠ°ΡΠ΅Π½ΠΈΠ΅ΠΌ ΡΠΊΠ°Π·Π°ΡΠ΅Π»Ρ Π½Π° Π΅Ρ ΠΊΠΎΠ½Π΅Ρ
stpcpy(3p)
stpmv(3)
stpmv(3f)
stpncpy(3) β zero a fixed-width buffer and
stpncpy(3) β ΠΊΠΎΠΏΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ ΡΠΈΠΊΡΠΈΡΠΎΠ²Π°Π½Π½ΠΎΠΉ Π΄Π»ΠΈΠ½Ρ Ρ Π²ΠΎΠ·Π²ΡΠ°ΡΠ΅Π½ΠΈΠ΅ΠΌ ΡΠΊΠ°Π·Π°ΡΠ΅Π»Ρ Π½Π°
stpncpy(3p)
stprfs(3f)
stpsv(3)
stpsv(3f)
stptri(3f)
stptrs(3f)
stpttf(3f)
stpttr(3f)
strcasecmp(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ Π΄Π²ΡΡ
ΡΡΡΠΎΠΊ Π±Π΅Π· ΡΡΡΡΠ° ΡΠ΅Π³ΠΈΡΡΡΠ°
strcasecmp(3) β compare two strings ignoring case
strcasecmp(3p)
strcat(3) β ΠΎΠ±ΡΠ΅Π΄ΠΈΠ½ΡΠ΅Ρ Π΄Π²Π΅ ΡΡΡΠΎΠΊΠΈ
strcat(3p)
strchr(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½ΠΈΠ΅ ΠΌΠ΅ΡΡΠΎΠ½Π°Ρ
ΠΎΠΆΠ΄Π΅Π½ΠΈΡ ΡΠΈΠΌΠ²ΠΎΠ»Π° Π² ΡΡΡΠΎΠΊΠ΅
strchr(3) β locate character in string
strchr(3p)
strcmp(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ Π΄Π²Π΅ ΡΡΡΠΎΠΊΠΈ
strcmp(3) β compare two strings
strcmp(3p)
strcoll(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ Π΄Π²ΡΡ
ΡΡΡΠΎΠΊ ΠΏΡΠΈΠΌΠ΅Π½ΡΡ ΠΏΡΠ°Π²ΠΈΠ»Π° ΡΠ΅ΠΊΡΡΠ΅ΠΉ Π»ΠΎΠΊΠ°Π»ΠΈ
strcoll(3) β compare two strings using the current locale
strcoll(3p)
strcon(3f)
strcpy(3) β copy or catenate a string
strcpy(3) β ΠΊΠΎΠΏΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ
strcpy(3p)
strcspn(3p)
strdup(3) β duplicate a string
strdup(3) β Π΄ΡΠ±Π»ΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ
strdup(3p)
strequate(3)
streqvcmp(3)
streqvmap(3)
strerror(3)
strerror(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°ΡΡ ΡΡΡΠΎΠΊΡ ΠΎΠΏΠΈΡΠ°Π½ΠΈΡ Π½ΠΎΠΌΠ΅ΡΠ° ΠΎΡΠΈΠ±ΠΊΠΈ
strerror(3p)
strevc(3f)
strexc(3f)
strfmon(3) β convert monetary value to a string
strfmon(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ Π΄Π΅Π½Π΅ΠΆΠ½ΠΎΠ΅ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ Π² ΡΡΡΠΎΠΊΡ
strfmon(3p)
strfromd(3) β convert a floating-point value into
strfromd(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΡΡ Π·Π½Π°ΡΠ΅Π½ΠΈΠ΅ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ Π·Π°ΠΏΡΡΠΎΠΉ Π²
strfry(3) β randomize a string
strfry(3) β ΠΈΠ·ΠΌΠ΅Π½ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ»ΡΠ½ΡΠΌ ΠΎΠ±ΡΠ°Π·ΠΎΠΌ
strftime(3) β format date and time
strftime(3) β ΡΠΎΡΠΌΠ°ΡΠΈΡΠΎΠ²Π°Π½ΠΈΠ΅ Π΄Π°ΡΡ ΠΈ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ
strftime(3p)
string(3) β string operations
string(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ
string(3bobcat) β Several operations on std::string objects
string.h(3)
stringline(3bobcat) β extracting lines using operator>>
stringlist(3bsd) β stringlist manipulation functions
stringprep(3) β API function
stringprep_4i(3) β API function
stringprep_4zi(3) β API function
stringprep_check_version(3) β API function
stringprep_convert(3) β API function
stringprep_locale_charset(3) β API function
stringprep_locale_to_utf8(3) β API function
stringprep_profile(3) β API function
stringprep_strerror(3) β API function
stringprep_ucs4_nfkc_normalize(3) β API function
stringprep_ucs4_to_utf8(3) β API function
stringprep_unichar_to_utf8(3) β API function
stringprep_utf8_nfkc_normalize(3) β API function
stringprep_utf8_to_locale(3) β API function
stringprep_utf8_to_ucs4(3) β API function
stringprep_utf8_to_unichar(3) β API function
strlcpy(3) β size-bounded string copying and concatenation
strlen(3) β calculate the length of a string
strlen(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π΄Π»ΠΈΠ½Ρ ΡΡΡΠΎΠΊΠΈ
strlen(3p)
strmm(3)
strmm(3f)
strmode(3bsd) β convert inode status information into a symbolic string
strmv(3)
strmv(3f)
strncasecmp(3p)
strncat(3) β concatenate a null-padded character sequence into a string
strncat(3p)
strncmp(3p)
strncpy(3p)
strndup(3p)
strneqvcmp(3)
strnlen(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π΄Π»ΠΈΠ½Ρ ΡΡΡΠΎΠΊΠΈ ΠΏΠΎΡΡΠΎΡΠ½Π½ΠΎΠ³ΠΎ ΡΠ°Π·ΠΌΠ΅ΡΠ°
strnlen(3) β determine the length of a fixed-size string
strnlen(3p)
strnstr(3bsd) β locate a substring in a string
strparse(3)
strpbrk(3) β search a string for any of a set of bytes
strpbrk(3) β ΠΈΡΠ΅Ρ Π² ΡΡΡΠΎΠΊΠ΅ Π»ΡΠ±ΠΎΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΈΠ· Π½Π°Π±ΠΎΡΠ° Π±Π°ΠΉΡΠΎΠ²
strpbrk(3p)
strprint(3)
strptime(3) β convert a string representation of time to a time tm structure
strptime(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΎΠ²ΠΎΠ³ΠΎ ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»Π΅Π½ΠΈΡ Π²ΡΠ΅ΠΌΠ΅Π½ΠΈ Π² ΡΡΡΡΠΊΡΡΡΡ
strptime(3p)
strrchr(3p)
strrfs(3f)
strsen(3f)
strsep(3) β ΠΈΠ·Π²Π»Π΅ΡΠ΅Π½ΠΈΠ΅ ΡΠΎΠΊΠ΅Π½Π° ΠΈΠ· ΡΡΡΠΎΠΊΠΈ
strsep(3) β extract token from string
strsignal(3)
strsignal(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΡΡΠΎΠΊΡ, ΠΎΠΏΠΈΡΡΠ²Π°ΡΡΡΡ ΡΠΈΠ³Π½Π°Π»
strsignal(3p)
strsm(3)
strsm(3f)
strsna(3f)
strspn(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½ΠΈΠ΅ Π΄Π»ΠΈΠ½Ρ ΠΏΡΠ΅ΡΠΈΠΊΡΠ° ΠΏΠΎΠ΄ΡΡΡΠΎΠΊΠΈ
strspn(3) β get length of a prefix substring
strspn(3p)
strstr(3) β ΠΏΠΎΠΈΡΠΊ ΠΏΠΎΠ΄ΡΡΡΠΎΠΊΠΈ
strstr(3) β locate a substring
strstr(3p)
strsv(3)
strsv(3f)
strsyl(3f)
strti2(3f)
strtod(3) β convert ASCII string to floating-point number
strtod(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ ASCII Π² ΡΠΈΡΠ»ΠΎ Ρ ΠΏΠ»Π°Π²Π°ΡΡΠ΅ΠΉ
strtod(3p)
strtoi(3bsd) β convert a string value to an intmax_t integer
strtoimax(3) β convert string to integer
strtoimax(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π² integer
strtoimax(3p)
strtok(3) β ΠΈΠ·Π²Π»Π΅ΡΠ΅Π½ΠΈΠ΅ ΡΠ»Π΅ΠΌΠ΅Π½ΡΠΎΠ² (ΡΠΎΠΊΠ΅Π½ΠΎΠ²) ΠΈΠ· ΡΡΡΠΎΠΊΠΈ
strtok(3) β extract tokens from strings
strtok(3p)
strtol(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΡΡΠΎΠΊΡ Π² Π΄Π»ΠΈΠ½Π½ΠΎΠ΅ ΡΠ΅Π»ΠΎΠ΅ ΡΠΈΡΠ»ΠΎ
strtol(3) β convert a string to a long integer
strtol(3p)
strtold(3p)
strtoll(3p)
strtonum(3bsd) β reliably convert string value to an integer
strtou(3bsd) β convert a string value to an uintmax_t integer
strtoul(3) β convert a string to an unsigned long integer
strtoul(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ Π² ΡΠ΅Π»ΠΎΠ΅ Ρ ΡΠΈΠΏΠΎΠΌ unsigned
strtoul(3p)
strtoumax(3p)
strtransform(3)
strtri(3f)
strtrs(3f)
strttf(3f)
strttp(3f)
strutil(3)
strverscmp(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ Π΄Π²ΡΡ
ΡΡΡΠΎΠΊ Π²Π΅ΡΡΠΈΠΉ
strverscmp(3) β compare two version strings
strxfrm(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΡΡΠΎΠΊΠΈ
strxfrm(3) β string transformation
strxfrm(3p)
stzrqf(3f)
stzrzf(3f)
swab(3) β ΠΌΠ΅Π½ΡΠ΅Ρ ΠΌΠ΅ΡΡΠ°ΠΌΠΈ ΡΠΎΡΠ΅Π΄Π½ΠΈΠ΅ Π±Π°ΠΉΡΡ
swab(3) β swap adjacent bytes
swab(3p)
swprintf(3p)
swscanf(3p)
swtpm_ioctls(3) β Description of the ioctl\*(Aqs of the CUSE TPM (swtpm_cuse)
symlink(3p)
sync(3p)
sysconf(3) β ΡΡΠΈΡΡΠ²Π°Π΅Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ Π½Π°ΡΡΡΠΎΠΉΠΊΠ°Ρ
Π²ΠΎ Π²ΡΠ΅ΠΌΡ ΡΠ°Π±ΠΎΡΡ ΡΠΈΡΡΠ΅ΠΌΡ
sysconf(3) β get configuration information at run time
sysconf(3p)
sysexits.h(3head) β exit codes for programs
syslog(3) β ΠΎΡΠΏΡΠ°Π²ΠΊΠ° ΡΠΎΠΎΠ±ΡΠ΅Π½ΠΈΠΉ Π² ΡΠ»ΡΠΆΠ±Ρ
syslog(3) β send messages to the system logger
syslog(3p)
syslogbuf(3bobcat) β A streambuf object inserting syslog messages
syslogstream(3bobcat) β An output stream inserting syslog messages
system(3) β Π²ΡΠΏΠΎΠ»Π½ΡΠ΅Ρ ΠΊΠΎΠΌΠ°Π½Π΄Ρ ΠΎΠ±ΠΎΠ»ΠΎΡΠΊΠΈ (shell)
system(3) β execute a shell command
system(3p)
systemclock(3bobcat) β classes wrapping std::chrono::*_clock facilities
sysv_signal(3) β ΠΎΠ±ΡΠ°Π±Π°ΡΡΠ²Π°Π΅Ρ ΡΠΈΠ³Π½Π°Π»Ρ ΡΠΎΠ³Π»Π°ΡΠ½ΠΎ ΡΠ΅ΠΌΠ°Π½ΡΠΈΠΊΠ΅ System V
sysv_signal(3) β signal handling with System V semantics
table(3bobcat) β Generates row\- or column\-wise filled tables
tablebuf(3bobcat) β Generates row\- or column\-wise filled tables from
tablelines(3bobcat) β A TableSupport specialization writing horizontal
tablesupport(3bobcat) β Defines protocols for Table\-support classes
tailq(3) β implementation of a doubly linked tail queue
talloc(3) β hierarchical reference counted memory pool system with destructors
tan(3) β ΡΡΠ½ΠΊΡΠΈΡ ΡΠ°Π½Π³Π΅Π½ΡΠ°
tan(3) β tangent function
tan(3p)
tanh(3) β hyperbolic tangent function
tanh(3) β ΡΡΠ½ΠΊΡΠΈΡ Π³ΠΈΠΏΠ΅ΡΠ±ΠΎΠ»ΠΈΡΠ΅ΡΠΊΠΎΠ³ΠΎ ΡΠ°Π½Π³Π΅Π½ΡΠ°
tanh(3p)
tanl(3p)
tar_append_file(3) β append data to tar archives
tar_block_read(3) β macros to call read and write functions
tar_extract_all(3) β high-level tar
tar_extract_file(3)
tar_open(3) β access a tar archive via a handle
tcadb(3) β the abstract database API
tcbdb(3) β the B+ tree database API
tcdrain(3p)
tcfdb(3) β the fixed-length database API
tcflow(3p)
tcflush(3p)
tcgetattr(3p)
tcgetpgrp(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈ Π·Π°Π΄Π°ΡΡ ΡΠ΅ΡΠΌΠΈΠ½Π°Π» Π°ΠΊΡΠΈΠ²Π½ΠΎΠΉ Π³ΡΡΠΏΠΏΡ
tcgetpgrp(3) β get and set terminal foreground process group
tcgetpgrp(3p)
tcgetsid(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ ΡΠ΅Π°Π½ΡΠ°
tcgetsid(3) β get session ID
tcgetsid(3p)
tchdb(3) β the hash database API
tcldot(3tcl) β graph manipulation in tcl
tcplay(3) β TrueCrypt volume management
tcqdb(3) β the q-gram database API
tcsendbreak(3p)
tcsetattr(3p)
tcsetpgrp(3p)
tctdb(3) β the table database API
tcutil(3) β the utility API
tcwdb(3) β the word database API
tdelete(3p)
telldir(3) β return current location in directory stream
telldir(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠ΅ΠΊΡΡΠ΅Π΅ ΠΏΠΎΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅ Π² ΠΏΠΎΡΠΎΠΊΠ΅ ΠΊΠ°ΡΠ°Π»ΠΎΠ³Π°
telldir(3p)
telnet_environ_t(3)
telnet_event_t(3)
telnet_event_t_compress_t(3)
telnet_event_t_data_t(3)
telnet_event_t_environ_t(3)
telnet_event_t_error_t(3)
telnet_event_t_iac_t(3)
telnet_event_t_mssp_t(3)
telnet_event_t_negotiate_t(3)
telnet_event_t_subnegotiate_t(3)
telnet_event_t_ttype_t(3)
telnet_event_t_zmp_t(3)
telnet_telopt_t(3)
tempnam(3) β create a name for a temporary file
tempnam(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΠΈΠΌΡ Π΄Π»Ρ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ³ΠΎ ΡΠ°ΠΉΠ»Π°
tempnam(3p)
tempstream(3bobcat) β Temporary fstream
tep_alloc(3) β Create, destroy, manage references of trace event parser context.
tep_btf_list_args(3) β Show the arguments of a function from BTF
tep_data_type(3) β Extract common fields from a record.
tep_event_common_fields(3) β Get a list of fields for an event.
tep_filter_alloc(3) β Event filter related APIs.
tep_find_common_field(3) β Search for a field in an event.
tep_find_event(3) β Find events by given key.
tep_find_function(3) β Find function name / start address.
tep_get_any_field_val(3) β Get value of a field.
tep_get_cpus(3) β Get / set the number of CPUs, which have a tracing buffer representing it. Note, the buffer may be empty.
tep_get_event(3) β Access events.
tep_get_header_page_size(3) β Get the data stored in the header page, in kernel context.
tep_get_long_size(3) β Get / set the size of a long integer on the machine, where the trace is generated, in bytes
tep_get_page_size(3) β Get / set the size of a memory page on the machine, where the trace is generated
tep_is_bigendian(3) β Get / set the endianness of the local machine.
tep_is_file_bigendian(3) β Get / set the endianness of the raw data being accessed by the tep handler.
tep_list_events(3) β Get list of events, sorted by given criteria.
tep_load_btf(3) β Load BTF file and use it to pretty print function arguments.
tep_load_plugins(3) β Load / unload traceevent plugins.
tep_parse_event(3) β Parse the event format information
tep_parse_header_page(3) β Parses the data stored in the header page.
tep_parse_saved_cmdlines(3) β Parsing functions to load mappings
tep_plugin_kvm_get_func(3) β Add function name for instruction pointer of kvm plugin
tep_print_event(3) β Writes event information into a trace sequence.
tep_print_field_content(3) β Print the field content.
tep_print_printk(3) β Print libtraceevent internal information.
tep_read_number(3) β Reads a number from raw data.
tep_read_number_field(3) β Reads a number from raw data.
tep_register_comm(3) β Manage pid to process name mappings.
tep_register_event_handler(3) β Register / unregisters a callback function to parse an event information.
tep_register_print_function(3) β Registers / Unregisters a helper function.
tep_set_flag(3) β Manage flags of trace event parser context.
tep_set_function_resolver(3) β function related tep APIs
tep_set_loglevel(3) β Set log level of the library
tep_strerror(3) β Returns a string describing regular errno and tep error number.
term_variables(3x)
termios(3)
termios(3)
termkey_advisereadable(3) β read more bytes from the underlying terminal
termkey_canonicalise(3) β canonicalise a key event
termkey_get_buffer_remaining(3) β returns the free buffer space
termkey_get_fd(3) β obtain the file descriptor for the terminal
termkey_get_keyname(3) β return a string name for a symbolic key
termkey_getkey(3) β retrieve the next key event
termkey_interpret_csi(3) β interpret unrecognised CSI sequence
termkey_interpret_modereport(3) β interpret opaque mode report data
termkey_interpret_mouse(3) β interpret opaque mouse event data
termkey_interpret_position(3) β interpret opaque cursor position event data
termkey_interpret_string(3) β fetch stored control string
termkey_keycmp(3) β compare two key events
termkey_keyname2sym(3) β look up a symbolic key value for a string name
termkey_lookup_keyname(3) β look up a symbolic key value for a string name
termkey_new(3) β create or destroy new termkey instance
termkey_push_bytes(3) β supply more bytes to the input buffer
termkey_set_buffer_size(3) β control the buffer size
termkey_set_canonflags(3) β control the canonicalisation flags
termkey_set_flags(3) β control the operational flags
termkey_set_waittime(3) β control the wait time for multibyte sequences
termkey_start(3) β enable or disable terminal operations
termkey_strfkey(3) β format a string representing a key event
termkey_strpkey(3) β parse a string representing a key event
termkey_waitkey(3) β wait for and retrieve the next key event
textdomain(3) β set domain for future gettext() calls
tfind(3p)
tgamma(3) β true gamma function
tgamma(3) β Π²ΡΡΠΈΡΠ»Π΅Π½ΠΈΠ΅ Π½Π°ΡΡΠΎΡΡΠ΅ΠΉ Π³Π°ΠΌΠΌΠ°\-ΡΡΠ½ΠΊΡΠΈΠΈ
tgamma(3p)
th_get_pathname(3) β extract individual fields of a tar header
th_print_long_ls(3) β print out information about a tar file header
th_read(3) β read and write a file header block from a tar archive
th_set_from_stat(3) β set fields of a tar file header
tickit_build(3) β create a new toplevel Tickit instance with arguments
tickit_ctl_name(3) β return the name of a toplevel instance control
tickit_debug_init(3) β initialise the debugging system
tickit_debug_logf(3) β emit debugging log messages
tickit_get_rootwin(3) β obtain the root window from the toplevel instance
tickit_get_term(3) β obtain the terminal from the toplevel instance
tickit_new_stdio(3) β create a new toplevel Tickit instance
tickit_pen_bind_event(3) β add or remove event handlers
tickit_pen_clear(3) β remove pen attributes
tickit_pen_copy(3) β copy attributes from one pen to another
tickit_pen_equiv_attr(3) β test if two pens have an equivalent attribute value
tickit_pen_get_bool_attr(3) β manipulate a boolean pen attribute
tickit_pen_get_colour_attr(3) β manipulate a colour pen attribute
tickit_pen_get_colour_attr_rgb8(3) β manipulate a secondary RGB8 colour pen colour attribute
tickit_pen_get_int_attr(3) β manipulate an integer pen attribute
tickit_pen_has_attr(3) β test if a pen has a given attribute
tickit_pen_is_nonempty(3) β test if a pen has attributes defined
tickit_pen_new(3) β create a new pen instance
tickit_pen_ref(3) β adjust the refcount of a pen
tickit_penattr_name(3) β return the name of a pen attribute
tickit_penattr_type(3) β return the type of a pen attribute
tickit_rect_add(3) β obtain the union sum of two rectangles
tickit_rect_bottom(3) β return the bottom right corner of a rectangle
tickit_rect_contains(3) β test if one rectangle entirely contains another
tickit_rect_init_sized(3) β initialise a rectangle struct
tickit_rect_intersect(3) β obtain the intersection of two rectangles
tickit_rect_intersects(3) β test if two rectangles intersect
tickit_rect_subtract(3) β obtain the difference of two rectangles
tickit_rect_translate(3) β move the area of a rectangle
tickit_rectset_add(3) β add an area to a rectangle set
tickit_rectset_clear(3) β remove all regions from a rectangle set
tickit_rectset_contains(3) β test if an area is contained by a rectangle set
tickit_rectset_intersects(3) β test if a region intersects with a rectangle set
tickit_rectset_new(3) β create or destroy a rectangle set
tickit_rectset_rects(3) β obtain the regions from a rectangle set
tickit_rectset_subtract(3) β subtract a region from a rectangle set
tickit_rectset_translate(3) β move all the rectangles in a rectangle set
tickit_ref(3) β adjust the refcount of the toplevel instance
tickit_renderbuffer_blit(3) β copies buffer contents to another buffer
tickit_renderbuffer_char(3) β create character regions
tickit_renderbuffer_clip(3) β restrict the drawing area of output functions
tickit_renderbuffer_copyrect(3) β copy or move a rectangular region of a buffer
tickit_renderbuffer_erase(3) β create erase regions
tickit_renderbuffer_eraserect(3) β erase large areas
tickit_renderbuffer_flush_to_term(3) β output buffer contents to the terminal
tickit_renderbuffer_get_cursorpos(3) β query the virtual cursor position
tickit_renderbuffer_get_size(3) β return the size of a render buffer
tickit_renderbuffer_goto(3) β set or clear the virtual cursor position
tickit_renderbuffer_hline_at(3) β create line regions
tickit_renderbuffer_new(3) β create a new render buffer instance
tickit_renderbuffer_ref(3) β adjust the refcount of a render buffer
tickit_renderbuffer_reset(3) β revert a render buffer back to initial state
tickit_renderbuffer_save(3) β save and restore auxiliary state
tickit_renderbuffer_setpen(3) β change the stored rendering pen
tickit_renderbuffer_skip(3) β create skip regions
tickit_renderbuffer_text(3) β create text regions
tickit_renderbuffer_translate(3) β move the base of output functions
tickit_run(3) β control the event loop of the toplevel instance
tickit_setctl_int(3) β set an integer toplevel instance control
tickit_string_get(3) β obtain the characters from a counted string
tickit_string_len(3) β query the length of a counted string
tickit_string_new(3) β create a counted string
tickit_string_ref(3) β adjust the refcount of a counted string
tickit_stringpos_limit_bytes(3) β set limit fields in string position counters
tickit_stringpos_zero(3) β clear the fields of a string position counter
tickit_term_await_started_msec(3) β wait until the terminal is initialised
tickit_term_bind_event(3) β add or remove event handlers
tickit_term_build(3) β create a new terminal instance with arguments
tickit_term_chpen(3) β set rendering attributes of the terminal
tickit_term_clear(3) β clear the terminal
tickit_term_emit_key(3) β emit a fake key or mouse event
tickit_term_erasech(3) β erase characters from the terminal
tickit_term_flush(3) β flush the terminal output buffer
tickit_term_get_drivername(3) β returns the terminal driver name
tickit_term_get_size(3) β manage terminal size
tickit_term_get_termtype(3) β returns the terminal type
tickit_term_goto(3) β move the terminal output cursor
tickit_term_input_check_timeout_msec(3) β terminal timeout behaviour
tickit_term_input_push_bytes(3) β supply more input data
tickit_term_input_readable(3) β read more data from the terminal
tickit_term_input_wait_msec(3) β read more data from the terminal
tickit_term_new(3) β create a new terminal instance
tickit_term_observe_sigwinch(3) β react to the SIGWINCH signal
tickit_term_open_stdio(3) β create a terminal instance on standard input/output
tickit_term_pause(3) β pause and resume a terminal instance
tickit_term_print(3) β send text to the terminal
tickit_term_ref(3) β adjust the refcount of a terminal
tickit_term_scrollrect(3) β scroll a region of the terminal
tickit_term_set_input_fd(3) β manage terminal input
tickit_term_set_output_buffer(3) β define a terminal output buffer
tickit_term_set_output_fd(3) β manage terminal output
tickit_term_set_output_func(3) β manage terminal output via a callback function
tickit_term_set_utf8(3) β control
tickit_term_setctl_int(3) β set an integer or string terminal control
tickit_termctl_name(3) β return the name of a terminal control
tickit_utf8_count(3) β count characters in Unicode strings
tickit_utf8_mbswidth(3) β count the column width of a Unicode string
tickit_utf8_put(3) β append a UTF-8 encoded codepoint to a buffer
tickit_utf8_seqlen(3) β determine the length of a UTF-8 codepoint encoding
tickit_watch_cancel(3) β remove a previously-installed callback
tickit_watch_io(3) β invoke a callback when IO is possible
tickit_watch_later(3) β invoke a callback at the next round of IO events
tickit_watch_process(3) β invoke a callback when a child process terminates
tickit_watch_signal(3) β invoke a callback when a POSIX signal is raised
tickit_watch_timer_after_msec(3) β invoke a callback after a fixed delay
tickit_watch_timer_at_epoch(3) β invoke a callback at a fixed future time
tickit_window_bind_event(3) β add or remove event handlers
tickit_window_children(3) β obtain child windows from a window
tickit_window_close(3) β remove a window from the tree
tickit_window_destroy(3) β destroy a window instance
tickit_window_expose(3) β mark an area of a window for re-rendering
tickit_window_flush(3) β invoke pending events on the window hierarchy
tickit_window_get_abs_geometry(3) β query the absolute position of a window
tickit_window_get_geometry(3) β query the size and position of a window
tickit_window_get_pen(3) β manipulate the window's rendering pen
tickit_window_get_term(3) β query the backing terminal of a window
tickit_window_new(3) β create a new sub-window
tickit_window_new_root(3) β create a new toplevel root window
tickit_window_parent(3) β query the ancestry of a window
tickit_window_raise(3) β change window stacking order
tickit_window_ref(3) β adjust the refcount of a window
tickit_window_scroll(3) β scroll the area of a window
tickit_window_set_cursor_position(3) β modify the cursor state on a window
tickit_window_set_focus_child_notify(3) β control whether windows are informed of child focus changes
tickit_window_set_geometry(3) β set the size and position of a window
tickit_window_set_steal_input(3) β control whether windows steal all input events
tickit_window_setctl_int(3) β set an integer window control
tickit_window_show(3) β control a window's visibility
tickit_window_take_focus(3) β control the input focus
tickit_windowctl_name(3) β return the name of a window control
time(3am) β time functions for gawk
time(3p)
time.h(3)
time_t(3type) β integer time
timegm(3) β inverses of gmtime and localtime
timegm(3) β ΠΎΠ±ΡΠ°ΡΠ½ΡΠ΅ gmtime ΠΈ localtime ΡΡΠ½ΠΊΡΠΈΠΈ
timer_create(3p)
timer_delete(3p)
timer_getoverrun(3p)
timer_t(3type) β timer ID
timeradd(3) β timeval operations
timeradd(3) β ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ ΡΠΎ
timeradd(3bsd) β operations on time structure
times(3p)
timespec(3type) β time in seconds and nanoseconds
timeval(3type) β time in seconds and microseconds
timezone(3p)
tld_check_4(3) β API function
tld_check_4t(3) β API function
tld_check_4tz(3) β API function
tld_check_4z(3) β API function
tld_check_8z(3) β API function
tld_check_lz(3) β API function
tld_default_table(3) β API function
tld_get_4(3) β API function
tld_get_4z(3) β API function
tld_get_table(3) β API function
tld_get_z(3) β API function
tld_strerror(3) β API function
tls_accept_socket(3) β accept an incoming client connection in a TLS server
tls_client(3) β configure a TLS connection
tls_config_ocsp_require_stapling(3) β OCSP configuration for libtls
tls_config_set_protocols(3) β TLS protocol and cipher selection
tls_config_set_session_id(3) β configure resuming of TLS handshakes
tls_config_verify(3) β insecure TLS configuration
tls_conn_version(3) β inspect an established TLS connection
tls_connect(3) β instruct a TLS client to establish a connection
tls_init(3) β initialize TLS client and server API
tls_load_file(3) β TLS certificate and key configuration
tls_ocsp_process_response(3) β inspect an OCSP response
tls_read(3) β use a TLS connection
tm(3)
tm(3) β task management API
tm(3type) β broken-down time
tmpfile(3) β ΡΠΎΠ·Π΄Π°ΡΡ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΡΠΉ ΡΠ°ΠΉΠ»
tmpfile(3) β create a temporary file
tmpfile(3p)
tmpnam(3) β ΡΠΎΠ·Π΄Π°ΡΡ ΠΈΠΌΡ Π΄Π»Ρ Π²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎΠ³ΠΎ ΡΠ°ΠΉΠ»Π°
tmpnam(3) β create a name for a temporary file
tmpnam(3p)
toascii(3) β convert character to ASCII
toascii(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΠΊΠΎΠ΄ ASCII
toascii(3p)
todo(3) β Todo List
toid_declare(3) β libpmemobj type safety mechanism
tokyocabinet(3) β a modern implementation of DBM
tolower(3p)
toupper(3) β convert uppercase or lowercase
toupper(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΡΡ ΡΠ΅Π³ΠΈΡΡΡ ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
toupper(3p)
towctrans(3) β wide-character transliteration
towctrans(3) β ΡΡΠ°Π½ΡΠ»ΠΈΡΠ΅ΡΠ°ΡΠΈΡ ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π°
towctrans(3p)
towlower(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΊ Π½ΠΈΠΆΠ½Π΅ΠΌΡ ΡΠ΅Π³ΠΈΡΡΡΡ
towlower(3) β convert a wide character to lowercase
towlower(3p)
towupper(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΊ Π²Π΅ΡΡ
Π½Π΅ΠΌΡ ΡΠ΅Π³ΠΈΡΡΡΡ
towupper(3) β convert a wide character to uppercase
towupper(3p)
trace_seq_init(3) β Initialize / destroy a trace sequence.
tracecmd_buffer_instances(3) β Read tracing instances from a trace file.
tracecmd_get_first_ts(3) β Handle time stamps from a trace file.
tracecmd_get_traceid(3) β Manage trace session with multiple trace peers, recorded in multiple trace files.
tracecmd_iterate_events(3) β Read events from a trace file
tracecmd_map_vcpus(3) β Mapping host and guest data
tracecmd_open(3) β Open and close a trace file.
tracecmd_read_cpu_first(3) β Read recorded events from a trace file.
tracecmd_set_loglevel(3) β Set log level of the library
tracef(3) β LTTng\-UST printf(3)\-like interface
tracefs_binary_init(3) β Open, close and write binary data in the trace buffer.
tracefs_cpu_open(3) β Opening trace_pipe_raw data for reading
tracefs_cpu_open_mapped(3) β Memory mapping of the ring buffer
tracefs_cpu_read_buf(3) β Reading trace_pipe_raw data returning a kbuffer
tracefs_cpu_read_size(3) β Reading trace_pipe_raw data
tracefs_dynevent_create(3) β Create, destroy, free and get dynamic events.
tracefs_eprobe_alloc(3) β Allocate new event probe (eprobe)
tracefs_error_last(3) β functions to read and clear the tracefs error log.
tracefs_event_get_file(3) β Work with trace event files.
tracefs_event_systems(3) β Work with trace systems and events.
tracefs_file_exists(3) β Work with files directories in tracing instances.
tracefs_filter_pid_function(3) β Add and remove PID filtering for functions and events
tracefs_filter_string_append(3) β Add, verify and apply event filters
tracefs_find_cid_pid(3) β helper functions to handle tracing guests
tracefs_function_filter(3) β Functions to modify the the function trace filters
tracefs_get_tracing_file(3) β Find and set locations of trace directory and files.
tracefs_hist_add_sort_key(3) β Update and describe an event histogram
tracefs_hist_alloc(3) β Create and destroy event histograms
tracefs_hist_start(3) β Pause, continue, or clear an existing histogram
tracefs_instance_create(3) β Manage trace instances.
tracefs_instance_file_open(3) β Work with files in tracing instances.
tracefs_instance_get_name(3) β Helper functions for working with tracing instances.
tracefs_instance_get_stat(3) β Handling tracing buffer stats
tracefs_instance_get_subbuf_size(3) β Helper functions for working with ring buffer sub buffers.
tracefs_instance_set_affinity(3) β Sets or retrieves the affinity for an instance or top level for what CPUs enable tracing.
tracefs_instance_tracers(3) β Enable or disable a tracer in an instance or the top level
tracefs_iterate_raw_events(3) β Iterate over events in the ring buffer
tracefs_kprobe_alloc(3) β Allocate, get, create, and remove kprobes
tracefs_local_events(3) β Initialize a tep handler with trace events from the local system.
tracefs_option_enable(3) β Various trace option functions.
tracefs_options(3) β ftrace options, that can be controlled using tracefs library.
tracefs_options_get_supported(3) β Get and check ftrace options.
tracefs_print_init(3) β Open, close and write formated strings in the trace buffer.
tracefs_set_loglevel(3) β Set log level of the library
tracefs_snapshot_snap(3) β API to create, clear and read snapshots
tracefs_sql(3) β Create a synthetic event via an SQL statement
tracefs_synth_alloc(3) β Creation of a synthetic event descriptor
tracefs_synth_create(3) β Creation of synthetic events
tracefs_synth_echo_cmd(3) β Retrieve data of synthetic events.
tracefs_trace_is_on(3) β Functions to enable or disable tracing.
tracefs_trace_pipe_stream(3) β redirect the stream of trace data to an output or stdout.
tracefs_tracers(3) β Helper functions for working with trace file system.
tracefs_uprobe_alloc(3) β Allocate new user (return) probe
tracelog(3) β LTTng\-UST printf(3)\-like interface with a log level
trampoline(3) β closures as first-class C functions
tree(3bsd) β implementations of splay and red-black trees
trunc(3) β round to integer, toward zero
trunc(3) β ΠΎΠΊΡΡΠ³Π»Π΅Π½ΠΈΠ΅ ΡΠΈΡΠ»Π° Π΄ΠΎ ΡΠ΅Π»ΠΎΠ³ΠΎ Π² ΠΌΠ΅Π½ΡΡΡΡ ΡΡΠΎΡΠΎΠ½Ρ
trunc(3p)
truncate(3p)
truncf(3p)
ts_close(3) β close a touch screen input device
ts_close_restricted(3) β use a custom function for closing the touchscreen's
ts_conf_get(3) β get a pointer to struct ts_module_conf holding data from the TSLIB_CONFFILE file.
ts_conf_set(3) β write a new TSLIB_CONFFILE config file and reload it.
ts_config(3) β read tslib's configuration
ts_error_fn(3) β use a custom error function for libts library errors
ts_fd(3) β get the file descriptor to a touchscreen device
ts_get_eventpath(3) β get the path to the currently opened touchscreen device file
ts_libversion(3) β get version information on the currently running tslib
ts_open(3) β open a touch screen input device
ts_open_restricted(3) β use a custom function for opening the touchscreen's
ts_print_ascii_logo(3) β print tslib's logo to stdout
ts_read(3) β read tslib touch samples
ts_read_mt(3) β read tslib touch samples
ts_read_raw(3) β read tslib touch samples
ts_read_raw_mt(3) β read tslib touch samples
ts_setup(3) β find, open and configure a touch screen input device
tsearch(3) β ΡΠ°Π±ΠΎΡΠ° Ρ Π΄Π²ΠΎΠΈΡΠ½ΡΠΌ Π΄Π΅ΡΠ΅Π²ΠΎΠΌ ΠΏΠΎΠΈΡΠΊΠ°
tsearch(3) β manage a binary search tree
tsearch(3p)
tslib_version(3) β simply return tslib's version string
tst_res(3) β Print result message
tst_sig(3) β set up for unexpected signals
tst_tmpdir(3) β create a unique testing directory and make it current.
tstiee(3f)
tty(3bobcat) β Controls echoing of characters entered at the terminal
ttyname(3) β return name of a terminal
ttyname(3) β Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΠΈΠΌΡ ΡΠ΅ΡΠΌΠΈΠ½Π°Π»Π°
ttyname(3p)
ttyslot(3) β find the slot of the current user's terminal in some file
ttyslot(3) β ΠΏΠΎΠΈΡΠΊ ΡΠ»ΠΎΡΠ° ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ ΡΠ΅ΡΠΌΠΈΠ½Π°Π»Π° ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»Ρ Π² ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ½Π½ΠΎΠΌ ΡΠ°ΠΉΠ»Π΅
twalk(3p)
tweeny(3) β The tweeny namespace contains all symbols and names for the Tweeny library.
tweeny_easing(3)
tweeny_easing_backInEasing(3)
tweeny_easing_backInOutEasing(3)
tweeny_easing_backOutEasing(3)
tweeny_easing_bounceInEasing(3)
tweeny_easing_bounceInOutEasing(3)
tweeny_easing_bounceOutEasing(3)
tweeny_easing_circularInEasing(3)
tweeny_easing_circularInOutEasing(3)
tweeny_easing_circularOutEasing(3)
tweeny_easing_cubicInEasing(3)
tweeny_easing_cubicInOutEasing(3)
tweeny_easing_cubicOutEasing(3)
tweeny_easing_defaultEasing(3)
tweeny_easing_elasticInEasing(3)
tweeny_easing_elasticInOutEasing(3)
tweeny_easing_elasticOutEasing(3)
tweeny_easing_exponentialInEasing(3)
tweeny_easing_exponentialInOutEasing(3)
tweeny_easing_exponentialOutEasing(3)
tweeny_easing_linearEasing(3)
tweeny_easing_quadraticInEasing(3)
tweeny_easing_quadraticInOutEasing(3)
tweeny_easing_quadraticOutEasing(3)
tweeny_easing_quarticInEasing(3)
tweeny_easing_quarticInOutEasing(3)
tweeny_easing_quarticOutEasing(3)
tweeny_easing_quinticInEasing(3)
tweeny_easing_quinticInOutEasing(3)
tweeny_easing_quinticOutEasing(3)
tweeny_easing_sinusoidalInEasing(3)
tweeny_easing_sinusoidalInOutEasing(3)
tweeny_easing_sinusoidalOutEasing(3)
tweeny_easing_steppedEasing(3)
tweeny_tween(3)
tweeny_tween_T_(3)
twi_demo(3) β Example using the two-wire interface (TWI)Some newer devices of the ATmega series contain builtin support for interfacing the microcontroller to a two-wire bus, called TWI. This is essentially the same called I2C by Philips, but that term is avoided in Atmel's documentation due to patenting issues.
types.h(3) β Common types used in decoder and encoder API.
typetrait(3bobcat) β Type trait class
tzset(3) β ΠΈΠ½ΠΈΡΠΈΠ°Π»ΠΈΠ·ΠΈΡΡΠ΅Ρ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΡ ΠΎ
tzset(3) β initialize time conversion information
tzset(3p)
ualarm(3) β ΠΏΠ»Π°Π½ΠΈΡΡΠ΅Ρ ΠΎΡΠΏΡΠ°Π²ΠΊΡ ΡΠΈΠ³Π½Π°Π»Π° ΡΠ΅ΡΠ΅Π· Π·Π°Π΄Π°Π½Π½ΠΎΠ΅ ΡΠΈΡΠ»ΠΎ ΠΌΠΈΠΊΡΠΎΡΠ΅ΠΊΡΠ½Π΄
ualarm(3) β schedule signal after given number of microseconds
udev_device_get_syspath(3) β Query device properties
udev_device_has_tag(3) β Retrieve or set device attributes
udev_device_new_from_syspath(3) β Create, acquire and release a udev device object
udev_enumerate_add_match_subsystem(3) β Modify filters
udev_enumerate_new(3) β Create, acquire and release a udev enumerate object
udev_enumerate_scan_devices(3) β Query or modify a udev enumerate object
udev_list_entry(3) β Iterate and access udev lists
udev_monitor_filter_update(3) β Modify filters
udev_monitor_new_from_netlink(3) β Create, acquire and release a udev monitor object
udev_monitor_receive_device(3) β Query and modify device monitor
udev_new(3) β Create, acquire and release a udev context object
udns(3) β stub DNS resolver library
ulimit(3) β get and set user limits
ulimit(3) β ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠ° ΠΈΠ»ΠΈ ΠΏΠΎΠ»ΡΡΠ΅Π½ΠΈΠ΅ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΡΠΊΠΈΡ
ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ΠΈΠΉ
ulimit(3p)
umad_addr_dump(3) β dump addr structure to stderr
umad_alloc(3) β allocate memory for umad buffers
umad_class_str(3) β class of functions to return string representations of enums
umad_close_port(3) β close InfiniBand device port for umad access
umad_debug(3) β set debug level
umad_dump(3) β dump umad buffer to stderr
umad_free(3) β frees memory of umad buffers
umad_get_ca(3) β get and release InfiniBand device port attributes
umad_get_ca_portguids(3) β get the InfiniBand device ports GUIDs
umad_get_cas_names(3) β get list of available InfiniBand device names
umad_get_fd(3) β get the umad fd for the requested port
umad_get_issm_path(3) β get path of issm device
umad_get_mad(3) β get the MAD pointer of a umad buffer
umad_get_mad_addr(3) β get the address of the ib_mad_addr from a umad buffer
umad_get_pkey(3) β get pkey index from umad buffer
umad_get_port(3) β open and close an InfiniBand port
umad_init(3) β perform library initialization and finalization
umad_open_port(3) β open InfiniBand device port for umad access
umad_poll(3) β poll umad
umad_recv(3) β receive umad
umad_register(3) β register the specified management class and version for port
umad_register2(3) β register the specified management class and version for port
umad_register_oui(3) β register the specified class in vendor range 2 for port
umad_send(3) β send umad
umad_set_addr(3) β set MAD address fields within umad buffer using host ordering
umad_set_addr_net(3) β set MAD address fields within umad buffer using network ordering
umad_set_grh(3) β set GRH fields within umad buffer using host ordering
umad_set_grh_net(3) β set GRH fields within umad buffer using network ordering
umad_set_pkey(3) β set pkey index within umad buffer
umad_size(3) β get the size of umad buffer
umad_status(3) β get the status of a umad buffer
umad_unregister(3) β unregister umad agent
umask(3p)
uname(3p)
undocumented(3) β Π½Π΅Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠΈΡΠΎΠ²Π°Π½Π½ΡΠ΅ Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΡΠ½ΡΠ΅ ΡΡΠ½ΠΊΡΠΈΠΈ
undocumented(3) β undocumented library functions
undocumented(3hal) β undocumented functions in HAL
undocumented(3rtapi) β undocumented functions in RTAPI
ungetc(3p)
ungetwc(3) β ΠΎΡΠΏΡΠ°Π²ΠΊΠ° ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π° ΠΎΠ±ΡΠ°ΡΠ½ΠΎ Π² ΠΏΠΎΡΠΎΠΊ FILE
ungetwc(3) β push back a wide character onto a FILE stream
ungetwc(3p)
unibi_add_ext_bool(3) β add extended capabilities to a terminal object
unibi_add_ext_num(3) β add extended capabilities to a terminal object
unibi_add_ext_str(3) β add extended capabilities to a terminal object
unibi_count_ext_bool(3) β count extended terminal capabilities
unibi_count_ext_num(3) β count extended terminal capabilities
unibi_count_ext_str(3) β count extended terminal capabilities
unibi_del_ext_bool(3) β remove extended capabilities from a terminal object
unibi_destroy(3) β free a terminal object
unibi_dummy(3) β construct a dummy terminal object
unibi_dump(3) β convert a terminal object to compiled terminfo data
unibi_format(3) β interpret a terminfo format string
unibi_from_env(3) β read the terminfo entry specified by TERM
unibi_from_fd(3) β read a terminfo entry from a file descriptor
unibi_from_file(3) β read a terminfo entry from a file
unibi_from_fp(3) β read a terminfo entry from a FILE *
unibi_from_mem(3) β construct a terminal object from a compiled terminfo entry
unibi_from_term(3) β read a terminfo entry for a named terminal
unibi_get_aliases(3) β access the aliases of a terminal object
unibi_get_bool(3) β access the capabilities of a terminal object
unibi_get_ext_bool(3) β access the extended capabilities of a terminal object
unibi_get_ext_bool_name(3) β access the names of extended capabilities of a terminal object
unibi_get_ext_num(3) β access the extended capabilities of a terminal object
unibi_get_ext_num_name(3) β access the names of extended capabilities of a terminal object
unibi_get_ext_str(3) β access the extended capabilities of a terminal object
unibi_get_ext_str_name(3) β access the names of extended capabilities of a terminal object
unibi_get_name(3) β access the name of a terminal object
unibi_get_num(3) β access the capabilities of a terminal object
unibi_get_str(3) β access the capabilities of a terminal object
unibi_int_from_var(3) β create and inspect unibi_var_t values
unibi_name_bool(3) β translate capability enums to names
unibi_name_num(3) β translate capability enums to names
unibi_name_str(3) β translate capability enums to names
unibi_num_from_var(3) β create and inspect unibi_var_t values
unibi_run(3) β interpret a terminfo format string
unibi_set_aliases(3) β access the aliases of a terminal object
unibi_set_bool(3) β access the capabilities of a terminal object
unibi_set_ext_bool(3) β access the extended capabilities of a terminal object
unibi_set_ext_bool_name(3) β access the names of extended capabilities of a terminal object
unibi_set_ext_num(3) β access the extended capabilities of a terminal object
unibi_set_ext_num_name(3) β access the names of extended capabilities of a terminal object
unibi_set_ext_str(3) β access the extended capabilities of a terminal object
unibi_set_ext_str_name(3) β access the names of extended capabilities of a terminal object
unibi_set_name(3) β access the name of a terminal object
unibi_set_num(3) β access the capabilities of a terminal object
unibi_set_str(3) β access the capabilities of a terminal object
unibi_short_name_bool(3) β translate capability enums to names
unibi_short_name_num(3) β translate capability enums to names
unibi_short_name_str(3) β translate capability enums to names
unibi_str_from_var(3) β create and inspect unibi_var_t values
unibi_terminfo_dirs(3) β fallback terminfo search path
unibi_var_from_num(3) β create and inspect unibi_var_t values
unibi_var_from_str(3) β create and inspect unibi_var_t values
unibilium.h(3) β ncurses terminfo parser and utility functions
unicode::bidi(3) β unicode bi\-directional algorithm
unicode::canonical(3) β unicode canonical normalization and denormalization
unicode::iconvert::convert(3) β unicode character set conversion
unicode::iconvert::convert_tocase(3) β unicode uppercase, lowercase, and titlecase conversion
unicode::iconvert::fromu(3) β template for converting text sequence from unicode
unicode::iconvert::tou(3) β template for converting text sequence to unicode
unicode::linebreak_callback_base(3) β unicode line\-breaking rules
unicode::tolower(3) β unicode version of tolower(3) and toupper(3) and totitle(3) (if there was such a thing)
unicode::wordbreak_callback_base(3) β unicode word\-breaking rules
unicode_bidi(3) β unicode bi\-directional algorithm
unicode_canonical(3) β unicode canonical normalization and denormalization
unicode_category_lookup(3) β unicode character categorization
unicode_default_chset(3) β return the system character set name
unicode_derived_core_properties(3) β look up derived core properties
unicode_emoji_lookup(3) β look up unicode character\*(Aqs Unicode Emoji Classification
unicode_general_category_lookup(3) β unicode general category lookup
unicode_grapheme_break(3) β unicode grapheme cluster boundary rules
unicode_html40ent_lookup(3) β look up unicode character for an HTML 4.0 entity
unicode_line_break(3) β calculate mandatory or allowed line breaks
unicode_script(3) β unicode script property
unicode_u_ucs4_native(3) β unicode character set conversion
unicode_uc(3) β unicode uppercase, lowercase, and titlecase character lookup
unicode_wb_init(3) β calculate word breaks
unicode_wcwidth(3) β width of a Unicode character string
units(3) β Unit Conversion Library namespace.
units.h(3) β Complete implementation of units - a compile-time, header-only, unit conversion library built on c++14 with no dependencies.
units_acceleration(3) β namespace for unit types and containers representing acceleration values
units_angle(3) β namespace for unit types and containers representing angle values
units_angular_velocity(3) β namespace for unit types and containers representing angular velocity values
units_area(3) β namespace for unit types and containers representing area values
units_base_unit(3) β Class representing SI base unit types.
units_capacitance(3) β namespace for unit types and containers representing capacitance values
units_category(3) β namespace representing the implemented base and derived unit types.
units_charge(3) β namespace for unit types and containers representing charge values
units_concentration(3) β namespace for unit types and containers representing concentration values
units_conductance(3) β namespace for unit types and containers representing conductance values
units_constants(3) β namespace for physical constants like PI and Avogadro's Number.
units_current(3) β namespace for unit types and containers representing current values
units_data(3) β namespace for unit types and containers representing data values
units_data_transfer_rate(3) β namespace for unit types and containers representing data values
units_decibel_scale(3) β unit_t scale for representing decibel values.
units_density(3) β namespace for unit types and containers representing density values
units_dimensionless(3) β namespace for unit types and containers for units that have no dimension (scalar units)
units_energy(3) β namespace for unit types and containers representing energy values
units_force(3) β namespace for unit types and containers representing force values
units_frequency(3) β namespace for unit types and containers representing frequency values
units_illuminance(3) β namespace for unit types and containers representing illuminance values
units_impedance(3) β namespace for unit types and containers representing impedance values
units_inductance(3) β namespace for unit types and containers representing inductance values
units_jerk(3) β namespace for unit types and containers representing jerk values
units_length(3) β namespace for unit types and containers representing length values
units_linear_scale(3) β unit_t scale which is linear
units_literals(3) β namespace for unit literal definitions of all categories.
units_luminous_flux(3) β namespace for unit types and containers representing luminous_flux values
units_luminous_intensity(3) β namespace for unit types and containers representing luminous_intensity values
units_magnetic_field_strength(3) β namespace for unit types and containers representing magnetic_field_strength values
units_magnetic_flux(3) β namespace for unit types and containers representing magnetic_flux values
units_mass(3) β namespace for unit types and containers representing mass values
units_math(3) β namespace for unit-enabled versions of the <cmath> library
units_power(3) β namespace for unit types and containers representing power values
units_pressure(3) β namespace for unit types and containers representing pressure values
units_radiation(3) β namespace for unit types and containers representing radiation values
units_solid_angle(3) β namespace for unit types and containers representing solid_angle values
units_substance(3) β namespace for unit types and containers representing substance values
units_temperature(3) β namespace for unit types and containers representing temperature values
units_time(3) β namespace for unit types and containers representing time values
units_torque(3) β namespace for unit types and containers representing torque values
units_traits(3) β namespace representing type traits which can access the properties of types provided by the units library.
units_traits_detail(3) β @cond
units_traits_detail_is_dimensionless_unit_impl(3)
units_traits_detail_is_dimensionless_unit_impl_ units_unit_ C, U, P, T _ _(3)
units_traits_detail_is_dimensionless_unit_impl_ units_unit_t_ U, S, N _ _(3)
units_traits_detail_is_scalar_unit_impl(3)
units_traits_detail_is_scalar_unit_impl_ units_unit_ C, U, P, T _ _(3)
units_traits_detail_is_scalar_unit_impl_ units_unit_t_ U, S, N _ _(3)
units_traits_has_decibel_scale(3) β Trait which tests whether a type is inherited from a decibel scale.
units_traits_has_linear_scale(3) β Trait which tests whether a type is inherited from a linear scale.
units_traits_is_acceleration_unit(3)
units_traits_is_angle_unit(3)
units_traits_is_angular_velocity_unit(3)
units_traits_is_area_unit(3)
units_traits_is_base_unit(3) β Trait which tests if a class is a base_unit type.
units_traits_is_capacitance_unit(3)
units_traits_is_charge_unit(3)
units_traits_is_concentration_unit(3)
units_traits_is_conductance_unit(3)
units_traits_is_convertible_unit(3) β Trait which checks whether two units can be converted to each other.
units_traits_is_convertible_unit_t(3) β Trait which tests whether two container types derived from unit_t are convertible to each other.
units_traits_is_current_unit(3)
units_traits_is_data_transfer_rate_unit(3)
units_traits_is_data_unit(3)
units_traits_is_density_unit(3)
units_traits_is_dimensionless_unit(3)
units_traits_is_energy_unit(3)
units_traits_is_force_unit(3)
units_traits_is_frequency_unit(3)
units_traits_is_illuminance_unit(3)
units_traits_is_impedance_unit(3)
units_traits_is_inductance_unit(3)
units_traits_is_jerk_unit(3)
units_traits_is_length_unit(3)
units_traits_is_luminous_flux_unit(3)
units_traits_is_luminous_intensity_unit(3)
units_traits_is_magnetic_field_strength_unit(3)
units_traits_is_magnetic_flux_unit(3)
units_traits_is_mass_unit(3)
units_traits_is_nonlinear_scale(3) β Trait which tests that class T meets the requirements for a non-linear scale.
units_traits_is_power_unit(3)
units_traits_is_pressure_unit(3)
units_traits_is_radioactivity_unit(3)
units_traits_is_ratio(3) β Trait that tests whether a type represents a std::ratio.
units_traits_is_same_scale(3) β Trait which tests whether two types has the same non-linear scale.
units_traits_is_scalar_unit(3)
units_traits_is_solid_angle_unit(3)
units_traits_is_substance_unit(3)
units_traits_is_temperature_unit(3)
units_traits_is_time_unit(3)
units_traits_is_torque_unit(3)
units_traits_is_unit(3) β Traits which tests if a class is a unit.
units_traits_is_unit_t(3) β Traits which tests if a class is a unit.
units_traits_is_unit_value_t(3) β Trait which tests whether a type is a unit_value_t representing the given unit type.
units_traits_is_unit_value_t_category(3) β Trait which tests whether type T is a unit_value_t with a unit type in the given category.
units_traits_is_velocity_unit(3)
units_traits_is_voltage_unit(3)
units_traits_is_volume_unit(3)
units_unit(3) β Type representing an arbitrary unit.
units_unit_t(3) β Container for values which represent quantities of a given unit.
units_unit_value_add(3) β adds two unit_value_t types at compile-time
units_unit_value_divide(3) β divides two unit_value_t types at compile-time
units_unit_value_multiply(3) β multiplies two unit_value_t types at compile-time
units_unit_value_power(3) β raises unit_value_to a power at compile-time
units_unit_value_sqrt(3) β calculates square root of unit_value_t at compile-time
units_unit_value_subtract(3) β subtracts two unit_value_t types at compile-time
units_unit_value_t(3) β Stores a rational unit value as a compile-time constant.
units_velocity(3) β namespace for unit types and containers representing velocity values
units_voltage(3) β namespace for unit types and containers representing voltage values
units_volume(3) β namespace for unit types and containers representing volume values
unlink(3p)
unlocked_stdio(3)
unlocked_stdio(3) β nonlocking stdio functions
unlockpt(3) β unlock a pseudoterminal master/slave pair
unlockpt(3) β ΡΠ°Π·Π±Π»ΠΎΠΊΠΈΡΡΠ΅Ρ ΠΏΠ°ΡΡ ΠΎΡΠ½ΠΎΠ²Π½ΠΎΠΉ/ΠΏΠΎΠ΄ΡΠΈΠ½ΡΠ½Π½ΡΠΉ ΠΏΡΠ΅Π²Π΄ΠΎ\-ΡΠ΅ΡΠΌΠΈΠ½Π°Π»
unlockpt(3p)
unsetenv(3p)
unvis(3bsd) β decode a visual representation of characters
updwtmp(3) β Π΄ΠΎΠ±Π°Π²Π»ΡΠ΅Ρ Π·Π°ΠΏΠΈΡΡ Π² ΡΠ°ΠΉΠ» wtmp
updwtmp(3) β append an entry to the wtmp file
upscli_add_host_cert(3) β Register a security rule for an host.
upscli_cleanup(3) β Clean\-up upsclient module after usage.
upscli_connect(3) β Open a connection to a NUT upsd data server
upscli_disconnect(3) β Disconnect from a UPS server
upscli_fd(3) β Get file descriptor for connection
upscli_get(3) β Retrieve data from an UPS
upscli_get_default_connect_timeout(3) β Return the upsclient module default timeout for initial connections.
upscli_init(3) β Initialize upsclient module specifying security properties.
upscli_init_default_connect_timeout(3) β Initialize upsclient module aspect of default timeout for initial connections.
upscli_list_next(3) β Retrieve list items from a UPS
upscli_list_start(3) β Begin multi\-item retrieval from a UPS
upscli_readline(3) β Read a single response from a UPS
upscli_report_build_details(3) β Print a debug message to report details of the current libupsclient build such as its source\-code version and SSL capabilities
upscli_sendline(3) β Send a single command to a UPS
upscli_set_default_connect_timeout(3) β Configure upsclient module aspect of default timeout for initial connections.
upscli_splitaddr(3) β Split a listening address into its components
upscli_splitname(3) β Split a UPS definition into its components
upscli_ssl(3) β Check SSL mode for current connection
upscli_ssl_caps(3) β Report SSL capabilities of the current libupsclient build as a bitmap or string
upscli_str_add_unique_token(3) β Add a unique token into a string buffer, with optional callbacks as needed by implementation
upscli_str_contains_token(3) β Verify that an unique token is present in the string
upscli_strerror(3) β Return a string describing error condition
upscli_upserror(3) β Get current error number for connection
upscli_upslog_set_debug_level(3) β manipulate the possibly separate (identified via cookie) copies of the `nut_debug_level` and sub\-process tag variables in the `libupsclient` build
upsclient(3) β Network UPS Tools client access library
urxvtperl(3) β rxvt\-unicode's embedded perl interpreter
usctest(3) β macros and libraries for common functions in system call tests
uselocale(3) β set/get the locale for the calling thread
uselocale(3) β Π·Π°Π΄Π°ΡΡ/ΠΏΠΎΠ»ΡΡΠ°Π΅Ρ Π»ΠΎΠΊΠ°Π»Ρ Π΄Π»Ρ Π²ΡΠ·ΡΠ²Π°ΡΡΠ΅ΠΉ Π½ΠΈΡΠΈ
uselocale(3p)
user(3bobcat) β Provides the /etc/passwd info of the current user
using_avrprog(3) β Using the avrdude program
using_tools(3) β Using the GNU tools
usleep(3) β suspend execution for microsecond intervals
usleep(3) β Π·Π°Π΄Π΅ΡΠΆΠΈΠ²Π°Π΅Ρ Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ Π½Π° ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½Π½ΠΎΠ΅ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΠΌΠΈΠΊΡΠΎΡΠ΅ΠΊΡΠ½Π΄
ustr(3) β ustr string library functions
ustr_const(3) β ustr string library constants
utempter(3) β utempter interface
util_atomic(3) β <util/atomic.h> Atomically and Non-Atomically Executed Code Blocks
util_crc(3) β <util/crc16.h>: CRC Computations
util_delay(3) β <util/delay.h>: Convenience functions for busy-wait delay loops
util_delay_basic(3) β <util/delay_basic.h>: Basic busy-wait delay loops
util_parity(3) β <util/parity.h>: Parity bit generation
util_setbaud(3) β <util/setbaud.h>: Helper macros for baud rate calculations
util_twi(3) β <util/twi.h>: TWI bit mask definitions
util_twi.h(3)
utime(3p)
utimensat(3p)
uuid(3) β DCE compatible Universally Unique Identifier library
uuid_clear(3) β reset value of UUID variable to the NULL value
uuid_compare(3) β compare whether two UUIDs are the same
uuid_copy(3) β copy a UUID value
uuid_generate(3) β create a new unique UUID value
uuid_is_null(3) β compare the value of the UUID to the NULL value
uuid_parse(3) β convert an input UUID string into binary representation
uuid_time(3) β extract the time at which the UUID was created
uuid_unparse(3) β convert a UUID from binary representation to a string
uwsm-plugins(3)
v2i_ASN1_BIT_STRING(3) β ASN.1 BIT STRING utility functions for certificate extensions
va_arg(3p)
va_list(3type) β variable argument list
vacall(3) β C functions called with variable arguments
vfprintf(3p)
vfscanf(3p)
vfwprintf(3p)
vfwscanf(3p)
vga_accel(3) β calls the graphics accelerator
vga_addmode(3) β add a mode to svgalib modes list
vga_addtiming(3) β add a timing line to svgalib user timing list
vga_bitblt(3) β copy pixmap on screen using an accelerator
vga_blitwait(3) β wait for any accelerator operation to finish
vga_changetiming(3) β change the current timing parameters.
vga_claimvideomemory(3) β declare the amount of video memory used
vga_clear(3) β clear the screen
vga_copytoplanar16(3) β copy linear pixmap into VGA 16 color mode video memory
vga_copytoplanar256(3) β copy linear pixmap into Mode X video memory
vga_copytoplane(3) β copy linear pixmap to some planes of VGA 16 color mode video memory
vga_disabledriverreport(3) β makes svgalib not emit any startup messages
vga_drawline(3) β draw a line on the screen
vga_drawpixel(3) β draw a pixel on the screen
vga_drawscanline(3) β draw a horizontal line of pixels
vga_drawscansegment(3) β draw a horizontal line of pixels
vga_dumpregs(3) β dump the contents of the SVGA registers
vga_ext_set(3) β set and query several extended features
vga_fillblt(3) β file rectangular area in video memory with a single color
vga_flip(3) β toggle between text and graphics mode
vga_getcardinfo(3) β returns pointer to information about the video card.
vga_getch(3) β wait for a key
vga_getcurrentchipset(3) β returns the current SVGA chipset
vga_getcurrentmode(3) β returns the current video mode
vga_getcurrenttiming(3) β get the current timing parameters.
vga_getdefaultmode(3) β returns the default graphics mode number
vga_getgraphmem(3) β returns the address of the VGA memory
vga_getkey(3) β read a character from the keyboard without waiting
vga_getmodeinfo(3) β returns pointer to mode information structure for a mode
vga_getmodename(3) β return a name for the given video mode
vga_getmodenumber(3) β return a number for the given video mode
vga_getmonitortype(3) β returns the monitor type configured
vga_getmousetype(3) β returns the mouse type configured
vga_getpalette(3) β get a color in the color lookup table
vga_getpalvec(3) β gets colors from the color lookup table
vga_getpixel(3) β get a pixels value from the screen
vga_getscansegment(3) β get a list of consecutive pixel values
vga_gettextfont(3) β get/set the font used in text mode
vga_gettextmoderegs(3) β get/set the vga state used in text mode
vga_getxdim(3) β return the current screen resolution
vga_guesstiming(3) β calculate a timing line for the given resolution
vga_hasmode(3) β returns if a video mode is supported
vga_hlinelistblt(3) β draw horizontal scan lines
vga_imageblt(3) β copy a rectangular pixmap from system memory to video memory
vga_init(3) β initialize svgalib library
vga_initcursor(3) β initialize mouse cursor
vga_lastmodenumber(3) β returns the last video mode number
vga_lockvc(3) β disables virtual console switching for safety
vga_norevokeprivs(3) β Keep root privileges if run as suid root.
vga_oktowrite(3) β indicates whether the program has direct access to the SVGA
vga_runinbackground(3) β enable running of the program while there is no VGA access
vga_runinbackground_version(3) β returns the version of the current background support
vga_safety_fork(3) β start a parallel process to restore the console at a crash
vga_screenoff(3) β turn generation of the video signal on or off
vga_selectcursor(3) β select mouse cursor pattern
vga_setchipset(3) β force chipset
vga_setchipsetandfeatures(3) β force chipset and optional parameters
vga_setcolor(3) β set the current color
vga_setcursorimage(3) β set the pattern and colors of the mouse cursor
vga_setcursorposition(3) β set the mouse cursor position
vga_setdisplaystart(3) β set the display start address
vga_setegacolor(3) β set the current color
vga_setflipchar(3) β set the character causing a vga_flip()
vga_setlinearaddressing(3) β switch to linear addressing mode
vga_setlogicalwidth(3) β set the logical scanline width
vga_setmode(3) β sets a video mode
vga_setmodeX(3) β try to set Mode X-like memory organization
vga_setmousesupport(3) β enable mouse support
vga_setpage(3) β set the 64K SVGA page number
vga_setpalette(3) β set a color in the color lookup table
vga_setpalvec(3) β sets colors in the color lookup table
vga_setreadpage(3) β set the 64K SVGA page number
vga_setrgbcolor(3) β set the current color
vga_setwritepage(3) β set the 64K SVGA page number
vga_showcursor(3) β show / hide mouse cursor
vga_unlockvc(3) β re-enables virtual console switching
vga_waitevent(3) β wait for various I/O events
vga_waitretrace(3) β wait for vertical retrace.
vga_white(3) β return the color white in the current screen resolution
viewers(3) β Qt Viewer Components
vis(3bsd) β visually encode characters
viz(3) β Visualization and debugging routines
vlimit(3)
void(3type) β abstract type
voigt(3) β Voigt's function, convolution of Gaussian and Lorentzian
voigt_hwhm(3) β Half width at half maximum of Voigt's function
votequorum_context_get(3) β Gets the context variable for a VOTEQUORUM instance
votequorum_context_set(3) β Sets the context variable for a VOTEQUORUM instance
votequorum_dispatch(3) β Dispatches callbacks from the votequorum service
votequorum_fd_get(3) β Dispatches callbacks from the votequorum service
votequorum_finalize(3) β Terminate a connection to the votequorum service
votequorum_getinfo(3) β Get information about the VoteQuorum service
votequorum_initialize(3) β Create a new connection to the VoteQuorum service
votequorum_overview(3) β Votequorum Library Overview
votequorum_qdevice_master_wins(3) β Sets or clears quorum device master_wins flag
votequorum_qdevice_poll(3) β Tells votequorum the result of the quorum device poll
votequorum_qdevice_register(3) β Registers a new quorum device
votequorum_qdevice_unregister(3) β Unregisters a new quorum device
votequorum_qdevice_update(3) β Updates quorum device name
votequorum_setexpected(3) β Sets the expected votes for the cluster
votequorum_setvotes(3) β Sets the number of votes for a node
votequorum_trackstart(3) β Enable callbacks notification.
votequorum_trackstop(3) β Disable callbacks notification.
vprintf(3p)
vscanf(3p)
vsnprintf(3p)
vsscanf(3p)
vswprintf(3p)
vswscanf(3p)
vtimes(3)
vwprintf(3p)
vwscanf(3p)
w_of_z(3) β Faddeeva's rescaled complex error function
wait(3p)
waitid(3p)
waitpid(3p)
wcpcpy(3) β copy a wide-character string, returning a pointer to its end
wcpcpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ ΠΈ Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ ΡΠΊΠ°Π·Π°ΡΠ΅Π»Ρ Π½Π° Π΅Ρ ΠΊΠΎΠ½Π΅Ρ
wcpcpy(3p)
wcpncpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ ΡΠΈΠΊΡΠΈΡΠΎΠ²Π°Π½Π½ΠΎΠΉ Π΄Π»ΠΈΠ½Ρ ΠΈ Π²ΠΎΠ·Π²ΡΠ°ΡΠ°Π΅Ρ
wcpncpy(3) β copy a fixed-size string of wide characters,
wcpncpy(3p)
wcrtomb(3) β convert a wide character to a multibyte sequence
wcrtomb(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π° Π² ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΡ
wcrtomb(3p)
wcscasecmp(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ Π΄Π²Π΅ ΡΡΡΠΎΠΊΠΈ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ², ΠΈΠ³Π½ΠΎΡΠΈΡΡΡ ΠΈΡ
ΡΠ΅Π³ΠΈΡΡΡ
wcscasecmp(3) β compare two wide-character strings, ignoring case
wcscasecmp(3p)
wcscat(3) β concatenate two wide-character strings
wcscat(3) β ΠΎΠ±ΡΠ΅Π΄ΠΈΠ½ΡΠ΅Ρ Π΄Π²Π΅ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΠ΅ ΡΡΡΠΎΠΊΠΈ
wcscat(3p)
wcschr(3) β ΠΈΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠ΅
wcschr(3) β search a wide character in a wide-character string
wcschr(3p)
wcscmp(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ Π΄Π²ΡΡ
ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ
ΡΡΡΠΎΠΊ
wcscmp(3) β compare two wide-character strings
wcscmp(3p)
wcscoll(3p)
wcscpy(3) β copy a wide-character string
wcscpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ
wcscpy(3p)
wcscspn(3) β search a wide-character string for any of a set of wide characters
wcscspn(3) β ΠΏΠΎΠΈΡΠΊ ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π° ΠΈΠ· Π½Π°Π±ΠΎΡΠ° Π² ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠ΅
wcscspn(3p)
wcsdup(3) β duplicate a wide-character string
wcsdup(3) β Π΄ΡΠ±Π»ΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ
wcsdup(3p)
wcsftime(3p)
wcslcpy(3bsd) β wide character string manipulation operations
wcslen(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ Π΄Π»ΠΈΠ½Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠΈ
wcslen(3) β determine the length of a wide-character string
wcslen(3p)
wcsncasecmp(3) β compare two fixed-size wide-character strings, ignoring case
wcsncasecmp(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ Π΄Π²Π΅ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΠ΅ ΡΡΡΠΎΠΊΠΈ Π·Π°Π΄Π°Π½Π½ΠΎΠ³ΠΎ ΡΠ°Π·ΠΌΠ΅ΡΠ°,
wcsncasecmp(3p)
wcsncat(3) β concatenate two wide-character strings
wcsncat(3) β ΠΎΠ±ΡΠ΅Π΄ΠΈΠ½ΡΠ΅Ρ Π΄Π²Π΅ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΠ΅ ΡΡΡΠΎΠΊΠΈ
wcsncat(3p)
wcsncmp(3) β ΡΡΠ°Π²Π½ΠΈΠ²Π°Π΅Ρ Π΄Π²Π΅ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΠ΅ ΡΡΡΠΎΠΊΠΈ Π·Π°Π΄Π°Π½Π½ΠΎΠ³ΠΎ ΡΠ°Π·ΠΌΠ΅ΡΠ°
wcsncmp(3) β compare two fixed-size wide-character strings
wcsncmp(3p)
wcsncpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ ΡΠΈΠΊΡΠΈΡΠΎΠ²Π°Π½Π½ΠΎΠΉ Π΄Π»ΠΈΠ½Ρ
wcsncpy(3) β copy a fixed-size string of wide characters
wcsncpy(3p)
wcsnlen(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ Π΄Π»ΠΈΠ½Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠΈ ΠΏΠΎΡΡΠΎΡΠ½Π½ΠΎΠ³ΠΎ ΡΠ°Π·ΠΌΠ΅ΡΠ°
wcsnlen(3) β determine the length of a fixed-size wide-character string
wcsnlen(3p)
wcsnrtombs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΠΈ Π² ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ
wcsnrtombs(3) β convert a wide-character string to a multibyte string
wcsnrtombs(3p)
wcspbrk(3) β ΠΈΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» ΠΈΠ· Π½Π°Π±ΠΎΡΠ° Π² ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠ΅
wcspbrk(3) β search a wide-character string for any of a set of wide characters
wcspbrk(3p)
wcsrchr(3) β search a wide character in a wide-character string
wcsrchr(3) β ΠΈΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠ΅
wcsrchr(3p)
wcsrtombs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ Π² ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ
wcsrtombs(3) β convert a wide-character string to a multibyte string
wcsrtombs(3p)
wcsspn(3) β ΠΏΠΎΠΈΡΠΊ Π² ΡΡΡΠΎΠΊΠ΅ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ², ΠΈΡΠΊΠ»ΡΡΠ°Ρ Π»ΡΠ±ΠΎΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π·Π°Π΄Π°Π½Π½ΠΎΠ³ΠΎ
wcsspn(3) β get length of a prefix wide-character substring
wcsspn(3p)
wcsstr(3) β ΠΈΡΠ΅Ρ ΠΏΠΎΠ΄ΡΡΡΠΎΠΊΡ Π² ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ ΡΡΡΠΎΠΊΠ΅
wcsstr(3) β locate a substring in a wide-character string
wcsstr(3p)
wcstod(3p)
wcstoimax(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ Π² ΡΠ΅Π»ΠΎΠ΅ ΡΠΈΡΠ»ΠΎ
wcstoimax(3) β convert wide-character string to integer
wcstoimax(3p)
wcstok(3) β ΡΠ°Π·Π΄Π΅Π»ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ Π½Π° ΡΠ»Π΅ΠΌΠ΅Π½ΡΡ (ΡΠΎΠΊΠ΅Π½Ρ)
wcstok(3) β split wide-character string into tokens
wcstok(3p)
wcstol(3p)
wcstold(3p)
wcstoll(3p)
wcstombs(3) β convert a wide-character string to a multibyte string
wcstombs(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΡΡ ΡΡΡΠΎΠΊΡ Π² ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΡΡΡΠΎΠΊΡ
wcstombs(3p)
wcstoul(3p)
wcstoumax(3p)
wcswidth(3) β determine columns needed for a fixed-size wide-character string
wcswidth(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΠΊΠΎΠ»ΠΎΠ½ΠΎΠΊ, Π½Π΅ΠΎΠ±Ρ
ΠΎΠ΄ΠΈΠΌΠΎΠ΅ Π΄Π»Ρ ΡΠΈΡΠΎΠΊΠΎΡΠΈΠΌΠ²ΠΎΠ»ΡΠ½ΠΎΠΉ
wcswidth(3p)
wcsxfrm(3p)
wctob(3) β try to represent a wide character as a single byte
wctob(3) β ΠΏΡΡΠ°Π΅ΡΡΡ ΠΏΡΠ΅Π΄ΡΡΠ°Π²ΠΈΡΡ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² Π²ΠΈΠ΄Π΅ ΠΎΠ΄Π½ΠΎΠ³ΠΎ Π±Π°ΠΉΡΠ°
wctob(3p)
wctomb(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠΉ ΡΠΈΠΌΠ²ΠΎΠ» Π² ΠΌΠ½ΠΎΠ³ΠΎΠ±Π°ΠΉΡΠΎΠ²ΡΡ ΠΏΠΎΡΠ»Π΅Π΄ΠΎΠ²Π°ΡΠ΅Π»ΡΠ½ΠΎΡΡΡ
wctomb(3) β convert a wide character to a multibyte sequence
wctomb(3p)
wctrans(3) β wide-character translation mapping
wctrans(3) β ΠΏΡΠ΅ΠΎΠ±ΡΠ°Π·ΠΎΠ²Π°Π½ΠΈΠ΅ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
wctrans(3p)
wctype(3) β ΠΊΠ»Π°ΡΡΠΈΡΠΈΡΠΈΡΡΠ΅Ρ ΡΠΈΡΠΎΠΊΠΈΠ΅ ΡΠΈΠΌΠ²ΠΎΠ»Ρ
wctype(3) β wide-character classification
wctype(3p)
wcwidth(3) β ΠΎΠΏΡΠ΅Π΄Π΅Π»ΡΠ΅Ρ ΠΊΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ ΠΊΠΎΠ»ΠΎΠ½ΠΎΠΊ, Π½Π΅ΠΎΠ±Ρ
ΠΎΠ΄ΠΈΠΌΡΡ
Π΄Π»Ρ ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π°
wcwidth(3) β determine columns needed for a wide character
wcwidth(3p)
wdt.h(3)
week_date(3)
wl_argument(3)
wl_array(3)
wl_client(3)
wl_cursor(3)
wl_cursor_image(3)
wl_cursor_theme(3)
wl_display(3) β Represents a connection to the compositor and acts as a proxy to the wl_display singleton object.
wl_event_loop(3) β An event loop context.
wl_event_queue(3) β A queue for wl_proxy object events.
wl_event_source(3) β An abstract event source.
wl_global(3)
wl_global_offer(3)
wl_interface(3)
wl_list(3) β Doubly-linked list.
wl_listener(3) β A single listener for Wayland signals.
wl_message(3)
wl_object(3) β A protocol object.
wl_protocol_logger(3)
wl_protocol_logger_message(3)
wl_proxy(3) β Represents a protocol object on the client side.
wl_registry(3)
wl_resource(3)
wl_resource_iterator_context(3)
wl_shm_buffer(3) β A SHM buffer.
wl_shm_pool(3)
wl_shm_sigbus_data(3)
wl_signal(3) β A source of a type of observable event.
wl_socket(3)
wmemchr(3) β ΠΏΠΎΠΈΡΠΊ ΡΠΈΡΠΎΠΊΠΎΠ³ΠΎ ΡΠΈΠΌΠ²ΠΎΠ»Π° Π² ΠΌΠ°ΡΡΠΈΠ²Π΅ ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
wmemchr(3) β search a wide character in a wide-character array
wmemchr(3p)
wmemcmp(3) β compare two arrays of wide-characters
wmemcmp(3) β ΡΡΠ°Π²Π½Π΅Π½ΠΈΠ΅ Π΄Π²ΡΡ
ΠΌΠ°ΡΡΠΈΠ²ΠΎΠ², ΡΠΎΡΡΠΎΡΡΠΈΡ
ΠΈΠ· ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
wmemcmp(3p)
wmemcpy(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΠΌΠ°ΡΡΠΈΠ² ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² (wide\-characters)
wmemcpy(3) β copy an array of wide-characters
wmemcpy(3p)
wmemmove(3) β copy an array of wide-characters
wmemmove(3) β ΠΊΠΎΠΏΠΈΡΡΠ΅Ρ ΠΌΠ°ΡΡΠΈΠ²Π° ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ²
wmemmove(3p)
wmemset(3) β Π·Π°ΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ ΡΠ»Π΅ΠΌΠ΅Π½ΡΠΎΠ² ΠΌΠ°ΡΡΠΈΠ²Π° ΡΠΈΡΠΎΠΊΠΈΡ
ΡΠΈΠΌΠ²ΠΎΠ»ΠΎΠ² ΠΏΠΎΡΡΠΎΡΠ½Π½ΡΠΌ ΡΠΈΡΠΎΠΊΠΈΠΌ
wmemset(3) β fill an array of wide-characters with a constant wide character
wmemset(3p)
wnintro(3) β introduction to WordNet library functions
wnsearch(3) β functions for searching the WordNet database
wnutil(3) β utility functions used by the interface code
wofi(3) β Mode functions and documentation
wofi-api(3) β API functions and documentation
wofi-config(3) β Config functions and documentation
wofi-map(3) β Map API functions and documentation
wofi-utils(3) β Utility functions and documentation
wofi-widget-builder(3) β Widget builder API functions
wordexp(3) β perform word expansion like a posix-shell
wordexp(3) β Π΄ΠΎΠΏΠΎΠ»Π½ΡΠ΅Ρ ΡΠ»ΠΎΠ²ΠΎ ΠΊΠ°ΠΊ ΠΎΠ±ΠΎΠ»ΠΎΡΠΊΠ° posix
wordexp(3p)
wprintf(3)
wprintf(3) β formatted
wprintf(3p)
wresize(3x)
write(3p)
writev(3p)
wscanf(3p)
x2a(3bobcat) β Objects performing x\-to\-Ascii conversions
x509_verify(3) β discover and verify X.509 certificate chains
xcb-examples(3) β manpage examples
xcb-requests(3) β about request manpages
xcb_alloc_color(3) β Allocate a color
xcb_alloc_color_cells(3)
xcb_alloc_color_planes(3)
xcb_alloc_named_color(3)
xcb_allow_events(3) β release queued events
xcb_bell(3)
xcb_big_requests_enable(3) β Enable the BIG-REQUESTS extension
xcb_button_press_event_t(3) β a mouse button was pressed/released
xcb_change_active_pointer_grab(3)
xcb_change_gc(3) β change graphics context components
xcb_change_hosts(3)
xcb_change_keyboard_control(3)
xcb_change_keyboard_mapping(3)
xcb_change_pointer_control(3)
xcb_change_property(3) β Changes a window property
xcb_change_save_set(3) β Changes a client's save set
xcb_change_window_attributes(3) β change window attributes
xcb_circulate_notify_event_t(3) β NOT YET DOCUMENTED
xcb_circulate_window(3) β Change window stacking order
xcb_clear_area(3)
xcb_client_message_event_t(3) β NOT YET DOCUMENTED
xcb_close_font(3)
xcb_colormap_notify_event_t(3) β the colormap for some window changed
xcb_composite_create_region_from_border_clip(3)
xcb_composite_get_overlay_window(3)
xcb_composite_name_window_pixmap(3)
xcb_composite_query_version(3) β Negotiate the version of Composite
xcb_composite_redirect_subwindows(3) β Redirect all current and future children of βwindowβ
xcb_composite_redirect_window(3) β Redirect the hierarchy starting at window to off-screen storage.
xcb_composite_release_overlay_window(3)
xcb_composite_unredirect_subwindows(3) β Terminate redirection of the specified windowβs children
xcb_composite_unredirect_window(3) β Terminate redirection of the specified window.
xcb_configure_notify_event_t(3) β NOT YET DOCUMENTED
xcb_configure_request_event_t(3)
xcb_configure_window(3) β Configures window attributes
xcb_convert_selection(3)
xcb_copy_area(3) β copy areas
xcb_copy_colormap_and_free(3)
xcb_copy_gc(3)
xcb_copy_plane(3)
xcb_create_colormap(3)
xcb_create_cursor(3)
xcb_create_gc(3) β Creates a graphics context
xcb_create_glyph_cursor(3) β create cursor
xcb_create_notify_event_t(3)
xcb_create_pixmap(3) β Creates a pixmap
xcb_create_window(3) β Creates a window
xcb_damage_add(3) β Add a region to a previously created Damage object.
xcb_damage_create(3) β Creates a Damage object to monitor changes to a drawable.
xcb_damage_destroy(3) β Destroys a previously created Damage object.
xcb_damage_notify_event_t(3) β the contents of the monitored drawable have changed
xcb_damage_query_version(3) β Negotiate the version of the DAMAGE extension
xcb_damage_subtract(3) β Remove regions from a previously created Damage object.
xcb_dbe_allocate_back_buffer(3) β Allocates a back buffer
xcb_dbe_begin_idiom(3) β Begins a logical swap block
xcb_dbe_deallocate_back_buffer(3) β Deallocates a back buffer
xcb_dbe_end_idiom(3) β Ends a logical swap block
xcb_dbe_get_back_buffer_attributes(3) β Gets back buffer attributes
xcb_dbe_get_visual_info(3) β Requests visuals that support double buffering
xcb_dbe_query_version(3) β Queries the version of this extension
xcb_dbe_swap_buffers(3) β Swaps front and back buffers
xcb_delete_property(3)
xcb_destroy_notify_event_t(3) β a window is destroyed
xcb_destroy_subwindows(3)
xcb_destroy_window(3) β Destroys a window
xcb_dpms_capable(3)
xcb_dpms_disable(3)
xcb_dpms_enable(3)
xcb_dpms_force_level(3)
xcb_dpms_get_timeouts(3)
xcb_dpms_get_version(3)
xcb_dpms_info(3)
xcb_dpms_info_notify_event_t(3)
xcb_dpms_select_input(3)
xcb_dpms_set_timeouts(3)
xcb_dri2_authenticate(3)
xcb_dri2_buffer_swap_complete_event_t(3)
xcb_dri2_connect(3)
xcb_dri2_copy_region(3)
xcb_dri2_create_drawable(3)
xcb_dri2_destroy_drawable(3)
xcb_dri2_get_buffers(3)
xcb_dri2_get_buffers_with_format(3)
xcb_dri2_get_msc(3)
xcb_dri2_get_param(3)
xcb_dri2_invalidate_buffers_event_t(3)
xcb_dri2_query_version(3)
xcb_dri2_swap_buffers(3)
xcb_dri2_swap_interval(3)
xcb_dri2_wait_msc(3)
xcb_dri2_wait_sbc(3)
xcb_dri3_buffer_from_pixmap(3)
xcb_dri3_buffers_from_pixmap(3)
xcb_dri3_fd_from_fence(3)
xcb_dri3_fence_from_fd(3)
xcb_dri3_free_syncobj(3)
xcb_dri3_get_supported_modifiers(3)
xcb_dri3_import_syncobj(3)
xcb_dri3_open(3)
xcb_dri3_pixmap_from_buffer(3)
xcb_dri3_pixmap_from_buffers(3)
xcb_dri3_query_version(3)
xcb_dri3_set_drm_device_in_use(3)
xcb_enter_notify_event_t(3) β the pointer is in a different window
xcb_expose_event_t(3) β NOT YET DOCUMENTED
xcb_fill_poly(3)
xcb_focus_in_event_t(3) β NOT YET DOCUMENTED
xcb_force_screen_saver(3)
xcb_free_colormap(3)
xcb_free_colors(3)
xcb_free_cursor(3) β Deletes a cursor
xcb_free_gc(3) β Destroys a graphics context
xcb_free_pixmap(3) β Destroys a pixmap
xcb_ge_generic_event_t(3) β generic event (with length)
xcb_genericevent_query_version(3)
xcb_get_atom_name(3)
xcb_get_font_path(3)
xcb_get_geometry(3) β Get current window geometry
xcb_get_image(3)
xcb_get_input_focus(3)
xcb_get_keyboard_control(3)
xcb_get_keyboard_mapping(3)
xcb_get_modifier_mapping(3)
xcb_get_motion_events(3)
xcb_get_pointer_control(3)
xcb_get_pointer_mapping(3)
xcb_get_property(3) β Gets a window property
xcb_get_screen_saver(3)
xcb_get_selection_owner(3) β Gets the owner of a selection
xcb_get_window_attributes(3) β Gets window attributes
xcb_glx_are_textures_resident(3)
xcb_glx_buffer_swap_complete_event_t(3)
xcb_glx_change_drawable_attributes(3)
xcb_glx_client_info(3)
xcb_glx_copy_context(3)
xcb_glx_create_context(3)
xcb_glx_create_context_attribs_arb(3)
xcb_glx_create_glx_pixmap(3)
xcb_glx_create_new_context(3)
xcb_glx_create_pbuffer(3)
xcb_glx_create_pixmap(3)
xcb_glx_create_window(3)
xcb_glx_delete_lists(3)
xcb_glx_delete_queries_arb(3)
xcb_glx_delete_textures(3)
xcb_glx_delete_window(3)
xcb_glx_destroy_context(3)
xcb_glx_destroy_glx_pixmap(3)
xcb_glx_destroy_pbuffer(3)
xcb_glx_destroy_pixmap(3)
xcb_glx_end_list(3)
xcb_glx_feedback_buffer(3)
xcb_glx_finish(3)
xcb_glx_flush(3)
xcb_glx_gen_lists(3)
xcb_glx_gen_queries_arb(3)
xcb_glx_gen_textures(3)
xcb_glx_get_booleanv(3)
xcb_glx_get_clip_plane(3)
xcb_glx_get_color_table(3)
xcb_glx_get_color_table_parameterfv(3)
xcb_glx_get_color_table_parameteriv(3)
xcb_glx_get_compressed_tex_image_arb(3)
xcb_glx_get_convolution_filter(3)
xcb_glx_get_convolution_parameterfv(3)
xcb_glx_get_convolution_parameteriv(3)
xcb_glx_get_doublev(3)
xcb_glx_get_drawable_attributes(3)
xcb_glx_get_error(3)
xcb_glx_get_fb_configs(3)
xcb_glx_get_floatv(3)
xcb_glx_get_histogram(3)
xcb_glx_get_histogram_parameterfv(3)
xcb_glx_get_histogram_parameteriv(3)
xcb_glx_get_integerv(3)
xcb_glx_get_lightfv(3)
xcb_glx_get_lightiv(3)
xcb_glx_get_mapdv(3)
xcb_glx_get_mapfv(3)
xcb_glx_get_mapiv(3)
xcb_glx_get_materialfv(3)
xcb_glx_get_materialiv(3)
xcb_glx_get_minmax(3)
xcb_glx_get_minmax_parameterfv(3)
xcb_glx_get_minmax_parameteriv(3)
xcb_glx_get_pixel_mapfv(3)
xcb_glx_get_pixel_mapuiv(3)
xcb_glx_get_pixel_mapusv(3)
xcb_glx_get_polygon_stipple(3)
xcb_glx_get_query_objectiv_arb(3)
xcb_glx_get_query_objectuiv_arb(3)
xcb_glx_get_queryiv_arb(3)
xcb_glx_get_separable_filter(3)
xcb_glx_get_string(3)
xcb_glx_get_tex_envfv(3)
xcb_glx_get_tex_enviv(3)
xcb_glx_get_tex_gendv(3)
xcb_glx_get_tex_genfv(3)
xcb_glx_get_tex_geniv(3)
xcb_glx_get_tex_image(3)
xcb_glx_get_tex_level_parameterfv(3)
xcb_glx_get_tex_level_parameteriv(3)
xcb_glx_get_tex_parameterfv(3)
xcb_glx_get_tex_parameteriv(3)
xcb_glx_get_visual_configs(3)
xcb_glx_is_direct(3)
xcb_glx_is_enabled(3)
xcb_glx_is_list(3)
xcb_glx_is_query_arb(3)
xcb_glx_is_texture(3)
xcb_glx_make_context_current(3)
xcb_glx_make_current(3)
xcb_glx_new_list(3)
xcb_glx_pbuffer_clobber_event_t(3)
xcb_glx_pixel_storef(3)
xcb_glx_pixel_storei(3)
xcb_glx_query_context(3)
xcb_glx_query_extensions_string(3)
xcb_glx_query_server_string(3)
xcb_glx_query_version(3)
xcb_glx_read_pixels(3)
xcb_glx_render(3)
xcb_glx_render_large(3)
xcb_glx_render_mode(3)
xcb_glx_select_buffer(3)
xcb_glx_set_client_info_2arb(3)
xcb_glx_set_client_info_arb(3)
xcb_glx_swap_buffers(3)
xcb_glx_use_x_font(3)
xcb_glx_vendor_private(3)
xcb_glx_vendor_private_with_reply(3)
xcb_glx_wait_gl(3)
xcb_glx_wait_x(3)
xcb_grab_button(3) β Grab pointer button(s)
xcb_grab_key(3) β Grab keyboard key(s)
xcb_grab_keyboard(3) β Grab the keyboard
xcb_grab_pointer(3) β Grab the pointer
xcb_grab_server(3)
xcb_graphics_exposure_event_t(3)
xcb_gravity_notify_event_t(3)
xcb_image_text_16(3) β Draws text
xcb_image_text_8(3) β Draws text
xcb_input_allow_device_events(3)
xcb_input_barrier_hit_event_t(3)
xcb_input_button_press_event_t(3)
xcb_input_change_device_control(3)
xcb_input_change_device_dont_propagate_list(3)
xcb_input_change_device_key_mapping(3)
xcb_input_change_device_notify_event_t(3)
xcb_input_change_device_property(3)
xcb_input_change_feedback_control(3)
xcb_input_change_keyboard_device(3)
xcb_input_change_pointer_device(3)
xcb_input_close_device(3)
xcb_input_delete_device_property(3)
xcb_input_device_bell(3)
xcb_input_device_button_state_notify_event_t(3)
xcb_input_device_changed_event_t(3)
xcb_input_device_focus_in_event_t(3)
xcb_input_device_key_press_event_t(3)
xcb_input_device_key_state_notify_event_t(3)
xcb_input_device_mapping_notify_event_t(3)
xcb_input_device_presence_notify_event_t(3)
xcb_input_device_property_notify_event_t(3)
xcb_input_device_state_notify_event_t(3)
xcb_input_device_valuator_event_t(3)
xcb_input_enter_event_t(3)
xcb_input_gesture_pinch_begin_event_t(3)
xcb_input_gesture_swipe_begin_event_t(3)
xcb_input_get_device_button_mapping(3)
xcb_input_get_device_control(3)
xcb_input_get_device_dont_propagate_list(3)
xcb_input_get_device_focus(3)
xcb_input_get_device_key_mapping(3)
xcb_input_get_device_modifier_mapping(3)
xcb_input_get_device_motion_events(3)
xcb_input_get_device_property(3)
xcb_input_get_extension_version(3)
xcb_input_get_feedback_control(3)
xcb_input_get_selected_extension_events(3)
xcb_input_grab_device(3)
xcb_input_grab_device_button(3)
xcb_input_grab_device_key(3)
xcb_input_hierarchy_event_t(3)
xcb_input_key_press_event_t(3)
xcb_input_list_device_properties(3)
xcb_input_list_input_devices(3)
xcb_input_open_device(3)
xcb_input_property_event_t(3)
xcb_input_query_device_state(3)
xcb_input_raw_button_press_event_t(3)
xcb_input_raw_key_press_event_t(3)
xcb_input_raw_touch_begin_event_t(3)
xcb_input_select_extension_event(3)
xcb_input_send_extension_event(3)
xcb_input_set_device_button_mapping(3)
xcb_input_set_device_focus(3)
xcb_input_set_device_mode(3)
xcb_input_set_device_modifier_mapping(3)
xcb_input_set_device_valuators(3)
xcb_input_touch_begin_event_t(3)
xcb_input_touch_ownership_event_t(3)
xcb_input_ungrab_device(3)
xcb_input_ungrab_device_button(3)
xcb_input_ungrab_device_key(3)
xcb_input_xi_allow_events(3)
xcb_input_xi_barrier_release_pointer(3)
xcb_input_xi_change_cursor(3)
xcb_input_xi_change_hierarchy(3)
xcb_input_xi_change_property(3)
xcb_input_xi_delete_property(3)
xcb_input_xi_get_client_pointer(3)
xcb_input_xi_get_focus(3)
xcb_input_xi_get_property(3)
xcb_input_xi_get_selected_events(3)
xcb_input_xi_grab_device(3)
xcb_input_xi_list_properties(3)
xcb_input_xi_passive_grab_device(3)
xcb_input_xi_passive_ungrab_device(3)
xcb_input_xi_query_device(3)
xcb_input_xi_query_pointer(3)
xcb_input_xi_query_version(3)
xcb_input_xi_select_events(3)
xcb_input_xi_set_client_pointer(3)
xcb_input_xi_set_focus(3)
xcb_input_xi_ungrab_device(3)
xcb_input_xi_warp_pointer(3)
xcb_install_colormap(3)
xcb_intern_atom(3) β Get atom identifier by name
xcb_key_press_event_t(3) β a key was pressed/released
xcb_keymap_notify_event_t(3)
xcb_kill_client(3) β kills a client
xcb_list_extensions(3)
xcb_list_fonts(3) β get matching font names
xcb_list_fonts_with_info(3) β get matching font names and information
xcb_list_hosts(3)
xcb_list_installed_colormaps(3)
xcb_list_properties(3)
xcb_lookup_color(3)
xcb_map_notify_event_t(3) β a window was mapped
xcb_map_request_event_t(3) β window wants to be mapped
xcb_map_subwindows(3)
xcb_map_window(3) β Makes a window visible
xcb_mapping_notify_event_t(3) β keyboard mapping changed
xcb_motion_notify_event_t(3) β a key was pressed
xcb_no_exposure_event_t(3)
xcb_no_operation(3)
xcb_open_font(3) β opens a font
xcb_poly_arc(3)
xcb_poly_fill_arc(3)
xcb_poly_fill_rectangle(3) β Fills rectangles
xcb_poly_line(3) β draw lines
xcb_poly_point(3)
xcb_poly_rectangle(3)
xcb_poly_segment(3) β draw lines
xcb_poly_text_16(3)
xcb_poly_text_8(3)
xcb_present_complete_notify_event_t(3)
xcb_present_configure_notify_event_t(3)
xcb_present_generic_event_t(3)
xcb_present_idle_notify_event_t(3)
xcb_present_notify_msc(3)
xcb_present_pixmap(3)
xcb_present_pixmap_synced(3)
xcb_present_query_capabilities(3)
xcb_present_query_version(3)
xcb_present_redirect_notify_event_t(3)
xcb_present_select_input(3)
xcb_property_notify_event_t(3) β a window property changed
xcb_put_image(3)
xcb_query_best_size(3)
xcb_query_colors(3)
xcb_query_extension(3) β check if extension is present
xcb_query_font(3) β query font metrics
xcb_query_keymap(3)
xcb_query_pointer(3) β get pointer coordinates
xcb_query_text_extents(3) β get text extents
xcb_query_tree(3) β query the window tree
xcb_randr_add_output_mode(3)
xcb_randr_change_output_property(3)
xcb_randr_change_provider_property(3)
xcb_randr_configure_output_property(3)
xcb_randr_configure_provider_property(3)
xcb_randr_create_lease(3)
xcb_randr_create_mode(3)
xcb_randr_delete_monitor(3)
xcb_randr_delete_output_mode(3)
xcb_randr_delete_output_property(3)
xcb_randr_delete_provider_property(3)
xcb_randr_destroy_mode(3)
xcb_randr_free_lease(3)
xcb_randr_get_crtc_gamma(3)
xcb_randr_get_crtc_gamma_size(3)
xcb_randr_get_crtc_info(3)
xcb_randr_get_crtc_transform(3)
xcb_randr_get_monitors(3)
xcb_randr_get_output_info(3)
xcb_randr_get_output_primary(3)
xcb_randr_get_output_property(3)
xcb_randr_get_panning(3)
xcb_randr_get_provider_info(3)
xcb_randr_get_provider_property(3)
xcb_randr_get_providers(3)
xcb_randr_get_screen_info(3)
xcb_randr_get_screen_resources(3)
xcb_randr_get_screen_resources_current(3)
xcb_randr_get_screen_size_range(3)
xcb_randr_list_output_properties(3)
xcb_randr_list_provider_properties(3)
xcb_randr_notify_event_t(3)
xcb_randr_query_output_property(3)
xcb_randr_query_provider_property(3)
xcb_randr_query_version(3)
xcb_randr_screen_change_notify_event_t(3)
xcb_randr_select_input(3)
xcb_randr_set_crtc_config(3)
xcb_randr_set_crtc_gamma(3)
xcb_randr_set_crtc_transform(3)
xcb_randr_set_monitor(3)
xcb_randr_set_output_primary(3)
xcb_randr_set_panning(3)
xcb_randr_set_provider_offload_sink(3)
xcb_randr_set_provider_output_source(3)
xcb_randr_set_screen_config(3)
xcb_randr_set_screen_size(3)
xcb_recolor_cursor(3)
xcb_record_create_context(3)
xcb_record_disable_context(3)
xcb_record_enable_context(3)
xcb_record_free_context(3)
xcb_record_get_context(3)
xcb_record_query_version(3)
xcb_record_register_clients(3)
xcb_record_unregister_clients(3)
xcb_render_add_glyphs(3)
xcb_render_add_traps(3)
xcb_render_change_picture(3)
xcb_render_composite(3)
xcb_render_composite_glyphs_16(3)
xcb_render_composite_glyphs_32(3)
xcb_render_composite_glyphs_8(3)
xcb_render_create_anim_cursor(3)
xcb_render_create_conical_gradient(3)
xcb_render_create_cursor(3)
xcb_render_create_glyph_set(3)
xcb_render_create_linear_gradient(3)
xcb_render_create_picture(3)
xcb_render_create_radial_gradient(3)
xcb_render_create_solid_fill(3)
xcb_render_fill_rectangles(3)
xcb_render_free_glyph_set(3)
xcb_render_free_glyphs(3)
xcb_render_free_picture(3)
xcb_render_query_filters(3)
xcb_render_query_pict_formats(3)
xcb_render_query_pict_index_values(3)
xcb_render_query_version(3)
xcb_render_reference_glyph_set(3)
xcb_render_set_picture_clip_rectangles(3)
xcb_render_set_picture_filter(3)
xcb_render_set_picture_transform(3)
xcb_render_trapezoids(3)
xcb_render_tri_fan(3)
xcb_render_tri_strip(3)
xcb_render_triangles(3)
xcb_reparent_notify_event_t(3)
xcb_reparent_window(3) β Reparents a window
xcb_res_query_client_ids(3)
xcb_res_query_client_pixmap_bytes(3)
xcb_res_query_client_resources(3)
xcb_res_query_clients(3)
xcb_res_query_resource_bytes(3)
xcb_res_query_version(3)
xcb_resize_request_event_t(3)
xcb_rotate_properties(3)
xcb_screensaver_notify_event_t(3)
xcb_screensaver_query_info(3)
xcb_screensaver_query_version(3)
xcb_screensaver_select_input(3)
xcb_screensaver_set_attributes(3)
xcb_screensaver_suspend(3)
xcb_screensaver_unset_attributes(3)
xcb_selection_clear_event_t(3)
xcb_selection_notify_event_t(3)
xcb_selection_request_event_t(3)
xcb_selinux_get_client_context(3)
xcb_selinux_get_device_context(3)
xcb_selinux_get_device_create_context(3)
xcb_selinux_get_property_context(3)
xcb_selinux_get_property_create_context(3)
xcb_selinux_get_property_data_context(3)
xcb_selinux_get_property_use_context(3)
xcb_selinux_get_selection_context(3)
xcb_selinux_get_selection_create_context(3)
xcb_selinux_get_selection_data_context(3)
xcb_selinux_get_selection_use_context(3)
xcb_selinux_get_window_context(3)
xcb_selinux_get_window_create_context(3)
xcb_selinux_list_properties(3)
xcb_selinux_list_selections(3)
xcb_selinux_query_version(3)
xcb_selinux_set_device_context(3)
xcb_selinux_set_device_create_context(3)
xcb_selinux_set_property_create_context(3)
xcb_selinux_set_property_use_context(3)
xcb_selinux_set_selection_create_context(3)
xcb_selinux_set_selection_use_context(3)
xcb_selinux_set_window_create_context(3)
xcb_send_event(3) β send an event
xcb_set_access_control(3)
xcb_set_clip_rectangles(3)
xcb_set_close_down_mode(3)
xcb_set_dashes(3)
xcb_set_font_path(3)
xcb_set_input_focus(3) β Sets input focus
xcb_set_modifier_mapping(3)
xcb_set_pointer_mapping(3)
xcb_set_screen_saver(3)
xcb_set_selection_owner(3) β Sets the owner of a selection
xcb_shape_combine(3)
xcb_shape_get_rectangles(3)
xcb_shape_input_selected(3)
xcb_shape_mask(3)
xcb_shape_notify_event_t(3)
xcb_shape_offset(3)
xcb_shape_query_extents(3)
xcb_shape_query_version(3)
xcb_shape_rectangles(3)
xcb_shape_select_input(3)
xcb_shm_attach(3) β Attach a System V shared memory segment.
xcb_shm_attach_fd(3) β Create a shared memory segment
xcb_shm_completion_event_t(3) β Report that an XCB_SHM_PUT_IMAGE request has completed
xcb_shm_create_pixmap(3) β Create a pixmap backed by shared memory.
xcb_shm_create_segment(3) β Asks the server to allocate a shared memory segment.
xcb_shm_detach(3) β Destroys the specified shared memory segment.
xcb_shm_get_image(3) β Copies data from the specified drawable to the shared memory segment.
xcb_shm_put_image(3) β Copy data from the shared memory to the specified drawable.
xcb_shm_query_version(3) β Query the version of the MIT-SHM extension.
xcb_store_colors(3)
xcb_store_named_color(3)
xcb_sync_alarm_notify_event_t(3)
xcb_sync_await(3)
xcb_sync_await_fence(3)
xcb_sync_change_alarm(3)
xcb_sync_change_counter(3)
xcb_sync_counter_notify_event_t(3)
xcb_sync_create_alarm(3)
xcb_sync_create_counter(3)
xcb_sync_create_fence(3)
xcb_sync_destroy_alarm(3)
xcb_sync_destroy_counter(3)
xcb_sync_destroy_fence(3)
xcb_sync_get_priority(3)
xcb_sync_initialize(3)
xcb_sync_list_system_counters(3)
xcb_sync_query_alarm(3)
xcb_sync_query_counter(3)
xcb_sync_query_fence(3)
xcb_sync_reset_fence(3)
xcb_sync_set_counter(3)
xcb_sync_set_priority(3)
xcb_sync_trigger_fence(3)
xcb_test_compare_cursor(3)
xcb_test_fake_input(3)
xcb_test_get_version(3)
xcb_test_grab_control(3)
xcb_translate_coordinates(3)
xcb_ungrab_button(3)
xcb_ungrab_key(3) β release a key combination
xcb_ungrab_keyboard(3)
xcb_ungrab_pointer(3) β release the pointer
xcb_ungrab_server(3)
xcb_uninstall_colormap(3)
xcb_unmap_notify_event_t(3) β a window is unmapped
xcb_unmap_subwindows(3)
xcb_unmap_window(3) β Makes a window invisible
xcb_visibility_notify_event_t(3)
xcb_warp_pointer(3) β move mouse pointer
xcb_x_print_attribut_notify_event_t(3)
xcb_x_print_create_context(3)
xcb_x_print_notify_event_t(3)
xcb_x_print_print_destroy_context(3)
xcb_x_print_print_end_doc(3)
xcb_x_print_print_end_job(3)
xcb_x_print_print_end_page(3)
xcb_x_print_print_get_attributes(3)
xcb_x_print_print_get_context(3)
xcb_x_print_print_get_document_data(3)
xcb_x_print_print_get_image_resolution(3)
xcb_x_print_print_get_one_attributes(3)
xcb_x_print_print_get_page_dimensions(3)
xcb_x_print_print_get_printer_list(3)
xcb_x_print_print_get_screen_of_context(3)
xcb_x_print_print_input_selected(3)
xcb_x_print_print_put_document_data(3)
xcb_x_print_print_query_screens(3)
xcb_x_print_print_query_version(3)
xcb_x_print_print_rehash_printer_list(3)
xcb_x_print_print_select_input(3)
xcb_x_print_print_set_attributes(3)
xcb_x_print_print_set_context(3)
xcb_x_print_print_set_image_resolution(3)
xcb_x_print_print_start_doc(3)
xcb_x_print_print_start_job(3)
xcb_x_print_print_start_page(3)
xcb_xc_misc_get_version(3)
xcb_xc_misc_get_xid_list(3)
xcb_xc_misc_get_xid_range(3)
xcb_xevie_end(3)
xcb_xevie_query_version(3)
xcb_xevie_select_input(3)
xcb_xevie_send(3)
xcb_xevie_start(3)
xcb_xf86dri_auth_connection(3)
xcb_xf86dri_close_connection(3)
xcb_xf86dri_create_context(3)
xcb_xf86dri_create_drawable(3)
xcb_xf86dri_destroy_context(3)
xcb_xf86dri_destroy_drawable(3)
xcb_xf86dri_get_client_driver_name(3)
xcb_xf86dri_get_device_info(3)
xcb_xf86dri_get_drawable_info(3)
xcb_xf86dri_open_connection(3)
xcb_xf86dri_query_direct_rendering_capable(3)
xcb_xf86dri_query_version(3)
xcb_xfixes_change_cursor(3)
xcb_xfixes_change_cursor_by_name(3)
xcb_xfixes_change_save_set(3)
xcb_xfixes_copy_region(3)
xcb_xfixes_create_pointer_barrier(3)
xcb_xfixes_create_region(3)
xcb_xfixes_create_region_from_bitmap(3)
xcb_xfixes_create_region_from_gc(3)
xcb_xfixes_create_region_from_picture(3)
xcb_xfixes_create_region_from_window(3)
xcb_xfixes_cursor_notify_event_t(3)
xcb_xfixes_delete_pointer_barrier(3)
xcb_xfixes_destroy_region(3)
xcb_xfixes_expand_region(3)
xcb_xfixes_fetch_region(3)
xcb_xfixes_get_client_disconnect_mode(3)
xcb_xfixes_get_cursor_image(3)
xcb_xfixes_get_cursor_image_and_name(3)
xcb_xfixes_get_cursor_name(3)
xcb_xfixes_hide_cursor(3)
xcb_xfixes_intersect_region(3)
xcb_xfixes_invert_region(3)
xcb_xfixes_query_version(3)
xcb_xfixes_region_extents(3)
xcb_xfixes_select_cursor_input(3)
xcb_xfixes_select_selection_input(3)
xcb_xfixes_selection_notify_event_t(3)
xcb_xfixes_set_client_disconnect_mode(3) β Sets the disconnect mode for the client.
xcb_xfixes_set_cursor_name(3)
xcb_xfixes_set_gc_clip_region(3)
xcb_xfixes_set_picture_clip_region(3)
xcb_xfixes_set_region(3)
xcb_xfixes_set_window_shape_region(3)
xcb_xfixes_show_cursor(3)
xcb_xfixes_subtract_region(3)
xcb_xfixes_translate_region(3)
xcb_xfixes_union_region(3)
xcb_xinerama_get_screen_count(3)
xcb_xinerama_get_screen_size(3)
xcb_xinerama_get_state(3)
xcb_xinerama_is_active(3)
xcb_xinerama_query_screens(3)
xcb_xinerama_query_version(3)
xcb_xkb_access_x_notify_event_t(3)
xcb_xkb_action_message_event_t(3)
xcb_xkb_bell(3)
xcb_xkb_bell_notify_event_t(3)
xcb_xkb_compat_map_notify_event_t(3)
xcb_xkb_controls_notify_event_t(3)
xcb_xkb_extension_device_notify_event_t(3)
xcb_xkb_get_compat_map(3)
xcb_xkb_get_controls(3)
xcb_xkb_get_device_info(3)
xcb_xkb_get_indicator_map(3)
xcb_xkb_get_indicator_state(3)
xcb_xkb_get_kbd_by_name(3)
xcb_xkb_get_map(3)
xcb_xkb_get_named_indicator(3)
xcb_xkb_get_names(3)
xcb_xkb_get_state(3)
xcb_xkb_indicator_map_notify_event_t(3)
xcb_xkb_indicator_state_notify_event_t(3)
xcb_xkb_latch_lock_state(3)
xcb_xkb_list_components(3)
xcb_xkb_map_notify_event_t(3)
xcb_xkb_names_notify_event_t(3)
xcb_xkb_new_keyboard_notify_event_t(3)
xcb_xkb_per_client_flags(3)
xcb_xkb_select_events(3)
xcb_xkb_set_compat_map(3)
xcb_xkb_set_controls(3)
xcb_xkb_set_debugging_flags(3)
xcb_xkb_set_device_info(3)
xcb_xkb_set_indicator_map(3)
xcb_xkb_set_map(3)
xcb_xkb_set_named_indicator(3)
xcb_xkb_set_names(3)
xcb_xkb_state_notify_event_t(3)
xcb_xkb_use_extension(3)
xcb_xv_get_port_attribute(3)
xcb_xv_get_still(3)
xcb_xv_get_video(3)
xcb_xv_grab_port(3)
xcb_xv_list_image_formats(3)
xcb_xv_port_notify_event_t(3)
xcb_xv_put_image(3)
xcb_xv_put_still(3)
xcb_xv_put_video(3)
xcb_xv_query_adaptors(3)
xcb_xv_query_best_size(3)
xcb_xv_query_encodings(3)
xcb_xv_query_extension(3)
xcb_xv_query_image_attributes(3)
xcb_xv_query_port_attributes(3)
xcb_xv_select_port_notify(3)
xcb_xv_select_video_notify(3)
xcb_xv_set_port_attribute(3)
xcb_xv_shm_put_image(3)
xcb_xv_stop_video(3)
xcb_xv_ungrab_port(3)
xcb_xv_video_notify_event_t(3)
xcb_xvmc_create_context(3)
xcb_xvmc_create_subpicture(3)
xcb_xvmc_create_surface(3)
xcb_xvmc_destroy_context(3)
xcb_xvmc_destroy_subpicture(3)
xcb_xvmc_destroy_surface(3)
xcb_xvmc_list_subpicture_types(3)
xcb_xvmc_list_surface_types(3)
xcb_xvmc_query_version(3)
xcrypt(3) β ΡΠΈΡΡΠΎΠ²Π°Π½ΠΈΠ΅ ΠΏΠ°ΡΠΎΠ»Ρ RFS
xcrypt(3) β RFS password encryption
xdot(3) β parsing and deparsing of xdot operations
xdr(3) β Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΡΠ½ΡΠ΅ ΠΏΡΠΎΡΠ΅Π΄ΡΡΡ Π΄Π»Ρ Π²Π½Π΅ΡΠ½Π΅Π³ΠΎ ΠΏΡΠ΅Π΄ΡΡΠ°Π²Π»Π΅Π½ΠΈΡ Π΄Π°Π½Π½ΡΡ
xdr(3) β library routines for external data representation
xerbla(3)
xerbla(3f)
xerbla_array(3f)
xfsctl(3) β control XFS filesystems and individual files
xlog(3)
xosd(3)
xosd_create(3) β Create a new XOSD object
xosd_destroy(3) β Destroy an XOSD object
xosd_display(3) β Display data to an XOSD window
xosd_get_number_lines(3)
xosd_hide(3) β hide the XOSD window
xosd_is_onscreen(3) β Returns wether the XOSD window is shown
xosd_set_align(3) β Change the alignment of the XOSD window
xosd_set_bar_length(3) β Change the length of the percentage bar or slider
xosd_set_horizontal_offset(3) β Change the indent of the XOSD window
xosd_set_pos(3) β Change the position of the XOSD window
xosd_set_shadow_offset(3) β Change the shadow-offset of the XOSD window
xosd_set_vertical_offset(3) β Change the offset of the XOSD window
xosd_show(3) β make the XOSD window visible
xosd_uninit(3) β Destroy a XOSD window
xpaaccess(3)
xpaatexit(3)
xpacleanup(3)
xpaclient(3)
xpaclose(3)
xpacmdadd(3)
xpacmddel(3)
xpacmdnew(3)
xpafree(3)
xpaget(3)
xpagetfd(3)
xpainfo(3)
xpainfonew(3)
xpamacros(3)
xpamainloop(3)
xpanew(3)
xpanslookup(3)
xpaopen(3)
xpapoll(3)
xparace(3)
xpaserver(3)
xpaset(3)
xpasetfd(3)
xpointer(3bobcat) β Sets the location of the X\-windows pointer
y0(3) β ΡΡΠ½ΠΊΡΠΈΠΈ ΠΠ΅ΡΡΠ΅Π»Ρ Π²ΡΠΎΡΠΎΠ³ΠΎ ΡΠΎΠ΄Π°
y0(3)
y0(3p)
yang_node(3) β YANG node
yascreen(3) β Yet Another Screen Library (curses replacement for daemons and embedded apps)
zactor(3) β Class for simple actor framework
zargs(3) β Class for Platform independent command line argument parsing helpers
zarmour(3) β Class for armoured text encoding and decoding
zauth(3) β Class for authentication for ZeroMQ security mechanisms
zaxpy(3f)
zbdsqr(3f)
zbeacon(3) β Class for LAN discovery and presence
zbxpcp(3) β Zabbix Agent Loadable PCP Module
zcert(3) β Class for work with CURVE security certificates
zcertstore(3) β Class for work with CURVE security certificate stores
zcgesv(3f)
zchunk(3) β Class for work with memory chunks
zclock(3) β Class for millisecond clocks and delays
zconfig(3) β Class for work with config files written in rfc.zeromq.org/spec:4/ZPL.
zcopy(3f)
zcposv(3f)
zdigest(3) β Class for provides hashing functions (SHA\-1 at present)
zdir(3) β Class for work with file\-system directories
zdir_patch(3) β Class for work with directory patches
zdotc(3f)
zdotu(3f)
zdrot(3f)
zdrscl(3f)
zdscal(3f)
zfile(3) β Class for provides methods to work with files in a portable fashion.
zframe(3) β Class for working with single message frames
zgbbrd(3f)
zgbcon(3f)
zgbequ(3f)
zgbequb(3f)
zgbmv(3)
zgbmv(3f)
zgbrfs(3f)
zgbrfsx(3f)
zgbsv(3f)
zgbsvx(3f)
zgbsvxx(3f)
zgbtf2(3f)
zgbtrf(3f)
zgbtrs(3f)
zgebak(3f)
zgebal(3f)
zgebd2(3f)
zgebrd(3f)
zgecon(3f)
zgeequ(3f)
zgeequb(3f)
zgees(3f)
zgeesx(3f)
zgeev(3f)
zgeevx(3f)
zgegs(3f)
zgegv(3f)
zgehd2(3f)
zgehrd(3f)
zgelq2(3f)
zgelqf(3f)
zgels(3f)
zgelsd(3f)
zgelss(3f)
zgelsx(3f)
zgelsy(3f)
zgemm(3)
zgemm(3f)
zgemv(3)
zgemv(3f)
zgeql2(3f)
zgeqlf(3f)
zgeqp3(3f)
zgeqpf(3f)
zgeqr2(3f)
zgeqrf(3f)
zgerc(3)
zgerc(3f)
zgerfs(3f)
zgerfsx(3f)
zgerq2(3f)
zgerqf(3f)
zgeru(3)
zgeru(3f)
zgesc2(3f)
zgesdd(3f)
zgesv(3f)
zgesvd(3f)
zgesvx(3f)
zgesvxx(3f)
zgetc2(3f)
zgetf2(3f)
zgetrf(3f)
zgetri(3f)
zgetrs(3f)
zggbak(3f)
zggbal(3f)
zgges(3f)
zggesx(3f)
zggev(3f)
zggevx(3f)
zggglm(3f)
zgghrd(3f)
zgglse(3f)
zggqrf(3f)
zggrqf(3f)
zggsvd(3f)
zggsvp(3f)
zgossip(3) β Class for decentralized configuration management
zgtcon(3f)
zgtrfs(3f)
zgtsv(3f)
zgtsvx(3f)
zgttrf(3f)
zgttrs(3f)
zgtts2(3f)
zhash(3) β Class for simple generic hash container
zhashx(3) β Class for extended generic hash container
zhbev(3f)
zhbevd(3f)
zhbevx(3f)
zhbgst(3f)
zhbgv(3f)
zhbgvd(3f)
zhbgvx(3f)
zhbmv(3)
zhbmv(3f)
zhbtrd(3f)
zhecon(3f)
zheequb(3f)
zheev(3f)
zheevd(3f)
zheevr(3f)
zheevx(3f)
zhegs2(3f)
zhegst(3f)
zhegv(3f)
zhegvd(3f)
zhegvx(3f)
zhemm(3)
zhemm(3f)
zhemv(3)
zhemv(3f)
zher(3)
zher(3f)
zher2(3)
zher2(3f)
zher2k(3)
zher2k(3f)
zherfs(3f)
zherfsx(3f)
zherk(3)
zherk(3f)
zhesv(3f)
zhesvx(3f)
zhesvxx(3f)
zhetd2(3f)
zhetf2(3f)
zhetrd(3f)
zhetrf(3f)
zhetri(3f)
zhetrs(3f)
zhfrk(3f)
zhgeqz(3f)
zhpcon(3f)
zhpev(3f)
zhpevd(3f)
zhpevx(3f)
zhpgst(3f)
zhpgv(3f)
zhpgvd(3f)
zhpgvx(3f)
zhpmv(3)
zhpmv(3f)
zhpr(3)
zhpr(3f)
zhpr2(3)
zhpr2(3f)
zhprfs(3f)
zhpsv(3f)
zhpsvx(3f)
zhptrd(3f)
zhptrf(3f)
zhptri(3f)
zhptrs(3f)
zhsein(3f)
zhseqr(3f)
zhttp_client(3) β Class for provides a simple http client
zhttp_request(3) β Class for zhttp server request.
zhttp_response(3) β Class for zhttp server request.
zhttp_server(3) β Class for no title found
zhttp_server_options(3) β Class for class description
ziflist(3) β Class for list of network interfaces available on system
zip_add(3) β add file to zip archive or replace file in zip archive (obsolete interface)
zip_add_dir(3) β add directory to zip archive (obsolete interface)
zip_close(3) β close zip archive
zip_compression_method_supported(3) β return if a compression method is supported
zip_delete(3) β delete file from zip archive
zip_dir_add(3) β add directory to zip archive
zip_discard(3) β close zip archive and discard changes
zip_encryption_method_supported(3) β return if an encryption method is supported
zip_error_clear(3) β clear error state for archive or file
zip_error_code_system(3) β get operating system error part of zip_error
zip_error_code_zip(3) β get libzip error part of zip_error
zip_error_fini(3) β clean up zip_error structure
zip_error_get(3) β get error codes for archive or file (obsolete interface)
zip_error_get_sys_type(3) β get type of system error code (obsolete interface)
zip_error_init(3) β initialize zip_error structure
zip_error_init_with_code(3) β initialize zip_error structure
zip_error_set(3) β fill in zip_error structure
zip_error_set_from_source(3) β fill in zip_error structure from source
zip_error_strerror(3) β create human-readable string for zip_error
zip_error_system_type(3) β return type of system error
zip_error_to_data(3) β convert zip_error to return value suitable for ZIP_SOURCE_ERROR
zip_error_to_str(3) β get string representation of zip error (obsolete interface)
zip_errors(3) β list of all libzip error codes
zip_fclose(3) β close file in zip archive
zip_fdopen(3) β open zip archive using open file descriptor
zip_file_add(3) β add file to zip archive or replace file in zip archive
zip_file_attributes_init(3) β initialize zip file attributes structure
zip_file_error_clear(3) β clear error state for archive or file
zip_file_error_get(3) β get error codes for archive or file (obsolete interface)
zip_file_extra_field_delete(3) β delete extra field for file in zip
zip_file_extra_field_delete_by_id(3) β delete extra field for file in zip
zip_file_extra_field_get(3) β get extra field for file in zip
zip_file_extra_field_get_by_id(3) β get extra field for file in zip
zip_file_extra_field_set(3) β set extra field for file in zip
zip_file_extra_fields_count(3) β count extra fields for file in zip
zip_file_extra_fields_count_by_id(3) β count extra fields for file in zip
zip_file_get_comment(3) β get comment for file in zip
zip_file_get_error(3) β extract zip_error from zip_file
zip_file_get_external_attributes(3) β get external attributes for file in zip
zip_file_is_seekable(3) β seek in file
zip_file_rename(3) β rename file in zip archive
zip_file_replace(3) β add file to zip archive or replace file in zip archive
zip_file_set_comment(3) β set comment for file in zip
zip_file_set_dostime(3) β set last modification time (mtime) for file in zip
zip_file_set_encryption(3) β set encryption method for file in zip
zip_file_set_external_attributes(3) β set external attributes for file in zip
zip_file_set_mtime(3) β set last modification time (mtime) for file in zip
zip_file_strerror(3) β get string representation for a zip error
zip_fopen(3) β open file in zip archive for reading
zip_fopen_encrypted(3) β open encrypted file in zip archive for reading
zip_fopen_index(3) β open file in zip archive for reading
zip_fopen_index_encrypted(3) β open encrypted file in zip archive for reading
zip_fread(3) β read from file
zip_fseek(3) β seek in file
zip_ftell(3) β tell position in file
zip_get_archive_comment(3) β get zip archive comment
zip_get_archive_flag(3) β get status flags for zip
zip_get_error(3) β get zip error for archive
zip_get_file_comment(3) β get comment for file in zip (obsolete interface)
zip_get_name(3) β get name of file by index
zip_get_num_entries(3) β get number of entries in archive
zip_get_num_files(3) β get number of files in archive (obsolete interface)
zip_libzip_version(3) β return run-time version of library
zip_name_locate(3) β get index of file by name
zip_open(3) β open zip archive
zip_open_from_source(3) β open zip archive
zip_register_cancel_callback_with_state(3) β allow cancelling during zip_close
zip_register_progress_callback(3) β provide updates during zip_close (obsolete interface)
zip_register_progress_callback_with_state(3) β provide updates during zip_close
zip_rename(3) β rename file in zip archive (obsolete interface)
zip_replace(3) β add file to zip archive or replace file in zip archive (obsolete interface)
zip_set_archive_comment(3) β set zip archive comment
zip_set_archive_flag(3) β set zip archive flag
zip_set_default_password(3) β set default password for encrypted files in zip
zip_set_file_comment(3) β set comment for file in zip (obsolete interface)
zip_set_file_compression(3) β set compression method for file in zip
zip_source_begin_write(3) β prepare zip source for writing
zip_source_begin_write_cloning(3) β prepare zip source for writing
zip_source_buffer(3) β create zip data source from buffer
zip_source_buffer_create(3) β create zip data source from buffer
zip_source_buffer_fragment(3) β create zip data source from multiple buffer
zip_source_buffer_fragment_create(3) β create zip data source from multiple buffer
zip_source_close(3) β close zip_source (which was open for reading)
zip_source_commit_write(3) β finalize changes to zip source
zip_source_error(3) β get zip error for data source
zip_source_file(3) β create data source from a file
zip_source_file_create(3) β create data source from a file
zip_source_filep(3) β create data source from FILE *
zip_source_filep_create(3) β create data source from FILE *
zip_source_free(3) β free zip data source
zip_source_function(3) β create data source from function
zip_source_function_create(3) β create data source from function
zip_source_is_deleted(3) β check if zip_source is deleted
zip_source_is_seekable(3) β check if a source supports seeking
zip_source_keep(3) β increment reference count of zip data source
zip_source_layered(3) β create layered data source from function
zip_source_layered_create(3) β create layered data source from function
zip_source_make_command_bitmap(3) β create bitmap of supported source operations
zip_source_open(3) β open zip_source for reading
zip_source_read(3) β read data from zip source
zip_source_rollback_write(3) β undo changes to zip source
zip_source_seek(3) β set read offset in zip source
zip_source_seek_compute_offset(3) β validate arguments and compute offset
zip_source_seek_write(3) β set write offset in zip source
zip_source_stat(3) β get information about zip_source
zip_source_tell(3) β report current read offset in zip source
zip_source_tell_write(3) β report current write offset in zip source
zip_source_win32a(3) β create data source from a Windows ANSI file name
zip_source_win32a_create(3) β create data source from a Windows ANSI file name
zip_source_win32handle(3) β create data source from a Windows file handle
zip_source_win32handle_create(3) β create data source from a Windows file handle
zip_source_win32w(3) β create data source from a Windows Unicode file name
zip_source_win32w_create(3) β create data source from a Windows Unicode file name
zip_source_window_create(3) β create zip data source overlay
zip_source_write(3) β write data to zip source
zip_source_zip(3) β create data source from zip file (obsolete interface)
zip_source_zip_create(3) β create data source from zip file (obsolete interface)
zip_source_zip_file(3) β create data source from zip file
zip_source_zip_file_create(3) β create data source from zip file
zip_stat(3) β get information about file
zip_stat_index(3) β get information about file
zip_stat_init(3) β initialize zip_stat structure
zip_strerror(3) β get string representation for a zip error
zip_unchange(3) β undo changes to file in zip archive
zip_unchange_all(3) β undo all changes in a zip archive
zip_unchange_archive(3) β undo global changes to zip archive
zla_gbamv(3f)
zla_gbrcond_c(3f)
zla_gbrcond_x(3f)
zla_gbrfsx_extended(3f)
zla_gbrpvgrw(3f)
zla_geamv(3f)
zla_gercond_c(3f)
zla_gercond_x(3f)
zla_gerfsx_extended(3f)
zla_heamv(3f)
zla_hercond_c(3f)
zla_hercond_x(3f)
zla_herfsx_extended(3f)
zla_herpvgrw(3f)
zla_lin_berr(3f)
zla_porcond_c(3f)
zla_porcond_x(3f)
zla_porfsx_extended(3f)
zla_porpvgrw(3f)
zla_rpvgrw(3f)
zla_syamv(3f)
zla_syrcond_c(3f)
zla_syrcond_x(3f)
zla_syrfsx_extended(3f)
zla_syrpvgrw(3f)
zla_wwaddw(3f)
zlabrd(3f)
zlacgv(3f)
zlacn2(3f)
zlacon(3f)
zlacp2(3f)
zlacpy(3f)
zlacrm(3f)
zlacrt(3f)
zladiv(3f)
zlaed0(3f)
zlaed7(3f)
zlaed8(3f)
zlaein(3f)
zlaesy(3f)
zlaev2(3f)
zlag2c(3f)
zlags2(3f)
zlagtm(3f)
zlahef(3f)
zlahqr(3f)
zlahr2(3f)
zlahrd(3f)
zlaic1(3f)
zlals0(3f)
zlalsa(3f)
zlalsd(3f)
zlangb(3f)
zlange(3f)
zlangt(3f)
zlanhb(3f)
zlanhe(3f)
zlanhf(3f)
zlanhp(3f)
zlanhs(3f)
zlanht(3f)
zlansb(3f)
zlansp(3f)
zlansy(3f)
zlantb(3f)
zlantp(3f)
zlantr(3f)
zlapll(3f)
zlapmt(3f)
zlaqgb(3f)
zlaqge(3f)
zlaqhb(3f)
zlaqhe(3f)
zlaqhp(3f)
zlaqp2(3f)
zlaqps(3f)
zlaqr0(3f)
zlaqr1(3f)
zlaqr2(3f)
zlaqr3(3f)
zlaqr4(3f)
zlaqr5(3f)
zlaqsb(3f)
zlaqsp(3f)
zlaqsy(3f)
zlar1v(3f)
zlar2v(3f)
zlarcm(3f)
zlarf(3f)
zlarfb(3f)
zlarfg(3f)
zlarfp(3f)
zlarft(3f)
zlarfx(3f)
zlargv(3f)
zlarnv(3f)
zlarrv(3f)
zlarscl2(3f)
zlartg(3f)
zlartv(3f)
zlarz(3f)
zlarzb(3f)
zlarzt(3f)
zlascl(3f)
zlascl2(3f)
zlaset(3f)
zlasr(3f)
zlassq(3f)
zlaswp(3f)
zlasyf(3f)
zlat2c(3f)
zlatbs(3f)
zlatdf(3f)
zlatps(3f)
zlatrd(3f)
zlatrs(3f)
zlatrz(3f)
zlatzm(3f)
zlauu2(3f)
zlauum(3f)
zlib(3) β compression/decompression library
zlist(3) β Class for simple generic list container
zlistx(3) β Class for extended generic list container
zloop(3) β Class for event\-driven reactor
zmonitor(3) β Class for socket event monitor
zmq_atomic_counter_dec(3) β decrement an atomic counter
zmq_atomic_counter_destroy(3) β destroy an atomic counter
zmq_atomic_counter_inc(3) β increment an atomic counter
zmq_atomic_counter_new(3) β create a new atomic counter
zmq_atomic_counter_set(3) β set atomic counter to new value
zmq_atomic_counter_value(3) β return value of atomic counter
zmq_bind(3) β accept incoming connections on a socket
zmq_close(3) β close 0MQ socket
zmq_connect(3) β create outgoing connection from socket
zmq_connect_peer(3) β create outgoing connection from socket and return the connection routing id in thread\-safe and atomic way.
zmq_ctx_get(3) β get context options
zmq_ctx_new(3) β create new 0MQ context
zmq_ctx_set(3) β set context options
zmq_ctx_shutdown(3) β shutdown a 0MQ context
zmq_ctx_term(3) β terminate a 0MQ context
zmq_curve_keypair(3) β generate a new CURVE keypair
zmq_curve_public(3) β derive the public key from a private key
zmq_disconnect(3) β Disconnect a socket from an endpoint
zmq_errno(3) β retrieve value of errno for the calling thread
zmq_getsockopt(3) β get 0MQ socket options
zmq_has(3) β check a ZMQ capability
zmq_msg_close(3) β release 0MQ message
zmq_msg_copy(3) β copy content of a message to another message
zmq_msg_data(3) β retrieve pointer to message content
zmq_msg_get(3) β get message property
zmq_msg_gets(3) β get message metadata property
zmq_msg_init(3) β initialise empty 0MQ message
zmq_msg_init_buffer(3) β initialise 0MQ message with buffer copy
zmq_msg_init_data(3) β initialise 0MQ message from a supplied buffer
zmq_msg_init_size(3) β initialise 0MQ message of a specified size
zmq_msg_more(3) β indicate if there are more message parts to receive
zmq_msg_move(3) β move content of a message to another message
zmq_msg_recv(3) β receive a message part from a socket
zmq_msg_routing_id(3) β return routing ID for message, if any
zmq_msg_send(3) β send a message part on a socket
zmq_msg_set(3) β set message property
zmq_msg_set_routing_id(3) β set routing ID property on message
zmq_msg_size(3) β retrieve message content size in bytes
zmq_poll(3) β input/output multiplexing
zmq_poller(3) β input/output multiplexing
zmq_proxy(3) β start built\-in 0MQ proxy
zmq_proxy_steerable(3) β built\-in 0MQ proxy with control flow
zmq_recv(3) β receive a message part from a socket
zmq_recvmsg(3) β receive a message part from a socket
zmq_send(3) β send a message part on a socket
zmq_send_const(3) β send a constant\-memory message part on a socket
zmq_sendmsg(3) β send a message part on a socket
zmq_setsockopt(3) β set 0MQ socket options
zmq_socket(3) β create 0MQ socket
zmq_socket_monitor(3) β monitor socket events
zmq_socket_monitor_versioned(3) β monitor socket events
zmq_strerror(3) β get 0MQ error message string
zmq_timers(3) β helper functions for cross\-platform timers callbacks
zmq_unbind(3) β Stop accepting connections on a socket
zmq_version(3) β report 0MQ library version
zmq_z85_decode(3) β decode a binary key from Z85 printable text
zmq_z85_encode(3) β encode a binary key as Z85 printable text
zmsg(3) β Class for working with multipart messages
zosc(3) β Class for work with Open Sound Control messages
zpbcon(3f)
zpbequ(3f)
zpbrfs(3f)
zpbstf(3f)
zpbsv(3f)
zpbsvx(3f)
zpbtf2(3f)
zpbtrf(3f)
zpbtrs(3f)
zpftrf(3f)
zpftri(3f)
zpftrs(3f)
zpocon(3f)
zpoequ(3f)
zpoequb(3f)
zpoller(3) β Class for trivial socket poller class
zporfs(3f)
zporfsx(3f)
zposv(3f)
zposvx(3f)
zposvxx(3f)
zpotf2(3f)
zpotrf(3f)
zpotri(3f)
zpotrs(3f)
zppcon(3f)
zppequ(3f)
zpprfs(3f)
zppsv(3f)
zppsvx(3f)
zpptrf(3f)
zpptri(3f)
zpptrs(3f)
zproc(3) β Class for process configuration and status
zproxy(3) β Class for run a steerable proxy in the background
zpstf2(3f)
zpstrf(3f)
zptcon(3f)
zpteqr(3f)
zptrfs(3f)
zptsv(3f)
zptsvx(3f)
zpttrf(3f)
zpttrs(3f)
zptts2(3f)
zrex(3) β Class for work with regular expressions
zrot(3f)
zrotg(3)
zrotg(3f)
zscal(3)
zscal(3f)
zsock(3) β Class for high\-level socket API that hides libzmq contexts and sockets
zspcon(3f)
zspmv(3f)
zspr(3f)
zsprfs(3f)
zspsv(3f)
zspsvx(3f)
zsptrf(3f)
zsptri(3f)
zsptrs(3f)
zstedc(3f)
zstegr(3f)
zstein(3f)
zstemr(3f)
zsteqr(3f)
zstr(3) β Class for sending and receiving strings
zswap(3f)
zsycon(3f)
zsyequb(3f)
zsymm(3)
zsymm(3f)
zsymv(3f)
zsyr(3f)
zsyr2k(3)
zsyr2k(3f)
zsyrfs(3f)
zsyrfsx(3f)
zsyrk(3)
zsyrk(3f)
zsys(3) β Class for system\-level methods
zsysv(3f)
zsysvx(3f)
zsysvxx(3f)
zsytf2(3f)
zsytrf(3f)
zsytri(3f)
zsytrs(3f)
ztbcon(3f)
ztbmv(3)
ztbmv(3f)
ztbrfs(3f)
ztbsv(3)
ztbsv(3f)
ztbtrs(3f)
ztfsm(3f)
ztftri(3f)
ztfttp(3f)
ztfttr(3f)
ztgevc(3f)
ztgex2(3f)
ztgexc(3f)
ztgsen(3f)
ztgsja(3f)
ztgsna(3f)
ztgsy2(3f)
ztgsyl(3f)
ztimerset(3) β Class for timer set
ztpcon(3f)
ztpmv(3)
ztpmv(3f)
ztprfs(3f)
ztpsv(3)
ztpsv(3f)
ztptri(3f)
ztptrs(3f)
ztpttf(3f)
ztpttr(3f)
ztrcon(3f)
ztrevc(3f)
ztrexc(3f)
ztrie(3) β Class for simple trie for tokenizable strings
ztrmm(3)
ztrmm(3f)
ztrmv(3)
ztrmv(3f)
ztrrfs(3f)
ztrsen(3f)
ztrsm(3)
ztrsm(3f)
ztrsna(3f)
ztrsv(3)
ztrsv(3f)
ztrsyl(3f)
ztrti2(3f)
ztrtri(3f)
ztrtrs(3f)
ztrttf(3f)
ztrttp(3f)
ztzrqf(3f)
ztzrzf(3f)
zung2l(3f)
zung2r(3f)
zungbr(3f)
zunghr(3f)
zungl2(3f)
zunglq(3f)
zungql(3f)
zungqr(3f)
zungr2(3f)
zungrq(3f)
zungtr(3f)
zunm2l(3f)
zunm2r(3f)
zunmbr(3f)
zunmhr(3f)
zunml2(3f)
zunmlq(3f)
zunmql(3f)
zunmqr(3f)
zunmr2(3f)
zunmr3(3f)
zunmrq(3f)
zunmrz(3f)
zunmtr(3f)
zupgtr(3f)
zupmtr(3f)
zuuid(3) β Class for UUID support class
zzip_closedir(3) β stop usage.
zzip_compr_str(3) β compr name.
zzip_dir_alloc_ext_io(3) β start usage.
zzip_dir_fdopen(3) β fd reopen.
zzip_dir_free(3)
zzip_dir_open(3) β open zip\-archive.
zzip_dir_stat(3) β get meta infornation on a zipped element.
zzip_dirhandle(3) β get handle.
zzip_entry_data_offset(3) β helper functions for (fseeko) zip access api
zzip_entry_findfile(3) β search for files in the (fseeko) zip central directory
zzip_entry_fopen(3) β open a file within a zip disk for reading
zzip_errno(3) β ...
zzip_error(3) β get errror status.
zzip_fclose(3) β end usage.
zzip_file_close(3) β end usage.
zzip_file_open(3) β start usage.
zzip_file_read(3) β read data.
zzip_file_real(3) β check real or zipped file.
zzip_filesize(3) β get file size.
zzip_fopen(3) β start usage.
zzip_inflate_init(3) β internal.
zzip_init_io(3) β init plugin struct.
zzip_io_size_off_t(3) β get
zzip_open(3) β start usage.
zzip_opendir(3) β start usage.
zzip_read(3) β read data.
zzip_readdir(3) β read dir.
zzip_rewind(3) β rewind.
zzip_rewinddir(3) β rewind.
zzip_seek(3) β seek.
zzip_strerror(3) β ...
zzip_tell(3) β tell.