Searched refs:reallocate_array (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | flexdef.h | 650 void *reallocate_array(void *, int, size_t); 656 reallocate_array((void *) array, size, sizeof(int)) 662 reallocate_array((void *) array, size, sizeof(bool)) 674 reallocate_array((void *) array, size, sizeof(int *)) 677 reallocate_array((void *) array, size, sizeof(char *)) 680 reallocate_array((void *) array, size, sizeof(union dfaacc_union)) 686 reallocate_array((void *) array, size, sizeof(char)) 692 reallocate_array((void *) array, size, sizeof(unsigned char))
|
H A D | buf.c | 259 reallocate_array (buf->elts, (int) n_alloc, in buf_append()
|
H A D | misc.c | 664 void *reallocate_array (void *array, int size, size_t element_size) in reallocate_array() function
|
/netbsd-src/external/bsd/flex/dist/ |
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
|