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

/bionic/libc/tzcode/
H A Dstrptime.c97 static unsigned char *_strptime(const unsigned char *, const char *, struct tm *,
107 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr));
111 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) function
163 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr)))
169 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr)))
175 if (!(bp = _strptime(bp, "%H:%M", tm, cr)))
181 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr)))
187 if (!(bp = _strptime(bp, "%H:%M:%S", tm, cr)))
193 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr)))
199 if (!(bp = _strptime(b
[all...]

Completed in 30 milliseconds