libexplain
1.4.D001
|
#include <libexplain/ac/sys/mount.h>
#include <libexplain/buffer/mount_flags.h>
#include <libexplain/parse_bits.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_mount_flags (explain_string_buffer_t *sb, unsigned long flags) |
unsigned long | explain_parse_mount_flags_or_die (const char *text, const char *caption) |
Variables | |
static const explain_parse_bits_table_t | table [] |
void explain_buffer_mount_flags | ( | explain_string_buffer_t * | sb, |
unsigned long | value | ||
) |
The explain_buffer_mount_flags function may be used to print a representation of a mount_flags value.
sb | The string buffer to print into. |
value | The mount_flags vslue to be printed. |
Definition at line 134 of file mount_flags.c.
unsigned long explain_parse_mount_flags_or_die | ( | const char * | text, |
const char * | caption | ||
) |
Definition at line 201 of file mount_flags.c.
const explain_parse_bits_table_t table[] [static] |
Definition at line 25 of file mount_flags.c.