Searched refs:clone_hostent (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/lib/libc/tests/nss/ |
| D | gethostby_test.c | 73 static void clone_hostent(struct hostent *, struct hostent const *); 139 clone_hostent(struct hostent *dest, struct hostent const *src) in clone_hostent() function 513 clone_hostent(he, result); in hostent_read_hostlist_func() 970 TEST_DATA_INIT(hostent, &td, clone_hostent, free_hostent); in run_tests() 971 TEST_DATA_INIT(hostent, &td_addr, clone_hostent, free_hostent); in run_tests() 972 TEST_DATA_INIT(hostent, &td_snap, clone_hostent, free_hostent); in run_tests()
|