Searched refs:cmdnames (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dhelp.h8 struct cmdnames { struct
24 struct cmdnames *main_cmds,
25 struct cmdnames *other_cmds);
26 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
27 void clean_cmdnames(struct cmdnames *cmds);
29 void uniq(struct cmdnames *cmds);
31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
32 int is_in_cmdlist(struct cmdnames *c, const char *s);
33 void list_commands(const char *title, struct cmdnames *main_cmd
[all...]
H A Dhelp.c16 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
30 void clean_cmdnames(struct cmdnames *cmds)
48 void uniq(struct cmdnames *cmds)
72 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes)
128 static void pretty_print_string_list(struct cmdnames *cmds, int longest)
179 static void list_commands_in_dir(struct cmdnames *cmds,
217 struct cmdnames *main_cmds,
218 struct cmdnames *other_cmds)
253 void list_commands(const char *title, struct cmdnames *main_cmd
[all...]
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c32 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old)
58 struct cmdnames main_cmds, other_cmds;
/linux-master/tools/perf/
H A Dbuiltin-help.c300 static struct cmdnames main_cmds, other_cmds;
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c3611 static const char *cmdnames[] = { local
3675 if (cmd >= ARRAY_SIZE(cmdnames))
3677 return cmdnames[cmd];

Completed in 144 milliseconds