TRANSPORT_IQN_LEN
if (strlen(nacl->initiatorname) >= TRANSPORT_IQN_LEN) {
snprintf(i_str, TRANSPORT_IQN_LEN, "naa.%s", hex);
snprintf(i_str, TRANSPORT_IQN_LEN, "0x%s", hex);
snprintf(i_str, TRANSPORT_IQN_LEN, "%8phC", buf + 8);
snprintf(i_str, TRANSPORT_IQN_LEN, "%s", hex);
strscpy(i_str, &buf[4], TRANSPORT_IQN_LEN);
unsigned char i_str[TRANSPORT_IQN_LEN];
unsigned char initiator_str[TRANSPORT_IQN_LEN];
snprintf(acl->initiatorname, TRANSPORT_IQN_LEN, "%s", initiatorname);
unsigned char initiatorname[TRANSPORT_IQN_LEN];
ft_format_wwn(&initiatorname[0], TRANSPORT_IQN_LEN, rdata->ids.port_name);
char vs_vhost_wwpn[TRANSPORT_IQN_LEN];
char initiatorname[TRANSPORT_IQN_LEN];