Searched refs:src_str (Results 1 – 5 of 5) sorted by relevance
214 const char * const *src_str; in property_entry_free_data() local218 src_str = property_get_pointer(p); in property_entry_free_data()219 nval = p->length / sizeof(*src_str); in property_entry_free_data()221 kfree(src_str[i]); in property_entry_free_data()
395 char *src_str; in unpack_str() local400 size = unpack_u16_chunk(e, &src_str); in unpack_str()403 if (src_str[size - 1] != 0) in unpack_str()405 *string = src_str; in unpack_str()
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)); }
943 const struct usb_gadget_strings *src_str) in ast_vhub_str_alloc_add() argument953 ast_vhub_str_deep_copy(dest_str, src_str); in ast_vhub_str_alloc_add()
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)); }