strptime
t = strptime(p, fmt, lt);
t = strptime(p, "%m%d%H%M", lt);
t = strptime(t, yrdigs == 2 ? "%y" : "%Y", lt);
char *strptime(const char * __restrict, const char * __restrict,
char *strptime(const char * __restrict, const char * __restrict,
rp = strptime(str, line, rtmp);
bp = (const u_char *)strptime((const char *)bp,
__weak_alias(strptime,_strptime)
if ((remainder = strptime(val, "%a, %d %b %Y %T GMT", &tm)) == NULL &&
(remainder = strptime(val, "%a, %d-%b-%y %T GMT", &tm)) == NULL &&
(remainder = strptime(val, "%a %b %d %T %Y", &tm)) == NULL)
str = strptime(str, "%a %b %e %H:%M:%S %Y", &then);
ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &tm);
r = strptime(p, "%a, %d %b %Y %H:%M:%S GMT", &tm);
if ((rv = strptime(name, fmt, &tm)) == NULL)
if (strptime(buf, "%s", &tm) == NULL) {
ret = strptime(buf, fmt, &tm);
ATF_CHECK_MSG(strptime(buf, fmt, &tm) == NULL, "strptime(\"%s\", "
t = strptime(p, "%B %d %Y", &tm);
if ((p = strptime(dt, fmt, &tm)) == NULL || *p) {
(strptime(timestr, "%Y%m%d%H%M%S", &timebuf) == NULL)) {
if ((t = strptime(httpdate, "%a, %d %b %Y %H:%M:%S GMT", parsed)) ||
(t = strptime(httpdate, "%a, %d-%b-%y %H:%M:%S GMT", parsed)) ||
(t = strptime(httpdate, "%a, %b %d %H:%M:%S %Y", parsed))) {
if ((tail = strptime(date, " %a,", &tmp_tm)) == NULL)
if ((tail = strptime(tail, " %d %b", &tmp_tm)) == NULL)
if ((p = strptime(tail, " %y", &tmp_tm)) != NULL && is_WSP(*p))
else if ((tail = strptime(tail, " %Y", &tmp_tm)) == NULL)
if ((tail = strptime(tail, " %H:%M", &tmp_tm)) == NULL)
if ((p = strptime(tail, ":%S", &tmp_tm)) != NULL) {
if ((tail = strptime(buf, " %a %b %d %H:%M", &tmp_tm)) == NULL)
if ((p = strptime(tail, ":%S", &tmp_tm)) != NULL) {
tail = strptime(tail, " %Y ", &tmp_tm);
(void)strptime(tsbuf, "%FT%T%z", &parsed);
strptime((char *)from_buf, "%b %d %T", &parsed);
if (strptime(s, "%c", &tm) != NULL) {
} else if (strptime(s, "%B %d %Y", &tm) != NULL) {