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

/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dsvn.c1733 int opt_id;
1800 apr_status_t apr_err = apr_getopt_long(os, svn_cl__options, &opt_id,
1811 APR_ARRAY_PUSH(received_opts, int) = opt_id;
1813 switch (opt_id) {
2392 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2398 if (opt_id == 'h' || opt_id == '?')
2401 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id,
2406 svn_opt_get_option_from_code2(opt_id, svn_cl__options,
1729 int opt_id; local
/freebsd-10.0-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1371 int opt_id;
1420 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
1431 APR_ARRAY_PUSH(received_opts, int) = opt_id;
1433 switch (opt_id)
1610 opt_id = APR_ARRAY_IDX(received_opts, i, int);
1616 if (opt_id == 'h' || opt_id == '?')
1619 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
1623 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
1367 int opt_id; local
/freebsd-10.0-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2004 int opt_id;
2039 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
2049 APR_ARRAY_PUSH(received_opts, int) = opt_id;
2051 switch (opt_id) {
2296 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2302 if (opt_id == 'h' || opt_id == '?')
2305 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2309 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
2001 int opt_id; local
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1896 int opt_id, i;
1946 apr_err = apr_getopt_long(os, svnsync_options, &opt_id, &opt_arg);
1956 APR_ARRAY_PUSH(received_opts, int) = opt_id;
1958 switch (opt_id)
2200 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2202 if (opt_id == 'h' || opt_id == '?')
2205 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2209 svn_opt_get_option_from_code2(opt_id, svnsync_options, subcommand,
1889 int opt_id, i; local
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c1053 int opt_id = APR_ARRAY_IDX(received_opts, i, int);
1059 if (opt_id == 'h' || opt_id == '?')
1062 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
1066 svn_opt_get_option_from_code2(opt_id, svnrdump__options,
1051 int opt_id = APR_ARRAY_IDX(received_opts, i, int); local
/freebsd-10.0-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c2453 int opt_id;
2500 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
2511 APR_ARRAY_PUSH(received_opts, int) = opt_id;
2513 switch (opt_id)
2775 opt_id = APR_ARRAY_IDX(received_opts, i, int);
2781 if (opt_id == 'h' || opt_id == '?')
2784 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL))
2788 svn_opt_get_option_from_code2(opt_id, options_table, subcommand,
2445 int opt_id; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1252 int opt_id; local
1253 apr_status_t err = apr_getopt_long(os, diff_options, &opt_id, &opt_arg);
1266 switch (opt_id)

Completed in 212 milliseconds