Searched refs:nextpathbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c1308 char pathbuf[MAXPATHLEN], nextpathbuf[MAXPATHLEN * 2]; local
1321 nextpathbuf[MAXPATHLEN - 1] = '\0';
1322 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
1331 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf);
1380 (size_t) (&nextpathbuf[sizeof(nextpathbuf) - 1] - cur_name_add));
1410 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf);
/freebsd-9.3-release/contrib/bmake/
H A Dutil.c273 char pathbuf[MAXPATHLEN], nextpathbuf[MAXPATHLEN * 2]; local
284 nextpathbuf[MAXPATHLEN - 1] = '\0';
285 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];

Completed in 58 milliseconds