Home
last modified time | relevance | path

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

/freebsd-9-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.c192 od->fOptState &= OPTST_PERSISTENT_MASK; in handle_opt()
193 od->fOptState |= (o_st->flags & ~OPTST_PERSISTENT_MASK); in handle_opt()
Dputshell.c401 p->fOptState &= OPTST_PERSISTENT_MASK; in optionPutShell()
402 p->fOptState |= pOD->fOptState & ~OPTST_PERSISTENT_MASK; in optionPutShell()
Dgenshell.h113 GENSHELL_DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
Dfind.c654 o_st->flags |= (o_st->pOD->fOptState & OPTST_PERSISTENT_MASK); in get_opt_arg()
/freebsd-9-stable/contrib/ntp/sntp/
Dsntp-opts.h129 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
280 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
283 DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
297 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-9-stable/contrib/ntp/ntpsnmpd/
Dntpsnmpd-opts.h114 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
170 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc-opts.h121 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
221 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-opts.h122 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
234 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-9-stable/contrib/ntp/util/
Dntp-keygen-opts.h132 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
313 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
/freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h278 #define OPTST_PERSISTENT_MASK 0xFFFFF00U macro
/freebsd-9-stable/contrib/ntp/ntpd/
Dntpd-opts.h144 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \