Home
last modified time | relevance | path

Searched refs:ucl_object_fromstring (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c100 cur = ucl_object_fromstring ("abc"); in main()
102 cur = ucl_object_fromstring ("cde"); in main()
104 cur = ucl_object_fromstring ("абв"); /* UTF8 */ in main()
106 cur = ucl_object_fromstring ("Ебв"); /* UTF8 */ in main()
110 cur = ucl_object_fromstring ("ёбв"); in main()
112 cur = ucl_object_fromstring ("Ёбв"); // hello to @bapt in main()
115 cur = ucl_object_fromstring ("?"); /* everybody likes emoji in the code */ in main()
188 ucl_array_append (test_obj, ucl_object_fromstring ("test")); in main()
192 cur = ucl_object_fromstring ("test"); in main()
217 cur = ucl_object_fromstring ("tes in main()
[all...]
/freebsd/contrib/libucl/include/
H A Ducl.h361 UCL_EXTERN ucl_object_t *ucl_object_fromstring(const char *str) UCL_WARN_UNUSED_RESULT;
/freebsd/contrib/libucl/src/
H A Ducl_util.c3078 ucl_object_fromstring(const char *str)
3964 ucl_object_insert_key(comments, ucl_object_fromstring(comment),
3095 ucl_object_fromstring (const char *str) global() function