Home
last modified time | relevance | path

Searched refs:UCL_STRING_PARSE_NUMBER (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/libucl/include/
HDucl.h173UCL_STRING_PARSE_NUMBER = UCL_STRING_PARSE_INT|UCL_STRING_PARSE_DOUBLE|UCL_STRING_PARSE_TIME, /*… enumerator
175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**<
/freebsd-14-stable/contrib/libucl/doc/
HDapi.md372 - `UCL_STRING_PARSE_NUMBER` - parse passed string and detect number (both float, integer and time t…
/freebsd-14-stable/contrib/libucl/src/
HDucl_util.c2342 if (!ucl_maybe_parse_boolean (obj, dst, obj->len) && (flags & UCL_STRING_PARSE_NUMBER)) {