Home | History | Annotate | Download | only in src

Lines Matching defs:xp

1218 	char *xp;
1234 Xinit(xs, xp, 128, ATEMP);
1238 xp = Xstring(xs, xp);
1242 XcheckN(xs, xp, p - sp);
1243 memcpy(xp, sp, p - sp);
1244 xp += p - sp;
1245 *xp++ = '/';
1248 XcheckN(xs, xp, namelen);
1249 memcpy(xp, name, namelen);
1250 if ((ev = search_access(Xstring(xs, xp), mode)) == 0) {
1251 name = Xclose(xs, xp + namelen);
1260 Xfree(xs, xp);