Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang-c/
H A DBuildSystem.h58 const char *realPath);
/freebsd-14.2/contrib/bmake/
H A Dparse.c417 const char *realPath = realpath(fname, dirbuf); in PrintStackTrace() local
418 if (realPath != NULL) in PrintStackTrace()
419 fname = realPath; in PrintStackTrace()