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

/freebsd-9.3-release/contrib/libucl/tests/
H A Dtest_generate.c57 cur = ucl_object_fromstring_common (" test string ", 0, UCL_STRING_TRIM);
59 cur = ucl_object_fromstring_common (" test \nstring\n ", 0, UCL_STRING_TRIM | UCL_STRING_ESCAPE);
92 cur = ucl_object_fromstring_common (" ", 0, UCL_STRING_TRIM);
105 cur = ucl_object_fromstring_common (" off ", 0, UCL_STRING_PARSE | UCL_STRING_TRIM);
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h149 UCL_STRING_TRIM = 0x2, /**< Trim leading and trailing whitespaces */ enumerator in enum:ucl_string_flags
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c930 if (flags & UCL_STRING_TRIM) {

Completed in 100 milliseconds