|
readdir(3) -- directory operations
|
The opendir() function opens the directory named by filename, associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations. The poin... |
realloc(3) -- general purpose memory allocation functions
|
The malloc() function allocates size bytes of memory. The allocated space is suitably aligned (after possible pointer coercion) for storage of any type of object. If the space is at least pagesize byt... |
realpath(3) -- returns the canonicalized absolute pathname
|
The realpath() function resolves all symbolic links, extra ``/'' characters and references to /./ and /../ in pathname, and copies the resulting absolute pathname into the memory referenced by resol... |
recno(3) -- record number database access method
|
The routine dbopen is the library interface to database files. One of the supported file formats is record number files. The general description of the database access methods is in dbopen(3), this ma... |
regcomp(3) -- regular-expression library
|
These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t... |
regerror(3) -- regular-expression library
|
These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t... |
regex(3) -- regular-expression library
|
These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t... |
regexec(3) -- regular-expression library
|
These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t... |
regexp(3) -- regular expression handlers
|
This interface is made obsolete by regex(3). It is available from the compatibility library, libcompat. The regcomp(), regexec(), regsub(), and regerror() functions implement egrep(1)-style regular ex... |
regfree(3) -- regular-expression library
|
These routines implement IEEE Std 1003.2-1992 (``POSIX.2'') regular expressions (``RE''s); see re_format(7). regcomp() compiles an RE written as a string into an internal form, regexec() matches t... |
registerrpc(3) -- library routines for remote procedure calls
|
|
remainder(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |
remainderf(3) -- Functions for IEEE arithmetic
|
These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. finite() returns the value 1 just when -infinity < x < +infinity; otherwise a zero... |