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

/macosx-10.10.1/tcsh-65/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 110 milliseconds