Museum

Home

Lab Overview

Retrotechnology Articles

⇒ unbundled ANSI-C_A09.00/S300

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

1. Commands

1X. Vue Commands

2. System Calls

2V. SVID System Calls

3. Subroutines and Libraries

3C. C Library

3I. Instrument Support Library

3M. Math Library

3S. Standard I/O Library

3X. Miscellaneous Libraries

3X11. X11 Library

3x. Miscellaneous Libraries

4. File Formats

5. Miscellaneous Facilities

5X. Vue Miscellaneous Facilities

Manual — unbundled ANSI-C_A09.00/S300

2400 entries

1. Commands

admincreate and administer SCCS files
astrntranslate assembly language
atimetime an assembly language instruction sequence
atranstranslate assembly language
cdbC, C++, FORTRAN, Pascal symbolic debugger[ cdb, fdb, pdb ]
cdcchange the delta commentary of an SCCS delta
cicheck in RCS revisions
cocheck out RCS revisions
combcombine SCCS deltas
deltamake a delta (change) to an SCCS file
fdbC, C++, FORTRAN, Pascal symbolic debugger[ cdb, fdb, pdb ]
getget a version of an SCCS file
gprofdisplay call graph profile data
helptagDriver program to process HP Help System documents
identidentify files in RCS
lorderfind ordering relation for an object library
m4macro processor
mergethree-way file merge
mkmfmake a makefile
mkstrextract error messages from C source into a file
pdbC, C++, FORTRAN, Pascal symbolic debugger[ cdb, fdb, pdb ]
profdisplay profile data
prsprint and summarize an SCCS file
rcschange RCS file attributes
rcsdiffcompareRCS revisions
rcsmergemerge RCS revisions
rlogprint log messages and other information on RCS files
rmdelremove a delta from an SCCS file
sactprint current SCCS file editing activity
sccsdiffcompare two versions of an SCCS file
tsorttopological sort
ungetundo a previous get of an SCCS file
valvalidate SCCS file
vcversion control
xdbC, FORTRAN, Pascal, and C++ Symbolic Debugger

1X. Vue Commands

mwmThe Motif Window Manager
uilThe user interface language compiler
xmbindConfigures virtual key bindings

2. System Calls

CPU_IS_HP_Mget configurable system variables[ sysconf ]
CPU_IS_PA_Rget configurable system variables[ sysconf ]
_exitterminate process[ exit, _exit ]
accessdetermine accessibility of a file
acctenable or disable process accounting
alarmset a process’s alarm clock
atexitregister a function to be called at program termination
audctlstart or halt the auditing system and set or get audit files
audswitchsuspend or resume auditing on the current process
audwritewrite an audit record for a self-auditing process
brkchange data segment space allocation[ brk, sbrk ]
bsdproc4.2 BSD-compatible process control facilities[ killpg, getpgrp, setpgrp, sigvec, signal ]
chdirchange working directory[ chdir, fchdir ]
chmodchange access mode of file[ chmod, fchmod ]
chownchange owner and group of a file[ chown, fchown ]
chrootchange root directory
closeclose a file descriptor
cnodeidget the cnode ID of the local machine
cnodesget a list of active nodes in cluster
creatcreate a new file or rewrite an existing one
dupduplicate an open file descriptor
dup2duplicate an open file descriptor to a specific slot
errnoerror indicator for function calls
execexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execlexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execleexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execlpexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execvexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execveexecute a file[ execl, execv, execle, execve, execlp, execvp ]
execvpexecute a file[ execl, execv, execle, execve, execlp, execvp ]
exitterminate process[ exit, _exit ]
fchdirchange working directory[ chdir, fchdir ]
fchmodchange access mode of file[ chmod, fchmod ]
fchownchange owner and group of a file[ chown, fchown ]
fcntlfile control
fgetaclget access control list (ACL) information[ getacl, fgetacl ]
forkcreate a new process
fpathconfget configurable pathname variables[ pathconf(), fpathconf() ]
fsctlfile system control
fsetaclset access control list (ACL) information[ setacl, fsetacl ]
fstatget file status[ stat, lstat, fstat ]
fstatfsget file system statistics[ statfs, fstatfs ]
fsyncsynchronize a file’s in-core state with its state on disk
ftimeget date and time more precisely
ftruncatetruncate a file to a specified length[ truncate, ftruncate ]
getaccessget a user’s effective access rights to a file
getaclget access control list (ACL) information[ getacl, fgetacl ]
getaudidget the audit ID (aid) for the current process
getaudprocget the audit process flag for the calling process
getcontextreturn process context for context-dependent file search
getdirentriget entries from a directory in a filesystem-independent format[ getdirentries ]
getegidget real user, effective user, real group, and effective group IDs[ getuid, geteuid, getgid, getegid ]
geteuidget real user, effective user, real group, and effective group IDs[ getuid, geteuid, getgid, getegid ]
geteventget events and system calls that are currently being audited
getgidget real user, effective user, real group, and effective group IDs[ getuid, geteuid, getgid, getegid ]
getgroupsget group access list
gethostnameget name of current host
getitimerget/set value of interval timer[ getitimer, setitimer ]
getpgrpget process, process group, and parent process ID[ getpid, getpgrp, getppid, getpgrp2 ]
getpgrp2get process, process group, and parent process ID[ getpid, getpgrp, getppid, getpgrp2 ]
getpidget process, process group, and parent process ID[ getpid, getpgrp, getppid, getpgrp2 ]
getppidget process, process group, and parent process ID[ getpid, getpgrp, getppid, getpgrp2 ]
getpriorityget and set process priorities[ getpriority, setpriority ]
getprivgrpget and set special attributes for group[ getprivgrp, setprivgrp ]
getrlimitcontrol consumption of system resources[ getrlimit, setrlimit ]
gettimeofdaget/set date and time[ gettimeofday, settimeofday ]
getuidget real user, effective user, real group, and effective group IDs[ getuid, geteuid, getgid, getegid ]
gttycontrol device[ stty, gtty ]
ioctlcontrol device
killsend a signal to a process or a group of processes[ kill, raise ]
killpg4.2 BSD-compatible process control facilities[ killpg, getpgrp, setpgrp, sigvec, signal ]
linklink to a file
lockfprovide semaphores and record locking on files
lseekmove read/write file pointer; seek
lstatget file status[ stat, lstat, fstat ]
lsyncupdate super-block[ sync, lsync ]
madviseadvise the system of a process’ expected paging behavior
mkdirmake a directory file
mknodmake a directory, or a special or regular file[ mknod, mkrnod ]
mkrnodmake a directory, or a special or regular file[ mknod, mkrnod ]
mmapmap object into virtual memory
mountmount a file system
mprotectmodify access protections of memory mapping
msem_initinitialize a semaphore in a mapped file or anonymous memory region
msem_locklock a semaphore
msem_removeremove a semaphore in mapped file or anonymous region
msem_unlockunlock a semaphore
msgctlmessage control operations
msggetget message queue
msgopmessage operations[ msgsnd, msgrcv ]
msgrcvmessage operations[ msgsnd, msgrcv ]
msgsndmessage operations[ msgsnd, msgrcv ]
msyncsynchronize a mapped file
munmapunmap a mapped region
nicechange priority of a process
openopen file for reading or writing
pathconfget configurable pathname variables[ pathconf(), fpathconf() ]
pausesuspend process until signal
pipecreate an interprocess channel
plocklock process, text, or data in memory
pollmonitor I/O conditions on multiple file descriptors
preallocpreallocate fast disk storage
profilexecution time profile
ptraceprocess trace
quotactlmanipulate disk quotas
raisesend a signal to a process or a group of processes[ kill, raise ]
readread input[ read, readv ]
readlinkread value of a symbolic link
readvread input[ read, readv ]
rebootboot the system
renamechange the name of a file
rmdirremove a directory file
rtpriochange or read real-time priority
sbrkchange data segment space allocation[ brk, sbrk ]
selectsynchronous I/O multiplexing
semctlsemaphore control operations
semgetget set of semaphores
semopsemaphore operations
setaclset access control list (ACL) information[ setacl, fsetacl ]
setaudidset the audit ID (aid) for the current process
setaudproccontrols process level auditing for the current process and its decendents
seteventset current events and system calls which are to be audited
setgidset user and group IDs[ setuid, setgid ]
setgroupsset group access list
sethostnameset name of host cpu
setitimerget/set value of interval timer[ getitimer, setitimer ]
setpgidset process group ID for job control[ setpgid, setpgrp2 ]
setpgrpcreate session and set process group ID[ setsid, setpgrp ]
setpgrp2set process group ID for job control[ setpgid, setpgrp2 ]
setpriorityget and set process priorities[ getpriority, setpriority ]
setresgidset real, effective, and saved user and group IDs[ setresuid, setresgid ]
setresuidset real, effective, and saved user and group IDs[ setresuid, setresgid ]
setrlimitcontrol consumption of system resources[ getrlimit, setrlimit ]
setsidcreate session and set process group ID[ setsid, setpgrp ]
settimeofdaget/set date and time[ gettimeofday, settimeofday ]
setuidset user and group IDs[ setuid, setgid ]
shmatshared memory operations[ shmat, shmdt ]
shmctlshared memory control operations
shmdtshared memory operations[ shmat, shmdt ]
shmgetget shared memory segment
shmopshared memory operations[ shmat, shmdt ]
sigactionexamine and change signal action
sigblockblock signals
signalspecify what to do upon receipt of a signal
sigpauseatomically release blocked signals and wait for interrupt
sigpendingexamine pending signals
sigprocmaskexamine and change blocked signals
sigsetmaskset current signal mask
sigspaceassure sufficient signal stack space
sigstackset and/or get signal stack context
sigsuspendwait for a signal
sigvec4.2 BSD-compatible process control facilities[ killpg, getpgrp, setpgrp, sigvec, signal ]
sigvectorsoftware signal facilities
statget file status[ stat, lstat, fstat ]
statfsget file system statistics[ statfs, fstatfs ]
stimeset time and date
sttycontrol device[ stty, gtty ]
swaponadd swap space for interleaved paging/swapping
symlinkmake symbolic link to a file
syncupdate super-block[ sync, lsync ]
sysconfget configurable system variables
timeget time
timesget process and child process times
truncatetruncate a file to a specified length[ truncate, ftruncate ]
ulimitget and set user limits
umaskset and get file creation mask
umountunmount a file system
unameget/set name of current HP-UX system[ uname, setuname ]
unlinkremove directory entry; delete file
ustatget file system statistics
utimeset file access and modification times
vforkspawn new process; share virtual memory
vfsmountmount a file system
waitwait for child or traced process to stop or terminate[ wait, waitpid, wait3 ]
wait3wait for child or traced process to stop or terminate[ wait, waitpid, wait3 ]
waitpidwait for child or traced process to stop or terminate[ wait, waitpid, wait3 ]
writewrite on a file[ write, writev ]
writevwrite on a file[ write, writev ]

2V. SVID System Calls

sigholdsignal management[ sigset, sighold, sigrelse, sigignore, sigpause ]
sigignoresignal management[ sigset, sighold, sigrelse, sigignore, sigpause ]
sigpausesignal management[ sigset, sighold, sigrelse, sigignore, sigpause ]
sigrelsesignal management[ sigset, sighold, sigrelse, sigignore, sigpause ]
sigsetsignal management[ sigset, sighold, sigrelse, sigignore, sigpause ]

3. Subroutines and Libraries

crt0execution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
crt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
devnmmap device ID to file path
frt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
gcrt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
gfrt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
mcrt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]
mfrt0.oexecution startup routines[ crt0.o, gcrt0.o, mcrt0.o, frt0.o, gfrt0.o, mfrt0.o ]

3C. C Library

ADVANCEtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
BYTE_STATUStools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
CHARADVtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
CHARATtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
FIRSTof2tools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
ICONV1code set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
ICONV2code set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
SECof2tools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
WCHARtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
WCHARADVtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
_ldecvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
_ldfcvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
_ldgcvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
_longjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
_setjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
_tolowertranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
_touppertranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
a64lconvert between long integer and base-64 ASCII string[ a64l(), l64a() ]
abortgenerate a software abort fault[ abort() ]
absreturn integer absolute value[ abs(), labs() ]
aclentrystaconvert exact or pattern string form to access control list (ACL) structure[ strtoacl(), strtoaclpatt(), aclentrystart() ]
acltostrconvert access control list (ACL) structure to string form[ acltostr() ]
alphasortscan a directory[ scandir(), alphasort() ]
asctimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
atofconvert string to double-precision number[ strtod, atof, nl_strtod, nl_atof ]
atoiconvert string to integer[ strtol, atol, atoi, strtoul ]
atolconvert string to integer[ strtol, atol, atoi, strtoul ]
bcmpmemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
bcopymemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
blcloseterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
blgetterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
blmodeterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
blopenterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
blreadterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
blsetterminal block-mode library interface[ blopen(), blclose(), blread(), blget(), blset() ]
bsearchbinary search a sorted table[ bsearch() ]
byte_statustools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
bzeromemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
c_colwidthtools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
cachectlflush and/or purge the cache[ cachectl() ]
callocmain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
catcloseopen and close a message catalog for reading[ catopen(), catclose() ]
catgetmsgget message from a message catalog[ catgetmsg() ]
catgetsget a program message[ catgets() ]
catopenopen and close a message catalog for reading[ catopen(), catclose() ]
catreadMPE/RTE-style message catalog support[ catread() ]
cfgetispeedtty baud rate functions[ cfgetospeed(), cfsetospeed(), cfgetispeed(), cfsetispeed() ]
cfgetospeedtty baud rate functions[ cfgetospeed(), cfsetospeed(), cfgetispeed(), cfsetispeed() ]
cfsetispeedtty baud rate functions[ cfgetospeed(), cfsetospeed(), cfgetispeed(), cfsetispeed() ]
cfsetospeedtty baud rate functions[ cfgetospeed(), cfsetospeed(), cfgetispeed(), cfsetispeed() ]
cfspeedtty baud rate functions[ cfgetospeed(), cfsetospeed(), cfgetispeed(), cfsetispeed() ]
chownaclchange owner and/or group represented in a file’s access control list (ACL)[ chownacl() ]
clearenvclear the process environment
clockreport CPU time used[ clock() ]
closedirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
closelogcontrol system log[ syslog(), openlog(), closelog(), setlogmask() ]
confstrget string-valued configuration values[ confstr() ]
convtranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
cpaclcopy the access control list (ACL) and mode bits from one file to another[ cpacl(), fcpacl() ]
cryptgenerate hashing encryption[ crypt, setkey, encrypt ]
ctimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
ctypeclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
currlangidNLS information about native languages[ langinfo(), langtoid(), idtolang(), currlangid() ]
cvtnumconvert string to floating point number[ cvtnum() ]
datalocklock process into memory after allocating data and stack space[ datalock() ]
daylightconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
dialestablish an out-going terminal line connection[ dial(), undial() ]
difftimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
directorydirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
divinteger division and remainder[ div(), ldiv() ]
drand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
ecvtconvert floating-point number to string[ ecvt(), fcvt, () gcvt, () nl_gcvt() ]
edatalast locations in program[ end, etext, edata ]
encryptgenerate hashing encryption[ crypt, setkey, encrypt ]
endlast locations in program[ end, etext, edata ]
endccentget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
endgrentget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
endpwentget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
endspwentget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
endusershelget legal user shells[ getusershell(), setusershell(), endusershell() ]
endutentaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
erand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
errnosystem error messages[ perror(), strerror(), errno, sys_errlist, sys_nerr ]
etextlast locations in program[ end, etext, edata ]
fcpaclcopy the access control list (ACL) and mode bits from one file to another[ cpacl(), fcpacl() ]
fcvtconvert floating-point number to string[ ecvt(), fcvt, () gcvt, () nl_gcvt() ]
ffsmemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
fgetccentget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
fgetgrentget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
fgetpwentget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
fgetspwentget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
fgetwcget a wide character from a stream file[ getwc(), getwchar(), fgetwc() ]
fgetwsget a wide character string from a stream file[ fgetws() ]
firstof2tools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
fnmatchmatch filename patterns[ fnmatch() ]
fprintmsgprint formatted output with numbered arguments[ printmsg(), fprintmsg(), sprintmsg() ]
fputwcput a wide character on a stream file[ putwc(), putwchar(), fputwc() ]
fputwsput a wide character string on a stream file[ fputws() ]
freemain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
frexpsplit floating-point into mantissa and exponent[ frexp(), ldexp(), modf() ]
fsetaclentradd, modify, or delete one entry in file’s access control list (ACL)[ setaclentry(), fsetaclentry() ]
fstatfsdevget file system statistics[ statfsdev, fstatfsdev ]
ftokstandard interprocess communication package[ ftok() ]
ftwwalk a file tree[ ftw, ftwh, nftw, nftwh ]
ftwhwalk a file tree[ ftw, ftwh, nftw, nftwh ]
gcvtconvert floating-point number to string[ ecvt(), fcvt, () gcvt, () nl_gcvt() ]
getcccidget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
getccentget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
getccnamget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
getcdfmanipulate CDF path names[ getcdf(), hidecdf() ]
getclockget current value of system-wide clock
getcwdget pathname of current working directory[ getcwd(), gethcwd() ]
getdateconvert user format date and time[ getdate() ]
getdiskbynaget disk description by its name[ getdiskbyname() ]
getenvreturn value for environment name[ getenv() ]
getgrentget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
getgrgidget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
getgrnamget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
gethcwdget pathname of current working directory[ getcwd(), gethcwd() ]
getlocaleset and get the locale of a program[ setlocale(), getlocale() ]
getloginget login name[ getlogin() ]
getoptget option letter from argument vector[ getopt(), optarg, optind, opterr ]
getpassread a password[ getpass() ]
getpwget name from UID[ getpw() ]
getpwentget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
getpwnamget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
getpwuidget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
getspwaidget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
getspwentget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
getspwnamget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
getspwuidget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
getsuboptparse suboptions from a string.[ getsubopt() ]
gettimerget value of a per-process timer
getusershelget legal user shells[ getusershell(), setusershell(), endusershell() ]
getutaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
getutentaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
getutidaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
getutlineaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
getwcget a wide character from a stream file[ getwc(), getwchar(), fgetwc() ]
getwcharget a wide character from a stream file[ getwc(), getwchar(), fgetwc() ]
globfile name generation function[ glob(), globfree() ]
globfreefile name generation function[ glob(), globfree() ]
gmtimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
gsignalsoftware signals[ ssignal(), gsignal() ]
hcreatemanage hash search tables[ hsearch(), hcreate(), hdestroy() ]
hdestroymanage hash search tables[ hsearch(), hcreate(), hdestroy() ]
hidecdfmanipulate CDF path names[ getcdf(), hidecdf() ]
hsearchmanage hash search tables[ hsearch(), hcreate(), hdestroy() ]
iconvcode set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
iconvclosecode set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
iconvlockcode set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
iconvopencode set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
iconvsizecode set conversion routines[ iconvsize, iconvopen, iconvclose, iconvlock, ICONV, ICONV1, ICONV2 ]
idtolangNLS information about native languages[ langinfo(), langtoid(), idtolang(), currlangid() ]
indexcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
initgroupsinitialize group access list[ initgroups() ]
is_68010_prcheck for presence of hardware capabilities[ is_68010_present(), is_68881_present(), is_98635A_present(), is_98248A_present() ]
is_68881_prcheck for presence of hardware capabilities[ is_68010_present(), is_68881_present(), is_98635A_present(), is_98248A_present() ]
is_98248A_pcheck for presence of hardware capabilities[ is_68010_present(), is_68881_present(), is_98635A_present(), is_98248A_present() ]
is_98635A_pcheck for presence of hardware capabilities[ is_68010_present(), is_68881_present(), is_98635A_present(), is_98248A_present() ]
is_hw_presecheck for presence of hardware capabilities[ is_68010_present(), is_68881_present(), is_98635A_present(), is_98248A_present() ]
isalnumclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isalphaclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isasciiclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isattyfind name of a terminal[ ttyname(), isatty() ]
iscntrlclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isdigitclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isgraphclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
islowerclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isprintclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
ispunctclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isspaceclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
isupperclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
iswalnumclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswalphaclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswcntrlclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswctypeclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswdigitclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswgraphclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswlowerclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswprintclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswpunctclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswspaceclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswupperclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
iswxdigitclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
isxdigitclassify characters[ isalpha(), isupper(), islower(), isdigit(), isxdigit(), isalnum(), isspace(), ispunct(), isprint(), isgraph(), iscntrl(), isascii() ]
jrand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
l3tolconvert between 3-byte integers and long integers[ l3tol(), ltol3() ]
l64aconvert between long integer and base-64 ASCII string[ a64l(), l64a() ]
labsreturn integer absolute value[ abs(), labs() ]
langinfoNLS information about native languages[ langinfo(), langtoid(), idtolang(), currlangid() ]
langinitinitialize the NLS environment of a program[ nl_init(), langinit() ]
langtoidNLS information about native languages[ langinfo(), langtoid(), idtolang(), currlangid() ]
lcong48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
ldcvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
ldecvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
ldexpsplit floating-point into mantissa and exponent[ frexp(), ldexp(), modf() ]
ldfcvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
ldgcvtconvert long-double floating-point number to string[ _ldecvt(), _ldfcvt(), _ldgcvt() ]
ldivinteger division and remainder[ div(), ldiv() ]
lfindlinear search and update[ lsearch(), lfind() ]
localeconvquery the numeric formatting conventions of the current locale[ localeconv() ]
localtimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
lognamereturn login name of user[ logname() ]
longjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
lrand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
lsearchlinear search and update[ lsearch(), lfind() ]
ltoaconvert long integers to strings[ ltostr(), ultostr(), ltoa(), ultoa() ]
ltol3convert between 3-byte integers and long integers[ l3tol(), ltol3() ]
ltostrconvert long integers to strings[ ltostr(), ultostr(), ltoa(), ultoa() ]
mallinfomain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
mallocmain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
malloptmain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
mblenmultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
mbstowcsmultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
mbtowcmultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
memccpymemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memchrmemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memcmpmemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memcpymemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memmovememory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memorymemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
memorymapmain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
memsetmemory operations[ memccpy(), memchr(), memcmp(), memcpy(), memmove(), memset(), bcopy(), bcmp(), bzero(), ffs() ]
mkfifomake a FIFO file[ mkfifo() ]
mkstempmake a unique file name[ mktemp(), mkstemp() ]
mktempmake a unique file name[ mktemp(), mkstemp() ]
mktimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
mktimerallocate a per-process timer
modfsplit floating-point into mantissa and exponent[ frexp(), ldexp(), modf() ]
monitorprepare execution profile[ monitor() ]
mrand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
multibytemultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
nftwwalk a file tree[ ftw, ftwh, nftw, nftwh ]
nl_asctimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
nl_ascxtimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
nl_atofconvert string to double-precision number[ strtod, atof, nl_strtod, nl_atof ]
nl_convtranslate characters for use with NLS[ nl_toupper(), nl_tolower() ]
nl_ctimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
nl_ctypeclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_cxtimeconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
nl_gcvtconvert floating-point number to string[ ecvt(), fcvt, () gcvt, () nl_gcvt() ]
nl_initinitialize the NLS environment of a program[ nl_init(), langinit() ]
nl_isalnumclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isalphaclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_iscntrlclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isdigitclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isgraphclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_islowerclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isprintclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_ispunctclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isspaceclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isupperclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_isxdigitclassify characters for use with NLS[ nl_isalpha(), nl_isupper(), nl_islower(), nl_isdigit(), nl_isxdigit(), nl_isalnum(), nl_isspace(), nl_ispunct(), nl_isprint(), nl_isgraph(), nl_iscntrl() ]
nl_langinfolanguage information[ nl_langinfo() ]
nl_strcmpcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
nl_stringnon-ASCII string collation[ strcmp8(), strncmp8(), strcmp16(), strncmp16() ]
nl_strncmpcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
nl_strtodconvert string to double-precision number[ strtod, atof, nl_strtod, nl_atof ]
nl_tolowertranslate characters for use with NLS[ nl_toupper(), nl_tolower() ]
nl_tools_16tools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
nl_touppertranslate characters for use with NLS[ nl_toupper(), nl_tolower() ]
nlistget entries from name list[ nlist() ]
nrand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
opendirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
openlogcontrol system log[ syslog(), openlog(), closelog(), setlogmask() ]
optargget option letter from argument vector[ getopt(), optarg, optind, opterr ]
opterrget option letter from argument vector[ getopt(), optarg, optind, opterr ]
optindget option letter from argument vector[ getopt(), optarg, optind, opterr ]
perrorsystem error messages[ perror(), strerror(), errno, sys_errlist, sys_nerr ]
printmsgprint formatted output with numbered arguments[ printmsg(), fprintmsg(), sprintmsg() ]
ptsnameget the name of a slave pty
putenvchange or add value to environment[ putenv() ]
putpwentwrite password file entry[ putpwent() ]
putspwentwrite secure password file entry[ putspwent() ]
pututlineaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
putwcput a wide character on a stream file[ putwc(), putwchar(), fputwc() ]
putwcharput a wide character on a stream file[ putwc(), putwchar(), fputwc() ]
qsortquicker sort[ qsort() ]
randsimple random-number generator[ rand(), srand() ]
readdirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
reallocmain memory allocator[ malloc(), free(), realloc(), calloc(), mallopt(), mallinfo(), memorymap() ]
regcompregular expression matching routines[ regcomp(), regerror(), regexec(), regfree() ]
regerrorregular expression matching routines[ regcomp(), regerror(), regexec(), regfree() ]
regexecregular expression matching routines[ regcomp(), regerror(), regexec(), regfree() ]
regfreeregular expression matching routines[ regcomp(), regerror(), regexec(), regfree() ]
reltimerrelatively arm a per-process timer
removeremove a file[ remove() ]
rewinddirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
rindexcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
rmtimerfree a per-process timer
scandirscan a directory[ scandir(), alphasort() ]
secof2tools to process 16-bit characters[ firstof2(), secof2(), byte_status(), c_colwidth(), FIRSTof2(), SECof2(), BYTE_STATUS(), C_COLWIDTH(), CHARAT(), ADVANCE(), CHARADV(), WCHAR(), WCHARADV() ]
seed48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
seekdirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
setaclentryadd, modify, or delete one entry in file’s access control list (ACL)[ setaclentry(), fsetaclentry() ]
setccentget HP Cluster configuration entry[ getccent(), getcccid(), getccnam(), setccent(), endccent(), fgetccent() ]
setclockset value of system-wide clock
setgrentget group file entry[ getgrent(), getgrgid(), getgrnam(), setgrent(), endgrent(), fgetgrent() ]
setjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
setkeygenerate hashing encryption[ crypt, setkey, encrypt ]
setlocaleset and get the locale of a program[ setlocale(), getlocale() ]
setlogmaskcontrol system log[ syslog(), openlog(), closelog(), setlogmask() ]
setpwentget password file entry[ getpwent(), getpwuid(), getpwnam(), setpwent(), endpwent(), fgetpwent() ]
setspwentget secure password file entry[ getspwent(), getspwuid(), getspwaid(), getspwnam(), setspwent(), endspwent(), fgetspwent() ]
setusershelget legal user shells[ getusershell(), setusershell(), endusershell() ]
setutentaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
sigaddsetinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
sigdelsetinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
sigemptysetinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
sigfillsetinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
sigismemberinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
siglongjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
sigsetjmpnon-local goto[ setjmp(), longjmp(), sigsetjmp(), siglongjmp() ]
sigsetopsinitialize, manipulate, and test signal sets[ sigemptyset(), sigfillset(), sigaddset(), sigdelset(), sigismember() ]
sleepsuspend execution for interval[ sleep() ]
sprintmsgprint formatted output with numbered arguments[ printmsg(), fprintmsg(), sprintmsg() ]
srandsimple random-number generator[ rand(), srand() ]
srand48generate uniformly distributed pseudo-random numbers[ drand48(), erand48(), lrand48(), nrand48(), mrand48(), jrand48(), srand48(), seed48(), lcong48() ]
ssignalsoftware signals[ ssignal(), gsignal() ]
statfsdevget file system statistics[ statfsdev, fstatfsdev ]
stdipcstandard interprocess communication package[ ftok() ]
strcatcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strchrcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strcmpcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strcmp16non-ASCII string collation[ strcmp8(), strncmp8(), strcmp16(), strncmp16() ]
strcmp8non-ASCII string collation[ strcmp8(), strncmp8(), strcmp16(), strncmp16() ]
strcollcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strcpycharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strcspncharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strdupcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strerrorsystem error messages[ perror(), strerror(), errno, sys_errlist, sys_nerr ]
strftimeconvert date and time to string[ strftime() ]
stringcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strlencharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strncatcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strncmpcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strncmp16non-ASCII string collation[ strcmp8(), strncmp8(), strcmp16(), strncmp16() ]
strncmp8non-ASCII string collation[ strcmp8(), strncmp8(), strcmp16(), strncmp16() ]
strncpycharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strordconvert string data order
strpbrkcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strrchrcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strrstrcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strspncharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strstrcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strtoaclconvert exact or pattern string form to access control list (ACL) structure[ strtoacl(), strtoaclpatt(), aclentrystart() ]
strtoaclpatconvert exact or pattern string form to access control list (ACL) structure[ strtoacl(), strtoaclpatt(), aclentrystart() ]
strtodconvert string to double-precision number[ strtod, atof, nl_strtod, nl_atof ]
strtokcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
strtolconvert string to integer[ strtol, atol, atoi, strtoul ]
strtoldconvert string to long double-precision number[ strtold() ]
strtoulconvert string to integer[ strtol, atol, atoi, strtoul ]
strxfrmcharacter string operations[ strcat(), strncat(), strcmp(), strncmp(), strcasecmp(), strncasecmp(), strcpy(), strncpy(), strdup(), strlen(), strchr(), strrchr(), strpbrk(), strspn(), strcspn(), strstr(), strrstr(), strtok(), strcoll(), strxfrm(), nl_strcmp(), nl_strncmp(), index(), rindex() ]
swabswap bytes[ swab() ]
sys_errlistsystem error messages[ perror(), strerror(), errno, sys_errlist, sys_nerr ]
sys_nerrsystem error messages[ perror(), strerror(), errno, sys_errlist, sys_nerr ]
syslogcontrol system log[ syslog(), openlog(), closelog(), setlogmask() ]
tcattributecontrol tty device[ tcgetattr(), tcsetattr() ]
tccontroltty line control functions[ tcsendbreak(), tcdrain(), tcflush(), tcflow() ]
tcdraintty line control functions[ tcsendbreak(), tcdrain(), tcflush(), tcflow() ]
tcflowtty line control functions[ tcsendbreak(), tcdrain(), tcflush(), tcflow() ]
tcflushtty line control functions[ tcsendbreak(), tcdrain(), tcflush(), tcflow() ]
tcgetattrcontrol tty device[ tcgetattr(), tcsetattr() ]
tcgetpgrpget foreground process group id[ tcgetpgrp() ]
tcsendbreaktty line control functions[ tcsendbreak(), tcdrain(), tcflush(), tcflow() ]
tcsetattrcontrol tty device[ tcgetattr(), tcsetattr() ]
tcsetpgrpset foreground process group id[ tcsetpgrp() ]
tdeletemanage binary search trees[ tsearch(), tfind(), tdelete(), twalk() ]
telldirdirectory operations[ opendir(), readdir(), telldir(), seekdir(), rewinddir(), closedir() ]
tfindmanage binary search trees[ tsearch(), tfind(), tdelete(), twalk() ]
timezoneconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
toasciitranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
tolowertranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
touppertranslate characters[ toupper(), tolower(), _toupper(), _tolower(), toascii() ]
towlowertranslate wide characters[ towupper(), towlower() ]
towuppertranslate wide characters[ towupper(), towlower() ]
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[ ttyslot() ]
twalkmanage binary search trees[ tsearch(), tfind(), tdelete(), twalk() ]
tznameconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
tzsetconvert date and time to string[ ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(), timezone(), daylight(), tzname(), tzset(), nl_ctime(), nl_cxtime(), nl_asctime(), nl_ascxtime() ]
ultoaconvert long integers to strings[ ltostr(), ultostr(), ltoa(), ultoa() ]
ultostrconvert long integers to strings[ ltostr(), ultostr(), ltoa(), ultoa() ]
undialestablish an out-going terminal line connection[ dial(), undial() ]
ungetwcpush a wide character back into an input stream[ ungetwc() ]
utmpnameaccess utmp file entry[ getutent(), getutid(), getutline(), pututline(), _pututline(), setutent(), endutent(), utmpname() ]
wconvtranslate wide characters[ towupper(), towlower() ]
wcscatwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcschrwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcscmpwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcscollwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcscpywide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcscspnwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsftimeconvert date and time to wide-character string[ wcsftime() ]
wcslenwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsncatwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsncmpwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsncpywide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcspbrkwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsrchrwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcsspnwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcstodconvert wide character string to double-precision number[ wcstod() ]
wcstokwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcstolconvert wide character string to long integer[ wcstol(), wcstoul() ]
wcstombsmultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
wcstoulconvert wide character string to long integer[ wcstol(), wcstoul() ]
wcstringwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcswcswide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wcswidthwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wctombmultibyte characters and strings conversions[ mblen(), mbtowc(), mbstowcs(), wctomb(), wcstombs() ]
wctypeclassify wide characters[ iswalpha(), iswupper(), iswlower(), iswdigit(), iswxdigit(), iswalnum(), iswspace(), iswpunct(), iswprint(), iswgraph(), iswcntrl(), wctype(), iswctype() ]
wcwidthwide character string operations[ wcscat(), wcsncat(), wcscmp(), wcsncmp(), wcscpy(), wcsncpy(), wcslen(), wcschr(), wcsrchr(), wcspbrk(), wcsspn(), wcscspn(), wcswcs(), wcstok(), wcscoll(), wcwidth(), wcswidth() ]
wordexpperform word expansions[ wordexp, wordfree ]

3I. Instrument Support Library

gpio_get_streturn status lines of GPIO card[ gpio_get_status ]
gpio_set_ctset control lines on GPIO card[ gpio_set_ctl ]
hpib_abortstop activity on specified HP-IB bus[ hpib_abort() ]
hpib_addresset the HP-IB bus address for an interface[ hpib_address_ctl() ]
hpib_atn_ctcontrol the Attention line on HP-IB[ hpib_atn_ctl() ]
hpib_bus_streturn status of HP-IB interface[ hpib_bus_status() ]
hpib_card_pcontrol response to parallel poll on HP-IB[ hpib_card_ppoll_resp() ]
hpib_eoi_ctcontrol EOI mode for HP-IB file[ hpib_eoi_ctl() ]
hpib_ioperform I/O with an HP-IB channel from buffers[ hpib_io() ]
hpib_parityenable/disable odd parity on ATN commands[ hpib_parity_ctl() ]
hpib_pass_cchange active controllers on HP-IB[ hpib_pass_ctl() ]
hpib_ppollconduct parallel poll on HP-IB bus[ hpib_ppoll() ]
hpib_ppoll_define interface parallel poll response[ hpib_ppoll_resp_ctl() ]
hpib_ren_ctcontrol the Remote Enable line on HP-IB[ hpib_ren_ctl() ]
hpib_rqst_sallow interface to enable SRQ line on HP-IB[ hpib_rqst_srvce() ]
hpib_send_csend command bytes over HP-IB[ hpib_send_cmnd() ]
hpib_spollconduct a serial poll on HP-IB bus[ hpib_spoll() ]
hpib_statuswait until the requested status condition becomes true[ hpib_status_wait() ]
hpib_wait_owait until a particular parallel poll value occurs[ hpib_wait_on_ppoll() ]
io_burstperform low-overhead I/O on an HP-IB/GPIO channel[ io_burst() ]
io_dma_ctlcontrol DMA allocation for an interface[ io_dma_ctl() ]
io_eol_ctlset up read termination character on special file[ io_eol_ctl() ]
io_get_termdetermine how last read terminated[ io_get_term_reason() ]
io_interrupenable/disable interrupts for the associated eid[ io_interrupt_ctl() ]
io_locklock and unlock an interface[ io_lock, io_unlock ]
io_on_interdevice interrupt (fault) control[ io_on_interrupt() ]
io_resetreset an I/O interface[ io_reset() ]
io_speed_ctinform system of required transfer speed[ io_speed_ctl() ]
io_timeout_establish a time limit for I/O operations[ io_timeout_ctl() ]
io_unlocklock and unlock an interface[ io_lock, io_unlock ]
io_width_ctset width of data path[ io_width_ctl ]

3M. Math Library

acostrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
acosddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
acosdfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
acosftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
acoshinverse hyperbolic functions[ asinh, acosh, atanh ]
asintrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
asinddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
asindfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
asinftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
asinhinverse hyperbolic functions[ asinh, acosh, atanh ]
atantrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
atan2trigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
atan2ddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
atan2dfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
atan2ftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
atanddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
atandfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
atanftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
atanhinverse hyperbolic functions[ asinh, acosh, atanh ]
besselBessel functions[ j0, j1, jn, y0, y1, yn ]
cabsEuclidean distance function, complex absolute value[ hypot(), cabs() ]
cbrtexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
cbrtfexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
ceilfloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
copysignexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
copysignfexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
costrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
cosddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
cosdfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
cosftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
coshhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
coshfhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
dremexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
erferror function and complementary error function[ erf, erfc ]
erfcerror function and complementary error function[ erf, erfc ]
expexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
expfexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
fabsfloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
fabsffloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
finiteexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
finitefexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
floorfloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
fmodfloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
fmodffloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
fpclassifyfloating-point operand classification functions[ fpclassify(), fpclassifyf() ]
fpclassifyffloating-point operand classification functions[ fpclassify(), fpclassifyf() ]
fpgetcontrofloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpgetfastmofloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpgetmaskfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpgetroundfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpgetstickyfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetcontrofloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetdefaulfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetfastmofloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetmaskfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetroundfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
fpsetstickyfloating-point mode-control functions[ fpgetround(), fpsetround(), fpgetmask(), fpsetmask(), fpgetsticky(), fpsetsticky(), fpsetdefaults(), fpgetcontrol(), fpsetcontrol(), fpgetfastmode(), fpsetfastmode() ]
gammalog gamma function[ gamma(), lgamma(), signgam() ]
hypotEuclidean distance function, complex absolute value[ hypot(), cabs() ]
ieeeexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
isinftest for INFINITY functions[ isinf(), isinff() ]
isinfftest for INFINITY functions[ isinf(), isinff() ]
isnantest for NaN functions[ isnan(), isnanf() ]
isnanftest for NaN functions[ isnan(), isnanf() ]
j0Bessel functions[ j0, j1, jn, y0, y1, yn ]
j1Bessel functions[ j0, j1, jn, y0, y1, yn ]
jnBessel functions[ j0, j1, jn, y0, y1, yn ]
lgammalog gamma function[ gamma(), lgamma(), signgam() ]
logexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
log10exponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
log10fexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
log2exponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
log2fexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
logbexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
logfexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
matherrerror-handling function[ matherr() ]
powexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
powfexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
rintfloor, ceiling, remainder, absolute value, and round-to-nearest functions[ floor, ceil, fmod, fabs, rint, fabsf, fmodf ]
scalbexponent manipulations[ copysign(), copysignf(), drem(), finite(), finitef(), logb(), scalb() ]
signgamlog gamma function[ gamma(), lgamma(), signgam() ]
sintrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
sinddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
sindfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
sinftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
sinhhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
sinhfhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
sqrtexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
sqrtfexponential, logarithm, power, square root, cube root functions[ exp, log, log10, log2, pow, sqrt, cbrt ]
tantrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
tanddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
tandfdegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
tanftrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
tanhhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
tanhfhyperbolic functions[ sinh(), cosh(), tanh(), sinhf(), coshf(), tanhf() ]
trigtrigonometric functions[ sin(), cos(), tan(), asin(), acos(), atan(), atan2(), sinf(), cosf(), tanf(), asinf(), acosf(), atanf(), atan2f() ]
trigddegree-valued trigonometric functions[ sind(), cosd(), tand(), asind(), acosd(), atand(), atan2d(), sindf(), cosdf(), tandf(), asindf(), acosdf(), atandf(), atan2df() ]
y0Bessel functions[ j0, j1, jn, y0, y1, yn ]
y1Bessel functions[ j0, j1, jn, y0, y1, yn ]
ynBessel functions[ j0, j1, jn, y0, y1, yn ]

