Go to the source code of this file.
Function Documentation
The explain_buffer_emlink function may be used to print an explanation of an EMLINK error into the given buffer.
- Parameters:
-
sb | The string buffer to print on. |
oldpath | The original oldpath, exactly as passed to system call. |
newpath | The original newpath, exactly as passed to system call. |
Definition at line 34 of file emlink.c.
The explain_buffer_emlink_mkdir function may be used to print an explanation of an EMLINK error, in the case where mkdir cannot proceed because the parent directory has too many links (would exceed LINK_MAX).
- Parameters:
-
sb | The string buffer to print on. |
parent | The path of the directory that has too many links. |
argument_name | The name of the offending argument. |
Definition at line 31 of file mkdir.c.