| abort | Terminates a process. | |
| access | Determines whether a file exists and is accessible. | |
| alloca | Allocates bytes from the program's stack. | |
| atexit | Calls a process at termination. | |
| bdos | Invokes a DOS system call | |
| cabs | Calculates the absolute value of a complex number. | |
| cgets | Reads a string from the console. | |
| chdir | Changes current working directory. | |
| chmod | Changes file permissions. | |
| clear87 | Gets and clears the floating-point status word. | [ _clear87 ] |
| cntrl87 | Gets and sets floating-point control word. | [ _control87 ] |
| cprintf | Formats and prints directly to the console. | |
| cputs | Writes a string to the console. | |
| creat | Creates a new file or overwrites an existing one. | |
| cscanf | Reads data from the console. | |
| difftime | Computes the difference between time values. | |
| div | Divides integers. | |
| dms | Perform conversions between MS
binary and IEEE formats. | [ dieeetomsbin, dmsbintoieee ] |
| dosexterr | Gets and stores extended error information. | |
| eof | Determines end-of-file. | |
| exec | Load and execute a process. | [ execl, execle, execlp, execlpe, execv, execve, execvp, execvpe ] |
| exit | Terminate the calling process. | [ exit, _exit ] |
| expand | Changes the size of a previously allocated memory
block. | [ _expand ] |
| fclose | Close streams. | [ fclose, fcloseall ] |
| fgetc | Get a character from a stream. | [ fgetc, fgetchar ] |
| fgetpos | Gets and stores the current value of a stream's
file position indicator. | |
| fheapchk | Performs a minimal consistency check
on the heap. | [ _fheapchk, _nheapchk ] |
| fheapwalk | Returns the address of the next
heap entry structure. | [ _fheapwalk, _nheapwalk ] |
| fileleng | Returns length of target file. | [ filelength ] |
| flushall | Writes buffer contents to files and clears
buffers. | |
| fms | Perform conversions between
IEEE and MS binary format. | [ fieeetomsbin, fmsbintoieee ] |
| fopen | Opens a file. | |
| fp_seg | Get the offset and segment of an address. | [ FP_OFF, FP_SEG ] |
| fpreset | Reinitializes floating-point math package. | [ _fpreset ] |
| fputc | Writes a character to a stream. | [ fputc, fputchar ] |
| fread | Reads from the input stream. | |
| free | Deallocate memory blocks. | [ free, _ffree, _nfree ] |
| freect | Counts available dynamic memory. | [ _freect ] |
| freopen | Assigns a new file to a stream. | |
| fseek | Moves a file pointer. | |
| fsetpos | Sets the file position indicator for a stream. | |
| fstat | Saves file-status information. | |
| ftell | Finds the current position of a file pointer. | |
| ftime | Gets the current time. | |
| fwrite | Writes to the output stream. | |
| getch | Read a character. | [ getch, getche ] |
| getpid | Returns a process identification number. | |
| halloc | Allocates a huge array. | |
| hfree | Deallocates a memory block. | |
| inp | Read a byte or a word. | [ inp, inpw ] |
| int86 | Executes an interrupt. | |
| int86x | Executes an interrupt. | |
| intdos | Invokes a DOS system call. | |
| intdosx | Invokes a DOS system call. | |
| isatty | Identifies a character device. | |
| itoa | Converts integer to string. | |
| kbhit | Checks for a keystroke. | |
| labs | Converts to absolute value. | |
| ldiv | Divides long integers. | |
| lfind | Performs a linear array search. | [ lfind, lsearch ] |
| locking | Sets read and write permissions for a portion of a
file. | |
| lseek | Changes the position of a file pointer. | |
| ltoa | Converts a long integer to a string. | |
| malloc | Allocate main memory. | [ malloc, _fmalloc, _nmalloc ] |
| memavl | Returns size of available memory. | [ _memavl ] |
| memicmp | Compares buffers byte-by-byte. | |
| memmove | Copies characters between objects. | |
| mkdir | Creates a directory. | |
| movedata | Copies bytes of data from one address to another. | |
| msize | Return size of allocated memory
block. | [ _msize, _fmsize, _nmsize ] |
| open | Opens a file for reading or writing. | |
| outp | Write to a specified output port. | [ outp, outpw ] |
| putch | Writes a character to the console. | |
| raise | Sends a signal to the executing program. | |
| read | Reads from a file. | |
| remove | Deletes a file. | |
| rename | Renames a file or directory. | |
| rmdir | Removes a directory. | |
| rmtmp | Closes and deletes all temporary files in the
current directory. | |
| segread | Fills a structure with the contents of a register. | |
| setmode | Sets translation mode. | |
| setvbuf | Allow user control over stream buffering and size. | |
| signal | Defines the action to be taken upon receipt of a
signal. | |
| sopen | Opens a file for shared reading or writing. | |
| spawn | Create and execute a child process. | [ spawnl, spawnle, spawnlp, spawnlpe, spawnv, spawnve, spawnvp, spawnvpe ] |
| stack | Returns size of available stack space. | [ stackavail ] |
| stat | Gets file status. | |
| status87 | Gets floating-point status word. | [ _status87 ] |
| strcat | Perform operations on strings. | [ strcat, strchr, strcmpi, strcpy, strcspn, strdup, stricmp ] |
| strerror | Gets error message pointer from last routine call
error. | |
| strlwr | Converts all letters in a string to lowercase. | |
| strncat | Perform
operations on characters in strings. | [ strncat, strncmp, strnicmp, strncpy, strnset ] |
| strrev | Reverses the order of characters in a string. | |
| strset | Sets all characters in a string to one character. | |
| strstr | Finds a string in a string. | |
| strupr | Converts all characters in a string to uppercase. | |
| system | Executes an operating system command. | |
| tell | Gets the current position of the file pointer. | |
| ultoa | Converts an unsigned long integer to a string. | |
| umask | Sets the file permission mask. | |
| ungetch | Pushes a character back to the console. | |
| unlink | Deletes a file. | |
| utime | Sets file modification time. | |
| write | Writes to a file. | |
| Intro | lists manual page references | |
| bcopy | copies bytes in kernel space | |
| brelse | releases a block buffer | |
| btoc | converts between bytes and clicks
(memory pages) | [ btoc, btoms, ctob ] |
| bzero | sets memory locations to 0 (zero) | |
| canon | processes raw input data from tty device | |
| cmn_err | displays message or panics the system | |
| copyin | copies bytes between user and kernel space | [ copyin, copyout ] |
| copyio | copies bytes to and from a physical address | |
| cpass | passes character between user space and the
kernel | [ cpass, passc ] |
| db_alloc | allocates and frees physically
contiguous memory | [ db_alloc, db_free ] |
| db_read | transfers data from physical memory to a user
address | |
| db_write | transfers from a user address to contiguous
memory | |
| delay | delays process execution for specified time | |
| deverr | prints a device error message on the console | |
| disksort | adds a block I/O request to a device's queue | |
| dma_alloc | allocates a DMA channel | |
| dma_breakup | sizes DMA request into 512-byte blocks | |
| dma_enable | begins DMA transfer | |
| dma_param | sets up a DMA controller chip for DMA transfer | |
| dma_relse | releases previously allocated DMA channel | |
| dma_resid | returns the number of bytes not transferred
during a DMA request | |
| dma_start | queues DMA request | |
| emdupmap | duplicates channel mapping | |
| emunmap | disables mapping on a channel | |
| flushtlb | flushes the translation lookaside buffer | |
| fubyte | gets a character from user data space | |
| fuword | gets one 32-bit word from user data space | |
| getc | read clist buffers | [ getc, getcb, getcbp, getcf ] |
| getchar | gets one character of input | |
| geteblk | gets a buffer from the block buffer pool | [ geteblk, getablk ] |
| inb | reads a byte from or writes a byte to an I/O
address | [ inb, outb ] |
| ind | reads, writes a 32-bit word to a physical I/O
address | [ ind, outd ] |
| inw | reads, writes a 16-bit word from or to a
physical I/O address | [ inw, outw ] |
| iodone | signals I/O completion | |
| iowait | wait for I/O completion | |
| longjmp | ends current system call with error | |
| major | returns major, new device number, or
minor device number | [ major, makedev, minor ] |
| memget | allocates contiguous memory at initialization | |
| paddr | returns virtual address pointer to block data | |
| panic | halts the system | |
| physio | raw I/O for block drivers | [ physio, physck ] |
| pio_breakup | breaks up programmed I/O requests | |
| printcfg | displays driver initialization message | |
| printf | print a message on the console | |
| psignal | sends signal to a process | |
| ptok | converts virtual and physical addresses | [ ptok, ktop ] |
| putc | write to clists | [ putc, putcb, putcbp, putcf ] |
| putchar | prints a character on the console | |
| repins | reads and writes streams of device data | [ repins: repinsb, repinsw, repinsd, repoutsb, repoutsw, repoutsd ] |
| scsi | SCSI routines | [ scsi: scsi_get_gen_cmd, scsi_getdev, scsi_mkadr3, scsi_s2tos, scsi_s3tol, scsi_stok, scsi_stol, scsi_swap4 ] |
| select | kernel routines
supporting select(S) | [ select: selsuccess, selfailure, selwakeup ] |
| seterror | sets u.u_error with error code | |
| signal | sends a signal to a process | |
| sleep | suspends processing temporarily | |
| spl | block/permit
interrupts | [ spl: spl0, spl1, spl2, spl3, spl4, spl5, spl6, spl7, splbuf, splcli, splhi, splni, splpp, spltty, splx ] |
| sptalloc | allocates temporary memory or maps a device into
memory | |
| sptfree | releases memory previously allocated with sptalloc | |
| subyte | stores a character in user data space | |
| suser | determines if current user is the super-user | |
| suword | stores a 32-bit word in user data space | |
| timeout | schedules a time to execute a routine | [ timeout, untimeout ] |
| ttiocom | interpret tty driver I/O control commands | |
| tty | tty driver routines | [ tty: ttclose, ttin, ttinit, ttiwake, ttopen, ttout, ttowake, ttread, ttrdchk, ttrstrt, ttselect, tttimeo, ttwrite, ttxput, ttyflush, ttywait ] |
| vas | virtual
address space memory routines | [ vas: vasbind, vasmalloc, vasmapped, vasunbind ] |
| video | supports
video adapter driver development | [ video: DISPLAYED, viddoio, vidinitscreen, vidmap, vidresscreen, vidsavscreen, vidumapinit, vidunmap ] |
| vtop | convert a virtual address to a physical address | |
| wakeup | wakes up a sleeping process | |
| Intro | introduces system services, library routines and
error numbers | |
| a64l | convert between long integer and base-64 ASCII
string | [ a64l, l64a ] |
| abort | generate an abort fault | |
| abs | return integer absolute value | |
| accept_pw | determine if password is cryptic | [ acceptable_password ] |
| access | determine accessibility of a file | |
| acct | enable or disable process accounting | |
| alarm | set a process alarm clock | |
| assert | verify program assertion | |
| atexit | calls a process at termination | |
| atof | converts ASCII to numbers | [ atof, atoi, atol ] |
| audit | open and access audit
session data on a record basis | [ audit_open, audit_read, audit_close ] |
| authaudit | produce audit records due to authentication
events | |
| authcap | get information from the authentication database | |
| bessel | bessel functions | [ bessel: j0, j1, jn, y0, y1, yn ] |
| brk | change data segment space allocation | [ brk, sbrk ] |
| brkctl | allocates data in a 286 far segment | |
| bsearch | binary search a sorted table | |
| cfspeed | baud rate functions | [ cfspeed: cfgetispeed, cfgetospeed, cfsetispeed, cfsetospeed ] |
| chdir | change working directory | |
| checkdata | verify machine is suitable for
security port | [ check_basic_data_structures ] |
| chmod | change mode of file | |
| chown | change owner and group of a file | |
| chroot | change root directory | |
| chsize | changes the size of a file. | |
| clock | report CPU time used | |
| close | close a file descriptor | |
| collat | handles collation of
strings | [ strxfrm, strnxfrm, strcoll, strncoll ] |
| conv | translates characters | [ conv, toupper, tolower, toascii ] |
| creat | create a new file or rewrite an existing one | |
| creatsem | creates an instance of a binary semaphore | |
| crypt | password and file encryption functions | |
| ctermid | generate file name for terminal | |
| ctime | convert date and time to string | [ ctime, localtime, gmtime, asctime, cftime, ascftime, strftime, tzset ] |
| ctype | character handling routines | |
| cuserid | get character login name of the user | |
| dblock | lock the entire Authentication database | |
| dbm | performs database functions | [ dbm: dbminit, fetch, store, delete, firstkey, nextkey ] |
| defopen | reads default entries | [ defopen, defread ] |
| dial | establish an outgoing terminal line connection | |
| difftime | computes the difference between time values | |
| directory | directory operations | [ directory: opendir, readdir, telldir, seekdir, rewinddir, closedir ] |
| discr | check discretionary attributes of files and programs | |
| div | divides integers | |
| drand48 | generate uniformly distributed
pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| dup | duplicate an open file descriptor | |
| dup2 | duplicate an open file descriptor | |
| ecvt | convert floating-point number to string | [ ecvt, fcvt, gcvt ] |
| end | last locations in program | [ end, etext, edata ] |
| erf | error function and complementary error function | [ erf, erfc ] |
| ev_block | wait until the queue contains an event | |
| ev_close | close the event queue and all associated devices | |
| ev_count | returns the number of events currently in the
queue | |
| ev_flush | discard all events currently in the queue | |
| ev_getdev | gets a list of devices feeding an event queue | |
| ev_gindev | include/exclude devices for event input | |
| ev_gtemsk | return the current event mask | [ ev_getemask ] |
| ev_init | invokes the event manager | |
| ev_pop | pop the next event off the queue | |
| ev_read | read the next event in the queue | |
| ev_resume | restart a suspended queue | |
| ev_stemsk | sets event mask | [ ev_setemask ] |
| ev_susp | suspends an event queue. | [ ev_suspend ] |
| exec | execute
a file | [ exec: execl, execv, execle, execve, execlp, execvp ] |
| execseg | makes a data region executable. | |
| exit | terminate process | [ exit, _exit ] |
| exp | exponential, logarithm, power,
square root functions | [ exp, log, log10, pow, sqrt ] |
| fclose | close or flush a stream | [ fclose, fflush ] |
| fcntl | file control | |
| ferror | stream status inquiries | [ ferror, feof, clearerr, fileno ] |
| fgetpos | gets and stores the current value of a stream's
file position indicator | |
| field | FIELD library routines | |
| fields | return status based on fields of authentication
database | |
| fieldtype | FIELDTYPE library routines | |
| floor | floor, ceiling, remainder,
absolute value functions | [ floor, ceil, fmod, fabs ] |
| fopen | open a stream | [ fopen, freopen, fdopen ] |
| fork | create a new process | |
| form | FORM library routines | |
| fpgetround | IEEE floating point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fread | binary input/output | [ fread, fwrite ] |
| frexp | manipulate parts of floating-point
numbers | [ frexp, ldexp, modf ] |
| fseek | reposition a file pointer in a stream | [ fseek, rewind, ftell ] |
| fsetpos | sets the file position indicator for a stream | |
| ftw | walk a file tree | |
| gamma | log gamma function | |
| getc | get character or word from a
stream | [ getc, getchar, fgetc, getw ] |
| getcwd | get path name of current working directory | |
| getdents | read directory entries and put in a file-system-
independent format | |
| getdvagent | manipulate device assignment database entry | [ getdvagent, getdvagnam, setdvagent, enddvagent, putdvagnam, copydvagent ] |
| getenv | return value for environment name | |
| getgrent | get group file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent, fgetgrent ] |
| getgroups | get supplementary group ID's | |
| gethz | return the frequency of the system clock in ticks
per second | |
| getlogin | get login name | |
| getluid | get login user ID | |
| getmsg | get next message off a stream | |
| getopt | get option letter from argument vector | |
| getpass | read a password | |
| getpasswd | read or clear a password | |
| getpid | get process, process group, and
parent process IDs | [ getpid, getpgrp, getppid ] |
| getprcment | manipulate command control database entry | [ getprcment, getprcmnam, setprcment, endprcment, putprcmnam ] |
| getprdfent | manipulate default control database entry | [ getprdfent, getprdfnam, setprdfent, endprdfent, putprdfnam ] |
| getprfient | manipulate file control database entry | [ getprfient, getprfinam, setprfient, endprfient, putprfinam ] |
| getpriv | get system privileges associated with this process | |
| getprpwent | manipulate protected password database entry | [ getprpwent, getprpwuid, getprpwnam, setprpwent, endprpwent, putprpwnam ] |
| getprtcent | manipulate terminal control database entry | [ getprtcent, getprtcnam, setprtcent, endprtcent, putprtcnam ] |
| getpw | get name from UID | |
| getpwent | get password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent, fgetpwent ] |
| gets | get a string from a stream | [ gets, fgets ] |
| getuid | get real user, effective
user, real group, and effective group IDs | [ getuid, geteuid, getgid, getegid ] |
| getut | access utmp file entry | [ getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| hsearch | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hypot | euclidean distance function | |
| identity | get or check uids or gids from program start | |
| ioctl | control device | |
| isnan | test for floating point NaN (Not-
A-Number) | [ isnan: isnand, isnanf ] |
| item | CRT item routines | |
| kill | send a signal to a process or a group of processes | |
| l3tol | convert between 3-byte integers and long
integers | [ l3tol, ltol3 ] |
| labs | converts to absolute value | |
| ldahread | read the archive header of a member of an archive
file | |
| ldclose | close a common object file | [ ldclose, ldaclose ] |
| ldfhread | read the file header of a common object file | |
| ldgetname | retrieve symbol name for common object file
symbol table entry | |
| ldiv | divides long integers | |
| ldlread | manipulate line number entries
of a common object file function | [ ldlread, ldlinit, ldlitem ] |
| ldlseek | seek to line number entries of a section
of a common object file | [ ldlseek, ldnlseek ] |
| ldohseek | seek to the optional file header of a common
object file | |
| ldopen | open a common object file for reading | [ ldopen, ldaopen ] |
| ldrseek | seek to relocation entries of a section
of a common object file | [ ldrseek, ldnrseek ] |
| ldshread | read an indexed/named section header
of a common object file | [ ldshread, ldnshread ] |
| ldsseek | seek to an indexed/named section of a
common object file | [ ldsseek, ldnsseek ] |
| ldtbindex | compute the index of a symbol table entry of a
common object file | |
| ldtbread | read an indexed symbol table entry of a common
object file | |
| ldtbseek | seek to the symbol table of a common object file | |
| libwindows | windowing terminal function library | |
| link | link to a file | |
| lock | locks a process in primary memory | |
| lockf | record locking on files | |
| locking | locks or unlocks a file region for reading or
writing | |
| logname | return login name of user | |
| lsearch | linear search and update | [ lsearch, lfind ] |
| lseek | move read/write file pointer | |
| malloc | allocates main memory
Name
malloc, free, realloc, calloc, mallopt, mallinfo - allocates
main memory quickly | [ malloc, free, realloc, calloc ] |
| matherr | error-handling function | |
| mathtest | error-handling function | [ matherr ] |
| memmove | copies characters between objects | |
| memory | memory
operations | [ memory: memccpy, memchr, memcmp, memcpy, memset ] |
| menu | CRT menu routines | |
| mkdir | make a directory | |
| mkfifo | make a FIFO special file | |
| mknod | make a directory or a special or ordinary file or a
FIFO | |
| mktemp | make a unique file name | |
| mktime | converts local time to calendar time | |
| monitor | prepare execution profile | |
| mount | mount a file system | |
| msgctl | message control operations | |
| msgget | get message queue | |
| msgop | message operations | [ msgop: msgsnd, msgrcv ] |
| nap | suspends execution for a short interval | |
| nice | change priority of a process | |
| nl_cxti | format date and time | [ nl_ascxtime, nl_cxtime ] |
| nl_init | initialises native language support operation | |
| nl_lang | language information | [ nl_langinfo ] |
| nl_print | formats native language
output | [ nl_printf, nl_fprintf, nl_sprintf ] |
| nl_scan | converts formatted native
language input | [ nl_scanf, nl_fscanf, nl_sscanf ] |
| nl_strc | compare native language strings | [ nl_strcmp, nl_strncmp ] |
| nlist | get entries from name list | |
| open | open for reading or writing | |
| opensem | opens a semaphore | |
| paccess | used in conjunction with ptrace for tracing a
child process | |
| panel | PANEL library routines | |
| passlen | determine minimum password length | |
| pathconf | get configurable pathname variables | |
| pause | suspend process until signal | |
| perror | system error messages | [ perror, errno, sys_errlist, sys_nerr ] |
| pipe | create an interprocess channel | |
| plock | lock process, text, or data in memory | |
| plot | graphics interface subroutines | |
| poll | STREAMS input/output multiplexing | |
| popen | initiate pipe to/from a process | [ popen, pclose ] |
| printf | print formatted output | [ printf, fprintf, sprintf ] |
| proctl | controls active processes or process groups | |
| profil | execution time profile | |
| ptrace | process trace | |
| putc | put character or word on a
stream | [ putc, putchar, fputc, putw ] |
| putenv | change or add value to environment | |
| putmsg | send a message on a stream | |
| putpwent | write password file entry | |
| puts | put a string on a stream | [ puts, fputs ] |
| pw_mapping | map between user and group names and IDs | [ pw_mapping: pw_nametoid, pw_idtoname, gr_nametoid, gr_idtoname ] |
| qsort | quicker sort | |
| r.uadmin | administrative control for rebooting the system and
remounting the root filesystem" | [ uadmin ] |
| raise | send signal sig to execution program | |
| rand | simple random-number generator | [ rand, srand ] |
| randomword | generate a pronounceable password | |
| rdchk | checks to see if there is data to be read | |
| read | read from file | |
| regcmp | compile and execute regular expression | [ regcmp, regex ] |
| regex | compiles and executes regular expressions. | [ regex, regcmp ] |
| regexp | regular expression compile and match routines | |
| remove | removes filename | |
| rename | changes filename | |
| rmdir | remove a directory | |
| scanf | convert formatted input | [ scanf, fscanf, sscanf ] |
| sdenter | synchronizes access to a shared data
segment | [ sdenter, sdleave ] |
| sdget | attaches and detaches a shared data segment. | [ sdget, sdfree ] |
| sdgetv | synchronizes shared data access | [ sdgetv, sdwaitv ] |
| seed | obtain or set seed for random
number generator | [ seed: getseed, setseed ] |
| select | synchronous I/O multiplexing | |
| semctl | semaphore control operations | |
| semget | get set of semaphores | |
| semop | semaphore operations | |
| setbuf | assign buffering to a stream | [ setbuf, setvbuf ] |
| setgroups | set group access list | |
| setjmp | non-local goto | [ setjmp, longjmp ] |
| setloc | set or read international environment | [ setlocale ] |
| setluid | set login user ID | |
| setpgid | set process group ID for job control | |
| setpgrp | set process group ID | |
| setpriv | set system privileges for this process | |
| setsid | create session and set process ID | |
| setuid | set user and group IDs | [ setuid, setgid ] |
| shmctl | shared memory control operations | |
| shmget | get shared memory segment identifier | |
| shmop | shared memory operations | [ shmop: shmat, shmdt ] |
| shutdn | flushes block I/O and halts the CPU | |
| sigaction | examine and change signal action | |
| sigjmp | non-local jumps | [ sigsetjmp, siglongjmp ] |
| signal | specify what to do upon receipt of a signal | |
| sigpending | examine pending signals | |
| sigprocmask | examine and change blocked signals. | |
| sigsem | signals a process waiting on a semaphore | |
| sigset | manipulate signal sets | |
| sigsuspend | wait for signal | |
| sinh | hyperbolic functions | [ sinh, cosh, tanh ] |
| sleep | suspend execution for interval | |
| sputl | access long integer data in a machine-
independent fashion | [ sputl, sgetl ] |
| ssignal | software signals | [ ssignal, gsignal ] |
| stat | get file status | [ stat, fstat ] |
| statfs | get file system information | [ statfs, fstatfs ] |
| stdio | standard buffered input/output package | |
| stdipc | standard interprocess communication package | [ stdipc: ftok ] |
| stime | set time | |
| stopio | stop further I/O to an open file | |
| strerror | gets error message pointer from last routine call
error | |
| strftim | format date/time string | [ strftime ] |
| string | string operations | [ string: strcat, strdup, strncat, strcmp, strncmp, strcpy, strncpy, strlen, strchr, strrchr, strpbrk, strspn, strcspn, strtok ] |
| strtod | convert string to double-precision number | [ strtod, atof ] |
| strtol | convert string to integer | [ strtol, atol, atoi ] |
| subsystems | manipulation routines for Subsystems database | |
| swab | swap bytes | |
| sync | update super block | |
| sysconf | get configurable system variables | |
| sysfs | get file system type information | |
| sysi86 | machine-specific functions | |
| system | issue a shell command | |
| tam | TAM transition libraries | |
| tcattr | state functions | [ tcgetattr, tcsetattr ] |
| tcflow | line control
functions | [ tcdrain, tcflow, tcflush, tcsendbreak ] |
| tcpgrp | process group id functions | [ tcgetpgrp, tcsetpgrp ] |
| termcap | performs
terminal functions | [ tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs ] |
| terminfo | terminal description database. | |
| time | get time | |
| times | get process and child process times | |
| tmpfile | create a temporary file | |
| tmpnam | create a name for a temporary file | [ tmpnam, tempnam ] |
| trig | trigonometric
functions | [ trig: sin, cos, tan, asin, acos, atan, atan2 ] |
| tsearch | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| ttyname | find name of a terminal | [ ttyname, isatty ] |
| ttyslot | find the slot in the utmp file of the current user | |
| uadmin | administrative control | |
| ulimit | get and set user limits | |
| umask | set and get file creation mask | |
| umount | unmount a file system | |
| uname | get name of current UNIX system | |
| ungetc | push character back into input stream | |
| unlink | remove directory entry | |
| ustat | get file system statistics | |
| utime | set file access and modification times | |
| varargs | variable argument list | |
| vprintf | print formatted output of a
varargs argument list | [ vprintf, vfprintf, vsprintf ] |
| wait | wait for child process to stop or terminate | [ wait, waitpid ] |
| waitsem | awaits and checks access to a resource
governed by a semaphore | [ waitsem, nbwaitsem ] |
| write | write on a file | |
| xlist | gets name list entries from files | [ xlist, fxlist ] |
| AllPlanes | Display
macros | [ AllPlanes, BlackPixel, WhitePixel, ConnectionNumber, DefaultColormap, DefaultDepth, DefaultGC, DefaultRootWindow, DefaultScreenOfDisplay, DefaultScreen, DefaultVisual, DisplayCells, DisplayPlanes, DisplayString, LastKnownRequestProcessed, NextRequest, ProtocolVersion, ProtocolRevision, QLength, RootWindow, ScreenCount, ScreenOfDisplay, ServerVendor, VendorRelease ] |
| ImageOrd | image format macros | [ ImageByteOrder, BitmapBitOrder, BitmapPad, BitmapUnit, DisplayHeight, DisplayHeightMM, DisplayWidth, DisplayWidthMM ] |
| IsCKey | keysym classifiaction macros | [ IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey ] |
| XAddHost | control host access | [ XAddHost, XAddHosts, XListHosts, XRemoveHost, XRemoveHosts, XSetAccessControl, XEnableAccessControl, XDisableAccessContro ] |
| XAllColor | allocate and free colors | [ XAllocColor, XAllocNamedColor, XAllocColorCells, XAllocColorPlanes, XFreeColors ] |
| XAllEvnt | release queued events | [ XAllowEvents ] |
| XCKCntrl | manipulate keyboard
settings | [ XChangeKeyboardControl, XGetKeyboardControl, XAutoRepeatOn, XAutoRepeatOff, XBell, XQueryKeymap ] |
| XCPCntrl | control pointer | [ XChangePointerControl, XGetPointerControl ] |
| XCSSet | change a
client's save set | [ XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet ] |
| XCWAttrib | change window attributes | [ XChangeWindowAttributes, XSetWindowBackground, XSetWindowBackgroundPixmap, XSetWindowBorder, XSetWindowBorderPixmap ] |
| XClrArea | clear area or window | [ XClearArea, XClearWindow ] |
| XConfWin | configure windows | [ XConfigureWindow, XMoveWindow, XResizeWindow, XMoveResizeWindow, XSetWindowBorderWidth ] |
| XCopyArea | copy areas | [ XCopyArea, XCopyPlane ] |
| XCreCmap | create, copy, or destroy colormaps | [ XCreateColormap, XCopyColormapAndFree, XFreeColormap, XSetWindowColormap ] |
| XCreFCur | create cursors | [ XCreateFontCursor, XCreatePixmapCursor, XCreateGlyphCursor ] |
| XCreGC | create or free graphics contexts | [ XCreateGC, XCopyGC, XChangeGC, XFreeGC, XGContextFromGC ] |
| XCreImage | image utilities | [ XCreateImage, XGetPixel, XPutPixel, XSubImage, XAddPixel, XDestroyImage ] |
| XCrePmap | create or destroy pixmaps | [ XCreatePixmap, XFreePixmap ] |
| XCreReg | create or
destroy regions | [ XCreateRegion, XSetRegion, XDestroyRegion ] |
| XCreWin | create windows | [ XCreateWindow, XCreateSimpleWindow ] |
| XDefCur | define cursors | [ XDefineCursor, XUndefineCursor ] |
| XDesWin | destroy windows | [ XDestroyWindow, XDestroySubwindows ] |
| XDrArc | draw arcs | [ XDrawArc, XDrawArcs ] |
| XDrIStr | draw image text | [ XDrawImageString, XDrawImageString16 ] |
| XDrLine | draw lines and
polygons | [ XDrawLine, XDrawLines, XDrawSegments ] |
| XDrPoint | draw points | [ XDrawPoint, XDrawPoints ] |
| XDrRect | draw rectangles | [ XDrawRectangle, XDrawRectangles ] |
| XDrString | draw text characters | [ XDrawString, XDrawString16 ] |
| XDrText | draw polytext text | [ XDrawText, XDrawText16 ] |
| XERegion | determine if regions are empty or equal | [ XEmptyRegion, XEqualRegion, XPointInRegion, XRectInRegion ] |
| XFillRect | fill rectangles, polygons, or arcs | [ XFillRectangle, XFillRectangles, XFillPolygon, XFillArc, XFillArcs ] |
| XFlush | handle output
buffer or event queue | [ XFlush, XSync, XEventsQueued, XPending ] |
| XFree | free client data | [ XFree, XNoOp ] |
| XGetDef | get X program defaults | [ XGetDefault, XResourceManagerString ] |
| XGetRes | retrieve database resources and
search lists | [ XrmGetResource, XrmQGetResource, XrmQGetSearchList, XrmQGetSearchResource ] |
| XGetVInfo | obtain visual information | [ XGetVisualInfo, XMatchVisualInfo, XVisualIDFromVisual ] |
| XGetWAttr | get current window
attribute or geometry | [ XGetWindowAttributes, XGetGeometry ] |
| XGrButton | grab pointer buttons | [ XGrabButton, XUngrabButton ] |
| XGrKey | grab keyboard keys | [ XGrabKey, XUngrabKey ] |
| XGrKeybrd | grab the keyboard | [ XGrabKeyboard, XUngrabKeyboard ] |
| XGrPntr | grab the pointer | [ XGrabPointer, XUngrabPointer, XChangeActivePointerGrab ] |
| XGrServer | grab the server | [ XGrabServer, XUngrabServer ] |
| XIfEvent | check the event
queue with a predicate procedure | [ XIfEvent, XCheckIfEvent, XPeekIfEvent ] |
| XInitial | initialize the Resource
Manager and parse the command line | [ XrmInitialize, XrmParseCommand ] |
| XInstCmap | control colormaps | [ XInstallColormap, XUninstallColormap, XListInstalledColormaps ] |
| XInterReg | region arthmetic | [ XIntersectRegion, XUnionRegion, XUnionRectWithRegion, XSubtractRegion, XXorRegion, XOffsetRegion, XShrinkRegion ] |
| XInternA | create or return atom names | [ XInternAtom, XGetAtomName ] |
| XListFont | obtain or free font names and information | [ XListFonts, XFreeFontNames, XListFontsWithInfo, XFreeFontInfo ] |
| XLoadFont | load or unload fonts | [ XLoadFont, XQueryFont, XLoadQueryFont, XFreeFont, XGetFontProperty, XUnloadFont ] |
| XLookKsym | handle keyboard input events | [ XLookupKeysym, XRefreshKeyboardMapping, XLookupString, XRebindKeySym ] |
| XMDBases | manipulate resource databases | [ XrmMergeDatabases, XrmGetFileDatabase, XrmPutFileDatabase, XrmGetStringDatabase ] |
| XMapWin | map windows | [ XMapWinow, XMapRaised, XMapSubwindows ] |
| XOpDsply | connect or disconnect to X
server | [ XOpenDisplay, XCloseDisplay ] |
| XParGeom | parse window
geometry and color | [ XParseGeometry, XGeometry, XParseColor ] |
| XPolyReg | generate regions | [ XPolygonRegion, XClipBox ] |
| XPutBEvnt | put events back on the queue | [ XPutBackEvent ] |
| XPutImage | transfer images | [ XPutImage, XGetImage, XGetSubImage ] |
| XPutRes | store database
resources | [ XrmPutResource, XrmQPutResource, XrmPutStringResource, XrmQPutStringResource, XrmPutLineResource ] |
| XQBSize | determine efficient sizes | [ XQueryBestSize, XQueryBestTile, XQueryBestStipple ] |
| XQColor | obtain color
values | [ XQueryColor, XQueryColors, XLookupColor ] |
| XQPointer | get pointer coordinates | [ XQueryPointer ] |
| XQTree | query window tree information | [ XQueryTree ] |
| XRaiseWin | change window stacking order | [ XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows ] |
| XReadBF | manipulate bitmaps | [ XReadBitmapFile, XWriteBitmapFile, XCreatePixmapFromBitmapData, XCreateBitmapFromData ] |
| XRecCur | manipulate
cursors | [ XRecolorCursor, XFreeCursor, XQueryBestCursor ] |
| XReparWin | reparent windows | [ XReparentWindow ] |
| XSContext | associative look-up routines | [ XSaveContext, XFindContext, XDeleteContext, XUniqueContext ] |
| XSInput | select input events | [ XSelectInput ] |
| XSeArcMod | GC
convience routines | [ XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure ] |
| XSeClassH | set or get class hint | [ XSetClassHint, XGetClassHint ] |
| XSeClipO | GC
convience routines | [ XSetClipOrigin, XSetClipMask, XSetClipRectangles ] |
| XSeClosDM | control clients | [ XSetCloseDownMode, XKillClient ] |
| XSeCommnd | set command atom | [ XSetCommand ] |
| XSeErrHan | default error
handlers | [ XSetErrorHandler, XGetErrorText, XDisplayName, XSetIOErrorHandler, XGetErrorDatabaseText ] |
| XSeEvent | send events | [ XSendEvent, XDisplayMotionBufferSize, XGetMotionEvents ] |
| XSeFillS | GC convience routines | [ XSetFillStyle, XSetFillRule ] |
| XSeFont | GC convience routines | [ XSetFont ] |
| XSeFontP | set, get, or
free the font search path | [ XSetFontPath, XGetFontPath, XFreeFontPath ] |
| XSeIcName | set or get icon names | [ XSetIconName, XGetIconName ] |
| XSeIcSH | set or get icon size hints | [ XSetIconSizes, XGetIconSizes ] |
| XSeInFoc | control input focus | [ XSetInputFocus, XGetInputFocus ] |
| XSeLAttr | GC convience routines | [ XSetLineAttribute, XSetDashes ] |
| XSeNormH | set or get normal state
hints | [ XSetNormalHints, XGetNormalHints ] |
| XSePMap | manipulate pointer
settings | [ XSetPointerMapping, XGetPointerMapping ] |
| XSeScSav | manipulate the screen
saver | [ XSetScreenSaver, XForceScreenSaver, XActivateScreenSaver, XResetScreenSaver, XGetScreenSaver ] |
| XSeSelOwn | manipulate window selection | [ XSetSelectionOwner, XGetSelectionOwner, XConvertSelection ] |
| XSeSizeH | set or get window size hints | [ XSetSizeHints, XGetSizeHints ] |
| XSeStandC | set or get
standard colormaps | [ XSetStandardColormap, XGetStandardColormap ] |
| XSeStandP | set standard window manager
properties | [ XSetStandardProperties ] |
| XSeState | GC convience routines | [ XSetState, XSetFunction, XSetPlanemask, XSetForeground, XSetBackground ] |
| XSeTile | GC convience routines | [ XSetTile, XSetStipple, XSetTSOrigin ] |
| XSeTransH | set or get
transient for hint | [ XSetTransientForHint, XGetTransientForHint ] |
| XSeWMH | set or get window manager hints | [ XSetWMHints, XGetWMHints ] |
| XSeZoomH | set or get zoom state hints | [ XSetZoomHints, XGetZoomHints ] |
| XStBytes | manipulate cut and paste buffers | [ XStoreBytes, XStoreBuffer, XFetchBytes, XFetchBuffer, XRotateBuffers ] |
| XStColors | set colors | [ XStoreColors, XStoreColor, XStoreNamedColor ] |
| XStName | set or get window names | [ XStoreName, XFetchName ] |
| XStTKsym | convert keysyms | [ XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode ] |
| XSync | enable or disable
synchronization | [ XSynchronize, XSetAfterFunction ] |
| XTextWid | compute text width | [ XTextWidth, XTextWidth16 ] |
| XTranWCo | translate window coordinates | [ XTranslateCoordinates ] |
| XUQuark | manipulate resource quarks | [ XrmUniqueQuark, XrmStringToQuark, XrmQuarkToString, XrmStringToQuarkList, XrmStringToBindingQuarkList ] |
| XUnmapWin | unmap windows | [ XUnmapWindow, XUnmapSubwindows ] |
| XWarpPntr | move pointer | [ XWarpPointer ] |
| Application | | [ ApplicationShell - the ApplicationShell widget class. ] |
| Composite | | [ Composite - the Composite widget class. ] |
| Constraint | | [ Constraint - the Constraint widget class. ] |
| Core | | [ Core - the Core widget class. ] |
| MrmCloseHie | Closes a UID hierarchy. | [ MrmCloseHierarchy ] |
| MrmFetchCol | Fetches a named color literal from a
UID file. | [ MrmFetchColorLiteral ] |
| MrmFetchIco | Fetches an icon literal from a
hierarchy. | [ MrmFetchIconLiteral ] |
| MrmFetchInt | Fetches all the widgets defined in
an interface module in the uid hierarchy. | [ MrmFetchInterfaceModule ] |
| MrmFetchLit | Fetches a literal from a uid file. | [ MrmFetchLiteral ] |
| MrmFetchSet | Fetches the values to be set from
literals stored in uid files. | [ MrmFetchSetValues ] |
| MrmFetchWiA | Fetches and then creates any indexed (uil
named) application widgets and its children. | [ MrmFetchWidget ] |
| MrmFetchWiB | Fetches any indexed (uil named)
application widget. It overrides the arguments specified for
this application widget in uil. | [ MrmFetchWidgetOverride ] |
| MrmInitiali | Prepares an application to use MRM widget-
fetching facilities. | [ MrmInitialize ] |
| MrmOpenHier | Allocates a hierarchy ID and opens all
the uid files in the hierarchy. | [ MrmOpenHierarchy ] |
| MrmRegisteA | Saves the information needed for MRM to
access the widget creation function for user-defined
widgets. | [ MrmRegisterClass ] |
| MrmRegisteB | Registers the values associated with the
names referenced in uil (for example, uil callback function
names or uil identifier names). | [ MrmRegisterNames ] |
| Object | | [ Object -- The Object widget class. ] |
| OverrideShe | | [ OverrideShell - the OverrideShell widget class ] |
| TopLevelShe | | [ TopLevelShell - the TopLevelShell widget class. ] |
| TransientSh | | [ TransientShell - the TransientShell widget class. ] |
| UilDumpSymb | dumps the contents of a named UIL
symbol table to standard output. | [ UilDumpSymbolTable ] |
| VendorShell | | [ VendorShell - the VendorShell widget class. ] |
| WindowObj | | [ WindowObj - the WindowObj widget class. ] |
| XmActivateP | | [ XmActivateProtocol - a VendorShell function that activates a
protocol. ] |
| XmActivateW | | [ XmActivateWMProtocol - a VendorShell convenience interface
that activates a protocol. ] |
| XmAddProtoA | | [ XmAddProtocolCallback - a VendorShell function that adds
client callbacks for a protocol. ] |
| XmAddProtoB | | [ XmAddProtocols - a VendorShell function that adds the
protocols to the protocol manager and allocates the internal
tables. ] |
| XmAddTabGro | | [ XmAddTabGroup - a function that adds a Manager or a
Primitive widget to the list of tab groups. ] |
| XmAddWMProA | | [ XmAddWMProtocolCallback - a VendorShell convenience
interface that adds client callbacks for a protocol. ] |
| XmAddWMProB | | [ XmAddWMProtocols - a VendorShell convenience interface that
adds the protocols to the protocol manager and allocates the
internal tables. ] |
| XmArrowButA | | [ XmArrowButton - the ArrowButton widget class. ] |
| XmArrowButB | | [ XmArrowButtonGadget - the ArrowButtonGadget widget class. ] |
| XmBulletinB | | [ XmBulletinBoard - the BulletinBoard widget class. ] |
| XmCascadeBA | | [ XmCascadeButton - the CascadeButton widget class. ] |
| XmCascadeBB | | [ XmCascadeButtonGadget - the CascadeButtonGadget widget
class. ] |
| XmCascadeBC | | [ XmCascadeButtonHighlight - a CascadeButton and
CascadeButtonGadget function that sets the highlight state. ] |
| XmClipboarA | | [ XmClipboardCancelCopy - a clipboard function that cancels a
copy to the clipboard. ] |
| XmClipboarB | | [ XmClipboardCopy - a clipboard function that copies a data
item to temporary storage for later copying to clipboard. ] |
| XmClipboarC | | [ XmClipboardCopyByName - a clipboard function that copies a
data item passed by name. ] |
| XmClipboarD | | [ XmClipboardEndCopy - a clipboard function that ends a copy
to the clipboard. ] |
| XmClipboarE | | [ XmClipboardEndRetrieve - a clipboard function that ends a
copy from the clipboard. ] |
| XmClipboarF | | [ XmClipboardInquireCount - a clipboard function that returns
the number of data item formats. ] |
| XmClipboarG | | [ XmClipboardInquireFormat - a clipboard function that returns
a specified format name. ] |
| XmClipboarH | | [ XmClipboardInquireLength - a clipboard function that returns
the length of the stored data. ] |
| XmClipboarI | | [ XmClipboardInquirePendingItems - a clipboard function that
returns a list of data_id/private_id pairs. ] |
| XmClipboarJ | | [ XmClipboardLock - a clipboard function that locks the
clipboard. ] |
| XmClipboarK | | [ XmClipboardRegisterFormat - a clipboard function that
registers a new format. ] |
| XmClipboarL | | [ XmClipboardRetrieve - a clipboard function that retrieves a
data item from the clipboard. ] |
| XmClipboarM | | [ XmClipboardStartCopy - a clipboard function that sets up a
storage and data structure. ] |
| XmClipboarN | | [ XmClipboardStartRetrieve - a function that starts a copy
from the clipboard. ] |
| XmClipboarO | | [ XmClipboardUndoCopy - a clipboard function that deletes the
last item placed on the clipboard. ] |
| XmClipboarP | | [ XmClipboardUnlock - a clipboard function that unlocks the
clipboard. ] |
| XmClipboarQ | | [ XmClipboardWithdrawFormat - a clipboard function that
indicates that the application no longer wants to supply a
data item. ] |
| XmCommandAp | | [ XmCommandAppendValue - a Command function that appends the
passed XmString to the end of the string displayed in the
command area of the widget. ] |
| XmCommandEr | | [ XmCommandError - a Command function that displays an error
message. ] |
| XmCommandGe | | [ XmCommandGetChild - a Command function that is used to
access a component. ] |
| XmCommandSe | | [ XmCommandSetValue - a Command function that replaces a
displayed string. ] |
| XmConvertUn | | [ XmConvertUnits - a function that converts a value in one
unit type to another unit type. ] |
| XmCreateArA | | [ XmCreateArrowButton - the ArrowButton widget creation
function. ] |
| XmCreateArB | | [ XmCreateArrowButtonGadget - the ArrowButtonGadget creation
function. ] |
| XmCreateBuA | | [ XmCreateBulletinBoard - the BulletinBoard widget creation
function. ] |
| XmCreateBuB | | [ XmCreateBulletinBoardDialog - the BulletinBoard
BulletinBoardDialog convenience creation function. ] |
| XmCreateCaA | | [ XmCreateCascadeButton - the CascadeButton widget creation
function. ] |
| XmCreateCaB | | [ XmCreateCascadeButtonGadget - the CascadeButtonGadget
creation function. ] |
| XmCreateCom | | [ XmCreateCommand - the Command widget creation function. ] |
| XmCreateDia | | [ XmCreateDialogShell - the DialogShell widget creation
function. ] |
| XmCreateDrA | | [ XmCreateDrawingArea - the DrawingArea widget creation
function. ] |
| XmCreateDrB | | [ XmCreateDrawnButton - the DrawnButton widget creation
function. ] |
| XmCreateErr | | [ XmCreateErrorDialog - the MessageBox ErrorDialog convenience
creation function. ] |
| XmCreateFiA | | [ XmCreateFileSelectionBox - the FileSelectionBox widget
creation function. ] |
| XmCreateFiB | | [ XmCreateFileSelectionDialog - the FileSelectionBox
FileSelectionDialog convenience creation function. ] |
| XmCreateFoA | | [ XmCreateForm - the Form widget creation function. ] |
| XmCreateFoB | | [ XmCreateFormDialog - a Form FormDialog convenience creation
function. ] |
| XmCreateFra | | [ XmCreateFrame - the Frame widget creation function. ] |
| XmCreateInf | | [ XmCreateInformationDialog - the MessageBox InformationDialog
convenience creation function. ] |
| XmCreateLaA | | [ XmCreateLabel - the Label widget creation function. ] |
| XmCreateLaB | | [ XmCreateLabelGadget - the LabelGadget creation function. ] |
| XmCreateLis | | [ XmCreateList - the List widget creation function. ] |
| XmCreateMai | | [ XmCreateMainWindow - the MainWindow widget creation
function. ] |
| XmCreateMeA | | [ XmCreateMenuBar - a RowColumn widget convenience creation
function. ] |
| XmCreateMeB | | [ XmCreateMenuShell - the MenuShell widget creation function. ] |
| XmCreateMeC | | [ XmCreateMessageBox - the MessageBox widget creation
function. ] |
| XmCreateMeD | | [ XmCreateMessageDialog - the MessageBox MessageDialog
convenience creation function. ] |
| XmCreateOpt | | [ XmCreateOptionMenu - a RowColumn widget convenience creation
function. ] |
| XmCreatePan | | [ XmCreatePanedWindow - the PanedWindow widget creation
function. ] |
| XmCreatePop | | [ XmCreatePopupMenu - a RowColumn widget convenience creation
function. ] |
| XmCreatePro | | [ XmCreatePromptDialog - the SelectionBox PromptDialog
convenience creation function. ] |
| XmCreatePuA | | [ XmCreatePushButton - the PushButton widget creation
function. ] |
| XmCreatePuB | | [ XmCreatePushButtonGadget - the PushButtonGadget creation
function. ] |
| XmCreatePul | | [ XmCreatePulldownMenu - a RowColumn widget convenience
creation function. ] |
| XmCreateQue | | [ XmCreateQuestionDialog - the MessageBox QuestionDialog
convenience creation function. ] |
| XmCreateRad | | [ XmCreateRadioBox - a RowColumn widget convenience creation
function. ] |
| XmCreateRow | | [ XmCreateRowColumn - the RowColumn widget creation function. ] |
| XmCreateScA | | [ XmCreateScrollBar - the ScrollBar widget creation function. ] |
| XmCreateScB | | [ XmCreateScrolledList - the List ScrolledList convenience
creation function. ] |
| XmCreateScC | | [ XmCreateScrolledText - the Text ScrolledText convenience
creation function. ] |
| XmCreateScD | | [ XmCreateScrolledWindow - the ScrolledWindow widget creation
function. ] |
| XmCreateSca | | [ XmCreateScale - the Scale widget creation function. ] |
| XmCreateSeA | | [ XmCreateSelectionBox - the SelectionBox widget creation
function. ] |
| XmCreateSeB | | [ XmCreateSelectionDialog - the SelectionBox SelectionDialog
convenience creation function. ] |
| XmCreateSeC | | [ XmCreateSeparator - the Separator widget creation function. ] |
| XmCreateSeD | | [ XmCreateSeparatorGadget - the SeparatorGadget creation
function. ] |
| XmCreateTex | | [ XmCreateText - the Text widget creation function. ] |
| XmCreateToA | | [ XmCreateToggleButton - the ToggleButton widget creation
function. ] |
| XmCreateToB | | [ XmCreateToggleButtonGadget - the ToggleButtonGadget creation
function. ] |
| XmCreateWar | | [ XmCreateWarningDialog - a MessageBox WarningDialog
convenience creation function. ] |
| XmCreateWor | | [ XmCreateWorkingDialog - the MessageBox WorkingDialog
convenience creation function. ] |
| XmCvtString | | [ XmCvtStringToUnitType - a function that converts a string to
a unit-type value. ] |
| XmDeactivaA | | [ XmDeactivateProtocol - a VendorShell function that
deactivates a protocol without removing it. ] |
| XmDeactivaB | | [ XmDeactivateWMProtocol - a VendorShell convenience interface
that deactivates a protocol without removing it. ] |
| XmDestroyPi | | [ XmDestroyPixmap - a pixmap caching function that removes a
pixmap from the pixmap cache. ] |
| XmDialogShe | | [ XmDialogShell - the DialogShell widget class. ] |
| XmDrawingAr | | [ XmDrawingArea - the DrawingArea widget class. ] |
| XmDrawnButt | | [ XmDrawnButton - the DrawnButton widget class. ] |
| XmFileSeleA | | [ XmFileSelectionBox - the FileSelectionBox widget class. ] |
| XmFileSeleB | | [ XmFileSelectionBoxGetChild - a FileSelectionBox function
that is used to access a component. ] |
| XmFileSeleC | | [ XmFileSelectionDoSearch - a FileSelectionBox function that
initiates a directory search. ] |
| XmFontListA | | [ XmFontListAdd - a compound string function that creates a
new font list. ] |
| XmFontListC | | [ XmFontListCreate - a compound string function that creates a
font list. ] |
| XmFontListF | | [ XmFontListFree - a compound string function that recovers
memory used by a font list. ] |
| XmGetAtomNa | | [ XmGetAtomName - a function that returns the string
representation for an atom. ] |
| XmGetMenuCu | | [ XmGetMenuCursor - a RowColumn function that returns the
cursor ID for the current menu cursor. ] |
| XmGetPixmap | | [ XmGetPixmap - a pixmap caching function that generates a
pixmap, stores it in a pixmap cache, and returns the pixmap. ] |
| XmInstallIm | | [ XmInstallImage - a pixmap caching function that adds an
image to the pixmap cache. ] |
| XmInternAto | | [ XmInternAtom - a function that returns an atom for a given
name. ] |
| XmIsMotifWM | | [ XmIsMotifWMRunning - a function that specifies if the window
manager is running. ] |
| XmLabelGadg | | [ XmLabelGadget - the LabelGadget widget class. ] |
| XmListAddIA | | [ XmListAddItem - a List function that adds an item to the
list. ] |
| XmListAddIB | | [ XmListAddItemUnselected - a List function that adds an item
to the list. ] |
| XmListDeleA | | [ XmListDeleteItem - a List function that deletes an item from
the list. ] |
| XmListDeleB | | [ XmListDeletePos - a List function that deletes an item from
a list at a specified position. ] |
| XmListDeseA | | [ XmListDeselectAllItems - a List function that unhighlights
and removes all items from the selected list. ] |
| XmListDeseB | | [ XmListDeselectItem - a List function that deselects the
specified item from the selected list. ] |
| XmListDeseC | | [ XmListDeselectPos - a List function that deselects an item
at a specified position in the list. ] |
| XmListItemE | | [ XmListItemExists - a List function that checks if a
specified item is in the list. ] |
| XmListSeleA | | [ XmListSelectItem - a List function that selects an item in
the list. ] |
| XmListSeleB | | [ XmListSelectPos - a List function that selects an item at a
specified position in the list. ] |
| XmListSetBA | | [ XmListSetBottomItem - a List function that makes an existing
item the last visible item in the list. ] |
| XmListSetBB | | [ XmListSetBottomPos - a List function that makes a specified
item the last visible position in the list. ] |
| XmListSetHo | | [ XmListSetHorizPos - a List function that moves a ScrollBar
to the specified position in the list. ] |
| XmListSetIt | | [ XmListSetItem - a List function that makes an existing item
the first visible item in the list.. ] |
| XmListSetPo | | [ XmListSetPos - a List function that makes the item at the
given position the first visible position in the list. ] |
| XmMainWindA | | [ XmMainWindow - the MainWindow widget class. ] |
| XmMainWindB | | [ XmMainWindowSep1 - a MainWindow function that returns the
widget ID of the first Separator widget. ] |
| XmMainWindC | | [ XmMainWindowSep2 - a MainWindow function that returns the
widget ID of the second Separator widget. ] |
| XmMainWindD | | [ XmMainWindowSetAreas - a MainWindow function that identifies
manageable children for each area. ] |
| XmMenuPosit | | [ XmMenuPosition - a RowColumn function that positions a Popup
MenuPane. ] |
| XmMenuShell | | [ XmMenuShell - the MenuShell widget class. ] |
| XmMessageBA | | [ XmMessageBox - the MessageBox widget class. ] |
| XmMessageBB | | [ XmMessageBoxGetChild - a MessageBox function that is used to
access a component. ] |
| XmOptionBut | | [ XmOptionButtonGadget - a RowColumn function that obtains the
widget ID for the CascadeButtonGadget in an OptionMenu. ] |
| XmOptionLab | | [ XmOptionLabelGadget - a RowColumn function that obtains the
widget ID for the LabelGadget in an OptionMenu. ] |
| XmPanedWind | | [ XmPanedWindow - the PanedWindow widget class. ] |
| XmPrimitive | | [ XmPrimitive - the Primitive widget class. ] |
| XmPushButtA | | [ XmPushButton - the PushButton widget class. ] |
| XmPushButtB | | [ XmPushButtonGadget - the PushButtonGadget widget class. ] |
| XmRemovePrA | | [ XmRemoveProtocolCallback - a VendorShell function that
removes a callback from the internal list. ] |
| XmRemovePrB | | [ XmRemoveProtocols - a VendorShell function that removes the
protocols from the protocol manager and deallocates the
internal tables. ] |
| XmRemoveTab | | [ XmRemoveTabGroup - a function that removes a tab group. ] |
| XmRemoveWMA | | [ XmRemoveWMProtocolCallback - a VendorShell convenience
interface that removes a callback from the internal list. ] |
| XmRemoveWMB | | [ XmRemoveWMProtocols - a VendorShell convenience interface
that removes the protocols from the protocol manager and
deallocates the internal tables. ] |
| XmResolvePa | | [ XmResolvePartOffsets - a function that allows writing of
upward-compatible applications and widgets. ] |
| XmRowColumn | | [ XmRowColumn - the RowColumn widget class. ] |
| XmScaleGetV | | [ XmScaleGetValue - a Scale function that returns the current
slider position. ] |
| XmScaleSetV | | [ XmScaleSetValue - a Scale function that sets a slider value. ] |
| XmScrollBaA | | [ XmScrollBar - the ScrollBar widget class. ] |
| XmScrollBaB | | [ XmScrollBarGetValues - a ScrollBar function that returns the
ScrollBar's increment values and changes the slider's size
and position. ] |
| XmScrollBaC | | [ XmScrollBarSetValues - a ScrollBar function that changes
ScrollBar's increment values and the slider's size and
position. ] |
| XmScrolledA | | [ XmScrolledWindow - the ScrolledWindow widget class. ] |
| XmScrolledB | | [ XmScrolledWindowSetAreas - a ScrolledWindow function that
adds or changes a window work region and a horizontal or
vertical ScrollBar widget to the ScrolledWindow widget. ] |
| XmSelectioA | | [ XmSelectionBox - the SelectionBox widget class. ] |
| XmSelectioB | | [ XmSelectionBoxGetChild - a SelectionBox function that is
used to access a component. ] |
| XmSeparatoA | | [ XmSeparator - the Separator widget class. ] |
| XmSeparatoB | | [ XmSeparatorGadget - the SeparatorGadget widget class. ] |
| XmSetFontUn | | [ XmSetFontUnit - a function that sets the font unit value for
a display. ] |
| XmSetMenuCu | | [ XmSetMenuCursor - a RowColumn function that modifies the
menu cursor for a client. ] |
| XmSetProtoc | | [ XmSetProtocolHooks - a VendorShell function that allows pre
and post actions to be executed when a protocol message is
received from the window manager. ] |
| XmSetWMProt | | [ XmSetWMProtocolHooks - a VendorShell convenience interface
that allows pre and post actions to be executed when a
protocol message is received from the window manager. ] |
| XmStringBas | | [ XmStringBaseline - a compound string function that returns
the number of pixels between the top of the character box
and the baseline of the first line of text. ] |
| XmStringByt | | [ XmStringByteCompare - a compound string function that
indicates the results of a byte-by-byte comparison. ] |
| XmStringCom | | [ XmStringCompare - a compound string function that compares
two strings. ] |
| XmStringCon | | [ XmStringConcat - a compound string function that appends one
string to another. ] |
| XmStringCop | | [ XmStringCopy - a compound string function that makes a copy
of a string. ] |
| XmStringCrA | | [ XmStringCreate - a compound string function that creates a
compound string. ] |
| XmStringCrB | | [ XmStringCreateLtoR - a compound string function that creates
a compound string. ] |
| XmStringDir | | [ XmStringDirectionCreate - a compound string function that
creates a compound string. ] |
| XmStringDrA | | [ XmStringDraw - a compound string function that draws a
compound string in an X window. ] |
| XmStringDrB | | [ XmStringDrawImage - a compound string function that draws a
compound string in an X Window and creates an image. ] |
| XmStringDrC | | [ XmStringDrawUnderline - a compound string function that
underlines a string drawn in an X Window. ] |
| XmStringEmp | | [ XmStringEmpty - a compound string function that provides
information on the existence of non-zero length text
components. ] |
| XmStringExt | | [ XmStringExtent - a compound string function that determines
the size of the smallest rectangle that will enclose the
compound string. ] |
| XmStringFrA | | [ XmStringFree - a compound string function that recovers
memory. ] |
| XmStringFrB | | [ XmStringFreeContext - a compound string function that
instructs the toolkit that the context is no longer needed. ] |
| XmStringGeA | | [ XmStringGetLtoR - a compound string function that searches
for a text segment in the input compound string. ] |
| XmStringGeB | | [ XmStringGetNextComponent - a compound string function that
returns the type and value of the next component in a
compound string. ] |
| XmStringGeC | | [ XmStringGetNextSegment - a compound string function that
fetches the octets in the next segment of a compound string. ] |
| XmStringHei | | [ XmStringHeight - a compound string function that returns the
line height of the given compound string. ] |
| XmStringIni | | [ XmStringInitContext - a compound string function that allows
applications to read out the content segment by segment. ] |
| XmStringLen | | [ XmStringLength - a compound string function that obtains the
length of a compound string. ] |
| XmStringLin | | [ XmStringLineCount - a compound string function that returns
the number of separators plus one in the provided compound
string. ] |
| XmStringNCA | | [ XmStringNConcat - a compound string function that appends a
specified number of bytes to a compound string. ] |
| XmStringNCB | | [ XmStringNCopy - a compound string function that creates a
copy of a compound string. ] |
| XmStringPee | | [ XmStringPeekNextComponent - a compound string function that
returns the component type of the next component fetched. ] |
| XmStringSeg | | [ XmStringSegmentCreate - a compound string function that
creates a compound string. ] |
| XmStringSep | | [ XmStringSeparatorCreate - a compound string function that
creates a compound string. ] |
| XmStringWid | | [ XmStringWidth - a compound string function that returns the
width of the longest sequence of text components in a
compound string. ] |
| XmTextClear | | [ XmTextClearSelection - a Text function that clears the
primary selection. ] |
| XmTextGetEd | | [ XmTextGetEditable - a Text function that accesses the edit
permission state. ] |
| XmTextGetMa | | [ XmTextGetMaxLength - a Text function that accesses the value
of the current maximum allowable length of a text string
entered from the keyboard. ] |
| XmTextGetSe | | [ XmTextGetSelection - a Text function that retrieves the
value of the primary selection. ] |
| XmTextGetSt | | [ XmTextGetString - a Text function that accesses the string
value. ] |
| XmTextRepla | | [ XmTextReplace - a Text function that replaces part of a text
string. ] |
| XmTextSetEd | | [ XmTextSetEditable - a Text function that sets the edit
permission. ] |
| XmTextSetMa | | [ XmTextSetMaxLength - a Text function that sets the value of
the current maximum allowable length of a text string
entered from the keyboard. ] |
| XmTextSetSe | | [ XmTextSetSelection - a Text function that sets the primary
selection of the text. ] |
| XmTextSetSt | | [ XmTextSetString - a Text function that sets the string
value. ] |
| XmToggleBuA | | [ XmToggleButton - the ToggleButton widget class. ] |
| XmToggleBuB | | [ XmToggleButtonGadget - the ToggleButtonGadget widget class. ] |
| XmToggleBuC | | [ XmToggleButtonGadgetGetState - a ToggleButtonGadget function
that obtains the state of a ToggleButtonGadget. ] |
| XmToggleBuD | | [ XmToggleButtonGadgetSetState - a ToggleButtonGadget function
that sets or changes the current state.. ] |
| XmToggleBuE | | [ XmToggleButtonGetState - a ToggleButton function that
obtains the state of a ToggleButton. ] |
| XmToggleBuF | | [ XmToggleButtonSetState - a ToggleButton function that sets
or changes the current state. ] |
| XmUninstall | | [ XmUninstallImage - a pixmap caching function that removes an
image from the image cache. ] |
| XmUpdateDis | | [ XmUpdateDisplay - a function that processes all pending
exposure events immediately. ] |
| XtAddCbk | add and remove
callback procedures | [ XtAddCallback, XtAddCallbacks, XtRemoveCallback, XtRemoveCallbacks, XtRemoveAllCallbacks ] |
| XtAddEHand | add and
remove event handlers | [ XtAddEventHandler, XtAddRawEventHandler, XtRemoveEventHandler XtRemoveRawEventHandler ] |
| XtAddETReg | merge exposure events into a region | [ XtAddExposureToRegion ] |
| XtAddGrab | redirect user input to a modal
widget | [ XtAddGrab, XtRemoveGrab ] |
| XtAppAAct | register an action table | [ XtAppAddActions ] |
| XtAppAC | register resource converter | [ XtAppAddConverter ] |
| XtAppAI | register and remove an input
source | [ XtAppAddInput, XtRemoveInput ] |
| XtAppATO | register and remove
timeouts | [ XtAppAddTimeOut, XtRemoveTimeOut ] |
| XtAppAWP | Add and remove
background processing procedures | [ XtAppAddWorkProc, XtRemoveWorkProc ] |
| XtAppCSh | create top-level widget instance | [ XtAppCreateShell ] |
| XtAppE | low-level error handlers | [ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning ] |
| XtAppEM | high-level
error handlers | [ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg ] |
| XtAppGEDB | obtain
error database | [ XtAppGetErrorDatabase, XtAppGetErrorDatabaseText ] |
| XtAppGSTO | | [ XtAppGetSelectionTimeout, XtAppSetSelectionTimeout- set and
obtain selection timeout values ] |
| XtAppNEv | query
and process events and input | [ XtAppNextEvent, XtAppPending, XtAppPeekEvent, XtAppProcessEvent, XtDispatchEvent, XtAppMainLoop ] |
| XtBEMask | retrieve a widget's event mask | [ XtBuildEventMask ] |
| XtCallAFoc | calla widget's accept_focus procedure | [ XtCallAcceptFocus ] |
| XtCallCbks | process callbacks | [ XtCallCallbacks, XtHasCallbacks ] |
| XtClass | obtain and verify a widget's
class | [ XtClass, XtSuperClass, XtIsSubclass, XtCheckSubclass, XtIsComposite, XtIsManaged ] |
| XtConfWid | move and
resize widgets | [ XtConfigureWidget, XtMoveWidget, XtResizeWidget ] |
| XtConvert | invoke resource converters | [ XtConvert, XtDirectConvert ] |
| XtCreACon | create,
destroy, and obtain an application context | [ XtCreateApplicationContext, XtDestroyApplicationContext, XtWidgetToApplicationContext, XtToolkitInitialize ] |
| XtCrePSh | | [ XtCreatePopupShell ] |
| XtCreWid | create and destroy widgets | [ XtCreateWidget, XtCreateManagedWidget, XtDestroyWidget ] |
| XtCreWin | window creation convenience function | [ XtCreateWindow ] |
| XtDisplay | obtain window
information about a widget | [ XtDisplay, XtParent, XtScreen, XtWindow ] |
| XtDisplayIn | | [ XtDisplayInitialize - a function that initializes the
o toolkit's view of a display and adds it to an application
context. ] |
| XtGetGC | obtain and destroy a sharable GC | [ XtGetGC, XtReleaseGC ] |
| XtGetRList | obtain resource list | [ XtGetResourceList ] |
| XtGetSres | obtain
subresources or application resources | [ XtGetSubresources, XtGetApplicationResources ] |
| XtGrabKeybo | | [ XtGrabKeyboard - a function that actively grabs control of
the main keyboard. ] |
| XtInitializ | | [ o XtInitialize - a function that initializes the toolkit and
returns a top-level shell. ] |
| XtMakGReq | make geometry
manager request | [ XtMakeGeometryRequest, XtMakeResizeRequest ] |
| XtMalloc | memory management functions | [ XtMalloc, XtCalloc, XtRealloc, XtFree, XtNew, XtNewString ] |
| XtManChild | manage and unmanage children | [ XtManageChildren, XtManageChild, XtUnmanageChildren, XtUnmanageChild ] |
| XtMapWid | map and
unmap widgets | [ XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget ] |
| XtNameTWid | translating strings to
widgets or widgets to windows | [ XtNameToWidget, XtWidgetToWindow ] |
| XtOffset | determine the byte offset or number of
array elements | [ XtOffset, XtNumber ] |
| XtOwnSel | set selection owner | [ XtOwnSelection, XtOwnSelectionIncremental, XtDisownSelection ] |
| XtParATab | managing accelerator tables | [ XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators ] |
| XtParTTab | manage
translation tables | [ XtParseTranslationTable, XtAugmentTranslations, XtOverrideTranslations, XtUninstallTranslations ] |
| XtPopdown | unmap a pop-up | [ XtPopdown, XtCallbackPopdown, MenuPopdown ] |
| XtPopup | map a pop-up | [ XtPopup, XtCallbackNone, XtCallbackNonexclusive, XtCallbackExclusive, MenuPopup ] |
| XtQueryGeo | query the preferred geometry of a child
widget | [ XtQueryGeometry ] |
| XtRealize | realize
and unrealize widgets | [ XtRealizeWidget, XtIsRealized, XtUnrealizeWidget ] |
| XtSetArg | set and merge ArgLists | [ XtSetArg, XtMergeArgLists ] |
| XtSetKFoc | focus events on a child widget | [ XtSetKeyboardFocus ] |
| XtSetKTr | convert KeySym to
KeyCodes | [ XtSetKeyTranslator, XtTranslateKeycode, XtRegisterCaseConverter, XtConvertCase ] |
| XtSetSens | set and check a widget's
sensitivity state | [ XtSetSensitive, XtIsSensitive ] |
| XtSetVal | obtain and set widget resources | [ XtSetValues, XtSetSubvalues, XtGetValues, XtGetSubvalues ] |
| XtStrCW | issue a conversion warning
message | [ XtStringConversionWarning ] |
| XtTransC | translate widget coordinates | [ XtTranslateCoordinates ] |
| XtUngrabKeA | | [ XtUngrabKey - a function that cancels a passive grab on a
key combination. ] |
| XtUngrabKeB | | [ XtUngrabKeyboard - a function releases an active grab on the
keyboard. ] |
| XtWidgetCal | | [ XtWidgetCallCallbacks - a function that invokes the entries
on a callback list. ] |