Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpq/
H A Dntpq-subs.c3449 const char pc_fmt[] = "pc.%u"; /* peer count */ in ifstats() local
3534 if (1 == sscanf(tag, pc_fmt, &ui) && in ifstats()
/src/contrib/ntp/ntpd/
H A Dntp_control.c4240 const char pc_fmt[] = "pc.%u"; /* peer count */ in send_ifstats_entry() local
4324 snprintf(tag, sizeof(tag), pc_fmt, ifnum); in send_ifstats_entry()