home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3G.html:
- Title = Intro(3G)
- Version = 1.0
- Name = Intro - introduction to general library routines
- IndexEntry = intro - introduction to general library routines
-
- basename.3G.html:
- Title = basename(3G)
- Version = 1.0
- Name = basename - return the last element of a path name
-
- bgets.3G.html:
- Title = bgets(3G)
- Version = 1.0
- Name = bgets - read stream up to next delimiter
-
- bufsplit.3G.html:
- Title = bufsplit(3G)
- Version = 1.0
- Name = bufsplit - split buffer into fields
-
- copylist.3G.html:
- Title = copylist(3G)
- Version = 1.0
- Name = copylist, copylist64 - copy a file into memory
- SubName = copylist - copy a file into memory
- SubName = copylist64 - copy a file into memory (supports large files)
-
- crypt.3G.html:
- Title = crypt(3G)
- Version = 1.0
- Name = crypt - encrypt passwords
- SubName = setkey - access password hashing algorithm
- SubName = encrypt - access password hashing algorithm
-
- dirname.3G.html:
- Title = dirname(3G)
- Version = 1.0
- Name = dirname - report the parent directory name of a file path name
-
- getmntent.3G.html:
- Title = getmntent(3G)
- Version = 1.0
- Name = getmntent - get mnttab file entry
- SubName = getmntany - get mnttab file entry
-
- getspent.3G.html:
- Title = getspent(3G)
- Version = 1.0
- Name = getspent - return pointer to shadow password file name entry
- SubName = getspnam - return pointer to shadow password file name entry
- SubName = setspent - rewind shadow password file for repeated searches
- SubName = fgetspent - return pointer to next spwd structure in stream
- SubName = endspent - close the shadow password file
- SubName = lckpwdf - lock password file
- SubName = ulckpwdf - unlock password file
-
- getut.3G.html:
- Title = getut(3G)
- Version = 1.0
- Name = getut: getutent, getutid, getutline, pututline, setutent, endutent, utmpname - access utmp file entry
-
- getutx.3G.html:
- Title = getutx(3G)
- Version = 1.0
- Name = getutx: getutxent, getutxid, getutxline, pututxline, setutxent, endutxent, utmpxname, getutmp, getutmpx, updwtmp, updwtmpx - access utmpx file entry
- SubName = getutxent - access utmpx file entry
- SubName = getutxid - access utmpx file entry
- SubName = getutxline - access utmpx file entry
- SubName = pututxline - access utmpx file entry
- SubName = setutxent - access utmpx file entry
- SubName = pututxline - access utmpx file entry
- SubName = setutxent - access utmpx file entry
- SubName = endutxent - access utmpx file entry
- SubName = utmpxname - access utmpx file entry
- SubName = utmpxname - access utmpx file entry
- SubName = getutmp - access utmpx file entry
- SubName = getutmpx - access utmpx file entry
- SubName = updwtmp - access utmpx file entry
- SubName = updwtmpx - access utmpx file entry
-
- getvfsent.3G.html:
- Title = getvfsent(3G)
- Version = 1.0
- Name = getvfsent - return pointer to vfstab file entry
- SubName = getvfsfile - search vfstab file
- SubName = getvfsspec - search vfstab file
- SubName = getvfsany - search vfstab file for matching pattern
-
- gmatch.3G.html:
- Title = gmatch(3G)
- Version = 1.0
- Name = gmatch - shell global pattern matching
-
- isencrypt.3G.html:
- Title = isencrypt(3G)
- Version = 1.0
- Name = isencrypt - determine whether a character buffer is encrypted
-
- mkdirp.3G.html:
- Title = mkdirp(3G)
- Version = 1.0
- Name = mkdirp, rmdirp - create, remove directories in a path
-
- p2open.3G.html:
- Title = p2open(3G)
- Version = 1.0
- Name = p2open, p2close - open, close pipes to and from a command
-
- pathfind.3G.html:
- Title = pathfind(3G)
- Version = 1.0
- Name = pathfind - search for named file in named directories
-
- regcmp.3G.html:
- Title = regcmp(3G)
- Version = 1.0
- Name = regcmp, regex - compile and execute regular expression
-
- regexpr.3G.html:
- Title = regexpr(3G)
- Version = 1.0
- Name = regexpr: compile, step, advance - regular expression compile and match routines
- SubName = compile - compile regular expression
- SubName = step - find string in regular expression
- SubName = advance - find string in regular expression
- SubName = loc1 - first char of match in regular expression
- SubName = loc2 - first char after match in regular expression
- SubName = locs - used to stop regular expression matching in a string
- SubName = nbra - number of subexpressions in regular expression
- SubName = regerrno - regular expression compile error number
- SubName = reglength - length of compiled regular expression
- SubName = braslist - subexpressions in regular expression
- SubName = braelist - subexpressions in regular expression
-
- str.3G.html:
- Title = str(3G)
- Version = 1.0
- Name = str: strfind, strrspn, strtrns - string manipulations
-
- strccpy.3G.html:
- Title = strccpy(3G)
- Version = 1.0
- Name = strccpy, strcadd, strecpy, streadd - copy strings, compressing or expanding escape codes
-
- syslog.3G.html:
- Title = syslog(3G)
- Version = 1.0
- Name = syslog, openlog, closelog, setlogmask - control system log
- SubName = openlog - open system log
- SubName = closelog - close system log
- SubName = setlogmask - set log priority mask
-