Museum

Home

Lab Overview

Retrotechnology Articles

⇒ unbundled ODT_SDS_1.0.0d

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

Section ---

CP. Programming Commands

DOS. DOS Commands

K. Kernel Routines

NC. ONC Commands

NS. Network Routines

NSL. Network Services Library

S. System Services and Library Routines

SCO. SystemV/386 specific Commands

STR. STREAMS Library

XNX. Xenix Compatibility Commands

XS. X11 Library

Xm. Motif Library

Xt. X Toolkit

Manual — unbundled ODT_SDS_1.0.0d

960 entries

Section ---

.((exception)) XtGrabKey.Xt.z

CP. Programming Commands

Introintroduces Development System commands
adbinvokes a general-purpose debugger.
admincreate and administer SCCS files
ararchive and library maintainer for portable archives
ascommon assembler
cbC program beautifier
ccinvokes the C compiler.
cdcchange the delta commentary of an SCCS delta
cflowgenerate C flowgraph
chkshlibcompare shared libraries tool
codeviewvisual debugger
combcombine SCCS deltas
convcommon object file converter
convertconvert archive files to common formats
cppthe C language preprocessor
cprscompress a common object file
crefmakes a cross-reference listing
cscopeinteractively examine a C program
ctraceC program debugger
cxrefgenerate C program cross-reference
deltamake a delta (change) to an SCCS file
disobject code disassembler
dosldMS-DOS cross linker
dumpdump selected parts of an object file
gencccreate a front-end to the cc command
getget a version of an SCCS file
hdrdisplay selected parts of an object file
helpAsks for help about SCCS commands
i286emulemulate 80286
ldinvokes the link editor
lexgenerate programs for simple lexical tasks
linta C program checker
listproduce C source listing from a common object file
lorderfind ordering relation for an object library
lprofdisplay line-by-line execution count profile data
m4macroprocessor
makemaintain, update, and regenerate groups of programs
masminvokes the assembler
mcsmanipulate the object file comment section
mkshlibcreate a shared library
mkstrcreates an error message file from C source
nmprint name list of common object file
os2ldOS/2 cross linker
profdisplay profile data
prsprint an SCCS file
ranlibconverts archives to random libraries.
rccAT&T C compiler
regcmpregular expression compile
rmdelremove a delta from an SCCS file
sactprint current SCCS file editing activity
sccsdiffcompare two versions of an SCCS file
sdbsymbolic debugger
sizeprint section sizes in bytes of common object files
stripstrip symbol and line number information from a common object file
tsorttopological sort
ungetundo a previous get of an SCCS file
valvalidate SCCS file
vcversion control
whatidentify SCCS files
x286emulemulate XENIX 80286
xrefcross-references C programs
xstrextracts strings from C programs
yaccyet another compiler-compiler

DOS. DOS Commands

abortTerminates a process.
accessDetermines whether a file exists and is accessible.
allocaAllocates bytes from the program's stack.
atexitCalls a process at termination.
bdosInvokes a DOS system call
cabsCalculates the absolute value of a complex number.
cgetsReads a string from the console.
chdirChanges current working directory.
chmodChanges file permissions.
clear87Gets and clears the floating-point status word.[ _clear87 ]
cntrl87Gets and sets floating-point control word.[ _control87 ]
cprintfFormats and prints directly to the console.
cputsWrites a string to the console.
creatCreates a new file or overwrites an existing one.
cscanfReads data from the console.
difftimeComputes the difference between time values.
divDivides integers.
dmsPerform conversions between MS binary and IEEE formats.[ dieeetomsbin, dmsbintoieee ]
dosexterrGets and stores extended error information.
eofDetermines end-of-file.
execLoad and execute a process.[ execl, execle, execlp, execlpe, execv, execve, execvp, execvpe ]
exitTerminate the calling process.[ exit, _exit ]
expandChanges the size of a previously allocated memory block.[ _expand ]
fcloseClose streams.[ fclose, fcloseall ]
fgetcGet a character from a stream.[ fgetc, fgetchar ]
fgetposGets and stores the current value of a stream's file position indicator.
fheapchkPerforms a minimal consistency check on the heap.[ _fheapchk, _nheapchk ]
fheapwalkReturns the address of the next heap entry structure.[ _fheapwalk, _nheapwalk ]
filelengReturns length of target file.[ filelength ]
flushallWrites buffer contents to files and clears buffers.
fmsPerform conversions between IEEE and MS binary format.[ fieeetomsbin, fmsbintoieee ]
fopenOpens a file.
fp_segGet the offset and segment of an address.[ FP_OFF, FP_SEG ]
fpresetReinitializes floating-point math package.[ _fpreset ]
fputcWrites a character to a stream.[ fputc, fputchar ]
freadReads from the input stream.
freeDeallocate memory blocks.[ free, _ffree, _nfree ]
freectCounts available dynamic memory.[ _freect ]
freopenAssigns a new file to a stream.
fseekMoves a file pointer.
fsetposSets the file position indicator for a stream.
fstatSaves file-status information.
ftellFinds the current position of a file pointer.
ftimeGets the current time.
fwriteWrites to the output stream.
getchRead a character.[ getch, getche ]
getpidReturns a process identification number.
hallocAllocates a huge array.
hfreeDeallocates a memory block.
inpRead a byte or a word.[ inp, inpw ]
int86Executes an interrupt.
int86xExecutes an interrupt.
intdosInvokes a DOS system call.
intdosxInvokes a DOS system call.
isattyIdentifies a character device.
itoaConverts integer to string.
kbhitChecks for a keystroke.
labsConverts to absolute value.
ldivDivides long integers.
lfindPerforms a linear array search.[ lfind, lsearch ]
lockingSets read and write permissions for a portion of a file.
lseekChanges the position of a file pointer.
ltoaConverts a long integer to a string.
mallocAllocate main memory.[ malloc, _fmalloc, _nmalloc ]
memavlReturns size of available memory.[ _memavl ]
memicmpCompares buffers byte-by-byte.
memmoveCopies characters between objects.
mkdirCreates a directory.
movedataCopies bytes of data from one address to another.
msizeReturn size of allocated memory block.[ _msize, _fmsize, _nmsize ]
openOpens a file for reading or writing.
outpWrite to a specified output port.[ outp, outpw ]
putchWrites a character to the console.
raiseSends a signal to the executing program.
readReads from a file.
removeDeletes a file.
renameRenames a file or directory.
rmdirRemoves a directory.
rmtmpCloses and deletes all temporary files in the current directory.
segreadFills a structure with the contents of a register.
setmodeSets translation mode.
setvbufAllow user control over stream buffering and size.
signalDefines the action to be taken upon receipt of a signal.
sopenOpens a file for shared reading or writing.
spawnCreate and execute a child process.[ spawnl, spawnle, spawnlp, spawnlpe, spawnv, spawnve, spawnvp, spawnvpe ]
stackReturns size of available stack space.[ stackavail ]
statGets file status.
status87Gets floating-point status word.[ _status87 ]
strcatPerform operations on strings.[ strcat, strchr, strcmpi, strcpy, strcspn, strdup, stricmp ]
strerrorGets error message pointer from last routine call error.
strlwrConverts all letters in a string to lowercase.
strncatPerform operations on characters in strings.[ strncat, strncmp, strnicmp, strncpy, strnset ]
strrevReverses the order of characters in a string.
strsetSets all characters in a string to one character.
strstrFinds a string in a string.
struprConverts all characters in a string to uppercase.
systemExecutes an operating system command.
tellGets the current position of the file pointer.
ultoaConverts an unsigned long integer to a string.
umaskSets the file permission mask.
ungetchPushes a character back to the console.
unlinkDeletes a file.
utimeSets file modification time.
writeWrites to a file.

K. Kernel Routines

