/optee_os/lib/libutee/ |
A D | trace_ext.c | 21 void trace_ext_puts(const char *str) in trace_ext_puts() 61 int puts(const char *str) in puts() 72 char str[2] = { (char)c, '\0' }; in putchar() local
|
A D | tee_api_property.c | 480 const char *str; in TEE_GetPropertyName() local
|
/optee_os/lib/libutils/isoc/ |
A D | sprintf.c | 11 int sprintf(char *str, const char *fmt, ...) in sprintf() 23 int __sprintf_chk(char *str, int flag __unused, size_t slen, in __sprintf_chk()
|
/optee_os/core/include/kernel/ |
A D | panic.h | 13 #define __panic(str) __do_panic(__FILE__, __LINE__, __func__, str) argument 15 #define __panic(str) __do_panic((void *)0, 0, (void *)0, str) argument
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | debug.c | 61 const char *str ) in debug_send_line() 83 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_msg() local 111 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ret() local 139 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_buf() local 199 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_ecp() local 222 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_mpi() local 317 char str[DEBUG_BUF_SIZE]; in debug_print_line_by_line() local 343 char str[DEBUG_BUF_SIZE]; in mbedtls_debug_print_crt() local
|
/optee_os/core/lib/libfdt/ |
A D | fdt_strerror.c | 15 const char *str; member
|
A D | fdt_ro.c | 682 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str) in fdt_stringlist_contains()
|
/optee_os/core/arch/arm/plat-bcm/ |
A D | main.c | 59 void plat_trace_ext_puts(const char *str) in plat_trace_ext_puts()
|
/optee_os/core/arch/arm/kernel/ |
A D | trace_ext.c | 21 void trace_ext_puts(const char *str) in trace_ext_puts()
|
A D | boot.c | 766 static int append_psci_compatible(void *fdt, int offs, const char *str) in append_psci_compatible()
|
/optee_os/scripts/ |
A D | sign_encrypt.py | 28 def int_parse(str): argument
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | sign_encrypt.py | 28 def int_parse(str): argument
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | sign_encrypt.py | 28 def int_parse(str): argument
|
/optee_os/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 95 def int_parse(str): argument
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 1468 #define fdt_property_string(fdt, name, str) \ argument 1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1897 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument
|
/optee_os/lib/libutils/ext/ftrace/ |
A D | ftrace.c | 111 char *str = buf; in to_func_enter_fmt() local
|
/optee_os/ta/pkcs11/src/ |
A D | pkcs11_helpers.c | 129 const char *str = NULL; in id2str() local 814 const char *str = ID2STR(id, string_internal_processing, in id2str_proc() local
|
A D | pkcs11_token.c | 267 static void pad_str(uint8_t *str, size_t size) in pad_str()
|
/optee_os/core/include/mm/ |
A D | tee_mmu_types.h | 115 static inline void mattr_perm_to_str(char *str, size_t size, uint32_t attr) in mattr_perm_to_str()
|