Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Ddir.h105 int cached_lstat(const char *, struct cached_stat *);
H A Ddir.c463 cached_lstat(const char *pathname, struct cached_stat *cst) in cached_lstat() function
H A Dmeta.c1385 if ((link_src != NULL && cached_lstat(p, &cst) < 0) || in meta_oodate()