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

  /src/usr.bin/make/
util.c 235 getwd(char *pathname) function in typeref:typename:char *
248 "getwd: Cannot stat \"/\" (%s)", strerror(errno));
259 "getwd: Cannot stat \".\" (%s)", strerror(errno));
277 "getwd: Cannot stat directory \"%s\" (%s)",
283 "getwd: Cannot open directory \"%s\" (%s)",
305 "getwd: Cannot stat \"%s\" (%s)",
318 "getwd: Cannot find \".\" in \"..\"");
329 } /* end getwd */

Completed in 12 milliseconds