Go to the source code of this file.
Function Documentation
The explain_buffer_eloop function may be used to provide a common explanation for ELOOP for all system calls.
- Parameters:
-
| sb | The string buffer to print into. |
| pathname | The pathname being checked. |
| pathname_caption | The argument name of the pathname being checked. |
| pathname_final_component | The desired properties of the last component of pathname |
The explain_buffer_eloop2 function may be used to provide a common explanation for ELOOP for all system calls that take two path names.
- Parameters:
-
| sb | The string buffer to print into. |
| oldpath | The first pathname being checked. |
| oldpath_caption | The argument name of the first pathname being checked. |
| oldpath_final_component | The desired properties of the last component of oldpath |
| newpath | The second pathname being checked. |
| newpath_caption | The argument name of the second pathname being checked. |
| newpath_final_component | The desired properties of the last component of newpath |