Home
last modified time | relevance | path

Searched refs:OPTST_IMM (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.h304 ( (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == OPTST_IMM) \
326 (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == 0) \
H A Dload.c393 switch (f & (OPTST_IMM|OPTST_DISABLE_IMM)) { in direction_ok()
404 case OPTST_IMM: in direction_ok()
444 case OPTST_IMM|OPTST_DISABLE_IMM: in direction_ok()
H A Dgenshell.c152 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
159 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
162 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
227 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c165 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
172 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
175 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
259 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c317 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
324 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
327 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
507 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c326 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
333 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
336 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
528 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c430 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
437 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
440 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
705 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c598 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
605 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
608 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
918 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c771 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
778 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT)
781 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
1242 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h246 #define OPTST_IMM 0x0020000U macro