Searched refs:commaPos2 (Results 1 – 1 of 1) sorted by relevance
5341 char *commaPos2; in parseTarget() local5361 commaPos2 = strchr(commaPos, ','); in parseTarget()5362 if (commaPos2 != NULL) { in parseTarget()5363 *commaPos2 = NULL; in parseTarget()5364 commaPos2++; in parseTarget()5365 if (isNaturalNumber(commaPos2, ISCSI_MAX_TPGT_VALUE) == in parseTarget()5367 *tpgt = atoi(commaPos2); in parseTarget()