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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h300 size_t ucl_strlcpy_unsafe (char *dst, const char *src, size_t siz);
H A Ducl_util.c1944 ucl_strlcpy_unsafe (char *dst, const char *src, size_t siz) function
2112 ucl_strlcpy_unsafe (dst, start, end - start + 1);
H A Ducl_parser.c592 ret = ucl_strlcpy_unsafe (*dst, src, in_len + 1);

Completed in 180 milliseconds