Searched refs:strnlen (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | strnlen.c | 37 strnlen(const char *s, size_t maxlen) in strnlen() function
|
| H A D | libc_common.mk | 30 strnlen.c \
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | string.h | 36 size_t strnlen(const char *s, size_t maxlen);
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt_env.h | 76 #define strnlen fdt_strnlen macro
|
| H A D | fdt_ro.c | 764 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 791 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 825 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
|
| /rk3399_ARM-atf/common/ |
| H A D | uuid.c | 78 if (strnlen(uuid, UUID_STRING_LENGTH) != UUID_STRING_LENGTH) { in read_uuid()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32cubeprogrammer_usb.c | 82 length += strnlen((char *)&dfu->buffer[GET_PHASE_LEN], in dfu_callback_upload()
|
| H A D | stm32cubeprogrammer_uart.c | 231 error_size = strnlen((char *)&handle.error, sizeof(handle.error)); in uart_send_phase()
|
| /rk3399_ARM-atf/plat/mediatek/common/lpm/ |
| H A D | mt_lp_rq.c | 111 len = strnlen(user, MT_LP_RQ_USER_NAME_LEN); in mt_lp_resource_user_register()
|
| /rk3399_ARM-atf/plat/mediatek/common/lpm_v2/ |
| H A D | mt_lp_rq.c | 113 len = strnlen(user, MT_LP_RQ_USER_NAME_LEN); in mt_lp_resource_user_register()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 1895 …- implement strnlen secure and strcpy secure function ([eb08889](https://review.trustedfirmware.or…
|