Home
last modified time | relevance | path

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

/freebsd-src/contrib/libucl/src/
H A Ducl_internal.h294 size_t ucl_unescape_squoted_string (char *str, size_t len);
H A Ducl_parser.c601 ret = ucl_unescape_squoted_string (*dst, ret); in ucl_copy_or_store_ptr()
H A Ducl_util.c435 ucl_unescape_squoted_string (char *str, size_t len) function