Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dherror.c88 DE_CONST(s, t); in herror()
92 DE_CONST(": ", t); in herror()
97 DE_CONST(hstrerror(*__h_errno()), t); in herror()
101 DE_CONST("\n", t); in herror()
H A Dres_findzonecut.c654 DE_CONST(nsrr->name, tmp); in free_nsrr()
H A Dres_send.c706 DE_CONST(buf, tmp); in send_vc()
/freebsd/lib/libc/include/
H A Dport_before.h13 #define DE_CONST(konst, var) \ macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Devent.c66 DE_CONST(arg, deconst_arg); in isc_event_allocate()
H A Dlog.c533 DE_CONST(FILE_NAME(channel), filename); in isc_logconfig_destroy()
597 DE_CONST(catp->name, catp); in isc_log_registercategories()
625 DE_CONST(catp->name, catp); in isc_log_categorybyname()
664 DE_CONST(modp->name, modp); in isc_log_registermodules()
692 DE_CONST(modp->name, modp); in isc_log_modulebyname()
1176 DE_CONST(FILE_NAME(channel), basenam); in greatest_version()
H A Dnetaddr.c426 DE_CONST(s, src); /* Must come before IN6_IS_ADDR_V4MAPPED. */ in isc_netaddr_fromv4mapped()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h67 #define DE_CONST(konst, var) \ macro