|
libexplain
1.4.D001
|
#include <libexplain/buffer/acl_type.h>#include <libexplain/buffer/pointer.h>#include <libexplain/is_efault.h>#include <libexplain/ac/sys/acl.h>#include <libexplain/parse_bits.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_acl_type (explain_string_buffer_t *sb, acl_type_t value) |
| acl_type_t | explain_acl_type_parse (const char *text) |
| acl_type_t | explain_acl_type_parse_or_die (const char *text, const char *caption) |
Variables | |
| static const explain_parse_bits_table_t | table [] |
| acl_type_t explain_acl_type_parse | ( | const char * | text | ) |
Definition at line 51 of file acl_type.c.
| acl_type_t explain_acl_type_parse_or_die | ( | const char * | text, |
| const char * | caption | ||
| ) |
Definition at line 62 of file acl_type.c.
| void explain_buffer_acl_type | ( | explain_string_buffer_t * | sb, |
| acl_type_t | value | ||
| ) |
The explain_buffer_acl_type function may be used to print a representation of a acl_type_t value.
| sb | The string buffer to print into. |
| value | The acl_type value to be printed. |
Definition at line 44 of file acl_type.c.
const explain_parse_bits_table_t table[] [static] |
{
}
Definition at line 26 of file acl_type.c.
1.7.6.1