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

/freebsd-10.2-release/contrib/ntp/sntp/libopts/
H A Dnumeric.c47 const struct {long const rmin, rmax;} * rng = rng_table; member in struct:__anon4231
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-10.2-release/contrib/ntp/sntp/
H A Dsntp-opts.c917 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon4238
926 if (pOptDesc->optArg.argInt < rng[ix].rmin)
928 if (pOptDesc->optArg.argInt == rng[ix].rmin)
953 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon4239
962 if (pOptDesc->optArg.argInt < rng[ix].rmin)
964 if (pOptDesc->optArg.argInt == rng[ix].rmin)
/freebsd-10.2-release/contrib/ntp/util/
H A Dntp-keygen-opts.c1029 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon4252
1038 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1040 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1088 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon4253
1097 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1099 if (pOptDesc->optArg.argInt == rng[ix].rmin)

Completed in 106 milliseconds