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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c170 struct stat st_db; local
180 if (stat(dbase_pwd, &st_db) == -1)
204 if (st_db.st_mtime < st_file.st_mtime)
218 if (stat(PWADMIN, &st_file) != -1 && st_db.st_mtime < st_file.st_mtime)

Completed in 58 milliseconds