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

/freebsd-13-stable/lib/libc/tests/nss/
H A Dgethostby_test.c73 static void clone_hostent(struct hostent *, struct hostent const *);
139 clone_hostent(struct hostent *dest, struct hostent const *src) function
513 clone_hostent(he, result);
970 TEST_DATA_INIT(hostent, &td, clone_hostent, free_hostent);
971 TEST_DATA_INIT(hostent, &td_addr, clone_hostent, free_hostent);
972 TEST_DATA_INIT(hostent, &td_snap, clone_hostent, free_hostent);

Completed in 65 milliseconds