Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dascmagic.c118 unsigned char *utf8_buf = NULL, *utf8_end; in file_ascmagic_with_encoding() local
156 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding()
162 CAST(size_t, utf8_end - utf8_buf)); in file_ascmagic_with_encoding()