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

/freebsd-11.0-release/contrib/bmake/
H A Dutil.c277 char *pathptr, *nextpathptr, *cur_name_add; local
288 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
296 nextpathptr = strrcpy(nextpathptr, "../");
309 if (stat(nextpathptr, &st_dotdot) == -1) {
312 nextpathptr, strerror(errno));
315 if ((dp = opendir(nextpathptr)) == NULL) {
318 nextpathptr, strerror(errno));
338 if (lstat(nextpathptr, &st_next) == -1) {
360 nextpathptr
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.c1309 char *pathptr, *nextpathptr, *cur_name_add; local
1322 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
1331 nextpathptr = strnrcpy(nextpathptr, "../", nextpathptr - nextpathbuf);
1345 if (stat(nextpathptr, &st_dotdot) == -1) {
1348 nextpathptr, strerror(errno));
1351 if ((dp = opendir(nextpathptr)) == NULL) {
1354 nextpathptr, strerror(errno));
1381 if (lstat(nextpathptr,
[all...]

Completed in 111 milliseconds