Searched refs:strnlen (Results 1 – 11 of 11) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | strndup.c | 10 size_t l = strnlen(s, n) + 1; in strndup()
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | strnlen.c | 71 _DEFUN (strnlen, (str, n),
|
| H A D | sub.mk | 24 srcs-y += strnlen.c
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | string.h | 25 size_t strnlen(const char *s, size_t n);
|
| /optee_os/lib/libutee/ |
| H A D | tee_uuid_from_str.c | 49 if (!p || strnlen(p, 37) != 36) in tee_uuid_from_str()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt_env.h | 76 #define strnlen fdt_strnlen macro
|
| /optee_os/core/kernel/ |
| H A D | user_access.c | 222 n = strnlen(uaddr, len); in strnlen_user() 277 l = strnlen(src, maxlen); in bb_strndup_user()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_ro.c | 721 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 748 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 782 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
|
| /optee_os/core/crypto/ |
| H A D | signed_hdr.c | 232 strnlen(tmp->name_str, name_size)) || in calc_next_uuid()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 277 assert(strnlen(name, sizeof(cpu_supply_name)) < in save_cpu_supply_name()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_token.c | 281 int n = strnlen((char *)str, size); in pad_str()
|