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

/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c88 static const apr_getopt_option_t options_table[] =
218 header, cmd_table, options_table, NULL, NULL,
277 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
431 svn_opt_get_option_from_code3(opt_id, options_table, subcommand,
86 static const apr_getopt_option_t options_table[] = variable
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_opt.h384 * Obtain option usage from @a options_table. If not @c NULL, @a
391 * appears a second time in @a options_table with a different name, then
400 const apr_getopt_option_t *options_table,
415 const apr_getopt_option_t *options_table,
429 const apr_getopt_option_t *options_table,
443 const apr_getopt_option_t *options_table,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c222 const apr_getopt_option_t *options_table,
283 options_table, cmd, pool);
318 options_table, cmd, pool);
432 const apr_getopt_option_t *options_table,
442 err = print_command_info3(cmd, options_table, global_options,
459 const apr_getopt_option_t *options_table,
463 subcommand_help(subcommand, table, options_table, global_options,
219 print_command_info3(const svn_opt_subcommand_desc3_t *cmd, const apr_getopt_option_t *options_table, const int *global_options, svn_boolean_t help, svn_boolean_t verbose, apr_pool_t *pool, FILE *stream) argument
428 subcommand_help(const char *subcommand, const svn_opt_subcommand_desc3_t *table, const apr_getopt_option_t *options_table, const int *global_options, svn_boolean_t verbose, apr_pool_t *pool) argument
455 svn_opt_subcommand_help4(const char *subcommand, const svn_opt_subcommand_desc3_t *table, const apr_getopt_option_t *options_table, const int *global_options, apr_pool_t *pool) argument
H A Ddeprecated.c322 const apr_getopt_option_t *options_table,
375 options_table, NULL, pool);
560 const apr_getopt_option_t *options_table,
614 options_table, cmd, pool);
638 options_table, cmd, pool);
758 const apr_getopt_option_t *options_table,
767 err = print_command_info2(cmd, options_table, global_options,
784 const apr_getopt_option_t *options_table,
787 svn_opt_subcommand_help3(subcommand, table, options_table,
794 const apr_getopt_option_t *options_table,
319 print_command_info(const svn_opt_subcommand_desc_t *cmd, const apr_getopt_option_t *options_table, svn_boolean_t help, apr_pool_t *pool, FILE *stream) argument
557 print_command_info2(const svn_opt_subcommand_desc2_t *cmd, const apr_getopt_option_t *options_table, const int *global_options, svn_boolean_t help, apr_pool_t *pool, FILE *stream) argument
754 svn_opt_subcommand_help3(const char *subcommand, const svn_opt_subcommand_desc2_t *table, const apr_getopt_option_t *options_table, const int *global_options, apr_pool_t *pool) argument
780 svn_opt_subcommand_help2(const char *subcommand, const svn_opt_subcommand_desc2_t *table, const apr_getopt_option_t *options_table, apr_pool_t *pool) argument
790 svn_opt_subcommand_help(const char *subcommand, const svn_opt_subcommand_desc_t *table, const apr_getopt_option_t *options_table, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c945 static const apr_getopt_option_t options_table[] =
1094 NULL, header, cmd_table, options_table,
1339 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
1535 svn_opt_get_option_from_code3(opt_id, options_table, subcommand,
942 static const apr_getopt_option_t options_table[] = variable
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c114 static const apr_getopt_option_t options_table[] =
2271 header, cmd_table, options_table, NULL,
2518 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
2811 svn_opt_get_option_from_code3(opt_id, options_table, subcommand,
112 static const apr_getopt_option_t options_table[] = variable
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c171 static const apr_getopt_option_t options_table[] =
1641 header, cmd_table, options_table, NULL, NULL,
3094 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
3400 svn_opt_get_option_from_code3(opt_id, options_table, subcommand,
169 static const apr_getopt_option_t options_table[] = variable

Completed in 218 milliseconds