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

  /src/usr.bin/make/
util.c 242 char pathbuf[MAXPATHLEN], nextpathbuf[MAXPATHLEN * 2]; local in function:getwd
253 nextpathbuf[MAXPATHLEN - 1] = '\0';
254 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];

Completed in 13 milliseconds