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

/macosx-10.10/ntp-92/ntpd/
H A Dntp_intres.c84 struct conf_entry *ce_next; member in struct:conf_entry
462 confentries = ce->ce_next;
465 if (ce->ce_next == entry) {
466 ce->ce_next = entry->ce_next;
469 ce = ce->ce_next;
472 next_ce = entry->ce_next;
532 ce->ce_next = NULL;
539 for (cep = confentries; cep->ce_next != NULL;
540 cep = cep->ce_next)
[all...]

Completed in 61 milliseconds