Searched refs:opt_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c270 int opt_id;
305 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
316 APR_ARRAY_PUSH(received_opts, int) = opt_id;
318 switch (opt_id) {
442 opt_id = APR_ARRAY_IDX(received_opts, i, int);
448 if (opt_id == 'h' || opt_id == '?')
451 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
455 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
267 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c366 int opt_id;
420 apr_status_t apr_err = apr_getopt_long(os, svn_cl__options, &opt_id,
432 APR_ARRAY_PUSH(received_opts, int) = opt_id;
434 switch (opt_id) {
742 opt_id = APR_ARRAY_IDX(received_opts, i, int);
748 if (opt_id == 'h' || opt_id == '?')
751 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id,
756 svn_opt_get_option_from_code2(opt_id, svn_cl__options,
362 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1334 int opt_id;
1367 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
1378 APR_ARRAY_PUSH(received_opts, int) = opt_id;
1380 switch (opt_id)
1555 opt_id = APR_ARRAY_IDX(received_opts, i, int);
1561 if (opt_id == 'h' || opt_id == '?')
1564 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
1568 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
1330 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dsvn.c1864 int opt_id;
1932 apr_status_t apr_err = apr_getopt_long(os, svn_cl__options, &opt_id,
1944 APR_ARRAY_PUSH(received_opts, int) = opt_id;
1946 switch (opt_id) {
2539 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2545 if (opt_id == 'h' || opt_id == '?')
2548 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id,
2553 svn_opt_get_option_from_code2(opt_id, svn_cl__options,
1860 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1964 int opt_id, i;
1999 apr_err = apr_getopt_long(os, svnsync_options, &opt_id, &opt_arg);
2009 APR_ARRAY_PUSH(received_opts, int) = opt_id;
2011 switch (opt_id)
2293 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2295 if (opt_id == 'h' || opt_id == '?')
2298 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2302 svn_opt_get_option_from_code2(opt_id, svnsync_options, subcommand,
1957 int opt_id, i; local
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c1005 int opt_id = APR_ARRAY_IDX(received_opts, i, int);
1011 if (opt_id == 'h' || opt_id == '?')
1014 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
1018 svn_opt_get_option_from_code2(opt_id, svnrdump__options,
1003 int opt_id = APR_ARRAY_IDX(received_opts, i, int); local
/freebsd-10-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2455 int opt_id;
2491 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
2502 APR_ARRAY_PUSH(received_opts, int) = opt_id;
2504 switch (opt_id) {
2758 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2764 if (opt_id == 'h' || opt_id == '?')
2767 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2771 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
2452 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c2461 int opt_id;
2493 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
2504 APR_ARRAY_PUSH(received_opts, int) = opt_id;
2506 switch (opt_id)
2764 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2770 if (opt_id == 'h' || opt_id == '?')
2773 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2777 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
2453 int opt_id; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1266 int opt_id; local
1267 apr_status_t err = apr_getopt_long(os, diff_options, &opt_id, &opt_arg);
1280 switch (opt_id)

Completed in 94 milliseconds