Searched refs:option_table (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_opt.h167 * option code is @a code, or @c NULL if no match. @a option_table must end
178 const apr_getopt_option_t *option_table,
184 * Return the first entry from @a option_table whose option code is @a code,
185 * or @c NULL if no match. @a option_table must end with an element whose
193 const apr_getopt_option_t *option_table);
679 * cmd_table and @a option_table for option information. If not @c
691 * @a cmd_table, @a option_table, and @a footer arguments.
714 const apr_getopt_option_t *option_table,
734 const apr_getopt_option_t *option_table,
755 const apr_getopt_option_t *option_table,
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp197 ShowUsage (FILE *out, OptionDefinition *option_table, Driver::OptionData data) argument
215 for (num_options = 0; option_table[num_options].long_option != NULL; ++num_options)
217 uint32_t this_usage_mask = option_table[num_options].usage_mask;
249 if (option_table[i].usage_mask & opt_set_mask)
251 CommandArgumentType arg_type = option_table[i].argument_type;
255 if (option_table[i].short_option == 'h')
258 if (option_table[i].required)
260 if (option_table[i].option_has_arg == required_argument)
261 fprintf (out, " -%c <%s>", option_table[i].short_option, arg_name);
262 else if (option_table[
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c86 const apr_getopt_option_t *option_table,
92 for (i = 0; option_table[i].optch; i++)
93 if (option_table[i].optch == code)
105 *tmpopt = option_table[i];
110 return &(option_table[i]);
119 const apr_getopt_option_t *option_table)
123 for (i = 0; option_table[i].optch; i++)
124 if (option_table[i].optch == code)
125 return &(option_table[i]);
137 const apr_getopt_option_t *option_table,
83 svn_opt_get_option_from_code2(int code, const apr_getopt_option_t *option_table, const svn_opt_subcommand_desc2_t *command, apr_pool_t *pool) argument
116 svn_opt_get_option_from_code(int code, const apr_getopt_option_t *option_table) argument
133 get_option_from_code(const char **long_alias, int code, const apr_getopt_option_t *option_table, const svn_opt_subcommand_desc2_t *command, apr_pool_t *pool) argument
1193 svn_opt_print_help4(apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, svn_boolean_t verbose, const char *version_footer, const char *header, const svn_opt_subcommand_desc2_t *cmd_table, const apr_getopt_option_t *option_table, const int *global_options, const char *footer, apr_pool_t *pool) argument
1218 cmd_table, option_table, local
[all...]
H A Ddeprecated.c530 const apr_getopt_option_t *option_table,
543 option_table,
557 const apr_getopt_option_t *option_table,
569 option_table,
583 const apr_getopt_option_t *option_table,
599 cmd_table, option_table, pool);
611 option_table,
521 svn_opt_print_help3(apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const svn_opt_subcommand_desc2_t *cmd_table, const apr_getopt_option_t *option_table, const int *global_options, const char *footer, apr_pool_t *pool) argument
548 svn_opt_print_help2(apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const svn_opt_subcommand_desc2_t *cmd_table, const apr_getopt_option_t *option_table, const char *footer, apr_pool_t *pool) argument
574 svn_opt_print_help(apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const svn_opt_subcommand_desc_t *cmd_table, const apr_getopt_option_t *option_table, const char *footer, apr_pool_t *pool) argument
597 cmd_table, option_table, pool); local
/freebsd-10.3-release/contrib/tcp_wrappers/
H A Doptions.c113 static struct option option_table[] = { variable in typeref:struct:option
177 for (op = option_table; op->name && STR_NE(op->name, key); op++)
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c163 static struct ctladm_opts option_table[] = { variable in typeref:struct:ctladm_opts
3996 optreturn = getoption(option_table,argv[1], &command, &cmdargs,&subopt);
/freebsd-10.3-release/sbin/camcontrol/
H A Dcamcontrol.c182 static struct camcontrol_opts option_table[] = { variable in typeref:struct:camcontrol_opts
8987 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt);

Completed in 151 milliseconds