Searched refs:wchar_t (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ |
| D | cbprintf_cxx.h | 57 static inline int z_cbprintf_cxx_is_pchar(wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() argument 63 static inline int z_cbprintf_cxx_is_pchar(const wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() argument 68 static inline int z_cbprintf_cxx_is_pchar(volatile wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() argument 74 static inline int z_cbprintf_cxx_is_pchar(const volatile wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() argument
|
| D | cbprintf_internal.h | 109 wchar_t * : 1, \ 110 const wchar_t * : ((flags) & CBPRINTF_PACKAGE_CONST_CHAR_RO) ? 0 : 1, \ 111 volatile wchar_t * : 1, \ 112 const volatile wchar_t * : 1, \
|
| /Zephyr-latest/lib/os/ |
| D | cbprintf_complete.c | 118 #define WINT_TYPE wchar_t 1524 value->sint = (wchar_t)va_arg(ap, in z_cbvprintf_impl() 1567 value->uint = (wchar_t)va_arg(ap, in z_cbvprintf_impl()
|
| /Zephyr-latest/tests/unit/cbprintf/ |
| D | main.c | 413 static wchar_t ws[] = L"abc"; in ZTEST()
|