Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Duclparse.c78 ucl_object_tostring(user), in uclparse_chap()
79 ucl_object_tostring(secret)); in uclparse_chap()
124 ucl_object_tostring(user), in uclparse_chap_mutual()
125 ucl_object_tostring(secret), in uclparse_chap_mutual()
285 ucl_object_tostring(obj)); in uclparse_toplevel()
522 ucl_object_tostring(obj), in uclparse_portal_group()
551 ucl_object_tostring(tmp), in uclparse_portal_group()
732 ag = ucl_object_tostring(obj); in uclparse_target()
764 ucl_object_tostring(obj)); in uclparse_target()
811 ucl_object_tostring(obj)); in uclparse_target()
[all …]
/freebsd/contrib/libucl/src/
H A Ducl_schema.c127 if (ucl_object_lookup (obj, ucl_object_tostring (cur_dep)) == NULL) { in ucl_schema_validate_dependencies()
130 ucl_object_tostring (cur_dep), ucl_object_key (cur)); in ucl_schema_validate_dependencies()
288 if (ucl_object_lookup (obj, ucl_object_tostring (elt)) == NULL) { in ucl_schema_validate_object()
291 ucl_object_tostring (elt)); in ucl_schema_validate_object()
407 if (regcomp (&re, ucl_object_tostring (elt), in ucl_schema_validate_string()
410 "cannot compile pattern %s", ucl_object_tostring (elt)); in ucl_schema_validate_string()
414 if (regexec (&re, ucl_object_tostring (obj), 0, NULL, 0) != 0) { in ucl_schema_validate_string()
417 ucl_object_tostring (elt)); in ucl_schema_validate_string()
627 type_str = ucl_object_tostring (type); in ucl_schema_type_is_allowed()
1029 cur = ucl_schema_resolve_ref (root, ucl_object_tostring (elt), in ucl_schema_validate()
H A Ducl_util.c1549 params.prefix = ucl_object_tostring (param);
1552 params.target = ucl_object_tostring (param);
1555 duplicate = ucl_object_tostring (param);
1608 snprintf (ipath, sizeof (ipath), "%s/%.*s", ucl_object_tostring(param),
1812 prefix = ucl_object_tostring (param);
1815 target = ucl_object_tostring (param);
3484 ucl_object_tostring (const ucl_object_t *obj) function
3683 ret = strcmp (ucl_object_tostring(o1), ucl_object_tostring(o2));
/freebsd/contrib/libucl/tests/
H A Dtest_schema.c83 ucl_object_tostring (description), in perform_test()
120 ucl_object_tostring (description)); in perform_tests()
/freebsd/contrib/libucl/haskell/
H A Dhucl.hs34 foreign import ccall "ucl_object_tostring" ucl_object_tostring :: UCLObjectHandle -> CString
100 …|n==ucl_STRING = MSG.ObjectStr $ T.pack $ unsafePerformIO $ peekCString $ ucl_object_tostring obj
/freebsd/usr.sbin/iovctl/
H A Dparse.c50 ucl_object_tostring(obj), key, type); in report_config_error()
158 ucl_object_tostring(obj), key); in add_unicast_mac_config()
/freebsd/usr.sbin/pkg/
H A Dconfig.c295 strdup(ucl_object_tostring(seq)); in config_parse()
317 temp_config[i].value = strdup(ucl_object_tostring(cur)); in config_parse()
H A Dpkg.c294 function = ucl_object_tostring(cur); in parse_fingerprint()
298 fp = ucl_object_tostring(cur); in parse_fingerprint()
/freebsd/contrib/libucl/utils/
H A Dobjdump.c82 printf ("%svalue: \"%s\"\n", pre, ucl_object_tostring (obj)); in ucl_obj_dump()
/freebsd/contrib/libucl/include/
H A Ducl.h652 UCL_EXTERN const char* ucl_object_tostring (const ucl_object_t *obj);
1636 #define ucl_obj_tostring ucl_object_tostring
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c16 return Py_BuildValue ("s", ucl_object_tostring (obj)); in _basic_ucl_type()
/freebsd/contrib/libucl/doc/
H A Dapi.md313 - `ucl_object_tostring` - returns `const char *` of UCL object (this string is NULL terminated)