Introlists manual page references
bcopycopies bytes in kernel space
brelsereleases a block buffer
btocconverts between bytes and clicks (memory pages)[ btoc, btoms, ctob ]
bzerosets memory locations to 0 (zero)
canonprocesses raw input data from tty device
cmn_errdisplays message or panics the system
copyincopies bytes between user and kernel space[ copyin, copyout ]
copyiocopies bytes to and from a physical address
cpasspasses character between user space and the kernel[ cpass, passc ]
db_allocallocates and frees physically contiguous memory[ db_alloc, db_free ]
db_readtransfers data from physical memory to a user address
db_writetransfers from a user address to contiguous memory
delaydelays process execution for specified time
deverrprints a device error message on the console
disksortadds a block I/O request to a device's queue
dma_allocallocates a DMA channel
dma_breakupsizes DMA request into 512-byte blocks
dma_enablebegins DMA transfer
dma_paramsets up a DMA controller chip for DMA transfer
dma_relsereleases previously allocated DMA channel
dma_residreturns the number of bytes not transferred during a DMA request
dma_startqueues DMA request
emdupmapduplicates channel mapping
emunmapdisables mapping on a channel
flushtlbflushes the translation lookaside buffer
fubytegets a character from user data space
fuwordgets one 32-bit word from user data space
getcread clist buffers[ getc, getcb, getcbp, getcf ]
getchargets one character of input
geteblkgets a buffer from the block buffer pool[ geteblk, getablk ]
inbreads a byte from or writes a byte to an I/O address[ inb, outb ]
indreads, writes a 32-bit word to a physical I/O address[ ind, outd ]
inwreads, writes a 16-bit word from or to a physical I/O address[ inw, outw ]
iodonesignals I/O completion
iowaitwait for I/O completion
longjmpends current system call with error
majorreturns major, new device number, or minor device number[ major, makedev, minor ]
memgetallocates contiguous memory at initialization
paddrreturns virtual address pointer to block data
panichalts the system
physioraw I/O for block drivers[ physio, physck ]
pio_breakupbreaks up programmed I/O requests
printcfgdisplays driver initialization message
printfprint a message on the console
psignalsends signal to a process
ptokconverts virtual and physical addresses[ ptok, ktop ]
putcwrite to clists[ putc, putcb, putcbp, putcf ]
putcharprints a character on the console
repinsreads and writes streams of device data[ repins: repinsb, repinsw, repinsd, repoutsb, repoutsw, repoutsd ]
scsiSCSI routines[ scsi: scsi_get_gen_cmd, scsi_getdev, scsi_mkadr3, scsi_s2tos, scsi_s3tol, scsi_stok, scsi_stol, scsi_swap4 ]
selectkernel routines supporting select(S)[ select: selsuccess, selfailure, selwakeup ]
seterrorsets u.u_error with error code
signalsends a signal to a process
sleepsuspends processing temporarily
splblock/permit interrupts[ spl: spl0, spl1, spl2, spl3, spl4, spl5, spl6, spl7, splbuf, splcli, splhi, splni, splpp, spltty, splx ]
sptallocallocates temporary memory or maps a device into memory
sptfreereleases memory previously allocated with sptalloc
subytestores a character in user data space
suserdetermines if current user is the super-user
suwordstores a 32-bit word in user data space
timeoutschedules a time to execute a routine[ timeout, untimeout ]
ttiocominterpret tty driver I/O control commands
ttytty driver routines[ tty: ttclose, ttin, ttinit, ttiwake, ttopen, ttout, ttowake, ttread, ttrdchk, ttrstrt, ttselect, tttimeo, ttwrite, ttxput, ttyflush, ttywait ]
vasvirtual address space memory routines[ vas: vasbind, vasmalloc, vasmapped, vasunbind ]
videosupports video adapter driver development[ video: DISPLAYED, viddoio, vidinitscreen, vidmap, vidresscreen, vidsavscreen, vidumapinit, vidunmap ]
vtopconvert a virtual address to a physical address
wakeupwakes up a sleeping process

NC. ONC Commands

rpcgenAn RPC protocol compiler

NS. Network Routines

dbmData base subroutines[ dbminit, fetch, store, delete, firstkey, nextkey ]
gethostGet network host entry[ gethostent, gethostbyaddr, gethostbyname, sethostent, endhostent ]
getpcntGet RPC entry[ getrpcent, getrpcbyname, getrpcbynumber ]
getrpcpGet RPC port number[ getrpcport ]
mountMount a file system
nfs_svcNFS daemons[ nfs_svc, async_daemon ]
nfsgetGet NFS file handle[ nfs_getfh ]

NSL. Network Services Library

Introintroduction to the Network Services library.[ intro ]
t_acceptaccept a connect request
t_allocallocate a library structure
t_bindbind an address to a transport endpoint
t_closeclose a transport endpoint
t_connectestablish a connection with another transport user
t_errorproduce error message
t_freefree a library structure
t_getinfoget protocol-specific service information
t_gtstatget the current state[ t_getstate ]
t_listenlisten for a connect request
t_looklook at the current event on a transport endpoint
t_openestablish a transport endpoint
t_optmgmtmanage options for a transport endpoint
t_rcvreceive data or expedited data sent over a connection
t_rcvcntreceive the confirmation from a connect request[ t_rcvconnect ]
t_rcvdisretrieve information from disconnect
t_rcvrelacknowledge receipt of an orderly release indication
t_rcvudatreceive a data unit[ t_rcvudata ]
t_rcvuderreceive a unit data error indication[ t_rcvuderr ]
t_sndsend data or expedited data over a connection
t_snddissend user-initiated disconnect request
t_sndrelinitiate an orderly release
t_sndudtsend a data unit[ t_sndudata ]
t_syncsynchronize transport library
t_unbinddisable a transport endpoint

S. System Services and Library Routines

