Searched refs:xrealloc (Results 1 – 6 of 6) sorted by relevance
26 xrealloc (void *p, size_t n) in xrealloc() function
50 buf = xrealloc (buf, buf_len); in xptsname()
82 r->ranges = xrealloc (r->ranges, r->total * sizeof (struct range)); in range_add()
103 extern void *xrealloc (void *o, size_t n)
189 xrealloc \
213 bufs[n] = xrealloc (bufs[n], len + 1); /* NUL */ in concat()341 pb->buf = (char *) xrealloc (pb->buf, sz); in r_setup()359 pb->buf = (char *) xrealloc (pb->buf, sz); in r_append()
Completed in 14 milliseconds