Searched refs:OPT_ARG (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | cmd_args.c | 67 config_file = OPT_ARG( CONFIGFILE ); in getCmdOpts() 74 stats_config(STATS_FREQ_FILE, OPT_ARG( DRIFTFILE ), 1); in getCmdOpts() 85 chrootdir = OPT_ARG( JAILDIR ); in getCmdOpts() 90 getauthkeys(OPT_ARG( KEYFILE )); in getCmdOpts() 93 stats_config(STATS_PID_FILE, OPT_ARG( PIDFILE ), 1); in getCmdOpts() 101 const char *my_ntp_optarg = OPT_ARG( PROPAGATIONDELAY ); in getCmdOpts() 113 stats_config(STATS_STATSDIR, OPT_ARG( STATSDIR ), 1); in getCmdOpts() 137 user = estrdup(OPT_ARG( USER )); in getCmdOpts()
|
H A D | ntpd-opts.h | 130 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
H A D | ntp_config.c | 5246 dumpfile = fopen(OPT_ARG( SAVECONFIGQUIT ), "w"); in save_and_apply_config_tree() 5251 OPT_ARG(SAVECONFIGQUIT), err); in save_and_apply_config_tree() 5259 OPT_ARG( SAVECONFIGQUIT ), in save_and_apply_config_tree() 5264 OPT_ARG( SAVECONFIGQUIT ));
|
H A D | ntpd.c | 872 logfilename = OPT_ARG(LOGFILE);
|
/freebsd/contrib/tcp_wrappers/ |
H A D | options.c | 105 #define OPT_ARG (1<<3) /* option has optional argument */ macro 109 #define opt_arg(o) ((o)->flags & OPT_ARG) 110 #define permit_arg(o) ((o)->flags & (NEED_ARG | OPT_ARG)) 124 "rfc931", rfc931_option, OPT_ARG, 126 "nice", nice_option, OPT_ARG,
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd.c | 83 NETSNMP_DS_AGENT_X_SOCKET, OPT_ARG( AGENTXSOCKET )); in main()
|
H A D | ntpsnmpd-opts.h | 100 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 394 passwd1 = estrdup(OPT_ARG( PASSWORD )); in main() 397 passwd2 = estrdup(OPT_ARG( EXPORT_PASSWD )); in main() 403 sign = estrdup(OPT_ARG( SIGN_KEY )); in main() 427 scheme = OPT_ARG( CERTIFICATE ); in main() 430 ciphername = OPT_ARG( CIPHER ); in main() 433 hostname = estrdup(OPT_ARG( SUBJECT_NAME )); in main() 436 groupname = estrdup(OPT_ARG( IDENT )); in main()
|
H A D | ntp-keygen-opts.h | 118 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
/freebsd/contrib/ntp/sntp/ |
H A D | main.c | 173 open_logfile(OPT_ARG(LOGFILE)); in sntp_main() 213 kod_init_kod_db(OPT_ARG(KOD), FALSE); in sntp_main() 216 auth_init(OPT_ARG(KEYFILE), &keys); in sntp_main() 419 progname, ctx->key_id, OPT_ARG(KEYFILE)); in handle_lookup()
|
H A D | sntp-opts.h | 115 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.h | 108 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.h | 109 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|