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

/barrelfish-master/lib/libc/tests/nss/
H A Dgethostby_test.c76 static void free_hostent(struct hostent *);
195 free_hostent(struct hostent *ht) function
656 free_hostent(ht);
960 TEST_DATA_INIT(hostent, &td, clone_hostent, free_hostent);
961 TEST_DATA_INIT(hostent, &td_addr, clone_hostent, free_hostent);
962 TEST_DATA_INIT(hostent, &td_snap, clone_hostent, free_hostent);

Completed in 27 milliseconds