Home
last modified time | relevance | path

Searched refs:utfbuf (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c200 unsigned char utfbuf[6]; in do_buf() local
201 int utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
212 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
/freebsd/contrib/mandoc/
H A Dmandocdb.c1977 char utfbuf[7], res[6]; in render_string() local
2064 addsz = utf8(unicode, utfbuf); in render_string()
2067 addcp = utfbuf; in render_string()