| _edata | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| _end | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| _etext | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| _tolower | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| _toupper | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| a64l | convert between long integer and base-64 ASCII string | [ a64l, l64a ] |
| abort | terminate the process abnormally | |
| abs | return absolute value of integer | [ abs, labs, llabs ] |
| addsev | define additional severities | |
| addseverity | build a list of severity levels for an application for use with fmtmsg | |
| alloca | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| ascftime | convert date and time to string | [ strftime, cftime, ascftime ] |
| asctime | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| asctime_r | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| assert | verify program assertion | |
| atexit | add program termination routine | |
| atof | convert string to double-precision number | [ strtod, atof ] |
| atoi | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| atol | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| atoll | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| bcmp | bit and byte string operations | [ bstring, bcopy, bcmp, bzero ] |
| bcopy | bit and byte string operations | [ bstring, bcopy, bcmp, bzero ] |
| bsearch | binary search a sorted table | |
| bstring | bit and byte string operations | [ bstring, bcopy, bcmp, bzero ] |
| bzero | bit and byte string operations | [ bstring, bcopy, bcmp, bzero ] |
| calloc | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| catclose | open/close a message catalog | [ catopen, catclose ] |
| catgets | read a program message | |
| catopen | open/close a message catalog | [ catopen, catclose ] |
| cftime | convert date and time to string | [ strftime, cftime, ascftime ] |
| clock | report CPU time used | |
| closedir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| confstr | get configurable variables | |
| conv | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| crypt | generate encryption | [ crypt, setkey, encrypt ] |
| ctime | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| ctime_r | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| ctype | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| difftime | computes the difference between two calendar times | |
| directory | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| div | compute the quotient and remainder | [ div, ldiv, lldiv ] |
| drand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| dup2 | duplicate an open file descriptor | |
| ecvt | convert floating-point number to string | [ ecvt, fcvt, gcvt ] |
| edata | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| encrypt | generate encryption | [ crypt, setkey, encrypt ] |
| end | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| endgrent | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| endpwent | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| endspent | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| endusershell | get legal user shells | [ getusershell, setusershell, endusershell ] |
| endutent | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| endutxent | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| erand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| errno | print system error messages | [ perror, errno ] |
| etext | last locations in program | [ end, _end, etext, _etext, edata, _edata ] |
| exit | terminate process | |
| fattach | attach a STREAMS-based file descriptor to an object in the file system name space | |
| fcvt | convert floating-point number to string | [ ecvt, fcvt, gcvt ] |
| fdetach | detach a name from a STREAMS-based file descriptor | |
| ffs | find first set bit | |
| fgetgrent | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| fgetgrent_r | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| fgetpos | reposition a file pointer in a stream | [ fsetpos, fgetpos ] |
| fgetpwent | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| fgetpwent_r | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| fgetspent | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| fgetspent_r | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| finite | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| fmtmsg | display a message on stderr or system console | |
| fnmatch | match filename or path name | |
| fpclass | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| fpgetmask | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fpgetround | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fpgetsticky | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fpsetmask | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fpsetround | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| fpsetsticky | IEEE floating-point environment control | [ fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky ] |
| free | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| frexp | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| fsetpos | reposition a file pointer in a stream | [ fsetpos, fgetpos ] |
| fsync | synchronize a file’s in-memory state with that on the physical medium | |
| ftime | get date and time | |
| ftok | standard interprocess communication package | [ stdipc, ftok ] |
| ftruncate | set a file to a specified length | [ truncate, ftruncate ] |
| ftw | walk a file tree | [ ftw, nftw ] |
| gcvt | convert floating-point number to string | [ ecvt, fcvt, gcvt ] |
| getcwd | get pathname of current working directory | |
| getdate | convert user format date and time | |
| getdtablesize | get file descriptor table size | |
| getenv | return value for environment name | |
| getgrent | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| getgrent_r | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| getgrgid | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| getgrgid_r | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| getgrnam | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| getgrnam_r | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| gethostid | get unique identifier of current host | |
| gethostname | get/set name of current host | [ gethostname, sethostname ] |
| gethrtime | get high resolution time | [ gethrtime, gethrvtime ] |
| gethrvtime | get high resolution time | [ gethrtime, gethrvtime ] |
| getlogin | get login name | [ getlogin, getlogin_r ] |
| getlogin_r | get login name | [ getlogin, getlogin_r ] |
| getmntany | get mnttab file information | [ getmntent, getmntany, hasmntopt, putmntent ] |
| getmntent | get mnttab file information | [ getmntent, getmntany, hasmntopt, putmntent ] |
| getopt | get option letter from argument vector | |
| getpagesize | get system page size | |
| getpass | read a password | |
| getpriority | get/set scheduling priority for process, process group or user | [ getpriority, setpriority ] |
| getpw | get passwd entry from UID | |
| getpwent | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getpwent_r | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getpwnam | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getpwnam_r | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getpwuid | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getpwuid_r | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| getrusage | get information about resource utilization | |
| getspent | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| getspent_r | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| getspnam | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| getspnam_r | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| getsubopt | parse suboptions from a string | |
| gettimeofday | get or set the date and time | [ gettimeofday, settimeofday ] |
| gettxt | retrieve a text string | |
| getusershell | get legal user shells | [ getusershell, setusershell, endusershell ] |
| getutent | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getutid | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getutline | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| getutmp | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| getutmpx | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| getutxent | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| getutxid | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| getutxline | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| getvfsany | get vfstab file entry | [ getvfsent, getvfsfile, getvfsspec, getvfsany ] |
| getvfsent | get vfstab file entry | [ getvfsent, getvfsfile, getvfsspec, getvfsany ] |
| getvfsfile | get vfstab file entry | [ getvfsent, getvfsfile, getvfsspec, getvfsany ] |
| getvfsspec | get vfstab file entry | [ getvfsent, getvfsfile, getvfsspec, getvfsany ] |
| getwd | get current working directory pathname | |
| glob | generate path names matching a pattern | [ glob, globfree ] |
| globfree | generate path names matching a pattern | [ glob, globfree ] |
| gmtime | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| gmtime_r | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| grantpt | grant access to the slave pseudo-terminal device | |
| gsignal | software signals | [ ssignal, gsignal ] |
| hasmntopt | get mnttab file information | [ getmntent, getmntany, hasmntopt, putmntent ] |
| hcreate | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hdestroy | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| hsearch | manage hash search tables | [ hsearch, hcreate, hdestroy ] |
| index | string operations | [ index, rindex ] |
| initgroups | initialize the supplementary group access list | |
| initstate | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| insque | insert/remove element from a queue | [ insque, remque ] |
| isalnum | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isalpha | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isascii | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isastream | test a file descriptor | |
| isatty | find name of a terminal | [ ttyname, ttyname_r, isatty ] |
| iscntrl | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isdigit | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isgraph | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| islower | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isnan | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| isnand | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| isnanf | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| isprint | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| ispunct | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isspace | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isupper | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| isxdigit | character handling | [ ctype, isdigit, isxdigit, islower, isupper, isalpha, isalnum, isspace, iscntrl, ispunct, isprint, isgraph, isascii ] |
| jrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| killpg | send signal to a process group | |
| l64a | convert between long integer and base-64 ASCII string | [ a64l, l64a ] |
| labs | return absolute value of integer | [ abs, labs, llabs ] |
| lckpwdf | manipulate shadow password database lock file | [ lckpwdf, ulckpwdf ] |
| lcong48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| ldexp | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| ldiv | compute the quotient and remainder | [ div, ldiv, lldiv ] |
| lfind | linear search and update | [ lsearch, lfind ] |
| lfmt | display error message in standard format and pass to logging and monitoring services | |
| llabs | return absolute value of integer | [ abs, labs, llabs ] |
| lldiv | compute the quotient and remainder | [ div, ldiv, lldiv ] |
| lltostr | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| localeconv | get numeric formatting information | |
| localtime | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| localtime_r | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| lockf | record locking on files | |
| logb | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| longjmp | non-local goto | [ setjmp, sigsetjmp, longjmp, siglongjmp ] |
| lrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| lsearch | linear search and update | [ lsearch, lfind ] |
| major | manage a device number | [ makedev, major, minor ] |
| makecontext | manipulate user contexts | [ makecontext, swapcontext ] |
| makedev | manage a device number | [ makedev, major, minor ] |
| malloc | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| mbchar | multibyte character handling | [ mbchar, mbtowc, mblen, wctomb ] |
| mblen | multibyte character handling | [ mbchar, mbtowc, mblen, wctomb ] |
| mbstowcs | multibyte string functions | [ mbstring, mbstowcs, wcstombs ] |
| mbstring | multibyte string functions | [ mbstring, mbstowcs, wcstombs ] |
| mbtowc | multibyte character handling | [ mbchar, mbtowc, mblen, wctomb ] |
| memalign | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| memccpy | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memchr | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memcmp | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memcpy | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memmove | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memory | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| memset | memory operations | [ memory, memccpy, memchr, memcmp, memcpy, memmove, memset ] |
| minor | manage a device number | [ makedev, major, minor ] |
| mkfifo | create a new FIFO | |
| mktemp | make a unique file name | |
| mktime | converts a tm structure to a calendar time | |
| mlock | lock (or unlock) pages in memory | [ mlock, munlock ] |
| mlockall | lock or unlock address space | [ mlockall, munlockall ] |
| modf | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| modff | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| monitor | prepare process execution profile | |
| mrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| msync | synchronize memory with physical storage | |
| munlock | lock (or unlock) pages in memory | [ mlock, munlock ] |
| munlockall | lock or unlock address space | [ mlockall, munlockall ] |
| nextafter | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| nftw | walk a file tree | [ ftw, nftw ] |
| nl_langinfo | language information | |
| nrand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| offsetof | offset of structure member | |
| opendir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| perror | print system error messages | [ perror, errno ] |
| pfmt | display error message in standard format | |
| plock | lock or unlock into memory process, text, or data | |
| psiginfo | system signal messages | [ psignal, psiginfo ] |
| psignal | system signal messages | [ psignal, psiginfo ] |
| ptsname | get name of the slave pseudo-terminal device | |
| putenv | change or add value to environment | |
| putmntent | get mnttab file information | [ getmntent, getmntany, hasmntopt, putmntent ] |
| putpwent | write password file entry | |
| putspent | write shadow password file entry | |
| pututline | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| pututxline | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| qsort | quick sort | |
| raise | send signal to program | |
| rand | simple random-number generator | [ rand, srand, rand_r ] |
| rand_r | simple random-number generator | [ rand, srand, rand_r ] |
| random | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| re_comp | regular expression handler | [ regex, re_comp, re_exec ] |
| re_exec | regular expression handler | [ regex, re_comp, re_exec ] |
| readdir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| readdir_r | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| realloc | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| realpath | returns the real file name | |
| reboot | reboot system or halt processor | |
| regcomp | regular expression matching | [ regcomp, regexec, regerror, regfree ] |
| regerror | regular expression matching | [ regcomp, regexec, regerror, regfree ] |
| regex | regular expression handler | [ regex, re_comp, re_exec ] |
| regexec | regular expression matching | [ regcomp, regexec, regerror, regfree ] |
| regfree | regular expression matching | [ regcomp, regexec, regerror, regfree ] |
| remove | remove file | |
| remque | insert/remove element from a queue | [ insque, remque ] |
| rewinddir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| rindex | string operations | [ index, rindex ] |
| scalb | manipulate parts of floating-point numbers | [ frexp, ldexp, logb, modf, modff, nextafter, scalb ] |
| seed48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| seekdir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| select | synchronous I/O multiplexing | |
| setbuffer | assign buffering to a stream | [ setbuffer, setlinebuf ] |
| setcat | define default catalog | |
| setgrent | get group entry | [ getgrnam, getgrnam_r, getgrent, getgrent_r, getgrgid, getgrgid_r, setgrent, endgrent, fgetgrent, fgetgrent_r ] |
| sethostname | get/set name of current host | [ gethostname, sethostname ] |
| setjmp | non-local goto | [ setjmp, sigsetjmp, longjmp, siglongjmp ] |
| setkey | generate encryption | [ crypt, setkey, encrypt ] |
| setlabel | define the label for pfmt() and lfmt(). | |
| setlinebuf | assign buffering to a stream | [ setbuffer, setlinebuf ] |
| setlocale | modify and query a program’s locale | |
| setpriority | get/set scheduling priority for process, process group or user | [ getpriority, setpriority ] |
| setpwent | get password entry | [ getpwnam, getpwnam_r, getpwent, getpwent_r, getpwuid, getpwuid_r, setpwent, endpwent, fgetpwent, fgetpwent_r ] |
| setspent | get password entry | [ getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r ] |
| setstate | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| settimeofday | get or set the date and time | [ gettimeofday, settimeofday ] |
| setusershell | get legal user shells | [ getusershell, setusershell, endusershell ] |
| setutent | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| setutxent | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| sig2str | translation between signal name and signal number | [ str2sig, sig2str ] |
| sigaddset | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigdelset | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigemptyset | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sigfillset | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sighold | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigignore | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigismember | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| siglongjmp | non-local goto | [ setjmp, sigsetjmp, longjmp, siglongjmp ] |
| signal | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigpause | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigrelse | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigset | simplified signal management for application processes | [ signal, sigset, sighold, sigrelse, sigignore, sigpause ] |
| sigsetjmp | non-local goto | [ setjmp, sigsetjmp, longjmp, siglongjmp ] |
| sigsetops | manipulate sets of signals | [ sigsetops, sigemptyset, sigfillset, sigaddset, sigdelset, sigismember ] |
| sleep | suspend execution for interval | |
| srand | simple random-number generator | [ rand, srand, rand_r ] |
| srand48 | generate uniformly distributed pseudo-random numbers | [ drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 ] |
| srandom | better random number generator; routines for changing generators | [ random, srandom, initstate, setstate ] |
| ssignal | software signals | [ ssignal, gsignal ] |
| stdipc | standard interprocess communication package | [ stdipc, ftok ] |
| str2sig | translation between signal name and signal number | [ str2sig, sig2str ] |
| strcasecmp | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strcat | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strchr | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strcmp | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strcoll | string collation | |
| strcpy | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strcspn | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strdup | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strerror | get error message string | |
| strfmon | convert monetary value to string | |
| strftime | convert date and time to string | [ strftime, cftime, ascftime ] |
| string | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strlen | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strncasecmp | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strncat | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strncmp | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strncpy | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strpbrk | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strptime | date and time conversion | |
| strrchr | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strsignal | get error message string | |
| strspn | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strstr | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strtod | convert string to double-precision number | [ strtod, atof ] |
| strtok | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strtok_r | string operations | [ string, strcasecmp, strncasecmp, strcat, strncat, strchr, strrchr, strcmp, strncmp, strcpy, strncpy, strcspn, strspn, strdup, strlen, strpbrk, strstr, strtok, strtok_r ] |
| strtol | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| strtoll | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| strtoul | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| strtoull | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| strxfrm | string transformation | |
| swab | swap bytes | |
| swapcontext | manipulate user contexts | [ makecontext, swapcontext ] |
| sync_instruction_memory | make modified instructions executable | |
| sysconf | get configurable system variables | |
| tcsetpgrp | set foreground process group id of terminal | |
| tdelete | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| telldir | directory operations | [ directory, opendir, readdir, readdir_r, telldir, seekdir, rewinddir, closedir ] |
| tfind | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| toascii | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| tolower | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| toupper | translate characters | [ conv, toupper, tolower, _toupper, _tolower, toascii ] |
| truncate | set a file to a specified length | [ truncate, ftruncate ] |
| tsearch | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| ttyname | find name of a terminal | [ ttyname, ttyname_r, isatty ] |
| ttyname_r | find name of a terminal | [ ttyname, ttyname_r, isatty ] |
| ttyslot | find the slot in the utmp file of the current user | |
| twalk | manage binary search trees | [ tsearch, tfind, tdelete, twalk ] |
| tzset | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| tzsetwall | convert date and time to string | [ ctime, ctime_r, localtime, localtime_r, gmtime, gmtime_r, asctime, asctime_r, tzset, tzsetwall ] |
| ualarm | schedule signal after interval in microseconds | |
| ulckpwdf | manipulate shadow password database lock file | [ lckpwdf, ulckpwdf ] |
| ulltostr | conversion routines | [ strtol, strtoll, strtoul, strtoull, atol, atoll, atoi, lltostr, ulltostr ] |
| unlockpt | unlock a pseudo-terminal master/slave pair | |
| unordered | determine type of floating-point number | [ isnan, isnand, isnanf, finite, fpclass, unordered ] |
| updwtmp | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| updwtmpx | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| usleep | suspend execution for interval in microseconds | |
| utmpname | access utmp file entry | [ getutent, getutid, getutline, pututline, setutent, endutent, utmpname ] |
| utmpxname | access utmpx file entry | [ getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx ] |
| valloc | memory allocator | [ malloc, calloc, free, memalign, realloc, valloc, alloca ] |
| 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 | wait for process to terminate or stop | [ wait3, wait4 ] |
| wait4 | wait for process to terminate or stop | [ wait3, wait4 ] |
| wcstombs | multibyte string functions | [ mbstring, mbstowcs, wcstombs ] |
| wctomb | multibyte character handling | [ mbchar, mbtowc, mblen, wctomb ] |
| wordexp | perform word expansions | [ wordexp, wordfree ] |
| wordfree | perform word expansions | [ wordexp, wordfree ] |
| FN_attribute_t | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| FN_attrmodlist_t | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| FN_attrset_t | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| FN_attrvalue_t | an XFN attribute value | |
| FN_bindinglist_t | list the atomic names and references bound in a context | [ fn_ctx_list_bindings, FN_bindinglist_t, fn_bindinglist_next, fn_bindinglist_destroy ] |
| FN_composite_name_t | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| FN_compound_name_t | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| FN_ctx_t | an XFN context | |
| FN_identifier_t | an XFN identifier | |
| FN_multigetlist_t | return multiple attributes associated with named object | [ fn_attr_multi_get, FN_multigetlist_t, fn_multigetlist_next, fn_multigetlist_destroy ] |
| FN_namelist_t | list the atomic names bound in a context | [ fn_ctx_list_names, FN_namelist_t, fn_namelist_next, fn_namelist_destroy ] |
| FN_ref_addr_t | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| FN_ref_t | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| FN_status_t | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| FN_string_t | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| FN_valuelist_t | return values of an attribute | [ fn_attr_get_values, FN_valuelist_t, fn_valuelist_next, fn_valuelist_destroy ] |
| __nis_map_group | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| accept | accept a connection on a socket | |
| auth_destroy | library routines for client side remote procedure call authentication | [ rpc_clnt_auth, auth_destroy, authnone_create, authsys_create, authsys_create_default ] |
| authdes_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| authdes_getucred | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| authdes_seccreate | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| authkerb_getucred | library routines for remote procedure calls using Kerberos authentication | [ kerberos_rpc, authkerb_getucred, authkerb_seccreate, svc_kerb_reg ] |
| authkerb_seccreate | library routines for remote procedure calls using Kerberos authentication | [ kerberos_rpc, authkerb_getucred, authkerb_seccreate, svc_kerb_reg ] |
| authnone_create | library routines for client side remote procedure call authentication | [ rpc_clnt_auth, auth_destroy, authnone_create, authsys_create, authsys_create_default ] |
| authsys_create | library routines for client side remote procedure call authentication | [ rpc_clnt_auth, auth_destroy, authnone_create, authsys_create, authsys_create_default ] |
| authsys_create_default | library routines for client side remote procedure call authentication | [ rpc_clnt_auth, auth_destroy, authnone_create, authsys_create, authsys_create_default ] |
| authunix_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| authunix_create_default | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| bind | bind a name to a socket | |
| byteorder | convert values between host and network byte order | [ byteorder, htonl, htons, ntohl, ntohs ] |
| callrpc | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| clnt_broadcast | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| clnt_call | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_control | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_create_timed | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_create_vers | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_destroy | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_dg_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_freeres | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_geterr | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_pcreateerror | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_perrno | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_perror | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_raw_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_spcreateerror | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_sperrno | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_sperror | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| clnt_tli_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_tp_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_tp_create_timed | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clnt_vc_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| clntraw_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| clnttcp_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| clntudp_bufcreate | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| clntudp_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| connect | initiate a connection on a socket | |
| db_add_entry | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_checkpoint | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_create_table | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_destroy_table | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_first_entry | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_free_result | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_initialize | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_list_entries | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_next_entry | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_remove_entry | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_reset_next_entry | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_standby | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_table_exists | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| db_unload_table | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| dial | establish an outgoing terminal line connection | |
| dn_comp | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| dn_expand | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| doconfig | execute a configuration script | |
| endhostent | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| endnetconfig | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| endnetent | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| endnetgrent | get network group entry | [ getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr ] |
| endnetpath | get /etc/netconfig entry corresponding to NETPATH component | [ getnetpath, setnetpath, endnetpath ] |
| endprotoent | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| endrpcent | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| endservent | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| ether_aton | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| ether_hostton | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| ether_line | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| ether_ntoa | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| ether_ntohost | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| ethers | Ethernet address mapping operations | [ ethers, ether_ntoa, ether_aton, ether_ntohost, ether_hostton, ether_line ] |
| fn_attr_get | return specified attribute associated with name | |
| fn_attr_get_ids | get a list of the identifiers of all attributes associated with named object | |
| fn_attr_get_values | return values of an attribute | [ fn_attr_get_values, FN_valuelist_t, fn_valuelist_next, fn_valuelist_destroy ] |
| fn_attr_modify | modify specified attribute associated with name | |
| fn_attr_multi_get | return multiple attributes associated with named object | [ fn_attr_multi_get, FN_multigetlist_t, fn_multigetlist_next, fn_multigetlist_destroy ] |
| fn_attr_multi_modify | modify multiple attributes associated with named object | |
| fn_attribute_add | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_assign | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_copy | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_create | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_destroy | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_first | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_identifier | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_next | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_remove | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_syntax | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attribute_valuecount | an XFN attribute | [ FN_attribute_t, fn_attribute_create, fn_attribute_destroy, fn_attribute_copy, fn_attribute_assign, fn_attribute_identifier, fn_attribute_syntax, fn_attribute_valuecount, fn_attribute_first, fn_attribute_next, fn_attribute_add, fn_attribute_remove ] |
| fn_attrmodlist_add | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_assign | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_copy | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_count | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_create | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_destroy | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_first | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrmodlist_next | a list of attribute modifications | [ FN_attrmodlist_t, fn_attrmodlist_create, fn_attrmodlist_destroy, fn_attrmodlist_copy, fn_attrmodlist_assign, fn_attrmodlist_count, fn_attrmodlist_first, fn_attrmodlist_next, fn_attrmodlist_add ] |
| fn_attrset_add | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_assign | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_copy | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_count | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_create | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_destroy | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_first | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_get | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_next | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_attrset_remove | a set of XFN attributes | [ FN_attrset_t, fn_attrset_create, fn_attrset_destroy, fn_attrset_copy, fn_attrset_assign, fn_attrset_get, fn_attrset_count, fn_attrset_first, fn_attrset_next, fn_attrset_add, fn_attrset_remove ] |
| fn_bindinglist_destroy | list the atomic names and references bound in a context | [ fn_ctx_list_bindings, FN_bindinglist_t, fn_bindinglist_next, fn_bindinglist_destroy ] |
| fn_bindinglist_next | list the atomic names and references bound in a context | [ fn_ctx_list_bindings, FN_bindinglist_t, fn_bindinglist_next, fn_bindinglist_destroy ] |
| fn_composite_name_append_comp | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_append_name | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_assign | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_copy | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_count | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_create | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_delete_comp | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_destroy | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_first | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_from_string | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_insert_comp | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_insert_name | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_is_empty | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_is_equal | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_is_prefix | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_is_suffix | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_last | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_next | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_prefix | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_prepend_comp | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_prepend_name | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_prev | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_composite_name_suffix | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_compound_name_append_comp | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_assign | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_copy | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_count | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_delete_all | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_delete_comp | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_destroy | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_first | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_from_syntax_attrs | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_get_syntax_attrs | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_insert_comp | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_is_empty | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_is_equal | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_is_prefix | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_is_suffix | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_last | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_next | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_prefix | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_prepend_comp | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_prev | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_compound_name_suffix | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_ctx_bind | bind a reference to a name | |
| fn_ctx_create_subcontext | create a subcontext in a context | |
| fn_ctx_destroy_subcontext | destroy the named context and remove its binding from the parent context | |
| fn_ctx_get_ref | return a context’s reference | |
| fn_ctx_get_syntax_attrs | return syntax attributes associated with named context | |
| fn_ctx_handle_destroy | release storage associated with context handle | |
| fn_ctx_handle_from_initial | return a handle to the Initial Context | |
| fn_ctx_handle_from_ref | construct a handle to a context object using the given reference | |
| fn_ctx_list_bindings | list the atomic names and references bound in a context | [ fn_ctx_list_bindings, FN_bindinglist_t, fn_bindinglist_next, fn_bindinglist_destroy ] |
| fn_ctx_list_names | list the atomic names bound in a context | [ fn_ctx_list_names, FN_namelist_t, fn_namelist_next, fn_namelist_destroy ] |
| fn_ctx_lookup | look up name in context | |
| fn_ctx_lookup_link | look up the link reference bound to a name | |
| fn_ctx_rename | rename the name of a binding | |
| fn_ctx_unbind | unbind a name from a context | |
| fn_multigetlist_destroy | return multiple attributes associated with named object | [ fn_attr_multi_get, FN_multigetlist_t, fn_multigetlist_next, fn_multigetlist_destroy ] |
| fn_multigetlist_next | return multiple attributes associated with named object | [ fn_attr_multi_get, FN_multigetlist_t, fn_multigetlist_next, fn_multigetlist_destroy ] |
| fn_namelist_destroy | list the atomic names bound in a context | [ fn_ctx_list_names, FN_namelist_t, fn_namelist_next, fn_namelist_destroy ] |
| fn_namelist_next | list the atomic names bound in a context | [ fn_ctx_list_names, FN_namelist_t, fn_namelist_next, fn_namelist_destroy ] |
| fn_ref_addr_assign | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_copy | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_create | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_data | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_description | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_destroy | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_length | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addr_type | an address in an XFN reference | [ FN_ref_addr_t, fn_ref_addr_create, fn_ref_addr_destroy, fn_ref_addr_copy, fn_ref_addr_assign, fn_ref_addr_type, fn_ref_addr_length, fn_ref_addr_data, fn_ref_addr_description ] |
| fn_ref_addrcount | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_append_addr | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_assign | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_copy | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_create | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_create_link | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_delete_addr | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_delete_all | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_description | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_destroy | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_first | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_insert_addr | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_is_link | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_link_name | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_next | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_prepend_addr | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_ref_type | an XFN reference | [ FN_ref_t, fn_ref_create, fn_ref_destroy, fn_ref_copy, fn_ref_assign, fn_ref_type, fn_ref_addrcount, fn_ref_first, fn_ref_next, fn_ref_prepend_addr, fn_ref_append_addr, fn_ref_insert_addr, fn_ref_delete_addr, fn_ref_delete_all, fn_ref_create_link, fn_ref_is_link, fn_ref_link_name, fn_ref_description ] |
| fn_status_advance_by_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_append_remaining_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_append_resolved_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_assign | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_code | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_copy | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_create | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_description | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_destroy | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_diagnostic_message | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_is_success | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_link_code | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_link_diagnostic_message | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_link_remaining_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_link_resolved_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_link_resolved_ref | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_remaining_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_resolved_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_resolved_ref | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_code | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_diagnostic_message | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_link_code | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_link_diagnostic_message | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_link_remaining_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_link_resolved_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_link_resolved_ref | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_remaining_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_resolved_name | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_resolved_ref | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_status_set_success | an XFN status object | [ FN_status_t, fn_status_create, fn_status_destroy, fn_status_copy, fn_status_assign, fn_status_code, fn_status_remaining_name, fn_status_resolved_name, fn_status_resolved_ref, fn_status_diagnostic_message, fn_status_link_code, fn_status_link_remaining_name, fn_status_link_resolved_name, fn_status_link_resolved_ref, fn_status_link_diagnostic_message, fn_status_is_success, fn_status_set_success, fn_status_set, fn_status_set_code, fn_status_set_remaining_name, fn_status_set_resolved_name, fn_status_set_resolved_ref, fn_status_set_diagnostic_message, fn_status_set_link_code, fn_status_set_link_remaining_name, fn_status_set_link_resolved_name, fn_status_set_link_resolved_ref, fn_status_set_link_diagnostic_message, fn_status_append_resolved_name, fn_status_append_remaining_name, fn_status_advance_by_name, fn_status_description ] |
| fn_string_assign | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_bytecount | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_charcount | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_code_set | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_compare | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_compare_substring | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_contents | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_copy | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_create | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_destroy | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_from_composite_name | a sequence of component names spanning multiple naming systems | [ FN_composite_name_t, fn_composite_name_create, fn_composite_name_destroy, fn_composite_name_from_string, fn_string_from_composite_name, fn_composite_name_copy, fn_composite_name_assign, fn_composite_name_is_empty, fn_composite_name_count, fn_composite_name_first, fn_composite_name_next, fn_composite_name_prev, fn_composite_name_last, fn_composite_name_prefix, fn_composite_name_suffix, fn_composite_name_is_equal, fn_composite_name_is_prefix, fn_composite_name_is_suffix, fn_composite_name_prepend_comp, fn_composite_name_append_comp, fn_composite_name_insert_comp, fn_composite_name_delete_comp, fn_composite_name_prepend_name, fn_composite_name_append_name, fn_composite_name_insert_name ] |
| fn_string_from_compound_name | an XFN compound name | [ FN_compound_name_t, fn_compound_name_from_syntax_attrs, fn_compound_name_get_syntax_attrs, fn_compound_name_destroy, fn_string_from_compound_name, fn_compound_name_copy, fn_compound_name_assign, fn_compound_name_count, fn_compound_name_first, fn_compound_name_next, fn_compound_name_prev, fn_compound_name_last, fn_compound_name_prefix, fn_compound_name_suffix, fn_compound_name_is_empty, fn_compound_name_is_equal, fn_compound_name_is_prefix, fn_compound_name_is_suffix, fn_compound_name_prepend_comp, fn_compound_name_append_comp, fn_compound_name_insert_comp, fn_compound_name_delete_comp, fn_compound_name_delete_all ] |
| fn_string_from_contents | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_from_str | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_from_str_n | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_from_strings | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_from_substring | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_is_empty | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_next_substring | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_prev_substring | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_string_str | a character string | [ FN_string_t, fn_string_create, fn_string_destroy, fn_string_from_str, fn_string_from_str_n, fn_string_str, fn_string_from_contents, fn_string_code_set, fn_string_charcount, fn_string_bytecount, fn_string_contents, fn_string_copy, fn_string_assign, fn_string_from_strings, fn_string_from_substring, fn_string_is_empty, fn_string_compare, fn_string_compare_substring, fn_string_next_substring, fn_string_prev_substring ] |
| fn_valuelist_destroy | return values of an attribute | [ fn_attr_get_values, FN_valuelist_t, fn_valuelist_next, fn_valuelist_destroy ] |
| fn_valuelist_next | return values of an attribute | [ fn_attr_get_values, FN_valuelist_t, fn_valuelist_next, fn_valuelist_destroy ] |
| freenetconfigent | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| get_myaddress | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| gethostbyaddr | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| gethostbyaddr_r | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| gethostbyname | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| gethostbyname_r | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| gethostent | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| gethostent_r | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| getnetbyaddr | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetbyaddr_r | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetbyname | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetbyname_r | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetconfig | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| getnetconfigent | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| getnetent | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetent_r | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| getnetgrent | get network group entry | [ getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr ] |
| getnetgrent_r | get network group entry | [ getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr ] |
| getnetname | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| getnetpath | get /etc/netconfig entry corresponding to NETPATH component | [ getnetpath, setnetpath, endnetpath ] |
| getpeername | get name of connected peer | |
| getprotobyname | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getprotobyname_r | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getprotobynumber | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getprotobynumber_r | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getprotoent | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getprotoent_r | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| getpublickey | retrieve public or secret key | [ getpublickey, getsecretkey, publickey ] |
| getrpcbyname | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcbyname_r | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcbynumber | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcbynumber_r | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcent | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcent_r | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| getrpcport | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| getsecretkey | retrieve public or secret key | [ getpublickey, getsecretkey, publickey ] |
| getservbyname | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getservbyname_r | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getservbyport | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getservbyport_r | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getservent | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getservent_r | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| getsockname | get socket name | |
| getsockopt | get and set options on sockets | [ getsockopt, setsockopt ] |
| havedisk | get performance data from remote kernel | [ rstat, havedisk ] |
| host2netname | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| htonl | convert values between host and network byte order | [ byteorder, htonl, htons, ntohl, ntohs ] |
| htons | convert values between host and network byte order | [ byteorder, htonl, htons, ntohl, ntohs ] |
| inet | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_addr | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_lnaof | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_makeaddr | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_netof | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_network | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| inet_ntoa | Internet address manipulation | [ inet, inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa ] |
| innetgr | get network group entry | [ getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr ] |
| kerberos | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| kerberos_rpc | library routines for remote procedure calls using Kerberos authentication | [ kerberos_rpc, authkerb_getucred, authkerb_seccreate, svc_kerb_reg ] |
| key_decryptsession | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| key_encryptsession | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| key_gendes | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| key_secretkey_is_set | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| key_setsecret | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| krb_get_admhst | additional Kerberos utility routines | [ krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, krb_get_lrealm ] |
| krb_get_cred | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_get_krbhst | additional Kerberos utility routines | [ krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, krb_get_lrealm ] |
| krb_get_lrealm | additional Kerberos utility routines | [ krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, krb_get_lrealm ] |
| krb_get_phost | additional Kerberos utility routines | [ krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, krb_get_lrealm ] |
| krb_kntoln | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_mk_err | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_mk_req | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_mk_safe | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_net_read | Kerberos routines for sending authentication via network stream sockets | [ krb_sendauth, krb_recvauth, krb_net_write, krb_net_read ] |
| krb_net_write | Kerberos routines for sending authentication via network stream sockets | [ krb_sendauth, krb_recvauth, krb_net_write, krb_net_read ] |
| krb_rd_err | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_rd_req | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_rd_safe | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_realmofhost | additional Kerberos utility routines | [ krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, krb_get_lrealm ] |
| krb_recvauth | Kerberos routines for sending authentication via network stream sockets | [ krb_sendauth, krb_recvauth, krb_net_write, krb_net_read ] |
| krb_sendauth | Kerberos routines for sending authentication via network stream sockets | [ krb_sendauth, krb_recvauth, krb_net_write, krb_net_read ] |
| krb_set_key | Kerberos authentication library | [ kerberos, krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, krb_mk_safe, krb_rd_safe, krb_mk_err, krb_rd_err ] |
| krb_set_tkt_string | set Kerberos ticket cache file name | |
| listen | listen for connections on a socket | |
| nc_perror | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| nc_sperror | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| netdir | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_free | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_getbyaddr | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_getbyname | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_mergeaddr | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_options | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_perror | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netdir_sperror | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| netname2host | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| netname2user | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| nis_add | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_add_entry | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_addmember | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_checkpoint | misc NIS+ log administration functions | [ nis_ping, nis_checkpoint ] |
| nis_clone_object | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_creategroup | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_db | NIS+ Database access functions | [ nis_db, db_initialize, db_create_table, db_destroy_table, db_first_entry, db_next_entry, db_reset_next_entry, db_list_entries, db_remove_entry, db_add_entry, db_table_exists, db_unload_table, db_checkpoint, db_standby, db_free_result ] |
| nis_destroy_object | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_destroygroup | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_dir_cmp | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_domain_of | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_error | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_first_entry | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_freenames | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_freeresult | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_freeservlist | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_freetags | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_getnames | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_getservlist | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_groups | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_ismember | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_leaf_of | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_lerror | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_list | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_local_directory | NIS+ local names | [ nis_local_names, nis_local_directory, nis_local_host, nis_local_group, nis_local_principal ] |
| nis_local_group | NIS+ local names | [ nis_local_names, nis_local_directory, nis_local_host, nis_local_group, nis_local_principal ] |
| nis_local_host | NIS+ local names | [ nis_local_names, nis_local_directory, nis_local_host, nis_local_group, nis_local_principal ] |
| nis_local_names | NIS+ local names | [ nis_local_names, nis_local_directory, nis_local_host, nis_local_group, nis_local_principal ] |
| nis_local_principal | NIS+ local names | [ nis_local_names, nis_local_directory, nis_local_host, nis_local_group, nis_local_principal ] |
| nis_lookup | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_map_group | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_mkdir | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_modify | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_modify_entry | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_name_of | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_names | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_next_entry | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_objects | NIS+ object formats | |
| nis_perror | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_ping | misc NIS+ log administration functions | [ nis_ping, nis_checkpoint ] |
| nis_print_group_entry | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_print_object | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_remove | NIS+ namespace functions | [ nis_names, nis_lookup, nis_add, nis_remove, nis_modify, nis_freeresult ] |
| nis_remove_entry | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_removemember | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nis_rmdir | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_server | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_servstate | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_sperrno | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_sperror | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_sperror_r | display NIS+ error messages | [ nis_error, nis_sperrno, nis_perror, nis_lerror, nis_sperror, nis_sperror_r ] |
| nis_stats | miscellaneous NIS+ functions | [ nis_server, nis_mkdir, nis_rmdir, nis_servstate, nis_stats, nis_getservlist, nis_freeservlist, nis_freetags ] |
| nis_subr | NIS+ subroutines | [ nis_subr, nis_leaf_of, nis_name_of, nis_domain_of, nis_getnames, nis_freenames, nis_dir_cmp, nis_clone_object, nis_destroy_object, nis_print_object ] |
| nis_tables | NIS+ table functions | [ nis_tables, nis_list, nis_add_entry, nis_remove_entry, nis_modify_entry, nis_first_entry, nis_next_entry ] |
| nis_verifygroup | NIS+ group manipulation functions | [ nis_groups, nis_ismember, nis_addmember, nis_removemember, nis_creategroup, nis_destroygroup, nis_verifygroup, nis_print_group_entry, nis_map_group, __nis_map_group ] |
| nlsgetcall | get client’s data passed via the listener | |
| nlsprovider | get name of transport provider | |
| nlsrequest | format and send listener service request message | |
| ntohl | convert values between host and network byte order | [ byteorder, htonl, htons, ntohl, ntohs ] |
| ntohs | convert values between host and network byte order | [ byteorder, htonl, htons, ntohl, ntohs ] |
| pmap_getmaps | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| pmap_getport | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| pmap_rmtcall | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| pmap_set | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| pmap_unset | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| publickey | retrieve public or secret key | [ getpublickey, getsecretkey, publickey ] |
| rac_drop | remote asynchronous calls | [ rpc_rac, rac_drop, rac_poll, rac_recv, rac_send ] |
| rac_poll | remote asynchronous calls | [ rpc_rac, rac_drop, rac_poll, rac_recv, rac_send ] |
| rac_recv | remote asynchronous calls | [ rpc_rac, rac_drop, rac_poll, rac_recv, rac_send ] |
| rac_send | remote asynchronous calls | [ rpc_rac, rac_drop, rac_poll, rac_recv, rac_send ] |
| rcmd | routines for returning a stream to a remote command | [ rcmd, rresvport, ruserok ] |
| recv | receive a message from a socket | [ recv, recvfrom, recvmsg ] |
| recvfrom | receive a message from a socket | [ recv, recvfrom, recvmsg ] |
| recvmsg | receive a message from a socket | [ recv, recvfrom, recvmsg ] |
| registerrpc | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| res_init | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| res_mkquery | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| res_search | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| res_send | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| resolver | resolver routines | [ resolver, res_init, res_mkquery, res_send, res_search, dn_comp, dn_expand ] |
| rexec | return stream to a remote command | |
| rnusers | return information about users on remote machines | [ rusers, rnusers ] |
| rpc | library routines for remote procedure calls | |
| rpc_broadcast | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| rpc_broadcast_exp | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| rpc_call | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| rpc_clnt_auth | library routines for client side remote procedure call authentication | [ rpc_clnt_auth, auth_destroy, authnone_create, authsys_create, authsys_create_default ] |
| rpc_clnt_calls | library routines for client side calls | [ rpc_clnt_calls, clnt_call, clnt_freeres, clnt_geterr, clnt_perrno, clnt_perror, clnt_sperrno, clnt_sperror, rpc_broadcast, rpc_broadcast_exp, rpc_call ] |
| rpc_clnt_create | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| rpc_control | library routine for manipulating global RPC attributes for client and server applications | |
| rpc_createerr | library routines for dealing with creation and manipulation of CLIENT handles | [ rpc_clnt_create, clnt_control, clnt_create, clnt_create_timed, clnt_create_vers, clnt_destroy, clnt_dg_create, clnt_pcreateerror, clnt_raw_create, clnt_spcreateerror, clnt_tli_create, clnt_tp_create, clnt_tp_create_timed, clnt_vc_create, rpc_createerr ] |
| rpc_rac | remote asynchronous calls | [ rpc_rac, rac_drop, rac_poll, rac_recv, rac_send ] |
| rpc_reg | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| rpc_soc | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| rpc_svc_calls | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| rpc_svc_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| rpc_svc_err | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| rpc_svc_reg | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| rpc_xdr | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| rpcb_getaddr | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcb_getmaps | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcb_gettime | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcb_rmtcall | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcb_set | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcb_unset | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rpcbind | library routines for RPC bind service | [ rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set, rpcb_unset ] |
| rresvport | routines for returning a stream to a remote command | [ rcmd, rresvport, ruserok ] |
| rstat | get performance data from remote kernel | [ rstat, havedisk ] |
| ruserok | routines for returning a stream to a remote command | [ rcmd, rresvport, ruserok ] |
| rusers | return information about users on remote machines | [ rusers, rnusers ] |
| rwall | write to specified remote machines | |
| secure_rpc | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| send | send a message from a socket | [ send, sendto, sendmsg ] |
| sendmsg | send a message from a socket | [ send, sendto, sendmsg ] |
| sendto | send a message from a socket | [ send, sendto, sendmsg ] |
| sethostent | get network host entry | [ gethostbyname, gethostbyname_r, gethostbyaddr, gethostbyaddr_r, gethostent, gethostent_r, sethostent, endhostent ] |
| setnetconfig | get network configuration database entry | [ getnetconfig, setnetconfig, endnetconfig, getnetconfigent, freenetconfigent, nc_perror, nc_sperror ] |
| setnetent | get network entry | [ getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent ] |
| setnetgrent | get network group entry | [ getnetgrent, getnetgrent_r, setnetgrent, endnetgrent, innetgr ] |
| setnetpath | get /etc/netconfig entry corresponding to NETPATH component | [ getnetpath, setnetpath, endnetpath ] |
| setprotoent | get protocol entry | [ getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent ] |
| setrpcent | get RPC entry | [ getrpcbyname, getrpcbyname_r, getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, setrpcent, endrpcent ] |
| setservent | get service entry | [ getservbyname, getservbyname_r, getservbyport, getservbyport_r, getservent, getservent_r, setservent, endservent ] |
| setsockopt | get and set options on sockets | [ getsockopt, setsockopt ] |
| shutdown | shut down part of a full-duplex connection | |
| socket | create an endpoint for communication | |
| socketpair | create a pair of connected sockets | |
| spray | scatter data in order to test the network | |
| svc_auth_reg | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| svc_control | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_destroy | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_dg_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_dg_enablecache | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_done | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_exit | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_fd_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_fds | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svc_fdset | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_freeargs | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_getargs | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_getcaller | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svc_getreq | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svc_getreq_common | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_getreq_poll | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_getreqset | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_getrpccaller | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_kerb_reg | library routines for remote procedure calls using Kerberos authentication | [ kerberos_rpc, authkerb_getucred, authkerb_seccreate, svc_kerb_reg ] |
| svc_pollset | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_raw_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_reg | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| svc_register | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svc_run | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_sendreply | library routines for RPC servers | [ rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs, svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset, svc_getrpccaller, svc_pollset, svc_run, svc_sendreply ] |
| svc_tli_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_tp_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svc_unreg | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| svc_unregister | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svc_vc_create | library routines for the creation of server handles | [ rpc_svc_create, svc_control, svc_create, svc_destroy, svc_dg_create, svc_fd_create, svc_raw_create, svc_tli_create, svc_tp_create, svc_vc_create ] |
| svcerr_auth | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_decode | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_noproc | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_noprog | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_progvers | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_systemerr | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcerr_weakauth | library routines for server side remote procedure call errors | [ rpc_svc_err, svcerr_auth, svcerr_decode, svcerr_noproc, svcerr_noprog, svcerr_progvers, svcerr_systemerr, svcerr_weakauth ] |
| svcfd_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svcraw_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svctcp_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svcudp_bufcreate | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| svcudp_create | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| t_accept | accept a connect request | |
| t_alloc | allocate a library structure | |
| t_bind | bind an address to a transport endpoint | |
| t_close | close a transport endpoint | |
| t_connect | establish a connection with another transport user | |
| t_error | produce error message | |
| t_free | free a library structure | |
| t_getinfo | get protocol-specific service information | |
| t_getstate | get the current state | |
| t_listen | listen for a connect request | |
| t_look | look at the current event on a transport endpoint | |
| t_open | establish a transport endpoint | |
| t_optmgmt | manage options for a transport endpoint | |
| t_rcv | receive data or expedited data sent over a connection | |
| t_rcvconnect | receive the confirmation from a connect request | |
| t_rcvdis | retrieve information from disconnect | |
| t_rcvrel | acknowledge receipt of an orderly release indication | |
| t_rcvudata | receive a data unit | |
| t_rcvuderr | receive a unit data error indication | |
| t_snd | send data or expedited data over a connection | |
| t_snddis | send user-initiated disconnect request | |
| t_sndrel | initiate an orderly release | |
| t_sndudata | send a data unit | |
| t_strerror | get error message string | |
| t_sync | synchronize transport library | |
| t_unbind | disable a transport endpoint | |
| taddr2uaddr | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| uaddr2taddr | generic transport name-to-address translation | [ netdir, netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror, netdir_mergeaddr ] |
| user2netname | library routines for secure remote procedure calls | [ secure_rpc, authdes_getucred, authdes_seccreate, getnetname, host2netname, key_decryptsession, key_encryptsession, key_gendes, key_setsecret, key_secretkey_is_set, netname2host, netname2user, user2netname ] |
| xdr | library routines for external data representation | |
| xdr_accepted_reply | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_admin | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_array | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_authsys_parms | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_authunix_parms | obsolete library routines for RPC | [ rpc_soc, authdes_create, authunix_create, authunix_create_default, callrpc, clnt_broadcast, clntraw_create, clnttcp_create, clntudp_bufcreate, clntudp_create, get_myaddress, getrpcport, pmap_getmaps, pmap_getport, pmap_rmtcall, pmap_set, pmap_unset, registerrpc, svc_fds, svc_getcaller, svc_getreq, svc_register, svc_unregister, svcfd_create, svcraw_create, svctcp_create, svcudp_bufcreate, svcudp_create, xdr_authunix_parms ] |
| xdr_bool | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_bytes | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_callhdr | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_callmsg | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_char | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_complex | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_control | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_create | library routines for external data representation stream creation | [ xdr_create, xdr_destroy, xdrmem_create, xdrrec_create, xdrstdio_create ] |
| xdr_destroy | library routines for external data representation stream creation | [ xdr_create, xdr_destroy, xdrmem_create, xdrrec_create, xdrstdio_create ] |
| xdr_double | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_enum | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_float | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_free | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_getpos | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_hyper | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_inline | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_int | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_long | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_longlong_t | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_opaque | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_opaque_auth | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_pointer | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_quadruple | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_reference | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_rejected_reply | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_replymsg | XDR library routines for remote procedure calls | [ rpc_xdr, xdr_accepted_reply, xdr_authsys_parms, xdr_callhdr, xdr_callmsg, xdr_opaque_auth, xdr_rejected_reply, xdr_replymsg ] |
| xdr_setpos | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_short | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_simple | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_sizeof | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdr_string | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_u_char | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_u_hyper | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_u_int | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_u_long | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_u_longlong_t | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_u_short | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_union | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_vector | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdr_void | library routines for external data representation | [ xdr_simple, xdr_bool, xdr_char, xdr_double, xdr_enum, xdr_float, xdr_free, xdr_hyper, xdr_int, xdr_long, xdr_longlong_t, xdr_quadruple, xdr_short, xdr_u_char, xdr_u_hyper, xdr_u_int, xdr_u_long, xdr_u_longlong_t, xdr_u_short, xdr_void ] |
| xdr_wrapstring | library routines for external data representation | [ xdr_complex, xdr_array, xdr_bytes, xdr_opaque, xdr_pointer, xdr_reference, xdr_string, xdr_union, xdr_vector, xdr_wrapstring ] |
| xdrmem_create | library routines for external data representation stream creation | [ xdr_create, xdr_destroy, xdrmem_create, xdrrec_create, xdrstdio_create ] |
| xdrrec_create | library routines for external data representation stream creation | [ xdr_create, xdr_destroy, xdrmem_create, xdrrec_create, xdrstdio_create ] |
| xdrrec_endofrecord | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdrrec_eof | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdrrec_readbytes | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdrrec_skiprecord | library routines for external data representation | [ xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof ] |
| xdrstdio_create | library routines for external data representation stream creation | [ xdr_create, xdr_destroy, xdrmem_create, xdrrec_create, xdrstdio_create ] |
| xfn | overview of the XFN interface | |
| xfn_attributes | an overview of XFN attribute operations | |
| xfn_composite_names | XFN composite syntax: an overview of the syntax for XFN composite name | |
| xfn_compound_names | XFN compound syntax: an overview of XFN model for compound name parsing | |
| xfn_links | XFN links: an overview of XFN links | |
| xfn_status_codes | descriptions of XFN status codes | |
| xprt_register | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| xprt_unregister | library routines for registering servers | [ rpc_svc_reg, rpc_reg, svc_reg, svc_unreg, svc_auth_reg, xprt_register, xprt_unregister ] |
| yp_all | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_bind | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_first | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_get_default_domain | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_master | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_match | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_next | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_order | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_unbind | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yp_update | change NIS information | |
| ypclnt | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| yperr_string | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| ypprot_err | NIS Version 2 client interface | [ ypclnt, yp_get_default_domain, yp_bind, yp_unbind, yp_match, yp_first, yp_next, yp_all, yp_order, yp_master, yperr_string, ypprot_err ] |
| cancellation | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| cond_broadcast | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| cond_destroy | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| cond_init | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| cond_signal | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| cond_timedwait | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| cond_wait | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| condition | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| libpthread | thread libraries: libpthread and libthread | [ threads, pthreads, libpthread, libthread ] |
| libthread | thread libraries: libpthread and libthread | [ threads, pthreads, libpthread, libthread ] |
| libthread_db | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| mutex | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| mutex_destroy | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| mutex_init | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| mutex_lock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| mutex_trylock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| mutex_unlock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| proc_service | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lcontinue | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lgetfpregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lgetregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lgetxregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lgetxregsize | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lsetfpregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lsetregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lsetxregs | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_lstop | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_pcontinue | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_pdread | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_pdwrite | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_pglobal_lookup | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_plog | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_pstop | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_ptread | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| ps_ptwrite | process service interface | [ proc_service, ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_plog, ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs, ps_lgetfpregs, ps_lsetfpregs ] |
| pthread_atfork | register fork handlers | |
| pthread_attr_destroy | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getdetachstate | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getinheritsched | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getschedparam | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getschedpolicy | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getscope | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getstackaddr | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_getstacksize | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_init | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setdetachstate | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setinheritsched | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setschedparam | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setschedpolicy | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setscope | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setstackaddr | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_attr_setstacksize | thread creation attributes | [ pthread_attr_init, pthread_attr_destroy, pthread_attr_setscope, pthread_attr_getscope, pthread_attr_setdetachstate, pthread_attr_getdetachstate, pthread_attr_setstacksize, pthread_attr_getstacksize, pthread_attr_setstackaddr, pthread_attr_getstackaddr, pthread_attr_setschedparam, pthread_attr_getschedparam, pthread_attr_setschedpolicy, pthread_attr_getschedpolicy, pthread_attr_setinheritsched, pthread_attr_getinheritsched ] |
| pthread_cancel | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthread_cleanup_pop | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthread_cleanup_push | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthread_cond_broadcast | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_cond_destroy | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_cond_init | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_cond_signal | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_cond_timedwait | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_cond_wait | condition variables | [ condition, pthread_cond_init, pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal, pthread_cond_broadcast, pthread_cond_destroy, cond_init, cond_wait, cond_timedwait, cond_signal, cond_broadcast, cond_destroy ] |
| pthread_condattr_destroy | condition variable initialization attributes | [ pthread_condattr_init, pthread_condattr_setpshared, pthread_condattr_getpshared, pthread_condattr_destroy ] |
| pthread_condattr_getpshared | condition variable initialization attributes | [ pthread_condattr_init, pthread_condattr_setpshared, pthread_condattr_getpshared, pthread_condattr_destroy ] |
| pthread_condattr_init | condition variable initialization attributes | [ pthread_condattr_init, pthread_condattr_setpshared, pthread_condattr_getpshared, pthread_condattr_destroy ] |
| pthread_condattr_setpshared | condition variable initialization attributes | [ pthread_condattr_init, pthread_condattr_setpshared, pthread_condattr_getpshared, pthread_condattr_destroy ] |
| pthread_create | thread creation | [ pthread_create, thr_create ] |
| pthread_detach | dynamically detaching a thread | |
| pthread_equal | compare thread IDs | |
| pthread_exit | thread termination | [ pthread_exit, thr_exit ] |
| pthread_getschedparam | dynamic access to thread scheduling | [ pthread_setschedparam, pthread_getschedparam, thr_setprio, thr_getprio ] |
| pthread_getspecific | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| pthread_join | wait for thread termination | [ pthread_join, thr_join ] |
| pthread_key_create | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| pthread_key_delete | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| pthread_kill | send a signal to a thread | [ pthread_kill, thr_kill ] |
| pthread_mutex_destroy | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| pthread_mutex_getprioceiling | change the priority ceiling of a mutex | [ pthread_mutex_setprioceiling, pthread_mutex_getprioceiling ] |
| pthread_mutex_init | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| pthread_mutex_lock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| pthread_mutex_setprioceiling | change the priority ceiling of a mutex | [ pthread_mutex_setprioceiling, pthread_mutex_getprioceiling ] |
| pthread_mutex_trylock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| pthread_mutex_unlock | mutual exclusion locks | [ mutex, pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_unlock, pthread_mutex_destroy, mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy ] |
| pthread_mutexattr_destroy | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_getprioceiling | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_getprotocol | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_getpshared | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_init | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_setprioceiling | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_setprotocol | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_mutexattr_setpshared | mutex initialization attributes | [ pthread_mutexattr_init, pthread_mutexattr_destroy, pthread_mutexattr_setpshared, pthread_mutexattr_getpshared, pthread_mutexattr_setprotocol, pthread_mutexattr_getprotocol, pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ] |
| pthread_once | dynamic package initialization | |
| pthread_self | get calling thread’s ID | [ pthread_self, thr_self ] |
| pthread_setcancelstate | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthread_setcanceltype | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthread_setschedparam | dynamic access to thread scheduling | [ pthread_setschedparam, pthread_getschedparam, thr_setprio, thr_getprio ] |
| pthread_setspecific | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| pthread_sigmask | change and/or examine calling thread’s signal mask | [ pthread_sigmask, thr_sigsetmask ] |
| pthread_testcancel | canceling execution of a thread | [ cancellation, pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_testcancel, pthread_cleanup_push, pthread_cleanup_pop ] |
| pthreads | thread libraries: libpthread and libthread | [ threads, pthreads, libpthread, libthread ] |
| rw_rdlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rw_tryrdlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rw_trywrlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rw_unlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rw_wrlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rwlock | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rwlock_destroy | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| rwlock_init | multiple readers, single writer locks | [ rwlock, rwlock_init, rwlock_destroy, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock ] |
| sema_destroy | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| sema_init | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| sema_post | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| sema_trywait | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| sema_wait | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| semaphore | semaphores | [ semaphore, sema_init, sema_destroy, sema_wait, sema_trywait, sema_post ] |
| td_init | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_log | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_delete | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_get_nthreads | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_get_ph | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_map_id2thr | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_map_lwp2thr | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_new | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_thr_iter | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_ta_tsd_iter | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_get_info | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_getfpregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_getgregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_getxregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_getxregsize | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_setfpregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_setgregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_setprio | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_setsigpending | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_setxregs | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_sigsetmask | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_tsd | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| td_thr_validate | interface to libthread threads information | [ libthread_db, td_log, td_ta_new, td_ta_delete, td_init, td_ta_get_ph, td_ta_get_nthreads, td_ta_tsd_iter, td_ta_thr_iter, td_thr_validate, td_thr_tsd, td_thr_get_info, td_thr_getfpregs, td_thr_getxregsize, td_thr_getxregs, td_thr_sigsetmask, td_thr_setprio, td_thr_setsigpending, td_thr_setfpregs, td_thr_setxregs, td_ta_map_id2thr, td_ta_map_lwp2thr, td_thr_getgregs, td_thr_setgregs ] |
| thr_continue | suspend or continue thread execution | [ thr_suspend, thr_continue ] |
| thr_create | thread creation | [ pthread_create, thr_create ] |
| thr_exit | thread termination | [ pthread_exit, thr_exit ] |
| thr_getconcurrency | get/set thread concurrency level | [ thr_setconcurrency, thr_getconcurrency ] |
| thr_getprio | dynamic access to thread scheduling | [ pthread_setschedparam, pthread_getschedparam, thr_setprio, thr_getprio ] |
| thr_getspecific | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| thr_join | wait for thread termination | [ pthread_join, thr_join ] |
| thr_keycreate | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| thr_kill | send a signal to a thread | [ pthread_kill, thr_kill ] |
| thr_main | identify the main thread | |
| thr_min_stack | returns the minimum-allowable size for a thread’s stack | |
| thr_self | get calling thread’s ID | [ pthread_self, thr_self ] |
| thr_setconcurrency | get/set thread concurrency level | [ thr_setconcurrency, thr_getconcurrency ] |
| thr_setprio | dynamic access to thread scheduling | [ pthread_setschedparam, pthread_getschedparam, thr_setprio, thr_getprio ] |
| thr_setspecific | thread-specific-data functions | [ pthread_key_create, pthread_setspecific, pthread_getspecific, pthread_key_delete, thr_keycreate, thr_setspecific, thr_getspecific ] |
| thr_sigsetmask | change and/or examine calling thread’s signal mask | [ pthread_sigmask, thr_sigsetmask ] |
| thr_stksegment | get thread stack bottom and stack size | |
| thr_suspend | suspend or continue thread execution | [ thr_suspend, thr_continue ] |
| thr_yield | thread yield to another thread | |
| threads | thread libraries: libpthread and libthread | [ threads, pthreads, libpthread, libthread ] |
| NOTE | annotate source code with info for tools | [ NOTE, _NOTE ] |
| TNF_DECLARE_RECORD | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_DEFINE_RECORD_1 | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_DEFINE_RECORD_2 | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_DEFINE_RECORD_3 | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_DEFINE_RECORD_4 | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_DEFINE_RECORD_5 | TNF type extension interface for probes | [ TNF_DECLARE_RECORD, TNF_DEFINE_RECORD_1, TNF_DEFINE_RECORD_2, TNF_DEFINE_RECORD_3, TNF_DEFINE_RECORD_4, TNF_DEFINE_RECORD_5 ] |
| TNF_PROBE | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_0 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_1 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_2 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_3 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_4 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| TNF_PROBE_5 | probe insertion interface | [ TNF_PROBE, TNF_PROBE_0, TNF_PROBE_1, TNF_PROBE_2, TNF_PROBE_3, TNF_PROBE_4, TNF_PROBE_5 ] |
| _NOTE | annotate source code with info for tools | [ NOTE, _NOTE ] |
| addch | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| addchnstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| addchstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| addnstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| addnwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| addstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| addwch | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| addwchnstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| addwchstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| addwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| adjcurspos | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| attroff | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| attron | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| attrset | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| baudrate | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| beep | curses bell and screen flash routines | [ curs_beep, beep, flash ] |
| bkgd | curses window background manipulation routines | [ curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd ] |
| bkgdset | curses window background manipulation routines | [ curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd ] |
| border | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| bottom_panel | panels deck manipulation routines | [ panel_top, top_panel, bottom_panel ] |
| box | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| bsdmalloc | memory allocator | [ bsdmalloc, malloc, free, realloc ] |
| calloc | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| can_change_color | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| cbreak | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| cfree | memory allocator | [ mapmalloc, calloc, cfree, free, realloc ] |
| clear | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| clearok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| clrtobot | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| clrtoeol | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| color_content | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| copywin | overlap and manipulate overlapped curses windows | [ curs_overlay, overlay, overwrite, copywin ] |
| current_field | set forms current page and field | [ form_page, set_form_page, set_current_field, current_field, field_index ] |
| current_item | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| curs_addch | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| curs_addchstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| curs_addstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| curs_addwch | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| curs_addwchstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| curs_addwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| curs_alecompat | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| curs_attr | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| curs_beep | curses bell and screen flash routines | [ curs_beep, beep, flash ] |
| curs_bkgd | curses window background manipulation routines | [ curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd ] |
| curs_border | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| curs_clear | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| curs_color | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| curs_delch | delete character under cursor in a curses window | [ curs_delch, delch, wdelch, mvdelch, mvwdelch ] |
| curs_deleteln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| curs_getch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| curs_getstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| curs_getwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| curs_getwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| curs_getyx | get curses cursor and window coordinates | [ curs_getyx, getyx, getparyx, getbegyx, getmaxyx ] |
| curs_inch | get a character and its attributes from a curses window | [ curs_inch, inch, winch, mvinch, mvwinch ] |
| curs_inchstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| curs_initscr | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| curs_inopts | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| curs_insch | insert a character before the character under the cursor in a curses window | [ curs_insch, insch, winsch, mvinsch, mvwinsch ] |
| curs_insstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| curs_instr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| curs_inswch | insert a wchar_t character before the character under the cursor in a curses window | [ curs_inswch, inswch, winswch, mvinswch, mvwinswch ] |
| curs_inswstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| curs_inwch | get a wchar_t character and its attributes from a curses window | [ curs_inwch, inwch, winwch, mvinwch, mvwinwch ] |
| curs_inwchstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| curs_inwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| curs_kernel | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| curs_move | move curses window cursor | [ curs_move, move, wmove ] |
| curs_outopts | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| curs_overlay | overlap and manipulate overlapped curses windows | [ curs_overlay, overlay, overwrite, copywin ] |
| curs_pad | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| curs_printw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| curs_refresh | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| curs_scanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| curs_scr_dump | read (write) a curses screen from (to) a file | [ curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set ] |
| curs_scroll | scroll a curses window | [ curs_scroll, scroll, scrl, wscrl ] |
| curs_set | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| curs_slk | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| curs_termattrs | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| curs_termcap | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| curs_terminfo | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| curs_touch | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| curs_util | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| curs_window | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| curses | CRT screen handling and optimization package | |
| data_ahead | tell if forms field has off-screen data ahead or behind | [ form_data, data_ahead, data_behind ] |
| data_behind | tell if forms field has off-screen data ahead or behind | [ form_data, data_ahead, data_behind ] |
| def_prog_mode | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| def_shell_mode | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| del_curterm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| del_panel | create and destroy panels | [ panel_new, new_panel, del_panel ] |
| delay_output | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| delch | delete character under cursor in a curses window | [ curs_delch, delch, wdelch, mvdelch, mvwdelch ] |
| deleteln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| delscreen | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| delwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| derwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| dladdr | translate address to symbolic information | |
| dlclose | close a shared object | |
| dlerror | get diagnostic information | |
| dlopen | open a shared object | |
| dlsym | get the address of a symbol in a shared object | |
| doupdate | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| dup_field | create and destroy forms fields | [ form_field_new, new_field, dup_field, link_field, free_field ] |
| dupwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| dynamic_field_info | get forms field characteristics | [ form_field_info, field_info, dynamic_field_info ] |
| echo | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| echochar | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| echowchar | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| endwin | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| erase | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| erasechar | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| field_arg | forms field data type validation | [ form_field_validation, set_field_type, field_type, field_arg ] |
| field_back | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| field_buffer | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| field_count | connect fields to forms | [ form_field, set_form_fields, form_fields, field_count, move_field ] |
| field_fore | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| field_index | set forms current page and field | [ form_page, set_form_page, set_current_field, current_field, field_index ] |
| field_info | get forms field characteristics | [ form_field_info, field_info, dynamic_field_info ] |
| field_init | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| field_just | format the general appearance of forms | [ form_field_just, set_field_just, field_just ] |
| field_opts | forms field option routines | [ form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts ] |
| field_opts_off | forms field option routines | [ form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts ] |
| field_opts_on | forms field option routines | [ form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts ] |
| field_pad | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| field_status | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| field_term | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| field_type | forms field data type validation | [ form_field_validation, set_field_type, field_type, field_arg ] |
| field_userptr | associate application data with forms | [ form_field_userptr, set_field_userptr, field_userptr ] |
| filter | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| flash | curses bell and screen flash routines | [ curs_beep, beep, flash ] |
| flushinp | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| form_cursor | position forms window cursor | [ form_cursor, pos_form_cursor ] |
| form_data | tell if forms field has off-screen data ahead or behind | [ form_data, data_ahead, data_behind ] |
| form_driver | command processor for the forms subsystem | |
| form_field | connect fields to forms | [ form_field, set_form_fields, form_fields, field_count, move_field ] |
| form_field_attributes | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| form_field_buffer | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| form_field_info | get forms field characteristics | [ form_field_info, field_info, dynamic_field_info ] |
| form_field_just | format the general appearance of forms | [ form_field_just, set_field_just, field_just ] |
| form_field_new | create and destroy forms fields | [ form_field_new, new_field, dup_field, link_field, free_field ] |
| form_field_opts | forms field option routines | [ form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts ] |
| form_field_userptr | associate application data with forms | [ form_field_userptr, set_field_userptr, field_userptr ] |
| form_field_validation | forms field data type validation | [ form_field_validation, set_field_type, field_type, field_arg ] |
| form_fields | connect fields to forms | [ form_field, set_form_fields, form_fields, field_count, move_field ] |
| form_fieldtype | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| form_hook | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| form_init | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| form_new | create and destroy forms | [ form_new, new_form, free_form ] |
| form_new_page | forms pagination | [ form_new_page, set_new_page, new_page ] |
| form_opts | forms option routines | [ form_opts, set_form_opts, form_opts_on, form_opts_off ] |
| form_opts_off | forms option routines | [ form_opts, set_form_opts, form_opts_on, form_opts_off ] |
| form_opts_on | forms option routines | [ form_opts, set_form_opts, form_opts_on, form_opts_off ] |
| form_page | set forms current page and field | [ form_page, set_form_page, set_current_field, current_field, field_index ] |
| form_post | write or erase forms from associated subwindows | [ form_post, post_form, unpost_form ] |
| form_sub | forms window and subwindow association routines | [ form_win, set_form_win, set_form_sub, form_sub, scale_form ] |
| form_term | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| form_userptr | associate application data with forms | [ form_userptr, set_form_userptr ] |
| form_win | forms window and subwindow association routines | [ form_win, set_form_win, set_form_sub, form_sub, scale_form ] |
| forms | character based forms package | |
| free | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| free_field | create and destroy forms fields | [ form_field_new, new_field, dup_field, link_field, free_field ] |
| free_fieldtype | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| free_form | create and destroy forms | [ form_new, new_form, free_form ] |
| free_item | create and destroy menus items | [ menu_item_new, new_item, free_item ] |
| free_menu | create and destroy menus | [ menu_new, new_menu, free_menu ] |
| getbegyx | get curses cursor and window coordinates | [ curs_getyx, getyx, getparyx, getbegyx, getmaxyx ] |
| getch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| getmaxyx | get curses cursor and window coordinates | [ curs_getyx, getyx, getparyx, getbegyx, getmaxyx ] |
| getnwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| getparyx | get curses cursor and window coordinates | [ curs_getyx, getyx, getparyx, getbegyx, getmaxyx ] |
| getstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| getsyx | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| getwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| getwin | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| getwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| getyx | get curses cursor and window coordinates | [ curs_getyx, getyx, getparyx, getbegyx, getmaxyx ] |
| halfdelay | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| has_colors | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| has_ic | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| has_il | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| hide_panel | panels deck manipulation routines | [ panel_show, show_panel, hide_panel, panel_hidden ] |
| idcok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| idlok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| immedok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| inch | get a character and its attributes from a curses window | [ curs_inch, inch, winch, mvinch, mvwinch ] |
| inchnstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| inchstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| init_color | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| init_pair | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| initscr | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| innstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| innwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| insch | insert a character before the character under the cursor in a curses window | [ curs_insch, insch, winsch, mvinsch, mvwinsch ] |
| insdelln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| insertln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| insnstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| insnwstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| insstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| instr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| inswch | insert a wchar_t character before the character under the cursor in a curses window | [ curs_inswch, inswch, winswch, mvinswch, mvwinswch ] |
| inswstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| intrflush | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| inwch | get a wchar_t character and its attributes from a curses window | [ curs_inwch, inwch, winwch, mvinwch, mvwinwch ] |
| inwchnstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| inwchstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| inwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| is_linetouched | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| is_wintouched | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| isendwin | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| item_count | connect and disconnect items to and from menus | [ menu_items, set_menu_items, item_count ] |
| item_description | get menus item name and description | [ menu_item_name, item_name, item_description ] |
| item_index | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| item_init | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| item_name | get menus item name and description | [ menu_item_name, item_name, item_description ] |
| item_opts | menus item option routines | [ menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts ] |
| item_opts_off | menus item option routines | [ menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts ] |
| item_opts_on | menus item option routines | [ menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts ] |
| item_term | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| item_userptr | associate application data with menus items | [ menu_item_userptr, set_item_userptr, item_userptr ] |
| item_value | set and get menus item values | [ menu_item_value, set_item_value, item_value ] |
| item_visible | tell if menus item is visible | [ menu_item_visible, item_visible ] |
| keyname | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| keypad | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| killchar | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| leaveok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| link_field | create and destroy forms fields | [ form_field_new, new_field, dup_field, link_field, free_field ] |
| link_fieldtype | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| longname | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| maillock | manage lockfile for user’s mailbox | |
| mallinfo | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| malloc | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| mallopt | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| mapmalloc | memory allocator | [ mapmalloc, calloc, cfree, free, realloc ] |
| media_findname | convert a supplied name into an absolute pathname that can be used to access removable media | |
| media_getattr | get and set media attributes | [ media_getattr, media_setattr ] |
| media_setattr | get and set media attributes | [ media_getattr, media_setattr ] |
| menu_attributes | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| menu_back | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| menu_cursor | correctly position a menus cursor | [ menu_cursor, pos_menu_cursor ] |
| menu_driver | command processor for the menus subsystem | |
| menu_fore | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| menu_format | set and get maximum numbers of rows and columns in menus | [ menu_format, set_menu_format ] |
| menu_grey | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| menu_hook | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| menu_init | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| menu_item_current | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| menu_item_name | get menus item name and description | [ menu_item_name, item_name, item_description ] |
| menu_item_new | create and destroy menus items | [ menu_item_new, new_item, free_item ] |
| menu_item_opts | menus item option routines | [ menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts ] |
| menu_item_userptr | associate application data with menus items | [ menu_item_userptr, set_item_userptr, item_userptr ] |
| menu_item_value | set and get menus item values | [ menu_item_value, set_item_value, item_value ] |
| menu_item_visible | tell if menus item is visible | [ menu_item_visible, item_visible ] |
| menu_items | connect and disconnect items to and from menus | [ menu_items, set_menu_items, item_count ] |
| menu_mark | menus mark string routines | [ menu_mark, set_menu_mark ] |
| menu_new | create and destroy menus | [ menu_new, new_menu, free_menu ] |
| menu_opts | menus option routines | [ menu_opts, set_menu_opts, menu_opts_on, menu_opts_off ] |
| menu_opts_off | menus option routines | [ menu_opts, set_menu_opts, menu_opts_on, menu_opts_off ] |
| menu_opts_on | menus option routines | [ menu_opts, set_menu_opts, menu_opts_on, menu_opts_off ] |
| menu_pad | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| menu_pattern | set and get menus pattern match buffer | [ menu_pattern, set_menu_pattern ] |
| menu_post | write or erase menus from associated subwindows | [ menu_post, post_menu, unpost_menu ] |
| menu_sub | menus window and subwindow association routines | [ menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu ] |
| menu_term | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| menu_userptr | associate application data with menus | [ menu_userptr, set_menu_userptr ] |
| menu_win | menus window and subwindow association routines | [ menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu ] |
| menus | character based menus package | |
| meta | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| move | move curses window cursor | [ curs_move, move, wmove ] |
| move_field | connect fields to forms | [ form_field, set_form_fields, form_fields, field_count, move_field ] |
| move_panel | move a panels window on the virtual screen | [ panel_move, move_panel ] |
| movenextch | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| moveprevch | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| mvaddch | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| mvaddchnstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| mvaddchstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| mvaddnstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| mvaddnwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| mvaddstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| mvaddwch | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| mvaddwchnstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| mvaddwchstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| mvaddwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| mvcur | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| mvdelch | delete character under cursor in a curses window | [ curs_delch, delch, wdelch, mvdelch, mvwdelch ] |
| mvderwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| mvgetch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| mvgetnwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| mvgetstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| mvgetwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| mvgetwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| mvinch | get a character and its attributes from a curses window | [ curs_inch, inch, winch, mvinch, mvwinch ] |
| mvinchnstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| mvinchstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| mvinnstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| mvinnwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| mvinsch | insert a character before the character under the cursor in a curses window | [ curs_insch, insch, winsch, mvinsch, mvwinsch ] |
| mvinsnstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| mvinsnwstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| mvinsstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| mvinstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| mvinswch | insert a wchar_t character before the character under the cursor in a curses window | [ curs_inswch, inswch, winswch, mvinswch, mvwinswch ] |
| mvinswstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| mvinwch | get a wchar_t character and its attributes from a curses window | [ curs_inwch, inwch, winwch, mvinwch, mvwinwch ] |
| mvinwchnstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| mvinwchstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| mvinwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| mvprintw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| mvscanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| mvwaddch | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| mvwaddchnstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| mvwaddchstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| mvwaddnstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| mvwaddnwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| mvwaddstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| mvwaddwch | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| mvwaddwchnstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| mvwaddwchstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| mvwaddwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| mvwdelch | delete character under cursor in a curses window | [ curs_delch, delch, wdelch, mvdelch, mvwdelch ] |
| mvwgetch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| mvwgetnwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| mvwgetstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| mvwgetwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| mvwgetwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| mvwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| mvwinch | get a character and its attributes from a curses window | [ curs_inch, inch, winch, mvinch, mvwinch ] |
| mvwinchnstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| mvwinchstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| mvwinnstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| mvwinnwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| mvwinsch | insert a character before the character under the cursor in a curses window | [ curs_insch, insch, winsch, mvinsch, mvwinsch ] |
| mvwinsnstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| mvwinsnwstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| mvwinsstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| mvwinstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| mvwinswch | insert a wchar_t character before the character under the cursor in a curses window | [ curs_inswch, inswch, winswch, mvinswch, mvwinswch ] |
| mvwinswstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| mvwinwch | get a wchar_t character and its attributes from a curses window | [ curs_inwch, inwch, winwch, mvinwch, mvwinwch ] |
| mvwinwchnstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| mvwinwchstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| mvwinwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| mvwprintw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| mvwscanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| napms | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| new_field | create and destroy forms fields | [ form_field_new, new_field, dup_field, link_field, free_field ] |
| new_fieldtype | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| new_form | create and destroy forms | [ form_new, new_form, free_form ] |
| new_item | create and destroy menus items | [ menu_item_new, new_item, free_item ] |
| new_menu | create and destroy menus | [ menu_new, new_menu, free_menu ] |
| new_page | forms pagination | [ form_new_page, set_new_page, new_page ] |
| new_panel | create and destroy panels | [ panel_new, new_panel, del_panel ] |
| newpad | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| newterm | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| newwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| nl | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| nocbreak | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| nodelay | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| noecho | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| nonl | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| noqiflush | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| noraw | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| notimeout | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| overlay | overlap and manipulate overlapped curses windows | [ curs_overlay, overlay, overwrite, copywin ] |
| overwrite | overlap and manipulate overlapped curses windows | [ curs_overlay, overlay, overwrite, copywin ] |
| pair_content | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| panel_above | panels deck traversal primitives | [ panel_above, panel_below ] |
| panel_below | panels deck traversal primitives | [ panel_above, panel_below ] |
| panel_hidden | panels deck manipulation routines | [ panel_show, show_panel, hide_panel, panel_hidden ] |
| panel_move | move a panels window on the virtual screen | [ panel_move, move_panel ] |
| panel_new | create and destroy panels | [ panel_new, new_panel, del_panel ] |
| panel_show | panels deck manipulation routines | [ panel_show, show_panel, hide_panel, panel_hidden ] |
| panel_top | panels deck manipulation routines | [ panel_top, top_panel, bottom_panel ] |
| panel_update | panels virtual screen refresh routine | [ panel_update, update_panels ] |
| panel_userptr | associate application data with a panels panel | [ panel_userptr, set_panel_userptr ] |
| panel_window | get or set the current window of a panels panel | [ panel_window, replace_panel ] |
| panels | character based panels package | |
| pechochar | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| pechowchar | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| pnoutrefresh | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| pos_form_cursor | position forms window cursor | [ form_cursor, pos_form_cursor ] |
| pos_menu_cursor | correctly position a menus cursor | [ menu_cursor, pos_menu_cursor ] |
| post_form | write or erase forms from associated subwindows | [ form_post, post_form, unpost_form ] |
| post_menu | write or erase menus from associated subwindows | [ menu_post, post_menu, unpost_menu ] |
| prefresh | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| printw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| putp | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| putwin | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| qiflush | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| raw | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| read_vtoc | read and write a disk’s VTOC | [ read_vtoc, write_vtoc ] |
| realloc | memory allocator | [ malloc, free, realloc, calloc, mallopt, mallinfo ] |
| redrawwin | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| refresh | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| replace_panel | get or set the current window of a panels panel | [ panel_window, replace_panel ] |
| reset_prog_mode | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| reset_shell_mode | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| resetty | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| restartterm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| ripoffline | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| savetty | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| scale_form | forms window and subwindow association routines | [ form_win, set_form_win, set_form_sub, form_sub, scale_form ] |
| scale_menu | menus window and subwindow association routines | [ menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu ] |
| scanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| scr_dump | read (write) a curses screen from (to) a file | [ curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set ] |
| scr_init | read (write) a curses screen from (to) a file | [ curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set ] |
| scr_restore | read (write) a curses screen from (to) a file | [ curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set ] |
| scr_set | read (write) a curses screen from (to) a file | [ curs_scr_dump, scr_dump, scr_restore, scr_init, scr_set ] |
| scrl | scroll a curses window | [ curs_scroll, scroll, scrl, wscrl ] |
| scroll | scroll a curses window | [ curs_scroll, scroll, scrl, wscrl ] |
| scrollok | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| set_current_field | set forms current page and field | [ form_page, set_form_page, set_current_field, current_field, field_index ] |
| set_current_item | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| set_curterm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| set_field_back | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| set_field_buffer | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| set_field_fore | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| set_field_init | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| set_field_just | format the general appearance of forms | [ form_field_just, set_field_just, field_just ] |
| set_field_opts | forms field option routines | [ form_field_opts, set_field_opts, field_opts_on, field_opts_off, field_opts ] |
| set_field_pad | format the general display attributes of forms | [ form_field_attributes, set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad ] |
| set_field_status | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| set_field_term | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| set_field_type | forms field data type validation | [ form_field_validation, set_field_type, field_type, field_arg ] |
| set_field_userptr | associate application data with forms | [ form_field_userptr, set_field_userptr, field_userptr ] |
| set_fieldtype_arg | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| set_fieldtype_choice | forms fieldtype routines | [ form_fieldtype, new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype ] |
| set_form_fields | connect fields to forms | [ form_field, set_form_fields, form_fields, field_count, move_field ] |
| set_form_init | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| set_form_opts | forms option routines | [ form_opts, set_form_opts, form_opts_on, form_opts_off ] |
| set_form_page | set forms current page and field | [ form_page, set_form_page, set_current_field, current_field, field_index ] |
| set_form_sub | forms window and subwindow association routines | [ form_win, set_form_win, set_form_sub, form_sub, scale_form ] |
| set_form_term | assign application-specific routines for invocation by forms | [ form_hook, set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term ] |
| set_form_userptr | associate application data with forms | [ form_userptr, set_form_userptr ] |
| set_form_win | forms window and subwindow association routines | [ form_win, set_form_win, set_form_sub, form_sub, scale_form ] |
| set_item_init | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| set_item_opts | menus item option routines | [ menu_item_opts, set_item_opts, item_opts_on, item_opts_off, item_opts ] |
| set_item_term | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| set_item_userptr | associate application data with menus items | [ menu_item_userptr, set_item_userptr, item_userptr ] |
| set_item_value | set and get menus item values | [ menu_item_value, set_item_value, item_value ] |
| set_max_field | set and get forms field attributes | [ form_field_buffer, set_field_buffer, field_buffer, set_field_status, field_status, set_max_field ] |
| set_menu_back | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| set_menu_fore | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| set_menu_format | set and get maximum numbers of rows and columns in menus | [ menu_format, set_menu_format ] |
| set_menu_grey | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| set_menu_init | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| set_menu_items | connect and disconnect items to and from menus | [ menu_items, set_menu_items, item_count ] |
| set_menu_mark | menus mark string routines | [ menu_mark, set_menu_mark ] |
| set_menu_opts | menus option routines | [ menu_opts, set_menu_opts, menu_opts_on, menu_opts_off ] |
| set_menu_pad | control menus display attributes | [ menu_attributes, set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad ] |
| set_menu_pattern | set and get menus pattern match buffer | [ menu_pattern, set_menu_pattern ] |
| set_menu_sub | menus window and subwindow association routines | [ menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu ] |
| set_menu_term | assign application-specific routines for automatic invocation by menus | [ menu_hook, set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term ] |
| set_menu_userptr | associate application data with menus | [ menu_userptr, set_menu_userptr ] |
| set_menu_win | menus window and subwindow association routines | [ menu_win, set_menu_win, set_menu_sub, menu_sub, scale_menu ] |
| set_new_page | forms pagination | [ form_new_page, set_new_page, new_page ] |
| set_panel_userptr | associate application data with a panels panel | [ panel_userptr, set_panel_userptr ] |
| set_term | curses screen initialization and manipulation routines | [ curs_initscr, initscr, newterm, endwin, isendwin, set_term, delscreen ] |
| set_top_row | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| setscrreg | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| setsyx | low-level curses routines | [ curs_kernel, def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms ] |
| setterm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| setupterm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| show_panel | panels deck manipulation routines | [ panel_show, show_panel, hide_panel, panel_hidden ] |
| slk_attroff | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_attron | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_attrset | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_clear | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_init | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_label | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_noutrefresh | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_refresh | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_restore | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_set | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| slk_touch | curses soft label routines | [ curs_slk, slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff ] |
| standend | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| standout | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| start_color | curses color manipulation routines | [ curs_color, start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content ] |
| subpad | create and display curses pads | [ curs_pad, newpad, subpad, prefresh, pnoutrefresh, pechochar, pechowchar ] |
| subwin | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| syncok | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| termattrs | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| termname | curses environment query routines | [ curs_termattrs, baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname ] |
| tgetent | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| tgetflag | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| tgetnum | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| tgetstr | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| tgoto | curses interfaces (emulated) to the termcap library | [ curs_termcap, tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs ] |
| tigetflag | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| tigetnum | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| tigetstr | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| timeout | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| tnf_process_disable | probe control internal interface | [ tnf_process_disable, tnf_process_enable, tnf_thread_disable, tnf_thread_enable ] |
| tnf_process_enable | probe control internal interface | [ tnf_process_disable, tnf_process_enable, tnf_thread_disable, tnf_thread_enable ] |
| tnf_thread_disable | probe control internal interface | [ tnf_process_disable, tnf_process_enable, tnf_thread_disable, tnf_thread_enable ] |
| tnf_thread_enable | probe control internal interface | [ tnf_process_disable, tnf_process_enable, tnf_thread_disable, tnf_thread_enable ] |
| top_panel | panels deck manipulation routines | [ panel_top, top_panel, bottom_panel ] |
| top_row | set and get current menus items | [ menu_item_current, set_current_item, current_item, set_top_row, top_row, item_index ] |
| touchline | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| touchwin | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| tparm | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| tputs | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| typeahead | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| unctrl | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| ungetch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| ungetwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| unpost_form | write or erase forms from associated subwindows | [ form_post, post_form, unpost_form ] |
| unpost_menu | write or erase menus from associated subwindows | [ menu_post, post_menu, unpost_menu ] |
| untouchwin | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| update_panels | panels virtual screen refresh routine | [ panel_update, update_panels ] |
| use_env | curses miscellaneous utility routines | [ curs_util, unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp ] |
| vidattr | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| vidputs | curses interfaces to terminfo database | [ curs_terminfo, setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr ] |
| volmgt_check | have Volume Management check for media | |
| volmgt_inuse | check whether or not Volume Management is managing a pathname | |
| volmgt_root | return the Volume Management root directory | |
| volmgt_running | return whether or not Volume Management is running | |
| volmgt_symdev | convert between Volume Management symbolic names, and the devices that correspond to them | [ volmgt_symname, volmgt_symdev ] |
| volmgt_symname | convert between Volume Management symbolic names, and the devices that correspond to them | [ volmgt_symname, volmgt_symdev ] |
| vwprintw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| vwscanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| waddch | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| waddchnstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| waddchstr | add string of characters (and attributes) to a curses window | [ curs_addchstr, addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr ] |
| waddnstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| waddnwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| waddstr | add a string of characters to a curses window and advance cursor | [ curs_addstr, addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr ] |
| waddwch | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| waddwchnstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| waddwchstr | add string of wchar_t characters (and attributes) to a curses window | [ curs_addwchstr, addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr ] |
| waddwstr | add a string of wchar_t characters to a curses window and advance cursor | [ curs_addwstr, addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr ] |
| wadjcurspos | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| wattroff | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| wattron | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| wattrset | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| wbkgd | curses window background manipulation routines | [ curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd ] |
| wbkgdset | curses window background manipulation routines | [ curs_bkgd, bkgd, bkgdset, wbkgdset, wbkgd ] |
| wborder | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| wclear | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| wclrtobot | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| wclrtoeol | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| wcursyncup | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| wdelch | delete character under cursor in a curses window | [ curs_delch, delch, wdelch, mvdelch, mvwdelch ] |
| wdeleteln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| wechochar | add a character (with attributes) to a curses window and advance cursor | [ curs_addch, addch, waddch, mvaddch, mvwaddch, echochar, wechochar ] |
| wechowchar | add a wchar_t character (with attributes) to a curses window and advance cursor | [ curs_addwch, addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar ] |
| werase | clear all or part of a curses window | [ curs_clear, erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol ] |
| wgetch | get (or push back) characters from curses terminal keyboard | [ curs_getch, getch, wgetch, mvgetch, mvwgetch, ungetch ] |
| wgetnstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| wgetnwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| wgetstr | get character strings from curses terminal keyboard | [ curs_getstr, getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr ] |
| wgetwch | get (or push back) wchar_t characters from curses terminal keyboard | [ curs_getwch, getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch ] |
| wgetwstr | get wchar_t character strings from curses terminal keyboard | [ curs_getwstr, getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr ] |
| whline | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| winch | get a character and its attributes from a curses window | [ curs_inch, inch, winch, mvinch, mvwinch ] |
| winchnstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| winchstr | get a string of characters (and attributes) from a curses window | [ curs_inchstr, inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr ] |
| winnstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| winnwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| winsch | insert a character before the character under the cursor in a curses window | [ curs_insch, insch, winsch, mvinsch, mvwinsch ] |
| winsdelln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| winsertln | delete and insert lines in a curses window | [ curs_deleteln, deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln ] |
| winsnstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| winsnwstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| winsstr | insert string before character under the cursor in a curses window | [ curs_insstr, insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr ] |
| winstr | get a string of characters from a curses window | [ curs_instr, instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr ] |
| winswch | insert a wchar_t character before the character under the cursor in a curses window | [ curs_inswch, inswch, winswch, mvinswch, mvwinswch ] |
| winswstr | insert wchar_t string before character under the cursor in a curses window | [ curs_inswstr, inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr ] |
| winwch | get a wchar_t character and its attributes from a curses window | [ curs_inwch, inwch, winwch, mvinwch, mvwinwch ] |
| winwchnstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| winwchstr | get a string of wchar_t characters (and attributes) from a curses window | [ curs_inwchstr, inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr ] |
| winwstr | get a string of wchar_t characters from a curses window | [ curs_inwstr, inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr ] |
| wmove | move curses window cursor | [ curs_move, move, wmove ] |
| wmovenextch | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| wmoveprevch | these functions are added to ALE curses library for moving the cursor by character. | [ curs_alecompat, movenextch, wmovenextch, moveprevch, wmoveprevch, adjcurspos, wadjcurspos ] |
| wnoutrefresh | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| wprintw | print formatted output in curses windows | [ curs_printw, printw, wprintw, mvprintw, mvwprintw, vwprintw ] |
| wredrawln | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| wrefresh | refresh curses windows and lines | [ curs_refresh, refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln ] |
| write_vtoc | read and write a disk’s VTOC | [ read_vtoc, write_vtoc ] |
| wscanw | convert formatted input from a curses widow | [ curs_scanw, scanw, wscanw, mvscanw, mvwscanw, vwscanw ] |
| wscrl | scroll a curses window | [ curs_scroll, scroll, scrl, wscrl ] |
| wsetscrreg | curses terminal output option control routines | [ curs_outopts, clearok, idlok, idcok, immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl ] |
| wstandend | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| wstandout | curses character and window attribute control routines | [ curs_attr, attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout ] |
| wsyncdown | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| wsyncup | create curses windows | [ curs_window, newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown ] |
| wtimeout | curses terminal input option control routines | [ curs_inopts, cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead ] |
| wtouchln | curses refresh control routines | [ curs_touch, touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched ] |
| wvline | create curses borders, horizontal and vertical lines | [ curs_border, border, wborder, box, whline, wvline ] |
| ASSERT | expression verification | [ ASSERT, assert ] |
| Intro | introduction to DDI/DKI functions | [ Intro, intro ] |
| OTHERQ | get pointer to queue’s partner queue | [ OTHERQ, otherq ] |
| RD | get pointer to the read queue | [ RD, rd ] |
| SAMESTR | test if next queue is in the same stream | [ SAMESTR, samestr ] |
| WR | get pointer to the write queue for this module or driver | [ WR, wr ] |
| adjmsg | trim bytes from a message | |
| allocb | allocate a message block | |
| anocancel | prevent cancellation of asynchronous I/O request | |
| aphysio | perform asynchronous physical I/O | |
| assert | expression verification | [ ASSERT, assert ] |
| backq | get pointer to the queue behind the current queue | |
| bcanput | test for flow control in specified priority band | |
| bcanputnext | test for room in next module’s message queue | [ canputnext, bcanputnext ] |
| bcmp | compare two byte arrays | |
| bcopy | copy data between address locations in the kernel | |
| biodone | release buffer after buffer I/O transfer and notify blocked threads | |
| bioerror | indicate error in buffer header | |
| bioreset | reuse a private buffer header after I/O is complete | |
| biowait | suspend processes pending completion of block I/O | |
| bp_mapin | allocate virtual address space | |
| bp_mapout | deallocate virtual address space | |
| btop | convert size in bytes to size in pages (round down) | |
| btopr | convert size in bytes to size in pages (round up) | |
| bufcall | call a function when a buffer becomes available | |
| bzero | clear memory for a given number of bytes | |
| canput | test for room in a message queue | |
| canputnext | test for room in next module’s message queue | [ canputnext, bcanputnext ] |
| clrbuf | erase the contents of a buffer | |
| cmn_err | display an error message or panic the system | [ cmn_err, vcmn_err ] |
| condvar | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| copyb | copy a message block | |
| copyin | copy data from a user program to a driver buffer | |
| copymsg | copy a message | |
| copyout | copy data from a driver to a user program | |
| cv_broadcast | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_destroy | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_init | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_signal | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_timedwait | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_timedwait_sig | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_wait | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| cv_wait_sig | condition variable routines | [ condvar, cv_init, cv_destroy, cv_wait, cv_signal, cv_broadcast, cv_wait_sig, cv_timedwait, cv_timedwait_sig ] |
| datamsg | test whether a message is a data message | |
| ddi_add_intr | hardware interrupt handling routines | [ ddi_add_intr, ddi_get_iblock_cookie, ddi_remove_intr ] |
| ddi_add_softintr | software interrupt handling routines | [ ddi_add_softintr, ddi_get_soft_iblock_cookie, ddi_remove_softintr, ddi_trigger_softintr ] |
| ddi_btop | page size conversions | [ ddi_btop, ddi_btopr, ddi_ptob ] |
| ddi_btopr | page size conversions | [ ddi_btop, ddi_btopr, ddi_ptob ] |
| ddi_copyin | copy data to a driver buffer | |
| ddi_copyout | copy data from a driver | |
| ddi_create_minor_node | create a minor node for this device | |
| ddi_dev_is_sid | tell whether a device is self-identifying | |
| ddi_dev_nintrs | return the number of interrupt specifications a device has | |
| ddi_dev_nregs | return the number of register sets a device has | |
| ddi_dev_regsize | return the size of a device’s register | |
| ddi_device_copy | copy data from one device register to another device register | |
| ddi_device_zero | zero fill the device | |
| ddi_dma_addr_bind_handle | binds an address to a DMA handle | |
| ddi_dma_addr_setup | easier DMA setup for use with virtual addresses | |
| ddi_dma_alloc_handle | allocate DMA handle | |
| ddi_dma_buf_bind_handle | binds a system buffer to a DMA handle | |
| ddi_dma_buf_setup | easier DMA setup for use with buffer structures | |
| ddi_dma_burstsizes | find out the allowed burst sizes for a DMA mapping | |
| ddi_dma_coff | convert a DMA cookie to an offset within a DMA handle | |
| ddi_dma_curwin | report current DMA window offset and size | |
| ddi_dma_devalign | find DMA mapping alignment and minimum transfer size | |
| ddi_dma_free | release system DMA resources | |
| ddi_dma_free_handle | free DMA handle | |
| ddi_dma_getwin | activate a new DMA window | |
| ddi_dma_htoc | convert a DMA handle to a DMA address cookie | |
| ddi_dma_mem_alloc | allocate memory for DMA transfer | |
| ddi_dma_mem_free | free previously allocated memory | |
| ddi_dma_movwin | shift current DMA window | |
| ddi_dma_nextcookie | retrieve subsequent DMA cookie | |
| ddi_dma_nextseg | get next DMA segment | |
| ddi_dma_nextwin | get next DMA window | |
| ddi_dma_numwin | retrieve number of DMA windows | |
| ddi_dma_segtocookie | convert a DMA segment to a DMA address cookie | |
| ddi_dma_set_sbus64 | allow 64 bit transfers on SBus | |
| ddi_dma_setup | setup DMA resources | |
| ddi_dma_sync | synchronize CPU and I/O views of memory | |
| ddi_dma_unbind_handle | unbinds the address in a DMA handle | |
| ddi_dmae | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_1stparty | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_alloc | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_disable | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_enable | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_getattr | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_getcnt | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_getlim | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_prog | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_release | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_dmae_stop | system DMA engine functions | [ ddi_dmae, ddi_dmae_alloc, ddi_dmae_release, ddi_dmae_prog, ddi_dmae_disable, ddi_dmae_enable, ddi_dmae_stop, ddi_dmae_getcnt, ddi_dmae_1stparty, ddi_dmae_getlim, ddi_dmae_getattr ] |
| ddi_enter_critical | enter and exit a critical region of control | [ ddi_enter_critical, ddi_exit_critical ] |
| ddi_exit_critical | enter and exit a critical region of control | [ ddi_enter_critical, ddi_exit_critical ] |
| ddi_ffs | find first (last) bit set in a long integer | [ ddi_ffs, ddi_fls ] |
| ddi_fls | find first (last) bit set in a long integer | [ ddi_ffs, ddi_fls ] |
| ddi_get_cred | returns a pointer to the credential structure of the caller | |
| ddi_get_driver_private | get or set the address of the device’s private data area | [ ddi_get_driver_private, ddi_set_driver_private ] |
| ddi_get_iblock_cookie | hardware interrupt handling routines | [ ddi_add_intr, ddi_get_iblock_cookie, ddi_remove_intr ] |
| ddi_get_instance | get device instance number | |
| ddi_get_name | return driver binding name | |
| ddi_get_parent | find the parent of a device information structure | |
| ddi_get_soft_iblock_cookie | software interrupt handling routines | [ ddi_add_softintr, ddi_get_soft_iblock_cookie, ddi_remove_softintr, ddi_trigger_softintr ] |
| ddi_get_soft_state | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_getb | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_getb, ddi_getw, ddi_getl, ddi_getll ] |
| ddi_getl | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_getb, ddi_getw, ddi_getl, ddi_getll ] |
| ddi_getll | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_getb, ddi_getw, ddi_getl, ddi_getll ] |
| ddi_getlongprop | get property information for leaf device drivers | [ ddi_prop_op, ddi_getprop, ddi_getlongprop, ddi_getlongprop_buf, ddi_getproplen ] |
| ddi_getlongprop_buf | get property information for leaf device drivers | [ ddi_prop_op, ddi_getprop, ddi_getlongprop, ddi_getlongprop_buf, ddi_getproplen ] |
| ddi_getprop | get property information for leaf device drivers | [ ddi_prop_op, ddi_getprop, ddi_getlongprop, ddi_getlongprop_buf, ddi_getproplen ] |
| ddi_getproplen | get property information for leaf device drivers | [ ddi_prop_op, ddi_getprop, ddi_getlongprop, ddi_getlongprop_buf, ddi_getproplen ] |
| ddi_getw | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_getb, ddi_getw, ddi_getl, ddi_getll ] |
| ddi_intr_hilevel | indicate interrupt handler type | |
| ddi_io_getb | read data from the mapped device register in I/O space | [ ddi_io_getb, ddi_io_getw, ddi_io_getl ] |
| ddi_io_getl | read data from the mapped device register in I/O space | [ ddi_io_getb, ddi_io_getw, ddi_io_getl ] |
| ddi_io_getw | read data from the mapped device register in I/O space | [ ddi_io_getb, ddi_io_getw, ddi_io_getl ] |
| ddi_io_putb | write data to the mapped device register in I/O space | [ ddi_io_putb, ddi_io_putw, ddi_io_putl ] |
| ddi_io_putl | write data to the mapped device register in I/O space | [ ddi_io_putb, ddi_io_putw, ddi_io_putl ] |
| ddi_io_putw | write data to the mapped device register in I/O space | [ ddi_io_putb, ddi_io_putw, ddi_io_putl ] |
| ddi_io_rep_getb | read multiple data from the mapped device register in I/O space | [ ddi_io_rep_getb, ddi_io_rep_getw, ddi_io_rep_getl ] |
| ddi_io_rep_getl | read multiple data from the mapped device register in I/O space | [ ddi_io_rep_getb, ddi_io_rep_getw, ddi_io_rep_getl ] |
| ddi_io_rep_getw | read multiple data from the mapped device register in I/O space | [ ddi_io_rep_getb, ddi_io_rep_getw, ddi_io_rep_getl ] |
| ddi_io_rep_putb | write multiple data to the mapped device register in I/O space | [ ddi_io_rep_putb, ddi_io_rep_putw, ddi_io_rep_putl ] |
| ddi_io_rep_putl | write multiple data to the mapped device register in I/O space | [ ddi_io_rep_putb, ddi_io_rep_putw, ddi_io_rep_putl ] |
| ddi_io_rep_putw | write multiple data to the mapped device register in I/O space | [ ddi_io_rep_putb, ddi_io_rep_putw, ddi_io_rep_putl ] |
| ddi_iomin | find minimum alignment and transfer size for DMA | |
| ddi_iopb_alloc | allocate and free non-sequentially accessed memory | [ ddi_iopb_alloc, ddi_iopb_free ] |
| ddi_iopb_free | allocate and free non-sequentially accessed memory | [ ddi_iopb_alloc, ddi_iopb_free ] |
| ddi_map_regs | map or unmap registers | [ ddi_map_regs, ddi_unmap_regs ] |
| ddi_mapdev | create driver-controlled mapping of device | |
| ddi_mapdev_intercept | control driver notification of user accesses | [ ddi_mapdev_intercept, ddi_mapdev_nointercept ] |
| ddi_mapdev_nointercept | control driver notification of user accesses | [ ddi_mapdev_intercept, ddi_mapdev_nointercept ] |
| ddi_mapdev_set_device_acc_attr | Set the device attributes for the mapping | |
| ddi_mem_alloc | allocate and free sequentially accessed memory | [ ddi_mem_alloc, ddi_mem_free ] |
| ddi_mem_free | allocate and free sequentially accessed memory | [ ddi_mem_alloc, ddi_mem_free ] |
| ddi_mem_getb | read data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_getb, ddi_mem_getw, ddi_mem_getl, ddi_mem_getll ] |
| ddi_mem_getl | read data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_getb, ddi_mem_getw, ddi_mem_getl, ddi_mem_getll ] |
| ddi_mem_getll | read data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_getb, ddi_mem_getw, ddi_mem_getl, ddi_mem_getll ] |
| ddi_mem_getw | read data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_getb, ddi_mem_getw, ddi_mem_getl, ddi_mem_getll ] |
| ddi_mem_putb | write data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_putb, ddi_mem_putw, ddi_mem_putl, ddi_mem_putll ] |
| ddi_mem_putl | write data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_putb, ddi_mem_putw, ddi_mem_putl, ddi_mem_putll ] |
| ddi_mem_putll | write data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_putb, ddi_mem_putw, ddi_mem_putl, ddi_mem_putll ] |
| ddi_mem_putw | write data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_putb, ddi_mem_putw, ddi_mem_putl, ddi_mem_putll ] |
| ddi_mem_rep_getb | read multiple data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_getb, ddi_mem_rep_getw, ddi_mem_rep_getl, ddi_mem_rep_getll ] |
| ddi_mem_rep_getl | read multiple data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_getb, ddi_mem_rep_getw, ddi_mem_rep_getl, ddi_mem_rep_getll ] |
| ddi_mem_rep_getll | read multiple data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_getb, ddi_mem_rep_getw, ddi_mem_rep_getl, ddi_mem_rep_getll ] |
| ddi_mem_rep_getw | read multiple data from mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_getb, ddi_mem_rep_getw, ddi_mem_rep_getl, ddi_mem_rep_getll ] |
| ddi_mem_rep_putb | write multiple data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_putb, ddi_mem_rep_putw, ddi_mem_rep_putl, ddi_mem_rep_putll ] |
| ddi_mem_rep_putl | write multiple data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_putb, ddi_mem_rep_putw, ddi_mem_rep_putl, ddi_mem_rep_putll ] |
| ddi_mem_rep_putll | write multiple data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_putb, ddi_mem_rep_putw, ddi_mem_rep_putl, ddi_mem_rep_putll ] |
| ddi_mem_rep_putw | write multiple data to mapped device in the memory space or allocated DMA memory | [ ddi_mem_rep_putb, ddi_mem_rep_putw, ddi_mem_rep_putl, ddi_mem_rep_putll ] |
| ddi_peek | read a value from a location | [ ddi_peek, ddi_peekc, ddi_peeks, ddi_peekl, ddi_peekd ] |
| ddi_peekc | read a value from a location | [ ddi_peek, ddi_peekc, ddi_peeks, ddi_peekl, ddi_peekd ] |
| ddi_peekd | read a value from a location | [ ddi_peek, ddi_peekc, ddi_peeks, ddi_peekl, ddi_peekd ] |
| ddi_peekl | read a value from a location | [ ddi_peek, ddi_peekc, ddi_peeks, ddi_peekl, ddi_peekd ] |
| ddi_peeks | read a value from a location | [ ddi_peek, ddi_peekc, ddi_peeks, ddi_peekl, ddi_peekd ] |
| ddi_poke | write a value to a location | [ ddi_poke, ddi_pokec, ddi_pokes, ddi_pokel, ddi_poked ] |
| ddi_pokec | write a value to a location | [ ddi_poke, ddi_pokec, ddi_pokes, ddi_pokel, ddi_poked ] |
| ddi_poked | write a value to a location | [ ddi_poke, ddi_pokec, ddi_pokes, ddi_pokel, ddi_poked ] |
| ddi_pokel | write a value to a location | [ ddi_poke, ddi_pokec, ddi_pokes, ddi_pokel, ddi_poked ] |
| ddi_pokes | write a value to a location | [ ddi_poke, ddi_pokec, ddi_pokes, ddi_pokel, ddi_poked ] |
| ddi_prop_create | create, remove, or modify properties for leaf device drivers | [ ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine ] |
| ddi_prop_exists | check for the existence of a property | |
| ddi_prop_free | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_get_int | lookup integer property | |
| ddi_prop_lookup | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_lookup_byte_array | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_lookup_int_array | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_lookup_string | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_lookup_string_array | look up property information | [ ddi_prop_lookup, ddi_prop_lookup_int_array, ddi_prop_lookup_string_array, ddi_prop_lookup_string, ddi_prop_lookup_byte_array, ddi_prop_free ] |
| ddi_prop_modify | create, remove, or modify properties for leaf device drivers | [ ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine ] |
| ddi_prop_op | get property information for leaf device drivers | [ ddi_prop_op, ddi_getprop, ddi_getlongprop, ddi_getlongprop_buf, ddi_getproplen ] |
| ddi_prop_remove | create, remove, or modify properties for leaf device drivers | [ ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine ] |
| ddi_prop_remove_all | create, remove, or modify properties for leaf device drivers | [ ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine ] |
| ddi_prop_undefine | create, remove, or modify properties for leaf device drivers | [ ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine ] |
| ddi_prop_update | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_prop_update_byte_array | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_prop_update_int | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_prop_update_int_array | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_prop_update_string | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_prop_update_string_array | update properties | [ ddi_prop_update, ddi_prop_update_int_array, ddi_prop_update_int, ddi_prop_update_string_array, ddi_prop_update_string, ddi_prop_update_byte_array ] |
| ddi_ptob | page size conversions | [ ddi_btop, ddi_btopr, ddi_ptob ] |
| ddi_putb | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_putb, ddi_putw, ddi_putl, ddi_putll ] |
| ddi_putl | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_putb, ddi_putw, ddi_putl, ddi_putll ] |
| ddi_putll | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_putb, ddi_putw, ddi_putl, ddi_putll ] |
| ddi_putw | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_putb, ddi_putw, ddi_putl, ddi_putll ] |
| ddi_regs_map_free | free a previously mapped register address space | |
| ddi_regs_map_setup | set up a mapping for a register address space | |
| ddi_remove_intr | hardware interrupt handling routines | [ ddi_add_intr, ddi_get_iblock_cookie, ddi_remove_intr ] |
| ddi_remove_minor_node | remove a minor node for this dev_info | |
| ddi_remove_softintr | software interrupt handling routines | [ ddi_add_softintr, ddi_get_soft_iblock_cookie, ddi_remove_softintr, ddi_trigger_softintr ] |
| ddi_rep_getb | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_getb, ddi_rep_getw, ddi_rep_getl, ddi_rep_getll ] |
| ddi_rep_getl | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_getb, ddi_rep_getw, ddi_rep_getl, ddi_rep_getll ] |
| ddi_rep_getll | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_getb, ddi_rep_getw, ddi_rep_getl, ddi_rep_getll ] |
| ddi_rep_getw | read data from the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_getb, ddi_rep_getw, ddi_rep_getl, ddi_rep_getll ] |
| ddi_rep_putb | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_putb, ddi_rep_putw, ddi_rep_putl, ddi_rep_putll ] |
| ddi_rep_putl | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_putb, ddi_rep_putw, ddi_rep_putl, ddi_rep_putll ] |
| ddi_rep_putll | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_putb, ddi_rep_putw, ddi_rep_putl, ddi_rep_putll ] |
| ddi_rep_putw | write data to the mapped memory address, device register or allocated DMA memory address | [ ddi_rep_putb, ddi_rep_putw, ddi_rep_putl, ddi_rep_putll ] |
| ddi_report_dev | announce a device | |
| ddi_root_node | get the root of the dev_info tree | |
| ddi_segmap | Set up a user mapping using seg_dev | [ ddi_segmap, ddi_segmap_setup ] |
| ddi_segmap_setup | Set up a user mapping using seg_dev | [ ddi_segmap, ddi_segmap_setup ] |
| ddi_set_driver_private | get or set the address of the device’s private data area | [ ddi_get_driver_private, ddi_set_driver_private ] |
| ddi_slaveonly | tell if a device is installed in a slave access only location | |
| ddi_soft_state | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_soft_state_fini | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_soft_state_free | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_soft_state_init | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_soft_state_zalloc | driver soft state utility routines | [ ddi_soft_state, ddi_get_soft_state, ddi_soft_state_fini, ddi_soft_state_free, ddi_soft_state_init, ddi_soft_state_zalloc ] |
| ddi_trigger_softintr | software interrupt handling routines | [ ddi_add_softintr, ddi_get_soft_iblock_cookie, ddi_remove_softintr, ddi_trigger_softintr ] |
| ddi_unmap_regs | map or unmap registers | [ ddi_map_regs, ddi_unmap_regs ] |
| delay | delay execution for a specified number of clock ticks | |
| disksort | single direction elevator seek sort for buffers | |
| drv_getparm | retrieve kernel state information | |
| drv_hztousec | convert clock ticks to microseconds | |
| drv_priv | determine driver privilege | |
| drv_usectohz | convert microseconds to clock ticks | |
| drv_usecwait | busy-wait for specified interval | |
| dupb | duplicate a message block descriptor | |
| dupmsg | duplicate a message | |
| enableok | reschedule a queue for service | |
| esballoc | allocate a message block using a caller-supplied buffer | |
| esbbcall | call function when buffer is available | |
| flushband | flush messages for a specified priority band | |
| flushq | remove messages from a queue | |
| free_pktiopb | allocate/free a SCSI packet in the iopb map | [ get_pktiopb, free_pktiopb ] |
| freeb | free a message block | |
| freemsg | free all message blocks in a message | |
| freerbuf | free a raw buffer header | |
| freezestr | freeze, thaw the state of a stream | [ freezestr, unfreezestr ] |
| get_pktiopb | allocate/free a SCSI packet in the iopb map | [ get_pktiopb, free_pktiopb ] |
| geterror | return I/O error | |
| getmajor | get major device number | |
| getminor | get minor device number | |
| getq | get the next message from a queue | |
| getrbuf | get a raw buffer header | |
| hat_getkpfnum | get page frame number for kernel address | |
| inb | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| inl | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| insq | insert a message into a queue | |
| intro | introduction to DDI/DKI functions | [ Intro, intro ] |
| inw | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| kmem_alloc | allocate kernel memory | [ kmem_alloc, kmem_zalloc, kmem_free ] |
| kmem_free | allocate kernel memory | [ kmem_alloc, kmem_zalloc, kmem_free ] |
| kmem_zalloc | allocate kernel memory | [ kmem_alloc, kmem_zalloc, kmem_free ] |
| kstat_create | create and initialize a new kstat | |
| kstat_delete | remove a kstat from the system | |
| kstat_install | add a fully initialized kstat to the system | |
| kstat_named_init | initialize a named kstat | |
| kstat_queue | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_runq_back_to_waitq | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_runq_enter | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_runq_exit | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_waitq_enter | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_waitq_exit | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| kstat_waitq_to_runq | update I/O kstat statistics | [ kstat_queue, kstat_waitq_enter, kstat_waitq_exit, kstat_runq_enter, kstat_runq_exit, kstat_waitq_to_runq, kstat_runq_back_to_waitq ] |
| linkb | concatenate two message blocks | |
| makecom | make a packet for SCSI commands | [ makecom, makecom_g0, makecom_g0_s, makecom_g1, makecom_g5 ] |
| makecom_g0 | make a packet for SCSI commands | [ makecom, makecom_g0, makecom_g0_s, makecom_g1, makecom_g5 ] |
| makecom_g0_s | make a packet for SCSI commands | [ makecom, makecom_g0, makecom_g0_s, makecom_g1, makecom_g5 ] |
| makecom_g1 | make a packet for SCSI commands | [ makecom, makecom_g0, makecom_g0_s, makecom_g1, makecom_g5 ] |
| makecom_g5 | make a packet for SCSI commands | [ makecom, makecom_g0, makecom_g0_s, makecom_g1, makecom_g5 ] |
| makedevice | make device number from major and minor numbers | |
| max | return the larger of two integers | |
| min | return the lesser of two integers | |
| minphys | perform physical I/O | [ physio, minphys ] |
| mod_info | add, remove or query a loadable module | [ mod_install, mod_remove, mod_info ] |
| mod_install | add, remove or query a loadable module | [ mod_install, mod_remove, mod_info ] |
| mod_remove | add, remove or query a loadable module | [ mod_install, mod_remove, mod_info ] |
| msgdsize | return the number of bytes in a message | |
| msgpullup | concatenate bytes in a message | |
| mt-streams | STREAMS multithreading | |
| mutex | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_destroy | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_enter | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_exit | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_init | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_owned | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| mutex_tryenter | mutual exclusion lock routines | [ mutex, mutex_enter, mutex_exit, mutex_init, mutex_destroy, mutex_owned, mutex_tryenter ] |
| nochpoll | error return function for non-pollable devices | |
| nodev | error return function | |
| noenable | prevent a queue from being scheduled | |
| nulldev | zero return function | |
| numtos | convert between an integer and a decimal string | [ stoi, numtos ] |
| otherq | get pointer to queue’s partner queue | [ OTHERQ, otherq ] |
| outb | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| outl | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| outw | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| pci_config_getb | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_getl | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_getll | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_getw | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_putb | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_putl | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_putll | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_putw | read or write single datum of various sizes to the PCI Local Bus Configuration space | [ pci_config_getb, pci_config_getw, pci_config_getl, pci_config_getll, pci_config_putb, pci_config_putw, pci_config_putl, pci_config_putll ] |
| pci_config_setup | setup or tear down the resources for enabling accesses to the PCI Local Bus Configuration space | [ pci_config_setup, pci_config_teardown ] |
| pci_config_teardown | setup or tear down the resources for enabling accesses to the PCI Local Bus Configuration space | [ pci_config_setup, pci_config_teardown ] |
| physio | perform physical I/O | [ physio, minphys ] |
| pollwakeup | inform a process that an event has occurred | |
| proc_ref | send a signal to a process | [ proc_signal, proc_ref, proc_unref ] |
| proc_signal | send a signal to a process | [ proc_signal, proc_ref, proc_unref ] |
| proc_unref | send a signal to a process | [ proc_signal, proc_ref, proc_unref ] |
| ptob | convert size in pages to size in bytes | |
| pullupmsg | concatenate bytes in a message | |
| put | call a STREAMS put procedure | |
| putbq | place a message at the head of a queue | |
| putctl | send a control message to a queue | |
| putctl1 | send a control message with a one-byte parameter to a queue | |
| putnext | send a message to the next queue | |
| putnextctl | send a control message to a queue | |
| putnextctl1 | send a control message with a one-byte parameter to a queue | |
| putq | put a message on a queue | |
| qbufcall | call a function when a buffer becomes available | |
| qenable | enable a queue | |
| qprocsoff | enable, disable put and service routines | [ qprocson, qprocsoff ] |
| qprocson | enable, disable put and service routines | [ qprocson, qprocsoff ] |
| qreply | send a message on a stream in the reverse direction | |
| qsize | find the number of messages on a queue | |
| qtimeout | execute a function after a specified length of time | |
| qunbufcall | cancel a pending qbufcall request | |
| quntimeout | cancel previous qtimeout function call | |
| qwait | STREAMS wait routines | [ qwait, qwait_sig ] |
| qwait_sig | STREAMS wait routines | [ qwait, qwait_sig ] |
| qwriter | asynchronous STREAMS perimeter upgrade | |
| rd | get pointer to the read queue | [ RD, rd ] |
| repinsb | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| repinsd | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| repinsw | read from an I/O port | [ inb, inw, inl, repinsb, repinsw, repinsd ] |
| repoutsb | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| repoutsd | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| repoutsw | write to an I/O port | [ outb, outw, outl, repoutsb, repoutsw, repoutsd ] |
| rmalloc | allocate space from a resource map | |
| rmalloc_wait | allocate space from a resource map, wait if necessary | |
| rmallocmap | allocate and free resource maps | [ rmallocmap, rmallocmap_wait, rmfreemap ] |
| rmallocmap_wait | allocate and free resource maps | [ rmallocmap, rmallocmap_wait, rmfreemap ] |
| rmfree | free space back into a resource map | |
| rmfreemap | allocate and free resource maps | [ rmallocmap, rmallocmap_wait, rmfreemap ] |
| rmvb | remove a message block from a message | |
| rmvq | remove a message from a queue | |
| rw_destroy | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_downgrade | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_enter | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_exit | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_init | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_read_locked | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_tryenter | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rw_tryupgrade | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| rwlock | readers/writer lock functions | [ rwlock, rw_init, rw_destroy, rw_enter, rw_exit, rw_tryenter, rw_downgrade, rw_tryupgrade, rw_read_locked ] |
| samestr | test if next queue is in the same stream | [ SAMESTR, samestr ] |
| scsi_abort | abort a SCSI command | |
| scsi_alloc_consistent_buf | allocate an I/O buffer for SCSI DMA | |
| scsi_cname | decode a SCSI name | [ scsi_cname, scsi_dname, scsi_mname, scsi_rname, scsi_sname ] |
| scsi_destroy_pkt | free an allocated SCSI packet and its DMA resource | |
| scsi_dmafree | SCSI dma utility routines | [ scsi_dmaget, scsi_dmafree ] |
| scsi_dmaget | SCSI dma utility routines | [ scsi_dmaget, scsi_dmafree ] |
| scsi_dname | decode a SCSI name | [ scsi_cname, scsi_dname, scsi_mname, scsi_rname, scsi_sname ] |
| scsi_errmsg | display a SCSI request sense message | |
| scsi_free_consistent_buf | free a previously allocated SCSI DMA I/O buffer | |
| scsi_hba_attach | SCSI HBA attach and detach routines | [ scsi_hba_attach_setup, scsi_hba_attach, scsi_hba_detach ] |
| scsi_hba_attach_setup | SCSI HBA attach and detach routines | [ scsi_hba_attach_setup, scsi_hba_attach, scsi_hba_detach ] |
| scsi_hba_detach | SCSI HBA attach and detach routines | [ scsi_hba_attach_setup, scsi_hba_attach, scsi_hba_detach ] |
| scsi_hba_fini | SCSI Host Bus Adapter system initialization and completion routines | [ scsi_hba_init, scsi_hba_fini ] |
| scsi_hba_init | SCSI Host Bus Adapter system initialization and completion routines | [ scsi_hba_init, scsi_hba_fini ] |
| scsi_hba_lookup_capstr | return index matching capability string | |
| scsi_hba_pkt_alloc | allocate and free a scsi_pkt structure | [ scsi_hba_pkt_alloc, scsi_hba_pkt_free ] |
| scsi_hba_pkt_free | allocate and free a scsi_pkt structure | [ scsi_hba_pkt_alloc, scsi_hba_pkt_free ] |
| scsi_hba_probe | default SCSI HBA probe function | |
| scsi_hba_tran_alloc | allocate and free transport structures | [ scsi_hba_tran_alloc, scsi_hba_tran_free ] |
| scsi_hba_tran_free | allocate and free transport structures | [ scsi_hba_tran_alloc, scsi_hba_tran_free ] |
| scsi_ifgetcap | get/set SCSI transport capability | [ scsi_ifgetcap, scsi_ifsetcap ] |
| scsi_ifsetcap | get/set SCSI transport capability | [ scsi_ifgetcap, scsi_ifsetcap ] |
| scsi_init_pkt | prepare a complete SCSI packet | |
| scsi_log | display a SCSI-device-related message | |
| scsi_mname | decode a SCSI name | [ scsi_cname, scsi_dname, scsi_mname, scsi_rname, scsi_sname ] |
| scsi_pktalloc | SCSI packet utility routines | [ scsi_pktalloc, scsi_resalloc, scsi_pktfree, scsi_resfree ] |
| scsi_pktfree | SCSI packet utility routines | [ scsi_pktalloc, scsi_resalloc, scsi_pktfree, scsi_resfree ] |
| scsi_poll | run a polled SCSI command on behalf of a target driver | |
| scsi_probe | utility for probing a scsi device | |
| scsi_resalloc | SCSI packet utility routines | [ scsi_pktalloc, scsi_resalloc, scsi_pktfree, scsi_resfree ] |
| scsi_reset | reset a SCSI bus or target | |
| scsi_reset_notify | notify target driver of bus resets | |
| scsi_resfree | SCSI packet utility routines | [ scsi_pktalloc, scsi_resalloc, scsi_pktfree, scsi_resfree ] |
| scsi_rname | decode a SCSI name | [ scsi_cname, scsi_dname, scsi_mname, scsi_rname, scsi_sname ] |
| scsi_slave | utility for SCSI target drivers to establish the presence of a target | |
| scsi_sname | decode a SCSI name | [ scsi_cname, scsi_dname, scsi_mname, scsi_rname, scsi_sname ] |
| scsi_sync_pkt | synchronize CPU and I/O views of memory | |
| scsi_transport | request by a SCSI target driver to start a command | |
| scsi_unprobe | free resources allocated during initial probing | [ scsi_unprobe, scsi_unslave ] |
| scsi_unslave | free resources allocated during initial probing | [ scsi_unprobe, scsi_unslave ] |
| sema_destroy | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sema_init | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sema_p | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sema_p_sig | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sema_tryp | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sema_v | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| semaphore | semaphore functions | [ semaphore, sema_init, sema_destroy, sema_p, sema_p_sig, sema_v, sema_tryp ] |
| sprintf | format characters in memory | |
| stoi | convert between an integer and a decimal string | [ stoi, numtos ] |
| strchr | find a character in a string | |
| strcmp | compare two null terminated strings. | [ strcmp, strncmp ] |
| strcpy | copy a string from one location to another. | [ strcpy, strncpy ] |
| strlen | determine the number of non-null bytes in a string | |
| strlog | submit messages to the log driver | |
| strncmp | compare two null terminated strings. | [ strcmp, strncmp ] |
| strncpy | copy a string from one location to another. | [ strcpy, strncpy ] |
| strqget | get information about a queue or band of the queue | |
| strqset | change information about a queue or band of the queue | |
| swab | swap bytes in 16-bit halfwords | |
| testb | check for an available buffer | |
| timeout | execute a function after a specified length of time | |
| uiomove | copy kernel data using uio structure | |
| unbufcall | cancel a pending bufcall request | |
| unfreezestr | freeze, thaw the state of a stream | [ freezestr, unfreezestr ] |
| unlinkb | remove a message block from the head of a message | |
| untimeout | cancel previous timeout function call | |
| ureadc | add character to a uio structure | |
| uwritec | remove a character from a uio structure | |
| va_arg | handle variable argument list | [ va_arg, va_start, va_end ] |
| va_end | handle variable argument list | [ va_arg, va_start, va_end ] |
| va_start | handle variable argument list | [ va_arg, va_start, va_end ] |
| vcmn_err | display an error message or panic the system | [ cmn_err, vcmn_err ] |
| vsprintf | format characters in memory | |
| wr | get pointer to the write queue for this module or driver | [ WR, wr ] |