Home | History | Annotate | Download | only in openssh

Lines Matching defs:ep

746 	char *comment = NULL, *cp, *ep, line[16*1024], *fp, *ra;
802 i = strtol(cp, &ep, 10);
803 if (i == 0 || ep == NULL || (*ep != ' ' && *ep != '\t')) {
817 ep = cp;
820 cp = ep;