Searched refs:rmin (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dnumeric.c47 const struct {long const rmin, rmax;} * rng = rng_table; member in struct:__anon4970
75 fprintf(option_usage_fp, zRangeExact, pz_indent, rng->rmin);
76 else if (rng->rmin == LONG_MIN)
79 fprintf(option_usage_fp, zRangeAbove, pz_indent, rng->rmin);
81 fprintf(option_usage_fp, zRange, pz_indent, rng->rmin,
/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.c920 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon21
929 if (pOptDesc->optArg.argInt < rng[ix].rmin)
931 if (pOptDesc->optArg.argInt == rng[ix].rmin)
956 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon22
965 if (pOptDesc->optArg.argInt < rng[ix].rmin)
967 if (pOptDesc->optArg.argInt == rng[ix].rmin)
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c1030 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon25
1039 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1041 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1089 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon26
1098 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1100 if (pOptDesc->optArg.argInt == rng[ix].rmin)

Completed in 114 milliseconds