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

  /src/usr.bin/make/
main.c 1120 const char *abspath = cached_realpath(argv0, pathbuf); local in function:InitVarMake
1122 if (abspath != NULL && abspath[0] == '/' &&
1124 make = abspath;

Completed in 13 milliseconds