#include <stddef.h>
Go to the source code of this file.
|
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) |
|
◆ quote()
char const* quote |
( |
char const * |
arg | ) |
|
◆ quote_mem()
char const* quote_mem |
( |
char const * |
arg, |
|
|
size_t |
argsize |
|
) |
| |
◆ quote_n()
char const* quote_n |
( |
int |
n, |
|
|
char const * |
arg |
|
) |
| |
◆ quote_n_mem()
char const* quote_n_mem |
( |
int |
n, |
|
|
char const * |
arg, |
|
|
size_t |
argsize |
|
) |
| |
◆ quote_quoting_options