Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/ctld/
HDuclparse.cc78 ucl_object_tostring(user), in uclparse_chap()
79 ucl_object_tostring(secret))); in uclparse_chap()
117 ucl_object_tostring(user), in uclparse_chap_mutual()
118 ucl_object_tostring(secret), in uclparse_chap_mutual()
119 ucl_object_tostring(mutual_user), in uclparse_chap_mutual()
120 ucl_object_tostring(mutual_secret))); in uclparse_chap_mutual()
143 ucl_object_tostring(user), in uclparse_target_chap()
144 ucl_object_tostring(secret))); in uclparse_target_chap()
182 ucl_object_tostring(user), in uclparse_target_chap_mutual()
183 ucl_object_tostring(secret), in uclparse_target_chap_mutual()
[all …]
/freebsd-head/usr.sbin/pkg/
HDconfig.c276 strdup(ucl_object_tostring(seq)); in config_parse()
298 temp_config[i].value = strdup(ucl_object_tostring(cur)); in config_parse()
399 repo->url = strdup(ucl_object_tostring(cur)); in parse_repo()
403 parse_mirror_type(repo, ucl_object_tostring(cur)); in parse_repo()
405 if (!parse_signature_type(repo, ucl_object_tostring(cur))) { in parse_repo()
414 repo->fingerprints = strdup(ucl_object_tostring(cur)); in parse_repo()
419 repo->pubkey = strdup(ucl_object_tostring(cur)); in parse_repo()
HDpkg.c359 function = ucl_object_tostring(cur); in parse_fingerprint()
363 fp = ucl_object_tostring(cur); in parse_fingerprint()
/freebsd-head/contrib/libucl/src/
HDucl_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()
HDucl_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-head/contrib/libucl/tests/
HDtest_schema.c83 ucl_object_tostring (description), in perform_test()
120 ucl_object_tostring (description)); in perform_tests()
/freebsd-head/contrib/libucl/haskell/
HDhucl.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-head/usr.sbin/iovctl/
HDparse.c50 ucl_object_tostring(obj), key, type); in report_config_error()
158 ucl_object_tostring(obj), key); in add_unicast_mac_config()
/freebsd-head/contrib/libucl/utils/
HDobjdump.c82 printf ("%svalue: \"%s\"\n", pre, ucl_object_tostring (obj)); in ucl_obj_dump()
/freebsd-head/contrib/libucl/include/
HDucl.h652 UCL_EXTERN const char* ucl_object_tostring (const ucl_object_t *obj);
1636 #define ucl_obj_tostring ucl_object_tostring
/freebsd-head/contrib/libucl/python/src/
HDuclmodule.c16 return Py_BuildValue ("s", ucl_object_tostring (obj)); in _basic_ucl_type()
/freebsd-head/contrib/libucl/doc/
HDapi.md313 - `ucl_object_tostring` - returns `const char *` of UCL object (this string is NULL terminated)