Lines Matching defs:p
776 char *p;
781 p = ctx->adr.adr_now;
783 last_len = strlen(p);
785 p += last_len + 1;
789 p = ctx->out.sf_atpath; /* save for fix up, below */
797 while (*p++ != '\0')
799 *(p - 1) = ' ';
1282 get_bytes_to_string(parse_context_t *ctx, size_t *l, char **p,
1291 *p = realloc(*p, 1 + (size_t)len + offset);
1292 if (*p == NULL) {
1301 bp = *p + offset;