HomeSort by: relevance | last modified time | path
    Searched refs:utf8 (Results 1 - 25 of 120) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/groff/font/devutf8/
Makefile 5 DEV= utf8
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utf8.c 29 ASN1_UTF8STRING *utf8)
33 if (utf8 == NULL || utf8->length == 0) {
37 if ((tmp = OPENSSL_malloc(utf8->length + 1)) == NULL)
39 memcpy(tmp, utf8->data, utf8->length);
40 tmp[utf8->length] = 0;
47 ASN1_UTF8STRING *utf8; local
52 if ((utf8 = ASN1_UTF8STRING_new()) == NULL) {
56 if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, strlen(str)))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utf8.c 30 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, str, strlen(str)))
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
strings.c 987 char utf8[4];
989 utf8[0] = c;
993 utf8[1] = c;
995 if ((utf8[1] & 0xc0) != 0x80)
998 putback_buf[num_putback++] = utf8[1];
1002 else if ((utf8[0] & 0x20) == 0)
1007 putback_buf[num_putback++] = utf8[1];
1012 print_buf[num_print ++] = utf8[0];
1013 print_buf[num_print ++] = utf8[1];
1022 utf8[2] = c
983 char utf8[4]; local
1118 unsigned char utf8[4]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
strings.c 987 char utf8[4];
989 utf8[0] = c;
993 utf8[1] = c;
995 if ((utf8[1] & 0xc0) != 0x80)
998 putback_buf[num_putback++] = utf8[1];
1002 else if ((utf8[0] & 0x20) == 0)
1007 putback_buf[num_putback++] = utf8[1];
1012 print_buf[num_print ++] = utf8[0];
1013 print_buf[num_print ++] = utf8[1];
1022 utf8[2] = c
983 char utf8[4]; local
1118 unsigned char utf8[4]; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
midna_domain.c 58 /* between UTF8 and ASCII labels.
223 /* midna_domain_to_utf8_create - convert domain to UTF8 */
267 msg_warn("%s: Problem translating domain \"%.100s\" to UTF8 form: %s",
295 /* midna_domain_to_utf8 - convert name to UTF8 */
328 /* midna_domain_suffix_to_utf8 - convert .name to UTF8 */
367 const char *utf8; local
389 utf8 = midna_domain_to_utf8(bp);
390 msg_info("\"%s\" ->utf8 \"%s\"", bp, utf8 ? utf8 : "(error)")
    [all...]
  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase_win32.c 55 utf8_to_utf16(const char *utf8)
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()); */
  /src/sys/fs/msdosfs/
direntry.h 139 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);
msdosfs_conv.c 542 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)
755 len = utf8 ? utf8ucs2str(un, unlen, NULL, WIN_MAXLEN) : unlen;
868 * Convert UTF8 string into UCS-2 strin
    [all...]
  /src/tests/usr.bin/cut/
t_cut.sh 106 atf_test_case utf8
143 atf_add_test_case utf8
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
template-encoding.t 3 use utf8;
11 unless (eval { require Test::More::UTF8; 1; } ) {
12 plan skip_all => '[ Test::More::UTF8 ] is required for testing';
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
template-encoding.t 3 use utf8;
11 unless (eval { require Test::More::UTF8; 1; } ) {
12 plan skip_all => '[ Test::More::UTF8 ] is required for testing';
  /src/external/mit/libuv/dist/docs/code/multi-echo-server/
hammer.js 5 socket.write(PHRASE, 'utf8');
  /src/external/public-domain/xz/dist/build-aux/
manconv.sh 9 # FORMAT can be ascii, utf8, ps, or pdf. PAPER_SIZE can be anything that
43 utf8)
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string_conversion.c 53 /* Translate code point to UTF8 */
253 struct archive_string utf8; local
273 archive_string_init(&utf8);
357 &utf8, utf8_nfd, f_sconv8));
360 assertEqualUTF8String(utf8_nfc, utf8.s);
366 &utf8, utf8_nfc, f_sconv8));
369 assertEqualUTF8String(utf8_nfc, utf8.s);
375 &utf8, utf8_nfc, t_sconv8));
378 assertEqualUTF8String(utf8_nfc, utf8.s);
384 &utf8, utf16be_nfd, 100000, f_sconv16be))
464 struct archive_string utf8; local
    [all...]
  /src/crypto/external/bsd/heimdal/lib/libwind/
Makefile 34 utf8.c
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ConvertUTF.h 111 typedef unsigned char UTF8; /* typically 8 bits */
139 const UTF8** sourceStart, const UTF8* sourceEnd,
143 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
147 const UTF8** sourceStart, const UTF8* sourceEnd,
151 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
155 const UTF8** sourceStart, const UTF8* sourceEnd,
160 UTF8** targetStart, UTF8* targetEnd, ConversionFlags flags)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
NTMakefile 51 $(OBJ)\utf8.obj
109 $(OBJ)\test-utf8.exe
132 $(OBJ)\test-utf8.exe: $(OBJ)\test-utf8.obj
145 -test-utf8.exe
  /src/external/gpl3/gcc/dist/gcc/
json.cc 310 string::string (const char *utf8)
312 gcc_assert (utf8);
313 m_utf8 = xstrdup (utf8);
314 m_len = strlen (utf8);
317 string::string (const char *utf8, size_t len)
319 gcc_assert (utf8);
322 memcpy (m_utf8, utf8, len);
json.h 175 explicit string (const char *utf8);
176 string (const char *utf8, size_t len);
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 34 #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
  /src/external/mpl/bind/dist/lib/isc/
utf8.c 1 /* $NetBSD: utf8.c,v 1.5 2025/01/26 16:25:39 christos Exp $ */
18 #include <isc/utf8.h>
  /src/external/mpl/dhcp/bind/dist/lib/isc/
utf8.c 1 /* $NetBSD: utf8.c,v 1.1 2024/02/18 20:57:51 christos Exp $ */
18 #include <isc/utf8.h>
  /src/external/bsd/libarchive/dist/libarchive/
archive_string.h 205 /* A "multistring" can hold Unicode, UTF8, or MBS versions of
235 int archive_mstring_copy_utf8(struct archive_mstring *, const char *utf8);
241 int archive_mstring_update_utf8(struct archive *, struct archive_mstring *aes, const char *utf8);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
sign-macos.c 84 const char *utf8 = NULL; local
87 utf8 = CFStringGetCStringPtr(err, kCFStringEncodingUTF8);
89 if (utf8 != NULL) {
90 ERROR(PUB_S_SRP ": " PUB_S_SRP, reason, utf8);

Completed in 40 milliseconds

1 2 3 4 5