Go to the source code of this file.
Function Documentation
The explain_buffer_eexist function may be used to print an explanation of an EEXIST error, reported by the open, mkdir, link and synlink system calls.
- Parameters:
-
sb | The string buffer to print into. |
pathname | The offending file system path. |
Definition at line 30 of file eexist.c.
The explain_buffer_eexist5 function may be used to print an explanation of an EEXIST error, reported by the open system call (and indirectly by others via the explain_buffer_eexist function).
- Parameters:
-
sb | The string buffer to print into. |
base_name | The offending final path component |
base_mode | The st_mode field of the offending final path component |
dir_name | The directory containing the offending path component. |
dir_mode | The st_mode field of the directory containing the offending path component. |
Definition at line 57 of file eexist.c.