Searched refs:ipath (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | misc.c | 1652 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local 1670 strdupx(ipath, upath, ATEMP); in do_realpath() 1677 ipath = shf_smprintf(Tf_sss, ldest, in do_realpath() 1684 ipath = shf_smprintf(Tf_sss, tp, "/", upath); in do_realpath() 1689 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath() 1787 afree(ipath, ATEMP); in do_realpath() 1788 ip = ipath = tp; in do_realpath() 1789 if (!mksh_abspath(ipath)) { in do_realpath() 1792 if (mksh_drvltr(ipath)) { in do_realpath() 1793 if (getdrvwd(&ldest, ord(*ipath))) in do_realpath() [all …]
|