libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_pathconf_name (explain_string_buffer_t *sb, int name) |
int | explain_parse_pathconf_name_or_die (const char *text) |
int | explain_valid_pathconf_name (int name) |
void explain_buffer_pathconf_name | ( | explain_string_buffer_t * | sb, |
int | name | ||
) |
The explain_buffer_pathconf_name function may be used to translate a numeric pathconf parameter name into a synbolic name.
sb | The string buffer to print into. |
name | The name to be translated |
Definition at line 98 of file pathconf_name.c.
int explain_parse_pathconf_name_or_die | ( | const char * | text | ) |
The explain_parse_pathconf_name_or_die function is used to parse a text representation of a pathconf name into a numeric value.
text | The text to be parsed |
Definition at line 105 of file pathconf_name.c.
int explain_valid_pathconf_name | ( | int | name | ) |
The explain_valid_pathconf_name function is used determine whether or not a pathconf name is valid.
name | The name to be verified. |
Definition at line 112 of file pathconf_name.c.