Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/support/
H A DMakefile.in89 utf8_conv.o \
119 $(OUTPRE)utf8_conv.$(OBJEXT) \
149 $(srcdir)/utf8_conv.c \
260 T_UTF16_OBJS= t_utf16.o utf8_conv.o utf8.o k5buf.o zap.o $(PRINTF_ST_OBJ)
H A Ddeps35 utf8_conv.so utf8_conv.po $(OUTPRE)utf8_conv.$(OBJEXT): \
39 supp-int.h utf8_conv.c
/freebsd/krb5/util/support/
H A DMakefile37 utf8_conv.c \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c1066 struct archive_string_conv* utf8_conv; in archive_read_format_7zip_read_header() local
1071 utf8_conv = archive_string_conversion_from_charset(&a->archive, in archive_read_format_7zip_read_header()
1073 if (utf8_conv == NULL) { in archive_read_format_7zip_read_header()
1079 utf8_conv); in archive_read_format_7zip_read_header()