Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dstatestr.c43 TEST_ASSERT_EQUAL_STRING("clk_unspec", ceventstr(CTL_CLK_OKAY)); in test_ClockCodeExists()
49 TEST_ASSERT_EQUAL_STRING("clk_-1", ceventstr(-1)); in test_ClockCodeUnknown()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dstatestr.c513 ceventstr( in ceventstr() function
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_stdlib.h182 extern const char * ceventstr (int);
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_refclock.c194 report_event(PEVNT_CLOCK, peer, ceventstr(code)); in refclock_report()