Home
last modified time | relevance | path

Searched refs:cmd_table (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/usr.bin/procstat/
H A Dprocstat.c158 multi = i + 1 < l && cmd_table[i].cmd == in usage()
159 cmd_table[i + 1].cmd; in usage()
161 cmd_table[i].command, (cmd_table[i].cmp & in usage()
163 for (; i + 1 < l && cmd_table[i].cmd == in usage()
164 cmd_table[i + 1].cmd; i++) in usage()
166 (cmd_table[i].cmp & PS_CMP_PLURAL) ? in usage()
170 if (cmd_table[i].usage != NULL) in usage()
171 xo_error(" %s", cmd_table[i].usage); in usage()
267 for (i = 0; i < nitems(cmd_table); i++) { in getcmd()
276 l == strlen(cmd_table[i].command) + 1) in getcmd()
[all …]
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_opt.h329 const svn_opt_subcommand_desc3_t *cmd_table,
345 const svn_opt_subcommand_desc2_t *cmd_table,
361 const svn_opt_subcommand_desc_t *cmd_table,
786 const svn_opt_subcommand_desc3_t *cmd_table,
808 const svn_opt_subcommand_desc2_t *cmd_table,
828 const svn_opt_subcommand_desc2_t *cmd_table,
849 const svn_opt_subcommand_desc2_t *cmd_table,
868 const svn_opt_subcommand_desc_t *cmd_table,
/freebsd-13.1/sys/ddb/
H A Ddb_command.c196 struct command_table *cmd_table, int dopager);
354 db_command(struct command **last_cmdp, struct command_table *cmd_table, in db_command() argument
387 while (cmd_table) { in db_command()
389 cmd_table, in db_command()
402 if (cmd_table == &db_cmd_table) { in db_command()
409 db_cmd_list(cmd_table); in db_command()
415 if ((cmd_table = cmd->more) != NULL) { in db_command()
420 db_cmd_list(cmd_table); in db_command()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c343 const svn_opt_subcommand_desc3_t *cmd_table, in print_generic_help_body3() argument
355 for (i = 0; cmd_table[i].name; i++) in print_generic_help_body3()
357 if (strncmp(cmd_table[i].name, "x-", 2) == 0) in print_generic_help_body3()
367 SVN_ERR(print_command_info3(cmd_table + i, opt_table, in print_generic_help_body3()
387 const svn_opt_subcommand_desc3_t *cmd_table, in print_generic_help() argument
395 err = print_generic_help_body3(header, cmd_table, opt_table, footer, in print_generic_help()
413 const svn_opt_subcommand_desc3_t *cmd_table, in svn_opt_print_generic_help3() argument
418 print_generic_help(header, cmd_table, opt_table, footer, in svn_opt_print_generic_help3()
1231 const svn_opt_subcommand_desc3_t *cmd_table, in svn_opt_print_help5() argument
1249 cmd_table, option_table, global_options, in svn_opt_print_help5()
[all …]
H A Ddeprecated.c670 while (cmd_table[i].name) in print_generic_help_body()
673 SVN_ERR(print_command_info2(cmd_table + i, opt_table, in print_generic_help_body()
894 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_help4() argument
912 cmd_table, option_table, in svn_opt_print_help4()
924 cmd_table, in svn_opt_print_help4()
943 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_help3() argument
956 cmd_table, in svn_opt_print_help3()
982 cmd_table, in svn_opt_print_help2()
996 const svn_opt_subcommand_desc_t *cmd_table, in svn_opt_print_help() argument
1024 cmd_table, in svn_opt_print_help()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c114 static const svn_opt_subcommand_desc3_t cmd_table[] = variable
216 header, cmd_table, options_table, NULL, NULL, in subcommand__help()
340 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
374 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, first_arg); in sub_main()
/freebsd-13.1/lib/libc/db/test/btree.tests/
H A Dmain.c51 typedef struct cmd_table { struct
57 } cmd_table; argument
87 cmd_table commands[] = {
/freebsd-13.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c981 static const svn_opt_subcommand_desc3_t cmd_table[] = variable
1091 NULL, header, cmd_table, options_table, in subcommand_help()
1406 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
1441 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, first_arg); in sub_main()
/freebsd-13.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c215 static const svn_opt_subcommand_desc3_t cmd_table[] = variable
2264 header, cmd_table, options_table, NULL, in subcommand_help()
2671 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
2706 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, first_arg); in sub_main()
/freebsd-13.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c308 static const svn_opt_subcommand_desc3_t cmd_table[] = variable
1639 header, cmd_table, options_table, NULL, NULL, in subcommand_help()
3307 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, "help"); in sub_main()
3341 subcommand = svn_opt_get_canonical_subcommand3(cmd_table, first_arg); in sub_main()