libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_einval_out_of_range (explain_string_buffer_t *sb, const char *caption, long lo, long hi) |
void explain_buffer_einval_out_of_range | ( | explain_string_buffer_t * | sb, |
const char * | caption, | ||
long | lo, | ||
long | hi | ||
) |
The explain_buffer_einval_out_of_range functions is used to print an explanation for an EINVAL error, in the case where an argument's value is outside the valid range.
sb | The buffer to print into. |
caption | The name of the offending system call argument. |
lo | The lower bound of the valid range. |
hi | The upper bound of the valid range. |
Definition at line 24 of file out_of_range.c.