Searched refs:utf8_str (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/crypto/heimdal/lib/wind/ |
| HD | test-utf8.c | 74 const char *utf8_str; member 125 ret = wind_utf8ucs4_length(t->utf8_str, &len); in main() 128 t->utf8_str); in main() 135 t->utf8_str, (unsigned int)t->len, (unsigned int)len); in main() 141 ret = wind_utf8ucs4(t->utf8_str, u, &len); in main() 144 t->utf8_str); in main() 151 t->utf8_str, (unsigned int)t->len, (unsigned int)len); in main() 157 t->utf8_str); in main() 166 t->utf8_str); in main()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | user.c | 56 const char *utf8_str; in utf8_or_nothing() local 57 svn_error_t *err = svn_utf_cstring_to_utf8(&utf8_str, str, pool); in utf8_or_nothing() 59 return utf8_str; in utf8_or_nothing()
|
| HD | utf.c | 1232 char *utf8_str; in svn_utf__win32_utf16_to_utf8() local 1247 utf8_str = apr_palloc(result_pool, in svn_utf__win32_utf16_to_utf8() 1248 (prefix_len + utf8_count + 1) * sizeof(*utf8_str)); in svn_utf__win32_utf16_to_utf8() 1250 memcpy(utf8_str, prefix, prefix_len * sizeof(*utf8_str)); in svn_utf__win32_utf16_to_utf8() 1252 utf8_str + prefix_len, utf8_count, in svn_utf__win32_utf16_to_utf8() 1257 utf8_str[prefix_len + utf8_count] = 0; in svn_utf__win32_utf16_to_utf8() 1258 *result = utf8_str; in svn_utf__win32_utf16_to_utf8()
|
| HD | win32_crashrpt.c | 69 char *utf8_str = malloc(sizeof(wchar_t) * len + 1); in convert_wbcs_to_ansi() local 70 len = wcstombs(utf8_str, str, len); in convert_wbcs_to_ansi() 75 utf8_str[len] = '\0'; in convert_wbcs_to_ansi() 77 return utf8_str; in convert_wbcs_to_ansi()
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | der | 16 >>>>&0 der utf8_str=x \b, stateOrProvinceName=%s 20 >>>>&0 der utf8_str=x \b, organizationName=%s 24 >>>>&0 der utf8_str=x \b, commonName=%s 131 >>>>>&0 der utf8_str=x \b, Issuer=%s 139 >>>>>&0 der utf8_str=x \b, Subject=%s
|