Lines Matching defs:ep
1404 register char * ep;
1415 ep = dp + strlen(dp) - 1;
1416 switch (lowerit(*ep)) {
1420 *ep = '\0';
1425 *ep = '\0';
1432 *ep = '\0';
1509 if ((ep = strchr(dp, '<')) != 0)
1511 else if ((ep = strchr(dp, '>')) != 0)
1514 ep = dp;
1518 *ep++ = 0;
1519 if (*ep++ != '=') {
1531 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 ||