Searched refs:OPTST_IMM (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | autoopts.h | 312 ( (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == OPTST_IMM) \ 334 (((_flg) & (OPTST_DISABLED|OPTST_IMM)) == 0) \
|
| D | load.c | 395 switch (f & (OPTST_IMM|OPTST_DISABLE_IMM)) { in direction_ok() 406 case OPTST_IMM: in direction_ok() 446 case OPTST_IMM|OPTST_DISABLE_IMM: in direction_ok()
|
| D | genshell.c | 154 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 161 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 164 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 229 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/ntpsnmpd/ |
| D | ntpsnmpd-opts.c | 167 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 174 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 177 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 261 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/ntpq/ |
| D | ntpq-opts.c | 328 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 335 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 338 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 530 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc-opts.c | 319 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 326 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 329 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 509 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | sntp-opts.c | 432 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 439 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 442 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 707 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/util/ |
| D | ntp-keygen-opts.c | 600 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 607 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 610 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 920 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntpd-opts.c | 773 #define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT) 780 # define VER_FLAGS (OPTST_IMM | OPTST_NO_INIT) 783 OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT) 1244 /* opt state flags */ OPTST_IMM | OPTST_NO_INIT, AOUSE_HELP,
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/ |
| D | options.h | 248 #define OPTST_IMM 0x0020000U macro
|