Home
last modified time | relevance | path

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

/freebsd/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()