Searched refs:restricted_commands (Results 1 – 2 of 2) sorted by relevance
36 static const char *restricted_commands[] = { variable41 size_t nrcmds = sizeof(restricted_commands) / sizeof(char *);
69 if (strcmp(func, restricted_commands[j]) != 0) in command_execute()