Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c36 int pwu_res; in __user_to_authenticate() local
56 pwu_res = rops[i]->user_to_authenticate(name, rep, in __user_to_authenticate()
58 if (pwu_res != PWU_NOT_FOUND) in __user_to_authenticate()
59 return (pwu_res); in __user_to_authenticate()