Searched refs:utf8 (Results 1 - 25 of 90) sorted by relevance

1234

/netbsd-current/external/gpl2/groff/font/devutf8/
H A DMakefile5 DEV= utf8
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_utf8.c30 ASN1_UTF8STRING *utf8)
34 if (utf8 == NULL || utf8->length == 0) {
38 if ((tmp = OPENSSL_malloc(utf8->length + 1)) == NULL) {
42 memcpy(tmp, utf8->data, utf8->length);
43 tmp[utf8->length] = 0;
50 ASN1_UTF8STRING *utf8; local
55 if ((utf8 = ASN1_UTF8STRING_new()) == NULL) {
59 if (!ASN1_STRING_set((ASN1_STRING *)utf8, st
29 i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstrings.c971 char utf8[4];
973 utf8[0] = c;
977 utf8[1] = c;
979 if ((utf8[1] & 0xc0) != 0x80)
982 putback_buf[num_putback++] = utf8[1];
986 else if ((utf8[0] & 0x20) == 0)
991 putback_buf[num_putback++] = utf8[1];
996 print_buf[num_print ++] = utf8[0];
997 print_buf[num_print ++] = utf8[1];
1006 utf8[
967 char utf8[4]; local
1102 unsigned char utf8[4]; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmidna_domain.c367 const char *utf8; local
389 utf8 = midna_domain_to_utf8(bp);
390 msg_info("\"%s\" ->utf8 \"%s\"", bp, utf8 ? utf8 : "(error)");
396 utf8 = midna_domain_to_utf8(ascii);
397 msg_info("\"%s\" ->ascii \"%s\" ->utf8 \"%s\"",
398 bp, ascii, utf8 ? utf8 : "(error)");
399 if (utf8 !
[all...]
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dreadpassphrase_win32.c55 utf8_to_utf16(const char *utf8) argument
59 if ((needed = MultiByteToWideChar(CP_UTF8, 0, utf8, -1, NULL, 0)) == 0 ||
61 MultiByteToWideChar(CP_UTF8, 0, utf8, -1, utf16, needed) == 0) {
62 /* debug3("failed to convert utf8 payload:%s error:%d", utf8, GetLastError()); */
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_string_conversion.c255 struct archive_string utf8; local
275 archive_string_init(&utf8);
359 &utf8, utf8_nfd, f_sconv8));
362 assertEqualUTF8String(utf8_nfc, utf8.s);
368 &utf8, utf8_nfc, f_sconv8));
371 assertEqualUTF8String(utf8_nfc, utf8.s);
377 &utf8, utf8_nfc, t_sconv8));
380 assertEqualUTF8String(utf8_nfc, utf8.s);
386 &utf8, utf16be_nfd, 100000, f_sconv16be));
389 assertEqualUTF8String(utf8_nfc, utf8
466 struct archive_string utf8; local
[all...]
/netbsd-current/sys/fs/msdosfs/
H A Ddirentry.h139 struct winentry *wep, int cnt, int chksum, int utf8);
141 struct winentry *wep, int chksum, int utf8);
143 uint16_t *namlen, int utf8);
145 int msdosfs_winSlotCnt(const unsigned char *un, int unlen, int utf8);
H A Dmsdosfs_conv.c542 int chksum, int utf8)
563 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
599 int chksum, int utf8)
623 len = utf8 ? utf8ucs2str(un, unlen, wn, WIN_MAXLEN) : char8ucs2str(un, unlen, wn, WIN_MAXLEN);
644 if (! (utf8 ? ucs2match(&wn[i], buf, WIN_CHARS) : char8match(&wn[i], buf, WIN_CHARS)))
656 uint16_t *namlen, int utf8)
696 len = utf8 ? ucs2utf8str(wn, WIN_CHARS, buf, sizeof(buf))
743 msdosfs_winSlotCnt(const u_char *un, int unlen, int utf8) argument
755 len = utf8 ? utf8ucs2str(un, unlen, NULL, WIN_MAXLEN) : unlen;
541 msdosfs_unix2winfn(const u_char *un, int unlen, struct winentry *wep, int cnt, int chksum, int utf8) argument
598 msdosfs_winChkName(const u_char *un, int unlen, struct winentry *wep, int chksum, int utf8) argument
655 msdosfs_win2unixfn(struct winentry *wep, struct dirent *dp, int chksum, uint16_t *namlen, int utf8) argument
/netbsd-current/tests/usr.bin/cut/
H A Dt_cut.sh106 atf_test_case utf8
129 atf_add_test_case utf8
/netbsd-current/external/gpl2/groff/dist/font/devutf8/
H A DMakefile.sub1 DEV=utf8
/netbsd-current/external/public-domain/xz/dist/build-aux/
H A Dmanconv.sh9 # FORMAT can be ascii, utf8, ps, or pdf. PAPER_SIZE can be anything that
43 utf8)
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dtemplate-encoding.t3 use utf8;
/netbsd-current/crypto/external/bsd/heimdal/lib/libwind/
H A DMakefile34 utf8.c
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DConvertUTF.h292 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
294 std::error_code CurCPToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
296 SmallVectorImpl<char> &utf8);
299 SmallVectorImpl<char> &utf8);
/netbsd-current/share/i18n/esdb/UTF/
H A DMakefile.inc21 UTF-8-var= utf8
/netbsd-current/external/bsd/nsd/dist/contrib/
H A Dnsd.spec34 #convert to utf8
35 iconv -f iso8859-1 -t utf-8 doc/RELNOTES > doc/RELNOTES.utf8
36 iconv -f iso8859-1 -t utf-8 doc/CREDITS > doc/CREDITS.utf8
37 mv -f doc/RELNOTES.utf8 doc/RELNOTES
38 mv -f doc/CREDITS.utf8 doc/CREDITS
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dnps400-6.d224 404: 3c22 150a utf8 r10,r12,r20
225 408: 3e22 7500 1234 5678 utf8 r0,0x12345678,r20
226 410: 3f22 0f86 ffff ffff utf8 r6,r7,0xffffffff
227 418: 3e22 7f88 ffff ffff utf8 r8,0xffffffff,0xffffffff
228 420: 3e22 137e utf8 0,r14,r13
229 424: 3e22 72be ffff ffff utf8 0,0xffffffff,r10
230 42c: 3c22 1fbe ffff ffff utf8 0,r12,0xffffffff
231 434: 3d62 0044 utf8 r4,r5,0x1
232 438: 3e62 7083 1234 5678 utf8 r3,0x12345678,0x2
233 440: 3962 013e utf8
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dutf8.c1 /* $NetBSD: utf8.c,v 1.4 2023/01/25 21:43:31 christos Exp $ */
18 #include <isc/utf8.h>
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dutf8.c1 /* $NetBSD: utf8.c,v 1.1 2024/02/18 20:57:51 christos Exp $ */
18 #include <isc/utf8.h>
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.h234 int archive_mstring_copy_utf8(struct archive_mstring *, const char *utf8);
240 int archive_mstring_update_utf8(struct archive *, struct archive_mstring *aes, const char *utf8);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-charset.c49 static const char utf8[] = "UTF-8"; variable
52 const char *po_charset_utf8 = utf8;
105 utf8
362 /* Character iterator for UTF-8. See libiconv/lib/utf8.h. */
410 if (canon_charset == utf8)
/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.c1318 char utf8[256][4]; member in struct:unknown_encoding
1359 const char *utf8; local
1363 utf8 = uenc->utf8[(unsigned char)**fromP];
1364 n = *utf8++;
1370 utf8 = buf;
1378 memcpy(*toP, utf8, n);
1420 e->utf8[i][0] = 1;
1421 e->utf8[i][1] = 0;
1429 e->utf8[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Djson.cc186 string::string (const char *utf8) argument
188 gcc_assert (utf8);
189 m_utf8 = xstrdup (utf8);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Djson.cc189 string::string (const char *utf8) argument
191 gcc_assert (utf8);
192 m_utf8 = xstrdup (utf8);
/netbsd-current/usr.sbin/makefs/
H A Dmsdos.c70 bool utf8; member in struct:msdos_options_ex
95 { 'U', "utf8", &msdos_opt->utf8, OPT_BOOL,
187 if (msdos_opt->utf8)

Completed in 228 milliseconds

1234