home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.14 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3G / man.3G.node < prev    next >
Text File  |  1998-08-19  |  5KB  |  154 lines

  1.  
  2. Intro.3G.html:
  3.     Title = Intro(3G)
  4.     Version = 1.0
  5.     Name = Intro - introduction to general library routines
  6.     IndexEntry = intro - introduction to general library routines
  7.  
  8. basename.3G.html:
  9.     Title = basename(3G)
  10.     Version = 1.0
  11.     Name = basename - return the last element of a path name
  12.  
  13. bgets.3G.html:
  14.     Title = bgets(3G)
  15.     Version = 1.0
  16.     Name = bgets - read stream up to next delimiter
  17.  
  18. bufsplit.3G.html:
  19.     Title = bufsplit(3G)
  20.     Version = 1.0
  21.     Name = bufsplit - split buffer into fields
  22.  
  23. copylist.3G.html:
  24.     Title = copylist(3G)
  25.     Version = 1.0
  26.     Name = copylist, copylist64 - copy a file into memory
  27.     SubName = copylist - copy a file into memory
  28.     SubName = copylist64 - copy a file into memory (supports large files)
  29.  
  30. crypt.3G.html:
  31.     Title = crypt(3G)
  32.     Version = 1.0
  33.     Name = crypt - encrypt passwords
  34.     SubName = setkey - access password hashing algorithm
  35.     SubName = encrypt - access password hashing algorithm
  36.  
  37. dirname.3G.html:
  38.     Title = dirname(3G)
  39.     Version = 1.0
  40.     Name = dirname - report the parent directory name of a file path name
  41.  
  42. getmntent.3G.html:
  43.     Title = getmntent(3G)
  44.     Version = 1.0
  45.     Name = getmntent - get mnttab file entry
  46.     SubName = getmntany - get mnttab file entry
  47.  
  48. getspent.3G.html:
  49.     Title = getspent(3G)
  50.     Version = 1.0
  51.     Name = getspent - return pointer to shadow password file name entry
  52.     SubName = getspnam - return pointer to shadow password file name entry
  53.     SubName = setspent - rewind shadow password file for repeated searches
  54.     SubName = fgetspent - return pointer to next spwd structure in stream
  55.     SubName = endspent - close the shadow password file
  56.     SubName = lckpwdf - lock password file
  57.     SubName = ulckpwdf - unlock password file
  58.  
  59. getut.3G.html:
  60.     Title = getut(3G)
  61.     Version = 1.0
  62.     Name = getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname - access utmp file entry
  63.  
  64. getutx.3G.html:
  65.     Title = getutx(3G)
  66.     Version = 1.0
  67.     Name = getutx: getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx - access utmpx file entry
  68.     SubName = getutxent - access utmpx file entry
  69.     SubName = getutxid - access utmpx file entry
  70.     SubName = getutxline - access utmpx file entry
  71.     SubName = pututxline - access utmpx file entry
  72.     SubName = setutxent - access utmpx file entry
  73.     SubName = pututxline - access utmpx file entry
  74.     SubName = setutxent - access utmpx file entry
  75.     SubName = endutxent - access utmpx file entry
  76.     SubName = utmpxname - access utmpx file entry
  77.     SubName = utmpxname - access utmpx file entry
  78.     SubName = getutmp - access utmpx file entry
  79.     SubName = getutmpx - access utmpx file entry
  80.     SubName = updwtmp - access utmpx file entry
  81.     SubName = updwtmpx - access utmpx file entry
  82.  
  83. getvfsent.3G.html:
  84.     Title = getvfsent(3G)
  85.     Version = 1.0
  86.     Name = getvfsent - return pointer to vfstab file entry
  87.     SubName = getvfsfile - search vfstab file
  88.     SubName = getvfsspec - search vfstab file
  89.     SubName = getvfsany - search vfstab file for matching pattern
  90.  
  91. gmatch.3G.html:
  92.     Title = gmatch(3G)
  93.     Version = 1.0
  94.     Name = gmatch - shell global pattern matching
  95.  
  96. isencrypt.3G.html:
  97.     Title = isencrypt(3G)
  98.     Version = 1.0
  99.     Name = isencrypt - determine whether a character buffer is encrypted
  100.  
  101. mkdirp.3G.html:
  102.     Title = mkdirp(3G)
  103.     Version = 1.0
  104.     Name = mkdirp, rmdirp - create, remove directories in a path
  105.  
  106. p2open.3G.html:
  107.     Title = p2open(3G)
  108.     Version = 1.0
  109.     Name = p2open, p2close - open, close pipes to and from a command
  110.  
  111. pathfind.3G.html:
  112.     Title = pathfind(3G)
  113.     Version = 1.0
  114.     Name = pathfind - search for named file in named directories
  115.  
  116. regcmp.3G.html:
  117.     Title = regcmp(3G)
  118.     Version = 1.0
  119.     Name = regcmp, regex - compile and execute regular expression
  120.  
  121. regexpr.3G.html:
  122.     Title = regexpr(3G)
  123.     Version = 1.0
  124.     Name = regexpr: compile, step, advance - regular expression compile and match routines
  125.     SubName = compile - compile regular expression
  126.     SubName = step - find string in regular expression
  127.     SubName = advance - find string in regular expression
  128.     SubName = loc1 - first char of match in regular expression
  129.     SubName = loc2 - first char after match in regular expression
  130.     SubName = locs - used to stop regular expression matching in a string
  131.     SubName = nbra - number of subexpressions in regular expression
  132.     SubName = regerrno - regular expression compile error number
  133.     SubName = reglength - length of compiled regular expression
  134.     SubName = braslist - subexpressions in regular expression
  135.     SubName = braelist - subexpressions in regular expression
  136.  
  137. str.3G.html:
  138.     Title = str(3G)
  139.     Version = 1.0
  140.     Name = str: strfind, strrspn, strtrns - string manipulations
  141.  
  142. strccpy.3G.html:
  143.     Title = strccpy(3G)
  144.     Version = 1.0
  145.     Name = strccpy, strcadd, strecpy, streadd - copy strings, compressing or expanding escape codes
  146.  
  147. syslog.3G.html:
  148.     Title = syslog(3G)
  149.     Version = 1.0
  150.     Name = syslog, openlog, closelog, setlogmask - control system log
  151.     SubName = openlog - open system log
  152.     SubName = closelog - close system log
  153.     SubName = setlogmask - set log priority mask
  154.