Lines Matching refs:strptime
92 char *strptime(const char *restrict s, const char *restrict f, struct tm *restrict tm)
128 s = strptime(s, nl_langinfo(D_T_FMT), tm);
142 s = strptime(s, "%m/%d/%y", tm);
146 s = strptime(s, "%Y-%m-%d", tm);
214 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm);
218 s = strptime(s, "%H:%M", tm);
242 s = strptime(s, "%H:%M:%S", tm);
275 if (!(s = strptime(s, "%e-%b-%Y", tm))) {
296 s = strptime(s, nl_langinfo(D_FMT), tm);
300 s = strptime(s, nl_langinfo(T_FMT), tm);