Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ngctl/
H A Dmain.c78 static const struct ngcmd *FindCommand(const char *string);
484 if ((cmd = FindCommand(av[0])) == NULL) in DoCommand()
495 FindCommand(const char *string) in FindCommand() function
594 if ((cmd = FindCommand(av[1])) != NULL) { in HelpCmd()
/freebsd/usr.sbin/ppp/
H A Dcommand.c1040 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand() function
1100 cmd = FindCommand(cmds, argv[argn], &nmatch); in FindExec()