Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrptime.c75 match_string (const char *__restrict *buf, const char * const*strs, in match_string() argument
80 for (i = 0; strs[i] != NULL; ++i) { in match_string()
81 int len = strlen (strs[i]); in match_string()
83 if (strncasecmp_l (*buf, strs[i], len, locale) == 0) { in match_string()