Sunday, August 30, 2020

Linux Information (Page 41)

 

Tk_GetUserInactiveTime(3) - discover user inactivity time...
Tk_GetUserInactiveTime returns the number of milliseconds that have passed since the last user interaction (usually via keyboard or mouse) with the respective d

XLoadQueryFont(3) - load or unload fonts and font metric str
The XLoadFont function loads the specified font and returns its associated font ID. If the font name is not in the Host Portable Character Encoding, the result

Remove File
remove_file

XGetGCValues(3) - create or free graphics contexts and graph
The XCreateGC function creates a graphics context and returns a GC. The GC can be used with any destination drawable having the same root and depth as the speci

ospeed(3ncurses) - direct curses interface to the terminfo c
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the

groff_mdoc(7) - reference for groff's mdoc implementation...
groff_mdoc.7 - In most cases the first text in the DESCRIPTION section is a brief paragraph on the command, function or file, followed by a lexical list of opti

readv(2) - read or write data into multiple buffers.........
The readv() system call reads iovcnt buffers from the file associated with the file descriptor fd into the buffers described by iov (scatter input). The writev(

Tcl_WriteObj(3) - buffered I/O facilities using channels....
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f

getn_wstr(3ncurses) - get an array of wide characters from a
The effect of get_wstr is as though a series of calls to get_wch were made, until a newline, other end-of-line, or end-of-file condition is processed. An end-of

Tk_NameOfAnchor(3) - translate between strings and anchor po
Tk_GetAnchorFromObj places in *anchorPtr an anchor position (enumerated type Tk_Anchor) corresponding to objPtrs value. The result will be one of TK_ANCHOR_N, T

argc(n) Variables used by Tcl ______________________________
argc.n - The following global variables are created and managed automatically by the Tcl library. Except where noted below, these variables should normally be t

glTexSubImage3D(3gl) - specify a three-dimensional texture s
glTexSubImage3D.3gl - Texturing maps a portion of a specified texture image onto each graphical primitive for which texturing is enabled. To enable and disable

pom_remove_parent(7) remove parent POM reference from POM fi
This macro patches specified POM file removing reference to parent POM. POM location can be either a full path to the POM file, or a path to the directory conta

wnoutrefresh(3ncurses) - refresh curses windows and lines...
The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data s

ether_line(3) - Ethernet address manipulation routines......
ether_aton() converts the 48-bit Ethernet host address asc from the standard hex-digits-and-colons notation into binary data in network byte order and returns a

XGetWindowAttributes(3) - get current window attribute or ge
The XGetWindowAttributes function returns the current attributes for the specified window to an XWindowAttributes structure. It returns a nonzero status on succ

lefty(1) - A Programmable Graphics Editor - Linux man page
lefty is a two-view graphics editor for technical pictures. This editor has no hardwired knowledge about specific picture layouts or editing operations. Each pi

tcflush(3) - get and set terminal attributes, line control,
The termios functions describe a general terminal interface that is provided to control asynchronous communications ports. The termios structure Many of the fun

attr_setf(3) - set the value of a user attribute of a filesy
The attr_set and attr_setf functions provide a way to create attributes and set/change their values. Path points to a path name for a filesystem object, and fd

tk_library(n) Variables used or set by Tk __________________
The following Tcl variables are either set or used by Tk at various times in its execution: tk_library This variable holds the file name for a directory contain

Tk_GetRootCoords(3) - Compute root-window coordinates of win
This procedure scans through the structural information maintained by Tk to compute the root-window coordinates corresponding to the upper-left corner of tkwins

XtName(3) - obtain widget's name (Library - Linux man page)
XtName returns the widgets name. SEE ALSO X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface XtName.3 ...(Library - Linux manual page)

mvvline(3ncurses) - create curses borders, horizontal and ve
The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left sid

ungetmouse(3ncurses) - mouse interface through curses.......
These functions provide an interface to mouse events from ncurses(3NCURSES). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input str

rpmbuild(8) - Build RPM Package(s) - Linux manual page......
rpmbuild is used to build both binary and source software packages. A package consists of an archive of files and meta-data used to install and erase the archiv

mono-configuration-crypto
mono-configuration-crypto

pcap-linktype(7) - link-layer header types supported by libp
For a live capture or savefile, libpcap supplies, as the return value of the pcap_datalink(3PCAP) routine, a value that indicates the type of link-layer header

Remove File
remove_file

automake-1.11(1) - manual page for automake 1.11.1 (ManPage)
automake-1.11.1 - Generate Makefile.in for configure from Makefile.am. Operation modes: --help print this help, then exit --version print version number, then e

open(3pm) - perl pragma to set default PerlIO layers for inp
Full-fledged support for I/O layers is now implemented provided Perl is configured to use PerlIO as its IO system (which is now the default). The open pragma se

XCompositeCreateRegionFromBorderClip(3) - X Composite Extens
The composite extension provides several related mechanisms: Per-hierarchy storage The rendering of an entire hierarchy of windows is redirected to off-screen s

capabilities(7) - overview of Linux capabilities (Man Page)
For the purpose of performing permission checks, traditional UNIX implementations distinguish two categories of processes: privileged processes (whose effective

XIUndefineCursor(3) - define device cursors - Linux man page
If a cursor is set, it will be used when the devices pointer is in the window. If the cursor is None, it is equivalent to XIUndefineCursor. The deviceid must be

psiginfo(3) - print signal message - Linux manual page......
The psignal() function displays a message on stderr consisting of the string s, a colon, a space, a string describing the signal number sig, and a trailing newl

item_name(3menu) - get menu item name and description fields
The function item_name returns the name part of the given item. The function item_description returns the description part of the given item. RETURN VALUE These

XtRemoveInput(3) - register and remove an input source......
The XtAppAddInput function registers with the Intrinsics read routine a new source of events, which is usually file input but can also be file output. Note that

rpcclient.1 - rpcclient(1) - tool for executing client side MS-RPC functio
This tool is part of the samba(7) suite. rpcclient is a utility initially developed to test MS-RPC functionality in Samba itself. It has undergone several stage

Tcl_CommandComplete(3) - Check for unmatched braces in a Tcl
Tcl_CommandComplete takes a Tcl command string as argument and determines whether it contains one or more complete commands (i.e. there are no unclosed quotes,

tput(1) - initialize a terminal or query terminfo database
The tput utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh(1)), to initial

Tk_CanvasPsPath(3) - utility procedures for generating Posts
These procedures are called by canvas type managers to carry out common functions related to generating Postscript. Most of the procedures take a canvas argumen

ldap_scherr2str(3) - Schema definition handling routines....
These routines are used to parse schema definitions in the syntax defined in RFC 4512 into structs and handle these structs. These routines handle four kinds of

XSetErrorHandler(3) - default error handlers (Man Page).....
Xlib generally calls the programs supplied error handler whenever an error is received. It is not called on BadName errors from OpenFont, LookupColor, or AllocN

snmp_sess_error(3) - session functions - Linux manual page
These functions define a subset of the API that can be used to manage single SNMP sessions in a multi-threaded application. Except for snmp_sess_session(), thes

XAllocIconSize(3) - allocate icon size structure and set or
The XAllocIconSize function allocates and returns a pointer to a XIconSize structure. Note that all fields in the XIconSize structure are initially set to zero.

gnutls_x509_crl_check_issuer(3) - API function (Man Page)...
This function will check if the given CRL was issued by the given issuer certificate. It will return true (1) if the given CRL was issued by the given issuer, a

tgetstr(3ncurses) - direct curses interface to the terminfo
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the

sensors3.conf(5) - libsensors configuration file (Man Page)
sensors.conf describes how libsensors, and so all programs using it, should translate the raw readings from the kernel modules to real-world values. SEMANTICS O

pcre_get_stringnumber(3) - Perl-compatible regular expressio
This convenience function finds the number of a named substring capturing parenthesis in a compiled pattern. Its arguments are: code Compiled regular expression

pcf2vpnc(1) - converts VPN-config files from pcf to vpnc-for
This script accompanies vpnc. It attempts to convert *.pcf-configuration files often spread with proprietary (read Cisco) VPN-clients into vpnc-configuration fi

cosf(3) - cosine function (Library - Linux man page)........
The cos() function returns the cosine of x, where x is given in radians. RETURN VALUE On success, these functions return the cosine of x. If x is a NaN, a NaN i

tcl_findLibrary(n) - standard library of Tcl procedures.....
Tcl includes a library of Tcl procedures for commonly-needed functions. The procedures defined in the Tcl library are generic ones suitable for use by many diff

Tcl_GetDoubleFromObj(3) - manipulate Tcl objects as floating
These procedures are used to create, modify, and read Tcl objects that hold double-precision floating-point values. Tcl_NewDoubleObj creates and returns a new T

Tcl_SetByteArrayObj(3) - manipulate Tcl objects as a arrays
These procedures are used to create, modify, and read Tcl byte-array objects from C code. Byte-array objects are typically used to hold the results of binary IO

SDL_SemWait(3) - Lock a semaphore and suspend the thread if
SDL_SemWait() suspends the calling thread until either the semaphore pointed to by sem has a positive value, the call is interrupted by a signal or error. If th

zoomsh(1) - ZOOM shell (Commands - Linux manual page).......
zoomsh is a ZOOM client with a simple command line interface. The client demonstrates the ZOOM API and is useful for testing targets. You may pass one or more c

od(1) - dump files in octal and other formats (Man Page)....
Write an unambiguous representation, octal bytes by default, of FILE to standard output. With more than one FILE argument, concatenate them in the listed order

md5(1ssl) message digests (Commands - Linux manual page)....
The digest functions output the message digest of a supplied file or files in hexadecimal. The digest functions also generate and verify digital signatures usin

Ttk_PlaceBox(3) - Tk themed geometry utilities (Man Page)...
The Ttk_Box structure represents a rectangular region of a window: typedef struct { int x; int y; int width; int height; } Ttk_Box; All coordinates are relative

ipurge(8) - delete mail from IMAP mailbox or partition based
Ipurge deletes messages from the mailbox(es) specified by mailbox-pattern that are older or larger than specified by the -d, -b, -k or -m options. If no mailbox

XML::Simple::FAQ.3pm (Manual - Linux man page).............
XML::Simple is a Perl module that was originally developed as a tool for reading and writing configuration data in XML format. You can use it for many other ...

XvSelectVideoNotify(3) - enable or disable VideoNotify event
XvSelectVideoNotify(3) enables or disables XvVideoNotify(3) events to be reported for video activity in a drawable. RETURN VALUES [Success] Returned if XvSelect

DMXChangeScreensAttributes(3) - change back-end screen attri
DMXChangeScreensAttributes() changes the geometries and positions of the DMX screen and DMX root windows on the back-end X servers. screen_count specifies the n

sane-lexmark(5) - SANE backend for Lexmark X1100/X1200 Serie
The sane-lexmark library implements a SANE (Scanner Access Now Easy) backend that provides access to the scanner part of Lexmark X1100/X1200 AIOs. This backend

pcre_get_named_substring(3) - Perl-compatible regular expres
This is a convenience function for extracting a captured substring by name. The arguments are: code Compiled pattern subject Subject that has been successfully

TAP::Parser::Result::Version(3pm) - TAP syntax version token
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a version line is encountered. TAP version 13 ok 1 not ok 2 The first versi

ldap_delete(3) - Perform an LDAP delete operation. (ManPage)
The ldap_delete_s() routine is used to perform an LDAP delete operation synchronously. It takes dn, the DN of the entry to be deleted. It returns an LDAP error

appdata2solv(1) convert application meta data into a solv fi
The appdata format contains metadata about application. It can be available both in repositories (for available applications) and in the installed system (for i

erf(3) - error function (Library - Linux man page)..........
The erf() function returns the error function of x, defined as erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt RETURN VALUE On success, these function

XtWarning(3) - low-level error handlers - Linux manual page
The XtError function has been superceded by XtAppError. The XtSetErrorHandler function has been superceded by XtAppSetErrorHandler. The XtSetWarningHandler func

XFontsOfFontSet(3) - obtain fontset information (Man Page)
The XFontsOfFontSet function returns a list of one or more XFontStructs and font names for the fonts used by the Xmb and Xwc layers for the given font set. A li

ecb_crypt(3) - fast DES encryption - Linux manual page......
ecb_crypt() and cbc_crypt() implement the NBS DES (Data Encryption Standard). These routines are faster and more general purpose than crypt(3). They also are ab

ssh-copy-id(1) - install your public key in a remote machine
ssh-copy-id is a script that uses ssh-add(1) to log into a remote machine (presumably using a login password, so password authentication should be enabled, unle

gnutls_x509_crt_set_crq_extensions(3) - API function........
This function will set extensions from the given request to the certificate. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error va

curl_escape(3) - URL encodes the given string (Man Page)....
Obsolete function. Use curl_easy_escape(3) instead! This function will convert the given input string to an URL encoded string and return that as a new allocate

ttyname_r(3) - return name of a terminal - Linux man page...
The function ttyname() returns a pointer to the null-terminated pathname of the terminal device that is open on the file descriptor fd, or NULL on error (for ex

Tk_CanvasSetStippleOrigin(3) - utility procedures for canvas
These procedures are called by canvas type managers to perform various utility functions. Tk_CanvasTkwin returns the Tk_Window associated with a particular canv

tzset(3) - initialize time conversion information (ManPage)
The tzset() function initializes the tzname variable from the TZ environment variable. This function is automatically called by the other time conversion functi

Tcl_AddObjErrorInfo(3) - retrieve or record information abou
The Tcl_SetReturnOptions and Tcl_GetReturnOptions routines expose the │ same capabilities as the return and catch commands, respectively, in │ the f

iruserok_af(3) routines for returning a stream to a remote c
The rcmd() function is used by the superuser to execute a command on a remote machine using an authentication scheme based on privileged port numbers. The rresv

Tk_IdToWindow(3) - Find Tk's window information for an X win
Given an X window identifier and the X display it corresponds to, this procedure returns the corresponding Tk_Window handle. If there is no Tk_Window correspond

Tk_FreePixmap(3) - allocate and free pixmaps (Man Page).....
These procedures are identical to the Xlib procedures XCreatePixmap and XFreePixmap, except that they have extra code to manage X resource identifiers so that i

makeg(1) - make a debuggable executable - Linux manual page
The makeg script runs make, passing it variable settings to create a debuggable target when used with a Makefile generated by imake. For example, it arranges fo

XtDatabase(3) - initialize, open, or close a display........
The XtDisplayInitialize function builds the resource database, calls the Xlib XrmParseCommand function to parse the command line, and performs other per display

XFreeCursor(3) - manipulate cursors - Linux manual page.....
The XRecolorCursor function changes the color of the specified cursor, and if the cursor is being displayed on a screen, the change is visible immediately. The

indent(1) - changes the appearance of a C program by inserti
This man page is generated from the file indent.texinfo. This is Edition of The indent Manual, for Indent Version , last updated . The indent program can be use

glGetLightiv(3gl) - return light source parameter values....
glGetLight returns in params the value or values of a light source parameter. light names the light and is a symbolic name of the form GL_LIGHT$i$ for 0 <= $i$

attr_multif(3) - manipulate multiple user attributes on a fi
The attr_multi and attr_multif functions provide a way to operate on multiple attributes of a filesystem object at once. Path points to a path name for a filesy

getrusage(2) - get resource usage - Linux manual page.......
getrusage() returns resource usage measures for who, which can be one of the following: RUSAGE_SELF Return resource usage statistics for the calling process, wh

TAP::Parser::Source(3pm) - a TAP source & meta data about it
A TAP source is something that produces a stream of TAP for the parser to consume, such as an executable file, a text file, an archive, an IO handle, a database

Exporter(3pm) - Implements default import method for modules
The Exporter module implements an import method which allows a module to export functions and variables to its users namespaces. Many modules use Exporter rathe

Tcl_UtfToTitle(3) - routines for manipulating the case of Un
The first three routines convert the case of individual Unicode characters: If ch represents a lower-case character, Tcl_UniCharToUpper returns the correspondin

unregister_app_config_handler(3) - netsnmp_config_api functi
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int

xorg.conf(5) - (unknown subject) (Formats - Linux man page)
Xorg uses a configuration file called xorg.conf and files ending in the suffix .conf from the directory xorg.conf.d for its initial setup. The xorg.conf configu

gnutls_hmac_init(3) - API function - Linux manual page......
This function will initialize an context that can be used to produce a Message Authentication Code (MAC) of data. This will effectively use the current crypto b

systemd-random-seed.service(8) Load and save the system rand
systemd-random-seed.service is a service that restores the random seed of the system at early-boot and saves it at shutdown. See random(4) for details. Saving/r

termattrs(3ncurses) - curses environment query routines.....
The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar rou

CIRCLEQ_HEAD(3) implementations of lists, tail queues, and c
These macros define and operate on three types of data structures: lists, tail queues, and circular queues. All three structures support the following functiona

sane-magicolor(5) - SANE backend for KONICA MINOLTA magicolo
The sane-magicolor backend supports KONICA MINOLTA magicolor scanners connected via USB or LAN. Currently, only the magicolor 1690MF device is supported, no oth

Tcl_GetChannelType(3) - procedures for creating and manipula
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for

TIFFPrintDirectory(3tiff) - print a description of a TIFF di
TIFFPrintDirectory prints a description of the current directory in the specified TIFF file to the standard I/O output stream fd. The flags parameter is used to

No comments:

Post a Comment