Searched refs:nextpathbuf (Results 1 – 2 of 2) sorted by relevance
1304 char pathbuf[MAXPATHLEN], nextpathbuf[MAXPATHLEN * 2]; in xgetcwd() local1317 nextpathbuf[MAXPATHLEN - 1] = '\0'; in xgetcwd()1318 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1]; in xgetcwd()1327 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf); in xgetcwd()1376 (size_t) (&nextpathbuf[sizeof(nextpathbuf) - 1] - cur_name_add)); in xgetcwd()1406 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf); in xgetcwd()
241 char pathbuf[MAXPATHLEN], nextpathbuf[MAXPATHLEN * 2]; in getwd() local252 nextpathbuf[MAXPATHLEN - 1] = '\0'; in getwd()253 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1]; in getwd()