Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c126 char dict_pwi[PATH_MAX]; in database_present() local
133 (void) snprintf(dict_pwi, sizeof (dict_pwi), "%s/%s", path, in database_present()
138 stat(dict_pwi, &st) == -1) in database_present()