Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dlist.c372 struct list_entry *e1, *e2, *ghost1, *ghost2; in atf_list_append_list() local
375 ghost2 = (struct list_entry *)src->m_begin; in atf_list_append_list()
378 e2 = ghost2->m_next; in atf_list_append_list()
381 delete_entry(ghost2); in atf_list_append_list()