Searched defs:haystack (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompt-specific.h | 69 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) argument
|
| H A D | ompt-general.cpp | 45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) argument
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1607 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() 1624 const StringType& haystack) { in IsSubstringPred() 1636 const StringType& needle, const StringType& haystack) { in IsSubstringImpl() 1658 const char* needle, const char* haystack) { in IsSubstring() 1664 const wchar_t* needle, const wchar_t* haystack) { in IsSubstring() 1670 const char* needle, const char* haystack) { in IsNotSubstring() 1676 const wchar_t* needle, const wchar_t* haystack) { in IsNotSubstring() 1680 AssertionResult IsSubstring( in IsSubstring() 1686 AssertionResult IsNotSubstring( in IsNotSubstring() 1693 AssertionResult IsSubstring( in IsSubstring() [all …]
|
| /freebsd-13.1/contrib/pam_modules/pam_passwdqc/ |
| H A D | passwdqc_check.c | 196 const char *haystack, const char *needle, const char *original) in is_based()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerInterceptors.cpp | 107 static char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
|
| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | os_none.c | 232 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
|
| H A D | os_internal.c | 478 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libc.cpp | 218 char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | cmdline.c | 845 const char **haystack, in most_similar() 880 const char **haystack, in string_in_array()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | p2p_supplicant_sd.c | 535 const u8 *haystack = (const u8 *) adv_data->svc_info; in find_p2ps_substr() local
|
| /freebsd-13.1/usr.bin/top/ |
| H A D | machine.c | 230 find_uid(uid_t needle, int *haystack) in find_uid()
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tic.c | 553 matches(char **needle, const char *haystack) in matches()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 1845 SANITIZER_INTERFACE_ATTRIBUTE char *__dfsw_strstr(char *haystack, char *needle, in __dfsw_strstr() 1863 SANITIZER_INTERFACE_ATTRIBUTE char *__dfso_strstr(char *haystack, char *needle, in __dfso_strstr()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | var.c | 1476 Substring_Find(Substring haystack, Substring needle) in Substring_Find()
|