|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_eventfd_flags (explain_string_buffer_t *sb, int flags) |
| int | explain_parse_eventfd_flags_or_die (const char *text, const char *caption) |
| void explain_buffer_eventfd_flags | ( | explain_string_buffer_t * | sb, |
| int | flags | ||
| ) |
The explain_buffer_eventfd_flags function may be used to print an explanation of an EVENTFS_FLAGS error.
| sb | The string buffer to print into. |
| flags | The flags to be printed. |
Definition at line 42 of file eventfd_flags.c.
| int explain_parse_eventfd_flags_or_die | ( | const char * | text, |
| const char * | caption | ||
| ) |
The explain_parse_eventfd_flags_or_die function is used to parse a text string to build an eventfs flags value.
| text | The text to be parsed. |
| caption | additional description for error messages |
Definition at line 49 of file eventfd_flags.c.
1.7.6.1