Home
last modified time | relevance | path

Searched refs:strnlen (Results 1 – 11 of 11) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dstrndup.c10 size_t l = strnlen(s, n) + 1; in strndup()
/optee_os/lib/libutils/isoc/newlib/
H A Dstrnlen.c71 _DEFUN (strnlen, (str, n),
H A Dsub.mk24 srcs-y += strnlen.c
/optee_os/lib/libutils/isoc/include/
H A Dstring.h25 size_t strnlen(const char *s, size_t n);
/optee_os/lib/libutee/
H A Dtee_uuid_from_str.c49 if (!p || strnlen(p, 37) != 36) in tee_uuid_from_str()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt_env.h76 #define strnlen fdt_strnlen macro
/optee_os/core/kernel/
H A Duser_access.c222 n = strnlen(uaddr, len); in strnlen_user()
277 l = strnlen(src, maxlen); in bb_strndup_user()
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c721 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 Dsigned_hdr.c232 strnlen(tmp->name_str, name_size)) || in calc_next_uuid()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c277 assert(strnlen(name, sizeof(cpu_supply_name)) < in save_cpu_supply_name()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c281 int n = strnlen((char *)str, size); in pad_str()