Searched refs:OPT_ARG (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dcmd_args.c67 config_file = OPT_ARG( CONFIGFILE );
74 stats_config(STATS_FREQ_FILE, OPT_ARG( DRIFTFILE ));
85 chrootdir = OPT_ARG( JAILDIR );
90 getauthkeys(OPT_ARG( KEYFILE ));
93 stats_config(STATS_PID_FILE, OPT_ARG( PIDFILE ));
101 const char *my_ntp_optarg = OPT_ARG( PROPAGATIONDELAY );
113 stats_config(STATS_STATSDIR, OPT_ARG( STATSDIR ));
137 user = estrdup(OPT_ARG( USER ));
H A Dntpd-opts.h122 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
H A Dntp_config.c4793 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w");
4798 OPT_ARG(SAVECONFIGQUIT), err);
4806 OPT_ARG( SAVECONFIGQUIT ),
4811 OPT_ARG( SAVECONFIGQUIT ));
H A Dntpd.c597 logfilename = OPT_ARG(LOGFILE);
/freebsd-10.3-release/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c83 NETSNMP_DS_AGENT_X_SOCKET, OPT_ARG( AGENTXSOCKET ));
H A Dntpsnmpd-opts.h92 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
/freebsd-10.3-release/contrib/tcp_wrappers/
H A Doptions.c102 #define OPT_ARG (1<<3) /* option has optional argument */ macro
106 #define opt_arg(o) ((o)->flags & OPT_ARG)
107 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG))
121 "rfc931", rfc931_option, OPT_ARG,
123 "nice", nice_option, OPT_ARG,
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dmain.c168 open_logfile(OPT_ARG(LOGFILE));
208 kod_init_kod_db(OPT_ARG(KOD), FALSE);
211 auth_init(OPT_ARG(KEYFILE), &keys);
414 progname, ctx->key_id, OPT_ARG(KEYFILE));
H A Dsntp-opts.h107 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.h99 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dntpq-opts.h100 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
/freebsd-10.3-release/contrib/ntp/util/
H A Dntp-keygen.c390 passwd1 = estrdup(OPT_ARG( PASSWORD ));
393 passwd2 = estrdup(OPT_ARG( EXPORT_PASSWD ));
399 sign = estrdup(OPT_ARG( SIGN_KEY ));
423 scheme = OPT_ARG( CERTIFICATE );
426 ciphername = OPT_ARG( CIPHER );
429 hostname = estrdup(OPT_ARG( SUBJECT_NAME ));
432 groupname = estrdup(OPT_ARG( IDENT ));
H A Dntp-keygen-opts.h110 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
/freebsd-10.3-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c67 #define OPT_ARG optional_argument macro

Completed in 171 milliseconds