Go to the source code of this file.
Function Documentation
The explain_buffer_efbig function may be used to insert the maximum file size into the giben string buffer.
- Parameters:
-
sb | The string buffer to print into. |
pathname | The pathname of the problem file, so pathconf can be used. |
length | The length of offending file |
length_caption | The name of the parameter of the length of offending file |
Definition at line 96 of file efbig.c.
The explain_buffer_efbig_fildes function may be used to insert the maximum file size into the given string buffer.
- Parameters:
-
sb | The string buffer to print into. |
fildes | The filedescriptor of the problem file, so fpathconf can be used. |
length | The length of offending file |
length_caption | The name of the parameter of the length of offending file |
Definition at line 122 of file efbig.c.
The explain_get_max_file_size_by_fildes function is used to get the maximum file size, for the file system on which the file resides.
- Parameters:
-
fildes | The file descriptor indicating the file system. |
- Returns:
- maximum file size
Definition at line 107 of file efbig.c.
The explain_get_max_file_size_by_pathname function si sued to get the maximum file size, for the file system on which the file resides.
- Parameters:
-
path | The path indicating the file system. |
- Returns:
- maximum file size
Definition at line 53 of file efbig.c.