Searched refs:command_Interpret (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | command.h | 70 extern int command_Interpret(char *, int, char *vector[MAXARGS]);
|
| H A D | radius.c | 407 argc = command_Interpret(nuke, strlen(nuke), argv); in radius_Process() 491 argc = command_Interpret(nuke, strlen(nuke), argv); in radius_Process()
|
| H A D | chap.c | 296 if ((argc = command_Interpret(prog, strlen(prog), argv)) <= 0) { in chap_StartChild()
|
| H A D | command.c | 1148 return command_Interpret(buff, nb, argv); in command_Expand_Interpret() 1152 command_Interpret(char *buff, int nb, char *argv[MAXARGS]) in command_Interpret() function
|