home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.5 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3C / man.3C.node
Encoding:
Text File  |  1998-08-19  |  32.3 KB  |  1,101 lines

  1.  
  2. Intro.3C.html:
  3.     Title = Intro(3C)
  4.     Version = 1.0
  5.     Name = Intro - introduction to libc library
  6.     IndexEntry = intro - introduction to libc library
  7.  
  8. a64l.3C.html:
  9.     Title = a64l(3C)
  10.     Version = 1.0
  11.     Name = a64l, l64a, l64a_r - convert between long integer and base-64 ASCII string
  12.     SubName = l64a - convert between long integer and base-64 ASCII string
  13.     SubName = l64a_r - convert between long integer and base-64 ASCII string
  14.  
  15. abort.3C.html:
  16.     Title = abort(3C)
  17.     Version = 1.0
  18.     Name = abort - generate an abnormal termination signal
  19.  
  20. abs.3C.html:
  21.     Title = abs(3C)
  22.     Version = 1.0
  23.     Name = abs, labs - return integer absolute value
  24.     SubName = labs - return integer absolute value
  25.  
  26. aclsort.3C.html:
  27.     Title = aclsort(3C)
  28.     Version = 1.0
  29.     Name = aclsort - sort an Access Control List
  30.  
  31. addsev.3C.html:
  32.     Title = addsev(3C)
  33.     Version = 1.0
  34.     Name = addsev - define additional severities
  35.  
  36. addseverity.3C.html:
  37.     Title = addseverity(3C)
  38.     Version = 1.0
  39.     Name = addseverity - build a list of severity levels for an application for use with fmtmsg
  40.  
  41. atexit.3C.html:
  42.     Title = atexit(3C)
  43.     Version = 1.0
  44.     Name = atexit - add program termination routine
  45.  
  46. bsd_signal.3C.html:
  47.     Title = bsd_signal(3C)
  48.     Version = 1.0
  49.     Name = bsd_signal - simplified signal facilities
  50.  
  51. bsearch.3C.html:
  52.     Title = bsearch(3C)
  53.     Version = 1.0
  54.     Name = bsearch - binary search a sorted table
  55.  
  56. bstring.3C.html:
  57.     Title = bstring(3C)
  58.     Version = 1.0
  59.     Name = bstring: bcopy, bcmp, bzero - bit and byte string operations
  60.     SubName = bcopy - bit and byte string operations
  61.     SubName = bcmp - bit and byte string operations
  62.     SubName = bzero - bit and byte string operations
  63.  
  64. catgets.3C.html:
  65.     Title = catgets(3C)
  66.     Version = 1.0
  67.     Name = catgets - read a program message
  68.  
  69. catopen.3C.html:
  70.     Title = catopen(3C)
  71.     Version = 1.0
  72.     Name = catopen, catclose - open/close a message catalog
  73.     SubName = catclose - close a message catalogue
  74.  
  75. clock.3C.html:
  76.     Title = clock(3C)
  77.     Version = 1.0
  78.     Name = clock - report CPU time used
  79.  
  80. confstr.3C.html:
  81.     Title = confstr(3C)
  82.     Version = 1.0
  83.     Name = confstr - obtain configurable string values
  84.  
  85. conv.3C.html:
  86.     Title = conv(3C)
  87.     Version = 1.0
  88.     Name = conv: toupper, tolower, _toupper, _tolower, toascii - translate characters
  89.     SubName = toupper - convert upper case characters to lower case
  90.     SubName = tolower - convert lower case characters to upper case
  91.     SubName = _toupper - convert upper case characters to lower case
  92.     SubName = _tolower - convert lower case characters to upper case
  93.     SubName = toascii - convert characters to 7-bit ASCII
  94.  
  95. ctime.3C.html:
  96.     Title = ctime(3C)
  97.     Version = 1.0
  98.     Name = ctime, ctime_r, localtime, localtime_r, gmtime, gtime_r, asctime, asctime_r, tzset, timezone, altzone, daylight, tzname - convert date and time to string
  99.     SubName = ctime - convert date and time to string
  100.     SubName = ctime_r - convert date and time to string
  101.     SubName = localtime - convert date and time to string
  102.     SubName = localtime_r - convert date and time to string
  103.     SubName = gmtime - convert date and time to string
  104.     SubName = gtime_r - convert date and time to string
  105.     SubName = asctime - convert date and time to string
  106.     SubName = asctime_r - convert date and time to string
  107.     SubName = tzset - convert date and time to string
  108.     SubName = timezone - date and time constant
  109.     SubName = altzone - date and time constant
  110.     SubName = daylight - date and time constant
  111.     SubName = tzname - date and time constant
  112.  
  113. ctype.3C.html:
  114.     Title = ctype(3C)
  115.     Version = 1.0
  116.     Name = ctype - character handling
  117.     SubName = isdigit - test for digit character
  118.     SubName = isxdigit - test for hexadecimal digit character
  119.     SubName = islower - test for lowercase character
  120.     SubName = isupper - test for uppercase character
  121.     SubName = isalpha - test for alphabetic character
  122.     SubName = isalnum - test for alphanumeric character
  123.     SubName = isspace - test for space character
  124.     SubName = iscntrl - test for control character
  125.     SubName = ispunct - test for punctuation character
  126.     SubName = isprint - test for printable character
  127.     SubName = isgraph - test for printable character except space
  128.     SubName = isascii - test for ASCII character
  129.  
  130. difftime.3C.html:
  131.     Title = difftime(3C)
  132.     Version = 1.0
  133.     Name = difftime - compute the difference between two calendar times
  134.  
  135. directory.3C.html:
  136.     Title = directory(3C)
  137.     Version = 1.0
  138.     Name = directory: opendir, readdir, readdir64, readdir_r, readdir64_r, telldir, seekdir, rewinddir, closedir - directory operations
  139.     SubName = opendir - open a directory
  140.     SubName = readdir - return pointer to next open directory
  141.     SubName = readdir64 - return pointer to next open directory (supports large files)
  142.     SubName = readdir_r - return pointer to next open directory
  143.     SubName = readdir64_r - return pointer to next open directory (supports large files)
  144.     SubName = telldir - return current location of named directory stream
  145.     SubName = seekdir - set position of next read on directory stream
  146.     SubName = rewinddir - reset position of named directory stream
  147.     SubName = closedir - close named directory stream
  148.  
  149. div.3C.html:
  150.     Title = div(3C)
  151.     Version = 1.0
  152.     Name = div, ldiv - compute the quotient and remainder
  153.     SubName = ldiv - compute the quotient and remainder
  154.  
  155. dladdr.3C.html:
  156.     Title = dladdr(3C)
  157.     Version = 1.0
  158.     Name = dladdr - translate address to symbolic information
  159.  
  160. dlclose.3C.html:
  161.     Title = dlclose(3C)
  162.     Version = 1.0
  163.     Name = dlclose - close a shared object
  164.  
  165. dlerror.3C.html:
  166.     Title = dlerror(3C)
  167.     Version = 1.0
  168.     Name = dlerror - get diagnostic information
  169.  
  170. dlopen.3C.html:
  171.     Title = dlopen(3C)
  172.     Version = 1.0
  173.     Name = dlopen - open a shared object
  174.  
  175. dlsym.3C.html:
  176.     Title = dlsym(3C)
  177.     Version = 1.0
  178.     Name = dlsym - get the address of a symbol in shared object
  179.  
  180. drand48.3C.html:
  181.     Title = drand48(3C)
  182.     Version = 1.0
  183.     Name = drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 - generate uniformly distributed pseudo-random numbers
  184.     SubName = erand48 - generate uniformly distributed pseudo-random numbers
  185.     SubName = lrand48 - generate uniformly distributed pseudo-random numbers
  186.     SubName = nrand48 - generate uniformly distributed pseudo-random numbers
  187.     SubName = mrand48 - generate uniformly distributed pseudo-random numbers
  188.     SubName = jrand48 - generate uniformly distributed pseudo-random numbers
  189.     SubName = srand48 - generate uniformly distributed pseudo-random numbers
  190.     SubName = seed48 - generate uniformly distributed pseudo-random numbers
  191.     SubName = lcong48 - generate uniformly distributed pseudo-random numbers
  192.  
  193. dup2.3C.html:
  194.     Title = dup2(3C)
  195.     Version = 1.0
  196.     Name = dup2 - duplicate an open file descriptor
  197.  
  198. ecvt.3C.html:
  199.     Title = ecvt(3C)
  200.     Version = 1.0
  201.     Name = ecvt, ecvtl, fcvt, fcvtl, gcvt, gcvtl - convert floating-point number to string
  202.     SubName = ecvt - convert floating-point number to string
  203.     SubName = fcvt - convert floating-point number to string
  204.     SubName = ecvtl - convert floating-point number to string
  205.     SubName = fcvtl - convert floating-point number to string
  206.     SubName = gcvt - convert floating-point number to string
  207.     SubName = gcvtl - convert floating-point number to string
  208.     SubName = gcvtl - convert floating-point number to string
  209.  
  210. end.3C.html:
  211.     Title = end(3C)
  212.     Version = 1.0
  213.     Name = end, etext, edata - last locations in program
  214.     SubName = etext - first address above program text
  215.     SubName = edata - first address above initialized data region
  216.  
  217. fattach.3C.html:
  218.     Title = fattach(3C)
  219.     Version = 1.0
  220.     Name = fattach - attach STREAMS-based file descriptor to file system object
  221.  
  222. fdetach.3C.html:
  223.     Title = fdetach(3C)
  224.     Version = 1.0
  225.     Name = fdetach - detach a name from a STREAMS-based file descriptor
  226.  
  227. ffs.3C.html:
  228.     Title = ffs(3C)
  229.     Version = 1.0
  230.     Name = ffs - find first set bit
  231.  
  232. fgetws.3C.html:
  233.     Title = fgetws(3C)
  234.     Version = 1.0
  235.     Name = fgetws - get a wchar_t string from a stream
  236.  
  237. fmtmsg.3C.html:
  238.     Title = fmtmsg(3C)
  239.     Version = 1.0
  240.     Name = fmtmsg - display a message on stderr or system console
  241.  
  242. fnmatch.3C.html:
  243.     Title = fnmatch(3C)
  244.     Version = 1.0
  245.     Name = fnmatch, _fnmcomp, _fnmexec, _fnmfree - match filename against pattern
  246.  
  247. fpgetround.3C.html:
  248.     Title = fpgetround(3C)
  249.     Version = 1.0
  250.     Name = fpgetround, fpsetround, fpgetmask, fpsetmask, fpgetsticky, fpsetsticky - IEEE floating-point environment control
  251.  
  252. fputws.3C.html:
  253.     Title = fputws(3C)
  254.     Version = 1.0
  255.     Name = putws - put a wchar_t string on a stream
  256.  
  257. frexp.3C.html:
  258.     Title = frexp(3C)
  259.     Version = 1.0
  260.     Name = frexp, frexpl, ilogb, ldexp, ldexpl, logb, modf, modff, modfl, nextafter, nextafterl, scalb, scalbl - manipulate parts of floating-point numbers
  261.     SubName = frexp - manipulate floating-point numbers
  262.     SubName = frexpl - manipulate floating-point numbers
  263.     SubName = ilogb - manipulate floating-point numbers
  264.     SubName = ldexp - manipulate floating-point numbers
  265.     SubName = ldexpl - manipulate floating-point numbers
  266.     SubName = logb - manipulate floating-point numbers
  267.     SubName = modf - manipulate floating-point numbers
  268.     SubName = modff - manipulate floating-point numbers
  269.     SubName = modfl - manipulate floating-point numbers
  270.     SubName = nextafter - manipulate floating-point numbers
  271.     SubName = nextafterl - manipulate floating-point numbers
  272.     SubName = scalb - manipulate floating-point numbers
  273.     SubName = scalbl - manipulate floating-point numbers
  274.  
  275. fsetpos.3C.html:
  276.     Title = fsetpos(3C)
  277.     Version = 1.0
  278.     Name = fsetpos, fsetpos64, fgetpos, fgetpos64 - reposition a file pointer in a stream
  279.     SubName = fsetpos - set position of next input/output operation on a stream
  280.     SubName = fsetpos64 - set position of next input/output operation on a stream (supports large files)
  281.     SubName = fgetpos - stores current value of file position indicator for a stream
  282.     SubName = fgetpos64 - stores current value of file position indicator for a stream (supports large files)
  283.  
  284. ftime.3C.html:
  285.     Title = ftime(3C)
  286.     Version = 1.0
  287.     Name = ftime - get date and time
  288.  
  289. ftw.3C.html:
  290.     Title = ftw(3C)
  291.     Version = 1.0
  292.     Name = ftw, ftw64, nftw, nftw64 - walk a file tree
  293.     SubName = ftw - walk a file tree
  294.     SubName = ftw64 - walk a file tree (supports large files)
  295.     SubName = nftw - walk a file tree, takes defining flags
  296.     SubName = nftw64 - walk a file tree, takes defining flags (supports large files)
  297.  
  298. getcwd.3C.html:
  299.     Title = getcwd(3C)
  300.     Version = 1.0
  301.     Name = getcwd - get pathname of current working directory
  302.  
  303. getdate.3C.html:
  304.     Title = getdate(3C)
  305.     Version = 1.0
  306.     Name = getdate - convert user format date and time
  307.  
  308. getdtablesize.3C.html:
  309.     Title = getdtablesize(3C)
  310.     Version = 1.0
  311.     Name = getdtablesize - get file descriptor table size
  312.  
  313. getenv.3C.html:
  314.     Title = getenv(3C)
  315.     Version = 1.0
  316.     Name = getenv - return value for environment name
  317.  
  318. getgrent.3C.html:
  319.     Title = getgrent(3C)
  320.     Version = 1.0
  321.     Name = getgrent, getgrgid, getgrnam, setgrent, endgrent, fgetgrent - get group file entry
  322.     SubName = getgrgid - get group file entry
  323.     SubName = getgrnam - get group file entry
  324.     SubName = setgrent - get group file entry
  325.     SubName = endgrent - get group file entry
  326.     SubName = fgetgrent - get group file entry
  327.  
  328. gethostid.3C.html:
  329.     Title = gethostid(3C)
  330.     Version = 1.0
  331.     Name = gethostid - get an identifier for the current host
  332.  
  333. gethostname.3C.html:
  334.     Title = gethostname(3C)
  335.     Version = 1.0
  336.     Name = gethostname, sethostname - get or set name of current host
  337.     SubName = gethostname - get name of current host
  338.     SubName = sethostname - set name of current host
  339.  
  340. getitimer.3C.html:
  341.     Title = getitimer(3C)
  342.     Version = 1.0
  343.     Name = getitimer - get value of interval timer
  344.     SubName = setitimer - set value of interval timer
  345.  
  346. getlogin.3C.html:
  347.     Title = getlogin(3C)
  348.     Version = 1.0
  349.     Name = getlogin, getlogin_r - get login name
  350.  
  351. getopt.3C.html:
  352.     Title = getopt(3C)
  353.     Version = 1.0
  354.     Name = getopt: getopt, optarg, optind, opterr, optopt - get option letter from argument vector
  355.     SubName = optarg - pointer to start of option argument
  356.     SubName = optind - index of the next option argument
  357.     SubName = opterr - disable getopt error message
  358.     SubName = optopt - value of character that caused getopt error
  359.  
  360. getpagesize.3C.html:
  361.     Title = getpagesize(3C)
  362.     Version = 1.0
  363.     Name = getpagesize - get system page size
  364.  
  365. getpass.3C.html:
  366.     Title = getpass(3C)
  367.     Version = 1.0
  368.     Name = getpass - read a password
  369.     SubName = getpass_r - read a password
  370.  
  371. getpriority.3C.html:
  372.     Title = getpriority(3C)
  373.     Version = 1.0
  374.     Name = getpriority, setpriority - get or set program scheduling priority
  375.     SubName = getpriority - get program scheduling priority
  376.     SubName = setpriority - set program scheduling priority
  377.  
  378. getpwent.3C.html:
  379.     Title = getpwent(3C)
  380.     Version = 1.0
  381.     Name = getpwent, getpwuid, getpwnam, setpwent, endpwent, fgetpwent - return pointer to password file entry
  382.     SubName = getpwuid - return pointer to password entry uid
  383.     SubName = getpwnam - return pointer to password entry name
  384.     SubName = setpwent - rewind password file for further searches
  385.     SubName = endpwent - close password file
  386.     SubName = fgetpwent - return pointer to next password structure in stream
  387.  
  388. getrusage.3C.html:
  389.     Title = getrusage(3C)
  390.     Version = 1.0
  391.     Name = getrusage - get information about resource utilization
  392.  
  393. getsubopt.3C.html:
  394.     Title = getsubopt(3C)
  395.     Version = 1.0
  396.     Name = getsubopt - parse suboptions from a string
  397.  
  398. gettxt.3C.html:
  399.     Title = gettxt(3C)
  400.     Version = 1.0
  401.     Name = gettxt - retrieve a text string
  402.  
  403. getwd.3C.html:
  404.     Title = getwd(3C)
  405.     Version = 1.0
  406.     Name = getwd - get current working directory pathname
  407.  
  408. getwidth.3C.html:
  409.     Title = getwidth(3C)
  410.     Version = 1.0
  411.     Name = getwidth - get information on supplementary code sets
  412.  
  413. glob.3C.html:
  414.     Title = glob(3C)
  415.     Version = 1.0
  416.     Name = glob, globfree - generate pathnames matching a pattern
  417.  
  418. grantpt.3C.html:
  419.     Title = grantpt(3C)
  420.     Version = 1.0
  421.     Name = grantpt - grant access to the slave pseudo-terminal device
  422.  
  423. hsearch.3C.html:
  424.     Title = hsearch(3C)
  425.     Version = 1.0
  426.     Name = hsearch, hcreate, hdestroy - manage hash search tables
  427.     SubName = hcreate - manage hash search tables
  428.     SubName = hdestroy - manage hash search tables
  429.  
  430. iconv.3C.html:
  431.     Title = iconv(3C)
  432.     Version = 1.0
  433.     Name = iconv - codeset conversion function
  434.  
  435. iconv_close.3C.html:
  436.     Title = iconv_close(3C)
  437.     Version = 1.0
  438.     Name = iconv_close - code conversion deallocation function
  439.  
  440. iconv_open.3C.html:
  441.     Title = iconv_open(3C)
  442.     Version = 1.0
  443.     Name = iconv_open - code conversion allocation function.
  444.  
  445. index.3C.html:
  446.     Title = index(3C)
  447.     Version = 1.0
  448.     Name = index - string operations
  449.     SubName = rindex - string operations
  450.  
  451. initgroups.3C.html:
  452.     Title = initgroups(3C)
  453.     Version = 1.0
  454.     Name = initgroups - initialize the supplementary group access list
  455.  
  456. insque.3C.html:
  457.     Title = insque(3C)
  458.     Version = 1.0
  459.     Name = insque, remque - insert/remove element from a queue
  460.     SubName = remque - remove element from a queue
  461.  
  462. isastream.3C.html:
  463.     Title = isastream(3C)
  464.     Version = 1.0
  465.     Name = isastream - test a file descriptor
  466.  
  467. isnan.3C.html:
  468.     Title = isnan(3C)
  469.     Version = 1.0
  470.     Name = isnan, isnand, isnanf, finite, fpclass, unordered - determine type of floating-point number
  471.  
  472. iswctype.3C.html:
  473.     Title = iswctype(3C)
  474.     Version = 1.0
  475.     Name = iswctype, wctype - test wide characters for a particular class.
  476.  
  477. killpg.3C.html:
  478.     Title = killpg(3C)
  479.     Version = 1.0
  480.     Name = killpg - send signal to a process group
  481.  
  482. l3tol.3C.html:
  483.     Title = l3tol(3C)
  484.     Version = 1.0
  485.     Name = l3tol, ltol3 - convert between 3-byte integers and long integers
  486.  
  487. lfmt.3C.html:
  488.     Title = lfmt(3C)
  489.     Version = 1.0
  490.     Name = lfmt, vlfmt - display error message in standard format and pass to logging and monitoring services
  491.  
  492. localeconv.3C.html:
  493.     Title = localeconv(3C)
  494.     Version = 1.0
  495.     Name = localeconv - get numeric formatting information
  496.  
  497. lockf.3C.html:
  498.     Title = lockf(3C)
  499.     Version = 1.0
  500.     Name = lockf, lockf64 - record locking on files
  501.     SubName = lockf - record locking on files
  502.     SubName = lockf64 - record locking on files (supports large files)
  503.  
  504. lsearch.3C.html:
  505.     Title = lsearch(3C)
  506.     Version = 1.0
  507.     Name = lsearch, lfind - linear search and update
  508.     SubName = lfind - linear search and update
  509.  
  510. makecontext.3C.html:
  511.     Title = makecontext(3C)
  512.     Version = 1.0
  513.     Name = makecontext - modify user context
  514.     SubName = swapcontext - saves and resets current context
  515.  
  516. makedev.3C.html:
  517.     Title = makedev(3C)
  518.     Version = 1.0
  519.     Name = makedev, major, minor - manage a device number 
  520.  
  521. malloc.3C.html:
  522.     Title = malloc(3C)
  523.     Version = 1.0
  524.     Name = malloc, calloc, free, realloc, memalign, valloc, mallinfo - checking memory allocator
  525.     SubName = calloc - checking memory allocator
  526.     SubName = free - checking memory allocator
  527.     SubName = realloc - checking memory allocator
  528.     SubName = memalign - checking memory allocator
  529.     SubName = valloc - checking memory allocator
  530.     SubName = mallinfo - checking memory allocator
  531.  
  532. mbchar.3C.html:
  533.     Title = mbchar(3C)
  534.     Version = 1.0
  535.     Name = mbchar: mbtowc, wctomb, mblen, mbrtowc, wcrtomb, mbrlen - multibyte character handling
  536.     SubName = mbtowc - multibyte character handling
  537.     SubName = wctomb - multibyte character handling
  538.     SubName = mblen - multibyte character handling
  539.     SubName = mbrtowc - multibyte character handling
  540.     SubName = wcrtomb - multibyte character handling
  541.     SubName = mbrlen - multibyte character handling
  542.  
  543. mbsinit.3C.html:
  544.     Title = mbsinit(3C)
  545.     Version = 1.0
  546.     Name = mbsinit - test for initial multibyte conversion state
  547.  
  548. mbstring.3C.html:
  549.     Title = mbstring(3C)
  550.     Version = 1.0
  551.     Name = mbstring: mbstowcs, wcstombs, mbsrtowcs, wcsrtombs - multibyte string functions
  552.     SubName = mbstowcs - multibyte string functions
  553.     SubName = wcstombs - multibyte string functions
  554.     SubName = mbsrtowcs - multibyte string functions
  555.     SubName = wcsrtombs - multibyte string functions
  556.  
  557. memory.3C.html:
  558.     Title = memory(3C)
  559.     Version = 1.0
  560.     Name = memory: memccpy, memchr, memcmp, memcpy, memmove, memset - memory operations
  561.     SubName = memccpy - memory operations
  562.     SubName = memchr - memory operations
  563.     SubName = memcmp - memory operations
  564.     SubName = memcpy - memory operations
  565.     SubName = memmove - memory operations
  566.     SubName = memset - memory operations
  567.  
  568. mkfifo.3C.html:
  569.     Title = mkfifo(3C)
  570.     Version = 1.0
  571.     Name = mkfifo - create a new FIFO
  572.  
  573. mkstemp.3C.html:
  574.     Title = mkstemp(3C)
  575.     Version = 1.0
  576.     Name = mkstemp - make a unique file name
  577.  
  578. mktemp.3C.html:
  579.     Title = mktemp(3C)
  580.     Version = 1.0
  581.     Name = mktemp - make a unique file name
  582.  
  583. mktime.3C.html:
  584.     Title = mktime(3C)
  585.     Version = 1.0
  586.     Name = mktime - converts a tm structure to a calendar time
  587.  
  588. mlock.3C.html:
  589.     Title = mlock(3C)
  590.     Version = 1.0
  591.     Name = mlock - lock pages in memory
  592.     SubName = munlock - unlock pages in memory
  593.  
  594. mlockall.3C.html:
  595.     Title = mlockall(3C)
  596.     Version = 1.0
  597.     Name = mlockall - lock address space
  598.     SubName = munlockall - unlock address space
  599.  
  600. monitor.3C.html:
  601.     Title = monitor(3C)
  602.     Version = 1.0
  603.     Name = monitor - prepare execution profile
  604.  
  605. msync.3C.html:
  606.     Title = msync(3C)
  607.     Version = 1.0
  608.     Name = msync - synchronize memory with physical storage
  609.  
  610. ndbm.3C.html:
  611.     Title = ndbm(3C)
  612.     Version = 1.0
  613.     Name = ndbm: dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store - database subroutines
  614.     SubName = dbm_clearerr - clear the error condition of a database
  615.     SubName = dbm_close - close a database
  616.     SubName = dbm_delete - delete a record and its key from a database
  617.     SubName = dbm_error - return the error condition of a database
  618.     SubName = dbm_fetch - write a record to a database
  619.     SubName = dbm_firstkey - return the first key in a database
  620.     SubName = dbm_nextkey - return the next key in a database
  621.     SubName = dbm_open - open a database
  622.     SubName = dbm_store - add a record to a database
  623.  
  624. nl_langinfo.3C.html:
  625.     Title = nl_langinfo(3C)
  626.     Version = 1.0
  627.     Name = nl_langinfo - language information
  628.  
  629. offsetof.3C.html:
  630.     Title = offsetof(3C)
  631.     Version = 1.0
  632.     Name = offsetof - offset of structure member
  633.  
  634. perror.3C.html:
  635.     Title = perror(3C)
  636.     Version = 1.0
  637.     Name = perror - print system error messages
  638.  
  639. pfmt.3C.html:
  640.     Title = pfmt(3C)
  641.     Version = 1.0
  642.     Name = pfmt, vpfmt - display error message in standard format
  643.  
  644. procprivl.3C.html:
  645.     Title = procprivl(3C)
  646.     Version = 1.0
  647.     Name = procprivl - add, remove, count, or put privileges associated with the calling process
  648.  
  649. ptsname.3C.html:
  650.     Title = ptsname(3C)
  651.     Version = 1.0
  652.     Name = ptsname - get name of the slave pseudo-terminal device
  653.  
  654. putenv.3C.html:
  655.     Title = putenv(3C)
  656.     Version = 1.0
  657.     Name = putenv - change or add value to environment 
  658.  
  659. putpwent.3C.html:
  660.     Title = putpwent(3C)
  661.     Version = 1.0
  662.     Name = putpwent - write password file entry
  663.  
  664. putspent.3C.html:
  665.     Title = putspent(3C)
  666.     Version = 1.0
  667.     Name = putspent - write shadow password file entry
  668.  
  669. qsort.3C.html:
  670.     Title = qsort(3C)
  671.     Version = 1.0
  672.     Name = qsort - quicker sort
  673.  
  674. raise.3C.html:
  675.     Title = raise(3C)
  676.     Version = 1.0
  677.     Name = raise - send signal to program
  678.  
  679. rand.3C.html:
  680.     Title = rand(3C)
  681.     Version = 1.0
  682.     Name = rand, rand_r, srand - simple random-number generator
  683.     SubName = rand - simple random-number generator
  684.     SubName = srand - simple random-number generator
  685.     SubName = rand_r - simple random-number generator
  686.  
  687. random.3C.html:
  688.     Title = random(3C)
  689.     Version = 1.0
  690.     Name = random: initstate, random, setstate, srandom  - pseudorandom number functions
  691.     SubName = initstate - initialize a state array
  692.     SubName = random - return psuedo-random number
  693.     SubName = setstate - switch between state arrays
  694.     SubName = srandom - initialize the current state array
  695.  
  696. realpath.3C.html:
  697.     Title = realpath(3C)
  698.     Version = 1.0
  699.     Name = realpath - returns the real file name
  700.  
  701. re_comp.3C.html:
  702.     Title = re_comp(3C)
  703.     Version = 1.0
  704.     Name = re_comp, re_exec - regular expression handler
  705.     SubName = re_comp - compile regular expression
  706.     SubName = re_exec - compare regular expressions
  707.  
  708. regcmp.3C.html:
  709.     Title = regcmp(3C)
  710.     Version = 1.0
  711.     Name = regcmp, regex - regular expression handler
  712.     SubName = regcmp - compile regular expression
  713.     SubName = regex - compare regular expressions
  714.  
  715. regcomp.3C.html:
  716.     Title = regcomp(3C)
  717.     Version = 1.0
  718.     Name = regcomp, regexec, regerror, regfree - regular expression matching
  719.  
  720. remove.3C.html:
  721.     Title = remove(3C)
  722.     Version = 1.0
  723.     Name = remove - remove file
  724.  
  725. select.3C.html:
  726.     Title = select(3C)
  727.     Version = 1.0
  728.     Name = select, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous I/O multiplexing
  729.     SubName = FD_CLR - remove from descriptor set
  730.     SubName = FD_ISSET - query descriptor set
  731.     SubName = FD_SET - add to descriptor set
  732.     SubName = FD_ZERO - initialize a null descriptor set
  733.  
  734. setcat.3C.html:
  735.     Title = setcat(3C)
  736.     Version = 1.0
  737.     Name = setcat - define default catalog
  738.  
  739. setjmp.3C.html:
  740.     Title = setjmp(3C)
  741.     Version = 1.0
  742.     Name = setjmp - non-local goto
  743.     SubName = longjmp - non-local goto
  744.     SubName = _longjmp - non-local goto
  745.     SubName = _setjmp - non-local goto
  746.  
  747. setlabel.3C.html:
  748.     Title = setlabel(3C)
  749.     Version = 1.0
  750.     Name = setlabel - define the label for pfmt
  751.  
  752. setlocale.3C.html:
  753.     Title = setlocale(3C)
  754.     Version = 1.0
  755.     Name = setlocale - modify and query a program's locale
  756.  
  757. setregid.3C.html:
  758.     Title = setregid(3C)
  759.     Version = 1.0
  760.     Name = setregid - set real and effective group IDs
  761.  
  762. setreuid.3C.html:
  763.     Title = setreuid(3C)
  764.     Version = 1.0
  765.     Name = setreuid - set real and effective user IDs
  766.  
  767. siginterrupt.3C.html:
  768.     Title = siginterrupt(3C)
  769.     Version = 1.0
  770.     Name = siginterrupt - allow signals to interrupt system calls
  771.  
  772. sigsetjmp.3C.html:
  773.     Title = sigsetjmp(3C)
  774.     Version = 1.0
  775.     Name = sigsetjmp - a non-local goto with signal state
  776.     SubName = siglongjmp - a non-local goto with signal state
  777.  
  778. sigsetops.3C.html:
  779.     Title = sigsetops(3C)
  780.     Version = 1.0
  781.     Name = sigsetops: sigemptyset, sigfillset, sigaddset, sigdelset, sigismember - manipulate sets of signals
  782.     SubName = sigemptyset - initialize empty signal set
  783.     SubName = sigfillset - initialize signal set to all signals
  784.     SubName = sigaddset - add to signal set
  785.     SubName = sigdelset - delete from signal set
  786.     SubName = sigismember - query signal set
  787.  
  788. sleep.3C.html:
  789.     Title = sleep(3C)
  790.     Version = 1.0
  791.     Name = sleep - suspend execution for interval
  792.  
  793. stdipc.3C.html:
  794.     Title = stdipc(3C)
  795.     Version = 1.0
  796.     Name = stdipc: ftok - standard interprocess communication package
  797.     SubName = ftok - standard interprocess communication package
  798.  
  799. strcasecmp.3C.html:
  800.     Title = strcasecmp(3C)
  801.     Version = 1.0
  802.     Name = strcasecmp, strncasecmp - case-insensitive string comparisons
  803.     SubName = strcasecmp - string operations
  804.     SubName = strncasecmp - string operations
  805.  
  806. strcoll.3C.html:
  807.     Title = strcoll(3C)
  808.     Version = 1.0
  809.     Name = strcoll - string collation
  810.  
  811. strerror.3C.html:
  812.     Title = strerror(3C)
  813.     Version = 1.0
  814.     Name = strerror - get error message string
  815.  
  816. strfmon.3C.html:
  817.     Title = strfmon(3C)
  818.     Version = 1.0
  819.     Name = strfmon - convert monetary value to string
  820.  
  821. strftime.3C.html:
  822.     Title = strftime(3C)
  823.     Version = 1.0
  824.     Name = strftime, cftime, ascftime - convert date and time to string
  825.  
  826. string.3C.html:
  827.     Title = string(3C)
  828.     Version = 1.0
  829.     Name = string - string operations
  830.     SubName = strcat - append copy of one string to another
  831.     SubName = strncat - append n characters of one string to another
  832.     SubName = strcmp - compare one string to another
  833.     SubName = strncmp - compare n characters of one string to another
  834.     SubName = strcpy - copy one string to another
  835.     SubName = strncpy - copy n characters of one string to another
  836.     SubName = strdup - return pointer to new duplicate string
  837.     SubName = strlen - return number of characters in string
  838.     SubName = strchr - return pointer to first (last) occurrence of c
  839.     SubName = strrchr - return pointer to first (last) occurrence of c
  840.     SubName = strpbrk - return pointer to first occurrence in string1 of any character in string2
  841.     SubName = strspn - return length of initial segment of string1 of characters from (not from) string2
  842.     SubName = strcspn - return length of initial segment of string1 of characters from (not from) string2
  843.     SubName = strtok - return pointer of string token
  844.     SubName = strtok_r - return pointer of string token
  845.     SubName = strstr - locate first occurrence in string1 of sequence from string2
  846.  
  847. strptime.3C.html:
  848.     Title = strptime(3C)
  849.     Version = 1.0
  850.     Name = strptime - date and time conversion
  851.  
  852. strtod.3C.html:
  853.     Title = strtod(3C)
  854.     Version = 1.0
  855.     Name = strtod, strtold, atof - convert string to double-precision number
  856.     SubName = strtold - convert string to double-precision number
  857.     SubName = atof - convert string to double-precision number
  858.  
  859. strtol.3C.html:
  860.     Title = strtol(3C)
  861.     Version = 1.0
  862.     Name = strtol, strtoll, strtoul, strtoull, atol, atoi - convert string to integer
  863.     SubName = strtoll - convert string to long long integer
  864.     SubName = strtoul - convert string to unsigned long integer
  865.     SubName = strtoull - convert string to unsigned long long integer
  866.     SubName = atol - convert ASCII to long integer in base 10
  867.     SubName = atoi - convert ASCII to integer in base 10
  868.  
  869. strxfrm.3C.html:
  870.     Title = strxfrm(3C)
  871.     Version = 1.0
  872.     Name = strxfrm - string transformation
  873.  
  874. swab.3C.html:
  875.     Title = swab(3C)
  876.     Version = 1.0
  877.     Name = swab - swap bytes
  878.  
  879. sysconf.3C.html:
  880.     Title = sysconf(3C)
  881.     Version = 1.0
  882.     Name = sysconf - get configurable system variables
  883.  
  884. tcgetspeed.3C.html:
  885.     Title = tcgetspeed(3C)
  886.     Version = 1.0
  887.     Name = tcgetspeed, tcsetspeed - get and set baud rate
  888.     SubName = tcsetspeed - get and set baud rate
  889.  
  890. tcsetpgrp.3C.html:
  891.     Title = tcsetpgrp(3C)
  892.     Version = 1.0
  893.     Name = tcsetpgrp - set terminal foreground process group ID
  894.  
  895. termios.3C.html:
  896.     Title = termios(3C)
  897.     Version = 1.0
  898.     Name = termios: tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, tcgetpgrp, tcsetpgrp, tcgetsid - general terminal interface
  899.     SubName = tcgetattr - general terminal interface
  900.     SubName = tcsetattr - general terminal interface
  901.     SubName = tcsendbreak - general terminal interface
  902.     SubName = tcdrain - general terminal interface
  903.     SubName = tcflush - general terminal interface
  904.     SubName = tcflow - general terminal interface
  905.     SubName = cfgetospeed - general terminal interface
  906.     SubName = cfgetispeed - general terminal interface
  907.     SubName = cfsetospeed - general terminal interface
  908.     SubName = cfsetispeed - general terminal interface
  909.     SubName = tcgetpgrp - general terminal interface
  910.     SubName = tcsetpgrp - general terminal interface
  911.     SubName = tcgetsid - general terminal interface
  912.  
  913. tsearch.3C.html:
  914.     Title = tsearch(3C)
  915.     Version = 1.0
  916.     Name = tsearch, tfind, tdelete, twalk - manage binary search trees
  917.     SubName = tfind - manage binary search trees
  918.     SubName = tdelete - manage binary search trees
  919.     SubName = twalk - manage binary search trees
  920.  
  921. ttyname.3C.html:
  922.     Title = ttyname(3C)
  923.     Version = 1.0
  924.     Name = ttyname, ttyname_r, isatty - find name of a terminal
  925.     SubName = isatty - determine if a file descriptor is a terminal device
  926.     SubName = ttyname - find name of a terminal
  927.     SubName = ttyname_r - find name of a terminal
  928.  
  929. ttyslot.3C.html:
  930.     Title = ttyslot(3C)
  931.     Version = 1.0
  932.     Name = ttyslot - find the slot in the utmp file of the current user
  933.  
  934. ualarm.3C.html:
  935.     Title = ualarm(3C)
  936.     Version = 1.0
  937.     Name = ualarm - set the interval timer
  938.  
  939. unlockpt.3C.html:
  940.     Title = unlockpt(3C)
  941.     Version = 1.0
  942.     Name = unlockpt - unlock a pseudo-terminal master/slave pair
  943.  
  944. usleep.3C.html:
  945.     Title = usleep(3C)
  946.     Version = 1.0
  947.     Name = usleep - suspend process for interval in microseconds
  948.  
  949. utimes.3C.html:
  950.     Title = utimes(3C)
  951.     Version = 1.0
  952.     Name = utimes - set file access and modification times
  953.  
  954. wait.3C.html:
  955.     Title = wait(3C)
  956.     Version = 1.0
  957.     Name = wait3 - wait for child process to change state
  958.     SubName = wait3 - wait for child process to change state
  959.  
  960. wconv.3C.html:
  961.     Title = wconv(3C)
  962.     Version = 1.0
  963.     Name = wconv: towupper, towlower - translate characters
  964.     SubName = towupper - translate characters
  965.     SubName = towlower - translate characters
  966.  
  967. wcscat.3C.html:
  968.     Title = wcscat(3C)
  969.     Version = 1.0
  970.     Name = wcscat - concatenate two wide character strings  
  971.  
  972. wcschr.3C.html:
  973.     Title = wcschr(3C)
  974.     Version = 1.0
  975.     Name = wcschr - scan a wide character string
  976.  
  977. wcscmp.3C.html:
  978.     Title = wcscmp(3C)
  979.     Version = 1.0
  980.     Name = wcscmp - compare two wide character strings
  981.  
  982. wcscoll.3C.html:
  983.     Title = wcscoll(3C)
  984.     Version = 1.0
  985.     Name = wcscoll - wide character string comparison using collating information
  986.  
  987. wcscpy.3C.html:
  988.     Title = wcscpy(3C)
  989.     Version = 1.0
  990.     Name = wcscpy - copy a wide character string
  991.  
  992. wcscspn.3C.html:
  993.     Title = wcscspn(3C)
  994.     Version = 1.0
  995.     Name = wcscspn - get length of complementary wide substring
  996.  
  997. wcsftime.3C.html:
  998.     Title = wcsftime(3C)
  999.     Version = 1.0
  1000.     Name = wcsftime - convert date and time to wide character string
  1001.  
  1002. wcslen.3C.html:
  1003.     Title = wcslen(3C)
  1004.     Version = 1.0
  1005.     Name = wcslen - obtain wide character string length
  1006.  
  1007. wcsncat.3C.html:
  1008.     Title = wcsncat(3C)
  1009.     Version = 1.0
  1010.     Name = wcsncat - concatenate two wide character strings with bound
  1011.  
  1012. wcsncmp.3C.html:
  1013.     Title = wcsncmp(3C)
  1014.     Version = 1.0
  1015.     Name = wcsncmp - compare two wide character strings with bound
  1016.  
  1017. wcsncpy.3C.html:
  1018.     Title = wcsncpy(3C)
  1019.     Version = 1.0
  1020.     Name = wcsncpy - copy a wide character string with bound
  1021.  
  1022. wcspbrk.3C.html:
  1023.     Title = wcspbrk(3C)
  1024.     Version = 1.0
  1025.     Name = wcspbrk - scan a wide character string for wide characters
  1026.  
  1027. wcsrchr.3C.html:
  1028.     Title = wcsrchr(3C)
  1029.     Version = 1.0
  1030.     Name = wcsrchr - reverse wide character string scan 
  1031.  
  1032. wcsspn.3C.html:
  1033.     Title = wcsspn(3C)
  1034.     Version = 1.0
  1035.     Name = wcsspn - obtain the length of a wide substring
  1036.  
  1037. wcsstr.3C.html:
  1038.     Title = wcsstr(3C)
  1039.     Version = 1.0
  1040.     Name = wcsstr, wcswcs - find wide substring
  1041.     SubName = wcswcs - find wide substring
  1042.  
  1043. wcstod.3C.html:
  1044.     Title = wcstod(3C)
  1045.     Version = 1.0
  1046.     Name = wcstod, wcstof, wcstold - convert wide string to floating point value
  1047.  
  1048. wcstok.3C.html:
  1049.     Title = wcstok(3C)
  1050.     Version = 1.0
  1051.     Name = wcstok - split a wide character string into tokens
  1052.  
  1053. wcstol.3C.html:
  1054.     Title = wcstol(3C)
  1055.     Version = 1.0
  1056.     Name = wcstol - convert a wide character string to a long integer
  1057.     SubName = wcstoll - convert a wide character string to a long long integer
  1058.     SubName = wcstoul - convert a wide character string to an unsigned long integer
  1059.     SubName = wcstoull - convert a wide character string to an unsigned long long integer
  1060.  
  1061. wcswidth.3C.html:
  1062.     Title = wcswidth(3C)
  1063.     Version = 1.0
  1064.     Name = wcswidth - determine the number of column positions for a wide character string
  1065.  
  1066. wcsxfrm.3C.html:
  1067.     Title = wcsxfrm(3C)
  1068.     Version = 1.0
  1069.     Name = wcsxfrm - wide character string transformation
  1070.  
  1071. wctob.3C.html:
  1072.     Title = wctob(3C)
  1073.     Version = 1.0
  1074.     Name = wctob - wide character to byte conversion
  1075.  
  1076. wctype.3C.html:
  1077.     Title = wctype(3C)
  1078.     Version = 1.0
  1079.     Name = wctype: iswalpha, iswupper, iswlower, iswdigit, iswxdigit, iswalnum, iswgraph, iswspace, iswpunct, iswprint, iswcntrl - test wide characters for a specified class
  1080.     SubName = iswalnum - test wide characters for alpha or digit class
  1081.     SubName = iswalpha - test wide characters for alpha class
  1082.     SubName = iswcntrl - test wide characters for cntrl class
  1083.     SubName = iswdigit - test wide characters for digit class
  1084.     SubName = iswgraph - test wide characters for graph class
  1085.     SubName = iswlower - test wide characters for lower class
  1086.     SubName = iswprint - test wide characters for print class
  1087.     SubName = iswpunct - test wide characters for punct class
  1088.     SubName = iswspace - test wide characters for space class
  1089.     SubName = iswupper - test wide characters for upper class
  1090.     SubName = iswxdigit - test wide characters for xdigit class
  1091.  
  1092. wcwidth.3C.html:
  1093.     Title = wcwidth(3C)
  1094.     Version = 1.0
  1095.     Name = wcwidth - determine the number of column positions for a wide character 
  1096.  
  1097. wordexp.3C.html:
  1098.     Title = wordexp(3C)
  1099.     Version = 1.0
  1100.     Name = wordexp, wordfree - perform word expansions
  1101.