Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/sntp/libopts/
HDnested.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()
HDproto.h345 optionLoadNested(char const * text, char const * name, size_t nm_len);
HDconfigfile.c88 res = optionLoadNested(txt, fname, strlen(fname)); in configFileLoad()