Annotation of 43BSDTahoe/man/man0/toc3, revision 1.1

1.1     ! root        1: .xx "intro" "introduction to C library functions"
        !             2: .xx "abort" "generate a fault"
        !             3: .xx "abs" "integer absolute value"
        !             4: .xx "alarm" "schedule signal after specified time"
        !             5: .xx "asinh" "inverse hyperbolic functions"
        !             6: .xx "assert" "program verification"
        !             7: .xx "atof" "convert ASCII to numbers"
        !             8: .xx "bstring" "bit and byte string operations"
        !             9: .xx "byteorder" "convert values between host and network byte order"
        !            10: .xx "crypt" "DES encryption"
        !            11: .xx "ctime" "convert date and time to ASCII"
        !            12: .xx "ctype" "character classification macros"
        !            13: .xx "curses" "screen functions with ``optimal'' cursor motion"
        !            14: .xx "dbm" "data base subroutines"
        !            15: .xx "directory" "directory operations"
        !            16: .xx "ecvt" "output conversion"
        !            17: .xx "end" "last locations in program"
        !            18: .xx "erf" "error functions"
        !            19: .xx "execl" "execute a file"
        !            20: .xx "exit" "terminate a process after flushing any pending output"
        !            21: .xx "exp" "exponential, logarithm, power"
        !            22: .xx "fclose" "close or flush a stream"
        !            23: .xx "ferror" "stream status inquiries"
        !            24: .xx "floor" "absolute value, floor, ceiling, and round-to-nearest functions"
        !            25: .xx "fopen" "open a stream"
        !            26: .xx "fread" "buffered binary input/output"
        !            27: .xx "frexp" "split into mantissa and exponent"
        !            28: .xx "fseek" "reposition a stream"
        !            29: .xx "getc" "get character or word from stream"
        !            30: .xx "getdisk" "get disk description by its name"
        !            31: .xx "getenv" "value for environment name"
        !            32: .xx "getfsent" "get file system descriptor file entry"
        !            33: .xx "getgrent" "get group file entry"
        !            34: .xx "gethostbyname" "get network host entry"
        !            35: .xx "getlogin" "get login name"
        !            36: .xx "getnetent" "get network entry"
        !            37: .xx "getopt" "get option letter from argv"
        !            38: .xx "getpass" "read a password"
        !            39: .xx "getprotoent" "get protocol entry"
        !            40: .xx "getpw" "get name from uid"
        !            41: .xx "getpwent" "get password file entry"
        !            42: .xx "gets" "get a string from a stream"
        !            43: .xx "getservent" "get service entry"
        !            44: .xx "getttyent" "get ttys file entry"
        !            45: .xx "getusershell" "get legal user shells"
        !            46: .xx "getwd" "get current working directory pathname"
        !            47: .xx "hypot" "Euclidean distance, complex absolute value"
        !            48: .xx "ieee" "copysign, remainder, exponent manipulations"
        !            49: .xx "inet" "Internet address manipulation routines"
        !            50: .xx "infnan" "signals invalid floating-point operations on a VAX (temporary)"
        !            51: .xx "initgroups" "initialize group access list"
        !            52: .xx "insque" "insert/remove element from a queue"
        !            53: .xx "j0" "bessel functions"
        !            54: .xx "lgamma" "log gamma function"
        !            55: .xx "lib2648" "subroutines for the HP 2648 graphics terminal"
        !            56: .xx "malloc" "memory allocator"
        !            57: .xx "math" "introduction to mathematical library functions"
        !            58: .xx "mktemp" "make a unique file name"
        !            59: .xx "monitor" "prepare execution profile"
        !            60: .xx "mp" "multiple precision integer arithmetic"
        !            61: .xx "ndbm" "data base subroutines"
        !            62: .xx "nice" "set program priority"
        !            63: .xx "nlist" "get entries from name list"
        !            64: .xx "ns" "Xerox NS(tm)  address conversion routines"
        !            65: .xx "pause" "stop until signal"
        !            66: .xx "perror" "system error messages"
        !            67: .xx "plot" "graphics interface"
        !            68: .xx "popen" "initiate I/O to/from a process"
        !            69: .xx "printf" "formatted output conversion"
        !            70: .xx "psignal" "system signal messages"
        !            71: .xx "putc" "put character or word on a stream"
        !            72: .xx "puts" "put a string on a stream"
        !            73: .xx "qsort" "quicker sort"
        !            74: .xx "rand" "random number generator"
        !            75: .xx "random" "better random number generator; routines for changing generators"
        !            76: .xx "rcmd" "routines for returning a stream to a remote command"
        !            77: .xx "regex" "regular expression handler"
        !            78: .xx "resolver" "resolver routines"
        !            79: .xx "rexec" "return stream to a remote command"
        !            80: .xx "scandir" "scan a directory"
        !            81: .xx "scanf" "formatted input conversion"
        !            82: .xx "setbuf" "assign buffering to a stream"
        !            83: .xx "setjmp" "non-local goto"
        !            84: .xx "setuid" "set user and group ID"
        !            85: .xx "siginterrupt" "allow signals to interrupt system calls"
        !            86: .xx "signal" "simplified software signal facilities"
        !            87: .xx "sin" "trigonometric functions and their inverses"
        !            88: .xx "sinh" "hyperbolic functions"
        !            89: .xx "sleep" "suspend execution for interval"
        !            90: .xx "sqrt" "cube root, square root"
        !            91: .xx "stdio" "standard buffered input/output package"
        !            92: .xx "string" "string operations"
        !            93: .xx "stty" "set and get terminal state (defunct)"
        !            94: .xx "swab" "swap bytes"
        !            95: .xx "syslog" "control system log"
        !            96: .xx "system" "issue a shell command"
        !            97: .xx "termcap" "terminal independent operation routines"
        !            98: .xx "time" "get date and time"
        !            99: .xx "times" "get process times"
        !           100: .xx "ttyname" "find name of a terminal"
        !           101: .xx "ualarm" "schedule signal after specified time"
        !           102: .xx "ungetc" "push character back into input stream"
        !           103: .xx "usleep" "suspend execution for interval"
        !           104: .xx "utime" "set file times"
        !           105: .xx "valloc" "aligned memory allocator"
        !           106: .xx "varargs" "variable argument list"
        !           107: .xx "vlimit" "control maximum system resource consumption"
        !           108: .xx "vtimes" "get information about resource utilization"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.