Home
last modified time | relevance | path

Searched refs:OPTST_PERSISTENT_MASK (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
Dalias.c83 new_od->fOptState &= OPTST_PERSISTENT_MASK; in optionAlias()
84 new_od->fOptState |= (old_od->fOptState & ~OPTST_PERSISTENT_MASK); in optionAlias()
98 old_od->fOptState &= OPTST_PERSISTENT_MASK; in optionAlias()
Dreset.c35 pOD->fOptState &= OPTST_PERSISTENT_MASK; in optionReset()
42 pOD->fOptState &= OPTST_PERSISTENT_MASK; in optionReset()
Dstack.c62 od->fOptState &= OPTST_PERSISTENT_MASK; in optionUnstackArg()
165 od->fOptState &= OPTST_PERSISTENT_MASK; in optionUnstackArg()
Dautoopts.c186 od->fOptState &= OPTST_PERSISTENT_MASK; in handle_opt()
187 od->fOptState |= (o_st->flags & ~OPTST_PERSISTENT_MASK); in handle_opt()
Dputshell.c385 p->fOptState &= OPTST_PERSISTENT_MASK; in optionPutShell()
386 p->fOptState |= pOD->fOptState & ~OPTST_PERSISTENT_MASK; in optionPutShell()
Dgenshell.h121 GENSHELL_DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
Dfind.c625 o_st->flags |= (o_st->pOD->fOptState & OPTST_PERSISTENT_MASK); in get_opt_arg()
/freebsd-12-stable/contrib/ntp/sntp/
Dsntp-opts.h137 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
288 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
291 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
305 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
Dntpsnmpd-opts.h122 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
178 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc-opts.h130 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
236 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq-opts.h131 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
249 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-12-stable/contrib/ntp/util/
Dntp-keygen-opts.h140 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
321 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h279 #define OPTST_PERSISTENT_MASK 0xFFFFF00U macro
/freebsd-12-stable/contrib/ntp/ntpd/
Dntpd-opts.h152 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \