Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:bpt

59 	char *bpt, *bup;
84 bpt = ept - 1;
85 *bpt = '\0';
118 *--bpt = '/';
124 memmove(pt, bpt, ept - bpt);
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
198 len = ept - bpt;
201 bpt = npt + (bpt - pt);
204 memmove(ept - len, bpt, len);
205 bpt = ept - len;
208 *--bpt = '/';
209 bpt -= dp->d_namlen;
210 memcpy(bpt, dp->d_name, dp->d_namlen);