Searched refs:match_string (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dstrptime.c73 match_string(const char **buf, const char **strs) function
133 ret = match_string(&s, full_weekdays);
135 ret = match_string(&s, abb_weekdays);
144 ret = match_string(&s, full_months);
146 ret = match_string(&s, abb_months);
228 ret = match_string(&s, ampm);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrptime.c106 match_string (const char **buf, const char **strs) function
258 ret = match_string (&buf, full_weekdays);
264 ret = match_string (&buf, abb_weekdays);
270 ret = match_string (&buf, full_month);
277 ret = match_string (&buf, abb_month);
340 ret = match_string (&buf, ampm);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h47 match_string(const char *const *table, int n, const char *key) function
/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c307 match_string(MY_OBJ * obj, char *string) function
617 while ((found = match_string(obj, search_term)) == FALSE) {
622 while ((found = match_string(obj, search_term)) == FALSE) {

Completed in 63 milliseconds