Home
last modified time | relevance | path

Searched refs:ldest (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dmisc.c1406 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local
1417 #define pathcnd (!ldest) in do_realpath()
1514 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath()
1516 llen = readlink(Xstring(xs, xp), ldest, pathlen); in do_realpath()
1520 ldest[llen] = '\0'; in do_realpath()
1527 tp = shf_smprintf(Tf_sss, ldest, *ip ? "/" : "", ip); in do_realpath()
1530 if (!mksh_abspath(ldest)) { in do_realpath()
1580 afree(ldest, ATEMP); in do_realpath()
1587 afree(ldest, ATEMP); in do_realpath()