Searched refs:_strptime (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strptime.c | 57 static char *_strptime(const char *, const char *, struct tm *, int); 63 return(_strptime(buf, fmt, tm, 1)); in strptime() 67 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime() function 126 if (!(bp = _strptime(bp, _ctloc(d_t_fmt), tm, 0))) in _strptime() 132 if (!(bp = _strptime(bp, "%m/%d/%y", tm, 0))) in _strptime() 138 if (!(bp = _strptime(bp, "%H:%M", tm, 0))) in _strptime() 144 if (!(bp = _strptime(bp, "%I:%M:%S %p", tm, 0))) in _strptime() 150 if (!(bp = _strptime(bp, "%H:%M:%S", tm, 0))) in _strptime() 156 if (!(bp = _strptime(bp, _ctloc(t_fmt), tm, 0))) in _strptime() 162 if (!(bp = _strptime(bp, _ctloc(d_fmt), tm, 0))) in _strptime()
|
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 53 static char * _strptime(const char *, const char *, struct tm *, int *, locale_t); 78 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, 124 buf = _strptime(buf, tptr->date_fmt, tm, GMTp, locale); in _strptime() 149 buf = _strptime(buf, tptr->c_fmt, tm, GMTp, locale); in _strptime() 156 buf = _strptime(buf, "%m/%d/%y", tm, GMTp, locale); in _strptime() 175 buf = _strptime(buf, "%Y-%m-%d", tm, GMTp, locale); in _strptime() 182 buf = _strptime(buf, "%H:%M", tm, GMTp, locale); in _strptime() 188 buf = _strptime(buf, tptr->ampm_fmt, tm, GMTp, locale); in _strptime() 194 buf = _strptime(buf, "%H:%M:%S", tm, GMTp, locale); in _strptime() 200 buf = _strptime(bu in _strptime() 79 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, _strptime() function [all...] |