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

/freebsd-11-stable/contrib/bmake/
H A Ddir.c323 cached_stat(const char *pathname, void *st) function
997 if (cached_stat(file, &stb) == 0) {
1404 } else if (cached_stat(name, &stb) == 0) {
1456 if (cached_stat(try, &st) != -1) {
H A Dmake.h512 int cached_stat(const char *, void *);
H A Dmeta.c443 if (cached_stat(dname, &fs) != 0) {
1358 (link_src == NULL && cached_stat(p, &fs) < 0)) {
1421 if (cached_stat(*sdp, &fs) == 0) {

Completed in 86 milliseconds