Lines Matching defs:ip
183 char *xp, *ip, *tp, *ipath, *ldest = NULL;
210 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
212 while (*ip) {
214 while (*ip == '/')
215 ++ip;
216 if (!*ip)
220 tp = ip;
221 while (*ip && *ip != '/')
222 ++ip;
223 len = ip - tp;
256 while (*ip == '/')
258 ++ip;
260 if (!*ip)
293 tp = shf_smprintf("%s%s%s", ldest, *ip ? "/" : "", ip);
295 ip = ipath = tp;
316 if (ip > ipath && ip[-1] == '/') {