ISCSI_BOOTPROP_BUFLEN
n = snprintf(outbuf, ISCSI_BOOTPROP_BUFLEN,
n = n + snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
n = n + snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
(void) snprintf(outbuf + n, ISCSI_BOOTPROP_BUFLEN - n,
char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};
(void) memset(outbuf, 0, ISCSI_BOOTPROP_BUFLEN);
(void) memset(outbuf, 0, ISCSI_BOOTPROP_BUFLEN);
char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};
(void) memset(outbuf, 0, ISCSI_BOOTPROP_BUFLEN);
char outbuf[ISCSI_BOOTPROP_BUFLEN] = {0};