Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c143 int addrs_num; in clone_hostent() local
171 addrs_num = 0; in clone_hostent()
173 ++addrs_num; in clone_hostent()
175 dest->h_addr_list = calloc(addrs_num + 1, sizeof(char *)); in clone_hostent()