Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c169 cur = ucl_object_fromlstring ("test", 3); in main()
196 cur = ucl_object_fromlstring ("test", 4); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h356 UCL_EXTERN ucl_object_t *ucl_object_fromlstring (const char *str,
/freebsd/contrib/libucl/src/
H A Ducl_util.c3101 ucl_object_fromlstring (const char *str, size_t len) function