Searched refs:_strptime (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/libc/tzcode/ |
H A D | strptime.c | 110 static unsigned char *_strptime(const unsigned char *, const char *, struct tm *, 122 return (char*)(_strptime((const unsigned char*)buf, fmt, tm, &cr)); in strptime() 179 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, cr))) in _strptime() 185 if (!(bp = _strptime(bp, "%m/%d/%y", tm, cr))) in _strptime() 191 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, cr))) in _strptime() 197 if (!(bp = _strptime(bp, "%H:%M", tm, cr))) in _strptime() 203 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, cr))) in _strptime() 209 if (!(bp = _strptime(bp, "%H:%M:%S", tm, cr))) in _strptime() 215 if (!(bp = _strptime(bp, "%e-%b-%Y", tm, cr))) in _strptime() 221 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, cr))) in _strptime() [all …]
|