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

  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.h 102 #define OPT_ARG(n) (DESC(n).optArg.argString)
  /src/lib/libwrap/
options.c 124 #define OPT_ARG (1<<3) /* option has optional argument */
128 #define opt_arg(o) ((o)->flags & OPT_ARG) macro
129 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG))
143 { "rfc931", rfc931_option, OPT_ARG },
145 { "nice", nice_option, OPT_ARG },
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 110 #define OPT_ARG(n) (DESC(n).optArg.argString)
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 111 #define OPT_ARG(n) (DESC(n).optArg.argString)
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 117 #define OPT_ARG(n) (DESC(n).optArg.argString)
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 132 #define OPT_ARG(n) (DESC(n).optArg.argString)
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.h 120 #define OPT_ARG(n) (DESC(n).optArg.argString)

Completed in 20 milliseconds