Home | History | Annotate | Download | only in src

Lines Matching refs:Xstring

61 static int make_path(const char *, const char *, char **, XString *, int *);
113 Xcheck_grow(XString *xsp, const char *xp, size_t more)
1405 XString xs;
1458 while (xp > Xstring(xs, xp))
1478 if (mksh_lstat(Xstring(xs, xp), &sb)) {
1515 llen = readlink(Xstring(xs, xp), ldest, pathlen);
1536 xp = Xstring(xs, xp);
1568 if (stat(Xstring(xs, xp), &sb)) {
1617 XString *xsp,
1624 char *xp = Xstring(*xsp, xp);
1810 XString xs;
1906 rv = chdir(tryp = Xstring(xs, xp) + phys_path);
1908 simplify_path(Xstring(xs, xp));
1909 rv = chdir(tryp = Xstring(xs, xp));
1940 if (Xstring(xs, xp)[0] != '/') {
1944 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
1948 pwd = Xstring(xs, xp);
1960 pwd = Xstring(xs, xp);