Home | History | Annotate | Download | only in src

Lines Matching refs:Xstring

62 static int make_path(const char *, const char *, char **, XString *, int *);
114 Xcheck_grow(XString *xsp, const char *xp, size_t more)
1390 XString xs;
1442 while (xp > Xstring(xs, xp))
1462 if (mksh_lstat(Xstring(xs, xp), &sb)) {
1499 llen = readlink(Xstring(xs, xp), ldest, pathlen);
1520 xp = Xstring(xs, xp);
1552 if (stat(Xstring(xs, xp), &sb)) {
1601 XString *xsp,
1608 char *xp = Xstring(*xsp, xp);
1794 XString xs;
1890 rv = chdir(tryp = Xstring(xs, xp) + phys_path);
1892 simplify_path(Xstring(xs, xp));
1893 rv = chdir(tryp = Xstring(xs, xp));
1924 if (Xstring(xs, xp)[0] != '/') {
1928 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
1932 pwd = Xstring(xs, xp);
1944 pwd = Xstring(xs, xp);