Searched refs:wstr (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 299 - wchar_t *wstr; 300 + uint32_t *wstr; 308 - wstr = wcschr ((wchar_t *) time->wera[idx], L':');/* end direction */ 309 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end offset */ 310 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end start */ 311 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end end */ 312 + wstr = wcschr_uint32 (time->wera[idx], L':'); /* end direction */ 313 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end offset */ 314 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end start */ 315 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end end */ [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 759 wchar_t *wstr = g_new(wchar_t, len); in usb_mtp_add_str() local 762 ret = mbstowcs(wstr, str, len); in usb_mtp_add_str() 766 usb_mtp_add_wstr(data, wstr); in usb_mtp_add_str() 769 g_free(wstr); in usb_mtp_add_str() 1556 wchar_t *wstr = g_new0(wchar_t, len + 1); in utf16_to_str() local 1562 wstr[count] = lduw_le_p(str16 + (count * 2)); in utf16_to_str() 1564 wstr[count] = 0; in utf16_to_str() 1566 dlen = wcstombs(NULL, wstr, 0) + 1; in utf16_to_str() 1568 wcstombs(dest, wstr, dlen); in utf16_to_str() 1569 g_free(wstr); in utf16_to_str()
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/ |
H A D | imx-regs.h | 110 u16 wstr; member
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1518 static char *guest_wctomb_dup(WCHAR *wstr) in guest_wctomb_dup() argument 1523 str_size = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, NULL, 0, NULL, NULL); in guest_wctomb_dup() 1526 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, str_size, NULL, NULL); in guest_wctomb_dup()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 230 …wstr = "%s cannot open %s - is it a symlink with absolute path?\n" % (name, package_qa_clean_path(… 231 wstr += "Please check if (linked) file contains key 'MimeType'.\n" 235 …wstr += "If yes: add \'inhert mime-xdg\' and \'MIME_XDG_PACKAGES += \"%s\"\' / if no add \'INSANE_… 236 oe.qa.handle_error("mime-xdg", wstr, d)
|