MAN 3c
MAN 3c
- _longjmp, _setjmp - non-local goto
- _tolower - transliterate upper-case characters to lower-case
- _toupper - transliterate lower-case characters to upper-case
- a64l, l64a - convert between long integer and base-64 ASCII string
- abort - terminate the process abnormally
- abs, labs, llabs - return absolute value of integer
- addsev - define additional severities
- addseverity - build a list of severity levels for an application for use with fmtmsg
- assert - verify program assertion
- atexit - add program termination routine
- basename - return the last element of a path name
- bsd_signal - simplified signal facilities
- bsearch - binary search a sorted table
- bstring, bcopy, bcmp, bzero - bit and byte string operations
- catgets - read a program message
- catopen, catclose - open/close a message catalog
- clock - report CPU time used
- confstr - get configurable variables
- cset, csetlen, csetcol, csetno, wcsetno - get information on EUC codesets
- ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall - convert date and time to string
- ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii - character handling
- difftime - computes the difference between two calendar times
- directio - provide advice to file system
- dirname - report the parent directory name of a file path name
- div, ldiv, lldiv - compute the quotient and remainder
- drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 - generate uniformly distributed pseudo-random numbers
- dup2 - duplicate an open file descriptor
- ecvt, fcvt, gcvt - convert floating-point number to string
- end, _end, etext, _etext, edata, _edata - last locations in program
- euclen, euccol, eucscol - get byte length and display width of EUC characters
- exit, _exithandle - terminate process
- fattach - attach a STREAMS-based file descriptor to an object in the file system name space
- fdetach - detach a name from a STREAMS-based file descriptor
- ffs - find first set bit
- fmtmsg - display a message on stderr or system console
- fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky - IEEE floating-point environment control
- fsync - synchronize a file's in-memory state with that on the physical medium
- ftime - get date and time
- ftok - generate an IPC key
- ftw, nftw - walk a file tree
- getcwd - get pathname of current working directory
- getdate - convert user format date and time
- getdtablesize - get the file descriptor table size
- getenv - return value for environment name
- getexecname - return pathname of executable
- getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r - get group entry
- gethostid - get unique identifier of current host
- gethostname, sethostname - get or set name of current host
- gethrtime, gethrvtime - get high resolution time
- getlogin, getlogin_r - get login name
- getmntent, getmntany, hasmntopt, putmntent - get mnttab file information
- getopt - get option letter from argument vector
- getpagesize - get system page size
- getpass, getpassphrase - read a string of characters without echo
- getpriority, setpriority - get or set process scheduling priority
- getpw - get passwd entry from UID
- getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r - get password entry
- getrusage - get information about resource utilization
- getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r - get password entry
- getsubopt - parse suboptions from a string
- gettext, dgettext, dcgettext, textdomain, bindtextdomain - message handling functions
- gettimeofday, settimeofday - get or set the date and time
- gettxt - retrieve a text string
- getusershell, setusershell, endusershell - get legal user shells
- getutent, getutid, getutline, pututline, setutent, endutent, utmpname - access utmp file entry
- getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx - access utmpx file entry
- getvfsent, getvfsfile, getvfsspec, getvfsany - get vfstab file entry
- getwd - get current working directory pathname
- getwidth - get codeset information
- glob, globfree - generate path names matching a pattern
- grantpt - grant access to the slave pseudo-terminal device
- hsearch, hcreate, hdestroy - manage hash search tables
- index, rindex - string operations
- initgroups - initialize the supplementary group access list
- insque, remque - insert/remove element from a queue
- isastream - test a file descriptor
- isnan, isnand, isnanf, finite, fpclass, unordered - determine type of floating-point number
- iswalpha, iswupper, iswlower, iswdigit, iswxdigit, iswalnum, iswspace, iswpunct, iswprint, iswcntrl, iswascii, iswgraph, isphonogram, isideogram, isenglish, isnumber, isspecial - wide-character code classification functions
- iswctype - test character for specified class
- killpg - send signal to a process group
- lckpwdf, ulckpwdf - manipulate shadow password database lock file
- lfmt - display error message in standard format and pass to logging and monitoring services
- localeconv - get numeric formatting information
- lockf - record locking on files
- lsearch, lfind - linear search and update
- makecontext, swapcontext - manipulate user contexts
- makedev, major, minor - manage a device number
- malloc, calloc, free, memalign, realloc, valloc, alloca - memory allocator
- mbstowcs - convert a character string to a wide-character string
- memory, memccpy, memchr, memcmp, memcpy, memmove, memset - memory operations
- mkfifo - create a new FIFO
- mkstemp - make a unique file name
- mktemp - make a unique file name
- mktime - converts a tm structure to a calendar time
- mlock, munlock - lock (or unlock) pages in memory
- mlockall, munlockall - lock or unlock address space
- monitor - prepare process execution profile
- msync - synchronize memory with physical storage
- nl_langinfo - language information
- offsetof - offset of structure member
- perror, errno - print system error messages
- pfmt - display error message in standard format
- plock - lock or unlock into memory process, text, or data
- psignal, psiginfo - system signal messages
- ptsname - get name of the slave pseudo-terminal device
- putenv - change or add value to environment
- putpwent - write password file entry
- putspent - write shadow password file entry
- qsort - quick sort
- raise - send signal to program
- rand, srand, rand_r - simple random-number generator
- random, srandom, initstate, setstate - pseudorandom number functions
- re_comp, re_exec - compile and execute regular expressions
- realpath - resolve pathname
- reboot - reboot system or halt processor
- regcmp, regex - compile and execute regular expression
- regcomp, regexec, regerror, regfree - regular expression matching
- remove - remove file
- select, FD_SET, FD_CLR, FD_ISSET, FD_ZERO - synchronous I/O multiplexing
- setbuffer, setlinebuf - assign buffering to a stream
- setcat - define default catalog
- setjmp, sigsetjmp, longjmp, siglongjmp - non-local goto
- setlabel - define the label for pfmt(\|) and lfmt(\|)
- setlocale - modify and query a program's locale
- signal, sigset, sighold, sigrelse, sigignore, sigpause - simplified signal management for application processes
- sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember - manipulate sets of signals
- sigstack - set and/or get alternate signal stack context
- sleep - suspend execution for interval
- ssignal, gsignal - software signals
- str2sig, sig2str - translation between signal name and signal number
- strcoll - string collation
- strerror - get error message string
- strftime, cftime, ascftime - convert date and time to string
- string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r - string operations
- strptime - date and time conversion
- strsignal - get error message string
- strtows, wstostr - code conversion for Process Code and File Code
- strxfrm - string transformation
- sync_instruction_memory - make modified instructions executable
- sysconf - get configurable system variables
- tcsetpgrp - set foreground process group ID of terminal
- toascii - translate integer to a 7-bit ASCII character
- tolower - transliterate upper-case characters to lower-case
- toupper - transliterate lower-case characters to upper-case
- towctrans - wide-character mapping
- towlower - transliterate upper-case wide-character code to lower-case
- towupper - transliterate lower-case wide-character code to upper-case
- truncate, ftruncate - set a file to a specified length
- tsearch, tfind, tdelete, twalk - manage binary search trees
- ttyname, ttyname_r, - find pathname of a terminal
- ttyslot - find the slot in the utmp file of the current user
- ualarm - schedule signal after interval in microseconds
- unlockpt - unlock a pseudo-terminal master/slave pair
- usleep - suspend execution for interval in microseconds
- vlfmt - display error message in standard format and pass to logging and monitoring services
- vpfmt - display error message in standard format and pass to logging and monitoring services
- wait3, wait4 - wait for process to terminate or stop
- wcscoll, wscoll - wide character string comparison using collating information
- wcsftime - convert date and time to wide character string
- wcstod, wstod, watof - convert wide character string to double-precision number
- wcstol, wstol, watol, watoll, watoi - convert wide character string to long integer
- wcstombs - convert a wide-character string to a character string
- wcstoul - convert wide character string to unsigned long
- wcstring, wcscat, wscat, wcsncat, wsncat, wcscmp, wscmp, wcsncmp, wsncmp, wcscpy, wscpy, wcsncpy, wsncpy, wcslen, wslen, wcschr, wschr, wcsrchr, wsrchr, windex, wrindex, wcspbrk, wspbrk, wcswcs, wcsspn, wsspn, wcscspn, wscspn, wcstok, wstok - wide character string operations
- wcswidth - number of column positions of a wide-character string
- wcsxfrm, wsxfrm - wide character string transformation
- wctrans - define wide-character mapping
- wctype - define character class
- wcwidth - number of column positions of a wide-character code
- wordexp, wordfree - perform word expansions
- wsprintf - formatted output conversion
- wsscanf - formatted input conversion
- wstring, wscasecmp, wsncasecmp, wsdup, wscol - Process Code string operations
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 07/October/97