Searched refs:cached_stat (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | dir.h | 100 struct cached_stat { struct 105 int cached_lstat(const char *, struct cached_stat *); argument 106 int cached_stat(const char *, struct cached_stat *);
|
| H A D | dir.c | 415 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats() 420 struct cached_stat *cst; in cached_stats() 457 cached_stat(const char *pathname, struct cached_stat *cst) in cached_stat() function 463 cached_lstat(const char *pathname, struct cached_stat *cst) in cached_lstat() 1003 struct cached_stat cst; in DirLookupSubdir() 1010 if (cached_stat(file, &cst) == 0) { in DirLookupSubdir() 1209 struct cached_stat cst; /* Buffer for stat, if necessary */ in Dir_FindFile() 1344 if (cached_stat(name, &cst) == 0) { in Dir_FindFile() 1368 struct cached_stat cst; in Dir_FindHereOrAbove() 1381 if (cached_stat(try, &cst) != -1) { in Dir_FindHereOrAbove() [all …]
|
| H A D | meta.c | 408 struct cached_stat cst; in meta_needed() 439 if (cached_stat(dname, &cst) != 0) { in meta_needed() 1124 struct cached_stat cst; in meta_oodate() 1386 (link_src == NULL && cached_stat(p, &cst) < 0)) { in meta_oodate() 1446 if (cached_stat(*sdp, &cst) == 0) { in meta_oodate()
|
| H A D | ChangeLog | 1551 returned by cached_stat 2349 o dir.c: extend mtimes cache to others via cached_stat()
|