Searched refs:command_Interpret (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.h70 extern int command_Interpret(char *, int, char *vector[MAXARGS]);
H A Dradius.c407 argc = command_Interpret(nuke, strlen(nuke), argv);
491 argc = command_Interpret(nuke, strlen(nuke), argv);
H A Dchap.c296 if ((argc = command_Interpret(prog, strlen(prog), argv)) <= 0) {
H A Dcommand.c1148 return command_Interpret(buff, nb, argv);
1152 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) function

Completed in 117 milliseconds