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

/freebsd-13-stable/lib/libc/tests/nss/
H A Dgetproto_test.c58 static void clone_protoent(struct protoent *, struct protoent const *);
80 clone_protoent(struct protoent *dest, struct protoent const *src) function
404 TEST_DATA_INIT(protoent, &td, clone_protoent, free_protoent);
405 TEST_DATA_INIT(protoent, &td_snap, clone_protoent, free_protoent);
457 TEST_DATA_INIT(protoent, &td_2pass, clone_protoent,

Completed in 87 milliseconds