Home | History | Annotate | Download | only in openssh

Lines Matching refs:strsep

1105 				for (cp2 = strsep(&cp, ",");
1107 cp2 = strsep(&cp, ",")) {
1546 for (; (cp = strsep(&tmp, ",")) != NULL; n++) {