Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libucl/tests/
Dtest_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()
Dtest_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-12-stable/contrib/libucl/include/
Ducl.h168 UCL_STRING_TRIM = (1 << 1), /**< Trim leading and trailing whitespaces */ enumerator
/freebsd-12-stable/contrib/libucl/src/
Ducl_util.c1806 flags |= UCL_STRING_TRIM;
2229 if (flags & UCL_STRING_TRIM) {
/freebsd-12-stable/contrib/libucl/doc/
Dapi.md367 - `UCL_STRING_TRIM` - trim leading and trailing whitespaces