Home | History | Annotate | Download | only in coregrind

Lines Matching defs:bufptr

385          Char *bufptr;
391 bufptr = buf;
395 /* each iteration can advance bufptr by at most the length
398 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
403 VG_(memcpy)(bufptr, file, VG_(strlen)(file));
404 bufptr += VG_(strlen)(file);
408 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
409 bufptr += VG_(strlen)(pidbuf);
413 *bufptr++ = *cmdptr++;
418 *bufptr++ = *cmdptr++;
421 vg_assert(bufptr - buf < N_BUF-15-50-10/*paranoia*/);
424 *bufptr++ = '\0';