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

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

Completed in 80 milliseconds