Searched refs:from_length (Results 1 – 1 of 1) sorted by relevance
293 size_t from_length; in scsi_strcpy_devinfo() local295 from_length = strlen(from); in scsi_strcpy_devinfo()298 if (from_length < to_length && !compatible) { in scsi_strcpy_devinfo()302 memset(&to[from_length], ' ', to_length - from_length); in scsi_strcpy_devinfo()304 if (from_length > to_length) in scsi_strcpy_devinfo()