strptime
t = strptime(p, fmt, lt);
if ((cp = strptime(buf, fmt, &tm)) == NULL || *cp != '\0')
char *strptime(const char * __restrict, const char * __restrict,
rp = strptime(str, line, rtmp);
r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm);
r = strptime(p, "%a, %d %b %Y %H:%M:%S UTC", &tm);
char *strptime(const char *buf, const char *fmt, struct tm *tm);
str = strptime(str, "%a %b %e %T %Y", &then);
ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm);
strptime(str, fmt, &tm);
if (strptime(s, "%B", &tm) != NULL || strptime(s, "%b", &tm) != NULL) {
p = strptime(arg, fmt, &t);
if ((s = strptime(&dp->d_name[logfname_len + 1],