dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_QUOTING_STYLE literal_quoting_style |
Functions | |
struct quoting_options * | clone_quoting_options (struct quoting_options *o) |
enum quoting_style | get_quoting_style (struct quoting_options const *o) |
void | set_quoting_style (struct quoting_options *o, enum quoting_style s) |
int | set_char_quoting (struct quoting_options *o, char c, int i) |
int | set_quoting_flags (struct quoting_options *o, int i) |
void | set_custom_quoting (struct quoting_options *o, char const *left_quote, char const *right_quote) |
size_t | quotearg_buffer (char *buffer, size_t buffersize, char const *arg, size_t argsize, struct quoting_options const *o) |
char * | quotearg_alloc (char const *arg, size_t argsize, struct quoting_options const *o) |
char * | quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, struct quoting_options const *o) |
char * | quotearg_n (int n, char const *arg) |
char * | quotearg (char const *arg) |
char * | quotearg_n_mem (int n, char const *arg, size_t argsize) |
char * | quotearg_mem (char const *arg, size_t argsize) |
char * | quotearg_n_style (int n, enum quoting_style s, char const *arg) |
char * | quotearg_n_style_mem (int n, enum quoting_style s, char const *arg, size_t argsize) |
char * | quotearg_style (enum quoting_style s, char const *arg) |
char * | quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) |
char * | quotearg_char (char const *arg, char ch) |
char * | quotearg_char_mem (char const *arg, size_t argsize, char ch) |
char * | quotearg_colon (char const *arg) |
char * | quotearg_colon_mem (char const *arg, size_t argsize) |
char * | quotearg_n_style_colon (int n, enum quoting_style s, char const *arg) |
char * | quotearg_n_custom (int n, char const *left_quote, char const *right_quote, char const *arg) |
char * | quotearg_n_custom_mem (int n, char const *left_quote, char const *right_quote, char const *arg, size_t argsize) |
char * | quotearg_custom (char const *left_quote, char const *right_quote, char const *arg) |
char * | quotearg_custom_mem (char const *left_quote, char const *right_quote, char const *arg, size_t argsize) |
void | quotearg_free (void) |
Variables | |
char const *const | quoting_style_args [] |
enum quoting_style const | quoting_style_vals [] |
#define DEFAULT_QUOTING_STYLE literal_quoting_style |
enum quoting_flags |
enum quoting_style |
struct quoting_options* clone_quoting_options | ( | struct quoting_options * | o | ) |
enum quoting_style get_quoting_style | ( | struct quoting_options const * | o | ) |
char* quotearg | ( | char const * | arg | ) |
char* quotearg_alloc | ( | char const * | arg, |
size_t | argsize, | ||
struct quoting_options const * | o | ||
) |
char* quotearg_alloc_mem | ( | char const * | arg, |
size_t | argsize, | ||
size_t * | size, | ||
struct quoting_options const * | o | ||
) |
size_t quotearg_buffer | ( | char * | buffer, |
size_t | buffersize, | ||
char const * | arg, | ||
size_t | argsize, | ||
struct quoting_options const * | o | ||
) |
char* quotearg_char | ( | char const * | arg, |
char | ch | ||
) |
char* quotearg_char_mem | ( | char const * | arg, |
size_t | argsize, | ||
char | ch | ||
) |
char* quotearg_colon | ( | char const * | arg | ) |
char* quotearg_colon_mem | ( | char const * | arg, |
size_t | argsize | ||
) |
char* quotearg_custom | ( | char const * | left_quote, |
char const * | right_quote, | ||
char const * | arg | ||
) |
char* quotearg_custom_mem | ( | char const * | left_quote, |
char const * | right_quote, | ||
char const * | arg, | ||
size_t | argsize | ||
) |
void quotearg_free | ( | void | ) |
char* quotearg_mem | ( | char const * | arg, |
size_t | argsize | ||
) |
char* quotearg_n | ( | int | n, |
char const * | arg | ||
) |
char* quotearg_n_custom | ( | int | n, |
char const * | left_quote, | ||
char const * | right_quote, | ||
char const * | arg | ||
) |
char* quotearg_n_custom_mem | ( | int | n, |
char const * | left_quote, | ||
char const * | right_quote, | ||
char const * | arg, | ||
size_t | argsize | ||
) |
Referenced by quotearg_custom_mem(), and quotearg_n_custom().
char* quotearg_n_mem | ( | int | n, |
char const * | arg, | ||
size_t | argsize | ||
) |
char* quotearg_n_style | ( | int | n, |
enum quoting_style | s, | ||
char const * | arg | ||
) |
char* quotearg_n_style_colon | ( | int | n, |
enum quoting_style | s, | ||
char const * | arg | ||
) |
char* quotearg_n_style_mem | ( | int | n, |
enum quoting_style | s, | ||
char const * | arg, | ||
size_t | argsize | ||
) |
char* quotearg_style | ( | enum quoting_style | s, |
char const * | arg | ||
) |
char* quotearg_style_mem | ( | enum quoting_style | s, |
char const * | arg, | ||
size_t | argsize | ||
) |
int set_char_quoting | ( | struct quoting_options * | o, |
char | c, | ||
int | i | ||
) |
Referenced by quotearg_char_mem(), and quotearg_n_style_colon().
void set_custom_quoting | ( | struct quoting_options * | o, |
char const * | left_quote, | ||
char const * | right_quote | ||
) |
Referenced by quotearg_n_custom_mem().
int set_quoting_flags | ( | struct quoting_options * | o, |
int | i | ||
) |
void set_quoting_style | ( | struct quoting_options * | o, |
enum quoting_style | s | ||
) |
char const* const quoting_style_args[] |
enum quoting_style const quoting_style_vals[] |