Searched defs:db_location (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c95 char db_location[MAXPATHLEN]; /* location of the generated database */ member in struct:pwdefaults
198 if (strlcpy(p->db_location, q, sizeof (p->db_location)) >=
199 sizeof (p->db_location)) {
207 (void) strlcpy(p->db_location, CRACK_DIR,
208 sizeof (p->db_location));
662 make_dict_database(pwdef->dicts, pwdef->db_location) != 0) {
671 crack_ret = DictCheck(pw, pwdef->db_location);
774 pwdef.db_location);

Completed in 59 milliseconds