Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13.1/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c236 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
340 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
344 if (subcommand == NULL) in sub_main()
357 subcommand = &pseudo_cmd; in sub_main()
375 if (subcommand == NULL) in sub_main()
390 if (!(subcommand->cmd_func == subcommand__help)) in sub_main()
424 if (! svn_opt_subcommand_takes_option4(subcommand, opt_id, NULL)) in sub_main()
428 svn_opt_get_option_from_code3(opt_id, options_table, subcommand, in sub_main()
431 if (subcommand->name[0] == '-') in sub_main()
437 subcommand->name, optstr, subcommand->name)); in sub_main()
[all …]
/freebsd-13.1/sys/contrib/openzfs/cmd/zstream/
H A Dzstream.c60 char *subcommand = argv[1]; in main() local
62 if (strcmp(subcommand, "dump") == 0) { in main()
64 } else if (strcmp(subcommand, "token") == 0) { in main()
66 } else if (strcmp(subcommand, "redup") == 0) { in main()
/freebsd-13.1/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c398 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
735 if (subcommand == NULL) in sub_main()
750 subcommand = &pseudo_cmd; in sub_main()
770 if (subcommand == NULL) in sub_main()
803 if (subcommand->name[0] == '-') in sub_main()
810 subcommand->name, optstr, subcommand->name)); in sub_main()
817 if (subcommand->cmd_func != svn_cl__null_log) in sub_main()
889 if (subcommand->cmd_func != svn_cl__null_blame in sub_main()
890 && subcommand->cmd_func != svn_cl__null_log) in sub_main()
989 err = (*subcommand->cmd_func)(os, &command_baton, pool); in sub_main()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dsvn.c2690 if (subcommand == NULL) in sub_main()
2705 subcommand = &pseudo_cmd; in sub_main()
2725 if (subcommand == NULL) in sub_main()
2769 if (subcommand->name[0] == '-') in sub_main()
2776 subcommand->name, optstr, subcommand->name)); in sub_main()
2783 if (subcommand->cmd_func != svn_cl__merge in sub_main()
2784 && subcommand->cmd_func != svn_cl__log) in sub_main()
2934 if (subcommand->cmd_func != svn_cl__blame in sub_main()
2936 && subcommand->cmd_func != svn_cl__log in sub_main()
3106 if (subcommand->cmd_func == svn_cl__add in sub_main()
[all …]
/freebsd-13.1/sys/contrib/openzfs/cmd/zhack/
H A Dzhack.c448 char *subcommand; in zhack_do_feature() local
458 subcommand = argv[0]; in zhack_do_feature()
459 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature()
461 } else if (strcmp(subcommand, "enable") == 0) { in zhack_do_feature()
463 } else if (strcmp(subcommand, "ref") == 0) { in zhack_do_feature()
467 subcommand); in zhack_do_feature()
482 const char *subcommand; in main() local
515 subcommand = argv[0]; in main()
517 if (strcmp(subcommand, "feature") == 0) { in main()
521 subcommand); in main()
/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c790 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
953 if (subcommand == NULL) in sub_main()
965 subcommand = &pseudo_cmd; in sub_main()
984 if (subcommand == NULL) in sub_main()
1016 if (subcommand->name[0] == '-') in sub_main()
1023 subcommand->name, optstr, subcommand->name)); in sub_main()
1029 if (strcmp(subcommand->name, "--version") == 0) in sub_main()
1035 if (strcmp(subcommand->name, "help") == 0) in sub_main()
1058 if (strcmp(subcommand->name, "load") == 0) in sub_main()
1090 if (strcmp(subcommand->name, "load") == 0) in sub_main()
[all …]
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_opt.h397 svn_opt_subcommand_help4(const char *subcommand,
412 svn_opt_subcommand_help3(const char *subcommand,
426 svn_opt_subcommand_help2(const char *subcommand,
440 svn_opt_subcommand_help(const char *subcommand,
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp90 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument
94 progname, subcommand); in display_usage()
144 const char *subcommand = argv[1]; in main_platform() local
271 display_usage(progname, subcommand); in main_platform()
H A Dlldb-gdbserver.cpp195 const char *const progname, const char *const subcommand, in ConnectToRemote() argument
388 const char *subcommand = argv[1]; in main_gdbserver() local
511 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
/freebsd-13.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c1299 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
1406 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
1410 if (subcommand == NULL) in sub_main()
1423 subcommand = &pseudo_cmd; in sub_main()
1442 if (subcommand == NULL) in sub_main()
1459 if (subcommand->cmd_func != subcommand_help) in sub_main()
1527 if (! svn_opt_subcommand_takes_option4(subcommand, opt_id, NULL)) in sub_main()
1531 svn_opt_get_option_from_code3(opt_id, options_table, subcommand, in sub_main()
1534 if (subcommand->name[0] == '-') in sub_main()
1541 subcommand->name, optstr, subcommand->name)); in sub_main()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1968 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
2197 subcommand = svn_opt_get_canonical_subcommand3(svnsync_cmd_table, "help"); in sub_main()
2270 if (subcommand == NULL) in sub_main()
2283 subcommand = &pseudo_cmd; in sub_main()
2298 subcommand = svn_opt_get_canonical_subcommand3(svnsync_cmd_table, in sub_main()
2300 if (subcommand == NULL) in sub_main()
2316 if (! svn_opt_subcommand_takes_option4(subcommand, opt_id, NULL)) in sub_main()
2320 svn_opt_get_option_from_code3(opt_id, svnsync_options, subcommand, in sub_main()
2323 if (subcommand->name[0] == '-') in sub_main()
2333 subcommand->name, optstr, subcommand->name); in sub_main()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp20 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument
27 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DOptionsBase.td109 // The full associated command/subcommand such as "settings set".
/freebsd-13.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c2474 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
2671 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
2675 if (subcommand == NULL) in sub_main()
2688 subcommand = &pseudo_cmd; in sub_main()
2707 if (subcommand == NULL) in sub_main()
2735 if (subcommand->cmd_func != subcommand_help) in sub_main()
2799 if (! svn_opt_subcommand_takes_option4(subcommand, opt_id, NULL)) in sub_main()
2803 svn_opt_get_option_from_code3(opt_id, options_table, subcommand, in sub_main()
2806 if (subcommand->name[0] == '-') in sub_main()
2814 subcommand->name, optstr, subcommand->name)); in sub_main()
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c1399 char *subcommand = argv[1]; in main() local
1401 if (strcmp(subcommand, "generate") == 0) { in main()
1403 } else if (strcmp(subcommand, "verify") == 0) { in main()
1405 } else if (strcmp(subcommand, "dump") == 0) { in main()
1407 } else if (strcmp(subcommand, "table") == 0) { in main()
1409 } else if (strcmp(subcommand, "merge") == 0) { in main()
/freebsd-13.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c3052 const svn_opt_subcommand_desc3_t *subcommand = NULL; in sub_main() local
3307 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
3311 if (subcommand == NULL) in sub_main()
3324 subcommand = &pseudo_cmd; in sub_main()
3342 if (subcommand == NULL) in sub_main()
3358 if (!(subcommand->cmd_func == subcommand_help in sub_main()
3359 || (subcommand->cmd_func == subcommand_freeze && dash_F_arg))) in sub_main()
3393 if (! svn_opt_subcommand_takes_option4(subcommand, opt_id, NULL)) in sub_main()
3400 if (subcommand->name[0] == '-') in sub_main()
3406 subcommand->name, optstr, subcommand->name)); in sub_main()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c428 subcommand_help(const char *subcommand, in subcommand_help() argument
436 svn_opt_get_canonical_subcommand3(table, subcommand); in subcommand_help()
444 _("\"%s\": unknown command.\n\n"), subcommand); in subcommand_help()
455 svn_opt_subcommand_help4(const char *subcommand, in svn_opt_subcommand_help4() argument
461 subcommand_help(subcommand, table, options_table, global_options, in svn_opt_subcommand_help4()
H A Ddeprecated.c754 svn_opt_subcommand_help3(const char *subcommand, in svn_opt_subcommand_help3() argument
761 svn_opt_get_canonical_subcommand2(table, subcommand); in svn_opt_subcommand_help3()
769 _("\"%s\": unknown command.\n\n"), subcommand); in svn_opt_subcommand_help3()
780 svn_opt_subcommand_help2(const char *subcommand, in svn_opt_subcommand_help2() argument
785 svn_opt_subcommand_help3(subcommand, table, options_table, in svn_opt_subcommand_help2()
790 svn_opt_subcommand_help(const char *subcommand, in svn_opt_subcommand_help() argument
796 svn_opt_get_canonical_subcommand(table, subcommand); in svn_opt_subcommand_help()
803 _("\"%s\": unknown command.\n\n"), subcommand); in svn_opt_subcommand_help()
/freebsd-13.1/stand/fdt/
H A Dhelp.fdt5 fdt <subcommand> <arguments>
/freebsd-13.1/usr.bin/fortune/datfiles/
H A Dfreebsd-tips613 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-13.1/crypto/heimdal/lib/kadm5/
H A DChangeLog371 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-13.1/contrib/kyua/
H A DNEWS.md569 * Added the `debug` subcommand. This command allows end users to tweak
575 * Added the `config` subcommand. This command allows the end user to
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi459 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 Dntp.conf.def503 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

12