Home | History | Annotate | Download | only in src

Lines Matching refs:xs

1371 	XString xs;
1374 Xinit(xs, xp, 256, ATEMP);
1375 globit(&xs, &xp, cp, wp, markdirs ? GF_MARKDIR : GF_NONE);
1376 Xfree(xs, xp);
1382 globit(XString *xs, /* dest string */
1408 (stat_done = stat(Xstring(*xs, xp), &statb) < 0 \
1413 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
1420 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) &&
1431 xp > Xstring(*xs, xp) && xp[-1] != '/' &&
1439 strndupx(np, Xstring(*xs, xp), Xlength(*xs, xp), ATEMP);
1444 if (xp > Xstring(*xs, xp))
1447 Xcheck(*xs, xp);
1470 XcheckN(*xs, xp, se - sp + 1);
1471 debunk(xp, sp, Xnleft(*xs, xp));
1474 globit(xs, xpp, np, wp, check);
1481 /* xp = *xpp; copy_non_glob() may have re-alloc'd xs */
1483 prefix_len = Xlength(*xs, xp);
1484 dirp = opendir(prefix_len ? Xstring(*xs, xp) : ".");
1498 XcheckN(*xs, xp, len);
1501 globit(xs, xpp, np, wp,
1504 xp = Xstring(*xs, xp) + prefix_len;