Home
last modified time | relevance | path

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

/freebsd-13.1/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); in radius_Process()
491 argc = command_Interpret(nuke, strlen(nuke), argv); in radius_Process()
H A Dchap.c296 if ((argc = command_Interpret(prog, strlen(prog), argv)) <= 0) { in chap_StartChild()
H A Dcommand.c1148 return command_Interpret(buff, nb, argv); in command_Expand_Interpret()
1152 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) in command_Interpret() function