Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/haskell/
H A Dhucl.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/contrib/libucl/utils/
H A Ducl-tool.c104 parser = ucl_parser_new(0); in main()
134 struct ucl_parser *schema_parser = ucl_parser_new(0); in main()
H A Dobjdump.c127 parser = ucl_parser_new (0); in main()
/freebsd/contrib/libucl/tests/fuzzers/
H A Ducl_add_string_fuzzer.c15 parser = ucl_parser_new(0); in LLVMFuzzerTestOneInput()
H A Ducl_msgpack_fuzzer.c22 parser = ucl_parser_new(UCL_PARSER_KEY_LOWERCASE); in LLVMFuzzerTestOneInput()
/freebsd/contrib/libucl/doc/
H A Dpandoc.template7 **ucl_parser_new**, **ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_a…
H A Dapi.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/contrib/libucl/tests/
H A Dtest_basic.c122 parser = ucl_parser_new (flags); in main()
225 parser2 = ucl_parser_new (flags); in main()
H A Dtest_speed.c83 parser = ucl_parser_new (UCL_PARSER_ZEROCOPY); in main()
H A Dtest_generate.c283 parser = ucl_parser_new (UCL_PARSER_NO_IMPLICIT_ARRAYS); in main()
294 parser = ucl_parser_new (0); in main()
H A Dtest_schema.c142 parser = ucl_parser_new (0); in main()
H A Dtest_msgpack.c175 parser = ucl_parser_new (0); in main()
/freebsd/usr.sbin/iovctl/
H A Dparse.c270 parser = ucl_parser_new(0); in parse_config_file()
380 parser = ucl_parser_new(0); in find_device()
/freebsd/contrib/libucl/include/
H A 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()
H A Ducl.h955 UCL_EXTERN struct ucl_parser* ucl_parser_new (int flags);
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c84 ucl_parser_new (UCL_PARSER_NO_TIME|UCL_PARSER_NO_IMPLICIT_ARRAYS); in _internal_load_ucl()
/freebsd/usr.sbin/pkg/
H A Dconfig.c383 p = ucl_parser_new(0); in read_conf_file()
H A Dpkg.c345 p = ucl_parser_new(0); in load_fingerprint()
/freebsd/contrib/libucl/lua/
H A Dlua_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/usr.sbin/ctld/
H A Duclparse.c1019 parser = ucl_parser_new(0); in uclparse_conf()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c808 parser = ucl_parser_new (0); in ucl_schema_resolve_ref()
H A Ducl_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/usr.sbin/bhyve/
H A Dsnapshot.c276 parser = ucl_parser_new(UCL_PARSER_DEFAULT); in load_metadata_file()