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

/freebsd-12-stable/usr.sbin/ngctl/
H A Dmain.c77 static const struct ngcmd *FindCommand(const char *string);
455 if ((cmd = FindCommand(av[0])) == NULL)
466 FindCommand(const char *string) function
565 if ((cmd = FindCommand(av[1])) != NULL) {
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c1038 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) function
1098 cmd = FindCommand(cmds, argv[argn], &nmatch);

Completed in 164 milliseconds