| | | | |
| F |
| |
| | fattach - attach a STREAMS-based file descriptor to an object in the file system name space ( ) |
| |
| | fclose - close a stream ( ) |
| |
| | fconvert - convert number to ASCII ( ) |
| |
| | FD_CLR - synchronous I/O multiplexing ( ) |
| |
| | FD_ISSET - synchronous I/O multiplexing ( ) |
| |
| | FD_SET - synchronous I/O multiplexing ( ) |
| |
| | FD_ZERO - synchronous I/O multiplexing ( ) |
| |
| | fdetach - detach a name from a STREAMS-based file descriptor ( ) |
| |
| | fdopen - associate a stream with a file descriptor ( ) |
| |
| | fetch - data base subroutines ( ) |
| |
| | fflush - flush a stream ( ) |
| |
| | ffs - find first set bit ( ) |
| |
| | fgetc - get a byte from a stream ( ) |
| |
| | fgetgrent - group database entry functions ( ) |
| |
| | fgetgrent_r - group database entry functions ( ) |
| |
| | fgetpos - get current file position information ( ) |
| |
| | fgetpwent - get password entry from a file ( ) |
| |
| | fgetpwent_r - get password entry from a file ( ) |
| |
| | fgetspent - get shadow password database entry ( ) |
| |
| | fgetspent_r - get shadow password database entry(reentrant) ( ) |
| |
| | fgetwc - get a wide-character code from a stream ( ) |
| |
| | fgetws - get a wide-character string from a stream ( ) |
| |
| | FIFO, create a new one - mkfifo ( ) |
| |
| | file descriptor |
| | | duplicate an open one - dup2 ( ) |
| | | STREAMS-based, attach to an object in file system name space - fattach ( ) |
| | | test for a STREAMS file - isastream ( ) |
| |
| | file descriptors, apply or remove advisory lock on open file - flock ( ) |
| |
| | file name, make a unique one - mktemp ( ) |
| |
| | make a unique file name - mkstemp ( ) |
| |
| | file pointer in a stream, reposition - fsetpos, fgetpos ( ) |
| |
| | file_to_decimal - decimal record from character stream ( ) |
| |
| | file tree |
| | | recursively descend - ftw ( ) |
| | | recursively descend - nftw ( ) |
| |
| | files |
| | | allows sections of file to be locked - lockf ( ) |
| | | optimizing usage of files - directio ( ) |
| | | - remove ( ) |
| | | report parent directory of file path name - dirname ( ) |
| | | set a file to a specified length - truncate ( ) |
| | | synchronize a file's in-memory state with that on the physical medium - fsync ( ) |
| |
| | find a wide-character in memory - wmemchr ( ) |
| |
| | find a wide-character substring - wcsstr ( ) |
| |
| | find pathname of a terminal |
| | | - ttyname ( ) |
| | | - ttyname_r ( ) |
| |
| | firstkey - data base subroutines ( ) |
| |
| | floating-point number, convert to string - ecvt ( ) |
| |
| | floating-point number, determine type |
| | | - finite ( ) |
| | | - fpclass ( ) |
| | | - isnan ( ) |
| | | - isnand ( ) |
| | | - isnanf ( ) |
| | | - unordered ( ) |
| |
| | flock - apply or remove an advisory lock on an open file ( ) |
| |
| | flockfile - acquire and release stream lock ( ) |
| |
| | flush a stream - fflush ( ) |
| |
| | flush non-transmitted output data, non-read input data or both - tcflush ( ) |
| |
| | _flushlbf - interfaces to stdio FILE structure ( ) |
| |
| | fmtmsg - display a message on stderr or system console ( ) |
| |
| | fnmatch - match filename or path name ( ) |
| |
| | fopen - open a stream ( ) |
| |
| | fopen - open stream ( ) |
| |
| | formatted input conversion - wsscanf ( ) |
| |
| | formatted output conversion |
| | | - fprintf ( ) |
| | | - printf ( ) |
| | | - sprintf ( ) |
| | | - vfprintf ( ) |
| | | - vprintf ( ) |
| | | - vsprintf ( ) |
| |
| | fpgetmask - IEEE floating-point environment control ( ) |
| |
| | fpgetround - IEEE floating-point environment control ( ) |
| |
| | fpgetsticky - IEEE floating-point environment control ( ) |
| |
| | fprintf - formatted output conversion ( ) |
| |
| | fprintf - print formatted output ( ) |
| |
| | fpsetmask - IEEE floating-point environment control ( ) |
| |
| | fpsetround - IEEE floating-point environment control ( ) |
| |
| | fpsetsticky -IEEE floating-point environment control ( ) |
| |
| | fputc - put a byte on a stream ( ) |
| |
| | fputws - put wide character string on a stream ( ) |
| |
| | free - memory allocator ( ) |
| |
| | freopen - open a stream ( ) |
| |
| | freopen - open stream ( ) |
| |
| | frexp - extract mantissa and exponent from double precision number ( ) |
| |
| | fscanf - convert formatted input ( ) |
| |
| | fseek - reposition a file-position indicator in a stream ( ) |
| |
| | fseeko - reposition a file-position indicator in a stream ( ) |
| |
| | fsetpos - reposition a file pointer in a stream ( ) |
| |
| | fsync - synchronize a file's in-memory state with that on the physical medium ( ) |
| |
| | ftell - return a file offset in a stream ( ) |
| |
| | ftello - return a file offset in a stream ( ) |
| |
| | ftime - get date and time ( ) |
| |
| | ftruncate - set a file to a specified length ( ) |
| |
| | ftw - walk a file tree ( ) |
| |
| | func_to_decimal - decimal record from character function ( ) |
| |
| | funlockfile - acquire and release stream lock ( ) |
| |
| | fwide - set stream orientation ( ) |
| |
| | fwprintf - print formatted wide-character output ( ) |
| |
| | fwscanf - convert formatted wide-character input ( ) |