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

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c117 uint_t *hash_arr, *new_arr; local
130 ((new_arr = realloc(hash_arr, field * sizeof (uint_t))) != NULL)) {
131 hash_arr = new_arr;
138 if (new_arr == NULL) {

Completed in 22 milliseconds