Home | History | Annotate | Download | only in tzcode

Lines Matching defs:ep

1399 	register char *			ep;
1410 ep = dp + strlen(dp) - 1;
1411 switch (lowerit(*ep)) {
1415 *ep = '\0';
1420 *ep = '\0';
1427 *ep = '\0';
1504 if ((ep = strchr(dp, '<')) != 0)
1506 else if ((ep = strchr(dp, '>')) != 0)
1509 ep = dp;
1513 *ep++ = 0;
1514 if (*ep++ != '=') {
1526 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 ||