Searched refs:ldest (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | misc.c | 1399 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local 1410 #define pathcnd (!ldest) in do_realpath() 1507 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath() 1509 llen = readlink(Xstring(xs, xp), ldest, pathlen); in do_realpath() 1513 ldest[llen] = '\0'; in do_realpath() 1520 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip); in do_realpath() 1523 if (!mksh_abspath(ldest)) { in do_realpath() 1573 afree(ldest, ATEMP); in do_realpath() 1580 afree(ldest, ATEMP); in do_realpath()
|