Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c37 int pwu_res; in __user_to_authenticate() local
57 pwu_res = rops[i]->user_to_authenticate(name, rep, in __user_to_authenticate()
59 if (pwu_res != PWU_NOT_FOUND) in __user_to_authenticate()
60 return (pwu_res); in __user_to_authenticate()