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