Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.h103 struct cached_stat { struct
108 int cached_lstat(const char *, struct cached_stat *); argument
109 int cached_stat(const char *, struct cached_stat *);
H A Ddir.c401 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats()
406 struct cached_stat *cst; in cached_stats()
443 cached_stat(const char *pathname, struct cached_stat *cst) in cached_stat() function
449 cached_lstat(const char *pathname, struct cached_stat *cst) in cached_lstat()
978 struct cached_stat cst; in DirLookupSubdir()
985 if (cached_stat(file, &cst) == 0) { in DirLookupSubdir()
1168 struct cached_stat cst; in FindFile()
1254 if (cached_stat(name, &cst) == 0) in FindFile()
1301 struct cached_stat cst; in Dir_FindHereOrAbove()
1310 if (cached_stat(try, &cst) != -1) { in Dir_FindHereOrAbove()
[all …]
H A Dmeta.c411 struct cached_stat cst; in meta_needed()
442 if (cached_stat(dname, &cst) != 0) { in meta_needed()
1134 struct cached_stat cst; in meta_oodate()
1396 (link_src == NULL && cached_stat(p, &cst) < 0)) { in meta_oodate()
1456 if (cached_stat(*sdp, &cst) == 0) { in meta_oodate()
H A DChangeLog2170 returned by cached_stat
2968 o dir.c: extend mtimes cache to others via cached_stat()