Home
last modified time | relevance | path

Searched refs:realPath (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang-c/
H A DBuildSystem.h58 const char *realPath);
/src/contrib/bmake/
H A Dparse.c440 const char *realPath = realpath(fname, dirbuf); in GetStackTrace() local
441 if (realPath != NULL) in GetStackTrace()
442 fname = realPath; in GetStackTrace()