Home | History | Annotate | Download | only in src

Lines Matching full:do_realpath

178 static char *do_realpath(const char *);
181 do_realpath(const char *upath)
472 } else if (!physical || !(pwd = allocd = do_realpath(Xstring(xs, xp))))
518 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) :
3418 else if ((buf = do_realpath(*wp)) == NULL) {