Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c402 bool useLstat, bool forceRefresh) in cached_stats() argument
404 HashTable *tbl = useLstat ? &lmtimes : &mtimes; in cached_stats()
420 rc = (useLstat ? lstat : stat)(pathname, &sys_st); in cached_stats()