dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
Data Fields | |
enum quoting_style | style |
int | flags |
unsigned int | quote_these_too [(UCHAR_MAX/INT_BITS)+1] |
char const * | left_quote |
char const * | right_quote |
int flags |
Referenced by quotearg_alloc_mem(), quotearg_buffer(), quotearg_n_options(), and set_quoting_flags().
char const* left_quote |
Referenced by quotearg_alloc_mem(), quotearg_buffer(), quotearg_n_options(), and set_custom_quoting().
unsigned int quote_these_too[(UCHAR_MAX/INT_BITS)+1] |
Referenced by quotearg_alloc_mem(), quotearg_buffer(), quotearg_n_options(), and set_char_quoting().
char const* right_quote |
Referenced by quotearg_alloc_mem(), quotearg_buffer(), quotearg_buffer_restyled(), quotearg_n_options(), and set_custom_quoting().
enum quoting_style style |