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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c171 struct stat st_file; local
190 if (stat(buf, &st_file) == -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 68 milliseconds