Searched refs:GMTp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libc/stdtime/
H A Dstrptime.c86 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, argument
129 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale);
156 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale);
163 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale);
182 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale);
189 buf = _strptime(buf, "%H:%M", tm, GMTp, locale);
195 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale);
201 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale);
207 buf = _strptime(buf, tptr->X_fmt, tm, GMTp, locale);
213 buf = _strptime(buf, tptr->x_fmt, tm, GMTp, local
[all...]

Completed in 94 milliseconds