Home
last modified time | relevance | path

Searched defs:DEBUG_INSIST (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_assert.h94 #define DEBUG_INSIST(x) INSIST(x) macro
99 #define DEBUG_INSIST(x) do {} while (FALSE) macro