strptime
if (strptime(p, pformat, &tm) == NULL) {
char *strptime(const char *__restrict, const char *__restrict,
PROTO_NORMAL(strptime);
DEF_WEAK(strptime);
p = strptime(buf, format, &tm);
str = strptime(un_buf, "%a %b %e %H:%M:%S %Y", &then);
str = strptime(optarg, "%a %b %e %H:%M:%S %Y", &then);
char *strptime(const char *s, const char *format, struct tm *tm);
if ((cp = strptime(s, "%b", &tm)) != NULL && *cp == '\0')
t = strptime(p, "%B %d %Y", &tm);
if (strptime(p, "%a %b %d %T %Y", &t) != NULL) {
if (strptime(cp, "%a, %d %h %Y %T %Z", &lmt) == NULL)
pp = strptime(p, fmt, &tm);
if (strptime(s, format, &tm) == NULL)
if ((cp = strptime(buf, fmt, &tm)) == NULL || *cp != '\0')
p = strptime(arg, "%F", &tm);
p = strptime(p + 1, "%T", &tm);
p = strptime(timestr, DB_TIMEFMT, &tm);
p = strptime(timestr, OLD_DB_TIMEFMT, &tm);
if (strptime(since->kv_value,
if (strptime(p, IMF_FIXDATE,
if (strptime(timebuf, "%Y%m%d%H%MZ", &tm) == NULL) {
s = strptime(s, "%t%Y%t-%t%m%t-%t%d%tT%t%H%t:%t%M%t:%t%S%t", &tm);
if (strptime(s, "%c", &tm) != NULL) {
} else if (strptime(s, "%B %d %Y", &tm) != NULL) {