Searched refs:pOptions (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/ntp/sntp/ |
| H A D | sntp-opts.c | 818 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 829 (void)pOptions; in doOptDebug_Level() 842 doOptKod(tOptions* pOptions, tOptDesc* pOptDesc) in doOptKod() argument 855 optionFileCheck(pOptions, pOptDesc, type, mode); in doOptKod() 869 doOptKeyfile(tOptions* pOptions, tOptDesc* pOptDesc) in doOptKeyfile() argument 882 optionFileCheck(pOptions, pOptDesc, type, mode); in doOptKeyfile() 894 doOptLogfile(tOptions* pOptions, tOptDesc* pOptDesc) in doOptLogfile() argument 907 optionFileCheck(pOptions, pOptDesc, type, mode); in doOptLogfile() 922 doOptSteplimit(tOptions* pOptions, tOptDesc* pOptDesc) in doOptSteplimit() argument 928 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptSteplimit() [all …]
|
| /src/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.c | 1032 doOptImbits(tOptions* pOptions, tOptDesc* pOptDesc) in doOptImbits() argument 1038 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptImbits() 1040 optionNumericVal(pOptions, pOptDesc); in doOptImbits() 1056 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1); in doOptImbits() 1068 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 1079 (void)pOptions; in doOptDebug_Level() 1091 doOptModulus(tOptions* pOptions, tOptDesc* pOptDesc) in doOptModulus() argument 1097 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptModulus() 1099 optionNumericVal(pOptions, pOptDesc); in doOptModulus() 1115 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1); in doOptModulus()
|
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.c | 641 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 652 (void)pOptions; in doOptDebug_Level() 663 doOptRefid(tOptions* pOptions, tOptDesc* pOptDesc) in doOptRefid() argument 670 if (pOptions <= OPTPROC_EMIT_LIMIT) { in doOptRefid() 671 (void) optionEnumerationVal(pOptions, pOptDesc, names, 2); in doOptRefid() 676 optionEnumerationVal(pOptions, pOptDesc, names, 2); in doOptRefid()
|
| H A D | ntpq.c | 3885 tOptions *pOptions, in ntpq_custom_opt_handler() argument
|
| /src/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.c | 620 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 631 (void)pOptions; in doOptDebug_Level()
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.c | 1326 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 1337 (void)pOptions; in doOptDebug_Level()
|