| /freebsd-12.1/contrib/subversion/subversion/svnfsfs/ |
| H A D | svnfsfs.c | 224 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 328 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main() 332 if (subcommand == NULL) in sub_main() 345 subcommand = &pseudo_cmd; in sub_main() 363 if (subcommand == NULL) in sub_main() 378 if (!(subcommand->cmd_func == subcommand__help)) in sub_main() 412 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL)) in sub_main() 416 svn_opt_get_option_from_code2(opt_id, options_table, subcommand, in sub_main() 419 if (subcommand->name[0] == '-') in sub_main() 425 subcommand->name, optstr, subcommand->name)); in sub_main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | svn.c | 2692 if (subcommand == NULL) in sub_main() 2707 subcommand = &pseudo_cmd; in sub_main() 2727 if (subcommand == NULL) in sub_main() 2771 if (subcommand->name[0] == '-') in sub_main() 2778 subcommand->name, optstr, subcommand->name)); in sub_main() 2785 if (subcommand->cmd_func != svn_cl__merge in sub_main() 2786 && subcommand->cmd_func != svn_cl__log) in sub_main() 2936 if (subcommand->cmd_func != svn_cl__blame in sub_main() 2938 && subcommand->cmd_func != svn_cl__log in sub_main() 3113 if (subcommand->cmd_func == svn_cl__add in sub_main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/svnbench/ |
| H A D | svnbench.c | 392 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 729 if (subcommand == NULL) in sub_main() 744 subcommand = &pseudo_cmd; in sub_main() 764 if (subcommand == NULL) in sub_main() 797 if (subcommand->name[0] == '-') in sub_main() 804 subcommand->name, optstr, subcommand->name)); in sub_main() 811 if (subcommand->cmd_func != svn_cl__null_log) in sub_main() 883 if (subcommand->cmd_func != svn_cl__null_blame in sub_main() 884 && subcommand->cmd_func != svn_cl__null_log) in sub_main() 983 err = (*subcommand->cmd_func)(os, &command_baton, pool); in sub_main() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zhack/ |
| H A D | zhack.c | 482 char *subcommand; in zhack_do_feature() local 492 subcommand = argv[0]; in zhack_do_feature() 493 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature() 495 } else if (strcmp(subcommand, "enable") == 0) { in zhack_do_feature() 497 } else if (strcmp(subcommand, "ref") == 0) { in zhack_do_feature() 501 subcommand); in zhack_do_feature() 516 const char *subcommand; in main() local 549 subcommand = argv[0]; in main() 551 if (strcmp(subcommand, "feature") == 0) { in main() 555 subcommand); in main()
|
| /freebsd-12.1/contrib/subversion/subversion/svnrdump/ |
| H A D | svnrdump.c | 780 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 943 if (subcommand == NULL) in sub_main() 955 subcommand = &pseudo_cmd; in sub_main() 974 if (subcommand == NULL) in sub_main() 1006 if (subcommand->name[0] == '-') in sub_main() 1013 subcommand->name, optstr, subcommand->name)); in sub_main() 1019 if (strcmp(subcommand->name, "--version") == 0) in sub_main() 1025 if (strcmp(subcommand->name, "help") == 0) in sub_main() 1048 if (strcmp(subcommand->name, "load") == 0) in sub_main() 1080 if (strcmp(subcommand->name, "load") == 0) in sub_main() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 129 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument 140 progname, subcommand); in display_usage() 230 const char *const progname, const char *const subcommand, in ConnectToRemote() argument 374 const char *subcommand = argv[1]; in main_gdbserver() local 477 display_usage(progname, subcommand); in main_gdbserver() 501 display_usage(progname, subcommand); in main_gdbserver() 528 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver() 533 display_usage(progname, subcommand); in main_gdbserver()
|
| H A D | lldb-platform.cpp | 90 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument 94 progname, subcommand); in display_usage() 138 const char *subcommand = argv[1]; in main_platform() local 260 display_usage(progname, subcommand); in main_platform()
|
| /freebsd-12.1/contrib/subversion/subversion/svndumpfilter/ |
| H A D | svndumpfilter.c | 1295 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 1402 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main() 1406 if (subcommand == NULL) in sub_main() 1419 subcommand = &pseudo_cmd; in sub_main() 1438 if (subcommand == NULL) in sub_main() 1455 if (subcommand->cmd_func != subcommand_help) in sub_main() 1523 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL)) in sub_main() 1527 svn_opt_get_option_from_code2(opt_id, options_table, subcommand, in sub_main() 1530 if (subcommand->name[0] == '-') in sub_main() 1537 subcommand->name, optstr, subcommand->name)); in sub_main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_opt.h | 303 svn_opt_subcommand_help3(const char *subcommand, 317 svn_opt_subcommand_help2(const char *subcommand, 331 svn_opt_subcommand_help(const char *subcommand,
|
| /freebsd-12.1/contrib/subversion/subversion/svnsync/ |
| H A D | svnsync.c | 1963 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 2192 subcommand = svn_opt_get_canonical_subcommand2(svnsync_cmd_table, "help"); in sub_main() 2265 if (subcommand == NULL) in sub_main() 2278 subcommand = &pseudo_cmd; in sub_main() 2293 subcommand = svn_opt_get_canonical_subcommand2(svnsync_cmd_table, in sub_main() 2295 if (subcommand == NULL) in sub_main() 2311 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL)) in sub_main() 2315 svn_opt_get_option_from_code2(opt_id, svnsync_options, subcommand, in sub_main() 2318 if (subcommand->name[0] == '-') in sub_main() 2328 subcommand->name, optstr, subcommand->name); in sub_main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/svnadmin/ |
| H A D | svnadmin.c | 2797 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 3052 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main() 3056 if (subcommand == NULL) in sub_main() 3069 subcommand = &pseudo_cmd; in sub_main() 3087 if (subcommand == NULL) in sub_main() 3103 if (!(subcommand->cmd_func == subcommand_help in sub_main() 3104 || (subcommand->cmd_func == subcommand_freeze && dash_F_arg))) in sub_main() 3138 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL)) in sub_main() 3145 if (subcommand->name[0] == '-') in sub_main() 3151 subcommand->name, optstr, subcommand->name)); in sub_main() [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/svnlook/ |
| H A D | svnlook.c | 2440 const svn_opt_subcommand_desc2_t *subcommand = NULL; in sub_main() local 2637 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main() 2641 if (subcommand == NULL) in sub_main() 2654 subcommand = &pseudo_cmd; in sub_main() 2673 if (subcommand == NULL) in sub_main() 2701 if (subcommand->cmd_func != subcommand_help) in sub_main() 2765 if (! svn_opt_subcommand_takes_option3(subcommand, opt_id, NULL)) in sub_main() 2769 svn_opt_get_option_from_code2(opt_id, options_table, subcommand, in sub_main() 2772 if (subcommand->name[0] == '-') in sub_main() 2780 subcommand->name, optstr, subcommand->name)); in sub_main() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 24 Stream *s, llvm::StringRef command, llvm::StringRef prefix, llvm::StringRef subcommand, in GenerateAdditionalHelpAvenuesMessage() argument 31 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
|
| H A D | CommandObjectHelp.h | 33 llvm::StringRef subcommand, bool include_apropos = true,
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | deprecated.c | 418 svn_opt_subcommand_help2(const char *subcommand, in svn_opt_subcommand_help2() argument 423 svn_opt_subcommand_help3(subcommand, table, options_table, in svn_opt_subcommand_help2() 428 svn_opt_subcommand_help(const char *subcommand, in svn_opt_subcommand_help() argument 434 svn_opt_get_canonical_subcommand(table, subcommand); in svn_opt_subcommand_help() 441 _("\"%s\": unknown command.\n\n"), subcommand); in svn_opt_subcommand_help()
|
| H A D | opt.c | 411 svn_opt_subcommand_help3(const char *subcommand, in svn_opt_subcommand_help3() argument 418 svn_opt_get_canonical_subcommand2(table, subcommand); in svn_opt_subcommand_help3() 426 _("\"%s\": unknown command.\n\n"), subcommand); in svn_opt_subcommand_help3()
|
| /freebsd-12.1/stand/fdt/ |
| H A D | help.fdt | 5 fdt <subcommand> <arguments>
|
| /freebsd-12.1/usr.bin/fortune/datfiles/ |
| H A D | freebsd-tips | 613 ZFS can display I/O statistics for a given pool using the iostat subcommand. 634 history subcommand to zpool: 739 To reset the value of a custom property, use the inherit subcommand: 762 You can prevent the removal of a ZFS snapshot by using the hold subcommand.
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 371 dump_log as a subcommand, truncate_log and replay_log soon to come 375 a subcommand, truncate_log and replay_log soon to come after. 378 a subcommand, truncate_log and replay_log soon to come after.
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 459 subcommand on the 717 subcommand is present, the association is authenticated 720 subcommand is present, the association is authenticated 1458 subcommand specifies the minimum average packet 1461 subcommand specifies the minimum packet spacing. 1468 subcommand specifies the probability of discard
|
| H A D | ntp.conf.def | 503 subcommand on the 771 subcommand is present, the association is authenticated 774 subcommand is present, the association is authenticated 1530 subcommand specifies the minimum average packet 1533 subcommand specifies the minimum packet spacing. 1540 subcommand specifies the probability of discard
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 565 * svn auth: new subcommand to manage cached credentials and certs 575 * svnadmin info: new subcommand to print info about a repository 717 * svnadmin delrevprop: new subcommand (1592723) 2049 * new 'svnadmin freeze' subcommand (r1376228) 2912 * New 'svn patch' subcommand (issue #511) 3309 * add new 'propsetf' subcommand to svnmucc (r1000612) 5581 * new 'svn blame' subcommand. (r7389, 7438, #508) 5661 * no more 'svnadmin createtxn' subcommand. (r7062) 6103 * new svnlook subcommand 'uuid' 6257 * new 'svn cat' subcommand [all …]
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | ChangeLog | 308 * kadmin: convert to use slc; also add stash subcommand
|
| /freebsd-12.1/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.def | 1112 subcommand of the
|
| H A D | invoke-ntp-keygen.texi | 846 subcommand of the
|