Go to the source code of this file.
Function Documentation
The explain_buffer_enospc function may be used to print an explanation of an ENOSPC error.
- Parameters:
-
sb | The string buffer to print into. |
pathname | The path of the file that could not be created. |
pathname_caption | The name of the argument containing the file that could not be created. |
Definition at line 25 of file enospc.c.
The explain_buffer_enospc_fildes function may be used to print an explanation of an ENOSPC error.
- Parameters:
-
sb | The string buffer to print into. |
fildes | The file descriptor with the problem. |
fildes_caption | The name of the syscall argument containing the file descriptor with the problem. |
Definition at line 58 of file enospc.c.