Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c207 int utflen; in do_buf() local
208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
209 for (i = 0; i < utflen; i++) { in do_buf()
/freebsd/contrib/lua/src/
H A Dlutf8lib.c96 static int utflen (lua_State *L) { in utflen() function
277 {"len", utflen},