Lines Matching full:stat
906 struct stat buf;
995 struct stat st;
1008 dropbear_log(LOG_WARNING, "wtmp_get_entry: couldn't stat %s: %s",
1072 struct stat buf;
1151 struct stat st;
1164 dropbear_log(LOG_WARNING, "wtmpx_get_entry: couldn't stat %s: %s",
1298 struct stat st;
1300 if (stat(filename, &st) != 0) {
1301 dropbear_log(LOG_WARNING, "lastlog_perform_login: Couldn't stat %s: %s", filename,