Lines Matching defs:nextpathptr
242 char *pathptr, *nextpathptr, *cur_name_add;
253 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
261 nextpathptr = strrcpy(nextpathptr, "../");
274 if (stat(nextpathptr, &st_dotdot) == -1) {
277 nextpathptr, strerror(errno));
280 if ((dp = opendir(nextpathptr)) == NULL) {
283 nextpathptr, strerror(errno));
302 if (lstat(nextpathptr, &st_next) == -1) {
324 nextpathptr = strrcpy(nextpathptr, "../");