Home
last modified time | relevance | path

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

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