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