Home
last modified time | relevance | path

Searched refs:ucl_parser_new (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/libucl/haskell/
HDhucl.hs22 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-stable/contrib/libucl/utils/
HDucl-tool.c104 parser = ucl_parser_new(0); in main()
134 struct ucl_parser *schema_parser = ucl_parser_new(0); in main()
HDobjdump.c127 parser = ucl_parser_new (0); in main()
/freebsd-14-stable/contrib/libucl/tests/fuzzers/
HDucl_add_string_fuzzer.c15 parser = ucl_parser_new(0); in LLVMFuzzerTestOneInput()
HDucl_msgpack_fuzzer.c22 parser = ucl_parser_new(UCL_PARSER_KEY_LOWERCASE); in LLVMFuzzerTestOneInput()
/freebsd-14-stable/contrib/libucl/tests/
HDtest_basic.c122 parser = ucl_parser_new (flags); in main()
225 parser2 = ucl_parser_new (flags); in main()
HDtest_speed.c83 parser = ucl_parser_new (UCL_PARSER_ZEROCOPY); in main()
HDtest_generate.c283 parser = ucl_parser_new (UCL_PARSER_NO_IMPLICIT_ARRAYS); in main()
294 parser = ucl_parser_new (0); in main()
HDtest_schema.c142 parser = ucl_parser_new (0); in main()
HDtest_msgpack.c175 parser = ucl_parser_new (0); in main()
/freebsd-14-stable/contrib/libucl/doc/
HDpandoc.template7 **ucl_parser_new**, **ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_a…
HDapi.md15 - [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-stable/usr.sbin/iovctl/
HDparse.c296 parser = ucl_parser_new(0); in parse_config_file()
406 parser = ucl_parser_new(0); in find_device()
/freebsd-14-stable/contrib/libucl/include/
Ducl++.h151 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()
HDucl.h955 UCL_EXTERN struct ucl_parser* ucl_parser_new (int flags);
/freebsd-14-stable/contrib/libucl/python/src/
HDuclmodule.c84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS); in _internal_load_ucl()
/freebsd-14-stable/contrib/libucl/lua/
HDlua_ucl.c625 parser = ucl_parser_new (flags); in lua_ucl_parser_init()
967 schema_parser = ucl_parser_new (0); in lua_ucl_parser_validate()
/freebsd-14-stable/usr.sbin/pkg/
HDconfig.c489 p = ucl_parser_new(0); in read_conf_file()
HDpkg.c415 p = ucl_parser_new(0); in load_fingerprint()
/freebsd-14-stable/usr.sbin/ctld/
HDuclparse.c988 parser = ucl_parser_new(0); in uclparse_conf()
/freebsd-14-stable/contrib/libucl/src/
HDucl_schema.c808 parser = ucl_parser_new (0); in ucl_schema_resolve_ref()
HDucl_parser.c2286 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-stable/usr.sbin/bhyve/
HDsnapshot.c277 parser = ucl_parser_new(UCL_PARSER_DEFAULT); in load_metadata_file()