Home
last modified time | relevance | path

Searched refs:MatchCommand (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ngctl/
H A Dmain.c79 static int MatchCommand(const struct ngcmd *cmd, const char *s);
500 if (MatchCommand(cmds[k], string)) { in FindCommand()
519 MatchCommand(const struct ngcmd *cmd, const char *s) in MatchCommand() function