3S. Standard I/O Library

clearerrstream status inquiries[ ferror(), feof(), clearerr() ]
ctermidgenerate file name for terminal[ ctermid() ]
cuseridget character login name of the user[ cuserid() ]
fcloseclose or flush a stream[ fclose(), fflush() ]
fdopenopen or re-open a stream file; convert file to stream[ fopen(), freopen(), fdopen() ]
feofstream status inquiries[ ferror(), feof(), clearerr() ]
ferrorstream status inquiries[ ferror(), feof(), clearerr() ]
fflushclose or flush a stream[ fclose(), fflush() ]
fgetcget character or word from a stream file[ getc(), getchar(), fgetc(), getw() ]
fgetpossave and restore a file position indicator for a stream[ fgetpos(), fsetpos() ]
fgetsget a string from a stream[ gets(), fgets() ]
filenomap stream pointer to file descriptor[ fileno() ]
fopenopen or re-open a stream file; convert file to stream[ fopen(), freopen(), fdopen() ]
fprintfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
fputcput character or word on a stream[ putc(), putchar(), fputc(), putw() ]
fputsput a string on a stream[ puts(), fputs() ]
freadbuffered binary input/output to a stream file[ fread(), fwrite() ]
freopenopen or re-open a stream file; convert file to stream[ fopen(), freopen(), fdopen() ]
fscanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
fseekreposition a file pointer in a stream[ fseek(), rewind(), ftell() ]
fsetpossave and restore a file position indicator for a stream[ fgetpos(), fsetpos() ]
ftellreposition a file pointer in a stream[ fseek(), rewind(), ftell() ]
fwritebuffered binary input/output to a stream file[ fread(), fwrite() ]
getcget character or word from a stream file[ getc(), getchar(), fgetc(), getw() ]
getcharget character or word from a stream file[ getc(), getchar(), fgetc(), getw() ]
getsget a string from a stream[ gets(), fgets() ]
getwget character or word from a stream file[ getc(), getchar(), fgetc(), getw() ]
nl_fprintfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
nl_fscanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
nl_printfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
nl_scanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
nl_sprintfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
nl_sscanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
pcloseinitiate pipe I/O to/from a process[ popen(), pclose() ]
popeninitiate pipe I/O to/from a process[ popen(), pclose() ]
printfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
putcput character or word on a stream[ putc(), putchar(), fputc(), putw() ]
putcharput character or word on a stream[ putc(), putchar(), fputc(), putw() ]
putsput a string on a stream[ puts(), fputs() ]
putwput character or word on a stream[ putc(), putchar(), fputc(), putw() ]
rewindreposition a file pointer in a stream[ fseek(), rewind(), ftell() ]
scanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
setbufassign buffering to a stream file[ setbuf(), setvbuf() ]
setvbufassign buffering to a stream file[ setbuf(), setvbuf() ]
sprintfprint formatted output[ printf(), nl_printf(), fprintf(), nl_fprintf(), sprintf(), nl_sprintf() ]
sscanfformatted input conversion, read from stream file[ scanf, fscanf, sscanf, nl_scanf, nl_fscanf, nl_sscanf ]
stdiostandard buffered input/output stream file package[ stdio() ]
systemissue a shell command[ system() ]
tempnamcreate a name for a temporary file[ tmpnam(), tempnam() ]
tmpfilecreate a temporary file[ tmpfile() ]
tmpnamcreate a name for a temporary file[ tmpnam(), tempnam() ]
ungetcpush character back into input stream[ ungetc() ]
vfprintfprint formatted output of a varargs argument list[ vprintf(), vfprintf(), vsprintf() ]
vfscanfformatted input conversion to a varargs argument list, read from stream file[ vscanf(), vfscanf(), vsscanf() ]
vprintfprint formatted output of a varargs argument list[ vprintf(), vfprintf(), vsprintf() ]
vscanfformatted input conversion to a varargs argument list, read from stream file[ vscanf(), vfscanf(), vsscanf() ]
vsprintfprint formatted output of a varargs argument list[ vprintf(), vfprintf(), vsprintf() ]
vsscanfformatted input conversion to a varargs argument list, read from stream file[ vscanf(), vfscanf(), vsscanf() ]

3X. Miscellaneous Libraries

