libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_enomedium (explain_string_buffer_t *sb, const char *pathname) |
void | explain_buffer_enomedium_fildes (explain_string_buffer_t *sb, int fildes) |
void | explain_buffer_enomedium_generic (explain_string_buffer_t *sb) |
void explain_buffer_enomedium | ( | explain_string_buffer_t * | sb, |
const char * | pathname | ||
) |
The explain_buffer_enomedium function may be used to print an explanation of an ENOMEDIUM error.
sb | The string buffer to print into. |
pathname | The path of the offending device. |
Definition at line 278 of file enomedium.c.
void explain_buffer_enomedium_fildes | ( | explain_string_buffer_t * | sb, |
int | fildes | ||
) |
The explain_buffer_enomedium_fildes function may be used to print an explanation of an ENOMEDIUM error.
sb | The string buffer to print into. |
fildes | The file descriptor of the offending device. |
Definition at line 270 of file enomedium.c.
void explain_buffer_enomedium_generic | ( | explain_string_buffer_t * | sb | ) |
The explain_buffer_enomedium function may be used to print an explanation of an ENOMEDIUM error.
sb | The string buffer to print into. |
Definition at line 335 of file enomedium.c.