Home | History | Annotate | Download | only in openssh

Lines Matching defs:cp2

974 	char *cp, *cp2, *kp, *kp2;
1071 cp2 = host_hash(name, cp, strlen(cp));
1072 if (cp2 == NULL) {
1078 c = (strcmp(cp2, cp) == 0);
1105 for (cp2 = strsep(&cp, ",");
1106 cp2 != NULL && *cp2 != '\0';
1107 cp2 = strsep(&cp, ",")) {
1111 "%.64s\n", cp2);
1112 printhost(out, cp2, pub, ca, 0);
1113 } else if (strcspn(cp2, "*?!") !=
1114 strlen(cp2)) {
1118 cp2);
1119 printhost(out, cp2, pub, ca, 0);
1121 printhost(out, cp2, pub, ca, 1);