Lines Matching defs:sp
29 register char* sp;51 if (!(sp = pathreal(path, P_SAFE, NiL)))53 if (CHDIR(sp))65 sp = buf + state.pwdsize;66 *sp++ = '/';69 sp = buf;70 strcpy(sp, path);74 if ((sp = pathcanon(buf, sizeof(buf), 0)) && *(sp - 1) == '.' && *(sp - 2) == '/')75 *(sp -= 2) = 0;