Home | History | Annotate | Download | only in src

Lines Matching full:xstring

47 static int make_path(const char *, const char *, char **, XString *, int *);
99 Xcheck_grow_(XString *xsp, const char *xp, size_t more)
1246 XString xs;
1299 while (xp > Xstring(xs, xp))
1319 if (lstat(Xstring(xs, xp), &sb)) {
1355 llen = readlink(Xstring(xs, xp), ldest, pathlen);
1374 xp = Xstring(xs, xp);
1406 if (stat(Xstring(xs, xp), &sb)) {
1455 XString *xsp,
1462 char *xp = Xstring(*xsp, xp);
1648 XString xs;
1744 rv = chdir(tryp = Xstring(xs, xp) + phys_path);
1746 simplify_path(Xstring(xs, xp));
1747 rv = chdir(tryp = Xstring(xs, xp));
1778 if (Xstring(xs, xp)[0] != '/') {
1782 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
1786 pwd = Xstring(xs, xp);
1798 pwd = Xstring(xs, xp);