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

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

Completed in 53 milliseconds