Home
last modified time | relevance | path

Searched refs:decode_utf8 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/nvi/common/
H A Dencoding.c16 int decode_utf8(const char *);
181 decode_utf8(const char *ibuf) in decode_utf8() function
H A Dextern.h14 int decode_utf8(const char *);
H A Dkey.c288 uc = decode_utf8(sp->cname); in v_key_name()