Home
last modified time | relevance | path

Searched refs:optionNextValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h954 extern const tOptionValue * optionNextValue(const tOptionValue *, const tOptionValue *);
/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c476 } while (ovp = optionNextValue(base, ovp), in prt_nested()
H A Dconfigfile.c331 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) in optionNextValue() function