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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c2518 } flagstrings[] = local
2554 while (flagstrings[i].bit)
2556 if (flagstrings[i].bit & lstate)
2560 t = ap(buffer, size, t, "%s", flagstrings[i].name);
2611 } flagstrings[] = local
2629 while (flagstrings[i].bit)
2631 if (flagstrings[i].bit & lstate)
2635 t = ap(buffer, size, t, "%s", flagstrings[i].name);
2656 } flagstrings[] = local
2670 while (flagstrings[
[all...]

Completed in 109 milliseconds