Searched refs:OPT_ARG (Results 1 – 14 of 14) sorted by relevance
| /freebsd-head/contrib/ntp/ntpd/ |
| HD | 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()
|
| HD | ntpd-opts.h | 130 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
| HD | 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 )); in save_and_apply_config_tree()
|
| HD | ntpd.c | 872 logfilename = OPT_ARG(LOGFILE);
|
| /freebsd-head/contrib/tcp_wrappers/ |
| HD | 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-head/usr.sbin/bhyvectl/ |
| HD | bhyvectl.h | 39 #define OPT_ARG optional_argument macro
|
| /freebsd-head/contrib/ntp/ntpsnmpd/ |
| HD | ntpsnmpd.c | 83 NETSNMP_DS_AGENT_X_SOCKET, OPT_ARG( AGENTXSOCKET )); in main()
|
| HD | ntpsnmpd-opts.h | 100 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
| /freebsd-head/contrib/ntp/util/ |
| HD | 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()
|
| HD | ntp-keygen-opts.h | 118 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
| /freebsd-head/contrib/ntp/sntp/ |
| HD | 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()
|
| HD | sntp-opts.h | 115 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
| /freebsd-head/contrib/ntp/ntpdc/ |
| HD | ntpdc-opts.h | 108 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|
| /freebsd-head/contrib/ntp/ntpq/ |
| HD | ntpq-opts.h | 109 #define OPT_ARG(n) (DESC(n).optArg.argString) macro
|