Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c236 DEBUG_INSIST(-1 == c->req_read_pipe); in cleanup_after_child()
237 DEBUG_INSIST(-1 == c->resp_write_pipe); in cleanup_after_child()
276 DEBUG_INSIST(-1 != c->req_write_pipe); in send_blocking_req_internal()
585 DEBUG_INSIST(-1 == c->req_read_pipe); in fork_blocking_child()
586 DEBUG_INSIST(-1 == c->resp_write_pipe); in fork_blocking_child()
H A Dtimetoa.c74 DEBUG_INSIST(fraclimit < fraclimit * 10); in format_time_fraction()
H A Dntp_rfc2553.c208 DEBUG_INSIST(ai_cpy->ai_canonname == ai_src->ai_canonname); in copy_addrinfo_common()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_assert.h96 #define DEBUG_INSIST(x) INSIST(x) macro
101 #define DEBUG_INSIST(x) do {} while (FALSE) macro