|
fts_read(3) -- traverse a file hierarchy
|
The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function... |
fts_set(3) -- traverse a file hierarchy
|
The fts functions are provided for traversing UNIX file hierarchies. The fts_open() function returns a ``handle'' on a file hierarchy, which is then supplied to the other fts functions. The function... |
|
ftw(3) -- traverse (walk) a file tree
|
These functions are provided for compatibility with legacy code. New code should use the fts(3) functions. The ftw() and nftw() functions traverse (walk) the directory hierarchy rooted in path. For ea... |
funlockfile(3) -- application level locking of stdio files
|
The flockfile(), ftrylockfile(), and funlockfile() functions provide for explicit application-level locking of stdio FILE * objects. These functions can be used by a thread to delineate a sequence of ... |
funopen(3) -- open a stream
|
The funopen() function associates a stream with up to four ``I/O functions''. Either readfn or writefn must be specified; the others can be given as an appropriately typed NULL pointer. These I/O fu... |
fwopen(3) -- open a stream
|
The funopen() function associates a stream with up to four ``I/O functions''. Either readfn or writefn must be specified; the others can be given as an appropriately typed NULL pointer. These I/O fu... |
fwrite(3) -- binary stream input/output
|
The function fread() reads nmemb objects, each size bytes long, from the stream pointed to by stream, storing them at the location given by ptr. The function fwrite() writes nmemb objects, each size b... |
gai_strerror(3) -- nodename-to-address translation
|
The getaddrinfo() function is defined for protocol-independent nodenameto-address translation. It performs the functionality of gethostbyname(3) and getservbyname(3), but in a more sophisticated manne... |
gamma(3) -- log gamma functions
|
|
gammaf(3) -- log gamma functions
|
|
gcvt(3) -- convert double to ASCII string
|
These functions are provided for compatibility with legacy code. New code should use the snprintf(3) function for improved safety and porta- bility. The ecvt(), fcvt() and gcvt() functions convert the... |
getaddrinfo(3) -- nodename-to-address translation
|
The getaddrinfo() function is defined for protocol-independent nodenameto-address translation. It performs the functionality of gethostbyname(3) and getservbyname(3), but in a more sophisticated manne... |
getbegyx(3) -- get curses cursor and window coordinates
|
The getyx macro places the current cursor position of the given window in the two integer variables y and x. If win is a subwindow, the getparyx macro places the beginning coordinates of the subwindow... |
getbkgd(3) -- curses window background manipulation routines
|
The bkgdset and wbkgdset routines manipulate the background of the named window. The window background is a chtype consisting of any combination of attributes (i.e., rendition) and a character. The at... |
getbsize(3) -- get user block size
|
The getbsize() function determines the user's preferred block size based on the value of the BLOCKSIZE environment variable; see environ(7) for details on its use and format. The getbsize() function ... |