Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bmake/
Dmake.h512 int cached_lstat(const char *, void *);
Ddir.c337 cached_lstat(const char *pathname, void *st) in cached_lstat() function
Dmeta.c1414 if ((link_src != NULL && cached_lstat(p, &fs) < 0) || in meta_oodate()