Searched refs:UTF8_putc (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | a_mbstr.c | 333 ret = UTF8_putc(NULL, -1, value); in out_utf8() 420 ret = UTF8_putc(*p, 0xff, value); in cpy_utf8()
|
H A D | a_utf8.c | 156 UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() function
|
H A D | asn1_locl.h | 193 int UTF8_putc(unsigned char *str, int len, unsigned long value);
|
H A D | a_strex.c | 236 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c); in do_buf()
|