Searched refs:_strptime (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | strptime.c | 89 static char *_strptime(const char *, const char *, struct tm *, int); 97 return(_strptime(buf, fmt, tm, 1)); in strptime() 102 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime() function 162 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0))) in _strptime() 168 if (!(bp = _strptime(bp, "%m/%d/%y", tm, 0))) in _strptime() 174 if (!(bp = _strptime(bp, "%Y-%m-%d", tm, 0))) in _strptime() 180 if (!(bp = _strptime(bp, "%H:%M", tm, 0))) in _strptime() 186 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, 0))) in _strptime() 192 if (!(bp = _strptime(bp, "%H:%M:%S", tm, 0))) in _strptime() 198 if (!(bp = _strptime(bp, "%e-%b-%Y", tm, 0))) in _strptime() [all …]
|