Home
last modified time | relevance | path

Searched refs:UCL_STRING_TRIM (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/libucl/tests/
HDtest_generate.c74 cur = ucl_object_fromstring_common ("value1", 0, UCL_STRING_TRIM); in main()
80 cur = ucl_object_fromstring_common (" test string ", 0, UCL_STRING_TRIM); in main()
83 UCL_STRING_TRIM | UCL_STRING_ESCAPE); in main()
143 cur = ucl_object_fromstring_common (" ", 0, UCL_STRING_TRIM); in main()
156 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM); in main()
HDtest_streamline.c58 cur = ucl_object_fromstring_common (" test string ", 0, UCL_STRING_TRIM); in main()
60 …cur = ucl_object_fromstring_common (" test \nstring\n ", 0, UCL_STRING_TRIM | UCL_STRING_ESCAP… in main()
/freebsd-head/contrib/libucl/include/
HDucl.h168 UCL_STRING_TRIM = (1 << 1), /**< Trim leading and trailing whitespaces */ enumerator
/freebsd-head/contrib/libucl/src/
HDucl_util.c1806 flags |= UCL_STRING_TRIM;
2229 if (flags & UCL_STRING_TRIM) {
/freebsd-head/contrib/libucl/doc/
HDapi.md367 - `UCL_STRING_TRIM` - trim leading and trailing whitespaces