Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c93 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.c73 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 Dpasswdutil.h130 int (*putpwnam)(const char *, const char *, pwu_repository_t *, void *); member