Searched refs:_strptime (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | strptime.c | 99 static unsigned char *_strptime(const unsigned char *, const char *, struct tm *, 109 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr)); in strptime() 113 _strptime(const unsigned char *buf, const char *fmt, struct tm *tm, struct century_relyear *cr) in _strptime() function 165 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) in _strptime() 171 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) in _strptime() 177 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, cr))) in _strptime() 183 if (!(bp = _strptime(bp, "%H:%M", tm, cr))) in _strptime() 189 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr))) in _strptime() 195 if (!(bp = _strptime(bp, "%H:%M:%S", tm, cr))) in _strptime() 201 if (!(bp = _strptime(bp, "%e-%b-%Y", tm, cr))) in _strptime() [all …]
|