|
fscanf(3) -- input format conversion
|
The scanf() family of functions read input according to the given format as described below. This format may contain ``conversion specifiers''; the results of such conversions, if any, are stored th... |
fseek(3) -- reposition a stream
|
The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ... |
fseeko(3) -- reposition a stream
|
The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ... |
fsetpos(3) -- reposition a stream
|
The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ... |
ftell(3) -- reposition a stream
|
The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ... |
ftello(3) -- reposition a stream
|
The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. ... |
ftime(3) -- get date and time
|
This interface is obsoleted by gettimeofday(2). It is available from the compatibility library, libcompat. The ftime() routine fills in a structure pointed to by its argument, as defined by |
ftok(3) -- create IPC identifier from a pathname
|
The ftok() function attempts to create a unique key suitable for use with the msgget(2), semget(2) and shmget(2) functions given the path of an existing file and a user-selectable id. The specified pa... |
ftrylockfile(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 ... |
fts(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_children(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_close(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_open(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... |