Lines Matching refs:bpt
58 char *bpt, *bup; in getcwd() local
86 bpt = ept - 1; in getcwd()
87 *bpt = '\0'; in getcwd()
120 *--bpt = '/'; in getcwd()
126 memmove(pt, bpt, ept - bpt); in getcwd()
192 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) { in getcwd()
200 len = ept - bpt; in getcwd()
203 bpt = npt + (bpt - pt); in getcwd()
206 memmove(ept - len, bpt, len); in getcwd()
207 bpt = ept - len; in getcwd()
210 *--bpt = '/'; in getcwd()
211 bpt -= dp->d_namlen; in getcwd()
212 memcpy(bpt, dp->d_name, dp->d_namlen); in getcwd()