Searched refs:reallocate_array (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/lex/ |
| D | flexdef.h | 642 void *reallocate_array PROTO ((void *, int, size_t)); 648 (int *) reallocate_array( (void *) array, size, sizeof( int ) ) 654 (bool *) reallocate_array( (void *) array, size, sizeof( bool ) ) 667 (int **) reallocate_array( (void *) array, size, sizeof( int * ) ) 670 (char **) reallocate_array( (void *) array, size, sizeof( char * ) ) 674 reallocate_array( (void *) array, size, sizeof( union dfaacc_union ) ) 680 (char *) reallocate_array( (void *) array, size, sizeof( char ) ) 686 (u_char *) reallocate_array( (void *) array, size, sizeof( u_char ) )
|
| D | buf.c | 267 reallocate_array(buf->elts, n_alloc, in buf_append()
|
| D | misc.c | 774 reallocate_array(void *array, int size, size_t element_size) in reallocate_array() function
|