Home
last modified time | relevance | path

Searched refs:UCL_STRING_PARSE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c150 cur = ucl_object_fromstring_common ("1mb", 0, UCL_STRING_ESCAPE | UCL_STRING_PARSE); in main()
152 cur = ucl_object_fromstring_common ("3.14", 0, UCL_STRING_PARSE); in main()
154 cur = ucl_object_fromstring_common ("true", 0, UCL_STRING_PARSE); in main()
156 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**< enumerator
/freebsd/contrib/libucl/doc/
H A Dapi.md373 - `UCL_STRING_PARSE` - parse passed string (and detect booleans, numbers and time values)
/freebsd/contrib/libucl/src/
H A Ducl_util.c2339 if ((flags & UCL_STRING_PARSE) && dst != NULL) {