Searched refs:ucl_parser_add_file (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/libucl/utils/
H A Ducl-tool.c140 if (!ucl_parser_add_file(schema_parser, schema)) {
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c277 if (!ucl_parser_add_file(parser, filename))
387 if (!ucl_parser_add_file(parser, filename))
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h506 return ucl_parser_add_file (parser, filename.c_str ());
520 return ucl_parser_add_file (parser, filename.c_str ());
554 ucl_parser_add_file (parser, filename.c_str ());
H A Ducl.h1043 UCL_EXTERN bool ucl_parser_add_file (struct ucl_parser *parser,
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c575 if (ucl_parser_add_file (parser, file)) {
720 if (!ucl_parser_add_file (schema_parser, schema_file)) {
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c353 if (!ucl_parser_add_file(p, confpath)) {
H A Dpkg.c343 if (!ucl_parser_add_file(p, path)) {
/freebsd-11-stable/usr.sbin/ctld/
H A Duclparse.c909 if (!ucl_parser_add_file(parser, path)) {
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1847 ucl_parser_add_file (struct ucl_parser *parser, const char *filename) function

Completed in 151 milliseconds