Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c453 const char * const timex_states[] = { variable
464 if ((size_t)s < COUNTOF(timex_states)) in timex_state()
465 return timex_states[s]; in timex_state()