Home
last modified time | relevance | path

Searched defs:z_cbprintf_cxx_is_pchar (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_cxx.h12 static inline int z_cbprintf_cxx_is_pchar(char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
18 static inline int z_cbprintf_cxx_is_pchar(const char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
23 static inline int z_cbprintf_cxx_is_pchar(volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
29 static inline int z_cbprintf_cxx_is_pchar(const volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
35 static inline int z_cbprintf_cxx_is_pchar(unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
41 static inline int z_cbprintf_cxx_is_pchar(const unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
46 static inline int z_cbprintf_cxx_is_pchar(volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
52 static inline int z_cbprintf_cxx_is_pchar(const volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
57 static inline int z_cbprintf_cxx_is_pchar(wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
63 static inline int z_cbprintf_cxx_is_pchar(const wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar() function
[all …]