Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/util/
Dhelp.c7 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) in add_cmdname()
19 static void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames()
37 static void uniq(struct cmdnames *cmds) in uniq()
51 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds()
73 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list()
122 static void list_commands_in_dir(struct cmdnames *cmds, in list_commands_in_dir()
263 static void add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) in add_cmd_list()
/external/blktrace/btt/
Dbno_plot.py44 cmds = """ variable
/external/tcpdump/
Dprint-telnet.c71 static const char *cmds[] = { variable
/external/iproute2/ip/
Dip.c61 } cmds[] = { variable
/external/quake/quake/src/QW/client/
Dgl_mesh.c288 int *cmds; in GL_MakeAliasModelDisplayLists() local
/external/openssl/apps/
Dengine.c293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, in util_do_cmds()
/external/quake/quake/src/WinQuake/
Dgl_mesh.cpp301 int *cmds; in GL_MakeAliasModelDisplayLists() local
/external/libppp/src/
Dcommand.c1029 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand()
1080 FindExec(struct bundle *bundle, struct cmdtab const *cmds, int argc, int argn, in FindExec()
/external/openssh/
Dsftp.c164 static const struct CMD cmds[] = { variable
/external/qemu/
Dmonitor.c280 static void help_cmd_dump(Monitor *mon, const mon_cmd_t *cmds, in help_cmd_dump()