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

/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c91 N_("show help on a subcommand")},
94 N_("show help on a subcommand")},
208 "Type 'svnfsfs help <subcommand>' for help on a specific subcommand.\n"
239 const svn_opt_subcommand_desc3_t *subcommand = NULL;
340 just typos/mistakes. Whatever the case, the subcommand to
343 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help");
345 /* If we're not running the `help' subcommand, then look for a
346 subcommand in the first argument. */
347 if (subcommand
236 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c85 {"help", 'h', 0, N_("show help on a subcommand")},
86 {NULL, '?', 0, N_("show help on a subcommand")},
402 const svn_opt_subcommand_desc3_t *subcommand = NULL;
732 just typos/mistakes. Whatever the case, the subcommand to
735 subcommand = svn_opt_get_canonical_subcommand3(svn_cl__cmd_table, "help");
737 /* If we're not running the `help' subcommand, then look for a
738 subcommand in the first argument. */
739 if (subcommand == NULL)
745 /* Use the "help" subcommand to handle the "--version" option. */
754 subcommand
398 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dsvn.c79 {"help", 'h', 0, N_("show help on a subcommand")},
80 {NULL, '?', 0, N_("show help on a subcommand")},
1666 " Note: this subcommand does not semantically resolve conflicts or\n"
1680 " This subcommand does not revert already committed changes.\n"
2036 const svn_opt_subcommand_desc3_t *subcommand = NULL;
2687 just typos/mistakes. Whatever the case, the subcommand to
2690 subcommand = svn_opt_get_canonical_subcommand3(svn_cl__cmd_table, "help");
2692 /* If we're not running the `help' subcommand, then look for a
2693 subcommand in the first argument. */
2694 if (subcommand
2032 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c66 "Usage: %s [-c cachefile] [-d dir] <subcommand> <args> ...\n"
67 "where <subcommand> <args> is one of the following:\n"
482 char *subcommand; local
492 subcommand = argv[0];
493 if (strcmp(subcommand, "stat") == 0) {
495 } else if (strcmp(subcommand, "enable") == 0) {
497 } else if (strcmp(subcommand, "ref") == 0) {
500 (void) fprintf(stderr, "error: unknown subcommand: %s\n",
501 subcommand);
516 const char *subcommand; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp128 static void display_usage(const char *progname, const char *subcommand) { argument
139 progname, subcommand);
229 const char *const progname, const char *const subcommand,
371 const char *subcommand = argv[1]; local
474 display_usage(progname, subcommand);
498 display_usage(progname, subcommand);
525 progname, subcommand, named_pipe_path.c_str(),
530 display_usage(progname, subcommand);
226 ConnectToRemote(MainLoop &mainloop, GDBRemoteCommunicationServerLLGS &gdb_server, bool reverse_connect, const char *const host_and_port, const char *const progname, const char *const subcommand, const char *const named_pipe_path, pipe_t unnamed_pipe, int connection_fd) argument
H A Dlldb-platform.cpp89 static void display_usage(const char *progname, const char *subcommand) { argument
93 progname, subcommand);
142 const char *subcommand = argv[1]; local
266 display_usage(progname, subcommand);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DCommandObjectHelp.cpp20 llvm::StringRef subcommand, bool include_upropos,
27 std::string subcommand_str = subcommand.str();
18 GenerateAdditionalHelpAvenuesMessage( Stream *s, llvm::StringRef command, llvm::StringRef prefix, llvm::StringRef subcommand, bool include_upropos, bool include_type_lookup) argument
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c633 /* Handle the "dump" subcommand. Implements `svn_opt_subcommand_t'. */
656 /* Handle the "load" subcommand. Implements `svn_opt_subcommand_t'. */
672 /* Handle the "help" subcommand. Implements `svn_opt_subcommand_t'. */
681 "Type 'svnrdump help <subcommand>' for help on a specific subcommand.\n"
792 const svn_opt_subcommand_desc3_t *subcommand = NULL;
952 subcommand = svn_opt_get_canonical_subcommand3(svnrdump__cmd_table,
955 if (subcommand == NULL)
961 /* Use the "help" subcommand to handle the "--version" option. */
967 subcommand
790 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_opt.h53 * All subcommand procedures in Subversion conform to this prototype.
57 * the subcommand. See @a os->argv and @a os->ind.
69 /** The maximum number of aliases a subcommand can have. */
72 /** The maximum number of options that can be accepted by a subcommand. */
75 /** The maximum number of paragraphs of help text a subcommand can have.
85 /** One element of a subcommand dispatch table.
110 * descriptions given in an apr_getopt_option_t on a per-subcommand basis.
116 /** One element of a subcommand dispatch table.
142 * descriptions given in an apr_getopt_option_t on a per-subcommand basis.
148 /** One element of a subcommand dispatc
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c948 N_("show help on a subcommand")},
951 N_("show help on a subcommand")},
1016 /* Baton for passing option/argument state to a subcommand function. */
1076 /* This implements `help` subcommand. */
1084 "Type 'svndumpfilter help <subcommand>' for help on a "
1085 "specific subcommand.\n"
1272 /* This implements `exclude' subcommand. */
1280 /* This implements `include` subcommand. */
1303 const svn_opt_subcommand_desc3_t *subcommand = NULL;
1407 just typos/mistakes. Whatever the case, the subcommand t
1299 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c289 N_("show help on a subcommand")},
291 N_("show help on a subcommand")},
749 /* Return a subcommand baton allocated from POOL and populated with
1938 "Type 'svnsync help <subcommand>' for help on a specific subcommand.\n"
1975 const svn_opt_subcommand_desc3_t *subcommand = NULL;
2204 subcommand = svn_opt_get_canonical_subcommand3(svnsync_cmd_table, "help");
2277 if (subcommand == NULL)
2283 /* Use the "help" subcommand to handle "--version". */
2290 subcommand
1968 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c174 N_("show help on a subcommand")},
177 N_("show help on a subcommand")},
641 /* Baton for passing option/argument state to a subcommand function. */
1623 "Type 'svnadmin help <subcommand>' for help on a specific subcommand.\n"
3055 const svn_opt_subcommand_desc3_t *subcommand = NULL;
3307 just typos/mistakes. Whatever the case, the subcommand to
3310 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help");
3312 /* If we're not running the `help' subcommand, then look for a
3313 subcommand i
3052 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c117 N_("show help on a subcommand")},
129 N_("show help on a subcommand")},
358 /* Baton for passing option/argument state to a subcommand function. */
2250 "Type 'svnlook help <subcommand>' for help on a specific subcommand.\n"
2252 "Note: any subcommand which takes the '--revision' and '--transaction'\n"
2482 const svn_opt_subcommand_desc3_t *subcommand = NULL;
2676 just typos/mistakes. Whatever the case, the subcommand to
2679 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help");
2681 /* If we're not running the `help' subcommand, the
2474 const svn_opt_subcommand_desc3_t *subcommand = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c80 /* If we get here, there was no matching subcommand name or alias. */
269 /* Loop over all valid option codes attached to the subcommand */
427 * VERBOSE means show also the subcommand's global and experimental options.
430 subcommand_help(const char *subcommand,
438 svn_opt_get_canonical_subcommand3(table, subcommand);
446 _("\"%s\": unknown command.\n\n"), subcommand);
457 svn_opt_subcommand_help4(const char *subcommand,
463 subcommand_help(subcommand, table, options_table, global_options,
1247 if (os && targets->nelts) /* help on subcommand(s) requested */
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.c360 /* Loop over all valid option codes attached to the subcommand */
415 /* If we get here, there was no matching subcommand name or alias. */
439 /* If we get here, there was no matching subcommand name or alias. */
600 /* Loop over all valid option codes attached to the subcommand */
756 svn_opt_subcommand_help3(const char *subcommand,
763 svn_opt_get_canonical_subcommand2(table, subcommand);
771 _("\"%s\": unknown command.\n\n"), subcommand);
782 svn_opt_subcommand_help2(const char *subcommand,
787 svn_opt_subcommand_help3(subcommand, table, options_table,
792 svn_opt_subcommand_help(const char *subcommand,
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...]

Completed in 262 milliseconds