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

Lines Matching refs:lbuf

1401           PATH_VAR (lbuf);
1425 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX));
1432 lbuf[llen] = '\0';
1437 if (lbuf[0] == '/' || (p = strrchr (lpath, '/')) == NULL)
1438 strcpy (lpath, lbuf);
1444 strcpy (p+1, lbuf);