Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_internal.h295 size_t ucl_unescape_squoted_string(char *str, size_t len);
H A Ducl_parser.c627 ret = ucl_unescape_squoted_string(*dst, ret); in ucl_copy_or_store_ptr()
H A Ducl_util.c431 ucl_unescape_squoted_string(char *str, size_t len) function