Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c1397 do_realpath(const char *upath) in do_realpath() function
1936 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) { in c_cd()
Dfuncs.c259 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) : in c_pwd()
3667 else if ((buf = do_realpath(wp[0])) == NULL) { in c_realpath()
Dsh.h1951 char *do_realpath(const char *);