Searched refs:subcommand (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sbin/atm/atmconfig/
H A Datmconfig.help39 atmconfig [common-options] command [subcommand] [options]
54 atmconfig help <command> <subcommand>
55 gives help on the given subcommand
196 This subcommand adds a new CLIP PVC on the ATM interface <device>. The
214 This subcommand deletes and existing CLIP PVC that can bei either identified
223 This subcommand prints all ATM routes.
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dsvn.c151 {"help", 'h', 0, N_("show help on a subcommand")},
152 {NULL, '?', 0, N_("show help on a subcommand")},
1402 " Note: this subcommand does not semantically resolve conflicts or\n"
1415 " This subcommand does not revert already committed changes.\n"
1739 const svn_opt_subcommand_desc2_t *subcommand = NULL;
2325 just typos/mistakes. Whatever the case, the subcommand to
2328 subcommand = svn_opt_get_canonical_subcommand2(svn_cl__cmd_table, "help");
2330 /* If we're not running the `help' subcommand, then look for a
2331 subcommand in the first argument. */
2332 if (subcommand
1735 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c67 "Usage: %s [-c cachefile] [-d dir] <subcommand> <args> ...\n"
68 "where <subcommand> <args> is one of the following:\n"
456 char *subcommand; local
466 subcommand = argv[0];
467 if (strcmp(subcommand, "stat") == 0) {
469 } else if (strcmp(subcommand, "enable") == 0) {
471 } else if (strcmp(subcommand, "ref") == 0) {
474 (void) fprintf(stderr, "error: unknown subcommand: %s\n",
475 subcommand);
490 const char *subcommand; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c689 /* Handle the "dump" subcommand. Implements `svn_opt_subcommand_t'. */
711 /* Handle the "load" subcommand. Implements `svn_opt_subcommand_t'. */
726 /* Handle the "help" subcommand. Implements `svn_opt_subcommand_t'. */
734 "Type 'svnrdump help <subcommand>' for help on a specific subcommand.\n"
840 const svn_opt_subcommand_desc2_t *subcommand = NULL;
1002 subcommand = svn_opt_get_canonical_subcommand2(svnrdump__cmd_table,
1005 if (subcommand == NULL)
1011 /* Use the "help" subcommand to handle the "--version" option. */
1017 subcommand
838 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_opt.h51 * All subcommand procedures in Subversion conform to this prototype.
55 * the subcommand. See @a os->argv and @a os->ind.
67 /** The maximum number of aliases a subcommand can have. */
70 /** The maximum number of options that can be accepted by a subcommand. */
79 /** One element of a subcommand dispatch table.
104 * descriptions given in an apr_getopt_option_t on a per-subcommand basis.
110 /** One element of a subcommand dispatch table.
169 * then return the subcommand-specific option description instead of the
197 * Return @c TRUE iff subcommand @a command supports option @a
222 * Return @c TRUE iff subcommand
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1021 N_("show help on a subcommand")},
1024 N_("show help on a subcommand")},
1083 /* Baton for passing option/argument state to a subcommand function. */
1145 /* This implements `help` subcommand. */
1152 "Type 'svndumpfilter help <subcommand>' for help on a "
1153 "specific subcommand.\n"
1341 /* This implements `exclude' subcommand. */
1349 /* This implements `include` subcommand. */
1368 const svn_opt_subcommand_desc2_t *subcommand = NULL;
1487 just typos/mistakes. Whatever the case, the subcommand t
1364 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c210 N_("show help on a subcommand")},
213 N_("show help on a subcommand")},
493 /* Baton for passing option/argument state to a subcommand function. */
1141 "Type 'svnadmin help <subcommand>' for help on a specific subcommand.\n"
2001 const svn_opt_subcommand_desc2_t *subcommand = NULL;
2212 just typos/mistakes. Whatever the case, the subcommand to
2215 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help");
2217 /* If we're not running the `help' subcommand, then look for a
2218 subcommand i
1998 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c243 N_("show help on a subcommand")},
245 N_("show help on a subcommand")},
694 /* Return a subcommand baton allocated from POOL and populated with
1856 "Type 'svnsync help <subcommand>' for help on a specific subcommand.\n"
1888 const svn_opt_subcommand_desc2_t *subcommand = NULL;
2095 subcommand = svn_opt_get_canonical_subcommand2(svnsync_cmd_table, "help");
2162 if (subcommand == NULL)
2168 /* Use the "help" subcommand to handle "--version". */
2175 subcommand
1881 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c115 N_("show help on a subcommand")},
127 N_("show help on a subcommand")},
310 /* Baton for passing option/argument state to a subcommand function. */
2223 "Note: any subcommand which takes the '--revision' and '--transaction'\n"
2226 "Type 'svnlook help <subcommand>' for help on a specific subcommand.\n"
2450 const svn_opt_subcommand_desc2_t *subcommand = NULL;
2648 just typos/mistakes. Whatever the case, the subcommand to
2651 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help");
2653 /* If we're not running the `help' subcommand, the
2442 const svn_opt_subcommand_desc2_t *subcommand = NULL; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c355 /* Loop over all valid option codes attached to the subcommand */
410 /* If we get here, there was no matching subcommand name or alias. */
415 svn_opt_subcommand_help2(const char *subcommand,
420 svn_opt_subcommand_help3(subcommand, table, options_table,
425 svn_opt_subcommand_help(const char *subcommand,
431 svn_opt_get_canonical_subcommand(table, subcommand);
438 _("\"%s\": unknown command.\n\n"), subcommand);
591 if (os && targets->nelts) /* help on subcommand(s) requested */
413 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
423 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
H A Dopt.c80 /* If we get here, there was no matching subcommand name or alias. */
297 /* Loop over all valid option codes attached to the subcommand */
404 svn_opt_subcommand_help3(const char *subcommand,
411 svn_opt_get_canonical_subcommand2(table, subcommand);
419 _("\"%s\": unknown command.\n\n"), subcommand);
1214 if (os && targets->nelts) /* help on subcommand(s) requested */
402 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

Completed in 126 milliseconds