Searched refs:utf8_unescape (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c5445 info_len = utf8_unescape(pos, info_len,
5882 len = utf8_unescape(pos, len, pos, len);
6158 utf8_unescape(svc_info, len, svc_info, len);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dutils_module_tests.c398 if (utf8_unescape(NULL, 0, buf, sizeof(buf)) != 0 ||
399 utf8_unescape("a", 1, NULL, 0) != 0 ||
400 utf8_unescape("a\\", 2, buf, sizeof(buf)) != 0 ||
401 utf8_unescape("abcde", 5, buf, sizeof(buf)) != 0 ||
402 utf8_unescape("abc", 3, buf, 3) != 3)
405 if (utf8_unescape("a", 0, buf, sizeof(buf)) != 1 || buf[0] != 'a')
408 if (utf8_unescape("\\b", 2, buf, sizeof(buf)) != 1 || buf[0] != 'b')
H A Dcommon.h564 size_t utf8_unescape(const char *inp, size_t in_size,
H A Dcommon.c1069 size_t utf8_unescape(const char *inp, size_t in_size, function

Completed in 134 milliseconds