Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/include/
HDntp_types.h56 #ifndef UNUSED_LOCAL
57 #define UNUSED_LOCAL(arg) ((void)(arg)) macro
/NextBSD/contrib/ntp/libntp/
HDsystime.c399 UNUSED_LOCAL(jd); in step_systime()
402 UNUSED_LOCAL(jd); in step_systime()
/NextBSD/contrib/ntp/
HDCommitLog93001 provide UNUSED_LOCAL() like UNUSED_ARG() to quiet warnings.