libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_einval_setenv (explain_string_buffer_t *sb, const char *name, const char *name_caption) |
void explain_buffer_einval_setenv | ( | explain_string_buffer_t * | sb, |
const char * | name, | ||
const char * | name_caption | ||
) |
The explain_buffer_einval_setenv function is use to print an explanation of an EINVAL error, when reported by setenv.
sb | The buffer to print into. |
name | The environment variable name. |
name_caption | The name of the syscall argument containing the environment variable name. |