Searched refs:dicts (Results 1 – 3 of 3) sorted by relevance
40 dicts \50 _msg: dicts52 dicts: scripts target
99 char *dicts; /* list of dictionaries configured */ member166 p->dicts = NULL; in get_passwd_defaults()188 if ((p->dicts = strdup(q)) == NULL) { in get_passwd_defaults()196 p->dicts = NULL; in get_passwd_defaults()358 if (p && p->dicts) in free_passwd_defaults()359 free(p->dicts); in free_passwd_defaults()670 if (pwdef->dicts && in check_dictionary()671 make_dict_database(pwdef->dicts, pwdef->db_location) != 0) { in check_dictionary()780 (pwdef.dicts != NULL) ? pwdef.dicts : "<not set>"); in pam_sm_chauthtok()
297 rctl_dict_entry_t **dicts; in rctl_dict_walk_init() local308 dicts = mdb_alloc(nlists * sizeof (rctl_dict_entry_t *), UM_SLEEP); in rctl_dict_walk_init()309 mdb_vread(dicts, sym.st_size, ptr); in rctl_dict_walk_init()314 dwd->curdict = dicts; in rctl_dict_walk_init()