Searched refs:dst_str (Results 1 – 2 of 2) sorted by relevance
772 #define csi2_err_strncat(dst_str, src_str) {\ argument773 if (strlen(dst_str) + strlen(src_str) < CSI_ERRSTR_LEN)\774 strncat(dst_str, src_str, strlen(src_str)); }
4491 #define vehicle_csi2_err_strncat(dst_str, src_str) {\ argument4492 if (strlen(dst_str) + strlen(src_str) < CSI_ERRSTR_LEN)\4493 strncat(dst_str, src_str, strlen(src_str)); }