Home
last modified time | relevance | path

Searched refs:ucl_parser_add_file (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libucl/doc/
H A Dpandoc.template7 …variable**, **ucl_parser_add_chunk**, **ucl_parser_add_string**, **ucl_parser_add_file**, **ucl_pa…
H A Dapi.md20 - [ucl_parser_add_file](#ucl_parser_add_file)
144 ### ucl_parser_add_file subsection in Parser functions
147 bool ucl_parser_add_file (struct ucl_parser *parser,
/freebsd/contrib/libucl/haskell/
H A Dhucl.hs24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool
80 didParse <- ucl_parser_add_file p cs
/freebsd/usr.sbin/iovctl/
H A Dparse.c274 if (!ucl_parser_add_file(parser, filename)) in parse_config_file()
384 if (!ucl_parser_add_file(parser, filename)) in find_device()
/freebsd/contrib/libucl/utils/
H A Ducl-tool.c138 if (!ucl_parser_add_file(schema_parser, schema)) { in main()
/freebsd/contrib/libucl/include/
H A Ducl++.h633 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file()
647 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file()
681 ucl_parser_add_file (parser, filename.c_str ()); in find_variable_from_file()
H A Ducl.h1106 UCL_EXTERN bool ucl_parser_add_file (struct ucl_parser *parser,
/freebsd/usr.sbin/pkg/
H A Dconfig.c385 if (!ucl_parser_add_file(p, confpath)) { in read_conf_file()
H A Dpkg.c346 if (!ucl_parser_add_file(p, path)) { in load_fingerprint()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c709 if (ucl_parser_add_file (parser, file)) { in lua_ucl_parser_parse_file()
970 if (!ucl_parser_add_file (schema_parser, schema_file)) { in lua_ucl_parser_validate()
/freebsd/usr.sbin/ctld/
H A Duclparse.c1021 if (!ucl_parser_add_file(parser, path)) { in uclparse_conf()
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c283 err = ucl_parser_add_file(parser, filename); in load_metadata_file()
/freebsd/contrib/libucl/src/
H A Ducl_util.c2039 ucl_parser_add_file (struct ucl_parser *parser, const char *filename) function