HomeSort by: relevance | last modified time | path
    Searched defs:pc_fmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 3451 const char pc_fmt[] = "pc.%u"; /* peer count */ local
3536 if (1 == sscanf(tag, pc_fmt, &ui) &&
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 4252 const char pc_fmt[] = "pc.%u"; /* peer count */ local
4336 snprintf(tag, sizeof(tag), pc_fmt, ifnum);

Completed in 33 milliseconds