Searched refs:ucl_parser_add_file (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/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-12.1/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-12.1/usr.sbin/iovctl/ |
| H A D | parse.c | 277 if (!ucl_parser_add_file(parser, filename)) in parse_config_file() 387 if (!ucl_parser_add_file(parser, filename)) in find_device()
|
| /freebsd-12.1/contrib/libucl/include/ |
| H A D | ucl++.h | 506 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file() 520 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file() 554 ucl_parser_add_file (parser, filename.c_str ()); in find_variable_from_file()
|
| H A D | ucl.h | 1043 UCL_EXTERN bool ucl_parser_add_file (struct ucl_parser *parser,
|
| /freebsd-12.1/contrib/libucl/utils/ |
| H A D | ucl-tool.c | 140 if (!ucl_parser_add_file(schema_parser, schema)) { in main()
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 575 if (ucl_parser_add_file (parser, file)) { in lua_ucl_parser_parse_file() 720 if (!ucl_parser_add_file (schema_parser, schema_file)) { in lua_ucl_parser_validate()
|
| /freebsd-12.1/usr.sbin/pkg/ |
| H A D | config.c | 353 if (!ucl_parser_add_file(p, confpath)) { in read_conf_file()
|
| H A D | pkg.c | 342 if (!ucl_parser_add_file(p, path)) { in load_fingerprint()
|
| /freebsd-12.1/usr.sbin/ctld/ |
| H A D | uclparse.c | 922 if (!ucl_parser_add_file(parser, path)) { in uclparse_conf()
|
| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_util.c | 1847 ucl_parser_add_file (struct ucl_parser *parser, const char *filename) function
|