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.c206 unsigned char utfbuf[6]; in do_buf() local
208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
/freebsd/contrib/mandoc/
H A Dmandocdb.c1956 char utfbuf[7], res[6]; in render_string() local
2043 addsz = utf8(unicode, utfbuf); in render_string()
2046 addcp = utfbuf; in render_string()