OpenVPN
|
#include <argv.h>
Data Fields | |
struct gc_arena | gc |
size_t | capacity |
size_t | argc |
char ** | argv |
size_t argv::argc |
Definition at line 38 of file argv.h.
Referenced by argv_append(), argv_clone(), argv_extend(), argv_grow(), argv_init(), argv_insert_head__empty_argv__head_only(), argv_insert_head__non_empty_argv__head_added(), argv_parse_cmd__command_and_extra_options__argc_correct(), argv_parse_cmd__command_string__argc_correct(), argv_printf__combined_path_with_spaces__argc_correct(), argv_printf__embedded_format_directive__replaced_in_output(), argv_printf__empty_parameter__argc_correct(), argv_printf__group_sep_in_arg__fail_no_ouput(), argv_printf__long_args__data_correct(), argv_printf__multiple_spaces_in_format__parsed_as_one(), argv_printf_arglist(), argv_printf_cat__multiple_spaces_in_format__parsed_as_one(), argv_printf_cat__used_twice__argc_correct(), and argv_reset().
char** argv::argv |
Definition at line 39 of file argv.h.
Referenced by argv_append(), argv_clone(), argv_extend(), argv_init(), argv_insert_head(), argv_insert_head__empty_argv__head_only(), argv_insert_head__non_empty_argv__head_added(), argv_printf__embedded_format_directive__replaced_in_output(), argv_printf__long_args__data_correct(), argv_reset(), argv_str(), check_cmd_access(), openvpn_execve(), openvpn_plugin_func_v3(), openvpn_plugin_open_v3(), openvpn_popen(), and plugin_call_item().
size_t argv::capacity |
Definition at line 37 of file argv.h.
Referenced by argv_extend(), and argv_init().
struct gc_arena argv::gc |
Definition at line 36 of file argv.h.
Referenced by argv_clone(), argv_extend(), argv_free(), argv_init(), argv_insert_head(), argv_parse_cmd(), and argv_printf_arglist().