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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhelp.h4 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 Dhelp.c7 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
19 static void clean_cmdnames(struct cmdnames *cmds)
37 static void uniq(struct cmdnames *cmds)
51 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes)
73 static void pretty_print_string_list(struct cmdnames *cmds, int longest)
116 static void list_commands_in_dir(struct cmdnames *cmds,
157 struct cmdnames *main_cmds,
158 struct cmdnames *other_cmds)
192 void list_commands(const char *title, struct cmdnames *main_cmd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-help.c276 static struct cmdnames main_cmds, other_cmds;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1379 const char *cmdnames[80]; local
1382 assert(gNumCommands < (sizeof(cmdnames) / sizeof(char *)));
1403 (void) memset((void *) cmdnames, 0, sizeof(cmdnames));
1405 (void) memset(cmdnames, 0, sizeof(cmdnames));
1416 cmdnames[i++] = c->name;
1443 (void) printf(spec, cmdnames[k]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h233 static const char *cmdnames[] = { local
283 return cmdnames[cmd];

Completed in 128 milliseconds