Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c2114 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; in c_cd() local
2199 tryp = NULL; in c_cd()
2201 !getdrvwd(&tryp, ord(*dir))) { in c_cd()
2202 dir = shf_smprintf(Tf_sss, tryp, in c_cd()
2204 afree(tryp, ATEMP); in c_cd()
2221 rv = chdir(tryp = Xstring(xs, xp) + phys_path); in c_cd()
2224 rv = chdir(tryp = Xstring(xs, xp)); in c_cd()
2232 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()