Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dgenshell.h99 #define HAVE_GENSHELL_OPT(n) (! UNUSED_OPT(& GENSHELL_DESC(n)))
112 #define ISUNUSED_GENSHELL_OPT(n) (UNUSED_OPT(& GENSHELL_DESC(n)))
Dsave.c223 if (UNUSED_OPT(od) && (save_fl & SVFL_DEFAULT)) in prt_entry()
457 if (UNUSED_OPT(od) || (al == NULL)) in prt_nested()
673 if (UNUSED_OPT(pod) && (save_fl & SVFL_DEFAULT)) in prt_no_arg_opt()
689 if (UNUSED_OPT(od) || ((od->fOptState & OPTST_STACKED) == 0)) { in prt_str_arg()
884 if (UNUSED_OPT(od) && ((save_flags & SVFL_USAGE_DEFAULT_MASK) == SVFL_NONE)) in optionSaveFile()
Dcheck.c44 if (UNUSED_OPT(p)) { in has_conflict()
Dputshell.c409 if (UNUSED_OPT(pOD) && DISABLED_OPT(pOD)) in optionPutShell()
/netbsd/src/external/bsd/ntp/dist/ntpsnmpd/
Dntpsnmpd-opts.h100 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
113 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc-opts.h108 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
121 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq-opts.h109 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
122 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen-opts.h118 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
131 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.h115 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
128 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntpd-opts.h130 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
143 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h322 #define UNUSED_OPT( _od) (((_od)->fOptState & OPTST_SET_MASK) == 0) macro