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

/macosx-10.10.1/sudo-73/src/
H A Dldap.c827 char *allowed_cmnd, *allowed_args, *val; local
858 allowed_args = strchr(allowed_cmnd, ' ');
859 if (allowed_args)
860 *allowed_args++ = '\0';
863 if (command_matches(allowed_cmnd, allowed_args)) {

Completed in 214 milliseconds