Searched refs:ucl_parser_register_variable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.sbin/pkg/ |
| H A D | config.c | 496 ucl_parser_register_variable(p, "ABI", abi); in read_conf_file() 497 ucl_parser_register_variable(p, "OSNAME", uts.sysname); in read_conf_file() 498 ucl_parser_register_variable(p, "RELEASE", major); in read_conf_file() 499 ucl_parser_register_variable(p, "VERSION_MAJOR", major); in read_conf_file() 500 ucl_parser_register_variable(p, "VERSION_MINOR", minor); in read_conf_file()
|
| /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 | 516 ucl_parser_register_variable(parser, item.first.c_str(), item.second.c_str()); 658 ucl_parser_register_variable(parser, item.first.c_str(), item.second.c_str()); in parse_from_file()
|
| H A D | ucl.h | 1031 UCL_EXTERN void ucl_parser_register_variable(struct ucl_parser *parser, const char *var,
|
| /freebsd/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 787 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variable() 821 ucl_parser_register_variable (parser, name, value); in lua_ucl_parser_register_variables()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 1998 ucl_parser_register_variable(parser, "FILENAME", realbuf); 2000 ucl_parser_register_variable(parser, "CURDIR", curdir); 2005 ucl_parser_register_variable(parser, "FILENAME", "undef"); 2006 ucl_parser_register_variable(parser, "CURDIR", curdir);
|
| H A D | ucl_parser.c | 2913 void ucl_parser_register_variable(struct ucl_parser *parser, const char *var, in ucl_parser_register_variable() function
|