Lines Matching refs:bpt
62 char *bpt; in __ssp_real() local
94 bpt = pt; in __ssp_real()
96 while (bpt < ept) { in __ssp_real()
97 c = *bpt; in __ssp_real()
98 *bpt++ = *ept; in __ssp_real()
104 bpt = ept - 1; in __ssp_real()
105 *bpt = '\0'; in __ssp_real()
126 *--bpt = '/'; in __ssp_real()
132 bcopy(bpt, pt, ept - bpt); in __ssp_real()
186 while (bpt - pt < dp->d_namlen + (first ? 1 : 2)) { in __ssp_real()
193 off = bpt - pt; in __ssp_real()
194 len = ept - bpt; in __ssp_real()
197 bpt = pt + off; in __ssp_real()
199 bcopy(bpt, ept - len, len); in __ssp_real()
200 bpt = ept - len; in __ssp_real()
203 *--bpt = '/'; in __ssp_real()
204 bpt -= dp->d_namlen; in __ssp_real()
205 bcopy(dp->d_name, bpt, dp->d_namlen); in __ssp_real()