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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands_admin.c133 const struct admin_command admin_commands[] = { variable in typeref:struct:admin_command
155 for (i = 0; admin_commands[i].name; i++) { /* Parse command */
156 if (!strncasecmp(str, admin_commands[i].name, strlen(admin_commands[i].name))) {
157 cutto(str, strlen(admin_commands[i].name));
162 admin_commands[i].function(str);

Completed in 122 milliseconds