HomeSort by: relevance | last modified time | path
    Searched defs:realPath (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
parse.c 435 const char *realPath = realpath(fname, dirbuf);
436 if (realPath != NULL)
437 fname = realPath;
561 dir.str = realpath(dir.str, dirbuf);

Completed in 12 milliseconds