Home | History | Annotate | Download | only in getcwd

Lines Matching defs:bpt

82 	char *bpt, *bup;
108 bpt = ept - 1;
109 *bpt = '\0';
142 *--bpt = '/';
148 memmove(pt, bpt, (size_t)(ept - bpt));
222 if (bpt - pt <= dlen + (first ? 1 : 2)) {
229 off = bpt - pt;
230 len = ept - bpt;
233 bpt = pt + off;
235 memmove(ept - len, bpt, len);
236 bpt = ept - len;
239 *--bpt = '/';
240 bpt -= dlen;
241 memmove(bpt, dp->d_name, dlen);