Searched refs:cached_realpath (Results 1 – 5 of 5) sorted by relevance
124 char *cached_realpath(const char *, char *);
264 if (cached_realpath(tname, buf)) { in meta_name()451 if (cached_realpath(dname, objdir)) in meta_needed()949 cached_realpath(p, fname); /* clean it up */ in meta_ignore()1438 cached_realpath(p, latestdir); in meta_oodate()
1161 p1 = cached_realpath(argv[0], mdpath); in main()2005 cached_realpath(const char *pathname, char *resolved) in cached_realpath() function
1954 rp = cached_realpath(word, rbuf); in VarRealpath()
158 - use purge_cached_realpaths() rather than abuse cached_realpath()293 o cached_realpath(): avoid hitting filesystem more than necessary.