strptime
t = strptime(p, fmt, lt);
p = strptime (str, "%Y-%m-%d", &tm);
if(p[0] != '\0' && strptime (p, "%H:%M:%S", &tm2) != NULL) {
tmp = strptime(gentime, "%Y%m%d%H%M%SZ", &tm);
p = strptime (opt->time_string, "%Y-%m-%d", &tm);
ptr = strptime (tests[i].vals[j].result,
strptime ("200505", "%Y%m", &tm);
strptime (const char *buf, const char *format, struct tm *timeptr);
s = strptime (buf, "%m/%d/%y", timeptr);
s = strptime (buf, "%I:%M:%S %p", timeptr);
s = strptime (buf, "%H:%M", timeptr);
s = strptime (buf, "%H:%M:%S", timeptr);
s = strptime (buf, "%Y:%m:%d", timeptr);
extern char *strptime (const char *, const char *,
#undef strptime
static char *strptime (const char *, const char *, struct tm *);
if ((s = strptime(string, atime_format_table[i], &timebuf))
if (!(bp = strptime(bp, _ctloc(d_t_fmt), tm)))
if (!(bp = strptime(bp, "%m/%d/%y", tm)))
if (!(bp = strptime(bp, "%H:%M", tm)))
if (!(bp = strptime(bp, _ctloc(t_fmt_ampm), tm)))
if (!(bp = strptime(bp, "%H:%M:%S", tm)))
if (!(bp = strptime(bp, _ctloc(t_fmt), tm)))
if (!(bp = strptime(bp, _ctloc(d_fmt), tm)))
extern char *strptime(const char *, const char *, struct tm *);
if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) {
if ((cp = strptime(buf, fmt, &tm)) == NULL || *cp != '\0')
char *strptime(const char *buf, const char *fmt, struct tm *tm);
char *strptime(const char * __restrict, const char * __restrict,
if (strptime(cases[i].str, "%Y-%m-%d", &tm) == NULL) {
strptime(Value(string("timestamp")).c_str(), "%s", &tm_timestamp);
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 *s, const char *format, struct tm *tm);
if (strptime(timestamp_string, format_string,
str = strptime(str, "%a %b %e %T %Y", &then);
ptr = strptime(buf, "%y/%m/%d@%H:%M\n", &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],
if (strptime(msg, RFC3164_DATEFMT, &tm_parsed) ==