Lines Matching defs:extra_buf
102 char *rpath, *dest, *extra_buf = NULL;
265 if (!extra_buf)
267 extra_buf = allocsa (path_max);
268 if (!extra_buf)
284 /* Careful here, end may be a pointer into extra_buf... */
285 memmove (&extra_buf[n], end, len + 1);
286 name = end = memcpy (extra_buf, buf, n);
302 if (extra_buf)
303 freesa (extra_buf);
310 if (extra_buf)
311 freesa (extra_buf);