Home
last modified time | relevance | path

Searched refs:authtoks (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/oamuser/user/
H A Dfuncs.c253 char *authtoks; in check_auth() local
281 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()