Home
last modified time | relevance | path

Searched refs:reallocate_array (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dflexdef.h650 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 Dbuf.c259 reallocate_array (buf->elts, (int) n_alloc, in buf_append()
H A Dmisc.c664 void *reallocate_array (void *array, int size, size_t element_size) in reallocate_array() function
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog260reallocate_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