Searched refs:UNUSED_OPT (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dgenshell.h89 #define HAVE_GENSHELL_OPT(n) (! UNUSED_OPT(& GENSHELL_DESC(n)))
102 #define ISUNUSED_GENSHELL_OPT(n) (UNUSED_OPT(& GENSHELL_DESC(n)))
H A Dcheck.c42 if (UNUSED_OPT(p)) {
H A Dputshell.c423 if (UNUSED_OPT(pOD) && DISABLED_OPT(pOD))
H A Dsave.c744 if (UNUSED_OPT(od))
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h90 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
103 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.h97 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
110 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-opts.h98 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
111 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/sntp/
H A Dsntp-opts.h105 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
118 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen-opts.h108 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
121 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntpd-opts.h120 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
133 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h319 #define UNUSED_OPT( _od) (((_od)->fOptState & OPTST_SET_MASK) == 0) macro

Completed in 140 milliseconds