Home
last modified time | relevance | path

Searched refs:parse_from_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl++.h624 static Ucl parse_from_file (const std::string &filename, std::string &err) in parse_from_file() function
626 return parse_from_file (filename, std::map<std::string, std::string>(), err); in parse_from_file()
629 …static Ucl parse_from_file (const std::string &filename, const std::map<std::string, std::string> … in parse_from_file() function
644 …static Ucl parse_from_file (const std::string &filename, const variable_replacer &replacer, std::s… in parse_from_file() function
/freebsd/usr.sbin/ctld/
H A Duclparse.cc1411 ucl::Ucl top = ucl::Ucl::parse_from_file(path, err); in uclparse_conf()