Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dtime.c62 od->optArg.argInt = (long)val; in optionTimeVal()
129 od->optArg.argInt = tm; in optionTimeDate()
137 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
138 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
Dnumeric.c63 pOD->pz_Name, pOD->optArg.argInt); in optionShowRange()
162 od->optArg.argInt = val; in optionNumericVal()
172 od->optArg.argInt = ~0; in optionNumericVal()
Dputshell.c438 (int)pOD->optArg.argInt); in optionPutShell()
Dmakeshell.c469 (int)od->optArg.argInt); in emit_setup()
Dsave.c901 prt_entry(fp, vod, VOIDP(vod->optArg.argInt), save_flags); in optionSaveFile()
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen-opts.h276 #define OPT_VALUE_IMBITS (DESC(IMBITS).optArg.argInt)
283 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
291 #define OPT_VALUE_LIFETIME (DESC(LIFETIME).optArg.argInt)
295 #define OPT_VALUE_MODULUS (DESC(MODULUS).optArg.argInt)
306 #define OPT_VALUE_MV_PARAMS (DESC(MV_PARAMS).optArg.argInt)
310 #define OPT_VALUE_MV_KEYS (DESC(MV_KEYS).optArg.argInt)
Dntp-keygen-opts.c1045 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptImbits()
1047 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptImbits()
1051 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptImbits()
1104 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptModulus()
1106 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptModulus()
1110 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptModulus()
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.h260 #define OPT_VALUE_AUTHENTICATION (DESC(AUTHENTICATION).optArg.argInt)
266 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
269 #define OPT_VALUE_GAP (DESC(GAP).optArg.argInt)
275 #define OPT_VALUE_STEPLIMIT (DESC(STEPLIMIT).optArg.argInt)
278 #define OPT_VALUE_NTPVERSION (DESC(NTPVERSION).optArg.argInt)
284 #define OPT_VALUE_TIMEOUT (DESC(TIMEOUT).optArg.argInt)
Dsntp-opts.c935 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptSteplimit()
937 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptSteplimit()
941 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptSteplimit()
971 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptNtpversion()
973 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptNtpversion()
977 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptNtpversion()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntpd-opts.h365 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
380 #define OPT_VALUE_PRIORITY (DESC(PRIORITY).optArg.argInt)
389 #define OPT_VALUE_UPDATEINTERVAL (DESC(UPDATEINTERVAL).optArg.argInt)
394 #define OPT_VALUE_WAIT_SYNC (DESC(WAIT_SYNC).optArg.argInt)
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc-opts.h220 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq-opts.h226 #define OPT_VALUE_SET_DEBUG_LEVEL (DESC(SET_DEBUG_LEVEL).optArg.argInt)
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h488 long argInt; ///< as a long integer member