Home | History | Annotate | Download | only in make

Lines Matching defs:nextpathptr

243     char   *pathptr, *nextpathptr, *cur_name_add;
254 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
262 nextpathptr = strrcpy(nextpathptr, "../");
275 if (stat(nextpathptr, &st_dotdot) == -1) {
278 nextpathptr, strerror(errno));
281 if ((dp = opendir(nextpathptr)) == NULL) {
284 nextpathptr, strerror(errno));
303 if (lstat(nextpathptr, &st_next) == -1) {
325 nextpathptr = strrcpy(nextpathptr, "../");