Home
last modified time | relevance | path

Searched refs:ucl_object_tostring (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/libucl/src/
HDucl_schema.c176 if (ucl_object_find_key (obj, ucl_object_tostring (cur_dep)) == NULL) { in ucl_schema_validate_dependencies()
179 ucl_object_tostring (cur_dep), ucl_object_key (cur)); in ucl_schema_validate_dependencies()
323 if (ucl_object_find_key (obj, ucl_object_tostring (elt)) == NULL) { in ucl_schema_validate_object()
326 ucl_object_tostring (elt)); in ucl_schema_validate_object()
442 if (regcomp (&re, ucl_object_tostring (elt), in ucl_schema_validate_string()
445 "cannot compile pattern %s", ucl_object_tostring (elt)); in ucl_schema_validate_string()
449 if (regexec (&re, ucl_object_tostring (obj), 0, NULL, 0) != 0) { in ucl_schema_validate_string()
452 ucl_object_tostring (elt)); in ucl_schema_validate_string()
659 type_str = ucl_object_tostring (type); in ucl_schema_type_is_allowed()
975 cur = ucl_schema_resolve_ref (root, ucl_object_tostring (elt), err); in ucl_schema_validate()
HDucl_util.c1298 params.prefix = ucl_object_tostring (param);
1301 params.target = ucl_object_tostring (param);
1304 duplicate = ucl_object_tostring (param);
1352 snprintf (ipath, sizeof (ipath), "%s/%.*s", ucl_object_tostring(param),
1555 prefix = ucl_object_tostring (param);
1558 target = ucl_object_tostring (param);
2959 ucl_object_tostring (const ucl_object_t *obj) function
3151 ret = strcmp (ucl_object_tostring(o1), ucl_object_tostring(o2));
/NextBSD/contrib/libucl/tests/
HDtest_schema.c83 ucl_object_tostring (description), in perform_test()
120 ucl_object_tostring (description)); in perform_tests()
/NextBSD/usr.sbin/iovctl/
HDparse.c53 ucl_object_tostring(obj), key, type); in report_config_error()
161 ucl_object_tostring(obj), key); in add_unicast_mac_config()
/NextBSD/usr.sbin/pkg/
HDconfig.c284 strdup(ucl_object_tostring(seq)); in config_parse()
295 temp_config[i].value = strdup(ucl_object_tostring(cur)); in config_parse()
HDpkg.c289 function = ucl_object_tostring(cur); in parse_fingerprint()
293 fp = ucl_object_tostring(cur); in parse_fingerprint()
/NextBSD/contrib/libucl/python/src/
HDuclmodule.c14 return Py_BuildValue("s", ucl_object_tostring (obj)); in _basic_ucl_type()
/NextBSD/contrib/libucl/utils/
HDobjdump.c79 printf ("%svalue: \"%s\"\n", pre, ucl_object_tostring (obj)); in ucl_obj_dump()
/NextBSD/contrib/libucl/include/
HDucl.h612 UCL_EXTERN const char* ucl_object_tostring (const ucl_object_t *obj);
1318 #define ucl_obj_tostring ucl_object_tostring
Ducl++.h299 res.assign (ucl_object_tostring (obj.get())); in string_value()
/NextBSD/contrib/libucl/doc/
HDapi.md313 - `ucl_object_tostring` - returns `const char *` of UCL object (this string is NULL terminated)