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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c567 struct filegen_entry **ppfe; local
573 ppfe = &filegen_registry;
574 while (NULL != *ppfe) {
575 if ((*ppfe)->name == name
576 || !strcmp((*ppfe)->name, name)) {
579 (*ppfe)->filegen));
581 (*ppfe)->filegen = filegen;
584 ppfe = &((*ppfe)->next);
587 *ppfe
623 struct filegen_entry ** ppfe; local
[all...]

Completed in 26 milliseconds