Searched refs:ucl_parser_add_file (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/libucl/doc/ |
H A D | pandoc.template | 7 …variable**, **ucl_parser_add_chunk**, **ucl_parser_add_string**, **ucl_parser_add_file**, **ucl_pa…
|
H A D | api.md | 20 - [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 D | hucl.hs | 24 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 D | parse.c | 299 if (!ucl_parser_add_file(parser, filename)) in parse_config_file() 409 if (!ucl_parser_add_file(parser, filename)) in find_device()
|
/freebsd/contrib/libucl/utils/ |
H A D | ucl-tool.c | 138 if (!ucl_parser_add_file(schema_parser, schema)) { in main()
|
/freebsd/contrib/libucl/include/ |
H A D | ucl++.h | 633 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 D | ucl.h | 1106 UCL_EXTERN bool ucl_parser_add_file (struct ucl_parser *parser,
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 709 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/pkg/ |
H A D | config.c | 501 if (!ucl_parser_add_file(p, confpath)) { in read_conf_file()
|
H A D | pkg.c | 411 if (!ucl_parser_add_file(p, path)) { in load_fingerprint()
|
/freebsd/usr.sbin/ctld/ |
H A D | uclparse.c | 1007 if (!ucl_parser_add_file(parser, path)) { in uclparse_conf()
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 2039 ucl_parser_add_file (struct ucl_parser *parser, const char *filename) function
|