Home
last modified time | relevance | path

Searched refs:argInt (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/contrib/ntp/sntp/libopts/
Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
125 od->optArg.argInt = tm; in optionTimeDate()
133 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
134 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
Dnumeric.c61 pOD->pz_Name, pOD->optArg.argInt); in optionShowRange()
159 od->optArg.argInt = val; in optionNumericVal()
169 od->optArg.argInt = ~0; in optionNumericVal()
Dputshell.c452 (int)pOD->optArg.argInt); in optionPutShell()
Dsave.c768 prt_entry(fp, p, VOIDP(p->optArg.argInt)); in optionSaveFile()
Dmakeshell.c505 (int)od->optArg.argInt); in emit_setup()
/freebsd-9-stable/contrib/ntp/util/
Dntp-keygen-opts.h266 #define OPT_VALUE_IMBITS (DESC(IMBITS).optArg.argInt)
273 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
281 #define OPT_VALUE_LIFETIME (DESC(LIFETIME).optArg.argInt)
286 #define OPT_VALUE_MODULUS (DESC(MODULUS).optArg.argInt)
296 #define OPT_VALUE_MV_PARAMS (DESC(MV_PARAMS).optArg.argInt)
300 #define OPT_VALUE_MV_KEYS (DESC(MV_KEYS).optArg.argInt)
Dntp-keygen-opts.c1038 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptImbits()
1040 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptImbits()
1044 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptImbits()
1097 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptModulus()
1099 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptModulus()
1103 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptModulus()
/freebsd-9-stable/contrib/ntp/sntp/
Dsntp-opts.h250 #define OPT_VALUE_AUTHENTICATION (DESC(AUTHENTICATION).optArg.argInt)
256 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
259 #define OPT_VALUE_GAP (DESC(GAP).optArg.argInt)
265 #define OPT_VALUE_STEPLIMIT (DESC(STEPLIMIT).optArg.argInt)
268 #define OPT_VALUE_NTPVERSION (DESC(NTPVERSION).optArg.argInt)
274 #define OPT_VALUE_TIMEOUT (DESC(TIMEOUT).optArg.argInt)
Dsntp-opts.c926 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptSteplimit()
928 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptSteplimit()
932 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptSteplimit()
962 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptNtpversion()
964 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptNtpversion()
968 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptNtpversion()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntpd-opts.h354 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
369 #define OPT_VALUE_PRIORITY (DESC(PRIORITY).optArg.argInt)
378 #define OPT_VALUE_UPDATEINTERVAL (DESC(UPDATEINTERVAL).optArg.argInt)
383 #define OPT_VALUE_WAIT_SYNC (DESC(WAIT_SYNC).optArg.argInt)
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc-opts.h204 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-opts.h210 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h485 long argInt; ///< as a long integer member