ApplicationThe ApplicationShell widget class[ ApplicationShell ]
CompositeThe Composite widget class
ConstraintThe Constraint widget class
Constraint_
CoreThe Core widget class
ERRORregular expression compile and match routines[ compile(), step(), advance() ]
GETCregular expression compile and match routines[ compile(), step(), advance() ]
HPPACADDD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACCMPD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACCVAD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACCVBD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACCVDA3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACCVDB3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACDIVD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACLONGDI3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACMPYD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACNSLD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACSLD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACSRD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
HPPACSUBD3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
INITregular expression compile and match routines[ compile(), step(), advance() ]
MrmCloseHieCloses a UID hierarchy[ MrmCloseHierarchy ]
MrmFetchBitFetches a bitmap literal from a hierarchy[ MrmFetchBitmapLiteral ]
MrmFetchColFetches a named color literal from a UID file[ MrmFetchColorLiteral ]
MrmFetchIcoFetches an icon literal from a hierarchy[ MrmFetchIconLiteral ]
MrmFetchLitFetches a literal from a UID file[ MrmFetchLiteral ]
MrmFetchSetFetches the values to be set from literals stored in UID files[ MrmFetchSetValues ]
MrmFetchWiAFetches and 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 ]
MrmFetchWid
MrmInitialiPrepares an application to use MRM widget-fetching facilities[ MrmInitialize ]
MrmOpenHieAAllocates a hierarchy ID and opens all the UID files in the hierarchy[ MrmOpenHierarchy ]
MrmOpenHieBAllocates a hierarchy ID and opens all the UID files in the hierarchy[ MrmOpenHierarchyPerDisplay ]
MrmOpenHier
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 ]
MrmRegisteCRegisters the values associated with the names referenced in UIL within a single hierarchy (for example, UIL callback function names or UIL identifier names)[ MrmRegisterNamesInHierarchy ]
MrmRegister
ObjectThe Object widget class
OverrideSheThe OverrideShell widget class[ OverrideShell ]
PEEKCregular expression compile and match routines[ compile(), step(), advance() ]
RETURNregular expression compile and match routines[ compile(), step(), advance() ]
RectObjThe RectObj widget class
ShellThe Shell widget class
TopLevelSheThe TopLevelShell widget class[ TopLevelShell ]
TransientShThe TransientShell widget class[ TransientShell ]
UNGETCregular expression compile and match routines[ compile(), step(), advance() ]
UilInvokes the UIL compiler from within an application
UilDumpSymbDumps the contents of a named UIL symbol table to standard output[ UilDumpSymbolTable ]
VendorShellThe VendorShell widget class
VirtualBindBindings for virtual mouse and key events[ VirtualBindings ]
WMShellThe WMShell widget class
XGetExtVquery the version of the input extension. [ XGetExtensionVersion ]
XHPAcknowleSend an Acknowledge to an extended input device. [ XHPAcknowledge ]
XHPChangeDeChange the control attributes of an extension input device. [ XHPChangeDeviceControl ]
XHPConvertLconvert key event into keysym and characters[ XHPConvertLookup ]
XHPDeviceAuTurn autorepeat on for an extension input device. [ XHPDeviceAutoRepeatOn ]
XHPDisableRDisable the reset key sequence. [ XHPDisableReset ]
XHPEnableReEnable the reset key sequence. [ XHPEnableReset ]
XHPFreeDeviFree the input device list. [ XHPFreeDeviceList ]
XHPGetCurreGet the current extension event mask. [ XHPGetCurrentDeviceMask ]
XHPGetDevicGet the focus window ID for an extension input device. [ XHPGetDeviceFocus ]
XHPGetEurasreturn the convert routine for Eurasian keyboards[ XHPGetEurasianCvt ]
XHPGetExtEvGet an extension event mask. [ XHPGetExtEventMask ]
XHPGetServeGet the mode of the specified screen. [ XHPGetServerMode ]
XHPGrabDeviGrab an extended input device. [ XHPGrabDevice ]
XHPInputC_smap keysyms into Chinese_s characters. [ XHPInputChinese_s ]
XHPInputC_tmap keysyms into Chinese_t characters. [ XHPInputChinese_t ]
XHPInputISOmap keysyms into ISO 7-bit substitution characters. [ XHPInputISO7sub ]
XHPInputJapmap keysyms into Japanese characters. [ XHPInputJapanese ]
XHPInputKormap keysyms into Korean characters. [ XHPInputKorean ]
XHPInputRommap keysyms into Roman8 characters. [ XHPInputRoman8 ]
XHPKeysymToconvert between X KeySyms and HP Roman8 characters[ XHPKeysymToRoman8, XHPRoman8ToKeysym ]
XHPListInpuList all available X input devices. [ XHPListInputDevices ]
XHPNlioctlconfigure the 16-bit input environment
XHPPromptSend a prompt to an extended input device. 
XHPRoman8Toconvert between X KeySyms and HP Roman8 characters[ XHPKeysymToRoman8, XHPRoman8ToKeysym ]
XHPSelectExSelect an extension event. [ XHPSelectExtensionEvent ]
XHPSetDevicSet the focus for an extended input device. [ XHPSetDeviceFocus ]
XHPSetErrorRegister an X error handling routine. [ XHPSetErrorHandler ]
XHPSetInputOpen a device for X input. [ XHPSetInputDevice ]
XHPSetKeyboset/refresh the keyboard mapping[ XHPSetKeyboardMapping, XHPRefreshKeyboardMapping ]
XHPUngrabDeRelease a grab of an extension input device. [ XHPUngrabDevice ]
XmActivatePA VendorShell function that activates a protocol[ XmActivateProtocol ]
XmActivateWA VendorShell convenience interface that activates a protocol[ XmActivateWMProtocol ]
XmAddProtoAA VendorShell function that adds client callbacks for a protocol[ XmAddProtocolCallback ]
XmAddProtoBA VendorShell function that adds the protocols to the protocol manager and allocates the internal tables[ XmAddProtocols ]
XmAddProtoc
XmAddTabGroA function that adds a manager or a primitive widget to the list of tab groups[ XmAddTabGroup ]
XmAddWMProAA VendorShell convenience interface that adds client callbacks for a protocol[ XmAddWMProtocolCallback ]
XmAddWMProBA VendorShell convenience interface that adds the protocols to the protocol manager and allocates the internal tables[ XmAddWMProtocols ]
XmAddWMProt
XmArrowButAThe ArrowButton widget class[ XmArrowButton ]
XmArrowButBThe ArrowButtonGadget widget class[ XmArrowButtonGadget ]
XmArrowButt
XmBulletinBThe BulletinBoard widget class[ XmBulletinBoard ]
XmCascadeBAThe CascadeButton widget class[ XmCascadeButton ]
XmCascadeBBThe CascadeButtonGadget widget class[ XmCascadeButtonGadget ]
XmCascadeBCA CascadeButtonGadget function that sets the highlight state[ XmCascadeButtonGadgetHighlight ]
XmCascadeBDA CascadeButton and CascadeButtonGadget function that sets the highlight state[ XmCascadeButtonHighlight ]
XmCascadeBu
XmChangeColRecalculates all associated colors of a widget[ XmChangeColor ]
XmClipboarAA clipboard function that cancels a copy to the clipboard[ XmClipboardCancelCopy ]
XmClipboarBA clipboard function that copies a data item to temporary storage for later copying to clipboard[ XmClipboardCopy ]
XmClipboarCA clipboard function that copies a data item passed by name[ XmClipboardCopyByName ]
XmClipboarDA clipboard function that ends a copy to the clipboard[ XmClipboardEndCopy ]
XmClipboarEA clipboard function that ends a copy from the clipboard[ XmClipboardEndRetrieve ]
XmClipboarFA clipboard function that returns the number of data item formats[ XmClipboardInquireCount ]
XmClipboarGA clipboard function that returns a specified format name[ XmClipboardInquireFormat ]
XmClipboarHA clipboard function that returns the length of the stored data[ XmClipboardInquireLength ]
XmClipboarIA clipboard function that returns a list of data_id/private_id pairs[ XmClipboardInquirePendingItems ]
XmClipboarJA clipboard function that locks the clipboard[ XmClipboardLock ]
XmClipboarKA clipboard function that registers a new format[ XmClipboardRegisterFormat ]
XmClipboarLA clipboard function that retrieves a data item from the clipboard[ XmClipboardRetrieve ]
XmClipboarMA clipboard function that sets up a storage and data structure[ XmClipboardStartCopy ]
XmClipboarNA clipboard function that starts a copy from the clipboard[ XmClipboardStartRetrieve ]
XmClipboarOA clipboard function that deletes the last item placed on the clipboard[ XmClipboardUndoCopy ]
XmClipboarPA clipboard function that unlocks the clipboard[ XmClipboardUnlock ]
XmClipboarQA clipboard function that indicates that the application no longer wants to supply a data item[ XmClipboardWithdrawFormat ]
XmClipboard
XmCommandThe Command widget class
XmCommandApA Command function that appends the passed XmString to the end of the string displayed in the command area of the widget[ XmCommandAppendValue ]
XmCommandErA Command function that displays an error message[ XmCommandError ]
XmCommandGeA Command function that is used to access a component[ XmCommandGetChild ]
XmCommandSeA Command function that replaces a displayed string[ XmCommandSetValue ]
XmConvertUnA function that converts a value in one unit type to another unit type[ XmConvertUnits ]
XmCreateArAThe ArrowButton widget creation function[ XmCreateArrowButton ]
XmCreateArBThe ArrowButtonGadget creation function[ XmCreateArrowButtonGadget ]
XmCreateArr
XmCreateBuAThe BulletinBoard widget creation function[ XmCreateBulletinBoard ]
XmCreateBuBThe BulletinBoard BulletinBoardDialog convenience creation function[ XmCreateBulletinBoardDialog ]
XmCreateBul
XmCreateCaAThe CascadeButton widget creation function[ XmCreateCascadeButton ]
XmCreateCaBThe CascadeButtonGadget creation function[ XmCreateCascadeButtonGadget ]
XmCreateCas
XmCreateComThe Command widget creation function[ XmCreateCommand ]
XmCreateDiaThe DialogShell widget creation function[ XmCreateDialogShell ]
XmCreateDrAA Drag and Drop function that creates a DragIcon widget[ XmCreateDragIcon ]
XmCreateDrBThe DrawingArea widget creation function[ XmCreateDrawingArea ]
XmCreateDrCThe DrawnButton widget creation function[ XmCreateDrawnButton ]
XmCreateDra
XmCreateErrThe MessageBox ErrorDialog convenience creation function[ XmCreateErrorDialog ]
XmCreateFiAThe FileSelectionBox widget creation function[ XmCreateFileSelectionBox ]
XmCreateFiBThe FileSelectionBox FileSelectionDialog convenience creation function[ XmCreateFileSelectionDialog ]
XmCreateFil
XmCreateFoAThe Form widget creation function[ XmCreateForm ]
XmCreateFoBA Form FormDialog convenience creation function[ XmCreateFormDialog ]
XmCreateFor
XmCreateFraThe Frame widget creation function[ XmCreateFrame ]
XmCreateInfThe MessageBox InformationDialog convenience creation function[ XmCreateInformationDialog ]
XmCreateLaAThe Label widget creation function[ XmCreateLabel ]
XmCreateLaBThe LabelGadget creation function[ XmCreateLabelGadget ]
XmCreateLab
XmCreateLisThe List widget creation function[ XmCreateList ]
XmCreateMaiThe MainWindow widget creation function[ XmCreateMainWindow ]
XmCreateMeAA RowColumn widget convenience creation function[ XmCreateMenuBar ]
XmCreateMeBThe MenuShell widget creation function[ XmCreateMenuShell ]
XmCreateMeCThe MessageBox widget creation function[ XmCreateMessageBox ]
XmCreateMeDThe MessageBox MessageDialog convenience creation function[ XmCreateMessageDialog ]
XmCreateMen
XmCreateMes
XmCreateOptA RowColumn widget convenience creation function[ XmCreateOptionMenu ]
XmCreatePanThe PanedWindow widget creation function[ XmCreatePanedWindow ]
XmCreatePopA RowColumn widget convenience creation function[ XmCreatePopupMenu ]
XmCreateProThe SelectionBox PromptDialog convenience creation function[ XmCreatePromptDialog ]
XmCreatePuAA RowColumn widget convenience creation function[ XmCreatePulldownMenu ]
XmCreatePuBThe PushButton widget creation function[ XmCreatePushButton ]
XmCreatePuCThe PushButtonGadget creation function[ XmCreatePushButtonGadget ]
XmCreatePul
XmCreatePus
XmCreateQueThe MessageBox QuestionDialog convenience creation function[ XmCreateQuestionDialog ]
XmCreateRadA RowColumn widget convenience creation function[ XmCreateRadioBox ]
XmCreateRowThe RowColumn widget creation function[ XmCreateRowColumn ]
XmCreateScAThe Scale widget creation function[ XmCreateScale ]
XmCreateScBThe ScrollBar widget creation function[ XmCreateScrollBar ]
XmCreateScCThe List ScrolledList convenience creation function[ XmCreateScrolledList ]
XmCreateScDThe TextScrolledText convenience creation function[ XmCreateScrolledText ]
XmCreateScEThe ScrolledWindow widget creation function[ XmCreateScrolledWindow ]
XmCreateSca
XmCreateScr
XmCreateSeAThe SelectionBox widget creation function[ XmCreateSelectionBox ]
XmCreateSeBThe SelectionBox SelectionDialog convenience creation function[ XmCreateSelectionDialog ]
XmCreateSeCThe Separator widget creation function[ XmCreateSeparator ]
XmCreateSeDThe SeparatorGadget creation function[ XmCreateSeparatorGadget ]
XmCreateSel
XmCreateSep
XmCreateSiAA RowColumn widget convenience creation function[ XmCreateSimpleCheckBox ]
XmCreateSiBA RowColumn widget convenience creation function[ XmCreateSimpleMenuBar ]
XmCreateSiCA RowColumn widget convenience creation function[ XmCreateSimpleOptionMenu ]
XmCreateSiDA RowColumn widget convenience creation function[ XmCreateSimplePopupMenu ]
XmCreateSiEA RowColumn widget convenience creation function[ XmCreateSimplePulldownMenu ]
XmCreateSiFA RowColumn widget convenience creation function[ XmCreateSimpleRadioBox ]
XmCreateSim
XmCreateTeAA MessageBox TemplateDialog convenience creation function[ XmCreateTemplateDialog ]
XmCreateTeBThe Text widget creation function[ XmCreateText ]
XmCreateTeCThe TextField widget creation function[ XmCreateTextField ]
XmCreateTem
XmCreateTex
XmCreateToAThe ToggleButton widget creation function[ XmCreateToggleButton ]
XmCreateToBThe ToggleButtonGadget creation function[ XmCreateToggleButtonGadget ]
XmCreateTog
XmCreateWarThe MessageBox WarningDialog convenience creation function[ XmCreateWarningDialog ]
XmCreateWoAA function that creates a RowColumn work area[ XmCreateWorkArea ]
XmCreateWoBThe MessageBox WorkingDialog convenience creation function[ XmCreateWorkingDialog ]
XmCreateWor
XmCvtCTToXmA compound string function that converts compound text to a compound string[ XmCvtCTToXmString ]
XmCvtStringA function that converts a string to a unit-type value[ XmCvtStringToUnitType ]
XmCvtXmStriA compound string function that converts a compound string to compound text[ XmCvtXmStringToCT ]
XmDeactivaAA VendorShell function that deactivates a protocol without removing it[ XmDeactivateProtocol ]
XmDeactivaBA VendorShell convenience interface that deactivates a protocol without removing it[ XmDeactivateWMProtocol ]
XmDeactivat
XmDestroyPiA pixmap caching function that removes a pixmap from the pixmap cache[ XmDestroyPixmap ]
XmDialogSheThe DialogShell widget class[ XmDialogShell ]
XmDisplayThe Display widget class
XmDragCanceA Drag and Drop function that terminates a drag transaction[ XmDragCancel ]
XmDragConteThe DragContext widget class[ XmDragContext ]
XmDragIconThe DragIcon widget class
XmDragStartA Drag and Drop function that initiates a drag and drop transaction
XmDrawingArThe DrawingArea widget class[ XmDrawingArea ]
XmDrawnButtThe DrawnButton widget class[ XmDrawnButton ]
XmDropSiteThe DropSite Registry
XmDropSiteCA Drag and Drop function that reorders a stack of widgets that are registered drop sites[ XmDropSiteConfigureStackingOrder ]
XmDropSiteEA Drag and Drop function that facilitates processing updates to multiple drop sites[ XmDropSiteEndUpdate ]
XmDropSiteQA Drag and Drop function that returns the parent, a list of children, and the number of children for a specified widget[ XmDropSiteQueryStackingOrder ]
XmDropSiteR
XmDropSiteS
XmDropSiteTA Drag and Drop function that identifies a drop site and assigns resources that specify its behavior[ XmDropSiteRegister ]
XmDropSiteU
XmDropSiteVA Drag and Drop function that retrieves resource values set on a drop site[ XmDropSiteRetrieve ]
XmDropSiteWA Drag and Drop function that facilitates processing updates to multiple drop sites[ XmDropSiteStartUpdate ]
XmDropSiteXA Drag and Drop function that frees drop site information[ XmDropSiteUnregister ]
XmDropSiteYA Drag and Drop function that sets resource values for a drop site[ XmDropSiteUpdate ]
XmDropTranAThe DropTransfer widget class[ XmDropTransfer ]
XmDropTranBA Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer[ XmDropTransferAdd ]
XmDropTranCA Drag and Drop function that initiates a drop transfer[ XmDropTransferStart ]
XmDropTrans
XmFileSeleAThe FileSelectionBox widget class[ XmFileSelectionBox ]
XmFileSeleBA FileSelectionBox function used to access a component[ XmFileSelectionBoxGetChild ]
XmFileSeleCA FileSelectionBox function that initiates a directory search[ XmFileSelectionDoSearch ]
XmFileSelec
XmFontListData type for a font list
XmFontListA
XmFontListBA font list function that creates a new font list[ XmFontListAdd ]
XmFontListC
XmFontListDA font list function that appends an entry to a font list[ XmFontListAppendEntry ]
XmFontListE
XmFontListF
XmFontListG
XmFontListHA font list function that copies a font list[ XmFontListCopy ]
XmFontListI
XmFontListJA font list function that creates a font list[ XmFontListCreate ]
XmFontListKA font list function that creates a font list entry[ XmFontListEntryCreate ]
XmFontListLA font list function that recovers memory used by a font list entry[ XmFontListEntryFree ]
XmFontListMA font list function that retrieves font information from a font list entry[ XmFontListEntryGetFont ]
XmFontListN
XmFontListOA font list function that retrieves the tag of a font list entry[ XmFontListEntryGetTag ]
XmFontListPA font list function that loads a font or creates a font set and creates an accompanying font list entry[ XmFontListEntryLoad ]
XmFontListQA font list function that recovers memory used by a font list[ XmFontListFree ]
XmFontListR
XmFontListSA font list function that instructs the toolkit that the font list context is no longer needed[ XmFontListFreeFontContext ]
XmFontListTA font list function that allows applications to access the fonts and character sets in a font list[ XmFontListGetNextFont ]
XmFontListUA font list function that allows applications to access the entries in a font list[ XmFontListInitFontContext ]
XmFontListVA font list function that returns the next entry in a font list[ XmFontListNextEntry ]
XmFontListWA font list function that removes a font list entry from a font list[ XmFontListRemoveEntry ]
XmFormThe Form widget class
XmFrameThe Frame widget class
XmGadgetThe Gadget widget class
XmGetAtomNaA function that returns the string representation for an atom[ XmGetAtomName ]
XmGetColorCA function to get the procedure used for default color calculation[ XmGetColorCalculation ]
XmGetColorsA function that generates foreground, select, and shadow colors
XmGetDestinA function that returns the widget ID of the widget to be used as the current destination for quick paste and certain clipboard operations[ XmGetDestination ]
XmGetDragCoA Drag and Drop function that retrieves the DragContext widget ID associated with a timestamp[ XmGetDragContext ]
XmGetFocusWReturns the ID of the widget that has keyboard focus[ XmGetFocusWidget ]
XmGetMenuCuA function that returns the cursor ID for the current menu cursor[ XmGetMenuCursor ]
XmGetPixmaAA pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap[ XmGetPixmap ]
XmGetPixmaBA pixmap caching function that generates a pixmap, stores it in a pixmap cache, and returns the pixmap[ XmGetPixmapByDepth ]
XmGetPixmap
XmGetPostedA RowColumn function that returns the widget from which a menu was posted[ XmGetPostedFromWidget ]
XmGetSecondA function that provides access to secondary widget resource data[ XmGetSecondaryResourceData ]
XmGetTabGroReturns the widget ID of a tab group[ XmGetTabGroup ]
XmGetTearOfA RowColumn function that obtains the widget ID for the tear-off control in a menu[ XmGetTearOffControl ]
XmGetVisibiA function that determines if a widget is visible[ XmGetVisibility ]
XmGetXmDispA Display function that returns the XmDisplay object ID for a specified display[ XmGetXmDisplay ]
XmGetXmScreA Screen function that returns the XmScreen object ID for a specified screen[ XmGetXmScreen ]
XmInstallImA pixmap caching function that adds an image to the pixmap cache[ XmInstallImage ]
XmInternAtoA function that returns an atom for a given name[ XmInternAtom ]
XmIsMotifWMA function that determines whether the window manager is running[ XmIsMotifWMRunning ]
XmIsTraversA function that identifies whether a widget can be traversed[ XmIsTraversable ]
XmLabelThe Label widget class
XmLabelGadgThe LabelGadget widget class[ XmLabelGadget ]
XmListThe List widget class
XmListAddIAA List function that adds an item to the list[ XmListAddItem ]
XmListAddIBA List function that adds an item to the list[ XmListAddItemUnselected ]
XmListAddICA List function that adds items to the list[ XmListAddItems ]
XmListAddIDA List function that adds items to a list[ XmListAddItemsUnselected ]
XmListAddIt
XmListDeleAA List function that deletes all items from the list[ XmListDeleteAllItems ]
XmListDeleBA List function that deletes an item from the list[ XmListDeleteItem ]
XmListDeleCA List function that deletes items from the list[ XmListDeleteItems ]
XmListDeleDA List function that deletes items from the list starting at the given position[ XmListDeleteItemsPos ]
XmListDeleEA List function that deletes an item from a list at a specified position[ XmListDeletePos ]
XmListDeleFA List function that deletes items from a list based on an array of positions[ XmListDeletePositions ]
XmListDelet
XmListDeseAA List function that unhighlights and removes all items from the selected list[ XmListDeselectAllItems ]
XmListDeseBA List function that deselects the specified item from the selected list[ XmListDeselectItem ]
XmListDeseCA List function that deselects an item at a specified position in the list[ XmListDeselectPos ]
XmListDesel
XmListGetKbA List function that returns the position of the item at the location cursor[ XmListGetKbdItemPos ]
XmListGetMaA List function that returns all instances of an item in the list[ XmListGetMatchPos ]
XmListGetSeA List function that returns the position of every selected item in the list[ XmListGetSelectedPos ]
XmListItemEA List function that checks if a specified item is in the list[ XmListItemExists ]
XmListItemPA List function that returns the position of an item in the list[ XmListItemPos ]
XmListPosSeA List function that determines if the list item at a specified position is selected[ XmListPosSelected ]
XmListPosToA List function that returns the bounding box of an item at a specified position in a list[ XmListPosToBounds ]
XmListReplAA List function that replaces the specified elements in the list[ XmListReplaceItems ]
XmListReplBA List function that replaces the specified elements in the list[ XmListReplaceItemsPos ]
XmListReplCA List function that replaces items in a list without selecting the replacement items[ XmListReplaceItemsPosUnselected ]
XmListReplDA List function that replaces items in a list[ XmListReplaceItemsUnselected ]
XmListReplEA List function that replaces items in a list based on position[ XmListReplacePositions ]
XmListRepla
XmListSeleAA List function that selects an item in the list[ XmListSelectItem ]
XmListSeleBA List function that selects an item at a specified position in the list[ XmListSelectPos ]
XmListSelec
XmListSetAdA List function that sets add mode in the list[ XmListSetAddMode ]
XmListSetBAA List function that makes an existing item the last visible item in the list[ XmListSetBottomItem ]
XmListSetBBA List function that makes a specified item the last visible item in the list[ XmListSetBottomPos ]
XmListSetBo
XmListSetHoA List function that scrolls to the specified position in the list[ XmListSetHorizPos ]
XmListSetItA List function that makes an existing item the first visible item in the list[ XmListSetItem ]
XmListSetKbA List function that sets the location cursor at a specified position[ XmListSetKbdItemPos ]
XmListSetPoA List function that makes the item at the given position the first visible position in the list[ XmListSetPos ]
XmListUpdatA List function that updates the XmNselectedItems resource[ XmListUpdateSelectedList ]
XmListYToPoA List function that returns the position of the item at a specified y coordinate[ XmListYToPos ]
XmMainWindAThe MainWindow widget class[ XmMainWindow ]
XmMainWindBA MainWindow function that returns the widget ID of the first Separator widget[ XmMainWindowSep1 ]
XmMainWindCA MainWindow function that returns the widget ID of the second Separator widget[ XmMainWindowSep2 ]
XmMainWindDA MainWindow function that returns the widget ID of the third Separator widget[ XmMainWindowSep3 ]
XmMainWindEA MainWindow function that identifies manageable children for each area[ XmMainWindowSetAreas ]
XmMainWindo
XmManagerThe Manager widget class
XmMapSegmenA compound string function that returns the compound text encoding format associated with the specified font list tag[ XmMapSegmentEncoding ]
XmMenuPositA RowColumn function that positions a Popup MenuPane[ XmMenuPosition ]
XmMenuShellThe MenuShell widget class
XmMessageBAThe MessageBox widget class[ XmMessageBox ]
XmMessageBBA MessageBox function that is used to access a component[ XmMessageBoxGetChild ]
XmMessageBo
XmOptionButA RowColumn function that obtains the widget ID for the CascadeButtonGadget in an OptionMenu[ XmOptionButtonGadget ]
XmOptionLabA RowColumn function that obtains the widget ID for the LabelGadget in an OptionMenu[ XmOptionLabelGadget ]
XmPanedWindThe PanedWindow widget class[ XmPanedWindow ]
XmPrimitiveThe Primitive widget class
XmProcessTrA function that determines which component receives keyboard events when a widget has the focus[ XmProcessTraversal ]
XmPushButtAThe PushButton widget class[ XmPushButton ]
XmPushButtBThe PushButtonGadget widget class[ XmPushButtonGadget ]
XmPushButto
XmRegisterSA compound string function that registers a compound text encoding format for a specified font list element tag[ XmRegisterSegmentEncoding ]
XmRemovePrAA VendorShell function that removes a callback from the internal list[ XmRemoveProtocolCallback ]
XmRemovePrBA VendorShell function that removes the protocols from the protocol manager and deallocates the internal tables[ XmRemoveProtocols ]
XmRemovePro
XmRemoveTabA function that removes a tab group[ XmRemoveTabGroup ]
XmRemoveWMAA VendorShell convenience interface that removes a callback from the internal list[ XmRemoveWMProtocolCallback ]
XmRemoveWMBA VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the internal tables[ XmRemoveWMProtocols ]
XmRemoveWMP
XmRepTypeAdA representation type manager function that installs the reverse converter for a previously registered representation type[ XmRepTypeAddReverse ]
XmRepTypeGAA representation type manager function that retrieves the identification number of a representation type[ XmRepTypeGetId ]
XmRepTypeGBA representation type manager function that generates a list of values for a representation type[ XmRepTypeGetNameList ]
XmRepTypeGCA representation type manager function that returns information about a representation type[ XmRepTypeGetRecord ]
XmRepTypeGDA representation type manager function that returns a copy of the registration list[ XmRepTypeGetRegistered ]
XmRepTypeGe
XmRepTypeInA representation type manager function that installs the resource converter for XmNtearOffModel. [ XmRepTypeInstallTearOffModelConverter ]
XmRepTypeReA representation type manager function that registers a representation type resource[ XmRepTypeRegister ]
XmRepTypeVaA representation type manager function that tests the validity of a numerical value of a  representation type resource[ XmRepTypeValidValue ]
XmResolveAlA function that allows writing of upward-compatible applications and widgets[ XmResolveAllPartOffsets ]
XmResolvePaA function that allows writing of upward-compatible applications and widgets[ XmResolvePartOffsets ]
XmRowColumnThe RowColumn widget class
XmScaleThe Scale widget class
XmScaleGetVA Scale function that returns the current slider position[ XmScaleGetValue ]
XmScaleSetVA Scale function that sets a slider value[ XmScaleSetValue ]
XmScreenThe Screen widget class
XmScrollBaAThe ScrollBar widget class[ XmScrollBar ]
XmScrollBaBA ScrollBar function that returns the ScrollBar’s increment values[ XmScrollBarGetValues ]
XmScrollBaCA ScrollBar function that changes ScrollBar’s increment values and the slider’s size and position[ XmScrollBarSetValues ]
XmScrollBar
XmScrollVisA ScrolledWindow function that makes an invisible  descendant of a ScrolledWindow work area visible[ XmScrollVisible ]
XmScrolledAThe ScrolledWindow widget class[ XmScrolledWindow ]
XmScrolledBA ScrolledWindow function that adds or changes a window work region and a horizontal or vertical ScrollBar widget to the ScrolledWindow widget[ XmScrolledWindowSetAreas ]
XmScrolledW
XmSelectioAThe SelectionBox widget class[ XmSelectionBox ]
XmSelectioBA SelectionBox function that is used to access a component[ XmSelectionBoxGetChild ]
XmSelection
XmSeparatoAThe Separator widget class[ XmSeparator ]
XmSeparatoBThe SeparatorGadget widget class[ XmSeparatorGadget ]
XmSeparator
XmSetColorCA function to set the procedure used for default color calculation[ XmSetColorCalculation ]
XmSetFontUAA function that sets the font unit value for a display[ XmSetFontUnit ]
XmSetFontUBA function that sets the font unit value for a display[ XmSetFontUnits ]
XmSetFontUn
XmSetMenuCuA function that modifies the menu cursor for a client[ XmSetMenuCursor ]
XmSetProtocA VendorShell function that allows pre and post actions to be executed when a protocol message is received from MWM[ XmSetProtocolHooks ]
XmSetWMProtA VendorShell convenience interface that allows pre and post actions to be executed when a protocol message is received from the window manager[ XmSetWMProtocolHooks ]
XmStringData type for a compound string
XmStringBasA compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text[ XmStringBaseline ]
XmStringBytA compound string function that indicates the results of a byte-by-byte comparison[ XmStringByteCompare ]
XmStringComA compound string function that compares two strings[ XmStringCompare ]
XmStringConA compound string function that appends one string to another[ XmStringConcat ]
XmStringCopA compound string function that makes a copy of a string[ XmStringCopy ]
XmStringCrAA compound string function that creates a compound string[ XmStringCreate ]
XmStringCrBA compound string function that creates a compound string in the current locale[ XmStringCreateLocalized ]
XmStringCrCA compound string function that creates a compound string[ XmStringCreateLtoR ]
XmStringCrDA compound string function that creates a compound string in the language environment of a widget[ XmStringCreateSimple ]
XmStringCre
XmStringDiAData type for the direction of display in a string[ XmStringDirection ]
XmStringDiBA compound string function that creates a compound string[ XmStringDirectionCreate ]
XmStringDir
XmStringDrAA compound string function that draws a compound string in an X window[ XmStringDraw ]
XmStringDrBA compound string function that draws a compound string in an X Window and creates an image[ XmStringDrawImage ]
XmStringDrCA compound string function that underlines a string drawn in an X Window[ XmStringDrawUnderline ]
XmStringDra
XmStringEmpA compound string function that provides information on the existence of non-zero length text components[ XmStringEmpty ]
XmStringExtA compound string function that determines the size of the smallest rectangle that will enclose the compound string[ XmStringExtent ]
XmStringFrAA compound string function that recovers memory[ XmStringFree ]
XmStringFrBA compound string function that instructs the toolkit that the context is no longer needed[ XmStringFreeContext ]
XmStringFre
XmStringGeAA compound string function that searches for a text segment in the input compound string[ XmStringGetLtoR ]
XmStringGeBA compound string function that returns the type and value of the next component in a compound string[ XmStringGetNextComponent ]
XmStringGeCA compound string function that fetches the octets in the next segment of a compound string[ XmStringGetNextSegment ]
XmStringGet
XmStringHasA compound string function that indicates whether one compound string is contained within another[ XmStringHasSubstring ]
XmStringHeiA compound string function that returns the line height of the given compound string[ XmStringHeight ]
XmStringIniA compound string function that allows applications to read out the content segment by segment[ XmStringInitContext ]
XmStringLenA compound string function that obtains the length of a compound string[ XmStringLength ]
XmStringLinA compound string function that returns the number of separators plus one in the provided compound string[ XmStringLineCount ]
XmStringNCAA compound string function that appends a specified number of bytes to a compound string[ XmStringNConcat ]
XmStringNCBA compound string function that creates a copy of a compound string[ XmStringNCopy ]
XmStringNCo
XmStringPeeA compound string function that returns the component type of the next component fetched[ XmStringPeekNextComponent ]
XmStringSegA compound string function that creates a compound string[ XmStringSegmentCreate ]
XmStringSepA compound string function that creates a compound string[ XmStringSeparatorCreate ]
XmStringTabData type for an array of compound strings[ XmStringTable ]
XmStringWidA compound string function that returns the width of the longest sequence of text components in a compound string[ XmStringWidth ]
XmTargetsArA function that tests whether the target types match between a drop site and source object[ XmTargetsAreCompatible ]
XmTextThe Text widget class
XmTextClearA Text function that clears the primary selection[ XmTextClearSelection ]
XmTextCopyA Text function that copies the primary selection to the clipboard
XmTextCutA Text function that copies the primary selection to the clipboard and deletes the selected text
XmTextDisabA Text function that temporarily prevents visual update of the Text widget[ XmTextDisableRedisplay ]
XmTextEnablA Text function that forces the visual update of a Text widget[ XmTextEnableRedisplay ]
XmTextFieAAThe TextField class[ XmTextField ]
XmTextFieABA TextField function that clears the primary selection[ XmTextFieldClearSelection ]
XmTextFieACA TextField function that copies the primary selection to the clipboard[ XmTextFieldCopy ]
XmTextFieADA TextField function that copies the primary selection to the clipboard and deletes the selected text[ XmTextFieldCut ]
XmTextFieAEA TextField function that accesses thex position of the first baseline[ XmTextFieldGetBaseline ]
XmTextFieAFA TextField function that accesses the edit permission state[ XmTextFieldGetEditable ]
XmTextFieAGA TextField function that accesses the position of the insertion cursor[ XmTextFieldGetInsertionPosition ]
XmTextFieAHA TextField function that accesses the position of the last text character[ XmTextFieldGetLastPosition ]
XmTextFieAIA TextField function that accesses the value of the current maximum allowable length of a text string entered from the keyboard[ XmTextFieldGetMaxLength ]
XmTextFieAJA TextField function that retrieves the value of the primary selection[ XmTextFieldGetSelection ]
XmTextFieAKA TextField function that accesses the position of the primary selection[ XmTextFieldGetSelectionPosition ]
XmTextFieALA TextField function that retrieves the value of a wide character encoded primary selection[ XmTextFieldGetSelectionWcs ]
XmTextFieAMA TextField function that accesses the string value[ XmTextFieldGetString ]
XmTextFieANA TextField function that retrieves a copy of the wide character string value of a TextField widget[ XmTextFieldGetStringWcs ]
XmTextFieAOA TextField function that retrieves a copy of a portion of the internal text buffer[ XmTextFieldGetSubstring ]
XmTextFieAPA TextField function that retrieves a a portion of a wide character internal text buffer[ XmTextFieldGetSubstringWcs ]
XmTextFieAQA TextField function that inserts a character string into a text string[ XmTextFieldInsert ]
XmTextFieARA TextField function that inserts a wide character string into a TextField widget[ XmTextFieldInsertWcs ]
XmTextFieASA TextField function that inserts the clipboard selection[ XmTextFieldPaste ]
XmTextFieATA TextField function that accesses the x and y position of a character position[ XmTextFieldPosToXY ]
XmTextFieAUA TextField function that deletes the primary selection[ XmTextFieldRemove ]
XmTextFieAVA TextField function that replaces part of a text string[ XmTextFieldReplace ]
XmTextFieAWA TextField function that replaces part of a wide character string in a TextField widget[ XmTextFieldReplaceWcs ]
XmTextFieAXA TextField function that sets the state of Add Mode[ XmTextFieldSetAddMode ]
XmTextFieAYA TextField function that sets the edit permission[ XmTextFieldSetEditable ]
XmTextFieAZA TextField function that highlights text[ XmTextFieldSetHighlight ]
XmTextFieBAA TextField function that sets the position of the insertion cursor[ XmTextFieldSetInsertionPosition ]
XmTextFieBBA TextField function that sets the value of the current maximum allowable length of a text string entered from the keyboard[ XmTextFieldSetMaxLength ]
XmTextFieBCA TextField function that sets the primary selection of the text[ XmTextFieldSetSelection ]
XmTextFieBDA TextField function that sets the string value[ XmTextFieldSetString ]
XmTextFieBEA TextField function that sets a wide character string value[ XmTextFieldSetStringWcs ]
XmTextFieBFA TextField function that forces text at a given position to be displayed[ XmTextFieldShowPosition ]
XmTextFieBGA TextField function that accesses the character position nearest an x and y position[ XmTextFieldXYToPos ]
XmTextField
XmTextFindAA Text function that finds the beginning position of a text string[ XmTextFindString ]
XmTextFindBA Text function that finds the beginning position of a wide character text string[ XmTextFindStringWcs ]
XmTextFindS
XmTextGetBaA Text function that accesses thex position of the first baseline[ XmTextGetBaseline ]
XmTextGetEdA Text function that accesses the edit permission state[ XmTextGetEditable ]
XmTextGetInA Text function that accesses the position of the insert cursor[ XmTextGetInsertionPosition ]
XmTextGetLaA Text function that accesses the last position in the text[ XmTextGetLastPosition ]
XmTextGetMaA Text function that accesses the value of the current maximum allowable length of a text string entered from the keyboard[ XmTextGetMaxLength ]
XmTextGetSAA Text function that retrieves the value of the primary selection[ XmTextGetSelection ]
XmTextGetSBA Text function that accesses the position of the primary selection[ XmTextGetSelectionPosition ]
XmTextGetSCA Text function that retrieves the value of a wide character encoded primary selection[ XmTextGetSelectionWcs ]
XmTextGetSDA Text function that accesses the source of the widget[ XmTextGetSource ]
XmTextGetSEA Text function that accesses the string value[ XmTextGetString ]
XmTextGetSFA Text function that retrieves a copy of the wide character string value of a Text widget[ XmTextGetStringWcs ]
XmTextGetSGA Text function that retrieves a copy of a portion of the internal text buffer[ XmTextGetSubstring ]
XmTextGetSHA Text function that retrieves a portion of a wide character internal text buffer[ XmTextGetSubstringWcs ]
XmTextGetSe
XmTextGetSo
XmTextGetSt
XmTextGetSu
XmTextGetToA Text function that accesses the position of the first character displayed[ XmTextGetTopCharacter ]
XmTextInseAA Text function that inserts a character string into a text string[ XmTextInsert ]
XmTextInseBA Text function that inserts a wide character string into a Text widget[ XmTextInsertWcs ]
XmTextInser
XmTextPasteA Text function that inserts the clipboard selection
XmTextPosToA Text function that accesses the x and y position of a character position[ XmTextPosToXY ]
XmTextPositData type for a character position within a text string[ XmTextPosition ]
XmTextRemovA Text function that deletes the primary selection[ XmTextRemove ]
XmTextReplAA Text function that replaces part of a text string[ XmTextReplace ]
XmTextReplBA Text function that replaces part of a wide character string in a Text widget[ XmTextReplaceWcs ]
XmTextRepla
XmTextScrolA Text function that scrolls text[ XmTextScroll ]
XmTextSetAdA Text function that sets the state of Add Mode[ XmTextSetAddMode ]
XmTextSetEdA Text function that sets the edit permission[ XmTextSetEditable ]
XmTextSetHiA Text function that highlights text[ XmTextSetHighlight ]
XmTextSetInA Text function that sets the position of the insert cursor[ XmTextSetInsertionPosition ]
XmTextSetMaA Text function that sets the value of the current maximum allowable length of a text string entered from the keyboard[ XmTextSetMaxLength ]
XmTextSetSAA Text function that sets the primary selection of the text[ XmTextSetSelection ]
XmTextSetSBA Text function that sets the source of the widget[ XmTextSetSource ]
XmTextSetSCA Text function that sets the string value[ XmTextSetString ]
XmTextSetSDA Text function that sets a wide character string value[ XmTextSetStringWcs ]
XmTextSetSe
XmTextSetSo
XmTextSetSt
XmTextSetToA Text function that sets the position of the first character displayed[ XmTextSetTopCharacter ]
XmTextShowPA Text function that forces text at a given position to be displayed[ XmTextShowPosition ]
XmTextXYToPA Text function that accesses the character position nearest an x and y position[ XmTextXYToPos ]
XmToggleBuAThe ToggleButton widget class[ XmToggleButton ]
XmToggleBuBThe ToggleButtonGadget widget class[ XmToggleButtonGadget ]
XmToggleBuCA ToggleButtonGadget function that obtains the state of a ToggleButtonGadget[ XmToggleButtonGadgetGetState ]
XmToggleBuDA ToggleButtonGadget function that sets or changes the current state[ XmToggleButtonGadgetSetState ]
XmToggleBuEA ToggleButton function that obtains the state of a ToggleButton[ XmToggleButtonGetState ]
XmToggleBuFA ToggleButton function that sets or changes the current state[ XmToggleButtonSetState ]
XmToggleBut
XmTrackingEA Toolkit function that provides a modal interaction[ XmTrackingEvent ]
XmTrackingLA Toolkit function that provides a modal interaction[ XmTrackingLocate ]
XmTranslateThe default keycode-to-keysym translator[ XmTranslateKey ]
XmUninstallA pixmap caching function that removes an image from the image cache[ XmUninstallImage ]
XmUpdateDisA function that processes all pending exposure events immediately[ XmUpdateDisplay ]
XmVaCreateAA RowColumn widget convenience creation function[ XmVaCreateSimpleCheckBox ]
XmVaCreateBA RowColumn widget convenience creation function[ XmVaCreateSimpleMenuBar ]
XmVaCreateCA RowColumn widget convenience creation function[ XmVaCreateSimpleOptionMenu ]
XmVaCreateDA RowColumn widget convenience creation function[ XmVaCreateSimplePopupMenu ]
XmVaCreateEA RowColumn widget convenience creation function[ XmVaCreateSimplePulldownMenu ]
XmVaCreateFA RowColumn widget convenience creation function[ XmVaCreateSimpleRadioBox ]
XmVaCreateS
XmWidgetGeARetrieves baseline information for a widget[ XmWidgetGetBaselines ]
XmWidgetGeBRetrieves display rectangle information for a widget[ XmWidgetGetDisplayRect ]
XmWidgetGet
XtAddCallba
XtAppAddAct
XtAppGetErr
XtAppSetErr
XtAppSetWar
XtAppWarnin
XtCallCallb
XtCallbackN
XtCallbackP
XtCallbackR
XtConvertSe
XtCreateApp
XtCreatePop
XtGetAction
XtGetApplic
XtGetErrorD
XtGetSelect
XtInitializ
XtLoseSelec
XtManageChi
XtOwnSelecA
XtOwnSelect
XtRemoveCal
XtSelection
XtSetValues
XtSetWarnin
XtTranslate
XtUngrabKey
XtUnmanageC
XvhCreateHea HelpDialog convenience creation function.[ XvhCreateHelpDialog ]
XvhCreateQua QuickHelpDialog convenience creation function.[ XvhCreateQuickHelpDialog ]
XvhFreeTopiFree memory allocated by XvhGetTopData and XvhProcessLinkData.  structures.[ XvhFreeTopicData ]
XvhGetTopicReturn the information a help file.[ XvhGetTopicData ]
XvhHelpDialthe HelpDialog widget class.[ XvhHelpDialog ]
XvhProcessLGet hypertext data for subsequent calls to XvhGetTopicData. [ XvhProcessLinkData ]
XvhQHelpDGeA QuickHelpDialog function used to access a component.[ XvhQuickHelpDialogGetChild ]
XvhQHelpDiathe QuickHelpDialog widget class.[ XvhQuickHelpDialog ]
XvhReturnSeReturn the selected widget or gadget based on a users selection.[ XvhReturnSelectedWidgetId ]
XvhSetCatalSets the message catalog file name to be used with xvhHelpDialogWidgetClass widgets.[ XvhSetCatalogName ]
addmntentget file system descriptor file entry[ getmntent(), setmntent(), addmntent(), endmntent(), hasmntopt() ]
advanceregular expression compile and match routines[ compile(), step(), advance() ]
almanacreturn numeric date information in MPE format[ almanac() ]
assertverify program assertion[ assert() ]
calendarreturn the MPE calendar date[ calendar() ]
clockreturn the MPE clock value[ clock() ]
compileregular expression compile and match routines[ compile(), step(), advance() ]
cursesCRT screen handling and optimization package[ curses() ]
dbmdatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
dbm_clearerdatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_closedatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_deletedatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_errordatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_fetchdatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_firstkedatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_nextkeydatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_opendatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbm_storedatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
dbmclosedatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
dbminitdatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
deletedatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
endfsentget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
endmntentget file system descriptor file entry[ getmntent(), setmntent(), addmntent(), endmntent(), hasmntopt() ]
fetchdatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
firstkeydatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
getfsentget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
getfsfileget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
getfsspecget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
getfstypeget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
getmntentget file system descriptor file entry[ getmntent(), setmntent(), addmntent(), endmntent(), hasmntopt() ]
hasmntoptget file system descriptor file entry[ getmntent(), setmntent(), addmntent(), endmntent(), hasmntopt() ]
hppac3000-mode packed-decimal library[ HPPACADDD, HPPACCMPD, HPPACCVAD, HPPACCVBD, HPPACCVDA, HPPACCVDB, HPPACDIVD, HPPACLONGDIVD, HPPACMPYD, HPPACNSLD, HPPACSLD, HPPACSRD, HPPACSUBD ]
ndbmdatabase subroutines[ dbm_open, dbm_close, dbm_fetch, dbm_store, dbm_delete, dbm_firstkey, dbm_nextkey, dbm_error, dbm_clearerr ]
nextkeydatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
nlappendappend the appropriate language identification to a valid MPE file name[ nlappend() ]
nlcollatecompare two character strings according to the MPE language-dependent collating sequence[ nlcollate() ]
nlconvclockcheck and convert time string to MPE internal format[ nlconvclock() ]
nlconvcustdconvert date string to MPE packed date format[ nlconvcustdate() ]
nlconvnumconvert MPE native-language formatted number to ASCII number[ nlconvnum() ]
nlfindstrsearch for a string in another string using the MPE character set definition[ nlfindstr() ]
nlfmtcalformat an MPE packed date using a localized format[ nlfmtcalendar() ]
nlfmtclockformat MPE time of day using localized format[ nlfmtclock() ]
nlfmtcustdaformat an MPE packed date using a custom date[ nlfmtcustdate() ]
nlfmtdateformat MPE date and time in a localized format[ nlfmtdate() ]
nlfmtlongcaformat an MPE packed date using a long calendar format[ nlfmtlongcal() ]
nlfmtnumconvert an ASCII number to an MPE language-specific formatted number[ nlfmtnum() ]
nlgetlangreturn the current user, data, or system default language[ nlgetlang() ]
nlinforeturn MPE language-dependent information[ nlinfo() ]
nljudgejudge whether a character is a one-byte or multi-byte Asian character using MPE character definition table[ nljudge() ]
nlkeycompardetermine if a character array (key1) is almost equal to another (key2) using the MPE language-dependent collation table[ nlkeycompare() ]
nlnumspecreturn information needed by MPE routines for formatting and converting numbers[ nlnumspec() ]
nlrepcharreplace non-displayable characters of a string using the MPE character set table[ nlrepchar() ]
nlscanmovemove, scan and case-shift character strings using the MPE character set definition table[ nlscanmove() ]
nlsubstrextract substring of a string using the MPE character set definition table[ nlsubstr() ]
nlswitchbufconvert a string of characters between phonetic order and screen order using the MPE character set definition table[ nlswitchbuf() ]
nltranslatetranslate ASCII strings to EBCDIC using MPE conversion table[ nltranslate() ]
regcmpcompile and execute regular expression[ regcmp(), regex() ]
regexcompile and execute regular expression[ regcmp(), regex() ]
regexpregular expression compile and match routines[ compile(), step(), advance() ]
set_values_
setfsentget file system descriptor file entry[ getfsent(), getfsspec(), getfsfile(), getfstype(), setfsent(), endfsent() ]
setmntentget file system descriptor file entry[ getmntent(), setmntent(), addmntent(), endmntent(), hasmntopt() ]
sgetlaccess long integer data in a machine-independent fashion[ sputl(), sgetl() ]
shl_definesexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_findsymexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_getexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_gethandexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_getsymbexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_loadexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
shl_unloadexplicit load of shared libraries[ shl_load(), shl_definesym(), shl_findsym(), shl_gethandle(), shl_getsymbols(), shl_unload(), shl_get() ]
sputlaccess long integer data in a machine-independent fashion[ sputl(), sgetl() ]
stepregular expression compile and match routines[ compile(), step(), advance() ]
storedatabase subroutines[ dbminit, fetch, store, delete, firstkey, nextkey, dbmclose ]
termcapemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tgetentemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tgetflagemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tgetnumemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tgetstremulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tgotoemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]
tputsemulate /etc/termcap access routines[ tgetent(), tgetnum(), tgetflag(), tgetstr(), tgoto(), tputs() ]

3X11. X11 Library

XAllDvEvrelease queued events[ XAllowDeviceEvents ]
XChDCtlquery and change input device controls[ XGetDeviceControl, XChangeDeviceControl ]
XChFCtlquery and change input device feedbacks[ XGetFeedbackControl, XChangeFeedbackControl ]
XChKMapquery or change device key mappings[ XGetDeviceKeyMapping, XChangeDeviceKeyMapping ]
XChMMapquery or change device modifier mappings[ XGetDeviceModifierMapping, XSetDeviceModifierMapping ]
XChPropquery or change the dont-propagate-list for extension devices[ XChangeDeviceDontPropagateList, XGetDeviceDontPropagateList ]
XChgKbdchange which device is used as the X keyboard[ XChangeKeyboardDevice ]
XChgPtrchange which device is the X pointer[ XChangePointerDevice ]
XDevBellring a bell on a device supported through the input extension[ XDeviceBell ]
XGetDvMoget device motion history[ XGetDeviceMotionEvents, XDeviceTimeCoord ]
XGrDvButgrab/ungrab extension input device buttons[ XGrabDeviceButton, XUngrabDeviceButton ]
XGrDvKeygrab/ungrab extension input device Keys[ XGrabDeviceKey, XUngrabDeviceKey ]
XGrabDevgrab/release the specified extension device[ XGrabDevice, XUngrabDevice ]
XListDevlist available input devices[ XListInputDevices, XFreeDeviceList ]
XOpenDevopen or close an extension input device[ XOpenDevice, XCloseDevice ]
XQueryDvquery the state of an extension input device. [ XQueryDeviceState ]
XSExEvntsend input extension events to a client[ XSendExtensionEvent ]
XSeBMapquery or change device button mappings[ XSetDeviceButtonMapping, XGetDeviceButtonMapping ]
XSeDvFoccontrol extension input device focus[ XSetDeviceFocus, XGetDeviceFocus ]
XSelExtEvselect extension events, get the list of currently selected extension events[ XSelectExtensionEvent, XGetSelectedExtensionEvents ]
XSetDValinitialize the valuators on an extension input device[ XSetDeviceValuators ]
XSetModechange the mode of a device[ XSetDeviceMode ]

3x. Miscellaneous Libraries

ConstraintAConstraint class method for freeing resources associated with a child’s constraint record. [ Constraint destroy ]
ConstraintBConstraint class method for obtaining values of constraint resources that do not appear in the Constraint resource list. [ Constraint get_values_hook ]
ConstraintCConstraint class method to initialize a child object or widget’s constraint record. [ Constraint initialize ]
ConstraintDConstraint class method called to handle changes to constraint resources. [ Constraint set_values ]
XActivateScactivate screen blanking. [ XActivateScreenSaver ]
XAddHostadd a host to the access control list. 
XAddHostsadd multiple hosts to the access control list. 
XAddPixeladd a constant value to every pixel value in an image. 
XAddToSaveSadd a window to the client’s save-set. [ XAddToSaveSet ]
XAllPlanesreturn a value with all bits set to 1 suitable for plane argument. [ XAllPlanes, AllPlanes ]
XAllocClassallocate an XClassHint structure. [ XAllocClassHint ]
XAllocColoAallocate a read-only colormap cell with closest hardware-supported color. [ XAllocColor ]
XAllocColoBallocate read/write (nonshared) colorcells. [ XAllocColorCells ]
XAllocColoCallocate read/write (nonshareable) color planes. [ XAllocColorPlanes ]
XAllocColor
XAllocIconSallocate an XIconSize structure. [ XAllocIconSize ]
XAllocNamed
XAllocSizeHallocate an XSizeHints structure. [ XAllocSizeHints ]
XAllocStandallocate an XStandardColormap structure. [ XAllocStandardColormap ]
XAllocWMHinallocate an XWMHints structure. [ XAllocWMHints ]
XAllowEventcontrol the behavior of keyboard and pointer events when these resources are grabbed. [ XAllowEvents ]
XAutoRepeaAturn off the keyboard auto-repeat keys. [ XAutoRepeatOff ]
XAutoRepeaBturn on the keyboard auto-repeat keys. [ XAutoRepeatOn ]
XAutoRepeat
XBaseFontNa
XBellring the bell (Control G). 
XBitmapquery the bitmap format of a display. [ XBitmapBitOrder, XBitmapPad, XBitmapUnit ]
XBlackPixelget the black pixel value. [ XBlackPixel, XBlackPixelOfScreen, BlackPixel, BlackPixelOfScreen ]
XCellsOfScrreturn size of default colormap. [ XCellsOfScreen, CellsOfScreen ]
XChangeActichange the parameters of an active pointer grab. [ XChangeActivePointerGrab ]
XChangeGCchange the components of a given graphics context. 
XChangeKeyAchange the keyboard preferences such as key click. [ XChangeKeyboardControl ]
XChangeKeyBchange the keyboard mapping. [ XChangeKeyboardMapping ]
XChangeKeyb
XChangePoinchange the pointer preferences. [ XChangePointerControl ]
XChangePropchange a property associated with a window. [ XChangeProperty ]
XChangeSaveadd or remove a subwindow from the client’s save-set. [ XChangeSaveSet ]
XChangeWindset window attributes. [ XChangeWindowAttributes ]
XCheckIfEvecheck the event queue for a matching event; don’t wait. [ XCheckIfEvent ]
XCheckMaskEremove the next event that matches mask; don’t wait. [ XCheckMaskEvent ]
XCheckTypeA
XCheckTypeB
XCheckTyped
XCheckWindoremove the next event matching both passed window and passed mask; don’t wait. [ XCheckWindowEvent ]
XCirculateAcirculate the stacking order of children up or down. [ XCirculateSubwindows ]
XCirculateBcirculate the bottom child to the top of the stacking order. [ XCirculateSubwindowsDown ]
XCirculateCcirculate the top child to the bottom of the stacking order. [ XCirculateSubwindowsUp ]
XCirculateS
XClearAreaclear a rectangular area in a window. 
XClearWindoclear an entire window. [ XClearWindow ]
XClipBoxgenerate the smallest rectangle enclosing a region. 
XCloseDispldisconnect a client program from an X server and display. [ XCloseDisplay ]
XCloseIM
XConfigureWchange the window position, size, border width, or stacking order. [ XConfigureWindow ]
XConnectionget connection number or file descriptor. [ XConnectionNumber, ConnectionNumber ]
XContextDep
XConvertSelrequest conversion of the selection. [ XConvertSelection ]
XCopyAreacopy an area of a drawable. 
XCopyColormcopy a colormap and return a new colormap ID. [ XCopyColormapAndFree ]
XCopyGCcopy a graphics context. 
XCopyPlanecopy a single plane of a drawable into a drawable with depth, applying pixel values. 
XCreateAssocreate a new association table (X10). [ XCreateAssocTable ]
XCreateBitmcreate a bitmap from X11 bitmap format data. [ XCreateBitmapFromData ]
XCreateColocreate a colormap. [ XCreateColormap ]
XCreateFonAcreate a cursor from the standard cursor font. [ XCreateFontCursor ]
XCreateFonB
XCreateFont
XCreateGCcreate a new graphics context for a given screen with the depth of the specified drawable. 
XCreateGlypcreate a cursor from font glyphs. [ XCreateGlyphCursor ]
XCreateIC
XCreateImagallocate memory for an XImage structure. [ XCreateImage ]
XCreatePixAcreate a pixmap. [ XCreatePixmap ]
XCreatePixBcreate a cursor from two bitmaps. [ XCreatePixmapCursor ]
XCreatePixCcreate a pixmap with depth from bitmap data. [ XCreatePixmapFromBitmapData ]
XCreatePixm
XCreateRegicreate a new empty region. [ XCreateRegion ]
XCreateSimpcreate an unmapped InputOutput window. [ XCreateSimpleWindow ]
XCreateWindcreate a window and set attributes. [ XCreateWindow ]
XDefaultget information on server defaults. [ XDefaultColormap, XDefaultColormapOfScreen, XDefaultDepth, XDefaultDepthOfScreen, XDefaultGC, XDefaultGCOfScreen, XDefaultRootWindow, XDefaultScreen, XDefaultScreenOfDisplay, XDefaultVisual, XDefaultVisualOfScreen, DefaultColormap, DefaultColormapOfScreen, DefaultDepth, DefaultDepthOfScreen, DefaultGC, DefaultGCOfScreen, DefaultRootWindow, DefaultScreen, DefaultScreenOfDisplay, DefaultVisual, DefaultVisualOfScreen ]
XDefaultStr
XDefineCursassign a cursor to a window. [ XDefineCursor ]
XDeleteAssodelete an entry from an association table. [ XDeleteAssoc ]
XDeleteCont
XDeleteModidelete an entry from an XModifierKeymap structure. [ XDeleteModifiermapEntry ]
XDeletePropdelete a window property. [ XDeleteProperty ]
XDestroyAssfree the memory allocated for an association table. [ XDestroyAssocTable ]
XDestroyIC
XDestroyIma
XDestroyRegdeallocate memory associated with a region. [ XDestroyRegion ]
XDestroySubdestroy all subwindows of a window. [ XDestroySubwindows ]
XDestroyWinunmap and destroy a window and all subwindows. [ XDestroyWindow ]
XDisableAccallow access from any host. [ XDisableAccessControl ]
XDisplayCelquery number of cells in default colormap of screen. [ XDisplayCells, DisplayCells ]
XDisplayHeiquery height of screen in pixels or millimeters. [ XDisplayHeight, XDisplayHeightMM, DisplayHeight, DisplayHeightMM ]
XDisplayKeyobtain the range of legal keycodes for a server. [ XDisplayKeycodes ]
XDisplayMotget motion history buffer size. [ XDisplayMotionBufferSize ]
XDisplayNam
XDisplayOfI
XDisplayOfSget Display structure of specified Screen structure. [ XDisplayOfScreen, DisplayOfScreen ]
XDisplayPlaget number of planes of specified screen. [ XDisplayPlanes, DisplayPlanes ]
XDisplayStrget string passed to XOpenDisplay(). [ XDisplayString, DisplayString ]
XDisplayWidquery width of screen in pixels or millimeters. [ XDisplayWidth, XDisplayWidthMM, DisplayWidth, DisplayWidthMM ]
XDoesquery server support for backing store or save unders. [ XDoesBackingStore, XDoesSaveUnders, DoesBackingStore, DoesSaveValues ]
XDoesBackinquery server support for backing store or save unders. [ XDoesBackingStore, XDoesSaveUnders, DoesBackingStore, DoesSaveValues ]
XDoesSaveUnquery server support for backing store or save unders. [ XDoesBackingStore, XDoesSaveUnders, DoesBackingStore, DoesSaveValues ]
XDrawdraw a polyline or curve between vertex list (from X10). 
XDrawArcdraw an arc fitting inside a rectangle. 
XDrawArcsdraw multiple arcs. 
XDrawFilleddraw a filled polygon or curve from vertex list (from X10). 
XDrawImageAdraw 8-bit image text characters. [ XDrawImageString ]
XDrawImageBdraw 16-bit image text characters. [ XDrawImageString16 ]
XDrawImageS
XDrawLinedraw a line between two points. 
XDrawLinesdraw multiple connected lines. 
XDrawPointdraw a point. 
XDrawPointsdraw multiple points. 
XDrawRectaAdraw an outline of a rectangle. [ XDrawRectangle ]
XDrawRectaBdraw the outlines of multiple rectangles. [ XDrawRectangles ]
XDrawRectan
XDrawSegmendraw multiple disjoint lines. [ XDrawSegments ]
XDrawStrinAdraw an 8-bit text string, foreground only. [ XDrawString ]
XDrawStrinBdraw two-byte text strings. [ XDrawString16 ]
XDrawString
XDrawTextdraw 8-bit polytext strings. 
XDrawText16draw 16-bit polytext strings. 
XEmptyRegiodetermine if a region is empty. [ XEmptyRegion ]
XEnableAcceuse access control list to allow or deny connection requests. [ XEnableAccessControl ]
XEqualRegiodetermine if two regions have the same size, offset, and shape. [ XEqualRegion ]
XEventMaskOget initial root window event mask. [ XEventMaskOfScreen, EventMaskOfScreen ]
XEventsQueucheck the number of events in the event queue. [ XEventsQueued ]
XExtentsOfF
XFetchBuffereturn data from a cut buffer. [ XFetchBuffer ]
XFetchBytesreturn data from cut buffer 0. 
XFetchName
XFillArcfill an arc. 
XFillArcsfill multiple arcs. 
XFillPolygofill a polygon. [ XFillPolygon ]
XFillRectaAfill a rectangular area. [ XFillRectangle ]
XFillRectaBfill multiple rectangular areas. [ XFillRectangles ]
XFillRectan
XFilterEven
XFindContexget data from the context manager (not graphics context). [ XFindContext ]
XFlushsend all queued requests to the server. 
XFlushGCforce cached GC changes to the server. 
XFontSetExt
XFontsOfFon
XForceScreeturn the screen saver on or off. [ XForceScreenSaver ]
XFree
XFreeColormdelete a colormap and install the default colormap. [ XFreeColormap ]
XFreeColorsfree colormap cells or planes. 
XFreeCursorrelease a cursor. 
XFreeExtensfree memory allocated for a list of installed extensions. [ XFreeExtensionList ]
XFreeFontunload a font and free storage for the font structure. 
XFreeFontInfree the memory allocated by XListFontsWithInfo. [ XFreeFontInfo ]
XFreeFontNa
XFreeFontPafree the memory allocated by XGetFontPath. [ XFreeFontPath ]
XFreeFontSe
XFreeGCfree a graphics context. 
XFreeModifi
XFreePixmapfree a pixmap ID. 
XFreeStringfree the in-memory data associated with the specified string list. [ XFreeStringList ]
XGContextFr
XGeometrycalculate window geometry given user geometry string and default geometry. 
XGetAtomNam
XGetClassHi
XGetCommandget the XA_WM_COMMAND property (command line arguments). 
XGetDefaultextract an option value from the resource database. 
XGetErrorDa
XGetErrorTeobtain a description of error code. [ XGetErrorText ]
XGetFontPatget the current font search path. [ XGetFontPath ]
XGetFontProget a font property given its atom. [ XGetFontProperty ]
XGetGCValueobtain components of a given GC from Xlib’s GC cache. [ XGetGCValues ]
XGetGeometrobtain the current geometry of drawable. [ XGetGeometry ]
XGetICValue
XGetIMValue
XGetIconNam
XGetIconSizget preferred icon sizes. [ XGetIconSizes ]
XGetImageplace contents of a rectangle from drawable into an image. 
XGetInputForeturn the current keyboard focus window. [ XGetInputFocus ]
XGetKeyboaAobtain a list of the current keyboard preferences. [ XGetKeyboardControl ]
XGetKeyboaBreturn symbols for keycodes. [ XGetKeyboardMapping ]
XGetKeyboar
XGetModifieobtain a mapping of modifier keys (Shift, Control, etc.). [ XGetModifierMapping ]
XGetMotionEget events from pointer motion history buffer. [ XGetMotionEvents ]
XGetNormalHget the size hints property of a window in normal state (not zoomed or iconified). [ XGetNormalHints ]
XGetPixelobtain a single pixel value from an image. 
XGetPointeAget the current pointer preferences. [ XGetPointerControl ]
XGetPointeBget the pointer button mapping. [ XGetPointerMapping ]
XGetPointer
XGetRGBColoobtain the XStandardColormap structure associated with the specified property. [ XGetRGBColormaps ]
XGetScreenSget the current screen saver parameters. [ XGetScreenSaver ]
XGetSelectireturn the owner of a selection. [ XGetSelectionOwner ]
XGetSizeHinread any property of type XA_WM_SIZE_HINTS. [ XGetSizeHints ]
XGetStandarget the standard colormap property. [ XGetStandardColormap ]
XGetSubImag
XGetTextProread one of a window’s text properties. [ XGetTextProperty ]
XGetTransie
XGetVisualIfind the visual information structures that match the specified template. [ XGetVisualInfo ]
XGetWMClienget a window’s XA_WM_CLIENT_MACHINE property. [ XGetWMClientMachine ]
XGetWMColorget a window’s WM_COLORMAP_WINDOWS property. [ XGetWMColormapWindows ]
XGetWMHintsread the window manager hints property. 
XGetWMIcon
XGetWMName
XGetWMNormaread a window’s XA_WM_NORMAL_HINTS property. [ XGetWMNormalHints ]
XGetWMProtoget a window’s WM_PROTOCOLS property. [ XGetWMProtocols ]
XGetWMSizeHread a window’s XA_WM_SIZE_HINTS property. [ XGetWMSizeHints ]
XGetWindowAobtain the current attributes of window. [ XGetWindowAttributes ]
XGetWindowPobtain the atom type and property format for a window. [ XGetWindowProperty ]
XGetZoomHinread the size hints property of a zoomed window. [ XGetZoomHints ]
XGrabButtongrab a pointer button. 
XGrabKeygrab a key. 
XGrabKeyboagrab the keyboard. [ XGrabKeyboard ]
XGrabPointegrab the pointer. [ XGrabPointer ]
XGrabServergrab the server. 
XHeightOfScget height of screen in pixels or millimeters[ XHeightOfScreen, XHeightMMOfScreen, HeightOfScreen, HeightMMOfScreen ]
XIMOfIC
XIconifyWinrequest that a top-level window be iconified. [ XIconifyWindow ]
XIfEventwait for event matched in predicate procedure. 
XImageByteOget server’s byte order. [ XImageByteOrder, ImageByteOrder ]
XInsertModiadd a new entry to an XModifierKeymap structure. [ XInsertModifiermapEntry ]
XInstallColinstall a colormap. [ XInstallColormap ]
XInternAtomreturn an atom for a given property name string. 
XIntersectRcompute the intersection of two regions. [ XIntersectRegion ]
XKeycodeToK
XKeysymToKe
XKeysymToSt
XKillClientdestroy a client or its remaining resources. 
XLastKnownRget serial number of last request processed by server. [ XLastKnownRequestProcessed, LastKnownRequestProcessed ]
XListDepthsdetermine the depths available on a given screen. 
XListExtensreturn a list of all extensions to X supported by the server. [ XListExtensions ]
XListFontsreturn a list of the available font names. 
XListFontsWobtain the names and information about available fonts. [ XListFontsWithInfo ]
XListHostsobtain a list of hosts having access to this display. 
XListInstalget a list of installed colormaps. [ XListInstalledColormaps ]
XListPixmapobtain the supported pixmap formats for a given server. [ XListPixmapFormats ]
XListProperget the property list for a window. [ XListProperties ]
XLoadFontload a font if not already loaded; get font ID. 
XLoadQueryFload a font and fill information structure. [ XLoadQueryFont ]
XLocaleOfFo
XLocaleOfIM
XLookUpAssoobtain data from an association table. [ XLookUpAssoc ]
XLookupCologet database RGB values and closest hardware-supported RGB values from color name. [ XLookupColor ]
XLookupKeysget the keysym corresponding to a keycode in structure. [ XLookupKeysym ]
XLookupStrimap a key event to ASCII string, keysym, and ComposeStatus. [ XLookupString ]
XLowerWindolower a window in the stacking order. [ XLowerWindow ]
XMakeAssoccreate an entry in an association table. 
XMapRaisedmap a window on top of its siblings. 
XMapSubwindmap all subwindows of window. [ XMapSubwindows ]
XMapWindowmap a window. 
XMaskEventremove the next event that matches mask. 
XMatchVisuaobtain the visual information that matches the desired depth and class. [ XMatchVisualInfo ]
XMaxCmapsOfget maximum number of installed colormaps supported by a screen. [ XMaxCmapsOfScreen, MaxCmapsOfScreen ]
XMaxRequestget maximum request size supported by server. [ XMaxRequestSize ]
XMinCmapsOfget minimum number of installed colormaps supported by a screen. [ XMinCmapsOfScreen, MinCmapsOfScreen ]
XMoveResizechange the size and position of a window. [ XMoveResizeWindow ]
XMoveWindowmove a window. 
XNewModifie
XNextEventget the next event of any type or window. 
XNextRequesreturn serial number of next request. [ XNextRequest, NextRequest ]
XNoOpsend a NoOp to exercise connection with the server. 
XOffsetRegichange offset of a region. [ XOffsetRegion ]
XOpenDisplaconnect a client program to an X server. [ XOpenDisplay ]
XOpenIM
XParseColorlook up RGB values from ASCII color name or translate hexadecimal value. 
XParseGeomegenerate position and size from standard window geometry string. [ XParseGeometry ]
XPeekEventget an event without removing it from the queue. 
XPeekIfEvenget an event matched by predicate procedure without removing it from the queue. [ XPeekIfEvent ]
XPendingreturn the number of pending events. 
XPermallocallocate memory never to be freed. [ Xpermalloc ]
XPlanesOfScreturn the depth of a root window. [ XPlanesOfScreen, PlanesOfScreen ]
XPointInRegdetermine if a point is inside a region. [ XPointInRegion ]
XPolygonReggenerate a region from points in a polygon. [ XPolygonRegion ]
XProtocolreturn protocol release or version. [ XProtocolRevision, XProtocolVersion, ProtocolRevision, ProtocolVersion ]
XPutBackEvepush an event back on the input queue. [ XPutBackEvent ]
XPutImagedraw an image on a window or pixmap. 
XPutPixelset a pixel value in an image. 
XQLengthreturn the number of events on the queue. [ XQLength, QLength ]
XQueryBestAobtain the "best" supported cursor, tile, or stipple size. [ XQueryBestSize ]
XQueryBestBobtain the fastest supported stipple shape. [ XQueryBestStipple ]
XQueryBestCget the closest supported cursor sizes. [ XQueryBestCursor ]
XQueryBestS
XQueryBestTobtain the fastest supported fill tile shape. [ XQueryBestTile ]
XQueryColoAobtain the RGB values and flags for a specified colorcell. [ XQueryColor ]
XQueryColoBobtain RGB values for an array of colorcells. [ XQueryColors ]
XQueryColor
XQueryExtenget extension information. [ XQueryExtension ]
XQueryFontreturn information about a loaded font. 
XQueryKeyma
XQueryPointget the current pointer location. [ XQueryPointer ]
XQueryTextAquery the server for string and font metrics. [ XQueryTextExtents ]
XQueryTextBquery the server for string and font metrics of a 16-bit character string. [ XQueryTextExtents16 ]
XQueryTextE
XQueryTreereturn a list of children, parent, and root. 
XRaiseWindoraise a window to the top of the stacking order. [ XRaiseWindow ]
XReadBitmapread a bitmap from disk. [ XReadBitmapFile ]
XRebindKeysrebind a keysym to a string for client. [ XRebindKeysym ]
XRecolorCurchange the color of a cursor. [ XRecolorCursor ]
XReconfigurrequest that a top-level window be reconfigured. [ XReconfigureWMWindow ]
XRectInRegidetermine if a rectangle resides in a region. [ XRectInRegion ]
XRefreshKeyread keycode-keysym mapping from server into Xlib. [ XRefreshKeyboardMapping ]
XRemoveFromremove a window from the client’s save-set. [ XRemoveFromSaveSet ]
XRemoveHosAremove a host from the access control list. [ XRemoveHost ]
XRemoveHosBremove multiple hosts from the access control list. [ XRemoveHosts ]
XRemoveHost
XReparentWiinsert a window between another window and its parent. [ XReparentWindow ]
XResetScreereset the screen saver. [ XResetScreenSaver ]
XResizeWindchange a window’s size. [ XResizeWindow ]
XResourceMa
XRestackWinchange the stacking order of siblings. [ XRestackWindows ]
XRootWindowreturn root window ID. [ XRootWindow, XRootWindowOfScreen, RootWindow, RootWindowOfScreen ]
XRotateBuffrotate the cut buffers. [ XRotateBuffers ]
XRotateWindrotate properties in the properties array. [ XRotateWindowProperties ]
XSaveContexsave a data value corresponding to a resource ID and context type (not graphics context). [ XSaveContext ]
XScreenget screen information. [ XScreenCount, XScreenNumberOfScreen, XScreenOfDisplay, ScreenCount, ScreenNumberOfScreen, ScreenOfDisplay ]
XScreenReso
XSelectInpuselect the event types to be sent to a window. [ XSelectInput ]
XSendEventsend an event. 
XServerVendreturn the vendor of connected server. [ XServerVendor, ServerVendor ]
XSetAccessCdisable or enable access control. [ XSetAccessControl ]
XSetAfterFuset a function called after all Xlib functions. [ XSetAfterFunction ]
XSetArcModeset the arc mode in a graphics context. 
XSetBackgroset the background pixel value in a graphics context. [ XSetBackground ]
XSetClassHi
XSetClipMasset pixmap pixmap in a graphics context. [ XSetClipMask ]
XSetClipOriset the clip origin in a graphics context. [ XSetClipOrigin ]
XSetClipRec
XSetCloseDochange the close down mode of a client. [ XSetCloseDownMode ]
XSetCommandset the XA_WM_COMMAND atom (command line arguments). 
XSetDashesset a pattern of line dashes in a graphics context. 
XSetErrorHaset a nonfatal error event handler. [ XSetErrorHandler ]
XSetFillRulset the fill rule in a graphics context. [ XSetFillRule ]
XSetFillStyset the fill style in a graphics context. [ XSetFillStyle ]
XSetFontset the current font in a graphics context. 
XSetFontPatset the font search path. [ XSetFontPath ]
XSetForegroset the foreground pixel value in a graphics context. [ XSetForeground ]
XSetFunctioset the bitwise logical operation in a graphics context. [ XSetFunction ]
XSetGraphicset the graphics_exposures component in a graphics context. [ XSetGraphicsExposures ]
XSetICFocus
XSetICValue
XSetIOErrorset a nonfatal error event handler. [ XSetIOErrorHandler ]
XSetIconNam
XSetIconSizset the value of the XA_WM_ICON_SIZE property. [ XSetIconSizes ]
XSetInputFoset the keyboard focus window. [ XSetInputFocus ]
XSetLineAttset the line drawing components in a graphics context. [ XSetLineAttributes ]
XSetLocaleM
XSetModifieset keycodes to be used as modifiers (Shift, Control, etc.). [ XSetModifierMapping ]
XSetNormalHset the size hints property of a window in normal state (not zoomed or iconified). [ XSetNormalHints ]
XSetPlaneMaset the plane mask in a graphics context. [ XSetPlaneMask ]
XSetPointerset the pointer button mapping. [ XSetPointerMapping ]
XSetRGBColoset an XStandardColormap structure. [ XSetRGBColormaps ]
XSetRegionset clip_mask of the graphics context to the specified region. 
XSetScreenSset the parameters of the screen saver. [ XSetScreenSaver ]
XSetSelectiset the owner of a selection. [ XSetSelectionOwner ]
XSetSizeHinset the value of any property of type XA_WM_SIZE_HINTS. [ XSetSizeHints ]
XSetStandaAchange the standard colormap property. [ XSetStandardColormap ]
XSetStandaBset the minimum set of properties for the window manager. [ XSetStandardProperties ]
XSetStandar
XSetStateset the foreground, background, logical function, and plane mask in a graphics context. 
XSetStippleset the stipple in a graphics context. 
XSetSubwindset the subwindow mode in a graphics context. [ XSetSubwindowMode ]
XSetTSOrigiset the tile/stipple origin in a graphics context. [ XSetTSOrigin ]
XSetTextProset one of a window’s text properties. [ XSetTextProperty ]
XSetTileset the fill tile in a graphics context. 
XSetTransie
XSetWMClienset a window’s XA_WM_CLIENT_MACHINE property. [ XSetWMClientMachine ]
XSetWMColorset a window’s XA_WM_COLORMAP_WINDOWS property. [ XSetWMColormapWindows ]
XSetWMHintsset a window manager hints property. 
XSetWMIconN
XSetWMName
XSetWMNormaset a window’s XA_WM_NORMAL_HINTS property. [ XSetWMNormalHints ]
XSetWMPropeset a window’s standard window manager properties. [ XSetWMProperties ]
XSetWMProtoset a window’s XA_WM_PROTOCOLS property. [ XSetWMProtocols ]
XSetWMSizeHset a window’s XA_WM_SIZE_HINTS property. [ XSetWMSizeHints ]
XSetWindowB
XSetWindowCset the colormap attribute for a window. [ XSetWindowColormap ]
XSetWindowDset the background pixel value attribute of a window. [ XSetWindowBackground ]
XSetWindowEchange the background tile attribute of a window. [ XSetWindowBackgroundPixmap ]
XSetWindowFchange a window border pixel value attribute and repaint the border. [ XSetWindowBorder ]
XSetWindowGchange a window border tile attribute and repaint the border. [ XSetWindowBorderPixmap ]
XSetWindowHchange the border width of a window. [ XSetWindowBorderWidth ]
XSetZoomHinset the size hints property of a zoomed window. [ XSetZoomHints ]
XShrinkRegireduce or expand the size of a region. [ XShrinkRegion ]
XStoreBuffestore data in a cut buffer. [ XStoreBuffer ]
XStoreBytesstore data in cut buffer 0. 
XStoreColoAset or change the RGB values of a read/write colormap entry to the closest possible hardware color. [ XStoreColor ]
XStoreColoBset or change the RGB values of read/write colorcells to the closest possible hardware colors. [ XStoreColors ]
XStoreColor
XStoreName
XStoreNamed
XStringListset the specified list of strings to an XTextProperty structure. [ XStringListToTextProperty ]
XStringToKe
XSubImage
XSubtractResubtract one region from another. [ XSubtractRegion ]
XSupportsLo
XSyncflush the request buffer and wait for all events and errors to be processed by the server. 
XSynchronizenable or disable synchronization for debugging. [ XSynchronize ]
XTextExtenAget string and font metrics locally. [ XTextExtents ]
XTextExtenBget string and font metrics of a 16-bit character string, locally. [ XTextExtents16 ]
XTextExtent
XTextProperobtain a list of strings from a specified XTextProperty structure. [ XTextPropertyToStringList ]
XTextWidthget the width in pixels of an 8-bit character string, locally. 
XTextWidth1get the width in pixels of a 16-bit character string, locally. [ XTextWidth16 ]
XTranslateCchange the coordinate system from one window to another. [ XTranslateCoordinates ]
XUndefineCudisassociate a cursor from a window. [ XUndefineCursor ]
XUngrabButtrelease a button from a passive grab. [ XUngrabButton ]
XUngrabKeyrelease a key from a passive grab. 
XUngrabKeybrelease the keyboard from an active grab. [ XUngrabKeyboard ]
XUngrabPoinrelease the pointer from an active grab. [ XUngrabPointer ]
XUngrabServrelease the server from grab. [ XUngrabServer ]
XUninstallCuninstall a colormap; install default if not already installed. [ XUninstallColormap ]
XUnionRectWadd a rectangle to a region. [ XUnionRectWithRegion ]
XUnionRegiocompute the union of two regions. [ XUnionRegion ]
XUniqueContcreate a new context ID (not graphics context). [ XUniqueContext ]
XUnloadFontunload a font. 
XUnmapSubwiunmap all subwindows of a given window. [ XUnmapSubwindows ]
XUnmapWindounmap a window. [ XUnmapWindow ]
XUnsetICFoc
XVaCreateNe
XVendorRelereturn vendor release number. [ XVendorRelease, VendorRelease ]
XVisualIDFrobtain the visual ID from a Visual. [ XVisualIDFromVisual ]
XWMGeometryobtain a window’s geometry information. 
XWarpPointemove the pointer to another point on the screen. [ XWarpPointer ]
XWcDrawImag
XWcDrawStri
XWcDrawText
XWcFreeStri
XWcLookupSt
XWcResetIC
XWcTextEsca
XWcTextExte
XWcTextList
XWcTextPerC
XWcTextProp
XWhitePixelget the white pixel value. [ XWhitePixel, XWhitePixelOfScreen, WhitePixel, WhitePixelOfScreen ]
XWidthOfScrget width of screen in pixels or millimeters[ XWidthOfScreen, XWidthMMOfScreen, WidthOfScreen, WidthMMOfScreen ]
XWindowEvenremove the next event that matches the specified mask and window. [ XWindowEvent ]
XWithdrawWirequest that a top-level window be withdrawn. [ XWithdrawWindow ]
XWriteBitmawrite a bitmap to a file. [ XWriteBitmapFile ]
XXorRegioncalculate the difference between the union and intersection of two regions. 
XcmsAddColoadd a device-independent color space. [ XcmsAddColorSpace ]
XcmsAddFuncadd a Color Characterization function set. [ XcmsAddFunctionSet ]
XcmsAllocCo
XcmsAllocNa
XcmsCCCOfCoget the Color Conversion Context (CCC) of a colormap. [ XcmsCCCOfColormap ]
XcmsCIELabQ
XcmsCIELuvQ
XcmsClientWreturn the client white point associated with the specified Color Conversion Context (CCC). [ XcmsClientWhitePointOfCCC ]
XcmsColor
XcmsColorSp
XcmsCompresinterface definition for gamut compression procedure. [ XcmsCompressionProc ]
XcmsConversinterface definition for the procedure for color conversion between device-independent color spaces. [ XcmsConversionProc ]
XcmsConvert
XcmsCreateC
XcmsDefaultget the default Color Conversion Context (CCC) for a screen. [ XcmsDefaultCCC ]
XcmsDisplayreturn the display associated with a Color Conversion Context (CCC). [ XcmsDisplayOfCCC, DisplayOfCCC ]
XcmsFormatOobtain the format ID of the color space associated with a specified color string prefix. [ XcmsFormatOfPrefix ]
XcmsFreeCCCfree a Color Conversion Context (CCC). 
XcmsFunctio
XcmsLookupC
XcmsParseStinterface definition for color string parsing procedure. [ XcmsParseStringProc ]
XcmsPrefixOobtain the color string prefix associated with the color space specified by a color format. [ XcmsPrefixOfFormat ]
XcmsQueryBA
XcmsQueryBB
XcmsQueryBl
XcmsQueryCA
XcmsQueryCB
XcmsQueryCo
XcmsQueryGr
XcmsQueryRe
XcmsQueryWh
XcmsScreenFinterface definition for the Function Set routine that frees the per-screen data. [ XcmsScreenFreeProc ]
XcmsScreenIinterface specification for the Function Set routine that obtains and initializes per-screen information. [ XcmsScreenInitProc ]
XcmsScreenNscreen number associated with the specified Color Conversion Context (CCC). [ XcmsScreenNumberOfCCC, ScreenNumberOfCCC ]
XcmsScreenWobtain the white point of the screen associated with a specified Color Conversion Context (CCC). [ XcmsScreenWhitePointOfCCC, ScreenWhitePointOfCCC ]
XcmsSetCCCOchange the Color Conversion Context (CCC) associated with a colormap. [ XcmsSetCCCOfColormap ]
XcmsSetCompchange the gamut compression procedure in a specified Color Conversion Context (CCC). [ XcmsSetCompressionProc ]
XcmsSetWhiA
XcmsSetWhiB
XcmsSetWhit
XcmsStoreCA
XcmsStoreCB
XcmsStoreCo
XcmsTekHVCA
XcmsTekHVCB
XcmsTekHVCC
XcmsTekHVCD
XcmsTekHVCE
XcmsTekHVCQ
XcmsVisualOreturn the visual associated with a specified Color Conversion Context (CCC). [ XcmsVisualOfCCC, VisualOfCCC ]
XcmsWhiteAdinterface definition for the white point adjustment procedure. [ XcmsWhiteAdjustProc ]
XmbDrawImag
XmbDrawStri
XmbDrawText
XmbLookupSt
XmbResetIC
XmbSetWMPro
XmbTextEsca
XmbTextExte
XmbTextList
XmbTextPerC
XmbTextProp
XrmClassToSconvert a quark to a string. [ XrmClassToString ]
XrmCombineDcombine the contents of two resource databases. [ XrmCombineDatabase ]
XrmCombineFcombine the contents of a resource file and a resource database. [ XrmCombineFileDatabase ]
XrmDestroyDdestroy a resource database. [ XrmDestroyDatabase ]
XrmEnumerat
XrmGetDatab
XrmGetFileDretrieve a database from a file. [ XrmGetFileDatabase ]
XrmGetResouget a resource from name and class as strings. [ XrmGetResource ]
XrmGetStrincreate a database from a string. [ XrmGetStringDatabase ]
XrmInitialiinitialize the resource manager. [ XrmInitialize ]
XrmLocaleOf
XrmMergeDatmerge the contents of one database into another. [ XrmMergeDatabases ]
XrmNameToSt
XrmParseComload a resource database from command line arguments. [ XrmParseCommand ]
XrmPermStriallocate quark for permanently allocated string. [ XrmPermStringToQuark ]
XrmPutFileDstore a resource database in a file. [ XrmPutFileDatabase ]
XrmPutLineRadd a resource specification to a resource database. [ XrmPutLineResource ]
XrmPutResoustore a resource specification into a resource database. [ XrmPutResource ]
XrmPutStrinadd a resource specification with separate resource name and value. [ XrmPutStringResource ]
XrmQGetResoget a resource value using name and class as quarks. [ XrmQGetResource ]
XrmQGetSeaAreturn a list of database levels. [ XrmQGetSearchList ]
XrmQGetSeaBsearch prepared list for a given resource. [ XrmQGetSearchResource ]
XrmQGetSear
XrmQPutResostore a resource specification into a database using quarks. [ XrmQPutResource ]
XrmQPutStriadd a resource specification to a database using a quark resource name and string value. [ XrmQPutStringResource ]
XrmQuarkToSconvert a quark to a string. [ XrmQuarkToString ]
XrmRepresenconvert a quark to a string. [ XrmRepresentationToString ]
XrmSetDatab
XrmStringTAconvert a key string to a binding list and a quark list. [ XrmStringToBindingQuarkList ]
XrmStringTB
XrmStringTCconvert a key string to a quark list. [ XrmStringToQuarkList ]
XrmStringTo
XrmUniqueQuallocate a new quark. [ XrmUniqueQuark ]
XtAcceptFocinterface definition for the accept_focus() method. [ XtAcceptFocusProc ]
XtActionHoointerface definition for action hook procedure. [ XtActionHookProc ]
XtActionProinterface definition for action procedure. [ XtActionProc ]
XtAddActionregister an action table with the Translation Manager. [ XtAddActions ]
XtAddCallbAadd a callback procedure to a named callback list. [ XtAddCallback ]
XtAddCallbBadd an array of callback procedures to a named callback list. [ XtAddCallbacks ]
XtAddConverregister an "old-style" resource converter. [ XtAddConverter ]
XtAddEventHregister a procedure to be called when specified events occur on a widget. [ XtAddEventHandler ]
XtAddExposu
XtAddGrabconstrain or redirect user input to a modal widget. 
XtAddInputregister a procedure to be called when there is activity on a file descriptor. 
XtAddRawEveregister an event handler without selecting for the event. [ XtAddRawEventHandler ]
XtAddTimeOuregister a procedure to be called when a specified time elapses. [ XtAddTimeOut ]
XtAddWorkPrregister a procedure to be called when the event loop is idle. [ XtAddWorkProc ]
XtAllocateGobtain a sharable GC with modifiable fields. [ XtAllocateGC ]
XtAlmostProinterface definition for the set_values_almost() method. [ XtAlmostProc ]
XtAppAddAcAregister a procedure to be called before any action is invoked. [ XtAppAddActionHook ]
XtAppAddAcBregister an action table with the Translation Manager. [ XtAppAddActions ]
XtAppAddConregister an "old-style" resource converter. [ XtAppAddConverter ]
XtAppAddInpregister a procedure to be called when there is activity on a file descriptor. [ XtAppAddInput ]
XtAppAddTim
XtAppAddWor
XtAppCreatecreate a shell widget at the root of a widget tree. [ XtAppCreateShell ]
XtAppErrorcall the low-level error handler. 
XtAppErrorMcall the high-level fatal error handler. [ XtAppErrorMsg ]
XtAppGetErAobtain the default error database. [ XtAppGetErrorDatabase ]
XtAppGetErBget the text of a named message from the error database. [ XtAppGetErrorDatabaseText ]
XtAppGetSelget the current Intrinsics selection timeout value. [ XtAppGetSelectionTimeout ]
XtAppInitiainitialize the X Toolkit internals, create an application context, open and initialize a display, and create the initial application shell instance. [ XtAppInitialize ]
XtAppMainLocontinuously process events. [ XtAppMainLoop ]
XtAppNextEvdispatch timer and alternate input event and return the next X event. [ XtAppNextEvent ]
XtAppPeekEvreturn, but do not remove the event at the head of an application’s input queue; block if no events are available. [ XtAppPeekEvent ]
XtAppPendindetermine whether any events are in an application’s input queue. [ XtAppPending ]
XtAppProcesget and process one input event of a specified type. [ XtAppProcessEvent ]
XtAppReleasdecrement the reference counts for cached resources obtained from XtCallConverter(). [ XtAppReleaseCacheRefs ]
XtAppSetErAset the low-level error handler procedure. [ XtAppSetErrorHandler ]
XtAppSetErBset the high-level error handler. [ XtAppSetErrorMsgHandler ]
XtAppSetFalspecify a default set of resource values. [ XtAppSetFallbackResources ]
XtAppSetSelset the Intrinsics selection timeout value. [ XtAppSetSelectionTimeout ]
XtAppSetTypregister a "new-style" type converter in a single application context. [ XtAppSetTypeConverter ]
XtAppSetWaAset the low-level warning handler. [ XtAppSetWarningHandler ]
XtAppSetWaBset the high-level warning handler. [ XtAppSetWarningMsgHandler ]
XtAppWarniAcall the low-level warning handler. [ XtAppWarning ]
XtAppWarniBcall the high-level warning handler. [ XtAppWarningMsg ]
XtArgsFuncinterface definition for the set_values_hook() method. 
XtArgsProcinterface definition for the initialize_hook() and get_values_hook() methods. 
XtAugmentTrnondestructively merge new translations with widget’s existing ones. [ XtAugmentTranslations ]
XtBuildEvenretrieve a widget’s event mask. [ XtBuildEventMask ]
XtCallAccepoffer the input focus to a child widget. [ XtCallAcceptFocus ]
XtCallActioexplicitly invoke a named action procedure. [ XtCallActionProc ]
XtCallCallAexecute the procedures in a callback list, specifying the callback list by address. [ XtCallCallbackList ]
XtCallCallBexecute the procedures on a widget’s named callback list. [ XtCallCallbacks ]
XtCallConveexplicitly invoke a "new-style" resource converter and cache result. [ XtCallConverter ]
XtCallbackAcallback function to pop up a widget. [ XtCallbackNone ]
XtCallbackBcallback function to pop up a widget. [ XtCallbackNonexclusive ]
XtCallbackCcallback function to popdown a widget. [ XtCallbackPopdown ]
XtCallbackDinterface definition for callback procedure. [ XtCallbackProc ]
XtCallbackEcallback function to pop up a widget. [ XtCallbackExclusive ]
XtCallbackFcallback function to release a cached resource value. [ XtCallbackReleaseCacheRef ]
XtCallbackGcallback function to release a list of cached values. [ XtCallbackReleaseCacheRefList ]
XtCallocallocate memory for an array and initialize its bytes to zero. 
XtCancelConinterface definition for procedure to cancel incremental selection transfer. [ XtCancelConvertSelectionProc ]
XtCaseProcinterface definition for procedure to convert the case of keysyms. 
XtCheckSubcverify an object’s class, if compiled with DEBUG defined. [ XtCheckSubclass ]
XtClassobtain a widget’s class. 
XtCloseDispclose a display and remove it from an application context. [ XtCloseDisplay ]
XtConfiguremove and/or resize widget. [ XtConfigureWidget ]
XtConvertconvert resource type. 
XtConvertAnlook up and call a resource converter, copying the resulting value. [ XtConvertAndStore ]
XtConvertArinterface definition for procedure to obtain an argument for a resource converter. [ XtConvertArgProc ]
XtConvertCadetermine uppercase and lowercase versions of a keysym. [ XtConvertCase ]
XtConvertSAinterface definition for a procedure to return selection data incrementally. [ XtConvertSelectionIncrProc ]
XtConvertSBinterface definition for a procedure to return requested selection data. [ XtConvertSelectionProc ]
XtConverterinterface definition for old-style resource converter. 
XtCreateApAcreate an application context. [ XtCreateApplicationContext ]
XtCreateApBcreate an additional top-level widget. [ XtCreateApplicationShell ]
XtCreateMgdcreate and manage a child widget. [ XtCreateManagedWidget ]
XtCreatePoAinterface definition for an XtNcreatePopupChildProc procedure.[ XtCreatePopupChildProc ]
XtCreatePoBcreate a popup shell widget. [ XtCreatePopupShell ]
XtCreateWidcreate an instance of a widget. [ XtCreateWidget ]
XtCreateWincreate widget’s window. [ XtCreateWindow ]
XtDatabaseobtain the resource database for a display. 
XtDestroyApdestroy an application context and close its displays. [ XtDestroyApplicationContext ]
XtDestroyGCRelease 2 compatible function to free read-only GCs. 
XtDestroyWidestroy a widget instance. [ XtDestroyWidget ]
XtDestructointerface definition for procedure to destroy cached resource data returned by a new-style resource converter. [ XtDestructor ]
XtDirectConexplicitly invoke an "old-style" resource converter and cache result. [ XtDirectConvert ]
XtDisownSelindicate that selection data is no longer available. [ XtDisownSelection ]
XtDispatchEdispatch an event to registered event handlers. [ XtDispatchEvent ]
XtDisplayreturn the X Display pointer for the specified widget. 
XtDisplayIninitialize a display and add it to an application context. [ XtDisplayInitialize ]
XtDisplayOfreturn the display pointer for the nearest ancestor of object that is of class Core. [ XtDisplayOfObject ]
XtDisplayStissue a warning message during conversion of string resource values. [ XtDisplayStringConversionWarning ]
XtDisplayToretrieve the application context associated with a Display. [ XtDisplayToApplicationContext ]
XtErrorcall the low-level fatal error handler. 
XtErrorHandinterface definition for low-level error and warning handler procedures. [ XtErrorHandler ]
XtErrorMsgcall the high-level fatal error handler. 
XtErrorMsgHinterface definition for high-level error and warning handler procedures. [ XtErrorMsgHandler ]
XtEventHandinterface definition for event handler procedure. [ XtEventHandler ]
XtExposeProinterface definition for the Core expose() method. [ XtExposeProc ]
XtFilePrediinterface definition for a filename evaluation procedure. [ XtFilePredicate ]
XtFindFilesearch for a file using substitutions in a path. 
XtFreefree allocated memory. 
XtGeometryHinterface definition for geometry_manager(), query_geometry(), and root_geometry_manager() methods. [ XtGeometryHandler ]
XtGetActioAretrieve the keysym and modifiers that matched the final event specification in the translation table entry. [ XtGetActionKeysym ]
XtGetActioBget the action table of a widget class. [ XtGetActionList ]
XtGetAppliA
XtGetAppliBset application variables from the resource database. [ XtGetApplicationResources ]
XtGetConstrget the constraint resource list structure for a particular widget class. [ XtGetConstraintResourceList ]
XtGetErrorAobtain the error database. [ XtGetErrorDatabase ]
XtGetErrorBget the text of a named message from the error database. [ XtGetErrorDatabaseText ]
XtGetGCobtain a read-only, sharable GC. 
XtGetKeysymreturn a pointer to the keycode-to-keysym mapping table of a  display. [ XtGetKeysymTable ]
XtGetMultiCread the multi-click time. [ XtGetMultiClickTime ]
XtGetResourget the resource list of a widget class. [ XtGetResourceList ]
XtGetSelecAretrieve the SelectionRequest event that triggered a XtConvertSelectionProc. [ XtGetSelectionRequest ]
XtGetSelecBget the current Intrinsics selection timeout value. [ XtGetSelectionTimeout ]
XtGetSelecCrequest the value of a selection. [ XtGetSelectionValue ]
XtGetSelecDobtain the selection value using incremental transfers. [ XtGetSelectionValueIncremental ]
XtGetSelecEobtain selection data in multiple formats. [ XtGetSelectionValues ]
XtGetSelecFobtain multiple selection values using incremental transfers. [ XtGetSelectionValuesIncremental ]
XtGetSubresget subpart values from the resource database. [ XtGetSubresources ]
XtGetSubvalcopy resource values from a subpart data structure to an argument list. [ XtGetSubvalues ]
XtGetValuesquery widget resource values. 
XtGrabButtopassively grab a single pointer button. [ XtGrabButton ]
XtGrabKeypassively grab a single key of the keyboard. 
XtGrabKeyboactively grab the keyboard. [ XtGrabKeyboard ]
XtGrabPointactively grab the pointer. [ XtGrabPointer ]
XtHasCallbadetermine the status of a widget’s callback list. [ XtHasCallbacks ]
XtInitProcinterface definition for the initialize() methods. 
XtInitialiAinitialize toolkit and display. [ XtInitialize ]
XtInitialiBinitialize a widget class without creating any widgets. [ XtInitializeWidgetClass ]
XtInputCallinterface definition for procedure to handle file, pipe, or socket activity. [ XtInputCallbackProc ]
XtInsertEveregister an event handler procedure that receives events before or after all previously registered event handlers. [ XtInsertEventHandler ]
XtInsertRawregister an event handler procedure that receives events before or after all previously registered event handlers, without selecting for the events. [ XtInsertRawEventHandler ]
XtInstallAcinstall a widget’s accelerators on another widget. [ XtInstallAccelerators ]
XtInstallAlinstall all accelerators from a widget and its descendants onto a destination widget. [ XtInstallAllAccelerators ]
XtIsApplicatest whether a widget is a subclass of the ApplicationShell widget class. [ XtIsApplicationShell ]
XtIsCompositest whether a widget is a subclass of the Composite widget class. [ XtIsComposite ]
XtIsConstratest whether a widget is a subclass of the Constraint widget class. [ XtIsConstraint ]
XtIsManageddetermine whether a widget is managed by its parent. 
XtIsObjecttest whether a widget is a subclass of the Object widget class. 
XtIsOverridtest whether a widget is a subclass of the OverrideShell widget class. [ XtIsOverrideShell ]
XtIsRealizedetermine whether a widget has been realized. [ XtIsRealized ]
XtIsRectObjtest whether a widget is a subclass of the RectObj widget class. 
XtIsSensiticheck the current sensitivity state of a widget. [ XtIsSensitive ]
XtIsShelltest whether a widget is a subclass of the Shell widget class. 
XtIsSubclasdetermine whether a widget is a subclass of a class. [ XtIsSubclass ]
XtIsTopLevetest whether a widget is a subclass of the TopLevelShell widget class. [ XtIsTopLevelShell ]
XtIsTransietest whether a widget is a subclass of the TransientShell widget class. [ XtIsTransientShell ]
XtIsVendorStest whether a widget is a subclass of the VendorShell widget class. [ XtIsVendorShell ]
XtIsWMShelltest whether a widget is a subclass of the WMShell widget class. 
XtIsWidgettest whether a widget is a subclass of the Core widget class. 
XtKeyProcinterface definition for keycode-to-keysym translation procedure. 
XtKeysymToKreturn the list of keycodes that map to a particular keysym in the keyboard mapping table maintained by the Intrinsics. [ XtKeysymToKeycodeList ]
XtLanguagePinterface definition for a procedure to set the locale and return the language string. [ XtLanguageProc ]
XtLastTimesretrieve the timestamp from the most recent event handled by XtDispatchEvent() that contains a timestamp. [ XtLastTimestampProcessed ]
XtLoseSeleAinterface definition for a procedure called when the selection owner loses ownership. [ XtLoseSelectionIncrProc ]
XtLoseSeleBinterface definition for procedure to notify the selection owner it has lost selection ownership. [ XtLoseSelectionProc ]
XtMainLoopcontinuously process events. 
XtMakeGeomerequest parent to change child’s geometry. [ XtMakeGeometryRequest ]
XtMakeResizrequest parent to change child’s size. [ XtMakeResizeRequest ]
XtMallocallocate memory. 
XtManageChAbring a widget under its parent’s geometry management. [ XtManageChild ]
XtManageChBbring an array of widgets under their parent’s geometry management. [ XtManageChildren ]
XtMapWidgetmap a widget to its display. 
XtMenuPopdobuilt-in action for popping down a widget. [ XtMenuPopdown ]
XtMenuPopupbuilt-in action for popping up a widget. 
XtMergeArgLmerge two ArgList arrays. [ XtMergeArgLists ]
XtMoveWidgemove a widget within its parent. [ XtMoveWidget ]
XtName
XtNameToWid
XtNewallocate storage for one instance of a data type. 
XtNewStringcopy an instance of a string. 
XtNextEventreturn next event from input queue. 
XtNumberdetermine the number of elements in a fixed-size array. 
XtOffsetdetermine the byte offset of a field within a structure pointer type. 
XtOffsetOfdetermine the byte offset of a field within a structure type. 
XtOpenDisplopen, initialize, and add a display to an application context. [ XtOpenDisplay ]
XtOrderProcinterface definition for an XtNinsertPosition procedure. 
XtOverrideTmerge new translations, overriding a widget’s existing ones. [ XtOverrideTranslations ]
XtOwnSelecBmake selection data available to other clients using the incremental transfer interface. [ XtOwnSelectionIncremental ]
XtParentreturn the parent of the specified widget. 
XtParseAccecompile an accelerator table into its internal representation. [ XtParseAcceleratorTable ]
XtParseTrancompile a translation table into its internal representation. [ XtParseTranslationTable ]
XtPeekEventreturn, but do not remove the event at  the head of an application’s input queue. 
XtPendingdetermine if there are any events in an application’s input queue. 
XtPopdownunmap a popup shell. 
XtPopupmap a popup shell. 
XtPopupSprimap a spring-loaded popup from within an application. [ XtPopupSpringLoaded ]
XtProcinterface definition for the class_initialize() method. 
XtProcessEvget and process one input event of a specified type. [ XtProcessEvent ]
XtQueryGeomquery a child widget’s preferred geometry. [ XtQueryGeometry ]
XtRealizePrinterface definition for the realize() method. [ XtRealizeProc ]
XtRealizeWirealize a widget instance. [ XtRealizeWidget ]
XtReallocchange the size of an allocated block of storage. 
XtRegisterCregister a case converter. [ XtRegisterCaseConverter ]
XtRegisterGregister an action procedure as one that needs a passive grab to function properly. [ XtRegisterGrabAction ]
XtReleaseGCdeallocate a shared GC when it is no longer needed. 
XtRemoveActunregister an action hook procedure. [ XtRemoveActionHook ]
XtRemoveAlldelete all procedures from a callback list. [ XtRemoveAllCallbacks ]
XtRemoveCaAremove a callback from a callback list. [ XtRemoveCallback ]
XtRemoveCaBremove a list of callbacks from a callback list. [ XtRemoveCallbacks ]
XtRemoveEveremove an event handler, or change the conditions under which it is called. [ XtRemoveEventHandler ]
XtRemoveGraredirect user input from modal widget back to normal destination. [ XtRemoveGrab ]
XtRemoveInpunregister an alternate input source callback. [ XtRemoveInput ]
XtRemoveRawremove a raw event handler, or change the conditions under which it is called. [ XtRemoveRawEventHandler ]
XtRemoveTimunregister a timeout procedure. [ XtRemoveTimeOut ]
XtRemoveWorunregister a work procedure. [ XtRemoveWorkProc ]
XtResizeWidresize a child widget. [ XtResizeWidget ]
XtResizeWinresize a widget’s window. [ XtResizeWindow ]
XtResolvePasearch for a file using standard substitutions in a path list. [ XtResolvePathname ]
XtResourceDinterface definition for procedure called to obtain a resource default value. [ XtResourceDefaultProc ]
XtScreenreturn the screen pointer for the specified widget. 
XtScreenDatobtain the resource database for a screen. [ XtScreenDatabase ]
XtScreenOfOreturn the screen pointer of a non-widget object. [ XtScreenOfObject ]
XtSelCallbainterface definition for procedure called when requested selection data is ready. [ XtSelectionCallbackProc ]
XtSelDoneIninterface definition for procedure called when an incremental selection transfer completes. [ XtSelectionDoneIncrProc ]
XtSelDonePrinterface definition for procedure called after selection transfer is completed. [ XtSelectionDoneProc ]
XtSetArgset a resource name and value in an argument list. 
XtSetErrorHset the low-level error handler procedure. [ XtSetErrorHandler ]
XtSetErrorMset the high-level error handler procedure. [ XtSetErrorMsgHandler ]
XtSetKeyTraregister a key translator. [ XtSetKeyTranslator ]
XtSetKeyboaredirect keyboard input to a widget. [ XtSetKeyboardFocus ]
XtSetLanguaregister the language procedure called to set the locale. [ XtSetLanguageProc ]
XtSetMappedset the value of a widget’s XtNmappedWhenManaged resource and map or unmap the window. [ XtSetMappedWhenManaged ]
XtSetMultiCset the multi-click time. [ XtSetMultiClickTime ]
XtSetSelectset the Intrinsics selection timeout value. [ XtSetSelectionTimeout ]
XtSetSensitset the sensitivity state of a widget. [ XtSetSensitive ]
XtSetSubvalcopy resource settings from an ArgList to a subpart resource structure. [ XtSetSubvalues ]
XtSetTypeCoregister a "new-style" type converter for all application contexts in a process. [ XtSetTypeConverter ]
XtSetValueAset widget resources from an argument list. [ XtSetValues ]
XtSetValueBinterface definition for the set_values() methods. [ XtSetValuesFunc ]
XtSetWMColoset WM_COLORMAP_WINDOWS property to inform window manager of custom colormaps. [ XtSetWMColormapWindows ]
XtSetWarniAset the low-level warning handler procedure. [ XtSetWarningHandler ]
XtSetWarniBset the high-level warning handler procedure. [ XtSetWarningMsgHandler ]
XtStringConemit boilerplate string conversion error message. [ XtStringConversionWarning ]
XtStringProinterface definition for the display_accelerator() method. [ XtStringProc ]
XtSuperclasobtain a widget’s superclass. [ XtSuperclass ]
XtTimerCallinterface definition for procedure invoked when timeouts expire. [ XtTimerCallbackProc ]
XtToolkitIninitialize the X Toolkit internals. [ XtToolkitInitialize ]
XtTransCoortranslate an x-y coordinate pair from widget coordinates to root coordinates. [ XtTranslateCoords ]
XtTransKeythe default keycode-to-keysym translator. [ XtTranslateKey ]
XtTransKeycinvoke the currently registered keycode-to-keysym translator. [ XtTranslateKeycode ]
XtTypeConveinterface definition for a new-style resource converter. [ XtTypeConverter ]
XtUngrabButcancel a passive button grab. [ XtUngrabButton ]
XtUngrabKeAcancel a passive key grab. [ XtUngrabKey ]
XtUngrabKeBrelease an active keyboard grab. [ XtUngrabKeyboard ]
XtUngrabPoirelease an active pointer grab. [ XtUngrabPointer ]
XtUninstallremove all existing translations from a widget. [ XtUninstallTranslations ]
XtUnmanageAremove a widget from its parent’s managed list. [ XtUnmanageChild ]
XtUnmanageBremove a list of children from a parent widget’s managed list. [ XtUnmanageChildren ]
XtUnmapWidgunmap a widget explicitly. [ XtUnmapWidget ]
XtUnrealizedestroy the windows associated with a widget and its descendants. [ XtUnrealizeWidget ]
XtVaAppCreacreate a top-level widget that is the root of a widget tree, using varargs argument style. [ XtVaAppCreateShell ]
XtVaAppInitinitialize the X Toolkit internals, using varargs argument style. [ XtVaAppInitialize ]
XtVaCreateAcreate a varargs list for use with the XtVaNestedList symbol. [ XtVaCreateArgsList ]
XtVaCreateMcreate and manage a widget, specifying resources with a varargs list. [ XtVaCreateManagedWidget ]
XtVaCreatePcreate a popup shell, specifying resources with a varargs list. [ XtVaCreatePopupShell ]
XtVaCreateWcreate a widget, specifying resources with a varargs list. [ XtVaCreateWidget ]
XtVaGetApplretrieve resources for the overall application using varargs argument style. [ XtVaGetApplicationResources ]
XtVaGetSubrfetch resources for widget subparts, using varargs argument style. [ XtVaGetSubresources ]
XtVaGetSubvretrieve the current values of subpart resources, using varargs argument style. [ XtVaGetSubvalues ]
XtVaGetValuretrieve the current values of widget resources, using varargs argument style. [ XtVaGetValues ]
XtVaSetSubvset the current values of subpart resources, using varargs argument style. [ XtVaSetSubvalues ]
XtVaSetValuset resource values for a widget, using varargs argument style. [ XtVaSetValues ]
XtWarningcall the low-level warning handler. 
XtWarningMscall the high-level warning handler. [ XtWarningMsg ]
XtWidgetClainterface definition for the class_part_initialize() method. [ XtWidgetClassProc ]
XtWidgetProinterface definition for many common widget methods. [ XtWidgetProc ]
XtWidgetToAget the application context for a given widget. [ XtWidgetToApplicationContext ]
XtWindowreturn the window of the specified widget. 
XtWindowOfOreturn the window for the nearest ancestor of object that is of class Core. [ XtWindowOfObject ]
XtWindowToWtranslate a window and display pointer into a widget ID. [ XtWindowToWidget ]
XtWorkProcinterface definition for procedure called when the event loop is idle. 
accept_focuCore class method for accepting or rejecting the keyboard focus. [ accept_focus ]
change_manaComposite class method to respond to a change in a list of managed widgets.[ change_managed ]
class_initiObject class method for one-time class initialization. [ class_initialize ]
class_part_Object class method to initialize class part structure fields. [ class_part_initialize ]
delete_chilComposite class method called when a child is destroyed. [ delete_child ]
destroyObject class method called when a widget is destroyed. 
display_accCore method to display current accelerators. [ display_accelerator ]
exposeCore class method that draws a widget’s graphics. 
geometry_maComposite class method called when a child requests a new geometry. [ geometry_manager ]
get_values_Object class method for obtaining values of resources that do not appear in the resource list. [ get_values_hook ]
initializeObject class method for initializing a widget or object instance structure. 
initialize_obsolete Object method for initializing subpart data. [ initialize_hook ]
insert_chilComposite class method called when a child is created. [ insert_child ]
query_geomeRectObj method called to request a widget’s preferred size and position. [ query_geometry ]
realizeCore class method to create a widget’s window. 
root_geometShell class method called to negotiate shell geometry requests with a window manager. [ root_geometry_manager ]
set_valuesObject class method for handling resource changes. 
set_valuesARectObj class method to negotiate compromise geometries. [ set_values_almost ]
set_valuesBobsolete Object method for handling changes to subpart resources. [ set_values_hook ]

