Searched refs:ucl_parser_add_file (Results 1 – 8 of 8) sorted by relevance
| /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/include/ |
| H A D | ucl++.h | 638 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file() 652 return ucl_parser_add_file (parser, filename.c_str ()); in parse_from_file() 686 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 | 742 if (ucl_parser_add_file (parser, file)) { in lua_ucl_parser_parse_file() 1014 if (!ucl_parser_add_file (schema_parser, schema_file)) { in lua_ucl_parser_validate()
|
| /freebsd/usr.sbin/pkg/ |
| H A D | config.c | 502 if (!ucl_parser_add_file(p, confpath)) { in read_conf_file()
|
| H A D | pkg.c | 417 if (!ucl_parser_add_file(p, path)) { in load_fingerprint()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | snapshot.c | 283 err = ucl_parser_add_file(parser, filename); in load_metadata_file()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 2063 ucl_parser_add_file (struct ucl_parser *parser, const char *filename) function
|