Searched refs:mtimes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/bmake/
H A Ddir.c237 static Hash_Table mtimes; /* Results of doing a last-resort stat in variable
247 static Hash_Table lmtimes; /* same as mtimes but for lstat */
325 return cached_stats(&mtimes, pathname, st, 0);
352 Hash_InitTable(&mtimes, 0);
458 Hash_DeleteTable(&mtimes);
1137 Hash_Entry *entry; /* Entry for mtimes table */
1398 entry = Hash_FindEntry(&mtimes, name);
1573 entry = Hash_FindEntry(&mtimes, fullName);
1582 } else if (cached_stats(&mtimes, fullName, &stb, recheck ? CST_UPDATE : 0) < 0) {

Completed in 38 milliseconds