Lines Matching refs:GMTp
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);
505 *GMTp = 1;
550 *GMTp = 1;
593 *GMTp = 1;