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

/freebsd-12-stable/contrib/lua/src/
H A Dlutf8lib.c71 static int utflen (lua_State *L) { function
242 {"len", utflen},
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c206 int utflen; local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c);
208 for (i = 0; i < utflen; i++) {
211 * because if utflen==1 its value will be correct anyway

Completed in 109 milliseconds