Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dstrptime.c73 match_string(const char **buf, const char **strs) in match_string() function
133 ret = match_string(&s, full_weekdays); in unbound_strptime()
135 ret = match_string(&s, abb_weekdays); in unbound_strptime()
144 ret = match_string(&s, full_months); in unbound_strptime()
146 ret = match_string(&s, abb_months); in unbound_strptime()
228 ret = match_string(&s, ampm); in unbound_strptime()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrptime.c106 match_string (const char **buf, const char **strs) in match_string() function
258 ret = match_string (&buf, full_weekdays); in strptime()
264 ret = match_string (&buf, abb_weekdays); in strptime()
270 ret = match_string (&buf, full_month); in strptime()
277 ret = match_string (&buf, abb_month); in strptime()
340 ret = match_string (&buf, ampm); in strptime()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h50 match_string(const char *const *table, int n, const char *key) in match_string() function