Searched refs:ucl_parser_register_variable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/libucl/tests/ |
| H A D | test_basic.c | 123 ucl_parser_register_variable (parser, "ABI", "unknown"); in main()
|
| /freebsd/contrib/libucl/include/ |
| H A D | ucl++.h | 491 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ()); 633 ucl_parser_register_variable (parser, item.first.c_str (), item.second.c_str ()); in parse_from_file()
|
| H A D | ucl.h | 1018 UCL_EXTERN void ucl_parser_register_variable (struct ucl_parser *parser, const char *var,
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 781 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variable() 815 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variables()
|
| /freebsd/usr.sbin/pkg/ |
| H A D | config.c | 495 ucl_parser_register_variable(p, "ABI", abi); in read_conf_file() 496 ucl_parser_register_variable(p, "OSNAME", uts.sysname); in read_conf_file() 497 ucl_parser_register_variable(p, "RELEASE", major); in read_conf_file() 498 ucl_parser_register_variable(p, "VERSION_MAJOR", major); in read_conf_file() 499 ucl_parser_register_variable(p, "VERSION_MINOR", minor); in read_conf_file()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 2004 ucl_parser_register_variable (parser, "FILENAME", realbuf); 2006 ucl_parser_register_variable (parser, "CURDIR", curdir); 2011 ucl_parser_register_variable (parser, "FILENAME", "undef"); 2012 ucl_parser_register_variable (parser, "CURDIR", curdir);
|
| H A D | ucl_parser.c | 2892 ucl_parser_register_variable (struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function
|