4. File Formats

a.outassembler and link editor output
a.out_300assembler and link editor output[ a.out ]
a.out_400assembler and link editor output[ a.out ]
a.out_700assembler and link editor output[ a.out ]
a.out_800assembler and link editor output[ a.out ]
arcommon archive file format
cdfsformat of CDFS file system volume
cdfsdirformat of CDFS directories
cdnodeformat of a CDFS cdnode
cdromCD-ROM background information
clusterconfHP Cluster configuration file, cluster.h
collate8collating sequence table for languages with 8-bit character sets
coreformat of core image file
cpioformat of cpio archive
dirformat of directories on short-name HFS file systems
fsformat of file system volume
fstabstatic information about the file systems
inodeformat of an inode
magicmagic numbers for HP-UX implementations
modelHP-UX machine identification
nlistnlist structure format
privgrpformat of privileged values
ranlibarchive symbol table format for object libraries
rcsfileformat of RCS files
sccsfileformat of SCCS file
termformat of compiled term file
terminfoterminal capability database

5. Miscellaneous Facilities

direntformat of directory streams and directory entries[ dirent.h ]
dld.sldynamic loader
fcntlfile control options
ioctlgeneric device control commands
langdescription of supported languages
langinfolanguage information constants
limitsimplementation-specific constants
mathmath functions and constants
mknodmacros for handling device numbers[ mknod.h ]
mman[ memory mapping definitions ]
ndirformat of HP-UX directory streams[ ndir.h ]
portnlsMPE Native Language Support routines
rcsintrodescription of RCS commands
signalDescription of signals
statfile-specific information[ stat.h ]
stdargmacros for handling variable argument lists[ stdarg.h ]
stdsymsdescription of HP-UX header file organization
typesprimitive system data types
unistdstandard structures and symbolic constants[ unistd.h ]
valuesmachine-dependent values
varargshandle variable argument list

5X. Vue Miscellaneous Facilities

UILThe user interface language file format

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