Home
last modified time | relevance | path

Searched refs:NOLIMIT (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ntp/sntp/include/
H A Ddebug-opt.def13 max = NOLIMIT;
24 max = NOLIMIT;
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c879 /* min, max, act ct */ 0, NOLIMIT, 0,
891 /* min, max, act ct */ 0, NOLIMIT, 0,
915 /* min, max, act ct */ 0, NOLIMIT, 0,
951 /* min, max, act ct */ 0, NOLIMIT, 0,
1107 /* min, max, act ct */ 0, NOLIMIT, 0,
1143 /* min, max, act ct */ 0, NOLIMIT, 0,
1155 /* min, max, act ct */ 0, NOLIMIT, 0,
H A Dntpdbase-opts.def99 max = NOLIMIT;
163 max = NOLIMIT;
340 max = NOLIMIT;
383 max = NOLIMIT;
395 max = NOLIMIT;
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c384 /* min, max, act ct */ 0, NOLIMIT, 0,
396 /* min, max, act ct */ 0, NOLIMIT, 0,
408 /* min, max, act ct */ 0, NOLIMIT, 0,
543 /* min, max, act ct */ 0, NOLIMIT, 0,
H A Dntpdc-opts.def41 max = NOLIMIT;
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c393 /* min, max, act ct */ 0, NOLIMIT, 0,
405 /* min, max, act ct */ 0, NOLIMIT, 0,
417 /* min, max, act ct */ 0, NOLIMIT, 0,
564 /* min, max, act ct */ 0, NOLIMIT, 0,
H A Dntpq-opts.def40 max = NOLIMIT;
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c510 /* min, max, act ct */ 0, NOLIMIT, 0,
522 /* min, max, act ct */ 0, NOLIMIT, 0,
534 /* min, max, act ct */ 0, NOLIMIT, 0,
546 /* min, max, act ct */ 0, NOLIMIT, 0,
741 /* min, max, act ct */ 0, NOLIMIT, 0,
H A Dsntp-opts.def64 max = NOLIMIT;
79 max = NOLIMIT;
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dperlopt.tpl65 (if (and (exist? "max") (== (get "max") "NOLIMIT"))
75 (error "If stack-arg then max has to be NOLIMIT")
H A Dcmd-doc.tlib944 IF % max (= "%s" "NOLIMIT")
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts.def19 max = NOLIMIT;
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts.def49 max = NOLIMIT;
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c687 /* min, max, act ct */ 0, NOLIMIT, 0,
699 /* min, max, act ct */ 0, NOLIMIT, 0,
954 /* min, max, act ct */ 0, NOLIMIT, 0,
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h471 #define NOLIMIT USHRT_MAX ///< no occurrance count limit macro
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c295 /* min, max, act ct */ 0, NOLIMIT, 0,
/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c520 if ((unsigned)od->optMaxCt < NOLIMIT) in emit_action()
H A Dusage.c853 case NOLIMIT: fputs(zNoLim + tab_skip_ct, option_usage_fp); break; in prt_extd_usage()