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

/macosx-10.10/ntp-92/ntpd/
H A Dntp_intres.c104 * confentries is a pointer to the list of configuration entries
107 static struct conf_entry *confentries = NULL; variable in typeref:struct:conf_entry
350 if (confentries == NULL)
460 ce = confentries;
462 confentries = ce->ce_next;
534 if (confentries == NULL) {
535 confentries = ce;
539 for (cep = confentries; cep->ce_next != NULL;
1278 ce = confentries;

Completed in 116 milliseconds