/src/sys/arch/alpha/stand/standtest/ |
test.c | 55 void print_cmds(const struct cmdtab *cmds, const char *match, 226 print_cmds(cmds, buf, rv == DISPATCH_CMD_NOMATCH ? 0 : nonwhitespace); 231 print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen) function in typeref:typename:void 415 print_cmds(show_cmds, NULL, 0);
|
test.c | 55 void print_cmds(const struct cmdtab *cmds, const char *match, 226 print_cmds(cmds, buf, rv == DISPATCH_CMD_NOMATCH ? 0 : nonwhitespace); 231 print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen) function in typeref:typename:void 415 print_cmds(show_cmds, NULL, 0);
|