Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance
259 if (cached_realpath(tname, buf) != NULL) { in meta_name()450 if (cached_realpath(dname, objdir_realpath) != NULL) in meta_needed()948 cached_realpath(p, fname); /* clean it up */ in meta_ignore()1469 cached_realpath(p, latestdir); in meta_oodate()
1138 const char *abspath = cached_realpath(argv0, pathbuf); in InitVarMake()2026 cached_realpath(const char *pathname, char *resolved) in cached_realpath() function
899 const char *cached_realpath(const char *, char *);
1804 rp = cached_realpath(word.start, rbuf); in ModifyWord_Realpath()
1298 o main.c: constify cached_realpath3018 - use purge_cached_realpaths() rather than abuse cached_realpath()3153 o cached_realpath(): avoid hitting filesystem more than necessary.