Introintroduces system services, library routines and error numbers
a64lconvert between long integer and base-64 ASCII string[ a64l, l64a ]
abortgenerate an abort fault
absreturn integer absolute value
accept_pwdetermine if password is cryptic[ acceptable_password ]
accessdetermine accessibility of a file
acctenable or disable process accounting
alarmset a process alarm clock
assertverify program assertion
atexitcalls a process at termination
atofconverts ASCII to numbers[ atof, atoi, atol ]
auditopen and access audit session data on a record basis[ audit_open, audit_read, audit_close ]
authauditproduce audit records due to authentication events
authcapget information from the authentication database
besselbessel functions[ bessel: j0, j1, jn, y0, y1, yn ]
brkchange data segment space allocation[ brk, sbrk ]
brkctlallocates data in a 286 far segment
bsearchbinary search a sorted table
cfspeedbaud rate functions[ cfspeed: cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed ]
chdirchange working directory
checkdataverify machine is suitable for security port[ check_basic_data_structures ]
chmodchange mode of file
chownchange owner and group of a file
chrootchange root directory
chsizechanges the size of a file.
clockreport CPU time used
closeclose a file descriptor
collathandles collation of strings[ strxfrm, strnxfrm, strcoll, strncoll ]
convtranslates characters[ conv, toupper, tolower, toascii ]
creatcreate a new file or rewrite an existing one
creatsemcreates an instance of a binary semaphore
cryptpassword and file encryption functions
ctermidgenerate file name for terminal
ctimeconvert date and time to string[ ctime, localtime, gmtime, asctime, cftime, ascftime, strftime, tzset ]
ctypecharacter handling routines
cuseridget character login name of the user
dblocklock the entire Authentication database
dbmperforms database functions[ dbm: dbminit, fetch, store, delete, firstkey, nextkey ]
defopenreads default entries[ defopen, defread ]
dialestablish an outgoing terminal line connection
difftimecomputes the difference between time values
directorydirectory operations[ directory: opendir, readdir, telldir, seekdir, rewinddir, closedir ]
discrcheck discretionary attributes of files and programs
divdivides integers
drand48generate uniformly distributed pseudo-random numbers[ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ]
dupduplicate an open file descriptor
dup2duplicate an open file descriptor
ecvtconvert floating-point number to string[ ecvt, fcvt, gcvt ]
endlast locations in program[ end, etext, edata ]
erferror function and complementary error function[ erf, erfc ]
ev_blockwait until the queue contains an event
ev_closeclose the event queue and all associated devices
ev_countreturns the number of events currently in the queue
ev_flushdiscard all events currently in the queue
ev_getdevgets a list of devices feeding an event queue
ev_gindevinclude/exclude devices for event input
ev_gtemskreturn the current event mask[ ev_getemask ]
ev_initinvokes the event manager
ev_poppop the next event off the queue
ev_readread the next event in the queue
ev_resumerestart a suspended queue
ev_stemsksets event mask[ ev_setemask ]
ev_suspsuspends an event queue.[ ev_suspend ]
execexecute a file[ exec: execl, execv, execle, execve, execlp, execvp ]
execsegmakes a data region executable.
exitterminate process[ exit, _exit ]
expexponential, logarithm, power, square root functions[ exp, log, log10, pow, sqrt ]
fcloseclose or flush a stream[ fclose, fflush ]
fcntlfile control
ferrorstream status inquiries[ ferror, feof, clearerr, fileno ]
fgetposgets and stores the current value of a stream's file position indicator
fieldFIELD library routines
fieldsreturn status based on fields of authentication database
fieldtypeFIELDTYPE library routines
floorfloor, ceiling, remainder, absolute value functions[ floor, ceil, fmod, fabs ]
fopenopen a stream[ fopen, freopen, fdopen ]
forkcreate a new process
formFORM library routines
fpgetroundIEEE floating point environment control[ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ]
freadbinary input/output[ fread, fwrite ]
frexpmanipulate parts of floating-point numbers[ frexp, ldexp, modf ]
fseekreposition a file pointer in a stream[ fseek, rewind, ftell ]
fsetpossets the file position indicator for a stream
ftwwalk a file tree
gammalog gamma function
getcget character or word from a stream[ getc, getchar, fgetc, getw ]
getcwdget path name of current working directory
getdentsread directory entries and put in a file-system- independent format
getdvagentmanipulate device assignment database entry[ getdvagent, getdvagnam, setdvagent, enddvagent, putdvagnam, copydvagent ]
getenvreturn value for environment name
getgrentget group file entry[ getgrent, getgrgid, getgrnam, setgrent, endgrent, fgetgrent ]
getgroupsget supplementary group ID's
gethzreturn the frequency of the system clock in ticks per second
getloginget login name
getluidget login user ID
getmsgget next message off a stream
getoptget option letter from argument vector
getpassread a password
getpasswdread or clear a password
getpidget process, process group, and parent process IDs[ getpid, getpgrp, getppid ]
getprcmentmanipulate command control database entry[ getprcment, getprcmnam, setprcment, endprcment, putprcmnam ]
getprdfentmanipulate default control database entry[ getprdfent, getprdfnam, setprdfent, endprdfent, putprdfnam ]
getprfientmanipulate file control database entry[ getprfient, getprfinam, setprfient, endprfient, putprfinam ]
getprivget system privileges associated with this process
getprpwentmanipulate protected password database entry[ getprpwent, getprpwuid, getprpwnam, setprpwent, endprpwent, putprpwnam ]
getprtcentmanipulate terminal control database entry[ getprtcent, getprtcnam, setprtcent, endprtcent, putprtcnam ]
getpwget name from UID
getpwentget password file entry[ getpwent, getpwuid, getpwnam, setpwent, endpwent, fgetpwent ]
getsget a string from a stream[ gets, fgets ]
getuidget real user, effective user, real group, and effective group IDs[ getuid, geteuid, getgid, getegid ]
getutaccess utmp file entry[ getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname ]
hsearchmanage hash search tables[ hsearch, hcreate, hdestroy ]
hypoteuclidean distance function
identityget or check uids or gids from program start
ioctlcontrol device
isnantest for floating point NaN (Not- A-Number)[ isnan: isnand, isnanf ]
itemCRT item routines
killsend a signal to a process or a group of processes
l3tolconvert between 3-byte integers and long integers[ l3tol, ltol3 ]
labsconverts to absolute value
ldahreadread the archive header of a member of an archive file
ldcloseclose a common object file[ ldclose, ldaclose ]
ldfhreadread the file header of a common object file
ldgetnameretrieve symbol name for common object file symbol table entry
ldivdivides long integers
ldlreadmanipulate line number entries of a common object file function[ ldlread, ldlinit, ldlitem ]
ldlseekseek to line number entries of a section of a common object file[ ldlseek, ldnlseek ]
ldohseekseek to the optional file header of a common object file
ldopenopen a common object file for reading[ ldopen, ldaopen ]
ldrseekseek to relocation entries of a section of a common object file[ ldrseek, ldnrseek ]
ldshreadread an indexed/named section header of a common object file[ ldshread, ldnshread ]
ldsseekseek to an indexed/named section of a common object file[ ldsseek, ldnsseek ]
ldtbindexcompute the index of a symbol table entry of a common object file
ldtbreadread an indexed symbol table entry of a common object file
ldtbseekseek to the symbol table of a common object file
libwindowswindowing terminal function library
linklink to a file
locklocks a process in primary memory
lockfrecord locking on files
lockinglocks or unlocks a file region for reading or writing
lognamereturn login name of user
lsearchlinear search and update[ lsearch, lfind ]
lseekmove read/write file pointer
mallocallocates main memory Name malloc, free, realloc, calloc, mallopt, mallinfo - allocates main memory quickly[ malloc, free, realloc, calloc ]
matherrerror-handling function
mathtesterror-handling function[ matherr ]
memmovecopies characters between objects
memorymemory operations[ memory: memccpy, memchr, memcmp, memcpy, memset ]
menuCRT menu routines
mkdirmake a directory
mkfifomake a FIFO special file
mknodmake a directory or a special or ordinary file or a FIFO
mktempmake a unique file name
mktimeconverts local time to calendar time
monitorprepare execution profile
mountmount a file system
msgctlmessage control operations
msggetget message queue
msgopmessage operations[ msgop: msgsnd, msgrcv ]
napsuspends execution for a short interval
nicechange priority of a process
nl_cxtiformat date and time[ nl_ascxtime, nl_cxtime ]
nl_initinitialises native language support operation
nl_langlanguage information[ nl_langinfo ]
nl_printformats native language output[ nl_printf, nl_fprintf, nl_sprintf ]
nl_scanconverts formatted native language input[ nl_scanf, nl_fscanf, nl_sscanf ]
nl_strccompare native language strings[ nl_strcmp, nl_strncmp ]
nlistget entries from name list
openopen for reading or writing
opensemopens a semaphore
paccessused in conjunction with ptrace for tracing a child process
panelPANEL library routines
passlendetermine minimum password length
pathconfget configurable pathname variables
pausesuspend process until signal
perrorsystem error messages[ perror, errno, sys_errlist, sys_nerr ]
pipecreate an interprocess channel
plocklock process, text, or data in memory
plotgraphics interface subroutines
pollSTREAMS input/output multiplexing
popeninitiate pipe to/from a process[ popen, pclose ]
printfprint formatted output[ printf, fprintf, sprintf ]
proctlcontrols active processes or process groups
profilexecution time profile
ptraceprocess trace
putcput character or word on a stream[ putc, putchar, fputc, putw ]
putenvchange or add value to environment
putmsgsend a message on a stream
putpwentwrite password file entry
putsput a string on a stream[ puts, fputs ]
pw_mappingmap between user and group names and IDs[ pw_mapping: pw_nametoid, pw_idtoname, gr_nametoid, gr_idtoname ]
qsortquicker sort
r.uadminadministrative control for rebooting the system and remounting the root filesystem"[ uadmin ]
raisesend signal sig to execution program
randsimple random-number generator[ rand, srand ]
randomwordgenerate a pronounceable password
rdchkchecks to see if there is data to be read
readread from file
regcmpcompile and execute regular expression[ regcmp, regex ]
regexcompiles and executes regular expressions.[ regex, regcmp ]
regexpregular expression compile and match routines
removeremoves filename
renamechanges filename
rmdirremove a directory
scanfconvert formatted input[ scanf, fscanf, sscanf ]
sdentersynchronizes access to a shared data segment[ sdenter, sdleave ]
sdgetattaches and detaches a shared data segment.[ sdget, sdfree ]
sdgetvsynchronizes shared data access[ sdgetv, sdwaitv ]
seedobtain or set seed for random number generator[ seed: getseed, setseed ]
selectsynchronous I/O multiplexing
semctlsemaphore control operations
semgetget set of semaphores
semopsemaphore operations
setbufassign buffering to a stream[ setbuf, setvbuf ]
setgroupsset group access list
setjmpnon-local goto[ setjmp, longjmp ]
setlocset or read international environment[ setlocale ]
setluidset login user ID
setpgidset process group ID for job control
setpgrpset process group ID
setprivset system privileges for this process
setsidcreate session and set process ID
setuidset user and group IDs[ setuid, setgid ]
shmctlshared memory control operations
shmgetget shared memory segment identifier
shmopshared memory operations[ shmop: shmat, shmdt ]
shutdnflushes block I/O and halts the CPU
sigactionexamine and change signal action
sigjmpnon-local jumps[ sigsetjmp, siglongjmp ]
signalspecify what to do upon receipt of a signal
sigpendingexamine pending signals
sigprocmaskexamine and change blocked signals.
sigsemsignals a process waiting on a semaphore
sigsetmanipulate signal sets
sigsuspendwait for signal
sinhhyperbolic functions[ sinh, cosh, tanh ]
sleepsuspend execution for interval
sputlaccess long integer data in a machine- independent fashion[ sputl, sgetl ]
ssignalsoftware signals[ ssignal, gsignal ]
statget file status[ stat, fstat ]
statfsget file system information[ statfs, fstatfs ]
stdiostandard buffered input/output package
stdipcstandard interprocess communication package[ stdipc: ftok ]
stimeset time
stopiostop further I/O to an open file
strerrorgets error message pointer from last routine call error
strftimformat date/time string[ strftime ]
stringstring operations[ string: strcat, strdup, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok ]
strtodconvert string to double-precision number[ strtod, atof ]
strtolconvert string to integer[ strtol, atol, atoi ]
subsystemsmanipulation routines for Subsystems database
swabswap bytes
syncupdate super block
sysconfget configurable system variables
sysfsget file system type information
sysi86machine-specific functions
systemissue a shell command
tamTAM transition libraries
tcattrstate functions[ tcgetattr, tcsetattr ]
tcflowline control functions[ tcdrain, tcflow, tcflush, tcsendbreak ]
tcpgrpprocess group id functions[ tcgetpgrp, tcsetpgrp ]
termcapperforms terminal functions[ tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs ]
terminfoterminal description database.
timeget time
timesget process and child process times
tmpfilecreate a temporary file
tmpnamcreate a name for a temporary file[ tmpnam, tempnam ]
trigtrigonometric functions[ trig: sin, cos, tan, asin, acos, atan, atan2 ]
tsearchmanage binary search trees[ tsearch, tfind, tdelete, twalk ]
ttynamefind name of a terminal[ ttyname, isatty ]
ttyslotfind the slot in the utmp file of the current user
uadminadministrative control
ulimitget and set user limits
umaskset and get file creation mask
umountunmount a file system
unameget name of current UNIX system
ungetcpush character back into input stream
unlinkremove directory entry
ustatget file system statistics
utimeset file access and modification times
varargsvariable argument list
vprintfprint formatted output of a varargs argument list[ vprintf, vfprintf, vsprintf ]
waitwait for child process to stop or terminate[ wait, waitpid ]
waitsemawaits and checks access to a resource governed by a semaphore[ waitsem, nbwaitsem ]
writewrite on a file
xlistgets name list entries from files[ xlist, fxlist ]

