Searched refs:ucl_object_fromstring (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_generate.c100 cur = ucl_object_fromstring ("abc");
102 cur = ucl_object_fromstring ("cde");
104 cur = ucl_object_fromstring ("������"); /* UTF8 */
106 cur = ucl_object_fromstring ("������"); /* UTF8 */
110 cur = ucl_object_fromstring ("������");
112 cur = ucl_object_fromstring ("������"); // hello to @bapt
115 cur = ucl_object_fromstring ("����"); /* everybody likes emoji in the code */
188 ucl_array_append (test_obj, ucl_object_fromstring ("test"));
192 cur = ucl_object_fromstring ("test");
217 cur = ucl_object_fromstring ("tes
[all...]
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c149 ucl_str = ucl_object_fromstring (PyBytes_AsString (str));
155 return ucl_object_fromstring (PyString_AsString (obj));
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h345 UCL_EXTERN ucl_object_t *ucl_object_fromstring (const char *str) UCL_WARN_UNUSED_RESULT;
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2717 ucl_object_fromstring (const char *str) function
3540 ucl_object_insert_key (comments, ucl_object_fromstring (comment),

Completed in 111 milliseconds