Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | cmdnames |
struct | cmdnames::cmdname |
Functions | |
void | load_command_list (const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds) |
void | add_cmdname (struct cmdnames *cmds, const char *name, size_t len) |
void | exclude_cmds (struct cmdnames *cmds, struct cmdnames *excludes) |
int | is_in_cmdlist (struct cmdnames *c, const char *s) |
void | list_commands (const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds) |