Searched refs:pathptr (Results 1 – 1 of 1) sorted by relevance
243 char *pathptr, *nextpathptr, *cur_name_add; in getwd() local252 pathptr = &pathbuf[MAXPATHLEN - 1]; in getwd()270 (void)strcpy(pathname, *pathptr != '/' ? "/" : pathptr); in getwd()323 pathptr = strrcpy(pathptr, d->d_name); in getwd()324 pathptr = strrcpy(pathptr, "/"); in getwd()