Searched refs:from_length (Results 1 – 1 of 1) sorted by relevance
292 size_t from_length; in scsi_strcpy_devinfo() local294 from_length = strlen(from); in scsi_strcpy_devinfo()303 memcpy_and_pad(to, to_length, from, from_length, ' '); in scsi_strcpy_devinfo()305 if (from_length > to_length) in scsi_strcpy_devinfo()
Completed in 4 milliseconds