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

/barrelfish-master/lib/libc/stdtime/
H A Dstrptime.c60 static char * _strptime(const char *, const char *, struct tm *, int *, locale_t);
86 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, function
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(bu
[all...]

Completed in 28 milliseconds