Searched refs:reallocate_array (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | flexdef.h | 641 void *reallocate_array(void *, int, size_t); 647 reallocate_array((void *) array, size, sizeof(int)) 653 reallocate_array((void *) array, size, sizeof(bool)) 665 reallocate_array((void *) array, size, sizeof(int *)) 668 reallocate_array((void *) array, size, sizeof(char *)) 671 reallocate_array((void *) array, size, sizeof(union dfaacc_union)) 677 reallocate_array((void *) array, size, sizeof(char)) 683 reallocate_array((void *) array, size, sizeof(unsigned char))
|
H A D | buf.c | 256 reallocate_array (buf->elts, (int) n_alloc, in buf_append()
|
H A D | misc.c | 659 void *reallocate_array (void *array, int size, size_t element_size) in reallocate_array() function
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 260 …reallocate_array functions. Remove lib/reallocarray.c from our LIBOBJS as we no longer need it. … 261 preprocessor friendly, but enough for our reallocate_array use
|