Home
last modified time | relevance | path

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

/trueos/contrib/flex/
HDflexdef.h680 void *reallocate_array PROTO ((void *, int, size_t));
690 (int *) reallocate_array( (void *) array, size, sizeof( int ) )
696 (bool *) reallocate_array( (void *) array, size, sizeof( bool ) )
709 (int **) reallocate_array( (void *) array, size, sizeof( int * ) )
712 (char **) reallocate_array( (void *) array, size, sizeof( char * ) )
716 reallocate_array( (void *) array, size, sizeof( union dfaacc_union ) )
722 (char *) reallocate_array( (void *) array, size, sizeof( char ) )
728 (Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
HDbuf.c261 reallocate_array (buf->elts, n_alloc,
HDmisc.c795 void *reallocate_array (array, size, element_size) in reallocate_array() function