Searched refs:putpwnam (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | __set_authtoken_attr.c | 93 if ((err == PWU_SUCCESS) && rops[i]->putpwnam) in __set_authtoken_attr() 94 err = rops[i]->putpwnam(name, oldpw, rep, buf); in __set_authtoken_attr()
|
H A D | __failed_count.c | 73 if (((ret = ops->putpwnam(username, NULL, NULL, buf)) == in __incr_failed_count() 117 ret = ops->putpwnam(username, NULL, NULL, buf); in __rst_failed_count()
|
H A D | passwdutil.h | 130 int (*putpwnam)(const char *, const char *, pwu_repository_t *, void *); member
|