Lines Matching defs:ep
436 char *ep = t.strptime(cp, "%m-%d %H:%M:%S.%q");437 if (ep) {438 return ep;440 ep = t.strptime(cp, "%Y-%m-%d %H:%M:%S.%q");441 if (ep) {442 return ep;504 char *ep = parseTime(t, line.c_str());505 if (!ep || (*ep != ' ')) {