Home
last modified time | relevance | path

Searched refs:wstr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch301 - wchar_t *wstr;
302 + uint32_t *wstr;
310 - wstr = wcschr ((wchar_t *) time->wera[idx], L':');/* end direction */
311 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end offset */
312 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end start */
313 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end end */
314 + wstr = wcschr_uint32 (time->wera[idx], L':'); /* end direction */
315 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end offset */
316 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end start */
317 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end end */
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h111 u16 wstr; member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dinsane.bbclass233wstr = "%s cannot open %s - is it a symlink with absolute path?\n" % (name, package_qa_clean_path(…
234 wstr += "Please check if (linked) file contains key 'MimeType'.\n"
238wstr += "If yes: add \'inhert mime-xdg\' and \'MIME_XDG_PACKAGES += \"%s\"\' / if no add \'INSANE_…
239 oe.qa.add_message(messages, "mime-xdg", wstr)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlocale111 byte_string to_bytes(const wide_string& wstr);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlocale111 byte_string to_bytes(const wide_string& wstr);
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...