Home
last modified time | relevance | path

Searched refs:match_string (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrptime.c75 match_string (const char *__restrict *buf, const char * const*strs, in match_string() function
177 ret = match_string (&buf, _ctloc (weekday), locale); in strptime_l()
184 ret = match_string (&buf, _ctloc (wday), locale); in strptime_l()
191 ret = match_string (&buf, _ctloc (month), locale); in strptime_l()
199 ret = match_string (&buf, _ctloc (mon), locale); in strptime_l()
292 ret = match_string (&buf, _ctloc (am_pm), locale); in strptime_l()
/picolibc-latest/newlib/
DChangeLog-20151601 * libc/time/strptime.c (match_string): Fix warning about discarding