Searched refs:GMTp (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 78 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, 124 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale); in _strptime() 149 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale); in _strptime() 156 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale); in _strptime() 175 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale); in _strptime() 182 buf = _strptime(buf, "%H:%M", tm, GMTp, locale); in _strptime() 188 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale); in _strptime() 194 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale); in _strptime() 200 buf = _strptime(buf, tptr->X_fmt, tm, GMTp, locale); in _strptime() 206 buf = _strptime(buf, tptr->x_fmt, tm, GMTp, local in _strptime() 79 _strptime(const char * buf,const char * fmt,struct tm * tm,int * GMTp,locale_t locale) _strptime() argument [all...] |