HomeSort by: relevance | last modified time | path
    Searched defs:HAVE_OPT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.h 96 * e.g. HAVE_OPT(NOFORK)
100 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
112 /** 'true' if \a HAVE_OPT would yield 'false'. */
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 104 * e.g. HAVE_OPT(IPV4)
108 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
120 /** 'true' if \a HAVE_OPT would yield 'false'. */
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 105 * e.g. HAVE_OPT(IPV4)
109 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
121 /** 'true' if \a HAVE_OPT would yield 'false'. */
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 111 * e.g. HAVE_OPT(IPV4)
115 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
127 /** 'true' if \a HAVE_OPT would yield 'false'. */
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 126 * e.g. HAVE_OPT(IPV4)
130 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
142 /** 'true' if \a HAVE_OPT would yield 'false'. */
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.h 114 * e.g. HAVE_OPT(IMBITS)
118 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
130 /** 'true' if \a HAVE_OPT would yield 'false'. */

Completed in 20 milliseconds