Searched refs:UCL_STRING_PARSE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libucl/tests/ |
H A D | test_generate.c | 150 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 D | ucl.h | 175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**< enumerator
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 373 - `UCL_STRING_PARSE` - parse passed string (and detect booleans, numbers and time values)
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 2339 if ((flags & UCL_STRING_PARSE) && dst != NULL) {
|