Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c158 cur = ucl_object_fromstring_common ("gslin@gslin.org", 0, UCL_STRING_PARSE_INT); in main()
160 cur = ucl_object_fromstring_common ("#test", 0, UCL_STRING_PARSE_INT); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h170 UCL_STRING_PARSE_INT = (1 << 3), /**< Parse passed string and detect integer number */ enumerator
173 …UCL_STRING_PARSE_NUMBER = UCL_STRING_PARSE_INT|UCL_STRING_PARSE_DOUBLE|UCL_STRING_PARSE_TIME, /*…
/freebsd/contrib/libucl/doc/
H A Dapi.md369 - `UCL_STRING_PARSE_INT` - parse passed string and detect integer number