SCO. SystemV/386 specific Commands

diskimagecreates file image for floppy disk
docutcreates an application distribution
fdfitfits file archives onto media volumes
hocheckcompares the permlist to current and past distributions
mkcutsmakes custom installable distributions
mkflopscreates floppy disks from mkcuts(SCO) output
mkmasterruns previous docut(SCO) setup
mkpermmakes a product permissions list (permlist)
pkgsizeupdates package size information
volnoupdates volume number information for files

STR. STREAMS Library

cloneopen any minor device on a STREAMS driver
loginterface to STREAMS error logging and event tracing
streamioSTREAMS ioctl commands
timodTransport Interface cooperating STREAMS module
tirdwrTransport Interface read/write interface STREAMS module

XNX. Xenix Compatibility Commands

arMaintains archives and libraries.
ldInvokes the link editor.
nmPrints name list.
profDisplays profile data.
sizePrints the size of an object file.
stripRemoves symbols and relocation bits.

XS. X11 Library

AllPlanesDisplay macros[ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ]
ImageOrdimage format macros[ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ]
IsCKeykeysym classifiaction macros[ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ]
XAddHostcontrol host access[ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ]
XAllColorallocate and free colors[ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ]
XAllEvntrelease queued events[ XAllowEvents ]
XCKCntrlmanipulate keyboard settings[ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ]
XCPCntrlcontrol pointer[ XChangePointerControl, XGetPointerControl ]
XCSSetchange a client's save set[ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ]
XCWAttribchange window attributes[ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ]
XClrAreaclear area or window[ XClearArea, XClearWindow ]
XConfWinconfigure windows[ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ]
XCopyAreacopy areas[ XCopyArea, XCopyPlane ]
XCreCmapcreate, copy, or destroy colormaps[ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ]
XCreFCurcreate cursors[ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ]
XCreGCcreate or free graphics contexts[ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ]
XCreImageimage utilities[ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ]
XCrePmapcreate or destroy pixmaps[ XCreatePixmap, XFreePixmap ]
XCreRegcreate or destroy regions[ XCreateRegion, XSetRegion, XDestroyRegion ]
XCreWincreate windows[ XCreateWindow, XCreateSimpleWindow ]
XDefCurdefine cursors[ XDefineCursor, XUndefineCursor ]
XDesWindestroy windows[ XDestroyWindow, XDestroySubwindows ]
XDrArcdraw arcs[ XDrawArc, XDrawArcs ]
XDrIStrdraw image text[ XDrawImageString, XDrawImageString16 ]
XDrLinedraw lines and polygons[ XDrawLine, XDrawLines, XDrawSegments ]
XDrPointdraw points[ XDrawPoint, XDrawPoints ]
XDrRectdraw rectangles[ XDrawRectangle, XDrawRectangles ]
XDrStringdraw text characters[ XDrawString, XDrawString16 ]
XDrTextdraw polytext text[ XDrawText, XDrawText16 ]
XERegiondetermine if regions are empty or equal[ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ]
XFillRectfill rectangles, polygons, or arcs[ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ]
XFlushhandle output buffer or event queue[ XFlush, XSync, XEventsQueued, XPending ]
XFreefree client data[ XFree, XNoOp ]
XGetDefget X program defaults[ XGetDefault, XResourceManagerString ]
XGetResretrieve database resources and search lists[ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ]
XGetVInfoobtain visual information[ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual ]
XGetWAttrget current window attribute or geometry[ XGetWindowAttributes, XGetGeometry ]
XGrButtongrab pointer buttons[ XGrabButton, XUngrabButton ]
XGrKeygrab keyboard keys[ XGrabKey, XUngrabKey ]
XGrKeybrdgrab the keyboard[ XGrabKeyboard, XUngrabKeyboard ]
XGrPntrgrab the pointer[ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ]
XGrServergrab the server[ XGrabServer, XUngrabServer ]
XIfEventcheck the event queue with a predicate procedure[ XIfEvent, XCheckIfEvent, XPeekIfEvent ]
XInitialinitialize the Resource Manager and parse the command line[ XrmInitialize, XrmParseCommand ]
XInstCmapcontrol colormaps[ XInstallColormap, XUninstallColormap, XListInstalledColormaps ]
XInterRegregion arthmetic[ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ]
XInternAcreate or return atom names[ XInternAtom, XGetAtomName ]
XListFontobtain or free font names and information[ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ]
XLoadFontload or unload fonts[ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ]
XLookKsymhandle keyboard input events[ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ]
XMDBasesmanipulate resource databases[ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ]
XMapWinmap windows[ XMapWinow, XMapRaised, XMapSubwindows ]
XOpDsplyconnect or disconnect to X server[ XOpenDisplay, XCloseDisplay ]
XParGeomparse window geometry and color[ XParseGeometry, XGeometry, XParseColor ]
XPolyReggenerate regions[ XPolygonRegion, XClipBox ]
XPutBEvntput events back on the queue[ XPutBackEvent ]
XPutImagetransfer images[ XPutImage, XGetImage, XGetSubImage ]
XPutResstore database resources[ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ]
XQBSizedetermine efficient sizes[ XQueryBestSize, XQueryBestTile, XQueryBestStipple ]
XQColorobtain color values[ XQueryColor, XQueryColors, XLookupColor ]
XQPointerget pointer coordinates[ XQueryPointer ]
XQTreequery window tree information[ XQueryTree ]
XRaiseWinchange window stacking order[ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ]
XReadBFmanipulate bitmaps[ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ]
XRecCurmanipulate cursors[ XRecolorCursor, XFreeCursor, XQueryBestCursor ]
XReparWinreparent windows[ XReparentWindow ]
XSContextassociative look-up routines[ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ]
XSInputselect input events[ XSelectInput ]
XSeArcModGC convience routines[ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ]
XSeClassHset or get class hint[ XSetClassHint, XGetClassHint ]
XSeClipOGC convience routines[ XSetClipOrigin, XSetClipMask, XSetClipRectangles ]
XSeClosDMcontrol clients[ XSetCloseDownMode, XKillClient ]
XSeCommndset command atom[ XSetCommand ]
XSeErrHandefault error handlers[ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ]
XSeEventsend events[ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents ]
XSeFillSGC convience routines[ XSetFillStyle, XSetFillRule ]
XSeFontGC convience routines[ XSetFont ]
XSeFontPset, get, or free the font search path[ XSetFontPath, XGetFontPath, XFreeFontPath ]
XSeIcNameset or get icon names[ XSetIconName, XGetIconName ]
XSeIcSHset or get icon size hints[ XSetIconSizes, XGetIconSizes ]
XSeInFoccontrol input focus[ XSetInputFocus, XGetInputFocus ]
XSeLAttrGC convience routines[ XSetLineAttribute, XSetDashes ]
XSeNormHset or get normal state hints[ XSetNormalHints, XGetNormalHints ]
XSePMapmanipulate pointer settings[ XSetPointerMapping, XGetPointerMapping ]
XSeScSavmanipulate the screen saver[ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ]
XSeSelOwnmanipulate window selection[ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ]
XSeSizeHset or get window size hints[ XSetSizeHints, XGetSizeHints ]
XSeStandCset or get standard colormaps[ XSetStandardColormap, XGetStandardColormap ]
XSeStandPset standard window manager properties[ XSetStandardProperties ]
XSeStateGC convience routines[ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ]
XSeTileGC convience routines[ XSetTile, XSetStipple, XSetTSOrigin ]
XSeTransHset or get transient for hint[ XSetTransientForHint, XGetTransientForHint ]
XSeWMHset or get window manager hints[ XSetWMHints, XGetWMHints ]
XSeZoomHset or get zoom state hints[ XSetZoomHints, XGetZoomHints ]
XStBytesmanipulate cut and paste buffers[ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ]
XStColorsset colors[ XStoreColors, XStoreColor, XStoreNamedColor ]
XStNameset or get window names[ XStoreName, XFetchName ]
XStTKsymconvert keysyms[ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ]
XSyncenable or disable synchronization[ XSynchronize, XSetAfterFunction ]
XTextWidcompute text width[ XTextWidth, XTextWidth16 ]
XTranWCotranslate window coordinates[ XTranslateCoordinates ]
XUQuarkmanipulate resource quarks[ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ]
XUnmapWinunmap windows[ XUnmapWindow, XUnmapSubwindows ]
XWarpPntrmove pointer[ XWarpPointer ]

