Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:lpath

1389       PATH_VAR (lpath);
1397 strcpy (lpath, name);
1405 EINTRLOOP (e, lstat (lpath, &st));
1410 perror_with_name ("lstat: ", lpath);
1420 ltime = FILE_TIMESTAMP_STAT_MODTIME (lpath, st);
1425 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX));
1429 perror_with_name ("readlink: ", lpath);
1437 if (lbuf[0] == '/' || (p = strrchr (lpath, '/')) == NULL)
1438 strcpy (lpath, lbuf);
1439 else if ((p - lpath) + llen + 2 > GET_PATH_MAX)