Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/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-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h47 match_string(const char *const *table, int n, const char *key) in match_string() function
/freebsd-12.1/contrib/dialog/
H A Dtextbox.c307 match_string(MY_OBJ * obj, char *string) in match_string() function
617 while ((found = match_string(obj, search_term)) == FALSE) { in perform_search()
622 while ((found = match_string(obj, search_term)) == FALSE) { in perform_search()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp774 std::string match_string( in HandleOptionArgumentCompletion() local
780 if (strstr(enum_value.string_value, match_string.c_str()) == in HandleOptionArgumentCompletion()