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.c69 if (rops[i]->checkhistory != NULL) in __check_history()
70 res = rops[i]->checkhistory(user, passwd, rep); in __check_history()
H A Dpasswdutil.h125 int (*checkhistory)(char *, char *, pwu_repository_t *); member