Searched refs:match_string (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/compat/ |
H A D | strptime.c | 73 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 D | strptime.c | 106 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/contrib/dialog/ |
H A D | textbox.c | 319 match_string(MY_OBJ * obj, char *string) in match_string() function 635 while ((found = match_string(obj, search_term)) == FALSE) { in perform_search() 640 while ((found = match_string(obj, search_term)) == FALSE) { in perform_search()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | string.h | 48 match_string(const char *const *table, int n, const char *key) in match_string() function
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs.c |
|