Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.h104 struct cached_stat { struct
109 int cached_lstat(const char *, struct cached_stat *); argument
110 int cached_stat(const char *, struct cached_stat *);
H A Ddir.c404 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats()
409 struct cached_stat *cst; in cached_stats()
446 cached_stat(const char *pathname, struct cached_stat *cst) in cached_stat() function
452 cached_lstat(const char *pathname, struct cached_stat *cst) in cached_lstat()
981 struct cached_stat cst; in DirLookupSubdir()
988 if (cached_stat(file, &cst) == 0) { in DirLookupSubdir()
1171 struct cached_stat cst; in FindFile()
1257 if (cached_stat(name, &cst) == 0) in FindFile()
1304 struct cached_stat cst; in Dir_FindHereOrAbove()
1313 if (cached_stat(try, &cst) != -1) { in Dir_FindHereOrAbove()
[all …]
H A Dmeta.c364 struct cached_stat cst; in meta_needed()
404 if (cached_stat(dname, &cst) != 0) { in meta_needed()
1030 char *cwd, struct cached_stat *cstp, char *sdirs[]) in meta_resolve_path()
1039 if (cached_stat(buf, cstp) == 0) in meta_resolve_path()
1172 struct cached_stat cst; in meta_oodate()
1525 (link_src == NULL && cached_stat(p, &cst) < 0)) { in meta_oodate()
1551 if (cached_stat(p, &cst) == 0) { in meta_oodate()
H A DChangeLog2509 returned by cached_stat
3307 o dir.c: extend mtimes cache to others via cached_stat()