Home
last modified time | relevance | path

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

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