Searched defs:isc_tm_strptime (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | tm.c | 136 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm) { function 193 if (!(bp = isc_tm_strptime(bp, "%x %X", tm))) 199 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm))) 205 if (!(bp = isc_tm_strptime(bp, "%H:%M", tm))) 211 if (!(bp = isc_tm_strptime(bp, "%I:%M:%S %p", tm))) 217 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) 223 if (!(bp = isc_tm_strptime(bp, "%H:%M:%S", tm))) 229 if (!(bp = isc_tm_strptime(bp, "%m/%d/%y", tm)))
|
Completed in 10 milliseconds