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