Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | meta.c | 258 if (cached_realpath(tname, buf) != NULL) { in meta_name() 449 if (cached_realpath(dname, objdir_realpath) != NULL) in meta_needed() 952 cached_realpath(p, fname); /* clean it up */ in meta_ignore() 1473 cached_realpath(p, latestdir); in meta_oodate()
|
H A D | main.c | 1145 const char *abspath = cached_realpath(argv0, pathbuf); in InitVarMake() 2023 DEBUG1(DIR, "cached_realpath: purging %s\n", he->key); in execDie() 2031 cached_realpath(const char *pathname, char *resolved) in purge_relative_cached_realpaths() 2047 DEBUG2(DIR, "cached_realpath: %s -> %s\n", pathname, rp); in cached_realpath() function
|
H A D | make.h | 896 const char *cached_realpath(const char *, char *);
|
H A D | var.c | 1779 rp = cached_realpath(word.start, rbuf); in ModifyWord_Realpath()
|
H A D | ChangeLog | 1128 o main.c: constify cached_realpath 2848 - use purge_cached_realpaths() rather than abuse cached_realpath() 2983 o cached_realpath(): avoid hitting filesystem more than necessary.
|