Home
last modified time | relevance | path

Searched refs:UTF8_putc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_mbstr.c333 ret = UTF8_putc(NULL, -1, value); in out_utf8()
420 ret = UTF8_putc(*p, 0xff, value); in cpy_utf8()
H A Da_utf8.c156 UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc() function
H A Dasn1_locl.h193 int UTF8_putc(unsigned char *str, int len, unsigned long value);
H A Da_strex.c236 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c); in do_buf()