Lines Matching refs:_strptime
53 static char * _strptime(const char *, const char *, struct tm *, int *, locale_t);
78 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp,
124 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale);
149 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale);
156 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale);
175 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale);
182 buf = _strptime(buf, "%H:%M", tm, GMTp, locale);
188 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale);
194 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale);
200 buf = _strptime(buf, tptr->X_fmt, tm, GMTp, locale);
206 buf = _strptime(buf, tptr->x_fmt, tm, GMTp, locale);
694 ret = _strptime(buf, fmt, tm, &gmt, loc);