Home
last modified time | relevance | path

Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/
H A Dmeta.c258 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 Dmain.c1145 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 Dmake.h896 const char *cached_realpath(const char *, char *);
H A Dvar.c1779 rp = cached_realpath(word.start, rbuf); in ModifyWord_Realpath()
H A DChangeLog1128 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.