HomeSort by relevance Sort by last modified time
    Searched full:do_realpath (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
funcs.c 178 static char *do_realpath(const char *);
181 do_realpath(const char *upath) function
472 } else if (!physical || !(pwd = allocd = do_realpath(Xstring(xs, xp))))
518 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) :
    [all...]

Completed in 151 milliseconds