Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c1803 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; in c_cd() local
1898 rv = chdir(tryp = Xstring(xs, xp) + phys_path); in c_cd()
1901 rv = chdir(tryp = Xstring(xs, xp)); in c_cd()
1909 bi_errorf("%s: %s", tryp, cstrerror(errno)); in c_cd()