Xm. Motif Library

Application[ ApplicationShell - the ApplicationShell widget class. ]
Composite[ Composite - the Composite widget class. ]
Constraint[ Constraint - the Constraint widget class. ]
Core[ Core - the Core widget class. ]
MrmCloseHieCloses a UID hierarchy.[ MrmCloseHierarchy ]
MrmFetchColFetches a named color literal from a UID file.[ MrmFetchColorLiteral ]
MrmFetchIcoFetches an icon literal from a hierarchy.[ MrmFetchIconLiteral ]
MrmFetchIntFetches all the widgets defined in an interface module in the uid hierarchy.[ MrmFetchInterfaceModule ]
MrmFetchLitFetches a literal from a uid file.[ MrmFetchLiteral ]
MrmFetchSetFetches the values to be set from literals stored in uid files.[ MrmFetchSetValues ]
MrmFetchWiAFetches and then creates any indexed (uil named) application widgets and its children.[ MrmFetchWidget ]
MrmFetchWiBFetches any indexed (uil named) application widget. It overrides the arguments specified for this application widget in uil.[ MrmFetchWidgetOverride ]
MrmInitialiPrepares an application to use MRM widget- fetching facilities.[ MrmInitialize ]
MrmOpenHierAllocates a hierarchy ID and opens all the uid files in the hierarchy.[ MrmOpenHierarchy ]
MrmRegisteASaves the information needed for MRM to access the widget creation function for user-defined widgets.[ MrmRegisterClass ]
MrmRegisteBRegisters the values associated with the names referenced in uil (for example, uil callback function names or uil identifier names).[ MrmRegisterNames ]
Object[ Object -- The Object widget class. ]
OverrideShe[ OverrideShell - the OverrideShell widget class ]
TopLevelShe[ TopLevelShell - the TopLevelShell widget class. ]
TransientSh[ TransientShell - the TransientShell widget class. ]
UilDumpSymbdumps the contents of a named UIL symbol table to standard output.[ UilDumpSymbolTable ]
VendorShell[ VendorShell - the VendorShell widget class. ]
WindowObj[ WindowObj - the WindowObj widget class. ]
XmActivateP[ XmActivateProtocol - a VendorShell function that activates a protocol. ]
XmActivateW[ XmActivateWMProtocol - a VendorShell convenience interface that activates a protocol. ]
XmAddProtoA[ XmAddProtocolCallback - a VendorShell function that adds client callbacks for a protocol. ]
XmAddProtoB[ XmAddProtocols - a VendorShell function that adds the protocols to the protocol manager and allocates the internal tables. ]
XmAddTabGro[ XmAddTabGroup - a function that adds a Manager or a Primitive widget to the list of tab groups. ]
XmAddWMProA[ XmAddWMProtocolCallback - a VendorShell convenience interface that adds client callbacks for a protocol. ]
XmAddWMProB[ XmAddWMProtocols - a VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables. ]
XmArrowButA[ XmArrowButton - the ArrowButton widget class. ]
XmArrowButB[ XmArrowButtonGadget - the ArrowButtonGadget widget class. ]
XmBulletinB[ XmBulletinBoard - the BulletinBoard widget class. ]
XmCascadeBA[ XmCascadeButton - the CascadeButton widget class. ]
XmCascadeBB[ XmCascadeButtonGadget - the CascadeButtonGadget widget class. ]
XmCascadeBC[ XmCascadeButtonHighlight - a CascadeButton and CascadeButtonGadget function that sets the highlight state. ]
XmClipboarA[ XmClipboardCancelCopy - a clipboard function that cancels a copy to the clipboard. ]
XmClipboarB[ XmClipboardCopy - a clipboard function that copies a data item to temporary storage for later copying to clipboard. ]
XmClipboarC[ XmClipboardCopyByName - a clipboard function that copies a data item passed by name. ]
XmClipboarD[ XmClipboardEndCopy - a clipboard function that ends a copy to the clipboard. ]
XmClipboarE[ XmClipboardEndRetrieve - a clipboard function that ends a copy from the clipboard. ]
XmClipboarF[ XmClipboardInquireCount - a clipboard function that returns the number of data item formats. ]
XmClipboarG[ XmClipboardInquireFormat - a clipboard function that returns a specified format name. ]
XmClipboarH[ XmClipboardInquireLength - a clipboard function that returns the length of the stored data. ]
XmClipboarI[ XmClipboardInquirePendingItems - a clipboard function that returns a list of data_id/private_id pairs. ]
XmClipboarJ[ XmClipboardLock - a clipboard function that locks the clipboard. ]
XmClipboarK[ XmClipboardRegisterFormat - a clipboard function that registers a new format. ]
XmClipboarL[ XmClipboardRetrieve - a clipboard function that retrieves a data item from the clipboard. ]
XmClipboarM[ XmClipboardStartCopy - a clipboard function that sets up a storage and data structure. ]
XmClipboarN[ XmClipboardStartRetrieve - a function that starts a copy from the clipboard. ]
XmClipboarO[ XmClipboardUndoCopy - a clipboard function that deletes the last item placed on the clipboard. ]
XmClipboarP[ XmClipboardUnlock - a clipboard function that unlocks the clipboard. ]
XmClipboarQ[ XmClipboardWithdrawFormat - a clipboard function that indicates that the application no longer wants to supply a data item. ]
XmCommandAp[ XmCommandAppendValue - a Command function that appends the passed XmString to the end of the string displayed in the command area of the widget. ]
XmCommandEr[ XmCommandError - a Command function that displays an error message. ]
XmCommandGe[ XmCommandGetChild - a Command function that is used to access a component. ]
XmCommandSe[ XmCommandSetValue - a Command function that replaces a displayed string. ]
XmConvertUn[ XmConvertUnits - a function that converts a value in one unit type to another unit type. ]
XmCreateArA[ XmCreateArrowButton - the ArrowButton widget creation function. ]
XmCreateArB[ XmCreateArrowButtonGadget - the ArrowButtonGadget creation function. ]
XmCreateBuA[ XmCreateBulletinBoard - the BulletinBoard widget creation function. ]
XmCreateBuB[ XmCreateBulletinBoardDialog - the BulletinBoard BulletinBoardDialog convenience creation function. ]
XmCreateCaA[ XmCreateCascadeButton - the CascadeButton widget creation function. ]
XmCreateCaB[ XmCreateCascadeButtonGadget - the CascadeButtonGadget creation function. ]
XmCreateCom[ XmCreateCommand - the Command widget creation function. ]
XmCreateDia[ XmCreateDialogShell - the DialogShell widget creation function. ]
XmCreateDrA[ XmCreateDrawingArea - the DrawingArea widget creation function. ]
XmCreateDrB[ XmCreateDrawnButton - the DrawnButton widget creation function. ]
XmCreateErr[ XmCreateErrorDialog - the MessageBox ErrorDialog convenience creation function. ]
XmCreateFiA[ XmCreateFileSelectionBox - the FileSelectionBox widget creation function. ]
XmCreateFiB[ XmCreateFileSelectionDialog - the FileSelectionBox FileSelectionDialog convenience creation function. ]
XmCreateFoA[ XmCreateForm - the Form widget creation function. ]
XmCreateFoB[ XmCreateFormDialog - a Form FormDialog convenience creation function. ]
XmCreateFra[ XmCreateFrame - the Frame widget creation function. ]
XmCreateInf[ XmCreateInformationDialog - the MessageBox InformationDialog convenience creation function. ]
XmCreateLaA[ XmCreateLabel - the Label widget creation function. ]
XmCreateLaB[ XmCreateLabelGadget - the LabelGadget creation function. ]
XmCreateLis[ XmCreateList - the List widget creation function. ]
XmCreateMai[ XmCreateMainWindow - the MainWindow widget creation function. ]
XmCreateMeA[ XmCreateMenuBar - a RowColumn widget convenience creation function. ]
XmCreateMeB[ XmCreateMenuShell - the MenuShell widget creation function. ]
XmCreateMeC[ XmCreateMessageBox - the MessageBox widget creation function. ]
XmCreateMeD[ XmCreateMessageDialog - the MessageBox MessageDialog convenience creation function. ]
XmCreateOpt[ XmCreateOptionMenu - a RowColumn widget convenience creation function. ]
XmCreatePan[ XmCreatePanedWindow - the PanedWindow widget creation function. ]
XmCreatePop[ XmCreatePopupMenu - a RowColumn widget convenience creation function. ]
XmCreatePro[ XmCreatePromptDialog - the SelectionBox PromptDialog convenience creation function. ]
XmCreatePuA[ XmCreatePushButton - the PushButton widget creation function. ]
XmCreatePuB[ XmCreatePushButtonGadget - the PushButtonGadget creation function. ]
XmCreatePul[ XmCreatePulldownMenu - a RowColumn widget convenience creation function. ]
XmCreateQue[ XmCreateQuestionDialog - the MessageBox QuestionDialog convenience creation function. ]
XmCreateRad[ XmCreateRadioBox - a RowColumn widget convenience creation function. ]
XmCreateRow[ XmCreateRowColumn - the RowColumn widget creation function. ]
XmCreateScA[ XmCreateScrollBar - the ScrollBar widget creation function. ]
XmCreateScB[ XmCreateScrolledList - the List ScrolledList convenience creation function. ]
XmCreateScC[ XmCreateScrolledText - the Text ScrolledText convenience creation function. ]
XmCreateScD[ XmCreateScrolledWindow - the ScrolledWindow widget creation function. ]
XmCreateSca[ XmCreateScale - the Scale widget creation function. ]
XmCreateSeA[ XmCreateSelectionBox - the SelectionBox widget creation function. ]
XmCreateSeB[ XmCreateSelectionDialog - the SelectionBox SelectionDialog convenience creation function. ]
XmCreateSeC[ XmCreateSeparator - the Separator widget creation function. ]
XmCreateSeD[ XmCreateSeparatorGadget - the SeparatorGadget creation function. ]
XmCreateTex[ XmCreateText - the Text widget creation function. ]
XmCreateToA[ XmCreateToggleButton - the ToggleButton widget creation function. ]
XmCreateToB[ XmCreateToggleButtonGadget - the ToggleButtonGadget creation function. ]
XmCreateWar[ XmCreateWarningDialog - a MessageBox WarningDialog convenience creation function. ]
XmCreateWor[ XmCreateWorkingDialog - the MessageBox WorkingDialog convenience creation function. ]
XmCvtString[ XmCvtStringToUnitType - a function that converts a string to a unit-type value. ]
XmDeactivaA[ XmDeactivateProtocol - a VendorShell function that deactivates a protocol without removing it. ]
XmDeactivaB[ XmDeactivateWMProtocol - a VendorShell convenience interface that deactivates a protocol without removing it. ]
XmDestroyPi[ XmDestroyPixmap - a pixmap caching function that removes a pixmap from the pixmap cache. ]
XmDialogShe[ XmDialogShell - the DialogShell widget class. ]
XmDrawingAr[ XmDrawingArea - the DrawingArea widget class. ]
XmDrawnButt[ XmDrawnButton - the DrawnButton widget class. ]
XmFileSeleA[ XmFileSelectionBox - the FileSelectionBox widget class. ]
XmFileSeleB[ XmFileSelectionBoxGetChild - a FileSelectionBox function that is used to access a component. ]
XmFileSeleC[ XmFileSelectionDoSearch - a FileSelectionBox function that initiates a directory search. ]
XmFontListA[ XmFontListAdd - a compound string function that creates a new font list. ]
XmFontListC[ XmFontListCreate - a compound string function that creates a font list. ]
XmFontListF[ XmFontListFree - a compound string function that recovers memory used by a font list. ]
XmGetAtomNa[ XmGetAtomName - a function that returns the string representation for an atom. ]
XmGetMenuCu[ XmGetMenuCursor - a RowColumn function that returns the cursor ID for the current menu cursor. ]
XmGetPixmap[ XmGetPixmap - a pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap. ]
XmInstallIm[ XmInstallImage - a pixmap caching function that adds an image to the pixmap cache. ]
XmInternAto[ XmInternAtom - a function that returns an atom for a given name. ]
XmIsMotifWM[ XmIsMotifWMRunning - a function that specifies if the window manager is running. ]
XmLabelGadg[ XmLabelGadget - the LabelGadget widget class. ]
XmListAddIA[ XmListAddItem - a List function that adds an item to the list. ]
XmListAddIB[ XmListAddItemUnselected - a List function that adds an item to the list. ]
XmListDeleA[ XmListDeleteItem - a List function that deletes an item from the list. ]
XmListDeleB[ XmListDeletePos - a List function that deletes an item from a list at a specified position. ]
XmListDeseA[ XmListDeselectAllItems - a List function that unhighlights and removes all items from the selected list. ]
XmListDeseB[ XmListDeselectItem - a List function that deselects the specified item from the selected list. ]
XmListDeseC[ XmListDeselectPos - a List function that deselects an item at a specified position in the list. ]
XmListItemE[ XmListItemExists - a List function that checks if a specified item is in the list. ]
XmListSeleA[ XmListSelectItem - a List function that selects an item in the list. ]
XmListSeleB[ XmListSelectPos - a List function that selects an item at a specified position in the list. ]
XmListSetBA[ XmListSetBottomItem - a List function that makes an existing item the last visible item in the list. ]
XmListSetBB[ XmListSetBottomPos - a List function that makes a specified item the last visible position in the list. ]
XmListSetHo[ XmListSetHorizPos - a List function that moves a ScrollBar to the specified position in the list. ]
XmListSetIt[ XmListSetItem - a List function that makes an existing item the first visible item in the list.. ]
XmListSetPo[ XmListSetPos - a List function that makes the item at the given position the first visible position in the list. ]
XmMainWindA[ XmMainWindow - the MainWindow widget class. ]
XmMainWindB[ XmMainWindowSep1 - a MainWindow function that returns the widget ID of the first Separator widget. ]
XmMainWindC[ XmMainWindowSep2 - a MainWindow function that returns the widget ID of the second Separator widget. ]
XmMainWindD[ XmMainWindowSetAreas - a MainWindow function that identifies manageable children for each area. ]
XmMenuPosit[ XmMenuPosition - a RowColumn function that positions a Popup MenuPane. ]
XmMenuShell[ XmMenuShell - the MenuShell widget class. ]
XmMessageBA[ XmMessageBox - the MessageBox widget class. ]
XmMessageBB[ XmMessageBoxGetChild - a MessageBox function that is used to access a component. ]
XmOptionBut[ XmOptionButtonGadget - a RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu. ]
XmOptionLab[ XmOptionLabelGadget - a RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu. ]
XmPanedWind[ XmPanedWindow - the PanedWindow widget class. ]
XmPrimitive[ XmPrimitive - the Primitive widget class. ]
XmPushButtA[ XmPushButton - the PushButton widget class. ]
XmPushButtB[ XmPushButtonGadget - the PushButtonGadget widget class. ]
XmRemovePrA[ XmRemoveProtocolCallback - a VendorShell function that removes a callback from the internal list. ]
XmRemovePrB[ XmRemoveProtocols - a VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables. ]
XmRemoveTab[ XmRemoveTabGroup - a function that removes a tab group. ]
XmRemoveWMA[ XmRemoveWMProtocolCallback - a VendorShell convenience interface that removes a callback from the internal list. ]
XmRemoveWMB[ XmRemoveWMProtocols - a VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables. ]
XmResolvePa[ XmResolvePartOffsets - a function that allows writing of upward-compatible applications and widgets. ]
XmRowColumn[ XmRowColumn - the RowColumn widget class. ]
XmScaleGetV[ XmScaleGetValue - a Scale function that returns the current slider position. ]
XmScaleSetV[ XmScaleSetValue - a Scale function that sets a slider value. ]
XmScrollBaA[ XmScrollBar - the ScrollBar widget class. ]
XmScrollBaB[ XmScrollBarGetValues - a ScrollBar function that returns the ScrollBar's increment values and changes the slider's size and position. ]
XmScrollBaC[ XmScrollBarSetValues - a ScrollBar function that changes ScrollBar's increment values and the slider's size and position. ]
XmScrolledA[ XmScrolledWindow - the ScrolledWindow widget class. ]
XmScrolledB[ XmScrolledWindowSetAreas - a ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget. ]
XmSelectioA[ XmSelectionBox - the SelectionBox widget class. ]
XmSelectioB[ XmSelectionBoxGetChild - a SelectionBox function that is used to access a component. ]
XmSeparatoA[ XmSeparator - the Separator widget class. ]
XmSeparatoB[ XmSeparatorGadget - the SeparatorGadget widget class. ]
XmSetFontUn[ XmSetFontUnit - a function that sets the font unit value for a display. ]
XmSetMenuCu[ XmSetMenuCursor - a RowColumn function that modifies the menu cursor for a client. ]
XmSetProtoc[ XmSetProtocolHooks - a VendorShell function that allows pre and post actions to be executed when a protocol message is received from the window manager. ]
XmSetWMProt[ XmSetWMProtocolHooks - a VendorShell convenience interface that allows pre and post actions to be executed when a protocol message is received from the window manager. ]
XmStringBas[ XmStringBaseline - a compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text. ]
XmStringByt[ XmStringByteCompare - a compound string function that indicates the results of a byte-by-byte comparison. ]
XmStringCom[ XmStringCompare - a compound string function that compares two strings. ]
XmStringCon[ XmStringConcat - a compound string function that appends one string to another. ]
XmStringCop[ XmStringCopy - a compound string function that makes a copy of a string. ]
XmStringCrA[ XmStringCreate - a compound string function that creates a compound string. ]
XmStringCrB[ XmStringCreateLtoR - a compound string function that creates a compound string. ]
XmStringDir[ XmStringDirectionCreate - a compound string function that creates a compound string. ]
XmStringDrA[ XmStringDraw - a compound string function that draws a compound string in an X window. ]
XmStringDrB[ XmStringDrawImage - a compound string function that draws a compound string in an X Window and creates an image. ]
XmStringDrC[ XmStringDrawUnderline - a compound string function that underlines a string drawn in an X Window. ]
XmStringEmp[ XmStringEmpty - a compound string function that provides information on the existence of non-zero length text components. ]
XmStringExt[ XmStringExtent - a compound string function that determines the size of the smallest rectangle that will enclose the compound string. ]
XmStringFrA[ XmStringFree - a compound string function that recovers memory. ]
XmStringFrB[ XmStringFreeContext - a compound string function that instructs the toolkit that the context is no longer needed. ]
XmStringGeA[ XmStringGetLtoR - a compound string function that searches for a text segment in the input compound string. ]
XmStringGeB[ XmStringGetNextComponent - a compound string function that returns the type and value of the next component in a compound string. ]
XmStringGeC[ XmStringGetNextSegment - a compound string function that fetches the octets in the next segment of a compound string. ]
XmStringHei[ XmStringHeight - a compound string function that returns the line height of the given compound string. ]
XmStringIni[ XmStringInitContext - a compound string function that allows applications to read out the content segment by segment. ]
XmStringLen[ XmStringLength - a compound string function that obtains the length of a compound string. ]
XmStringLin[ XmStringLineCount - a compound string function that returns the number of separators plus one in the provided compound string. ]
XmStringNCA[ XmStringNConcat - a compound string function that appends a specified number of bytes to a compound string. ]
XmStringNCB[ XmStringNCopy - a compound string function that creates a copy of a compound string. ]
XmStringPee[ XmStringPeekNextComponent - a compound string function that returns the component type of the next component fetched. ]
XmStringSeg[ XmStringSegmentCreate - a compound string function that creates a compound string. ]
XmStringSep[ XmStringSeparatorCreate - a compound string function that creates a compound string. ]
XmStringWid[ XmStringWidth - a compound string function that returns the width of the longest sequence of text components in a compound string. ]
XmTextClear[ XmTextClearSelection - a Text function that clears the primary selection. ]
XmTextGetEd[ XmTextGetEditable - a Text function that accesses the edit permission state. ]
XmTextGetMa[ XmTextGetMaxLength - a Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard. ]
XmTextGetSe[ XmTextGetSelection - a Text function that retrieves the value of the primary selection. ]
XmTextGetSt[ XmTextGetString - a Text function that accesses the string value. ]
XmTextRepla[ XmTextReplace - a Text function that replaces part of a text string. ]
XmTextSetEd[ XmTextSetEditable - a Text function that sets the edit permission. ]
XmTextSetMa[ XmTextSetMaxLength - a Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard. ]
XmTextSetSe[ XmTextSetSelection - a Text function that sets the primary selection of the text. ]
XmTextSetSt[ XmTextSetString - a Text function that sets the string value. ]
XmToggleBuA[ XmToggleButton - the ToggleButton widget class. ]
XmToggleBuB[ XmToggleButtonGadget - the ToggleButtonGadget widget class. ]
XmToggleBuC[ XmToggleButtonGadgetGetState - a ToggleButtonGadget function that obtains the state of a ToggleButtonGadget. ]
XmToggleBuD[ XmToggleButtonGadgetSetState - a ToggleButtonGadget function that sets or changes the current state.. ]
XmToggleBuE[ XmToggleButtonGetState - a ToggleButton function that obtains the state of a ToggleButton. ]
XmToggleBuF[ XmToggleButtonSetState - a ToggleButton function that sets or changes the current state. ]
XmUninstall[ XmUninstallImage - a pixmap caching function that removes an image from the image cache. ]
XmUpdateDis[ XmUpdateDisplay - a function that processes all pending exposure events immediately. ]

