Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance
257 if (cached_realpath(tname, buf) != NULL) { in meta_name()446 if (cached_realpath(dname, objdir_realpath) != NULL) in meta_needed()967 cached_realpath(p, fname); /* clean it up */ in meta_ignore()1487 cached_realpath(p, latestdir); in meta_oodate()
848 const char *cached_realpath(const char *, char *);
1152 const char *abspath = cached_realpath(argv0, pathbuf); in InitVarMake()1992 cached_realpath(const char *pathname, char *resolved) in cached_realpath() function
1771 rp = cached_realpath(word.start, rbuf); in ModifyWord_Realpath()
125 o main.c: constify cached_realpath1845 - use purge_cached_realpaths() rather than abuse cached_realpath()1980 o cached_realpath(): avoid hitting filesystem more than necessary.