Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A D__check_history.c70 if (rops[i]->checkhistory != NULL) in __check_history()
71 res = rops[i]->checkhistory(user, passwd, rep); in __check_history()
H A Dpasswdutil.h126 int (*checkhistory)(const char *, const char *, pwu_repository_t *); member