Xt. X Toolkit

XtAddCbkadd and remove callback procedures[ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ]
XtAddEHandadd and remove event handlers[ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler XtRemoveRawEventHandler ]
XtAddETRegmerge exposure events into a region[ XtAddExposureToRegion ]
XtAddGrabredirect user input to a modal widget[ XtAddGrab, XtRemoveGrab ]
XtAppAActregister an action table[ XtAppAddActions ]
XtAppACregister resource converter[ XtAppAddConverter ]
XtAppAIregister and remove an input source[ XtAppAddInput, XtRemoveInput ]
XtAppATOregister and remove timeouts[ XtAppAddTimeOut, XtRemoveTimeOut ]
XtAppAWPAdd and remove background processing procedures[ XtAppAddWorkProc, XtRemoveWorkProc ]
XtAppCShcreate top-level widget instance[ XtAppCreateShell ]
XtAppElow-level error handlers[ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ]
XtAppEMhigh-level error handlers[ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ]
XtAppGEDBobtain error database[ XtAppGetErrorDatabase, XtAppGetErrorDatabaseText ]
XtAppGSTO[ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout- set and obtain selection timeout values ]
XtAppNEvquery and process events and input[ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ]
XtBEMaskretrieve a widget's event mask[ XtBuildEventMask ]
XtCallAFoccalla widget's accept_focus procedure[ XtCallAcceptFocus ]
XtCallCbksprocess callbacks[ XtCallCallbacks, XtHasCallbacks ]
XtClassobtain and verify a widget's class[ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ]
XtConfWidmove and resize widgets[ XtConfigureWidget, XtMoveWidget, XtResizeWidget ]
XtConvertinvoke resource converters[ XtConvert, XtDirectConvert ]
XtCreAConcreate, destroy, and obtain an application context[ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ]
XtCrePSh[ XtCreatePopupShell ]
XtCreWidcreate and destroy widgets[ XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget ]
XtCreWinwindow creation convenience function[ XtCreateWindow ]
XtDisplayobtain window information about a widget[ XtDisplay, XtParent, XtScreen, XtWindow ]
XtDisplayIn[ XtDisplayInitialize - a function that initializes the o toolkit's view of a display and adds it to an application context. ]
XtGetGCobtain and destroy a sharable GC[ XtGetGC, XtReleaseGC ]
XtGetRListobtain resource list[ XtGetResourceList ]
XtGetSresobtain subresources or application resources[ XtGetSubresources, XtGetApplicationResources ]
XtGrabKeybo[ XtGrabKeyboard - a function that actively grabs control of the main keyboard. ]
XtInitializ[ o XtInitialize - a function that initializes the toolkit and returns a top-level shell. ]
XtMakGReqmake geometry manager request[ XtMakeGeometryRequest, XtMakeResizeRequest ]
XtMallocmemory management functions[ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ]
XtManChildmanage and unmanage children[ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ]
XtMapWidmap and unmap widgets[ XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget ]
XtNameTWidtranslating strings to widgets or widgets to windows[ XtNameToWidget, XtWidgetToWindow ]
XtOffsetdetermine the byte offset or number of array elements[ XtOffset, XtNumber ]
XtOwnSelset selection owner[ XtOwnSelection, XtOwnSelectionIncremental, XtDisownSelection ]
XtParATabmanaging accelerator tables[ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ]
XtParTTabmanage translation tables[ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ]
XtPopdownunmap a pop-up[ XtPopdown, XtCallbackPopdown, MenuPopdown ]
XtPopupmap a pop-up[ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ]
XtQueryGeoquery the preferred geometry of a child widget[ XtQueryGeometry ]
XtRealizerealize and unrealize widgets[ XtRealizeWidget, XtIsRealized, XtUnrealizeWidget ]
XtSetArgset and merge ArgLists[ XtSetArg, XtMergeArgLists ]
XtSetKFocfocus events on a child widget[ XtSetKeyboardFocus ]
XtSetKTrconvert KeySym to KeyCodes[ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ]
XtSetSensset and check a widget's sensitivity state[ XtSetSensitive, XtIsSensitive ]
XtSetValobtain and set widget resources[ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ]
XtStrCWissue a conversion warning message[ XtStringConversionWarning ]
XtTransCtranslate widget coordinates[ XtTranslateCoordinates ]
XtUngrabKeA[ XtUngrabKey - a function that cancels a passive grab on a key combination. ]
XtUngrabKeB[ XtUngrabKeyboard - a function releases an active grab on the keyboard. ]
XtWidgetCal[ XtWidgetCallCallbacks - a function that invokes the entries on a callback list. ]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026