| /freebsd-14.2/contrib/libucl/haskell/ |
| H A D | hucl.hs | 22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle 70 let p = ucl_parser_new 0x4 79 let p = ucl_parser_new 0x4
|
| /freebsd-14.2/contrib/libucl/utils/ |
| H A D | ucl-tool.c | 104 parser = ucl_parser_new(0); in main() 134 struct ucl_parser *schema_parser = ucl_parser_new(0); in main()
|
| H A D | objdump.c | 127 parser = ucl_parser_new (0); in main()
|
| /freebsd-14.2/contrib/libucl/tests/fuzzers/ |
| H A D | ucl_add_string_fuzzer.c | 15 parser = ucl_parser_new(0); in LLVMFuzzerTestOneInput()
|
| H A D | ucl_msgpack_fuzzer.c | 22 parser = ucl_parser_new(UCL_PARSER_KEY_LOWERCASE); in LLVMFuzzerTestOneInput()
|
| /freebsd-14.2/contrib/libucl/doc/ |
| H A D | pandoc.template | 7 **ucl_parser_new**, **ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_a…
|
| H A D | api.md | 15 - [ucl_parser_new](#ucl_parser_new) 78 ### ucl_parser_new subsection in Parser functions 81 struct ucl_parser* ucl_parser_new (int flags); 220 parser = ucl_parser_new (0);
|
| /freebsd-14.2/contrib/libucl/tests/ |
| H A D | test_basic.c | 122 parser = ucl_parser_new (flags); in main() 225 parser2 = ucl_parser_new (flags); in main()
|
| H A D | test_speed.c | 83 parser = ucl_parser_new (UCL_PARSER_ZEROCOPY); in main()
|
| H A D | test_generate.c | 283 parser = ucl_parser_new (UCL_PARSER_NO_IMPLICIT_ARRAYS); in main() 294 parser = ucl_parser_new (0); in main()
|
| H A D | test_schema.c | 142 parser = ucl_parser_new (0); in main()
|
| H A D | test_msgpack.c | 175 parser = ucl_parser_new (0); in main()
|
| /freebsd-14.2/usr.sbin/iovctl/ |
| H A D | parse.c | 296 parser = ucl_parser_new(0); in parse_config_file() 406 parser = ucl_parser_new(0); in find_device()
|
| /freebsd-14.2/contrib/libucl/include/ |
| H A D | ucl++.h | 151 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in parse_with_strategy_function() 655 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in find_variable() 677 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in find_variable_from_file()
|
| H A D | ucl.h | 955 UCL_EXTERN struct ucl_parser* ucl_parser_new (int flags);
|
| /freebsd-14.2/contrib/libucl/python/src/ |
| H A D | uclmodule.c | 84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS); in _internal_load_ucl()
|
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | config.c | 384 p = ucl_parser_new(0); in read_conf_file()
|
| H A D | pkg.c | 346 p = ucl_parser_new(0); in load_fingerprint()
|
| /freebsd-14.2/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 625 parser = ucl_parser_new (flags); in lua_ucl_parser_init() 967 schema_parser = ucl_parser_new (0); in lua_ucl_parser_validate()
|
| /freebsd-14.2/usr.sbin/ctld/ |
| H A D | uclparse.c | 988 parser = ucl_parser_new(0); in uclparse_conf()
|
| /freebsd-14.2/contrib/libucl/src/ |
| H A D | ucl_schema.c | 808 parser = ucl_parser_new (0); in ucl_schema_resolve_ref()
|
| H A D | ucl_parser.c | 2286 params_parser = ucl_parser_new (parser->flags); in ucl_parse_macro_arguments() 2681 ucl_parser_new (int flags) in ucl_parser_new() function
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | snapshot.c | 277 parser = ucl_parser_new(UCL_PARSER_DEFAULT); in load_metadata_file()
|