Searched refs:OSAL_STRLEN (Results 1 – 3 of 3) sorted by relevance
569 #define OSAL_STRLEN strlen macro
1962 return (u32)OSAL_STRLEN(str) + 1; in ecore_dump_str()3329 OSAL_STRCPY(buf + OSAL_STRLEN(buf), name); in ecore_grc_dump_mem_hdr()3364 OSAL_STRCPY(buf + OSAL_STRLEN(buf), mem_group); in ecore_grc_dump_mem_hdr()3618 buf[OSAL_STRLEN(buf) - 1] = '0' + set_id; in ecore_grc_dump_iors()3785 OSAL_STRNCPY(type_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name)); in ecore_grc_dump_big_ram()3786 OSAL_STRNCPY(mem_name, big_ram->instance_name, OSAL_STRLEN(big_ram->instance_name)); in ecore_grc_dump_big_ram()
563 - u32 OSAL_STRLEN(const char *str)