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

/freebsd-10.3-release/contrib/flex/
H A Dflexdef.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 ) )
H A Dbuf.c262 reallocate_array (buf->elts, n_alloc,
H A Dmisc.c793 /* reallocate_array - increase the size of a dynamic array */
795 void *reallocate_array (array, size, element_size) function

Completed in 50 milliseconds