Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ngctl/
H A Dmain.c75 static const struct ngcmd *FindCommand(const char *string);
453 if ((cmd = FindCommand(av[0])) == NULL) in DoCommand()
464 FindCommand(const char *string) in FindCommand() function
563 if ((cmd = FindCommand(av[1])) != NULL) { in HelpCmd()
/freebsd-14.2/usr.sbin/ppp/
H A Dcommand.c1036 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand() function
1096 cmd = FindCommand(cmds, argv[argn], &nmatch); in FindExec()