Searched refs:utf8_escape (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c1104 utf8_escape((char *) msg.session_info, buf_len,
1515 utf8_escape((char *) msg.session_info, info_len,
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dutils_module_tests.c411 if (utf8_escape(NULL, 0, buf, sizeof(buf)) != 0 ||
412 utf8_escape("a", 1, NULL, 0) != 0 ||
413 utf8_escape("abcde", 5, buf, sizeof(buf)) != 0 ||
414 utf8_escape("a\\bcde", 6, buf, sizeof(buf)) != 0 ||
415 utf8_escape("ab\\cde", 6, buf, sizeof(buf)) != 0 ||
416 utf8_escape("abc\\de", 6, buf, sizeof(buf)) != 0 ||
417 utf8_escape("abc", 3, buf, 3) != 3)
420 if (utf8_escape("a", 0, buf, sizeof(buf)) != 1 || buf[0] != 'a')
H A Dcommon.h562 size_t utf8_escape(const char *inp, size_t in_size,
H A Dcommon.c1118 size_t utf8_escape(const char *inp, size_t in_size, function
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c864 utf8_escape((const char *) pos, buf_len, buf,

Completed in 119 milliseconds