Searched refs:ldest (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | misc.c | 1343 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local 1355 #define pathcnd (!ldest) in do_realpath() 1452 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath() 1454 llen = readlink(Xstring(xs, xp), ldest, pathlen); in do_realpath() 1458 ldest[llen] = '\0'; in do_realpath() 1465 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip); in do_realpath() 1468 if (ldest[0] != '/') { in do_realpath() 1518 if (ldest != NULL) in do_realpath() 1519 afree(ldest, ATEMP); in do_realpath() 1526 if (ldest != NULL) in do_realpath() [all …]
|