Home | History | Annotate | Download | only in openssh

Lines Matching refs:idx

383 	int *idx;
386 for (idx = &check[0]; *idx != -1; idx++) {
387 if ((p = strchr(my[*idx], ',')) != NULL)
389 if ((p = strchr(peer[*idx], ',')) != NULL)
391 if (strcmp(my[*idx], peer[*idx]) != 0) {
393 my[*idx], peer[*idx]);