ABORT(7) - abort the current transaction ALTER_AGGREGATE(7) - change the definition of an aggregate function ALTER_COLLATION(7) - change the definition of a collation ALTER_CONVERSION(7) - change the definition of a conversion ALTER_DATABASE(7) - change a database ALTER_DEFAULT_PRIVILEGES(7) - define default access privileges ALTER_DOMAIN(7) - change the definition of a domain ALTER_EXTENSION(7) - change the definition of an extension ALTER_FOREIGN_DATA_WRAPPER(7) - change the definition of a foreign-data wrapper ALTER_FOREIGN_TABLE(7) - change the definition of a foreign table ALTER_FUNCTION(7) - change the definition of a function ALTER_GROUP(7) - change role name or membership ALTER_INDEX(7) - change the definition of an index ALTER_LANGUAGE(7) - change the definition of a procedural language ALTER_LARGE_OBJECT(7) - change the definition of a large object ALTER_OPERATOR(7) - change the definition of an operator ALTER_OPERATOR_CLASS(7) - change the definition of an operator class ALTER_OPERATOR_FAMILY(7) - change the definition of an operator family ALTER_ROLE(7) - change a database role ALTER_SCHEMA(7) - change the definition of a schema ALTER_SEQUENCE(7) - change the definition of a sequence generator ALTER_SERVER(7) - change the definition of a foreign server ALTER_TABLE(7) - change the definition of a table ALTER_TABLESPACE(7) - change the definition of a tablespace ALTER_TEXT_SEARCH_CONFIGURATION(7) - change the definition of a text search configuration ALTER_TEXT_SEARCH_DICTIONARY(7) - change the definition of a text search dictionary ALTER_TEXT_SEARCH_PARSER(7) - change the definition of a text search parser ALTER_TEXT_SEARCH_TEMPLATE(7) - change the definition of a text search template ALTER_TRIGGER(7) - change the definition of a trigger ALTER_TYPE(7) - change the definition of a type ALTER_USER(7) - change a database role ALTER_USER_MAPPING(7) - change the definition of a user mapping ALTER_VIEW(7) - change the definition of a view ANALYZE(7) - collect statistics about a database AllPlanes(3), BlackPixel(3), WhitePixel(3), ConnectionNumber(3), DefaultColormap(3), DefaultDepth(3), XListDepths(3), DefaultGC(3), DefaultRootWindow(3), DefaultScreenOfDisplay(3), DefaultScreen(3), DefaultVisual(3), DisplayCells(3), DisplayPlanes(3), DisplayString(3), XMaxRequestSize(3), XExtendedMaxRequestSize(3), LastKnownRequestProcessed(3), NextRequest(3), ProtocolVersion(3), ProtocolRevision(3), QLength(3), RootWindow(3), ScreenCount(3), ScreenOfDisplay(3), ServerVendor(3), VendorRelease(3) - Display macros and functions BEGIN(7) - start a transaction block BlackPixelOfScreen(3), WhitePixelOfScreen(3), CellsOfScreen(3), DefaultColormapOfScreen(3), DefaultDepthOfScreen(3), DefaultGCOfScreen(3), DefaultVisualOfScreen(3), DoesBackingStore(3), DoesSaveUnders(3), DisplayOfScreen(3), XScreenNumberOfScreen(3), EventMaskOfScreen(3), HeightOfScreen(3), HeightMMOfScreen(3), MaxCmapsOfScreen(3), MinCmapsOfScreen(3), PlanesOfScreen(3), RootWindowOfScreen(3), WidthOfScreen(3), WidthMMOfScreen(3) - screen information functions and macros CHECKPOINT(7) - force a transaction log checkpoint CLOSE(7) - close a cursor CLUSTER(7) - cluster a table according to an index COMMENT(7) - define or change the comment of an object COMMIT(7) - commit the current transaction COMMIT_PREPARED(7) - commit a transaction that was earlier prepared for two-phase commit COPY(7) - copy data between a file and a table CREATE_AGGREGATE(7) - define a new aggregate function CREATE_CAST(7) - define a new cast CREATE_COLLATION(7) - define a new collation CREATE_CONVERSION(7) - define a new encoding conversion CREATE_DATABASE(7) - create a new database CREATE_DOMAIN(7) - define a new domain CREATE_EXTENSION(7) - install an extension CREATE_FOREIGN_DATA_WRAPPER(7) - define a new foreign-data wrapper CREATE_FOREIGN_TABLE(7) - define a new foreign table CREATE_FUNCTION(7) - define a new function CREATE_GROUP(7) - define a new database role CREATE_INDEX(7) - define a new index CREATE_LANGUAGE(7) - define a new procedural language CREATE_OPERATOR(7) - define a new operator CREATE_OPERATOR_CLASS(7) - define a new operator class CREATE_OPERATOR_FAMILY(7) - define a new operator family CREATE_ROLE(7) - define a new database role CREATE_RULE(7) - define a new rewrite rule CREATE_SCHEMA(7) - define a new schema CREATE_SEQUENCE(7) - define a new sequence generator CREATE_SERVER(7) - define a new foreign server CREATE_TABLE(7) - define a new table CREATE_TABLESPACE(7) - define a new tablespace CREATE_TABLE_AS(7) - define a new table from the results of a query CREATE_TEXT_SEARCH_CONFIGURATION(7) - define a new text search configuration CREATE_TEXT_SEARCH_DICTIONARY(7) - define a new text search dictionary CREATE_TEXT_SEARCH_PARSER(7) - define a new text search parser CREATE_TEXT_SEARCH_TEMPLATE(7) - define a new text search template CREATE_TRIGGER(7) - define a new trigger CREATE_TYPE(7) - define a new data type CREATE_USER(7) - define a new database role CREATE_USER_MAPPING(7) - define a new mapping of a user to a foreign server CREATE_VIEW(7) - define a new view CURLOPT_ACCEPTTIMEOUT_MS(3) - timeout waiting for FTP server to connect back CURLOPT_ACCEPT_ENCODING(3) - enables automatic decompression of HTTP downloads CURLOPT_ADDRESS_SCOPE(3) - set scope for local IPv6 addresses CURLOPT_APPEND(3) - enable appending to the remote file CURLOPT_AUTOREFERER(3) - automatically update the referer header CURLOPT_BUFFERSIZE(3) - set preferred receive buffer size CURLOPT_CAINFO(3) - path to Certificate Authority (CA) bundle CURLOPT_CAPATH(3) - specify directory holding CA certificates CURLOPT_CERTINFO(3) - request SSL certificate information CURLOPT_CHUNK_BGN_FUNCTION(3) - callback before a transfer with FTP wildcardmatch CURLOPT_CHUNK_DATA(3) - custom pointer to the FTP chunk callbacks CURLOPT_CHUNK_END_FUNCTION(3) - callback after a transfer with FTP wildcardmatch CURLOPT_CLOSESOCKETDATA(3) - pointer passed to the socket close callback CURLOPT_CLOSESOCKETFUNCTION(3) - callback to socket close replacement function 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_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) - set contents of HTTP Cookie header CURLOPT_COOKIEFILE(3) - file name to read cookies from CURLOPT_COOKIEJAR(3) - file name 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) - enable/disable CRLF conversion CURLOPT_CRLFILE(3) - specify a Certificate Revocation List file CURLOPT_CUSTOMREQUEST(3) - custom string for request CURLOPT_DEBUGDATA(3) - custom pointer for debug callback CURLOPT_DEBUGFUNCTION(3) - debug callback CURLOPT_DIRLISTONLY(3) - ask for names only in a directory listing CURLOPT_DNS_CACHE_TIMEOUT(3) - set life-time for DNS cache entries CURLOPT_DNS_INTERFACE(3) - set 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) - set preferred DNS servers CURLOPT_DNS_USE_GLOBAL_CACHE(3) - enable/disable global DNS cache CURLOPT_EGDSOCKET(3) - set EGD socket path CURLOPT_ERRORBUFFER(3) - set 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) - custom pointer to fnmatch callback CURLOPT_FNMATCH_FUNCTION(3) - wildcard matching function 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) - set order in which to attempt TLS vs SSL when using FTP CURLOPT_FTP_ACCOUNT(3) - set 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 dirs for FTP and SFTP CURLOPT_FTP_FILEMETHOD(3) - select directory traversing method for FTP CURLOPT_FTP_RESPONSE_TIMEOUT(3) - time allowed to wait for FTP response 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) - enable/disable use of EPRT with FTP CURLOPT_FTP_USE_EPSV(3) - enable/disable use of EPSV CURLOPT_FTP_USE_PRET(3) - enable the PRET command CURLOPT_GSSAPI_DELEGATION(3) - set allowed GSS-API delegation 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) - set how to send HTTP headers CURLOPT_HTTP200ALIASES(3) - specify alternative matches for HTTP 200 OK CURLOPT_HTTPAUTH(3) - set HTTP server authentication methods to try CURLOPT_HTTPGET(3) - ask for a HTTP GET request CURLOPT_HTTPHEADER(3) - set custom HTTP headers CURLOPT_HTTPPOST(3) - specify the multipart formpost content CURLOPT_HTTPPROXYTUNNEL(3) - tunnel through HTTP proxy CURLOPT_HTTP_CONTENT_DECODING(3) - enable/disable HTTP content decoding CURLOPT_HTTP_TRANSFER_DECODING(3) - enable/disable HTTP transfer decoding CURLOPT_HTTP_VERSION(3) - specify HTTP protocol version to use CURLOPT_IGNORE_CONTENT_LENGTH(3) - ignore Content-Length in HTTP response CURLOPT_INFILESIZE(3) - set size of the input file to send off CURLOPT_INFILESIZE_LARGE(3) - set size of the input file to send off CURLOPT_INTERFACE(3) - source interface for outgoing traffic CURLOPT_INTERLEAVEDATA(3) - custom pointer to RTSP interleave callback CURLOPT_INTERLEAVEFUNCTION(3) - callback function for RTSP interleaved data CURLOPT_IOCTLDATA(3) - custom pointer passed to I/O callback CURLOPT_IOCTLFUNCTION(3) - callback for I/O operations CURLOPT_IPRESOLVE(3) - specify which IP protocol version to use CURLOPT_ISSUERCERT(3) - issuer SSL certificate filename CURLOPT_KEYPASSWD(3) - set passphrase to private key CURLOPT_KRBLEVEL(3) - set FTP kerberos security level CURLOPT_LOCALPORT(3) - set local port number to use for socket CURLOPT_LOCALPORTRANGE(3) - number of additional local ports to try CURLOPT_LOGIN_OPTIONS(3) - set login options CURLOPT_LOW_SPEED_LIMIT(3) - set low speed limit in bytes per second CURLOPT_LOW_SPEED_TIME(3) - set low speed limit time period CURLOPT_MAIL_AUTH(3) - specify SMTP authentication address CURLOPT_MAIL_FROM(3) - smtp mail FROM address CURLOPT_MAIL_RCPT(3) - provide list of mail recipients CURLOPT_MAXCONNECTS(3) - set connection cache size CURLOPT_MAXFILESIZE(3) - maximum file size allowed to download CURLOPT_MAXFILESIZE_LARGE(3) - maximum file size allowed to download 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_NETRC(3) - request that .netrc is used CURLOPT_NETRC_FILE(3) - file name 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) - custom pointer passed to open socket callback CURLOPT_OPENSOCKETFUNCTION(3) - set callback for opening sockets CURLOPT_PASSWORD(3) - password to use in authentication CURLOPT_PORT(3) - set remote port number to work with CURLOPT_POST(3) - request a HTTP POST CURLOPT_POSTFIELDS(3) - specify 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 a HTTP POST redirect CURLOPT_PREQUOTE(3) - commands to run before FTP or SFTP transfer CURLOPT_PRIVATE(3) - store a private pointer CURLOPT_PROGRESSDATA(3) - custom pointer passed to the progress callback CURLOPT_PROGRESSFUNCTION(3) - callback to progress meter function CURLOPT_PROTOCOLS(3) - set allowed protocols CURLOPT_PROXY(3) - set proxy to use CURLOPT_PROXYAUTH(3) - set HTTP proxy authentication methods to try CURLOPT_PROXYHEADER(3) - custom HTTP headers to pass to proxy CURLOPT_PROXYPASSWORD(3) - password to use in authentication with proxy CURLOPT_PROXYPORT(3) - port number the proxy listens on CURLOPT_PROXYTYPE(3) - proxy protocol type CURLOPT_PROXYUSERNAME(3) - username to authenticate with a proxy CURLOPT_PROXYUSERPWD(3) - set user and password to use for the proxy CURLOPT_PROXY_TRANSFER_MODE(3) - append FTP transfer mode to URL for proxy CURLOPT_PUT(3) - make a HTTP PUT request CURLOPT_QUOTE(3) - (S)FTP commands to run before transfer CURLOPT_RANDOM_FILE(3) - specify a source for random data CURLOPT_RANGE(3) - set byte range to request CURLOPT_READDATA(3) - custom pointer passed to the read callback CURLOPT_READFUNCTION(3) - read callback for data uploads CURLOPT_REDIR_PROTOCOLS(3) - set protocols allowed to redirect to CURLOPT_REFERER(3) - set the HTTP referer header CURLOPT_RESOLVE(3) - provide custom host name to IP address resolves CURLOPT_RESUME_FROM(3) - set a point to resume transfer from CURLOPT_RESUME_FROM_LARGE(3) - set a point to resume transfer from CURLOPT_RTSP_CLIENT_CSEQ(3) - set the RTSP client CSEQ number CURLOPT_RTSP_REQUEST(3) - specify RTSP request CURLOPT_RTSP_SERVER_CSEQ(3) - set the RTSP server CSEQ number CURLOPT_RTSP_SESSION_ID(3) - set RTSP session ID CURLOPT_RTSP_STREAM_URI(3) - set RTSP stream URI CURLOPT_RTSP_TRANSPORT(3) - set RTSP Transport: header CURLOPT_SASL_IR(3) - enable sending initial response in first packet CURLOPT_SEEKDATA(3) - custom pointer passed to the seek callback CURLOPT_SEEKFUNCTION(3) - user callback for seeking in input stream CURLOPT_SHARE(3) - specify share handle to use CURLOPT_SOCKOPTDATA(3) - custom pointer to pass to sockopt callback CURLOPT_SOCKOPTFUNCTION(3) - set callback for setting socket options CURLOPT_SOCKS5_GSSAPI_NEC(3) - set socks proxy gssapi negotiation protection CURLOPT_SOCKS5_GSSAPI_SERVICE(3) - proxy socks gssapi service name CURLOPT_SSH_AUTH_TYPES(3) - set desired auth types for SFTP and SCP CURLOPT_SSH_HOST_PUBLIC_KEY_MD5(3) - checksum of SSH server public key CURLOPT_SSH_KEYDATA(3) - pointer to pass to the SSH key callback CURLOPT_SSH_KEYFUNCTION(3) - callback for known host matching logic CURLOPT_SSH_KNOWNHOSTS(3) - file name holding the SSH known hosts CURLOPT_SSH_PRIVATE_KEYFILE(3) - set private key file for SSH auth CURLOPT_SSH_PUBLIC_KEYFILE(3) - set public key file for SSH auth CURLOPT_SSLCERT(3) - set SSL client certificate CURLOPT_SSLCERTTYPE(3) - specify type of the client SSL certificate CURLOPT_SSLENGINE(3) - set SSL engine identifier CURLOPT_SSLENGINE_DEFAULT(3) - make SSL engine default CURLOPT_SSLKEY(3) - specify private keyfile for TLS and SSL client cert CURLOPT_SSLKEYTYPE(3) - set type of the private key file CURLOPT_SSLVERSION(3) - set preferred TLS/SSL version CURLOPT_SSL_CIPHER_LIST(3) - specify ciphers to use for TLS CURLOPT_SSL_CTX_DATA(3) - custom pointer passed to ssl_ctx callback CURLOPT_SSL_CTX_FUNCTION(3) - openssl specific callback to do SSL magic CURLOPT_SSL_ENABLE_ALPN(3) - enable ALPN CURLOPT_SSL_ENABLE_NPN(3) - enable NPN CURLOPT_SSL_OPTIONS(3) - set SSL behavior options CURLOPT_SSL_SESSIONID_CACHE(3) - enable/disable use of the SSL session-ID cache CURLOPT_SSL_VERIFYHOST(3) - verify the certificate's name against host CURLOPT_SSL_VERIFYPEER(3) - verify the peer's SSL certificate CURLOPT_STDERR(3) - redirect stderr to another stream CURLOPT_TCP_KEEPALIVE(3) - enable TCP keep-alive probing CURLOPT_TCP_KEEPIDLE(3) - set TCP keep-alive idle time wait CURLOPT_TCP_KEEPINTVL(3) - set TCP keep-alive interval CURLOPT_TCP_NODELAY(3) - set the TCP_NODELAY option CURLOPT_TELNETOPTIONS(3) - custom telnet options CURLOPT_TFTP_BLKSIZE(3) - TFTP block size CURLOPT_TIMECONDITION(3) - select condition for a time request CURLOPT_TIMEOUT(3) - set maximum time the request is allowed to take CURLOPT_TIMEOUT_MS(3) - set maximum time the request is allowed to take CURLOPT_TIMEVALUE(3) - set time value for conditional CURLOPT_TLSAUTH_PASSWORD(3) - TLS authentication password CURLOPT_TLSAUTH_TYPE(3) - set TLS authentication methods CURLOPT_TLSAUTH_USERNAME(3) - user name for TLS authentication CURLOPT_TRANSFERTEXT(3) - request a text based transfer for FTP CURLOPT_TRANSFER_ENCODING(3) - ask for HTTP Transfer Encoding CURLOPT_UNRESTRICTED_AUTH(3) - send credentials to other hosts too CURLOPT_UPLOAD(3) - enable data upload CURLOPT_URL(3) - provide the URL to use in the request CURLOPT_USERAGENT(3) - set HTTP user-agent header CURLOPT_USERNAME(3) - username to authenticate with CURLOPT_USERPWD(3) - set user + password to work with CURLOPT_USE_SSL(3) - request using SSL / TLS for the transfer CURLOPT_VERBOSE(3) - set verbose mode on/off CURLOPT_WILDCARDMATCH(3) - enable directory wildcard transfers CURLOPT_WRITEDATA(3) - custom pointer passed to the write callback CURLOPT_WRITEFUNCTION(3) - set callback for writing received data CURLOPT_XFERINFODATA(3) - custom pointer passed to the progress callback CURLOPT_XFERINFOFUNCTION(3) - callback to progress meter function CURLOPT_XOAUTH2_BEARER(3) - specify OAuth 2 access token Compose(5) - X client mappings for multi-key input sequences DBE(3) - Double Buffer Extension DEALLOCATE(7) - deallocate a prepared statement DECLARE(7) - define a cursor DELETE(7) - delete rows of a table DISCARD(7) - discard session state DO(7) - execute an anonymous code block DPMSCapable(3) - returns the DPMS capability of the X server DPMSDisable(3) - disables DPMS on the specified display DPMSEnable(3) - enables DPMS on the specified display DPMSForceLevel(3) - forces a DPMS capable display into the specified power level DPMSGetTimeouts(3) - retrieves the timeout values used by the X server for DPMS timings DPMSGetVersion(3) - returns the version of the DPMS extension implemented by the X server DPMSInfo(3) - returns information about the current DPMS state DPMSQueryExtension(3) - queries the X server to determine the availability of the DPMS Extension DPMSSetTimeouts(3) - permits applications to set the timeout values used by the X server for DPMS timings DROP_AGGREGATE(7) - remove an aggregate function DROP_CAST(7) - remove a cast DROP_COLLATION(7) - remove a collation DROP_CONVERSION(7) - remove a conversion DROP_DATABASE(7) - remove a database DROP_DOMAIN(7) - remove a domain DROP_EXTENSION(7) - remove an extension DROP_FOREIGN_DATA_WRAPPER(7) - remove a foreign-data wrapper DROP_FOREIGN_TABLE(7) - remove a foreign table DROP_FUNCTION(7) - remove a function DROP_GROUP(7) - remove a database role DROP_INDEX(7) - remove an index DROP_LANGUAGE(7) - remove a procedural language DROP_OPERATOR(7) - remove an operator DROP_OPERATOR_CLASS(7) - remove an operator class DROP_OPERATOR_FAMILY(7) - remove an operator family DROP_OWNED(7) - remove database objects owned by a database role DROP_ROLE(7) - remove a database role DROP_RULE(7) - remove a rewrite rule DROP_SCHEMA(7) - remove a schema DROP_SEQUENCE(7) - remove a sequence DROP_SERVER(7) - remove a foreign server descriptor DROP_TABLE(7) - remove a table DROP_TABLESPACE(7) - remove a tablespace DROP_TEXT_SEARCH_CONFIGURATION(7) - remove a text search configuration DROP_TEXT_SEARCH_DICTIONARY(7) - remove a text search dictionary DROP_TEXT_SEARCH_PARSER(7) - remove a text search parser DROP_TEXT_SEARCH_TEMPLATE(7) - remove a text search template DROP_TRIGGER(7) - remove a trigger DROP_TYPE(7) - remove a data type DROP_USER(7) - remove a database role DROP_USER_MAPPING(7) - remove a user mapping for a foreign server DROP_VIEW(7) - remove a view DisplayOfCCC(3), VisualOfCCC(3), ScreenNumberOfCCC(3), ScreenWhitePointOfCCC(3), ClientWhitePointOfCCC(3) - Color Conversion Context macros END(7) - commit the current transaction EXECUTE(7) - execute a prepared statement EXPLAIN(7) - show the execution plan of a statement FETCH(7) - retrieve rows from a query using a cursor GRANT(7) - define access privileges INSERT(7) - create new rows in a table ImageByteOrder(3), BitmapBitOrder(3), BitmapPad(3), BitmapUnit(3), DisplayHeight(3), DisplayHeightMM(3), DisplayWidth(3), DisplayWidthMM(3), XListPixmapFormats(3), XPixmapFormatValues(3) - image format functions and macros IsCursorKey(3), IsFunctionKey(3), IsKeypadKey(3), IsMiscFunctionKey(3), IsModifierKey(3), IsPFKey(3), IsPrivateKeypadKey(3) - keysym classification macros LISTEN(7) - listen for a notification LOAD(7) - load a shared library file LOCK(7) - lock a table MOVE(7) - position a cursor NOTIFY(7) - generate a notification PREPARE(7) - prepare a statement for execution PREPARE_TRANSACTION(7) - prepare the current transaction for two-phase commit REASSIGN_OWNED(7) - change the ownership of database objects owned by a database role REINDEX(7) - rebuild indexes RELEASE_SAVEPOINT(7) - destroy a previously defined savepoint RESET(7) - restore the value of a run-time parameter to the default value REVOKE(7) - remove access privileges ROLLBACK(7) - abort the current transaction ROLLBACK_PREPARED(7) - cancel a transaction that was earlier prepared for two-phase commit ROLLBACK_TO_SAVEPOINT(7) - roll back to a savepoint SAVEPOINT(7) - define a new savepoint within the current transaction SECURITY_LABEL(7) - define or change a security label applied to an object SELECT(7), TABLE(7), WITH(7) - retrieve rows from a table or view SELECT_INTO(7) - define a new table from the results of a query SET(7) - change a run-time parameter SET_CONSTRAINTS(7) - set constraint check timing for the current transaction SET_ROLE(7) - set the current user identifier of the current session SET_SESSION_AUTHORIZATION(7) - set the session user identifier and the current user identifier of the current session SET_TRANSACTION(7) - set the characteristics of the current transaction SHOW(7) - show the value of a run-time parameter SPI_connect(3) - connect a procedure to the SPI manager SPI_copytuple(3) - make a copy of a row in the upper executor context SPI_cursor_close(3) - close a cursor SPI_cursor_fetch(3) - fetch some rows from a cursor SPI_cursor_find(3) - find an existing cursor by name 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_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_exec(3) - execute a read/write command SPI_execp(3) - execute a statement in read/write mode SPI_execute(3) - execute a command SPI_execute_plan(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_finish(3) - disconnect a procedure from the SPI manager 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_freeplan(3) - free a previously saved prepared statement 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_getargcount(3) - return the number of arguments needed by a statement prepared by SPI_prepare SPI_getargtypeid(3) - return the data type OID for an argument of a statement prepared by SPI_prepare SPI_getbinval(3) - return the binary value of the specified column SPI_getnspname(3) - return the namespace 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_gettypeid(3) - return the data type OID 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_keepplan(3) - save a prepared statement 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_pfree(3) - free memory in the upper executor context SPI_pop(3) - pop SPI stack to return from recursive SPI usage SPI_prepare(3) - prepare a statement, without executing it yet SPI_prepare_cursor(3) - prepare a statement, without executing it yet SPI_prepare_params(3) - prepare a statement, without executing it yet SPI_push(3) - push SPI stack to allow recursive SPI usage SPI_repalloc(3) - reallocate memory in the upper executor context SPI_returntuple(3) - prepare to return a tuple as a Datum SPI_saveplan(3) - save a prepared statement SPI_scroll_cursor_fetch(3) - fetch some rows from a cursor SPI_scroll_cursor_move(3) - move a cursor START_TRANSACTION(7) - start a transaction block TRUNCATE(7) - empty a table or set of tables UNLISTEN(7) - stop listening for a notification UPDATE(7) - update rows of a table VACUUM(7) - garbage-collect and optionally analyze a database VALUES(7) - compute a set of rows XAddConnectionWatch(3), XRemoveConnectionWatch(3), XProcessInternalConnection(3), XInternalConnectionNumbers(3) - handle Xlib internal connections XAddHost(3), XAddHosts(3), XListHosts(3), XRemoveHost(3), XRemoveHosts(3), XSetAccessControl(3), XEnableAccessControl(3), XDisableAccessControl(3), XHostAddress(3), XServerInterpretedAddress(3) - control host access and host control structure XAllocClassHint(3), XSetClassHint(3), XGetClassHint(3), XClassHint(3) - allocate class hints structure and set or read a window's WM_CLASS property XAllocColor(3), XAllocNamedColor(3), XAllocColorCells(3), XAllocColorPlanes(3), XFreeColors(3) - allocate and free colors XAllocIconSize(3), XSetIconSizes(3), XGetIconSizes(3), XIconSize(3) - allocate icon size structure and set or read a window's WM_ICON_SIZES property XAllocSizeHints(3), XSetWMNormalHints(3), XGetWMNormalHints(3), XSetWMSizeHints(3), XGetWMSizeHints(3), XSizeHints(3) - allocate size hints structure and set or read a window's WM_NORMAL_HINTS property XAllocStandardColormap(3), XSetRGBColormaps(3), XGetRGBColormaps(3), XStandardColormap(3) - allocate, set, or read a standard colormap structure XAllocWMHints(3), XSetWMHints(3), XGetWMHints(3), XWMHints(3) - allocate window manager hints structure and set or read a window's WM_HINTS property XAllowEvents(3) - release queued events XAnyEvent(3), XEvent(3) - generic X event structures XButtonEvent(3), XKeyEvent(3), XMotionEvent(3) - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures XChangeKeyboardControl(3), XGetKeyboardControl(3), XAutoRepeatOn(3), XAutoRepeatOff(3), XBell(3), XQueryKeymap(3), XKeyboardControl(3) - manipulate keyboard settings and keyboard control structure XChangeKeyboardMapping(3), XGetKeyboardMapping(3), XDisplayKeycodes(3), XSetModifierMapping(3), XGetModifierMapping(3), XNewModifiermap(3), XInsertModifiermapEntry(3), XDeleteModifiermapEntry(3), XFreeModifiermap(3), XModifierKeymap(3) - manipulate keyboard encoding and keyboard encoding structure XChangePointerControl(3), XGetPointerControl(3) - control pointer XChangeSaveSet(3), XAddToSaveSet(3), XRemoveFromSaveSet(3) - change a client's save set XChangeWindowAttributes(3), XSetWindowBackground(3), XSetWindowBackgroundPixmap(3), XSetWindowBorder(3), XSetWindowBorderPixmap(3), XSetWindowColormap(3) - change window attributes XCirculateEvent(3) - CirculateNotify event structure XCirculateRequestEvent(3) - CirculateRequest event structure XClearArea(3), XClearWindow(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), XMoveWindow(3), XResizeWindow(3), XMoveResizeWindow(3), XSetWindowBorderWidth(3), XWindowChanges(3) - configure windows and window changes structure XCopyArea(3), XCopyPlane(3) - copy areas XCreateColormap(3), XCopyColormapAndFree(3), XFreeColormap(3), XColor(3) - create, copy, or destroy colormaps and color structure XCreateFontCursor(3), XCreatePixmapCursor(3), XCreateGlyphCursor(3) - create cursors XCreateFontSet(3), XFreeFontSet(3) - create and free an international text drawing font set XCreateGC(3), XCopyGC(3), XChangeGC(3), XGetGCValues(3), XFreeGC(3), XGContextFromGC(3), XGCValues(3) - create or free graphics contexts and graphics context structure XCreateIC(3), XDestroyIC(3), XIMOfIC(3) - create, destroy, and obtain the input method of an input context XCreateOC(3), XDestroyOC(3), XSetOCValues(3), XGetOCValues(3), XOMOfOC(3) - create output contexts XCreatePixmap(3), XFreePixmap(3) - create or destroy pixmaps XCreateRegion(3), XSetRegion(3), XDestroyRegion(3) - create or destroy regions XCreateWindow(3), XCreateSimpleWindow(3), XSetWindowAttributes(3) - create windows and window attributes structure XCreateWindowEvent(3) - CreateNotify event structure XCrossingEvent(3) - EnterNotify and LeaveNotify event structure XDefineCursor(3), XUndefineCursor(3) - define cursors XDestroyWindow(3), XDestroySubwindows(3) - destroy windows XDestroyWindowEvent(3) - DestroyNotify event structure XDrawArc(3), XDrawArcs(3), XArc(3) - draw arcs and arc structure XDrawImageString(3), XDrawImageString16(3) - draw image text XDrawLine(3), XDrawLines(3), XDrawSegments(3), XSegment(3) - draw lines, polygons, and line structure XDrawPoint(3), XDrawPoints(3), XPoint(3) - draw points and points structure XDrawRectangle(3), XDrawRectangles(3), XRectangle(3) - draw rectangles and rectangles structure XDrawString(3), XDrawString16(3) - draw text characters XDrawText(3), XDrawText16(3), XTextItem(3), XTextItem16(3) - draw polytext text and text drawing structures XEmptyRegion(3), XEqualRegion(3), XPointInRegion(3), XRectInRegion(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 XFillRectangle(3), XFillRectangles(3), XFillPolygon(3), XFillArc(3), XFillArcs(3) - fill rectangles, polygons, or arcs XFilterEvent(3) - filter X events for an input method XFlush(3), XSync(3), XEventsQueued(3), XPending(3) - handle output buffer or event queue XFocusChangeEvent(3) - FocusIn and FocusOut event structure XFontSetExtents(3) - XFontSetExtents structure XFontsOfFontSet(3), XBaseFontNameListOfFontSet(3), XLocaleOfFontSet(3), XContextDependentDrawing(3), XContextualDrawing(3), XDirectionalDependentDrawing(3) - obtain fontset information XFree(3) - free client data XGetEventData(3), XFreeEventData(3), XGenericEventCookie(3) - retrieve and free additional event data through cookies XGetVisualInfo(3), XMatchVisualInfo(3), XVisualIDFromVisual(3), XVisualInfo(3) - obtain visual information and visual structure XGetWindowAttributes(3), XGetGeometry(3), XWindowAttributes(3) - get current window attribute or geometry and current window attributes structure XGetWindowProperty(3), XListProperties(3), XChangeProperty(3), XRotateWindowProperties(3), XDeleteProperty(3) - obtain and change window properties XGetXCBConnection(3) - get the XCB connection for an Xlib Display XGrabButton(3), XUngrabButton(3) - grab pointer buttons XGrabKey(3), XUngrabKey(3) - grab keyboard keys XGrabKeyboard(3), XUngrabKeyboard(3) - grab the keyboard XGrabPointer(3), XUngrabPointer(3), XChangeActivePointerGrab(3) - grab the pointer XGrabServer(3), XUngrabServer(3) - grab the server XGraphicsExposeEvent(3), XNoExposeEvent(3) - GraphicsExpose and NoExpose event structures XGravityEvent(3) - GravityNotify event structure XIconifyWindow(3), XWithdrawWindow(3), XReconfigureWMWindow(3) - manipulate top-level windows XIfEvent(3), XCheckIfEvent(3), XPeekIfEvent(3) - check the event queue with a predicate procedure XInitImage(3), XCreateImage(3), XGetPixel(3), XPutPixel(3), XSubImage(3), XAddPixel(3), XDestroyImage(3) - image utilities XInitThreads(3), XLockDisplay(3), XUnlockDisplay(3) - multi-threading support XInstallColormap(3), XUninstallColormap(3), XListInstalledColormaps(3) - control colormaps XInternAtom(3), XInternAtoms(3), XGetAtomName(3), XGetAtomNames(3) - create or return atom names XIntersectRegion(3), XUnionRegion(3), XUnionRectWithRegion(3), XSubtractRegion(3), XXorRegion(3), XOffsetRegion(3), XShrinkRegion(3) - region arithmetic XKeymapEvent(3) - KeymapNotify event structure XListFonts(3), XFreeFontNames(3), XListFontsWithInfo(3), XFreeFontInfo(3) - obtain or free font names and information XLoadFont(3), XQueryFont(3), XLoadQueryFont(3), XFreeFont(3), XGetFontProperty(3), XUnloadFont(3), XCharStruct(3), XFontProp(3), XChar2b(3), XFontStruct(3) - load or unload fonts and font metric structures XLookupKeysym(3), XRefreshKeyboardMapping(3), XLookupString(3), XRebindKeysym(3) - handle keyboard input events in Latin-1 XMapEvent(3), XMappingEvent(3) - MapNotify and MappingNotify event structures XMapRequestEvent(3) - MapRequest event structure XMapWindow(3), XMapRaised(3), XMapSubwindows(3) - map windows XNextEvent(3), XPeekEvent(3), XWindowEvent(3), XCheckWindowEvent(3), XMaskEvent(3), XCheckMaskEvent(3), XCheckTypedEvent(3), XCheckTypedWindowEvent(3) - select events by type XNoOp(3) - No Operation XOpenDisplay(3), XCloseDisplay(3) - connect or disconnect to X server XOpenIM(3), XCloseIM(3), XSetIMValues(3), XGetIMValues(3), XDisplayOfIM(3), XLocaleOfIM(3), XRegisterIMInstantiateCallback(3), XUnregisterIMInstantiateCallback(3) - open, close, and obtain input method information XOpenOM(3), XCloseOM(3), XSetOMValues(3), XGetOMValues(3), XDisplayOfOM(3), XLocaleOfOM(3) - open output methods XParseGeometry(3), XWMGeometry(3) - parse window geometry XPolygonRegion(3), XClipBox(3) - generate regions XPropertyEvent(3) - PropertyNotify event structure XPutBackEvent(3) - put events back on the queue XPutImage(3), XGetImage(3), XGetSubImage(3) - transfer images XQueryBestSize(3), XQueryBestTile(3), XQueryBestStipple(3) - determine efficient sizes XQueryColor(3), XQueryColors(3), XLookupColor(3), XParseColor(3) - obtain color values XQueryExtension(3), XListExtensions(3), XFreeExtensionList(3) - list available extensions XQueryPointer(3) - get pointer coordinates XQueryTree(3) - query window tree information XRaiseWindow(3), XLowerWindow(3), XCirculateSubwindows(3), XCirculateSubwindowsUp(3), XCirculateSubwindowsDown(3), XRestackWindows(3) - change window stacking order XReadBitmapFile(3), XReadBitmapFileData(3), XWriteBitmapFile(3), XCreatePixmapFromBitmapData(3), XCreateBitmapFromData(3) - manipulate bitmaps XRecolorCursor(3), XFreeCursor(3), XQueryBestCursor(3) - manipulate cursors XReparentEvent(3) - ReparentNotify event structure XReparentWindow(3) - reparent windows XResizeRequestEvent(3) - ResizeRequest event structure XResourceManagerString(3), XScreenResourceString(3) - obtain server resource properties XSaveContext(3), XFindContext(3), XDeleteContext(3), XUniqueContext(3) - associative look-up routines XSelectInput(3) - select input events XSelectionClearEvent(3) - SelectionClear event structure XSelectionEvent(3) - SelectionNotify event structure XSelectionRequestEvent(3) - SelectionRequest event structure XSendEvent(3), XDisplayMotionBufferSize(3), XGetMotionEvents(3), XTimeCoord(3) - send events and pointer motion history structure XSetArcMode(3), XSetSubwindowMode(3), XSetGraphicsExposure(3) - GC convenience routines XSetClipOrigin(3), XSetClipMask(3), XSetClipRectangles(3) - GC convenience routines XSetCloseDownMode(3), XKillClient(3) - control clients XSetCommand(3), XGetCommand(3) - set or read a window's WM_COMMAND property XSetErrorHandler(3), XGetErrorText(3), XDisplayName(3), XSetIOErrorHandler(3), XGetErrorDatabaseText(3) - default error handlers XSetEventQueueOwner(3) - set event queue owner on a shared Xlib/XCB connection XSetFillStyle(3), XSetFillRule(3) - GC convenience routines XSetFont(3) - GC convenience routines XSetFontPath(3), XGetFontPath(3), XFreeFontPath(3) - set, get, or free the font search path XSetICFocus(3), XUnsetICFocus(3) - set and unset input context focus XSetICValues(3), XGetICValues(3) - set and obtain XIC values XSetInputFocus(3), XGetInputFocus(3) - control input focus XSetLineAttributes(3), XSetDashes(3) - GC convenience routines XSetPointerMapping(3), XGetPointerMapping(3) - manipulate pointer settings XSetScreenSaver(3), XForceScreenSaver(3), XActivateScreenSaver(3), XResetScreenSaver(3), XGetScreenSaver(3) - manipulate the screen saver XSetSelectionOwner(3), XGetSelectionOwner(3), XConvertSelection(3) - manipulate window selection XSetState(3), XSetFunction(3), XSetPlaneMask(3), XSetForeground(3), XSetBackground(3) - GC convenience routines XSetTextProperty(3), XGetTextProperty(3) - set and read text properties XSetTile(3), XSetStipple(3), XSetTSOrigin(3) - GC convenience routines XSetTransientForHint(3), XGetTransientForHint(3) - set or read a window's WM_TRANSIENT_FOR property XSetWMClientMachine(3), XGetWMClientMachine(3) - set or read a window's WM_CLIENT_MACHINE property XSetWMColormapWindows(3), XGetWMColormapWindows(3) - set or read a window's WM_COLORMAP_WINDOWS property XSetWMIconName(3), XGetWMIconName(3), XSetIconName(3), XGetIconName(3) - set or read a window's WM_ICON_NAME property XSetWMName(3), XGetWMName(3), XStoreName(3), XFetchName(3) - set or read a window's WM_NAME property XSetWMProperties(3), XmbSetWMProperties(3), Xutf8SetWMProperties(3) - set standard window properties XSetWMProtocols(3), XGetWMProtocols(3) - set or read a window's WM_PROTOCOLS property XShapeQueryExtension(3), XShapeQueryVersion(3), XShapeCombineRegion(3), XShapeCombineRectangles(3), XShapeCombineMask(3), XShapeCombineShape(3), XShapeOffsetShape(3), XShapeQueryExtents(3), XShapeSelectInput(3), XShapeInputSelected(3), XShapeGetRectangles(3) - X nonrectangular shape functions XShmQueryExtension(3), XShmQueryVersion(3), XShmPixmapFormat(3), XShmAttach(3), XShmDetach XShmCreateImage(3), XShmPutImage(3), XShmGetImage(3), XShmCreatePixmap(3), XShmGetEventBase(3) - X Shared Memory extension functions XStoreBytes(3), XStoreBuffer(3), XFetchBytes(3), XFetchBuffer(3), XRotateBuffers(3) - manipulate cut and paste buffers XStoreColors(3), XStoreColor(3), XStoreNamedColor(3) - set colors XStringListToTextProperty(3), XTextPropertyToStringList(3), XFreeStringList(3), XTextProperty(3) - convert string lists and text property structure XStringToKeysym(3), XKeysymToString(3), XKeycodeToKeysym(3), XKeysymToKeycode(3), XConvertCase(3) - convert keysyms XSupportsLocale(3), XSetLocaleModifiers(3) - determine locale support and configure locale modifiers XSynchronize(3), XSetAfterFunction(3) - enable or disable synchronization XTextExtents(3), XTextExtents16(3), XQueryTextExtents(3), XQueryTextExtents16(3) - compute or query text extents XTextWidth(3), XTextWidth16(3) - compute text width XTranslateCoordinates(3) - translate window coordinates XUnmapEvent(3) - UnmapNotify event structure XUnmapWindow(3), XUnmapSubwindows(3) - unmap windows XVaCreateNestedList(3) - allocate a nested variable argument list XVisibilityEvent(3) - VisibilityNotify event structure XWarpPointer(3) - move pointer Xau library: XauFileName(3), XauReadAuth(3), XauLockAuth(3), XauUnlockAuth(3), XauWriteAuth(3), XauDisposeAuth(3), XauGetAuthByAddr(3), XauGetBestAuthByAddr(3) - X authority database routines Xaw(3) - X Athena Widgets XcmsAllocColor(3), XcmsAllocNamedColor(3) - allocate colors XcmsCCCOfColormap(3), XcmsSetCCCOfColormap(3) - query and modify CCC of a colormap XcmsCIELabQueryMaxC(3), XcmsCIELabQueryMaxL(3), XcmsCIELabQueryMaxLC(3), XcmsCIELabQueryMinL(3) - obtain the CIE L*a*b* coordinates XcmsCIELuvQueryMaxC(3), XcmsCIELuvQueryMaxL(3), XcmsCIELuvQueryMaxLC(3), XcmsCIELuvQueryMinL(3) - obtain the CIE L*u*v* coordinates XcmsColor(3), XcmsRGB(3), XcmsRGBi(3), XcmsCIEXYZ(3), XcmsCIEuvY(3), XcmsCIExyY(3), XcmsCIELab(3), XcmsCIELuv(3), XcmsTekHVC(3), XcmsPad(3) - Xcms color structure XcmsConvertColors(3) - convert CCC color specifications XcmsCreateCCC(3), XcmsFreeCCC(3) - creating and destroying CCCs XcmsDefaultCCC(3) - obtain the default CCC for a screen XcmsQueryBlack(3), XcmsQueryBlue(3), XcmsQueryGreen(3), XcmsQueryRed(3), XcmsQueryWhite(3) - obtain black, blue, green, red, and white CCC color specifications XcmsQueryColor(3), XcmsQueryColors(3), XcmsLookupColor(3) - obtain color values XcmsSetWhitePoint(3), XcmsSetWhiteAdjustProc(3) - modifying CCC attributes XcmsStoreColor(3), XcmsStoreColors(3) - set colors XcmsTekHVCQueryMaxC(3), XcmsTekHVCQueryMaxV(3), XcmsTekHVCQueryMaxVC(3), XcmsTekHVCQueryMaxVSamples(3), XcmsTekHVCQueryMinV(3) - obtain the TekHVC coordinates 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 XdbeAllocateBackBufferName(3) - allocates a DBE buffer XdbeBeginIdiom(3) - marks the beginning of a DBE idiom sequence XdbeDeallocateBackBufferName(3) - frees a DBE buffer XdbeEndIdiom(3) - marks the end of a DBE idiom sequence XdbeFreeVisualInfo(3) - frees information returned by XdbeGetVisualInfo() XdbeGetBackBufferAttributes(3) - returns attributes of a DBE buffer XdbeGetVisualInfo(3) - Get dbe Visual Informations XdbeQueryExtension(3) - returns the version of DBE supported by the server XdbeSwapBuffers(3) - swaps front and back DBE buffers XeviQueryExtension(3), XeviQueryVersion(3), XeviGetVisualInfo(3) - X Extended Visual Information functions XkbActionCtrls(3) - Returns the ctrls fields of act converted to an unsigned int XkbAddDeviceLedInfo(3) - Initialize an XkbDeviceLedInfoRec structure XkbAddGeomColor(3) - Add one color name to an existing keyboard geometry description XkbAddGeomDoodad(3) - Add one doodad to a section of a keyboard geometry or to the top-level geometry XkbAddGeomKey(3) - Add one key at the end of an existing row of keys XkbAddGeomKeyAlias(3) - Add one key alias to an existing keyboard geometry description XkbAddGeomOutline(3) - Add one outline to an existing shape XkbAddGeomOverlay(3) - Add one overlay to a section XkbAddGeomOverlayKey(3) - Add a key to an existing overlay row XkbAddGeomOverlayRow(3) - Add a row to an existing overlay XkbAddGeomProperty(3) - Add one property to an existing keyboard geometry description XkbAddGeomRow(3) - Add a row to a section XkbAddGeomSection(3) - Add one section to an existing keyboard geometry XkbAddGeomShape(3) - Add a shape to a keyboard geometry XkbAddSymInterpret(3) - Add a symbol interpretation to the list of symbol interpretations in an XkbCompatRec XkbAllocClientMap(3) - Allocate and initialize an empty client map description record XkbAllocCompatMap(3) - Allocate a new compatibility map if you do not already have one available XkbAllocControls(3) - Allocates an XkbControlsRec structure in the XkbDescRec XkbAllocDeviceInfo(3) - Obtain an XkbDeviceInfoRec structure XkbAllocDeviceLedInfo(3) - Obtain an XkbDeviceLedInfoRec structure XkbAllocGeomColors(3) - Allocate geometry colors XkbAllocGeomDoodads(3) - Allocate doodads that are global to a keyboard geometry XkbAllocGeomKeyAliases(3) - Allocate geometry key aliases XkbAllocGeomKeys(3) - Allocate space for an arbitrary number of keys to a row XkbAllocGeomOutlines(3) - Allocate space for an arbitrary number of outlines to a shape XkbAllocGeomOverlayKey(3), XkbAllocGeomOverlayKeys(3) - Allocate keys in an overlay row XkbAllocGeomOverlayRows(3) - Allocate rows in a overlay XkbAllocGeomOverlays(3) - Allocate overlays in a section XkbAllocGeomPoints(3) - Allocate points in an outline XkbAllocGeomProps(3) - Allocate geometry properties XkbAllocGeomRows(3) - Allocate rows in a section XkbAllocGeomSectionDoodads(3) - Allocate doodads that are specific to a section XkbAllocGeomSections(3) - Allocate geometry sections XkbAllocGeomShapes(3) - Allocate space for an arbitrary number of geometry shapes XkbAllocGeometry(3) - Allocate an entire geometry XkbAllocIndicatorMaps(3) - Allocates, directly, the indicators member of the keyboard description record XkbAllocKeyboard(3) - Creates a keyboard description from scratch XkbAllocNames(3) - Allocate symbolic names structures XkbAllocServerMap(3) - Allocate and initialize an empty server map description record XkbApplyCompatMapToKey(3) - Apply the new compatibility mapping to an individual key to get its semantics updated XkbBell(3) - Rings the bell on the default keyboard XkbBellEvent(3) - Provides a function that initiates a bell event for the keyboard without ringing the bell XkbChangeControls(3) - Provides a flexible method for updating the controls in a server to match those in the changed keyboard description XkbChangeDeviceInfo(3) - Update the server's description of a device with the changes noted in an XkbDeviceChangesRec XkbChangeEnabledControls(3) - Manipulates the EnabledControls control XkbChangeIndicators(3) - Changes indicator maps or state without passing the entire keyboard description XkbChangeMap(3) - Update only partial components of a keyboard description, modify the appropriate fields in the server and map components of a local copy of the keyboard description XkbChangeNames(3) - _summary-line_ XkbChangeTypesOfKey(3) - Change the number of groups and the types bound to a key XkbChangeTypesOfKey(3) - Obtain the behaviors (the behaviors array) for a subset of the keys in a keyboard description from the server XkbComputeRowBounds(3) - Update the bounding box of a row XkbComputeSectionBounds(3) - Update the bounding box of a section XkbComputeShapeBounds(3) - Updates the bounding box of a shape XkbComputeShapeTop(3) - Determines the bounding box of the top surface of a shape XkbCopyKeyType(3) - Copy one XkbKeyTypeRec structures XkbCopyKeyTypes(3) - Copy more than one XkbKeyTypeRec structure XkbDeviceBell(3) - Rings the bell on an X input extension device or the default keyboard XkbDeviceBellEvent(3) - Creates a bell event for an X input extension device or for the keyboard, without ringing the corresponding bell XkbFindOverlayForKey(3) - Find the alternate name by using the primary name for a key that is part of an overlay XkbForceBell(3) - Overrides user preference settings for audible bells to ring the bell on the default keyboard XkbForceDeviceBell(3) - Rings the bell on any keyboard, overriding user preference settings for audible bells XkbFreeClientMap(3) - Free memory used by the client map member of an XkbDescRec structure XkbFreeCompatMap(3) - Free an entire compatibility map or selected portions of one XkbFreeComponentList(3) - Free the structure returned by XkbListComponents XkbFreeControls(3) - Frees memory used by the ctrls member of an XkbDescRec structure XkbFreeDeviceInfo(3) - Free an XkbDeviceInfoRec structure XkbFreeGeomColors(3) - Free geometry colors XkbFreeGeomDoodads(3) - Free geometry doodads XkbFreeGeomKeyAliases(3) - Free geometry key aliases XkbFreeGeomKeys(3) - Free geometry keys XkbFreeGeomOutlines(3) - Free geometry outlines XkbFreeGeomOverlayKeys(3) - Free keys in an overlay row XkbFreeGeomOverlayRows(3) - Free rows in an overlay XkbFreeGeomOverlays(3) - Free rows in a section XkbFreeGeomPoints(3) - Free points in a outline XkbFreeGeomProperties(3) - Free geometry properties XkbFreeGeomRows(3) - Free rows in a section XkbFreeGeomSections(3) - Free geometry sections XkbFreeGeomShapes(3) - Free geometry shapes XkbFreeGeometry(3) - Free an entire geometry XkbFreeIndicatorMaps(3) - Frees memory used by the indicators member of an XkbDescRec structure XkbFreeKeyboard(3) - Destroys either an entire XkbDescRec or just some of its members XkbFreeNames(3) - Free symbolic names structures XkbFreeServerMap(3) - Free memory used by the server member of an XkbDescRec structure XkbGetAccessXTimeout(3) - Queries the current AccessXTimeout options for a keyboard device XkbGetAutoRepeatRate(3) - Gets the current attributes of the RepeatKeys control for a keyboard device XkbGetAutoResetControls(3) - Gets the current values of the auto-reset controls XkbGetBounceKeysDelay(3) - Queries the current BounceKeys delay for a keyboard device XkbGetCompatMap(3) - Fetch any combination of the current compatibility map components from the server XkbGetControls(3) - Finds the current state of Xkb server controls XkbGetControlsChanges(3) - Updates a local copy of a keyboard description with the changes previously noted by one or more calls to XkbNoteControlsChanges XkbGetDetectableAutoRepeat(3) - Determines whether or not the server supports DetectableAutoRepeat XkbGetDeviceButtonActions(3) - Query the button actions associated with an X Input Extension device XkbGetDeviceInfo(3) - Determine whether the X server allows Xkb access to particular capabilities of input devices other than the core X keyboard, or to determine the status of indicator maps, indicator names or button actions on a non-KeyClass extension device XkbGetDeviceInfoChanges(3) - Query the changes that have occurred in the button actions or indicator names and indicator maps associated with an input extension device XkbGetDeviceLedInfo(3) - Query the indicator names, maps, and state associated with an LED feedback of an input extension device XkbGetGeometry(3) - Loads a keyboard geometry if you already have the keyboard description XkbGetIndicatorChanges(3) - Updates a local copy of the keyboard description with the actual values of one or more calls to XkbNoteIndicatorChanges XkbGetIndicatorMap(3) - Gets the map for one or more indicators, using a mask to specify the indicators XkbGetIndicatorState(3) - Obtains the current state of the keyboard indicators XkbGetKeyActions(3) - Update the actions (the key_acts array) for a subset of the keys in a keyboard description XkbGetKeyExplicitComponents(3) - Obtain the explicit components (the explicit array) for a subset of the keys in a keyboard description XkbGetKeyModifierMap(3) - Update the modifier map for one or more of the keys in a keyboard description XkbGetKeySyms(3) - Obtain the symbols for a subset of the keys in a keyboard description XkbGetKeyTypes(3) - Obtain the list of available key types in the server's keyboard mapping XkbGetKeyVirtualModMap(3) - Obtain the virtual modifier map (the vmodmap array) for a subset of the keys in a keyboard description XkbGetKeyboard(3) - Retrieves one or more components of a keyboard device description XkbGetKeyboardByName(3) - Build a new keyboard description from a set of named components, and to optionally have the server use the resulting description to replace an active one XkbGetMap(3) - Allocate an XkbDescRec structure and populate it with the server's keyboard client map and server map XkbGetNameChanges(3) - Update the local copy of the keyboard description with the actual values of the results of one or more calls to XkbNoteNameChanges XkbGetNamedGeometry(3) - Loads a keyboard geometry description from this database by name XkbGetNamedIndicator(3) - Look up the indicator map and other information for an indicator by name XkbGetNames(3) - Obtain symbolic names from the server XkbGetSlowKeysDelay(3) - Gets the SlowKeys acceptance delay for a keyboard device XkbGetState(3) - Obtains the keyboard state XkbGetStickyKeysOptions(3) - Queries the current StickyKeys attributes for a keyboard device XkbGetUpdatedMap(3) - Update the client or server map information in an existing keyboard description XkbGetVirtualMods(3) - Obtain a subset of the virtual modifier bindings (the vmods array) in a keyboard description XkbGetXlibControls(3) - Determines the current state of the Library Controls XkbIgnoreExtension(3) - Prevents core X library keyboard functions from using the X Keyboard Extension XkbInitCanonicalKeyTypes(3) - Set the definitions of the canonical key types in a client map to their default values XkbKeyAction(3) - Returns the key action XkbKeyActionEntry(3) - Returns a pointer to the key action corresponding to group grp and shift level lvl from the two-dimensional table of key actions associated with the key corresponding to keycode XkbKeyActionsPtr(3) - Returns a pointer to the two-dimensional array of key actions associated with the key corresponding to keycode XkbKeyGroupInfo(3) - Returns the number of groups of symbols bound to the key corresponding to keycode XkbKeyGroupWidth(3) - Computes the width of the type associated with the group grp for the key corresponding to keycode XkbKeyGroupsWidth(3) - Computes the maximum width associated with the key corresponding to keycode XkbKeyHasActions(3) - Determines if the key corresponding to keycode has any actions associated with it XkbKeyNumActions(3) - Computes the number of actions associated with the key corresponding to keycode XkbKeyNumGroups(3) - Returns the number of groups of symbols bound to the key corresponding to keycode XkbKeyNumSyms(3) - Returns the total number of keysyms for the key corresponding to keycode XkbKeySymEntry(3) - Returns the keysym corresponding to shift level shift and group grp from the two-dimensional array of keysyms for the key corresponding to keycode XkbKeySymsOffset(3) - Returns the offset of the two-dimensional array of keysyms for the key corresponding to keycode XkbKeySymsPtr(3) - Returns the pointer to the two-dimensional array of keysyms for the key corresponding to keycode XkbKeyType(3) - Obtain the index of a key type or the pointer to a key type XkbKeyTypeIndex(3) - Obtain the index of a key type or the pointer to a key type XkbKeyTypesForCoreSymbols(3) - Determine the Xkb key types appropriate for the symbols bound to a key in a core keyboard mapping XkbKeycodeToKeysym(3) - Finds the keysym bound to a particular key at a specified group and shift level XkbKeysymToModifiers(3) - Finds the set of modifiers bound to a particular keysym on the core keyboard XkbLatchGroup(3) - Latches the keysym group XkbLatchModifiers(3) - Latches and unlatches any of the eight real keyboard modifiers XkbLibraryVersion(3) - Determines the compatibility of a library at runtime XkbListComponents(3) - List of components for one or more component types XkbLockGroup(3) - Locks the keysym group XkbLockModifiers(3) - Locks and unlocks any of the eight real keyboard modifiers XkbLookupKeyBinding(3) - Find the string bound to a key by XRebindKeySym XkbLookupKeySym(3) - Find the symbol associated with a key for a particular state XkbModActionVMods(3) - Returns the vmods1 and vmods2 fields of act converted to the vmods format of an Xkb modifier description XkbNoteControlsChanges(3) - Notes the changes in a changes structure when a client receives an XkbControlsNotify event XkbNoteDeviceChanges(3) - Note device changes reported in an XkbExtensionDeviceNotify event XkbNoteIndicatorChanges(3) - Notes the changes in a changes structure XkbNoteNameChanges(3) - Note the changed names in a changes structure XkbOpenDisplay(3) - Checks for a compatible version of the Xkb extension in both the library and the server, and initializes the extension for use XkbOutOfRangeGroupInfo(3) - Returns only the out-of-range processing information from the group_info field of an XkbSymMapRec structure XkbOutOfRangeGroupNumber(3) - Returns the out-of-range group number, represented as a group index, from the group_info field of an XkbSymMapRec structure XkbPtrActionX(3) - Returns the high_XXX and low_XXX fields of act converted to a signed int XkbPtrActionY(3) - Returns the high_YYY and low_YYY fields of act converted to a signed int XkbQueryExtension(3) - Determines the compatibility of a library at runtime XkbRefreshKeyboardMapping(3) - Update the keyboard description that is internal to the X library XkbResizeDeviceButtonActions(3) - Allocate additional space for button actions in an XkbDeviceInfoRec structure XkbResizeKeyActions(3) - Change the number of actions bound to a key XkbResizeKeySyms(3) - Change the number of symbols bound to a key XkbResizeKeyType(3) - Change the number of levels in a key type XkbSAActionSetCtrls(3) - Sets the ctrls0 through ctrls3 fields of act from ctrls XkbSAGroup(3) - Returns the group_XXX field of act converted to a signed int XkbSAPtrDfltValue(3) - Returns the valueXXX field of act converted to a signed int XkbSARedirectSetVMods(3) - Sets the vmods0 and vmods1 of act from v XkbSARedirectSetVModsMask(3) - Sets the vmods_mask0 and vmods_mask1 fields of act from vm XkbSARedirectVMods(3) - Returns the vmods0 and vmods1 fields of act converted to an unsigned int XkbSARedirectVModsMask(3) - Returns the vmods_mask0 and vmods_mask1 fields of act converted to an unsigned int XkbSAScreen(3) - Returns the screenXXX field of act converted to a signed int XkbSASetGroup(3) - Sets the group_XXX field of act from the group index grp XkbSASetPtrDfltValue(3) - Sets the valueXXX field of act from val XkbSASetScreen(3) - Sets the screenXXX field of act from s XkbSelectEventDetails(3) - Selects or deselects for a specific Xkb event and optionally places conditions on when events of that type are reported to your client XkbSelectEvents(3) - Selects and / or deselects for delivery of one or more Xkb events and has them delivered under all conditions XkbSetAccessXTimeout(3) - Configures the AccessXTimeout options for a keyboard device XkbSetAutoRepeatRate(3) - Sets the attributes of the RepeatKeys control for a keyboard device XkbSetAutoResetControls(3) - Changes the current values of the AutoReset control attributes XkbSetBounceKeysDelay(3) - Sets the BounceKeys delay for a keyboard device XkbSetCompatMap(3) - Modify the server's compatibility map XkbSetControls(3) - Copies changes to the X server based on a modified ctrls structure in a local copy of the keyboard description XkbSetDebuggingFlags(3) - Change the values of any of the debug controls XkbSetDetectableAutoRepeat(3) - Sets DetectableAutoRepeat XkbSetDeviceButtonActions(3) - Change only the button actions for an input extension device XkbSetDeviceInfo(3) - Modify some or all of the characteristics of an X Input Extension device XkbSetIgnoreLockMods(3) - Sets the modifiers that, if locked, are not to be reported in matching events to passive grabs XkbSetIndicatorMap(3) - Downloads the changes to the server based on modifications to a local copy of the keyboard description which will update the maps for one or more indicators XkbSetMap(3) - Send a complete new set of values for entire components to the server XkbSetModActionVMods(3) - Sets the vmods1 and vmods2 fields of act using the vmods format of an Xkb modifier description XkbSetNamedIndicator(3) - Names an indicator if it is not already named; toggles the state of the indicator; sets the indicator to a specified state and sets the indicator map for the indicator XkbSetNames(3) - Change the symbolic names in the server XkbSetPtrActionX(3) - Sets the high_XXX and low_XXX fields of act from the signed integer value x XkbSetPtrActionY(3) - Sets the high_YYY and low_YYY fields of act from the signed integer value y XkbSetServerInternalMods(3) - Sets the modifiers that are consumed by the server before events are delivered to the client XkbSetXlibControls(3) - Changes the state of the Library Controls XkbTranslateKeyCode(3) - Translate a keycode to a key symbol and modifiers XkbTranslateKeySym(3) - Find the string and symbol associated with a keysym for a given keyboard state XkbUpdateMapFromCore(3) - Update a local Xkb keyboard map to reflect the mapping expressed by a core format mapping XkbVirtualModsToReal(3) - Determines the mapping of virtual modifiers to core X protocol modifiers XmbDrawImageString(3), XwcDrawImageString(3), Xutf8DrawImageString(3) - draw image text using a single font set XmbDrawString(3), XwcDrawString(3), Xutf8DrawString(3) - draw text using a single font set XmbDrawText(3), XwcDrawText(3), Xutf8DrawText(3) - draw text using multiple font sets XmbLookupString(3), XwcLookupString(3), Xutf8LookupString(3) - obtain composed input from an input method XmbResetIC(3), XwcResetIC(3), Xutf8ResetIC(3) - reset the state of an input context XmbTextEscapement(3), XwcTextEscapement(3), Xutf8TextEscapement(3) - obtain the escapement of text XmbTextExtents(3), XwcTextExtents(3), Xutf8TextExtents(3) - compute text extents XmbTextListToTextProperty(3), XwcTextListToTextProperty(3), Xutf8TextListToTextProperty(3), XmbTextPropertyToTextList(3), XwcTextPropertyToTextList(3), Xutf8TextPropertyToTextList(3), XwcFreeStringList(3), XDefaultString(3) - convert text lists and text property structures XmbTextPerCharExtents(3), XwcTextPerCharExtents(3), Xutf8TextPerCharExtents(3) - obtain per-character information for a text string XmbufQueryExtension(3), XmbufGetVersion(3), XmbufCreateBuffers(3), XmbufDestroyBuffers(3), XmbufDisplayBuffers(3), XmbufGetWindowAttributes(3), XmbufChangeWindowAttributes(3), XmbufGetBufferAttributes(3), XmbufChangeBufferAttributes(3), XmbufGetScreenInfo(3), XmbufCreateStereoWindow(3) - X multibuffering functions 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 resolution for a print context XpGetLocaleHinter(3) - Gets a pointer to and description of the current "locale hinter" function XpGetOneAttribute(3) - Gets a single print attribute from the specified print context XpGetPageDimensions(3) - Gets the page dimensions for the current printer settings XpGetPdmStartParams(3) - Builds up parameters in accordance with the PDM Selection Protocol as a standard convenience function XpGetPrinterList(3) - Retrieves a list of all printers supported on an X Print Server XpGetScreenOfContext(3) - Obtains a pointer to the screen associated with the specified print context XpInputSelected(3) - Queries which X Print events the client has selected to receive from the specific print context XpPutDocumentData(3), void XpPutDocumentData(3) - Sends and incorporates data into the output XpQueryExtension(3) - Queries an X Server to determine if it supports the X Print Service Extension, and if it does, what the offsets are for associated events and errors XpQueryScreens(3) - Queries an X Server to determine which screens, of all the screens on the server, support the X Print Service Extension XpQueryVersion(3) - Queries an X Server to determine if it supports the X Print Service Extension, and if it does, which version of the X Print Service Extension XpRehashPrinterList(3) - Recomputes the list of available printers XpSelectInput(3) - Specifies which X Print events, from the specified print context, the client is interested in XpSetAttributes(3) - Sets or updates an attribute pool in the specified print context XpSetContext(3) - Sets or unsets a print context with the specified display connection to the X Print Server 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 Xprint(7) - The "X print service" - a portable, network-transparent printing system based on the X11 protocol XrmEnumerateDatabase(3) - enumerate resource database entries XrmGetFileDatabase(3), XrmPutFileDatabase(3), XrmGetStringDatabase(3), XrmLocaleOfDatabase(3), XrmGetDatabase(3), XrmSetDatabase(3), XrmDestroyDatabase(3) - retrieve and store resource databases XrmGetResource(3), XrmQGetResource(3), XrmQGetSearchList(3), XrmQGetSearchResource(3) - retrieve database resources and search lists XrmInitialize(3), XrmParseCommand(3), XrmValue(3), XrmOptionKind(3), XrmOptionDescRec(3) - initialize the Resource Manager, Resource Manager structures, and parse the command line XrmMergeDatabases(3), XrmCombineDatabase(3), XrmCombineFileDatabase(3) - merge resource databases XrmPutResource(3), XrmQPutResource(3), XrmPutStringResource(3), XrmQPutStringResource(3), XrmPutLineResource(3) - store database resources XrmUniqueQuark(3), XrmStringToQuark(3), XrmPermStringToQuark(3), XrmQuarkToString(3), XrmStringToQuarkList(3), XrmStringToBindingQuarkList(3) - manipulate resource quarks XtAddActions(3) - register an action table XtAddCallback(3), XtAddCallbacks(3), XtRemoveCallback(3), XtRemoveCallbacks(3), XtRemoveAllCallbacks(3) - add and remove callback procedures XtAddEventHandler(3), XtAddRawEventHandler(3), XtRemoveEventHandler(3), XtRemoveRawEventHandler(3), XtInsertEventHandler(3), XtInsertRawEventHandler(3) - add and remove event handlers XtAddExposureToRegion(3) - merge exposure events into a region XtAddGrab(3), XtRemoveGrab(3) - redirect user input to a modal widget XtAddInput(3), XtAddTimeOut(3), XtAddWorkProc(3) - register input, timeout, and workprocs XtAllocateGC(3) - obtain a sharable GC with modifiable fields XtAppAddActionHook(3), XtRemoveActionHook(3) - register an action hook procedure XtAppAddActions(3) - register an action table XtAppAddBlockHook(3), XtRemoveBlockHook(3) - register a block hook procedure XtAppAddConverter(3), XtAddConverter(3) - register resource converter XtAppAddInput(3), XtRemoveInput(3) - register and remove an input source XtAppAddSignal(3), XtRemoveSignal(3), XtNoticeSignal(3) - register and remove a signal source XtAppAddTimeOut(3), XtRemoveTimeOut(3) - register and remove timeouts XtAppAddWorkProc(3), XtRemoveWorkProc(3) - Add and remove background processing procedures XtAppCreateShell(3), XtVaAppCreateShell(3) - create top-level widget instance XtAppError(3), XtAppSetErrorHandler(3), XtAppSetWarningHandler(3), XtAppWarning(3) - low-level error handlers XtAppErrorMsg(3), XtAppSetErrorMsgHandler(3), XtAppSetWarningMsgHandler(3), XtAppWarningMsg(3) - high-level error handlers XtAppGetErrorDatabase(3), XtAppGetErrorDatabaseText(3) - obtain error database XtAppGetSelectionTimeout(3), XtAppSetSelectionTimeout(3) - set and obtain selection timeout values XtAppInitialize(3), XtVaAppInitialize(3) - initialize, open, or close a display XtAppLock(3), XtAppUnlock(3) - lock and unlock application context XtAppNextEvent(3), XtAppPending(3), XtAppPeekEvent(3), XtAppProcessEvent(3), XtDispatchEvent(3), XtAppMainLoop(3) - query and process events and input XtAppReleaseCacheRefs(3) - decrement reference counts for resources XtAppSetExitFlag(3), XtAppGetExitFlag(3) - thread support functions XtAppSetFallbackResources(3) - set fallback resources XtAppSetTypeConverter(3), XtSetTypeConverter(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), XtCallCallbackList(3), XtHasCallbacks(3) - process callbacks XtClass(3), XtSuperclass(3), XtIsSubclass(3), XtCheckSubclass(3), XtIsObject(3), XtIsRectObj(3), XtIsWidget(3), XtIsComposite(3), XtIsConstraint(3), XtIsShell(3), XtIsOverrideShell(3), XtIsWMShell(3), XtIsVendorShell(3), XtIsTransientShell(3), XtIsTopLevelShell(3), XtIsApplicationShell(3), XtIsSessionShell(3) - obtain and verify a widget's class XtConfigureWidget(3), XtMoveWidget(3), XtResizeWidget(3) - move and resize widgets XtConvert(3), XtDirectConvert(3) - invoke resource converters XtConvertAndStore(3), XtCallConverter(3) - invoke resource converters XtCreateApplicationContext(3), XtDestroyApplicationContext(3), XtWidgetToApplicationContext(3), XtToolkitInitialize(3) - create, destroy, and obtain an application context XtCreateApplicationShell(3) - create top-level widget instance XtCreatePopupShell(3), XtVaCreatePopupShell(3) - create a popup shell XtCreateSelectionRequest(3), XtSendSelectionRequest(3), XtCancelSelectionRequest(3) - bundle multiple selection conversion requests into a single request using MULTIPLE target XtCreateWidget(3), XtVaCreateWidget(3), XtCreateManagedWidget(3), XtVaCreateManagedWidget(3), XtDestroyWidget(3) - create and destroy widgets XtCreateWindow(3) - window creation convenience function XtDisplay(3), XtDisplayOfObject(3), XtScreen(3), XtScreenOfObject(3), XtWindow(3), XtWindowOfObject(3) - obtain window information about a widget XtDisplayInitialize(3), XtOpenDisplay(3), XtDatabase(3), XtScreenDatabase(3), XtCloseDisplay(3) - initialize, open, or close a display XtDisplayStringConversionWarning(3) - issue a conversion warning message XtDisplayToApplicationContext(3) - obtain an application context XtError(3), XtSetErrorHandler(3), XtSetWarningHandler(3), XtWarning(3) - low-level error handlers XtErrorMsg(3), XtSetErrorMsgHandler(3), XtWarningMsg(3), XtSetWarningMsgHandler(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), XtVaGetApplicationResources(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), XtGetErrorDatabaseText(3) - obtain error database XtGetGC(3), XtReleaseGC(3) - obtain and destroy a sharable GC XtGetKeyboardFocusWidget(3) - extension event handling XtGetKeysymTable(3), XtKeysymToKeycodeList(3) - query keysyms and keycodes XtGetResourceList(3), XtGetConstraintResourceList(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), XtSetSelectionTimeout(3) - set and obtain selection timeout values XtGetSelectionValue(3), XtGetSelectionValues(3) - obtain selection values XtGetSelectionValueIncremental(3), XtGetSelectionValuesIncremental(3) - obtain selection values XtGetSubresources(3), XtVaGetSubresources(3) - obtain subresources XtGrabKey(3), XtUngrabKey(3), XtGrabKeyboard(3), XtUngrabKeyboard(3), XtGrabButton(3), XtUngrabButton(3), XtGrabPointer(3), XtUngrabPointer(3) - manage grabs XtHooksOfDisplay(3) - external agent access points XtInitialize(3) - initialize XtInitializeWidgetClass(3) - initialize a widget class XtInsertEventTypeHandler(3), XtRemoveEventTypeHandler(3), XtRegisterExtensionSelector(3), XtSetEventDispatcher(3), XtDispatchEventToWidget(3) - extension event handling XtLastEventProcessed(3), XtLastTimestampProcessed(3) - last event, last timestamp processed XtMakeGeometryRequest(3), XtMakeResizeRequest(3) - make geometry manager request XtMalloc(3), XtCalloc(3), XtRealloc(3), XtFree(3), XtNew(3), XtNewString(3) - memory management functions XtManageChildren(3), XtManageChild(3), XtUnmanageChildren(3), XtUnmanageChild(3), XtChangeManagedSet(3), XtIsManaged(3) - manage and unmanage children XtMapWidget(3), XtSetMappedWhenManaged(3), XtUnmapWidget(3) - map and unmap widgets XtName(3) - obtain widget's name XtNameToWidget(3), XtWindowToWidget(3) - translating strings to widgets or widgets to windows XtNextEvent(3), XtPending(3), XtPeekEvent(3), XtProcessEvent(3), XtMainLoop(3) - query and process events and input XtOffset(3), XtOffsetOf(3), XtNumber(3) - determine the byte offset or number of array elements XtOpenApplication(3), XtVaOpenApplication(3) - initialize, open, or close a display XtOwnSelection(3), XtOwnSelectionIncremental(3), XtDisownSelection(3) - set selection owner XtParent(3) - obtain widget's parent widget id XtParseAcceleratorTable(3), XtInstallAccelerators(3), XtInstallAllAccelerators(3) - managing accelerator tables XtParseTranslationTable(3), XtAugmentTranslations(3), XtOverrideTranslations(3), XtUninstallTranslations(3) - manage translation tables XtPopdown(3), XtCallbackPopdown(3) - unmap a pop-up XtPopup(3), XtPopupSpringLoaded(3), XtCallbackNone(3), XtCallbackNonexclusive(3), XtCallbackExclusive(3) - map a pop-up XtProcessLock(3), XtProcessUnlock(3) - lock and unlock process XtQueryGeometry(3) - query the preferred geometry of a child widget XtRealizeWidget(3), XtIsRealized(3), XtUnrealizeWidget(3) - realize and unrealize widgets XtRegisterDrawable(3) - register a drawable with the Intrinsics event dispatcher XtRegisterGrabAction(3) - register button and key grabs XtReservePropertyAtom(3), XtReleasePropertyAtom(3) - maintain a cache of property atoms XtResolvePathname(3) - search for a file using standard substitution XtSessionGetToken(3), XtSessionReturnToken(3) - token management for checkpointing XtSetArg(3), XtMergeArgLists(3) - set and merge ArgLists XtSetKeyTranslator(3), XtTranslateKeycode(3), XtRegisterCaseConverter(3), XtConvertCase(3) - convert KeySym to KeyCodes XtSetKeyboardFocus(3) - focus events on a child widget XtSetLanguageProc(3) - set the language procedure XtSetMultiClickTime(3), XtGetMultiClickTime(3) - set and get multi-click times XtSetSelectionParameters(3) - specify target parameters for a selection request with a single target XtSetSensitive(3), XtIsSensitive(3) - set and check a widget's sensitivity state XtSetValues(3), XtVaSetValues(3), XtSetSubvalues(3), XtVaSetSubvalues(3), XtGetValues(3), XtVaGetValues(3), XtGetSubvalues(3), XtVaGetSubvalues(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 a2p(1) - Awk to Perl translator ab(8) - Apache HTTP server benchmarking tool aclocal-1.14-1.14(1), aclocal(1) - manual page for aclocal 1.14 apachectl(8) - Apache HTTP Server Control Interface apxs(8) - APache eXtenSion tool autoconf-2.69(1), autoconf(1) - Generate configuration scripts autoheader-2.69(1), autoheader(1) - Create a template header for configure autom4te-2.69(1), autom4te(1) - Generate files and scripts thanks to M4 automake-1.14-1.14(1), automake(1) - manual page for automake 1.14 autopoint(1) - copies standard gettext infrastructure autoreconf-2.69(1), autoreconf(1) - Update generated configuration files autoscan-2.69(1), autoscan(1) - Generate a preliminary configure.in autoupdate-2.69(1), autoupdate(1) - Update a configure.in to a newer Autoconf bind_textdomain_codeset(3) - set encoding of message translations bindtextdomain(3) - set directory containing message catalogs c2ph(1), pstruct(1) - Dump C structures as generated from "cc -g -S" stabs ccmake(1) - CMake Curses Dialog Command-Line Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u checkmk(1) - Awk script for generating C unit tests for use with the Check unit testing framework cjpeg(1) - compress an image file to a JPEG file clusterdb(1) - cluster a PostgreSQL database cmake(1) - CMake Command-Line Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-buildsystem(7) - CMake Buildsystem Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-commands(7) - CMake Language Command Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-developer(7) - CMake Developer Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-generator-expressions(7) - CMake Generator Expressions rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-generators(7) - CMake Generators Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-language(7) - CMake Language Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-modules(7) - CMake Modules Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-packages(7) - CMake Packages Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-policies(7) - CMake Policies Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-properties(7) - CMake Properties Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-qt(7) - CMake Qt Features Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-toolchains(7) - CMake Toolchains Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cmake-variables(7) - CMake Variables Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u comp_err(1) - compile MySQL error message file config.guess-2.69(1) - guess the build system triplet config.sub-2.69(1) - validate and canonicalize a configuration triplet config_data(1) - Query or change configuration of Perl modules corelist(1) - a commandline frontend to Module::CoreList cpack(1) - CPack Command-Line Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u cpan(1) - easily interact with CPAN from the command line cpan2dist(1) - The CPANPLUS distribution creator cpanp(1) - The CPANPLUS launcher createdb(1) - create a new PostgreSQL database createlang(1) - install a PostgreSQL procedural language createuser(1) - define a new PostgreSQL user account ctest(1) - CTest Command-Line Reference rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u curl(1) - transfer a URL curl-config(1) - Get information about a libcurl installation curl_easy_cleanup(3) - End a libcurl easy session curl_easy_duphandle(3) - Clone a libcurl session handle curl_easy_escape(3) - URL encodes the given string curl_easy_getinfo(3) - extract information from a curl handle curl_easy_init(3) - Start a libcurl easy session curl_easy_pause(3) - pause and unpause a connection curl_easy_perform(3) - Perform a file 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_strerror(3) - return string describing error code curl_easy_unescape(3) - URL decodes the given string curl_escape(3) - URL encodes the given string curl_formadd(3) - add a section to a multipart/formdata HTTP POST curl_formfree(3) - free a previously build multipart/formdata HTTP POST chain curl_formget(3) - serialize a previously built multipart/formdata HTTP POST chain curl_free(3) - reclaim memory that has been obtained through a libcurl call curl_getdate(3) - Convert a 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 initialisation curl_global_init_mem(3) - Global libcurl initialisation with memory callbacks curl_maprintf(3), curl_mfprintf(3), curl_mprintf(3), curl_msnprintf(3), curl_msprintf curl_mvaprintf(3), curl_mvfprintf(3), curl_mvprintf(3), curl_mvsnprintf(3), curl_mvsprintf(3) - formatted output conversion curl_multi_add_handle(3) - add an easy handle to a multi session curl_multi_assign(3) - set data to association with an internal socket curl_multi_cleanup(3) - close down a multi session curl_multi_fdset(3) - extracts file descriptor information from a multi handle curl_multi_info_read(3) - read multi stack informationals curl_multi_init(3) - create a multi handle curl_multi_perform(3) - reads/writes available data from each easy 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) - reads/writes available data curl_multi_socket_action(3) - reads/writes available data given an action 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) - polls on all easy handles in a multi handle curl_share_cleanup(3) - Clean up a shared object curl_share_init(3) - Create a shared 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), curl_strnequal(3) - case insensitive string comparisons curl_unescape(3) - URL decodes the given string curl_version(3) - returns the libcurl version string curl_version_info(3) - returns run-time libcurl version info cxpm(1) - Check an XPM (X PixMap) file, versions XPM 1, 2, or 3 dblink(3) - executes a query in a remote database dblink_build_sql_delete(3) - builds a DELETE statement using supplied values for primary key field values dblink_build_sql_insert(3) - builds an INSERT statement using a local tuple, replacing the primary key field values with alternative supplied values dblink_build_sql_update(3) - builds an UPDATE statement using a local tuple, replacing the primary key field values with alternative supplied values dblink_cancel_query(3) - cancels any active query on the named connection dblink_close(3) - closes a cursor in a remote database dblink_connect(3) - opens a persistent connection to a remote database dblink_connect_u(3) - opens a persistent connection to a remote database, insecurely dblink_disconnect(3) - closes a persistent connection to a remote database dblink_error_message(3) - gets last error message on the named connection dblink_exec(3) - executes a command in a remote database dblink_fetch(3) - returns rows from an open cursor in a remote database dblink_get_connections(3) - returns the names of all open named dblink connections dblink_get_notify(3) - retrieve async notifications on a connection dblink_get_pkey(3) - returns the positions and field names of a relations primary key fields dblink_get_result(3) - gets an async query result dblink_is_busy(3) - checks if connection is busy with an async query dblink_open(3) - opens a cursor in a remote database dblink_send_query(3) - sends an async query to a remote database dbmmanage(1) - Manage user authentication files in DBM format derb(1) - disassemble a resource bundle diagnostics(1), splain(1) - produce verbose warning diagnostics dialog4ports(1) - a dialog for ports djpeg(1) - decompress a JPEG file to an image file dropdb(1) - remove a PostgreSQL database droplang(1) - remove a PostgreSQL procedural language dropuser(1) - remove a PostgreSQL user account ecpg(1) - embedded SQL C preprocessor enc2xs(1) - -- Perl Encode Module Generator envsubst(1) - substitutes environment variables in shell format strings ffi(3), FFI(3) - Foreign Function Interface ffi_call(3) - Invoke a foreign function ffi_prep_cif(3) - Prepare a ffi_cif structure for use with ffi_call ffi_prep_cif_var(3) - Prepare a ffi_cif structure for use with ffi_call for variadic functions find2perl(1) - translate find command lines to Perl code freetype-config(1) - Get information about a libfreetype installation gdbm(3), GDBM(3) - The GNU database manager. Includes dbm and ndbm compatibility gdbm_dump(1) - dump a GDBM database to a file gdbm_load(1) - re-create a GDBM database from a dump file gdbmtool(1) - examine and modify a GDBM database genbrk(1) - Compiles ICU break iteration rules source files into binary data files genccode(8) - generate C or platform specific assembly code from an ICU data file gencfu(1) - Generates Unicode Confusable data files gencmn(8) - generate an ICU memory-mappable data file gencnval(1) - compile the converters aliases file gendict(1) - Compiles word list into ICU string trie dictionary genrb(1) - compile a resource bundle gensprep(8) - compile StringPrep data from files filtered by filterRFC3454.pl geoiplookup(1) - look up country using IP Address or hostname geoiplookup6(1), geouplookup6(1) - look up country using IP Address or hostname gettext(1) - translate message gettext(3), dgettext(3), dcgettext(3) - translate message gettextize(1) - install or upgrade gettext infrastructure gm4(1), m4(1) - macro processor gmake(1), make(1) - GNU make utility to maintain groups of programs gmake-lite(1), make(1) - GNU make utility to maintain groups of programs gpg-error-config(1) - Script to get information about the installed version of libgpg-error h2ph(1) - convert .h C header files to .ph Perl header files h2xs(1) - convert .h C header files to Perl extensions help2man(1) - generate a simple manual page hmac256(1) - Compute an HMAC-SHA-256 MAC htcacheclean(8) - Clean up the disk cache htdbm(1) - Manipulate DBM password databases htdigest(1) - manage user files for digest authentication htpasswd(1) - Manage user files for basic authentication httpd(8) - Apache Hypertext Transfer Protocol Server httxt2dbm(1) - Generate dbm files for use with RewriteMap iconv(1) - character set conversion iconv(3) - perform character set conversion iconv_close(3) - deallocate descriptor for character set conversion iconv_open(3) - allocate descriptor for character set conversion iconv_open_into(3) - initialize descriptor for character set conversion iconvctl(3) - control iconv behavior icu-config(1) - output ICU build options icupkg(8) - extract or modify an ICU .dat archive ifnames-2.69(1) - Extract CPP conditionals from a set of files initdb(1) - create a new PostgreSQL database cluster instmodsh(1) - A shell to examine installed modules jpegtran(1) - lossless transformation of JPEG files json_pp(1) - JSON::PP command utility libXp(3) - X Print Client Library libcurl(3) - client-side URL transfers libcurl-easy(3) - easy interface overview libcurl-errors(3) - error codes in libcurl libcurl-multi(3) - how to use the multi interface libcurl-share(3) - how to use the share interface libcurl-tutorial(3) - libcurl programming tutorial libexslt(3) - extension library for XSLT libnetcfg(1) - configure libnet libpng(3) - Portable Network Graphics (PNG) Reference Library 1.5.19 libpng(3) - Portable Network Graphics (PNG) Reference Library 1.5.19 (private functions) libtool(1) - manual page for libtool 2.4.2.417-e168 libtoolize(1) - manual page for libtoolize 2.4.2.410-c47a libxml(3) - library used to parse XML files libxslt(3) - library used to do XSL transformations on XML documents logresolve(8) - Resolve IP-addresses to hostnames in Apache log files lua51(1), lua(1) - Lua interpreter luac51(1), luac(1) - Lua compiler makeconv(1) - compile a converter table msgattrib(1) - attribute matching and manipulation on message catalog msgcat(1) - combines several message catalogs msgcmp(1) - compare message catalog and template msgcomm(1) - match two message catalogs msgconv(1) - character set conversion for message catalog msgen(1) - create English message catalog msgexec(1) - process translations of message catalog msgfilter(1) - edit translations of message catalog msgfmt(1) - compile message catalog to binary format msggrep(1) - pattern matching on message catalog msginit(1) - initialize a message catalog msgmerge(1) - merge message catalog and template msgunfmt(1) - uncompile message catalog from binary format msguniq(1) - unify duplicate translations in message catalog msql2mysql(1) - convert mSQL programs for use with MySQL my_print_defaults(1) - display options from option files myisam_ftdump(1) - display full-text index information myisamchk(1) - MyISAM table-maintenance utility myisamlog(1) - display MyISAM log file contents myisampack(1) - generate compressed, read-only MyISAM tables mysql(1) - the MySQL command-line tool mysql.server(1) - MySQL server startup script mysql_config(1) - display options for compiling clients mysql_convert_table_format(1) - convert tables to use a given storage engine mysql_find_rows(1) - extract SQL statements from files mysql_fix_extensions(1) - normalize table file name extensions mysql_install_db(1) - initialize MySQL data directory mysql_plugin(1) - configure MySQL server plugins mysql_secure_installation(1) - improve MySQL installation security mysql_setpermission(1) - interactively set permissions in grant tables mysql_tzinfo_to_sql(1) - load the time zone tables mysql_upgrade(1) - check and upgrade MySQL tables mysql_waitpid(1) - kill process and wait for its termination mysql_zap(1) - kill processes that match a pattern mysqlaccess(1) - client for checking access privileges mysqladmin(1) - client for administering a MySQL server mysqlbinlog(1) - utility for processing binary log files mysqlbug(1) - generate bug report mysqlcheck(1) - a table maintenance program mysqld(8) - the MySQL server mysqld_multi(1) - manage multiple MySQL servers mysqld_safe(1) - MySQL server startup script mysqldump(1) - a database backup program mysqldumpslow(1) - Summarize slow query log files mysqlhotcopy(1) - a database backup program mysqlimport(1) - a data import program mysqlman(1) - default man page for mysql mysqlshow(1) - display database, table, and column information mysqlslap(1) - load emulation client mysqltest(1) - program to run test cases mysqltest_embedded - program to run embedded test cases ngettext(1) - translate message and choose plural form ngettext(3), dngettext(3), dcngettext(3) - translate message and choose plural form oid2name(1) - resolve OIDs and file nodes in a PostgreSQL data directory pcre(3), PCRE(3) - Perl-compatible regular expressions pcre-config(1) - program to return PCRE configuration pcre16(3), PCRE(3) - Perl-compatible regular expressions #include pcre16_assign_jit_stack(3), PCRE(3) - Perl-compatible regular expressions pcre16_compile(3), PCRE(3) - Perl-compatible regular expressions pcre16_compile2(3), PCRE(3) - Perl-compatible regular expressions pcre16_config(3), PCRE(3) - Perl-compatible regular expressions pcre16_copy_named_substring(3), PCRE(3) - Perl-compatible regular expressions pcre16_copy_substring(3), PCRE(3) - Perl-compatible regular expressions pcre16_dfa_exec(3), PCRE(3) - Perl-compatible regular expressions pcre16_exec(3), PCRE(3) - Perl-compatible regular expressions pcre16_free_study(3), PCRE(3) - Perl-compatible regular expressions pcre16_free_substring(3), PCRE(3) - Perl-compatible regular expressions pcre16_free_substring_list(3), PCRE(3) - Perl-compatible regular expressions pcre16_fullinfo(3), PCRE(3) - Perl-compatible regular expressions pcre16_get_named_substring(3), PCRE(3) - Perl-compatible regular expressions pcre16_get_stringnumber(3), PCRE(3) - Perl-compatible regular expressions pcre16_get_stringtable_entries(3), PCRE(3) - Perl-compatible regular expressions pcre16_get_substring(3), PCRE(3) - Perl-compatible regular expressions pcre16_get_substring_list(3), PCRE(3) - Perl-compatible regular expressions pcre16_jit_exec(3), PCRE(3) - Perl-compatible regular expressions pcre16_jit_stack_alloc(3), PCRE(3) - Perl-compatible regular expressions pcre16_jit_stack_free(3), PCRE(3) - Perl-compatible regular expressions pcre16_maketables(3), PCRE(3) - Perl-compatible regular expressions pcre16_pattern_to_host_byte_order(3), PCRE(3) - Perl-compatible regular expressions pcre16_refcount(3), PCRE(3) - Perl-compatible regular expressions pcre16_study(3), PCRE(3) - Perl-compatible regular expressions pcre16_utf16_to_host_byte_order(3), PCRE(3) - Perl-compatible regular expressions pcre16_version(3), PCRE(3) - Perl-compatible regular expressions pcre32(3), PCRE(3) - Perl-compatible regular expressions #include pcre32_utf32_to_host_byte_order(3), PCRE(3) - Perl-compatible regular expressions pcreapi(3), PCRE(3) - Perl-compatible regular expressions #include pcrebuild(3), PCRE(3) - Perl-compatible regular expressions pcrecallout(3), PCRE(3) - Perl-compatible regular expressions pcrecompat(3), PCRE(3) - Perl-compatible regular expressions pcrecpp(3), PCRE(3) - Perl-compatible regular expressions pcregrep(1) - a grep with Perl-compatible regular expressions pcrejit(3), PCRE(3) - Perl-compatible regular expressions pcrelimits(3), PCRE(3) - Perl-compatible regular expressions pcrematching(3), PCRE(3) - Perl-compatible regular expressions pcrepartial(3), PCRE(3) - Perl-compatible regular expressions pcrepattern(3), PCRE(3) - Perl-compatible regular expressions pcreperform(3), PCRE(3) - Perl-compatible regular expressions pcreposix(3), PCRE(3) - Perl-compatible regular expressions pcreprecompile(3), PCRE(3) - Perl-compatible regular expressions pcresample(3), PCRE(3) - Perl-compatible regular expressions pcrestack(3), PCRE(3) - Perl-compatible regular expressions pcresyntax(3), PCRE(3) - Perl-compatible regular expressions pcretest(1) - a program for testing Perl-compatible regular expressions pcreunicode(3), PCRE(3) - Perl-compatible regular expressions perl(1) - The Perl 5 language interpreter perl5004delta(1) - what's new for perl5.004 perl5005delta(1) - what's new for perl5.005 perl5100delta(1) - what is new for perl 5.10.0 perl5101delta(1) - what is new for perl v5.10.1 perl5120delta(1) - what is new for perl v5.12.0 perl5121delta(1) - what is new for perl v5.12.1 perl5122delta(1) - what is new for perl v5.12.2 perl5123delta(1) - what is new for perl v5.12.3 perl5124delta(1) - what is new for perl v5.12.4 perl5140delta(1) - what is new for perl v5.14.0 perl5141delta(1) - what is new for perl v5.14.1 perl5142delta(1) - what is new for perl v5.14.2 perl5143delta(1) - what is new for perl v5.14.3 perl5160delta(1) - what is new for perl v5.16.0 perl5161delta(1) - what is new for perl v5.16.1 perl5162delta(1) - what is new for perl v5.16.2 perl561delta(1) - what's new for perl v5.6.1 perl56delta(1) - what's new for perl v5.6.0 perl581delta(1) - what is new for perl v5.8.1 perl582delta(1) - what is new for perl v5.8.2 perl583delta(1) - what is new for perl v5.8.3 perl584delta(1) - what is new for perl v5.8.4 perl585delta(1) - what is new for perl v5.8.5 perl586delta(1) - what is new for perl v5.8.6 perl587delta(1) - what is new for perl v5.8.7 perl588delta(1) - what is new for perl v5.8.8 perl589delta(1) - what is new for perl v5.8.9 perl58delta(1) - what is new for perl v5.8.0 perlaix(1) - Perl version 5 on IBM AIX (UNIX) systems perlamiga(1) - Perl under Amiga OS perlapi(1) - autogenerated documentation for the perl public API perlapio(1) - perl's IO abstraction interface perlartistic(1) - the Perl Artistic License perlbeos(1) - Perl version 5.8+ on BeOS perlbook(1) - Books about and related to Perl perlboot(1) - This document has been deleted perlbot(1) - This document has been deleted perlbs2000(1) - building and installing Perl for BS2000 perlbug(1) - how to submit bug reports on Perl perlcall(1) - Perl calling conventions from C perlce(1) - Perl for WinCE perlcheat(1) - Perl 5 Cheat Sheet perlclib(1) - Internal replacements for standard C library functions perlcn(1) - XXXX Perl XX perlcommunity(1) - a brief overview of the Perl community perlcygwin(1) - Perl for Cygwin perldata(1) - Perl data types perldbmfilter(1) - Perl DBM Filters perldebguts(1) - Guts of Perl debugging perldebtut(1) - Perl debugging tutorial perldebug(1) - Perl debugging Xref "debug debugger" perldelta(1) - what is new for perl v5.16.3 perldgux(1) - Perl under DG/UX perldiag(1) - various Perl diagnostics perldoc(1) - Look up Perl documentation in Pod format perldos(1) - Perl under DOS, W31, W95 perldsc(1) - Perl Data Structures Cookbook Xref "data structure complex data structure struct" perldtrace(1) - Perl's support for DTrace perlebcdic(1) - Considerations for running Perl on EBCDIC platforms perlembed(1) - how to embed perl in your C program perlepoc(1) - Perl for EPOC perlexperiment(1) - A listing of experimental features in Perl perlfaq(1) - frequently asked questions about Perl perlfaq1(1) - General Questions About Perl perlfaq2(1) - Obtaining and Learning about Perl perlfaq3(1) - Programming Tools perlfaq4(1) - Data Manipulation perlfaq5(1) - Files and Formats perlfaq6(1) - Regular Expressions perlfaq7(1) - General Perl Language Issues perlfaq8(1) - System Interaction perlfaq9(1) - Web, Email and Networking perlfilter(1) - Source Filters perlfork(1) - Perl's fork() emulation perlform(1) - Perl formats Xref "format report chart" perlfreebsd(1) - Perl version 5 on FreeBSD systems perlfunc(1) - Perl builtin functions Xref "function" perlgit(1) - Detailed information about git and the Perl repository perlglossary(1) - Perl Glossary perlgpl(1) - the GNU General Public License, version 1 perlguts(1) - Introduction to the Perl API perlhack(1) - How to hack on Perl perlhacktips(1) - Tips for Perl core C code hacking perlhacktut(1) - Walk through the creation of a simple C code patch perlhaiku(1) - Perl version 5.10+ on Haiku perlhist(1) - the Perl history records perlhpux(1) - Perl version 5 on Hewlett-Packard Unix (HP-UX) systems perlhurd(1) - Perl version 5 on Hurd perlintern(1) - autogenerated documentation of purely internal Perl functions perlinterp(1) - An overview of the Perl interpreter perlintro(1) - -- a brief introduction and overview of Perl perliol(1) - C API for Perl's implementation of IO in Layers perlipc(1) - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) perlirix(1) - Perl version 5 on Irix systems perlivp(1) - Perl Installation Verification Procedure perljp(1) - XXX Perl XXX perlko(1) - PerlX XXX XXX perllexwarn(1) - Perl Lexical Warnings Xref "warning, lexical warnings warning" perllinux(1) - Perl version 5 on Linux systems perllocale(1) - Perl locale handling (internationalization and localization) perllol(1) - Manipulating Arrays of Arrays in Perl perlmacos(1) - Perl under Mac OS (Classic) perlmacosx(1) - Perl under Mac OS X perlmod(1) - Perl modules (packages and symbol tables) perlmodinstall(1) - Installing CPAN Modules perlmodlib(1) - constructing new Perl modules and finding existing ones perlmodstyle(1) - Perl module style guide perlmpeix(1) - Perl/iX for HP e3000 MPE perlmroapi(1) - Perl method resolution plugin interface perlnetware(1) - Perl for NetWare perlnewmod(1) - preparing a new module for distribution perlnumber(1) - semantics of numbers and numeric operations in Perl perlobj(1) - Perl object reference Xref "object OOP" perlootut(1) - Object-Oriented Programming in Perl Tutorial perlop(1) - Perl operators and precedence Xref "operator" perlopenbsd(1) - Perl version 5 on OpenBSD systems perlopentut(1) - tutorial on opening things in Perl perlos2(1) - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT perlos390(1) - building and installing Perl for OS/390 and z/OS perlos400(1) - Perl version 5 on OS/400 perlpacktut(1) - tutorial on "pack" and "unpack" perlperf(1) - Perl Performance and Optimization Techniques perlplan9(1) - Plan 9-specific documentation for Perl perlpod(1) - the Plain Old Documentation format Xref "POD plain old documentation" perlpodspec(1) - Plain Old Documentation: format specification and notes perlpodstyle(1) - Perl POD style guide perlpolicy(1) - Various and sundry policies and commitments related to the Perl core perlport(1) - Writing portable Perl perlpragma(1) - how to write a user pragma perlqnx(1) - Perl version 5 on QNX perlre(1) - Perl regular expressions Xref "regular expression regex regexp" perlreapi(1) - perl regular expression plugin interface perlrebackslash(1) - Perl Regular Expression Backslash Sequences and Escapes perlrecharclass(1) - Perl Regular Expression Character Classes Xref "character class" perlref(1) - Perl references and nested data structures Xref "reference pointer data structure structure struct" perlreftut(1) - Mark's very short tutorial about references perlreguts(1) - Description of the Perl regular expression engine perlrequick(1) - Perl regular expressions quick start perlreref(1) - Perl Regular Expressions Reference perlretut(1) - Perl regular expressions tutorial perlriscos(1) - Perl version 5 for RISC OS perlrun(1) - how to execute the Perl interpreter perlsec(1) - Perl security perlsolaris(1) - Perl version 5 on Solaris systems perlsource(1) - A guide to the Perl source tree perlstyle(1) - Perl style guide perlsub(1) - Perl subroutines Xref "subroutine function" perlsymbian(1) - Perl version 5 on Symbian OS perlsyn(1) - Perl syntax Xref "syntax" perlthrtut(1) - Tutorial on threads in Perl perltie(1) - how to hide an object class in a simple variable Xref "tie" perltoc(1) - perl documentation table of contents perltodo(1) - Perl TO-DO List perltooc(1) - This document has been deleted perltoot(1) - This document has been deleted perltrap(1) - Perl traps for the unwary perltru64(1) - Perl version 5 on Tru64 (formerly known as Digital UNIX formerly known as DEC OSF/1) systems perltw(1) - XXXX Perl XX perlunicode(1) - Unicode support in Perl perlunifaq(1) - Perl Unicode FAQ perluniintro(1) - Perl Unicode introduction perluniprops(1) - Index of Unicode Version 6.1.0 character properties in Perl perlunitut(1) - Perl Unicode Tutorial perlutil(1) - utilities packaged with the Perl distribution perluts(1) - Perl under UTS perlvar(1) - Perl predefined variables perlvmesa(1) - building and installing Perl for VM/ESA perlvms(1) - VMS-specific documentation for Perl perlvos(1) - Perl for Stratus VOS perlwin32(1) - Perl under Windows perlxs(1) - XS language reference manual perlxstut(1) - Tutorial for writing XSUBs perlxstypemap(1) - Perl XS C/Perl type mapping perror(1) - explain error codes pg_archivecleanup(1) - clean up PostgreSQL WAL archive files pg_basebackup(1) - take a base backup of a PostgreSQL cluster pg_config(1) - retrieve information about the installed version of PostgreSQL pg_controldata(1) - display control information of a PostgreSQL database cluster pg_ctl(1) - initialize, start, stop, or control a PostgreSQL server pg_dump(1) - extract a PostgreSQL database into a script file or other archive file pg_dumpall(1) - extract a PostgreSQL database cluster into a script file pg_receivexlog(1) - streams transaction logs from a PostgreSQL cluster pg_resetxlog(1) - reset the write-ahead log and other control information of a PostgreSQL database cluster pg_restore(1) - restore a PostgreSQL database from an archive file created by pg_dump pg_standby(1) - supports the creation of a PostgreSQL warm standby server pg_test_fsync(1) - determine fastest wal_sync_method for PostgreSQL pg_test_timing(1) - measure timing overhead pg_upgrade(1) - upgrade a PostgreSQL server instance pgbench(1) - run a benchmark test on PostgreSQL php(1) - PHP Command Line Interface 'CLI' php-config(1) - get information about PHP configuration and compile options php-fpm(8) - PHP FastCGI Process Manager 'PHP-FPM' phpize(1) - prepare a PHP extension for compiling piconv(1) - -- iconv(1), reinvented in perl pkg(8), pkg-static(8) - a utility for manipulating packages pkg-add(8), pkg add(8) - Registers a package and installs it on the system pkg-annotate(8), pkg annotate(8) - add, modify or delete arbitrary annotations from packages pkg-audit(8), pkg audit(8) - Audits installed packages against known vulnerabilities pkg-autoremove(8), pkg autoremove(8) - removes orphan packages pkg-backup(8), pkg backup(8) - backup and restore the local package database pkg-check(8), pkg check(8) - sanity checks installed packages pkg-clean(8), pkg clean(8) - Cleans the local cache of fetched remote packages pkg-config(8), pkg config(8) - retrieve the value of a given configuration option pkg-convert(8), pkg convert(8) - convert from/to pkgng database format pkg-create(8), pkg create(8) - a utility for creating software package distributions pkg-delete(8), pkg delete(8) - deletes packages from the database and the system pkg-fetch(8), pkg fetch(8) - Fetches remote packages pkg-info(8), pkg info(8) - displays information for packages pkg-install(8), pkg install(8) - installs packages from remote package repositories or local archives pkg-lock(8), pkg lock(8), pkg unlock(8) - lock or unlock packages pkg-query(8), pkg query(8) - query information for installed packages pkg-register(8), pkg register(8) - registers a package into the local package database pkg-repo(8), pkg repo(8) - creates a package repository catalogue pkg-repository(5), package repository(5) - format and operation of package repositories used by pkg(8) pkg-rquery(8), pkg rquery(8) - query information from remote repositories pkg-search(8), pkg search(8) - search package repository catalogues pkg-set(8), pkg set(8) - modify information in the installed database pkg-shell(8), pkg shell(8) - interact with the pkg database pkg-shlib(8), pkg shlib(8) - displays which installed packages provide a specfic shared library, and those which require it by containg binaries that link to it library is the filename of the library, without any leading path, but including the ABI version number. Only exact matches are handled pkg-ssh(8), pkg ssh(8) - package server pkg-stats(8), pkg stats(8) - package database statistics pkg-update(8), pkg update(8) - updates the local copies of repository catalogues from the configured package repositories pkg-updating(8), pkg updating(8) - displays UPDATING entries of software packages pkg-upgrade(8), pkg upgrade(8) - performs upgrades of package software distributions pkg-version(8), pkg version(8) - summarize installed versions of packages pkg-which(8), pkg which(8) - displays which package installed a specific file pkg.conf(5) - System-wide configuration file for pkg(1) pkg_printf(3), pkg_fprintf(3), pkg_dprintf(3), pkg_snprintf(3), pkg_asprintf(3), pkg_sbuf_printf(3), pkg_vprintf(3), pkg_vfprintf(3), pkg_vdprintf(3), pkg_vsnprintf(3), pkg_vasprintf(3), pkg_sbuf_vprintf(3) - formatted output of package data pkg_repos(3), pkg_repos_total_count(3), pkg_repos_activated_count pkg_repo_url(3), pkg_repo_ident(3), pkg_repo_name(3), pkg_repo_ident_from_name pkg_repo_key(3), pkg_repo_fingerprints pkg_repo_signature_type(3), pkg_repo_mirror_type(3), pkg_repo_enabled pkg_repo_find_ident(3), pkg_repo_find_name(3) - manipulate repositories pkgconf(1) - a system for configuring build dependency information pkgdata(1) - package data for use by ICU pl2pm(1) - Rough tool to translate Perl4 .pl files to Perl5 .pm modules png(5) - Portable Network Graphics (PNG) format pod2html(1) - convert .pod files to .html files pod2latex(1) - convert pod documentation to latex format pod2man(1) - Convert POD data to formatted *roff input pod2text(1) - Convert POD data to formatted ASCII text pod2usage(1) - print usage messages from embedded pod docs in files podchecker(1) - check the syntax of POD format documentation files podselect(1) - print selected sections of pod documentation on standard output postgres(1) - PostgreSQL database server postmaster(1) - PostgreSQL database server prove(1) - Run tests through a TAP harness psed(1) - a stream editor psql(1) - PostgreSQL interactive terminal ptar(1), ptar(1) - a tar-like program written in perl ptardiff(1) - program that diffs an extracted archive against an unextracted one ptargrep(1) - Apply pattern matching to the contents of files in a tar archive python2.7(1), python(1) - an interpreted, interactive, object-oriented programming language rdjpgcom(1) - display text comments from a JPEG file recode-sr-latin(1) - convert Serbian text from Cyrillic to Latin script reindexdb(1) - reindex a PostgreSQL database replace(1) - a string-replacement utility resolve_stack_dump(1) - resolve numeric stack trace dump to symbols resolveip(1) - resolve host name to IP address or vice versa rotatelogs(8) - Piped logging program to rotate Apache logs shasum(1) - Print or Check SHA Checksums sqlite3(1) - A command line interface for SQLite version 3 suexec(8) - Switch user before executing external programs sxpm(1) - Show an XPM (X PixMap) file and/or convert XPM 1 or 2 files to XPM 3 textdomain(3) - set domain for future gettext() calls uconv(1) - convert data from one encoding to another vacuumdb(1) - garbage-collect and analyze a PostgreSQL database vacuumlo(1) - remove orphaned large objects from a PostgreSQL database wrjpgcom(1) - insert text comments into a JPEG file xcb-examples(3) - manpage examples xcb-requests(3) - about request manpages xcb_alloc_color(3) - Allocate a color xcb_allow_events(3) - release queued events xcb_button_press_event_t(3) - a mouse button was pressed/released xcb_button_release_event_t(3) - a mouse button was pressed/released xcb_change_gc(3) - change graphics context components 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_request_event_t(3) - NOT YET DOCUMENTED xcb_circulate_window(3) - Change window stacking order xcb_client_message_event_t(3) - NOT YET DOCUMENTED xcb_colormap_notify_event_t(3) - the colormap for some window changed xcb_configure_notify_event_t(3) - NOT YET DOCUMENTED xcb_configure_window(3) - Configures window attributes xcb_copy_area(3) - copy areas xcb_create_gc(3) - Creates a graphics context xcb_create_glyph_cursor(3) - create cursor xcb_create_pixmap(3) - Creates a pixmap xcb_create_window(3) - Creates a window xcb_destroy_notify_event_t(3) - a window is destroyed xcb_destroy_window(3) - Destroys a window xcb_enter_notify_event_t(3) - the pointer is in a different window xcb_expose_event_t(3) - NOT YET DOCUMENTED xcb_focus_in_event_t(3) - NOT YET DOCUMENTED xcb_focus_out_event_t(3) - NOT YET DOCUMENTED 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_get_geometry(3) - Get current window geometry xcb_get_property(3) - Gets a window property xcb_get_selection_owner(3) - Gets the owner of a selection xcb_get_window_attributes(3) - Gets window attributes 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_image_text_16(3) - Draws text xcb_image_text_8(3) - Draws text xcb_intern_atom(3) - Get atom identifier by name xcb_key_press_event_t(3) - a key was pressed/released xcb_key_release_event_t(3) - a key was pressed/released xcb_kill_client(3) - kills a client xcb_leave_notify_event_t(3) - the pointer is in a different window xcb_list_fonts(3) - get matching font names xcb_list_fonts_with_info(3) - get matching font names and information xcb_map_notify_event_t(3) - a window was mapped xcb_map_request_event_t(3) - window wants to be mapped 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_open_font(3) - opens a font xcb_poly_fill_rectangle(3) - Fills rectangles xcb_poly_line(3) - draw lines xcb_poly_segment(3) - draw lines xcb_property_notify_event_t(3) - a window property changed xcb_query_extension(3) - check if extension is present xcb_query_font(3) - query font metrics xcb_query_pointer(3) - get pointer coordinates xcb_query_text_extents(3) - get text extents xcb_query_tree(3) - query the window tree xcb_reparent_window(3) - Reparents a window xcb_send_event(3) - send an event xcb_set_input_focus(3) - Sets input focus xcb_set_selection_owner(3) - Sets the owner of a selection xcb_ungrab_key(3) - release a key combination xcb_ungrab_pointer(3) - release the pointer xcb_unmap_notify_event_t(3) - a window is unmapped xcb_unmap_window(3) - Makes a window invisible xcb_warp_pointer(3) - move mouse pointer xgettext(1) - extract gettext strings from source xml2-config(1), xml-config(1) - script to get information about the installed version of GNOME-XML xmlcatalog(1) - Command line tool to parse and manipulate XML or SGML catalog files xmllint(1) - command line XML tool xmlwf(1) - Determines if an XML document is well-formed xsltproc(1) - command line XSLT processor xsubpp(1) - compiler to convert Perl XS code into C code zip(1) - package and compress (archive) files zipcloak(1) - encrypt entries in a zipfile zipdetails(1) - display the internal structure of zip files zipnote(1) - write the comments in zipfile to stdout, edit comments and rename files in zipfile zipsplit(1) - split a zipfile into smaller zipfiles