dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Functions | Variables
quote.h File Reference
#include <stddef.h>
Include dependency graph for quote.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char const * quote_n_mem (int n, char const *arg, size_t argsize)
 
char const * quote_mem (char const *arg, size_t argsize)
 
char const * quote_n (int n, char const *arg)
 
char const * quote (char const *arg)
 

Variables

struct quoting_options quote_quoting_options
 

Function Documentation

◆ quote()

char const* quote ( char const *  arg)

Referenced by field_selector(), parse_command_line_opts(), parse_config(), return_limit(), and strtod_or_err().

Here is the call graph for this function:

◆ quote_mem()

char const* quote_mem ( char const *  arg,
size_t  argsize 
)
Here is the call graph for this function:

◆ quote_n()

char const* quote_n ( int  n,
char const *  arg 
)

Referenced by quote().

Here is the call graph for this function:

◆ quote_n_mem()

char const* quote_n_mem ( int  n,
char const *  arg,
size_t  argsize 
)

Referenced by quote_mem(), and quote_n().

Here is the call graph for this function:

Variable Documentation

◆ quote_quoting_options

struct quoting_options quote_quoting_options