Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_shm.c163 unsigned int numch; in getShmTime() local
165 numch = snprintf(buf, sizeof(buf), "%s\\NTP%d", in getShmTime()
167 if (numch >= sizeof(buf)) { in getShmTime()