Searched refs:cmdnames (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
H A D | help.h | 4 struct cmdnames { struct 20 struct cmdnames *main_cmds, 21 struct cmdnames *other_cmds); 22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len); 24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); 25 int is_in_cmdlist(struct cmdnames *c, const char *s); 26 void list_commands(const char *title, struct cmdnames *main_cmds, 27 struct cmdnames *other_cmds);
|
H A D | help.c | 8 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) add_cmdname() 20 static void clean_cmdnames(struct cmdnames *cmds) clean_cmdnames() 38 static void uniq(struct cmdnames *cmds) uniq() 52 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) exclude_cmds() 74 static void pretty_print_string_list(struct cmdnames *cmds, int longest) pretty_print_string_list() 117 static void list_commands_in_dir(struct cmdnames *cmds, list_commands_in_dir() 158 struct cmdnames *main_cmds, load_command_list() 159 struct cmdnames *other_cmds) load_command_list() 193 void list_commands(const char *title, struct cmdnames *main_cmds, list_commands() 194 struct cmdnames *other_cmds) list_commands() 225 int is_in_cmdlist(struct cmdnames *c, const char *s) is_in_cmdlist() 236 static struct cmdnames aliases; 258 static void add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) add_cmd_list() 273 struct cmdnames main_cmds, other_cmds; help_unknown_cmd()
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-help.c | 279 static struct cmdnames main_cmds, other_cmds;
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_main.c | 3649 static const char *cmdnames[] = { cmdname() local 3709 if (cmd >= ARRAY_SIZE(cmdnames)) cmdname() 3711 return cmdnames[cmd]; cmdname()
|
Completed in 182 milliseconds