utf8_wctomb       624 fs/befs/linuxvfs.c 		utflen = utf8_wctomb(&result[o], uni, 3);
utf8_wctomb        54 fs/isofs/joliet.c 			size = utf8_wctomb(op, c, maxlen);
utf8_wctomb      1217 fs/ncpfs/ncplib_kernel.c 			k = utf8_wctomb(iname, ec, iname_end - iname);
utf8_wctomb       146 fs/nls/nls_base.c 			size = utf8_wctomb(op, *ip, maxlen);
utf8_wctomb        18 fs/nls/nls_utf8.c 	if ( (n = utf8_wctomb(out, uni, boundlen)) == -1) {
utf8_wctomb        33 include/linux/nls.h extern int utf8_wctomb(__u8 *, wchar_t, int);