Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 6 of 6) sorted by relevance

/support/
A Dxrealloc.c26 xrealloc (void *p, size_t n) in xrealloc() function
A Dsupport_openpty.c50 buf = xrealloc (buf, buf_len); in xptsname()
A Dsupport-open-dev-null-range.c82 r->ranges = xrealloc (r->ranges, r->total * sizeof (struct range)); in range_add()
A Dsupport.h103 extern void *xrealloc (void *o, size_t n)
A DMakefile189 xrealloc \
A Dtest-container.c213 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