Lines Matching defs:ep
434 char *ep = t.strptime(cp, "%m-%d %H:%M:%S.%q");435 if (ep) {436 return ep;438 ep = t.strptime(cp, "%Y-%m-%d %H:%M:%S.%q");439 if (ep) {440 return ep;502 char *ep = parseTime(t, line.c_str());503 if (!ep || (*ep != ' ')) {