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

  /src/usr.bin/make/
util.c 243 char *pathptr, *nextpathptr, *cur_name_add; local in function:getwd
252 pathptr = &pathbuf[MAXPATHLEN - 1];
270 (void)strcpy(pathname, *pathptr != '/' ? "/" : pathptr);
323 pathptr = strrcpy(pathptr, d->d_name);
324 pathptr = strrcpy(pathptr, "/");

Completed in 10 milliseconds