Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:_strptime

57 static	char *_strptime(const char *, const char *, struct tm *, int);
63 return(_strptime(buf, fmt, tm, 1));
67 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize)
126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0)))
132 if (!(bp = _strptime(bp, "%m/%d/%y", tm, 0)))
138 if (!(bp = _strptime(bp, "%H:%M", tm, 0)))
144 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, 0)))
150 if (!(bp = _strptime(bp, "%H:%M:%S", tm, 0)))
156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0)))
162 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, 0)))