Searched refs:UCL_STRING_TRIM (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/libucl/tests/
H A Dtest_streamline.c58 cur = ucl_object_fromstring_common (" test string ", 0, UCL_STRING_TRIM);
60 cur = ucl_object_fromstring_common (" test \nstring\n ", 0, UCL_STRING_TRIM | UCL_STRING_ESCAPE);
H A Dtest_generate.c74 cur = ucl_object_fromstring_common ("value1", 0, UCL_STRING_TRIM);
80 cur = ucl_object_fromstring_common (" test string ", 0, UCL_STRING_TRIM);
83 UCL_STRING_TRIM | UCL_STRING_ESCAPE);
143 cur = ucl_object_fromstring_common (" ", 0, UCL_STRING_TRIM);
156 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM);
/freebsd-current/contrib/libucl/include/
H A Ducl.h168 UCL_STRING_TRIM = (1 << 1), /**< Trim leading and trailing whitespaces */ enumerator in enum:ucl_string_flags
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c1806 flags |= UCL_STRING_TRIM;
2229 if (flags & UCL_STRING_TRIM) {

Completed in 180 milliseconds