| F | |
| fabs | |
| fclose | |
| Features | |
| feof | |
| ferror | |
| fflush | |
| File and Buffer Manipulation | |
| File Extension Macros | |
| File Inclusion | |
| File Modes | |
| File Primitives | |
| file_canon | |
| file_glob | |
| file_match | |
| file_pattern | |
| filename_match | |
| filename_realpath | |
| finally | |
| find_file | |
| find_file2 | |
| find_line_flags | |
| find_macro | |
| find_marker | |
| fioctl | |
| first_time | |
| firstof | |
| flex | |
| float | |
| Float Types | |
| Floating Point Literals | |
| flock | |
| floor | |
| fmktemp | |
| fmod | |
| fopen | |
| for | |
| for statement | |
| foreach | |
| format | |
| fread | |
| frexp | |
| fseek | |
| fstat | |
| fstype | |
| ftell | |
| ftest | |
| ftruncate | |
| Function Calls | |
| Function Declarations | |
| Function Prototypes | |
| Function Reference | |
| Functions | |
| fwrite |
Floating-point absolute value.
float fabs( float x )
Close a stream.
int fclose( int handle )
Test end-of-file indicator on a stream.
int feof( int handle )
Test error indicator on a stream.
int ferror( int handle, [int clearerr] )
Flush a stream.
int fflush( int handle, [int sync] )
Canonicalize a path.
string file_canon( string filepath )
Return names of files that match patterns.
list file_glob( string files )
File match utility.
int file_match( pattern, file, [flags] )
Directory file pattern.
int file_pattern( string filespec )
Perform file pattern matching.
int filename_match( string file, declare pattern )
Return a resolved pathname.
string filename_realpath( string pathname )
Finally statement.
finally statement;
Read next directory entry.
int find_file( [string &filename], [int &size], [int &mtime], [int &ctime], [int &mode] )
Extended read next directory entry.
int find_file2( string filename, [int &size], [int &mtime], [int &ctime], [int &atime], [int &mode], [int &uid], [string &uid2name], [int &gid], [string &gid2name], [int &nlink], [int &inode] )
Locate next line with specific flags.
int find_line_flags( [int bufnum], [int lineno], int mode, int and_mask, [int or_value], [int value] )
Determine path of a macro object.
string find_macro( string filename )
Locate next marker.
int find_marker( [int marker = L_MARKED] )
File miscellaneous control.
int fioctl( int handle, .. )
Determine a macros initialisation status.
int first_time()
Leftmost character search.
int firstof( string str, string chars, [int &result] )
Declare a float symbol.
float sym1, sym2 ...;
File lock operations.
int flock( int handle, .. )
Round down to integral value.
float floor( float x )
Make a unique filename.
int fmktemp( string template );
Floating-point remainder.
float fmod( float x, float y )
Open a stream.
int fopen( string path, int|string flags, [int mode = 0644], [int bufsiz] )
for statement.
for ( [initialise]; [condition]; [increment] ) statements;
Container iterator.
void foreach( <body>, <expr>, <key>, <value>, <index>, <increment> )
Formatted printing.
string format( string format, ... )
Read from a stream.
int fread( int handle, string buffer, [int bufsiz = BUFSIZ], [int null = ' '] )
Extract mantissa and exponent.
float frexp( float num, int & exp )
Reposition a file-position indicator in a stream.
int fseek( int handle, int offset, int whence )
Stream status information.
int fstat( int handle, [int size], [int mtime], [int ctime], [int atime], [int mode], [int uid], [string uid2name], [int gid], [string gid2name], [int nlink] )
File system type.
int fstype( [string path] )
Report the file-position indicator of a stream.
int ftell( int handle )
Test file type.
int ftest( int|string condition, string path )
Truncate the specified file.
int ftruncate( int handle, [int size] )
Write to a stream.
int fwrite( int handle, string buffer, [int length] )