Home
last modified time | relevance | path

Searched refs:e_ptr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/tests/ntpd/
H A Dntp_prio_q.c43 element* e_ptr = debug_get_node(sizeof(element)); in test_AllocateDeallocateNode() local
44 free_node(e_ptr); in test_AllocateDeallocateNode()
71 element* e_ptr = debug_get_node(sizeof(element)); in test_OneElementQueue() local
72 enqueue(q, e_ptr); in test_OneElementQueue()
73 *e_ptr = e; in test_OneElementQueue()
83 TEST_ASSERT_EQUAL_PTR(e_ptr_returned, e_ptr); in test_OneElementQueue()