Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c286 new_val = optionLoadNested(val, name, nm_len); in add_nested()
705 optionLoadNested(char const * text, char const * name, size_t nm_len) in optionLoadNested() function
816 tOptionValue * opt_val = optionLoadNested( in optionNestedVal()
H A Dproto.h345 optionLoadNested(char const * text, char const * name, size_t nm_len);
H A Dconfigfile.c88 res = optionLoadNested(txt, fname, strlen(fname)); in configFileLoad()