Lines Matching refs:commaPos
3287 char *commaPos;
3322 commaPos = strchr(optarg, ',');
3323 while (commaPos != NULL) {
3325 commaPos = strchr(++commaPos, ',');
3354 commaPos = strchr(addressPos, ',');
3355 if (commaPos != NULL) {
3356 *commaPos++ = 0x00;
3394 addressPos = commaPos;
3440 char *commaPos;
3452 commaPos = strchr(optarg, ',');
3454 while (commaPos && methodCount < MAX_AUTH_METHODS) {
3455 *commaPos = NULL;
3462 commaPos++;
3463 method = commaPos;
3464 commaPos = strchr(method, ',');
3467 if (commaPos) {
3495 char *commaPos;
3507 commaPos = strchr(optarg, ',');
3509 while (commaPos && methodCount < MAX_AUTH_METHODS) {
3510 *commaPos = NULL;
3517 commaPos++;
3518 method = commaPos;
3519 commaPos = strchr(method, ',');
3522 if (commaPos) {
4642 char *commaPos;
4698 commaPos = strchr(operand[i], ',');
4699 if (commaPos) {
4701 *commaPos = NULL;
5340 char *commaPos;
5351 commaPos = strchr(targetStr, ',');
5352 if (commaPos != NULL) {
5353 *commaPos = NULL;
5354 commaPos++;
5361 commaPos2 = strchr(commaPos, ',');
5376 switch (parseAddress(commaPos, ISCSI_LISTEN_PORT,