libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_exdev (explain_string_buffer_t *sb, const char *oldpath, const char *newpath, const char *sys_call_name) |
void explain_buffer_exdev | ( | explain_string_buffer_t * | sb, |
const char * | oldpath, | ||
const char * | newpath, | ||
const char * | sys_call_name | ||
) |
The explain_buffer_exdev function may be used to explain an EXDEV error.
sb | The string buffer to print the error on. |
oldpath | Where the link or rename is coming from |
newpath | Where the link or rename is going to |
sys_call_name | The nam eof the system call experiencing the error |