Searched refs:commaPos2 (Results 1 – 1 of 1) sorted by relevance
5335 char *commaPos2; in parseTarget() local5355 commaPos2 = strchr(commaPos, ','); in parseTarget()5356 if (commaPos2 != NULL) { in parseTarget()5357 *commaPos2 = '\0'; in parseTarget()5358 commaPos2++; in parseTarget()5359 if (isNaturalNumber(commaPos2, ISCSI_MAX_TPGT_VALUE) == in parseTarget()5361 *tpgt = atoi(commaPos2); in parseTarget()