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

/freebsd-9.3-release/contrib/bmake/
H A Dutil.c274 char *pathptr, *nextpathptr, *cur_name_add; local
285 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
293 nextpathptr = strrcpy(nextpathptr, "../");
306 if (stat(nextpathptr, &st_dotdot) == -1) {
309 nextpathptr, strerror(errno));
312 if ((dp = opendir(nextpathptr)) == NULL) {
315 nextpathptr, strerror(errno));
335 if (lstat(nextpathptr, &st_next) == -1) {
357 nextpathptr
[all...]
/freebsd-9.3-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 58 milliseconds