Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance
259 if (cached_realpath(tname, buf) != NULL) { in meta_name()417 if (cached_realpath(dname, objdir_realpath) != NULL) in meta_needed()913 cached_realpath(p, fname); /* clean it up */ in meta_ignore()1434 cached_realpath(p, latestdir); in meta_oodate()
1137 const char *abspath = cached_realpath(argv0, pathbuf); in InitVarMake()2030 cached_realpath(const char *pathname, char *resolved) in cached_realpath() function
901 const char *cached_realpath(const char *, char *);
1807 rp = cached_realpath(word.start, rbuf); in ModifyWord_Realpath()
1433 o main.c: constify cached_realpath3153 - use purge_cached_realpaths() rather than abuse cached_realpath()3288 o cached_realpath(): avoid hitting filesystem more than necessary.