Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/libucl/utils/
H A Ducl-tool.c106 parser = ucl_parser_new(0); in main()
136 struct ucl_parser *schema_parser = ucl_parser_new(0); in main()
H A Dobjdump.c124 parser = ucl_parser_new (0); in main()
/freebsd-12.1/contrib/libucl/tests/
H A Dtest_basic.c119 parser = ucl_parser_new (flags); in main()
220 parser2 = ucl_parser_new (flags); in main()
H A Dtest_generate.c274 parser = ucl_parser_new (UCL_PARSER_NO_IMPLICIT_ARRAYS); in main()
285 parser = ucl_parser_new (0); in main()
H A Dtest_speed.c83 parser = ucl_parser_new (UCL_PARSER_ZEROCOPY); 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-12.1/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-12.1/usr.sbin/iovctl/
H A Dparse.c273 parser = ucl_parser_new(0); in parse_config_file()
383 parser = ucl_parser_new(0); in find_device()
/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h150 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in parse_with_strategy_function()
528 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in find_variable()
550 auto parser = ucl_parser_new (UCL_PARSER_DEFAULT); in find_variable_from_file()
H A Ducl.h912 UCL_EXTERN struct ucl_parser* ucl_parser_new (int flags);
/freebsd-12.1/contrib/libucl/python/src/
H A Duclmodule.c83 struct ucl_parser *parser = ucl_parser_new (UCL_PARSER_NO_TIME); in _internal_load_ucl()
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c492 parser = ucl_parser_new (flags); in lua_ucl_parser_init()
717 schema_parser = ucl_parser_new (0); in lua_ucl_parser_validate()
/freebsd-12.1/usr.sbin/pkg/
H A Dconfig.c351 p = ucl_parser_new(0); in read_conf_file()
H A Dpkg.c341 p = ucl_parser_new(0); in load_fingerprint()
/freebsd-12.1/usr.sbin/ctld/
H A Duclparse.c920 parser = ucl_parser_new(0); in uclparse_conf()
/freebsd-12.1/contrib/libucl/src/
H A Ducl_parser.c2106 params_parser = ucl_parser_new (parser->flags); in ucl_parse_macro_arguments()
2447 ucl_parser_new (int flags) in ucl_parser_new() function
H A Ducl_schema.c795 parser = ucl_parser_new (0); in ucl_schema_resolve_ref()