Home | History | Annotate | Download | only in src

Lines Matching full:ldest

1389 	char *xp, *ip, *tp, *ipath, *ldest = NULL;
1400 #define pathcnd (!ldest)
1497 ldest = aresize(ldest, pathlen + 1, ATEMP);
1499 llen = readlink(Xstring(xs, xp), ldest, pathlen);
1503 ldest[llen] = '\0';
1510 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip);
1513 if (ldest[0] != '/') {
1563 if (ldest != NULL)
1564 afree(ldest, ATEMP);
1571 if (ldest != NULL)
1572 afree(ldest, ATEMP);