ldp_command.c | 65 static int command_match(struct com_func*, int, char*, char*); 262 command_match(main_commands, cs->socket, recvspace, nextc); 312 command_match(struct com_func *cf, int s, char *orig, char *next) function in typeref:typename:int 372 command_match(set_commands, s, recvspace, nextc); 388 command_match(show_commands, s, recvspace, nextc);
|