Searched refs:strptime_l (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/time/ |
D | strptime.c | 157 strptime_l (const char *buf, const char *format, struct tm *timeptr, in strptime_l() function 214 s = strptime_l (buf, _ctloc (c_fmt), timeptr, locale); in strptime_l() 221 s = strptime_l (buf, "%m/%d/%y", timeptr, locale); in strptime_l() 237 s = strptime_l (buf, "%Y-%m-%d", timeptr, locale); in strptime_l() 311 s = strptime_l (buf, _ctloc (ampm_fmt), timeptr, locale); in strptime_l() 317 s = strptime_l (buf, "%H:%M", timeptr, locale); in strptime_l() 356 s = strptime_l (buf, "%H:%M:%S", timeptr, locale); in strptime_l() 402 s = strptime_l (buf, _ctloc (x_fmt), timeptr, locale); in strptime_l() 409 s = strptime_l (buf, _ctloc (X_fmt), timeptr, locale); in strptime_l() 517 return strptime_l (buf, format, timeptr, __get_current_locale ()); in strptime()
|
/picolibc-latest/newlib/libc/include/ |
D | time.h | 265 char *strptime_l (const char *__restrict, const char *__restrict,
|