Searched refs:authtoks (Results 1 – 1 of 1) sorted by relevance
253 char *authtoks; in check_auth() local281 authtoks = malloc(strlen(authname) + sizeof ("grant")); in check_auth()282 strcpy(authtoks, authname); in check_auth()284 while ((suffix = rindex(authtoks, '.')) && in check_auth()287 if (chkauthattr(authtoks, pw->pw_name)) in check_auth()