Searched refs:OPTST_IMM (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | autoopts.h | 304 ( (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == OPTST_IMM) \ 326 (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == 0) \
|
H A D | load.c | 393 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 D | genshell.c | 152 #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 D | ntpsnmpd-opts.c | 165 #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 D | ntpdc-opts.c | 317 #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 D | ntpq-opts.c | 326 #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 D | sntp-opts.c | 430 #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 D | ntp-keygen-opts.c | 598 #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 D | ntpd-opts.c | 771 #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 D | options.h | 246 #define OPTST_IMM 0x0020000U macro
|