Home | History | Annotate | Download | only in lib

Lines Matching defs:REALLOC

141 char *realloc ();
326 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
373 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
397 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
2085 The REALLOC define eliminates a flurry of conversion warnings,
2088 # define REALLOC(p,s) realloc ((p), (size_t) (s))
2091 # define REALLOC(p,s) realloc ((p), (s))
2094 /* Extend the buffer by twice its current size via realloc and
2163 bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \
2511 { /* If zero allocated, but buffer is non-null, try to realloc
3757 whole pattern moves because of realloc, they will still
4296 = (PREFIX(fail_stack_elt_t) *) realloc (fail_stack.stack,