Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcommand.h68 extern int command_Interpret(char *, int, char *vector[MAXARGS]);
H A Dradius.c405 argc = command_Interpret(nuke, strlen(nuke), argv); in radius_Process()
489 argc = command_Interpret(nuke, strlen(nuke), argv); in radius_Process()
H A Dchap.c294 if ((argc = command_Interpret(prog, strlen(prog), argv)) <= 0) { in chap_StartChild()
H A Dcommand.c1146 return command_Interpret(buff, nb, argv); in command_Expand_Interpret()
1150 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) in command_Interpret() function