Home
last modified time | relevance | path

Searched refs:from_length (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi_devinfo.c291 size_t from_length; in scsi_strcpy_devinfo() local
293 from_length = strlen(from); in scsi_strcpy_devinfo()
294 strncpy(to, from, min(to_length, from_length)); in scsi_strcpy_devinfo()
295 if (from_length < to_length) { in scsi_strcpy_devinfo()
300 to[from_length] = '\0'; in scsi_strcpy_devinfo()
305 strncpy(&to[from_length], spaces, in scsi_strcpy_devinfo()
306 to_length - from_length); in scsi_strcpy_devinfo()
309 if (from_length > to_length) in scsi_strcpy_devinfo()