Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/sntp/libopts/
Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
127 od->optArg.argInt = tm; in optionTimeDate()
135 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
136 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
Dnumeric.c61 pOD->pz_Name, pOD->optArg.argInt); in optionShowRange()
160 od->optArg.argInt = val; in optionNumericVal()
170 od->optArg.argInt = ~0; in optionNumericVal()
Dputshell.c436 (int)pOD->optArg.argInt); in optionPutShell()
Dmakeshell.c467 (int)od->optArg.argInt); in emit_setup()
Dsave.c899 prt_entry(fp, vod, VOIDP(vod->optArg.argInt), save_flags); in optionSaveFile()
/freebsd-12-stable/contrib/ntp/util/
Dntp-keygen-opts.h274 #define OPT_VALUE_IMBITS (DESC(IMBITS).optArg.argInt)
281 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
289 #define OPT_VALUE_LIFETIME (DESC(LIFETIME).optArg.argInt)
293 #define OPT_VALUE_MODULUS (DESC(MODULUS).optArg.argInt)
304 #define OPT_VALUE_MV_PARAMS (DESC(MV_PARAMS).optArg.argInt)
308 #define OPT_VALUE_MV_KEYS (DESC(MV_KEYS).optArg.argInt)
Dntp-keygen-opts.c1043 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptImbits()
1045 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptImbits()
1049 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptImbits()
1102 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptModulus()
1104 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptModulus()
1108 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptModulus()
/freebsd-12-stable/contrib/ntp/sntp/
Dsntp-opts.h258 #define OPT_VALUE_AUTHENTICATION (DESC(AUTHENTICATION).optArg.argInt)
264 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
267 #define OPT_VALUE_GAP (DESC(GAP).optArg.argInt)
273 #define OPT_VALUE_STEPLIMIT (DESC(STEPLIMIT).optArg.argInt)
276 #define OPT_VALUE_NTPVERSION (DESC(NTPVERSION).optArg.argInt)
282 #define OPT_VALUE_TIMEOUT (DESC(TIMEOUT).optArg.argInt)
Dsntp-opts.c933 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptSteplimit()
935 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptSteplimit()
939 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptSteplimit()
969 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptNtpversion()
971 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptNtpversion()
975 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptNtpversion()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntpd-opts.h362 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
377 #define OPT_VALUE_PRIORITY (DESC(PRIORITY).optArg.argInt)
386 #define OPT_VALUE_UPDATEINTERVAL (DESC(UPDATEINTERVAL).optArg.argInt)
391 #define OPT_VALUE_WAIT_SYNC (DESC(WAIT_SYNC).optArg.argInt)
/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc-opts.h218 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq-opts.h224 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h486 long argInt; ///< as a long integer member