Searched refs:clone_hostent (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/tests/nss/ |
H A D | gethostby_test.c | 70 static void clone_hostent(struct hostent *, struct hostent const *); 136 clone_hostent(struct hostent *dest, struct hostent const *src) in clone_hostent() function 510 clone_hostent(he, result); in hostent_read_hostlist_func() 967 TEST_DATA_INIT(hostent, &td, clone_hostent, free_hostent); in run_tests() 968 TEST_DATA_INIT(hostent, &td_addr, clone_hostent, free_hostent); in run_tests() 969 TEST_DATA_INIT(hostent, &td_snap, clone_hostent, free_hostent); in run_tests()
|