Documentation Home
>
man pages section 3: Basic Library Functions
>
Basic Library Functions
> F
man pages section 3: Basic Library Functions
F
fattach(3C)
– attach a STREAMS– or doors-based file descriptor to an object in the file system name space
__fbufsize(3C)
– interfaces to stdio FILE structure
fclose(3C)
– close a stream
fconvert(3C)
– output conversion
fcvt(3C)
– convert floating-point number to string
fdatasync(3C)
– synchronize a file's data
FD_CLR(3C)
– synchronous I/O multiplexing
fdetach(3C)
– detach a name from a STREAMS-based file descriptor
FD_ISSET(3C)
– synchronous I/O multiplexing
fdopen(3C)
– associate a stream with a file descriptor
fdopendir(3C)
– open directory
FD_SET(3C)
– synchronous I/O multiplexing
fdwalk(3C)
– close or iterate over open file descriptors
FD_ZERO(3C)
– synchronous I/O multiplexing
feof(3C)
– stream status inquiries
ferror(3C)
– stream status inquiries
fflush(3C)
– flush a stream
ffs(3C)
– find first set bit
fgetattr(3C)
– get and set system attributes
fgetc(3C)
– get a byte from a stream
fgetgrent(3C)
– group database entry functions
fgetgrent_r(3C)
– group database entry functions
fgetpos(3C)
– get current file position information
fgetpwent(3C)
– get password entry
fgetpwent_r(3C)
– get password entry
fgets(3C)
– get a string from a stream
fgetspent(3C)
– get password entry
fgetspent_r(3C)
– get password entry
fgetwc(3C)
– get a wide-character code from a stream
fgetws(3C)
– get a wide-character string from a stream
fileno(3C)
– stream status inquiries
file_to_decimal(3C)
– parse characters into decimal record
finite(3C)
– determine type of floating-point number
__flbf(3C)
– interfaces to stdio FILE structure
floating_to_decimal(3C)
– convert floating-point value to decimal record
flockfile(3C)
– acquire and release stream lock
_flushlbf(3C)
– interfaces to stdio FILE structure
fmtmsg(3C)
– display a message on stderr or system console
fnmatch(3C)
– match filename or path name
fopen(3C)
– open a stream
fpclass(3C)
– determine type of floating-point number
__fpending(3C)
– interfaces to stdio FILE structure
fpgetmask(3C)
– IEEE floating-point environment control
fpgetround(3C)
– IEEE floating-point environment control
fpgetsticky(3C)
– IEEE floating-point environment control
fprintf(3C)
– print formatted output
fpsetmask(3C)
– IEEE floating-point environment control
fpsetround(3C)
– IEEE floating-point environment control
fpsetsticky(3C)
– IEEE floating-point environment control
__fpurge(3C)
– interfaces to stdio FILE structure
fputc(3C)
– put a byte on a stream
fputs(3C)
– put a string on a stream
fputwc(3C)
– put wide-character code on a stream
fputws(3C)
– put wide character string on a stream
fread(3C)
– binary input
__freadable(3C)
– interfaces to stdio FILE structure
__freading(3C)
– interfaces to stdio FILE structure
free(3C)
– memory allocator
free(3MALLOC)
– memory allocator
freopen(3C)
– open a stream
fscanf(3C)
– convert formatted input
fseek(3C)
– reposition a file-position indicator in a stream
fseeko(3C)
– reposition a file-position indicator in a stream
fsetattr(3C)
– get and set system attributes
__fsetlocking(3C)
– interfaces to stdio FILE structure
fsetpos(3C)
– reposition a file pointer in a stream
fsync(3C)
– synchronize changes to a file
ftell(3C)
– return a file offset in a stream
ftello(3C)
– return a file offset in a stream
ftime(3C)
– get date and time
ftok(3C)
– generate an IPC key
ftruncate(3C)
– set a file to a specified length
ftrylockfile(3C)
– acquire and release stream lock
ftw(3C)
– walk a file tree
func_to_decimal(3C)
– parse characters into decimal record
funlockfile(3C)
– acquire and release stream lock
fwide(3C)
– set stream orientation
fwprintf(3C)
– print formatted wide-character output
__fwritable(3C)
– interfaces to stdio FILE structure
fwrite(3C)
– binary output
__fwriting(3C)
– interfaces to stdio FILE structure
fwscanf(3C)
– convert formatted wide-character input
© 2010, Oracle Corporation and/or its affiliates