Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringViewExtras.h28 inline bool starts_with(std::string_view haystack, in starts_with()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h77 #define OMPT_STR_MATCH(haystack, needle) __kmp_str_match(haystack, 0, needle) argument
H A Dompt-general.cpp45 #define OMPT_STR_MATCH(haystack, needle) (!strcasecmp(haystack, needle)) argument
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c196 const char *haystack, const char *needle, const char *original) in is_based()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp107 static char *internal_strstr(const char *haystack, const char *needle) { in internal_strstr()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1814 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred()
1820 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred()
1828 bool IsSubstringPred(const StringType& needle, const StringType& haystack) { in IsSubstringPred()
1841 const StringType& haystack) { in IsSubstringImpl()
1861 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring()
1867 const wchar_t* needle, const wchar_t* haystack) { in IsSubstring()
1873 const char* haystack) { in IsNotSubstring()
1879 const wchar_t* haystack) { in IsNotSubstring()
1883 AssertionResult IsSubstring(const char* needle_expr, const char* haystack_expr, in IsSubstring()
1889 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dos_none.c232 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
H A Dos_internal.c478 char * os_strstr(const char *haystack, const char *needle) in os_strstr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp227 internal_strstr(const char * haystack,const char * needle) internal_strstr() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp369 llvm::StringRef haystack = m_context; in ContainsPath() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c535 const u8 *haystack = (const u8 *) adv_data->svc_info; in find_p2ps_substr() local
/freebsd/usr.bin/top/
H A Dmachine.c229 find_uid(uid_t needle, int *haystack) in find_uid()
/freebsd/contrib/ncurses/progs/
H A Dtic.c557 matches(char **needle, const char *haystack) in matches()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1838 SANITIZER_INTERFACE_ATTRIBUTE char *__dfsw_strstr(char *haystack, char *needle, in __dfsw_strstr()
1856 SANITIZER_INTERFACE_ATTRIBUTE char *__dfso_strstr(char *haystack, char *needle, in __dfso_strstr()
/freebsd/contrib/bmake/
H A Dvar.c1500 Substring_Find(Substring haystack, Substring needle) in Substring_Find()